/*
Theme Name: The League
Description: The League is the premier sports news theme for WordPress. Add an instant, undeniable level of credibility and professionalism to your sports news site or blog with a Custom Scoreboard, 6 Article Layouts, 5 Featured Posts Layouts, Mobile-First Responsiveness, access to over 800 Google Fonts, and so much more, including Theia Post Slider and Theia Sticky Sidebar included at no extra charge!
Author: MVP Themes
Author URI: https://themeforest.net/user/mvpthemes/portfolio
Theme URI: http://themeforest.net/user/mvpthemes
Version: 4.5.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: two-columns, custom-background, custom-colors, custom-menu, featured-images, theme-options, threaded-comments, translation-ready
Text Domain: the-league
*/

/************************************************
	Table of Contents

1. Body
2. Hyperlinks
3. Layout
4. Header
5. Navigation
6. Scoreboard
7. Fly-Out Navigation
8. Featured Posts
9. Homepage
10. Sidebar
11. Posts
12. Comments
13. Archives
14. WooCommerce
15. Footer
16. Pagination

************************************************/

@font-face {
  font-family: 'scoreboard';
  font-style: normal;
  font-weight: 400;
  src: local('Unpretentious-Regular'), local('Unpretentious Regular'), url(/fonts/unpretentious-webfont.woff) format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'subhead25';
  font-style: normal;
  font-weight: 400;
  src: local('GloberxBold'), url(https://db.onlinewebfonts.com/t/081b84e2899654b7783bff4b6c7c4468.ttf) format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'bold25';
  font-style: bold;
  font-weight: 700;
  src: local('GloberBold'), url('https://db.onlinewebfonts.com/t/8973b326e710844b71f5b6bd241aed8d.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'light25';
  font-style: normal;
  font-weight: 400;
  src: local('GloberRegular'), url('https://db.onlinewebfonts.com/t/89245ca9b70a03d9ca18f53c917cfc3f.ttf') format('truetype');
  font-display: swap;
}


/************************************************
	1. Body
************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	overflow-x: hidden;
 	}

body {
	color: #444;
	font-size: 1rem;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	line-height: 120%;
	margin: 0px auto;
	padding: 0px;
	}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	-webkit-backface-visibility: hidden;
	color: #222;
	}

img {
	max-width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
	}

iframe,
embed,
object,
video {
	max-width: 100%;
	}

#truethemes_container #main {
float: left;
}

/************************************************
	2. Hyperlinks
************************************************/

a, a:visited {
	text-decoration: none;
	-webkit-transition: color .25s;
	   -moz-transition: color .25s;
	    -ms-transition: color .25s;
	     -o-transition: color .25s;
		transition: color .25s;
	}

a:hover {
	text-decoration: none;
	}

a:active,
a:focus {
	outline: none;
	}

/************************************************
	3. Layout
************************************************/

#mvp-site {
	overflow: hidden;
	width: 100%;
	}

.relative {
	position: relative;
	}

.w100 {
	width: 100% !important;
	}

.right, .alignright {
	float: right;
	}

.alignright {
	margin: 20px 0 20px 20px;
	}

.left, .alignleft {
	float: left;
	}

.alignleft {
	margin: 20px 20px 20px 0;
	}

.aligncenter {
	display: block;
	margin: 0 auto;
	}

.section-div {
	border-bottom: 1px dotted #ccc;
	float: left;
	margin: 20px 0;
	width: 100%;
	}

.section {
	clear: both;
	overflow: hidden;
	}

.mvp-mob-img {
	display: none;
	}

#mvp-wallpaper {
	display: block;
	position: fixed;
		top: 94px;
	width: 100%;
	height: 100%;
	z-index: 1;
	}

.mvp-wall-link {
	margin: 0 auto;
	position: absolute;
		top: 0;
	width: 100%;
	height: 100%;
	}

ul.mvp-score-list li,
ul.mvp-foot-soc-list li a,
.mvp-feat1-text:before,
.mvp-feat2-main-text:before,
.mvp-feat2-sub-text:before,
ul.mvp-feat2-list li,
span.mvp-author-box-soc,
.mvp-fly-fade,
a.mvp-inf-more-but,
#mvp-comments-button a,
#mvp-comments-button span.mvp-comment-but-text,
.mvp-feat4-main-text:before,
ul.mvp-author-page-list li {
	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
	    -ms-transition: all .25s;
	     -o-transition: all .25s;
			transition: all .25s;
	}

#mvp-wallpaper,
#mvp-head-top,
#mvp-fly-wrap,
#mvp-nav-wrap,
#mvp-main-wrap,
#head-main-top,
#mvp-search-wrap,
#mvp-nav-soc-bar,
#mvp-nav-menu ul li.mvp-mega-dropdown .mvp-mega-dropdown,
#mvp-top-head-wrap,
ul.mvp-mob-soc-list,
#mvp-post-trend-wrap {
	-webkit-transition: -webkit-transform 0.25s ease;
	   -moz-transition: -moz-transform 0.25s ease;
	    -ms-transition: -ms-transform 0.25s ease;
	     -o-transition: -o-transform 0.25s ease;
			transition: transform 0.25s ease;
	}

/************************************************
	4. Header
************************************************/

#mvp-top-head-wrap {
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1);
	   -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1);
	    -ms-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1);
	     -o-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1);
		box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1);
	position: fixed;
		left: 0;
		top: 0;
	-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);
	width: 100%;
	z-index: 9000;
	}

#mvp-main-nav-wrap {
	float: left;
	position: relative;
	width: 100%;
	}

#mvp-post-trend-wrap {
	background: #fff;
	border-top: 1px solid #ddd;
	-webkit-box-shadow: 0 -2px 2px 0 rgba(0,0,0,0.1);
	   -moz-box-shadow: 0 -2px 2px 0 rgba(0,0,0,0.1);
	    -ms-box-shadow: 0 -2px 2px 0 rgba(0,0,0,0.1);
	     -o-box-shadow: 0 -2px 2px 0 rgba(0,0,0,0.1);
		box-shadow: 0 -2px 2px 0 rgba(0,0,0,0.1);
	opacity: 0;
	overflow: hidden;
	position: fixed;
		bottom: 0;
		left: 0;
	-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);
	-webkit-transition: opacity .25s;
	   -moz-transition: opacity .25s;
	    -ms-transition: opacity .25s;
	     -o-transition: opacity .25s;
		transition: opacity .25s;
	width: 100%;
	height: 0;
	z-index: 500;
	}

.mvp-post-trend-down {
	opacity: 1 !important;
	overflow: visible !important;
	height: 70px !important;
	}

ul.mvp-post-trend-list {
	width: 100%;
	}

ul.mvp-post-trend-list li {
	border-left: 1px solid #ddd;
	float: left;
	margin-left: 2.5%; /* 30 / 1200 */
	padding: 10px 0;
	width: 23%; /* 276 / 1200 */
	height: 50px;
	}

ul.mvp-post-trend-list li:first-child {
	border-left: 0;
	margin-left: 0;
	}

.mvp-post-trend-out {
	float: right;
	margin-left: -70px;
	width: 100%;
	}

.mvp-post-trend-in {
	margin-left: 70px;
	}

.mvp-post-trend-img {
	line-height: 0;
	margin: 0 10px;
	width: 50px;
	}

.mvp-post-trend-text {
	width: 100%;
	}

.mvp-post-trend-text h3 {
	color: #555;
	font-size: .7rem;
	font-weight: 400;
	letter-spacing: .07rem;
	line-height: 1;
	margin-bottom: 3px;
	text-transform: uppercase;
	width: 100%;
	}

.mvp-post-trend-text a {
	color: #111 !important;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: .85rem;
	font-weight: 700;
	letter-spacing: -.02em;
	line-height: 1.1;
	}

.mvp-post-trend-but {
	background: #fff;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	-webkit-box-shadow: 0 -2px 2px 0 rgba(0,0,0,0.1);
	   -moz-box-shadow: 0 -2px 2px 0 rgba(0,0,0,0.1);
	    -ms-box-shadow: 0 -2px 2px 0 rgba(0,0,0,0.1);
	     -o-box-shadow: 0 -2px 2px 0 rgba(0,0,0,0.1);
		box-shadow: 0 -2px 2px 0 rgba(0,0,0,0.1);
	color: #888;
	cursor: pointer;
	font-size: 36px !important;
	position: absolute;
		top: -30px;
		left: 30px;
	text-align: center;
	width: 60px;
	height: 30px;
	}

.mvp-post-trend-tog {
	-webkit-transform: translate3d(0,71px,0) !important;
	   -moz-transform: translate3d(0,71px,0) !important;
	    -ms-transform: translate3d(0,71px,0) !important;
	     -o-transform: translate3d(0,71px,0) !important;
		transform: translate3d(0,71px,0) !important;
	}

#mvp-top-nav-wrap {
	width: 100%;
	height: 50px;
	z-index: 50;
	}

.mvp-main-box-cont {
	margin: 0 auto;
	width: 1200px;
	}


#mvp-main-wrap .mvp-main-box-cont,
#mvp-foot-ad-wrap .mvp-main-box-cont,
#mvp-foot-wrap .mvp-main-box-cont {
	position: relative;
	z-index: 5;
	}

#mvp-top-nav-cont {
	border-bottom: 1px solid rgba(0,0,0,0.2);
	width: 100%;
	}

.mvp-top-nav-right-out {
	float: left;
	margin-right: -270px;
	width: 100%;
	}

.mvp-top-nav-right-in {
	margin-right: 270px;
	}

#mvp-top-nav-left {
	width: 100%;
	}

.mvp-top-nav-left-out {
	float: right;
	margin-left: 0;
	width: 100%;
	}

.mvp-top-nav-menu-but {
	display: none;
	margin-right: 20px;
	padding: 3px 0;
	}

#mvp-top-nav-logo {
	line-height: 0;
	max-height: 50px;
	}

h1.mvp-logo-title,
h2.mvp-logo-title {
	display: block;
	font-size: 0px;
	}

.mvp-top-nav-left-in {
	margin-left: 0;
	}

#mvp-top-nav-right {
	text-align: right;
	width: 270px;
	height: 50px;
	}

#mvp-top-nav-soc {
	display: inline-block;
	margin-right: 10px;
	width: 240px;
	}

span.mvp-nav-soc-head {
	float: right;
	font-size: 10px;
	font-weight: 600;
	line-height: 1;
	margin-right: 10px;
	padding: 20px 0;
	text-transform: uppercase;
	}

span.mvp-nav-search-but {
	float: right;
	cursor: pointer;
	font-size: 20px;
	line-height: 1;
	padding: 15px 0;
	}

span.mvp-nav-soc-but {
	float: right;
	font-size: 20px;
	line-height: 1;
	padding: 15px 8px;
	}

#mvp-search-wrap {
	-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	background: rgba(255,255,255,.94);
	opacity: 0;
	position: fixed;
		top: 0;
		left: 0;
	-webkit-transform: translate3d(0,-100%,0);
	   -moz-transform: translate3d(0,-100%,0);
	    -ms-transform: translate3d(0,-100%,0);
	     -o-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0);
	width: 100%;
	height: 100%;
	z-index: 999999;
	}

#mvp-search-box {
	margin: -60px 0 0 -300px;
	position: absolute;
		top: 50%;
		left: 50%;
	width: 600px;
	}

#searchform input {
	background: none;
	border: 0;
	border-bottom: 1px solid #444;
	color: #444;
	float: left;
	font-size: 70px;
	font-weight: 400;
	line-height: 100%;
	padding: 20px 0;
	width: 100%;
	height: 70px;
	}

#loginform input {
	background: none;
	border: 0;
	border-bottom: 1px solid #444;
	color: #888;
	float: right;
	font: 16px/16px light25, sans-serif;
	padding: 5px 5px;
	margin: 5px 5px;
	width: 80px;
	height: 20px;
	}

#loggedin {
	background: none;
	border: 0;
	color: #888;
	float: right;
	text-align: right;
	font: 16px/16px light25, sans-serif;
	padding: 10px 5px;
	margin: 5px 30px 5px 0px;
	}

#searchform #searchsubmit {
	border: none;
	float: left;
	}

#loginform, #loggedin {
	min-width: 250px !important;
	}

#loginsubmit {
	border: none !important;
	margin-right: 25px !important;
	text-transform: uppercase;
	float: right;
	}

#searchform #s:focus, #loginform #s:focus {
	outline: none;
	}

.mvp-search-toggle {
	opacity: 1 !important;
	-webkit-transform: translate3d(0,0,0) !important;
	   -moz-transform: translate3d(0,0,0) !important;
	    -ms-transform: translate3d(0,0,0) !important;
	     -o-transform: translate3d(0,0,0) !important;
		transform: translate3d(0,0,0) !important;
	}

#mvp-main-wrap {
	margin-top: 44px;
	width: 100%;
	min-height: 600px;
	}

#mvp-leader-wrap {
	margin: 15px 0 -5px;
	width: 100%;
	}

#mvp-leader-cont {
	line-height: 0;
	text-align: center;
	width: 100%;
	}

#mvp-main-body-wrap {
	margin-top: 20px;
	width: 100%;
	}

#mvp-main-body {
	width: 100%;
	}

.mvp-body-sec-wrap {
	margin-bottom: 10px;
	width: 100%;
	}

.mvp-body-sec2-wrap {
	width: 100%;
	}

/************************************************
	5. Navigation
************************************************/

#mvp-bot-nav-wrap {
	width: 100%;
	height: 44px;
	}

#mvp-bot-nav-cont {
	width: 100%;
	}

.mvp-bot-nav-out {
	float: right;
	margin-left: -60px;
	width: 100%;
	}

.mvp-nav-menu-login {
	float: right;
	margin-left: 0px;
	width: 25%;
	min-width: 270px !important;
	}

.mvp-bot-nav-in {
	margin-left: 60px;
	}

#mvp-nav-menu {
	min-width: 400px !important;
	height: 44px;
	}

#mvp-nav-menu ul,
#mvp-nav-menu ul li {
	float: left;
	}

#mvp-nav-menu ul {
	width: 95%;
	}

#mvp-nav-menu ul li {
	position: relative;
	}

#mvp-nav-menu ul li.mvp-mega-dropdown {
	position: static;
	}

#mvp-nav-menu ul li a {
	float: left;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	padding: 14px 12px;
	position: relative;
	text-transform: uppercase;
	}

#mvp-nav-menu ul li:hover a {
	padding: 14px 12px 13px;
	}

#mvp-nav-menu ul li.menu-item-has-children ul.sub-menu li a:after,
#mvp-nav-menu ul li.menu-item-has-children ul.sub-menu li ul.sub-menu li a:after,
#mvp-nav-menu ul li.menu-item-has-children ul.sub-menu li ul.sub-menu li ul.sub-menu li a:after,
#mvp-nav-menu ul li.menu-item-has-children ul.mvp-mega-list li a:after {
	border-style: none;
	border-width: medium;
	content: '';
	position: relative;
		top: auto;
		right: auto;
	}

#mvp-nav-menu ul li.menu-item-has-children a:after {
	border-style: solid;
	border-width: 3px 3px 0 3px;
	content: '';
	position: absolute;
		top: 21px;
		right: 10px;
	}

#mvp-nav-menu ul li.menu-item-has-children a {
	padding: 14px 18px 14px 12px;
	}

#mvp-nav-menu ul li.menu-item-has-children:hover a {
	padding: 14px 18px 13px 12px;
	}

#mvp-nav-menu ul li ul.sub-menu {
	background: #fff;
	-webkit-box-shadow: -1px 2px 5px 0 rgba(0,0,0,0.2);
	   -moz-box-shadow: -1px 2px 5px 0 rgba(0,0,0,0.2);
	    -ms-box-shadow: -1px 2px 5px 0 rgba(0,0,0,0.2);
	     -o-box-shadow: -1px 2px 5px 0 rgba(0,0,0,0.2);
		box-shadow: 0 1px 6px 0 rgba(0,0,0,0.2);
	position: absolute;
		top: 44px;
		left: 0;
	max-width: 200px;
	-webkit-transition: -webkit-transform 0.3s;
	   -moz-transition: -moz-transform 0.3s;
	    -ms-transition: -ms-transform 0.3s;
	     -o-transition: -o-transform 0.3s;
		transition: transform 0.3s;
	-webkit-transform: translateY(-999px);
	   -moz-transform: translateY(-999px);
	    -ms-transform: translateY(-999px);
	     -o-transform: translateY(-999px);
		transform: translateY(-999px);
	width: auto;
	z-index: -1;
	}

#mvp-nav-menu ul li.mvp-mega-dropdown ul.sub-menu {
	display: none;
	}

#mvp-nav-menu ul li:hover ul.sub-menu {
	overflow: visible;
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	     -o-transform: translateY(0);
		transform: translateY(0);
	}

#mvp-nav-menu ul li ul.sub-menu li {
	display: block;
	float: left;
	position: relative;
	width: 100%;
	}

#mvp-nav-menu ul li ul.sub-menu li a {
	background: #fff;
	border-top: 1px solid rgba(0,0,0,.1);
	border-bottom: none;
	color: #444 !important;
	float: left;
	font-size: 15px;
	line-height: 1.15;
	padding: 12px 20px !important;
	text-transform: uppercase;
	width: 160px;
	}

#mvp-nav-menu ul li ul.sub-menu li a:hover {
	background: rgba(0,0,0,.1);
	border-bottom: none;
	padding: 12px 20px;
	}

#mvp-nav-menu ul li ul.sub-menu ul.sub-menu li ul,
#mvp-nav-menu ul li ul.sub-menu li ul {
	display: none;
	position: absolute;
		top: 0;
		left: 200px;
	z-index: 10;
	}

#mvp-nav-menu ul li ul.sub-menu ul.sub-menu li:hover ul,
#mvp-nav-menu ul li ul.sub-menu li:hover ul {
	display: block;
	}

#mvp-nav-menu ul li ul.sub-menu li .mvp-mega-dropdown {
	display: none;
	}

#mvp-nav-menu ul li:hover ul.sub-menu li.menu-item-has-children a {
	position: relative;
	}

#mvp-nav-menu ul li:hover ul.sub-menu li.menu-item-has-children a:after,
#mvp-nav-menu ul li:hover ul.sub-menu li ul.sub-menu li.menu-item-has-children a:after {
	border-color: transparent transparent transparent #444 !important;
	border-style: solid;
	border-width: 3px 0 3px 3px;
	content: '';
	position: absolute;
		top: 15px;
		right: 10px;
	}

#mvp-nav-menu ul li.mvp-mega-dropdown .mvp-mega-dropdown {
	background: #fff;
	border-top: 1px solid #ddd;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.15);
	   -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.15);
	    -ms-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.15);
	     -o-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.15);
		box-shadow: 0 2px 5px 0 rgba(0,0,0,0.15);
	position: absolute;
		top: 44px;
		left: 0;
	-webkit-transform: translateY(-999px);
	   -moz-transform: translateY(-999px);
	    -ms-transform: translateY(-999px);
	     -o-transform: translateY(-999px);
		transform: translateY(-999px);
	width: 100%;
	z-index: -4000;
	}

#mvp-nav-menu ul li.mvp-mega-dropdown:hover .mvp-mega-dropdown {
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	     -o-transform: translateY(0);
		transform: translateY(0);
	}

#mvp-nav-menu ul li.mvp-mega-dropdown:hover .mvp-mega-dropdown .mvp-mega-img img {
	display: block;
	}

#mvp-nav-menu ul li ul.mvp-mega-list li a {
	background: none !important;
	border-bottom: none;
	color: #222 !important;
	float: left;
	font-size: .9em;
	font-weight: 700;
	line-height: 123%;
	padding: 0 !important;
	text-transform: none;
	}

#mvp-nav-menu ul li ul.mvp-mega-list li .mvp-mega-img a {
	line-height: 0;
	}

ul.mvp-mega-list {
	float: left;
	width: 100% !important;
	}

ul.mvp-mega-list li {
	float: left;
	overflow: hidden;
	padding: 20px 0 20px 1.6666666666%; /* 20px / 1200px */
	width: 18.66666666666%; /* 224px / 1200px */
	}

ul.mvp-mega-list li:first-child {
	padding-left: 0;
	}

.mvp-mega-img {
	float: left;
	line-height: 0;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
	width: 100%;
	max-height: 130px;
	}

.mvp-mega-img img {
	display: none;
	width: 100%;
	}

.mvp-mega-img a {
	padding: 0;
	}

.mvp-fixed-next {
	margin-top: 96px;
	}

.mvp-body-sec-cont {
	background: #fff;
	padding: 15px 1% 15px 1%; /* 30 / 1200 */
	width: 95%; /* 1140 / 1200 */
	}

/************************************************
	6. Scoreboard
************************************************/

#mvp-score-wrap {
	background: #111;
	width: 100%;
	height: 72px;
	}

#mvp-score-cont {
	width: 100%;
	height: 55px;
	}

.mvp-score-out {
	float: right;
	margin-left: -150px;
	width: 100%;
	}

.mvp-score-in {
	margin-left: 100px;
	}

#mvp-score-menu-wrap, #mvp-score-logo-wrap {
	width: 100px;
	height: 72px;
	}

#mvp-score-menu-wrap {
	display: none;
	}

.mvp-score-nav-menu {
	float: left;
	margin: 23px 10% 23px 0;
	overflow: hidden;
	position: relative;
	width: 90%;
	height: 26px;
	}

.mvp-score-nav-menu:before {
	content: '';
	cursor: pointer;
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #bbb;
	position: absolute;
		top: 10px;
		right: 10px;
	}

.mvp-score-nav-menu .mvp-score-tabs {
	width: 100%;
	}

.mvp-score-nav-menu select {
	background: #333;
	border: none;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	    -ms-border-radius: 5px;
	     -o-border-radius: 5px;
		border-radius: 5px;
	color: #fff;
	cursor: pointer;
	float: left;
	font-size: 15px;
	font-weight: 800;
	line-height: 100%;
	outline: none;
	padding: 0 8.33333333333%; /* 10px / 120px */
	-webkit-transition: background 0.2s;
	   -moz-transition: background 0.2s;
	    -ms-transition: background 0.2s;
	     -o-transition: background 0.2s;
		transition: background 0.2s;
	-webkit-appearance: none !important;
	   -moz-appearance: none !important;
	text-indent: .01px;
	text-overflow: '';
	width: 83.33333333333%; /* 100px / 120px */
	height: 26px;
	}

.mvp-score-nav-menu select option {
	background: #333;
	color: #fff;
	font: 15px/100% 'bold25', sans-serif;
	height: 100%;
	}

#mvp-score-main {
	overflow: hidden;
	width: 100%;
	height: 72px;
	}

.mvp-score-item {
	width: 100%;
	}

ul.mvp-score-list {
	width: 100%;
	height: 72px;
	}

ul.mvp-score-list li {
	background: #333;
	border: 1px solid #444;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	    -ms-border-radius: 3px;
	     -o-border-radius: 3px;
		border-radius: 3px;
	float: left;
	margin: 4px 7px 4px 0;
	padding: 3px 10px 6px;
	width: 90px;
	height: 53px;
	}

.mvp-score-status {
	float: right;
	overflow: hidden;
	text-align: center;
	width: 100%;
	height: 18px;
	}

.mvp-score-teams {
	font-family: scoreboard;
	overflow: hidden;
	width: 100%;
	height: 34px;
	}

.mvp-score-teams p {
	font-size: 15px;
	}

.mvp-score-teams-left p, .mvp-score-teams-right p {
	font-weight: 400;
	font-family: scoreboard !important;
	letter-spacing: 1px;
	}

.mvp-score-status p {
	font-size: 10px;
	color: #888;
	font-weight: 400;
	line-height: 120%;
	}

.mvp-score-teams p {
	color: #eee;
	font-weight: 400;
	line-height: 125%;
	}

.mvp-score-teams-left {
	width: 65%;
	height: 30px;
	}

.mvp-score-teams-right {
	float: right;
	text-align: right;
	width: 35%;
	height: 30px;
	}

.tmicon {
	overflow:hidden; width: 9px; height: 12px; margin: 0px; position:relative; display:block }
.AD { margin-left:0px; } .BL { margin-left:-9px; } .CA { margin-left:-18px; } .CO { margin-left:-27px; } .ES { margin-left:-36px; } .FR { margin-left:-45px; } .GE { margin-left:-54px; } .HW { margin-left:-63px; } .KA { margin-left:-72px; } .NM { margin-left:-72px; } .ME { margin-left:-81px; } .PA { margin-left:-90px; } .RI { margin-left:-99px; } .SK { margin-left:-108px; } .SY { margin-left:-117px; } .WB { margin-left:-126px; } .WC { margin-left:-135px; } .GC { margin-left:-144px; }  .WS { margin-left:-153px; } 
.CBY { margin-left:-162px; }  .CRO { margin-left:-175px; }  .GLD { margin-left:-188px; }  .MAN { margin-left:-201px; }  .MEL { margin-left:-214px; }  .NEW { margin-left:-227px; }  .NQL { margin-left:-240px; }  .PAR { margin-left:-253px; }  .PEN { margin-left:-266px; }  .SOU { margin-left:-279px; }  .SGI { margin-left:-292px; }  .SYD { margin-left:-305px; }  .WAR { margin-left:-318px; }  .WST { margin-left:-331px; }

.ticon {
	overflow:hidden; width: 12px; height: 12px; position:relative; display:block; float:left; margin: 0px 3px 0px 0px; background: transparent url(https://www.fanfooty.com.au/images/iconsprite-2025.gif) no-repeat; }
.tlicon {
	overflow:hidden; transform: scale(0.25); transform-origin: top left; width: 48px; height: 48px; position:relative; display:block; float:left; margin: 0px -33px -36px 0px; background: transparent url(https://www.fanfooty.com.au/images/icon/iconsprite-l-2025.png) no-repeat; }
.jicon {
	overflow:hidden; width: 9px; height: 12px; position:relative; display:block; float:left; margin: 3px 3px 0px 0px; background: transparent url(https://www.fanfooty.com.au/images/iconsprite-2025.gif) no-repeat; }
.jnicon {
	overflow:hidden; width: 13px; height: 12px; position:relative; display:block; float:left; margin: 3px 3px 0px 0px; background: transparent url(https://www.fanfooty.com.au/images/iconsprite-2025.gif) no-repeat; }
.picon {
	overflow:hidden; transform: scale(0.25); transform-origin: top left; width: 40px; height: 40px; position:relative; display:block; float:left; margin: 2px 0px 0px 0px; background-size: 100%; background: transparent url("https://www.fanfooty.com.au/images/icon/iconsprite-l-2025.png") no-repeat; border-collapse:separate; background-position: inherit; }
.jAD { background-position: 0px 0px; } .jBL { background-position: -9px 0px; } .jCA { background-position: -18px 0px; } .jCO { background-position: -27px 0px; } .jES { background-position: -36px 0px; } .jFR { background-position: -45px 0px; } .jGC { background-position: -54px 0px; } .jGE { background-position: -63px 0px; } .jHW { background-position: -72px 0px; } .jKA { background-position: -90px 0px; } .jNM { background-position: -90px 0px; } .jME { background-position: -81px 0px; } .jPA { background-position: -99px 0px; } .jRI { background-position: -108px 0px; } .jSK { background-position: -117px 0px; } .jSY { background-position: -126px 0px; } .jWB { background-position: -135px 0px; } .jWC { background-position: -144px 0px; } .jWS { background-position: -153px 0px; } 
.tAD { background-position: 0px -24px; } .tBL { background-position: -12px -24px; } .tCA { background-position: -24px -24px; } .tCO { background-position: -36px -24px; } .tES { background-position: -48px -24px; } .tFR { background-position: -60px -24px; } .tGC { background-position: -72px -24px; } .tGE { background-position: -84px -24px; } .tHW { background-position: -96px -24px; } .tKA { background-position: -120px -24px; } .tNM { background-position: -120px -24px; } .tME { background-position: -108px -24px; } .tPA { background-position: -132px -24px; } .tRI { background-position: -144px -24px; } .tSK { background-position: -156px -24px; } .tSY { background-position: -168px -24px; } .tWB { background-position: -180px -24px; } .tWC { background-position: -192px -24px; } .tWS { background-position: -204px -24px; }   .tAUS { background-position: -216px -24px; }  .tTA { background-position: -228px -24px; }   
.tBRI { background-position: 0px -36px; }   .tCAN { background-position: -12px -36px; }  .tCBY { background-position: -24px -36px; }  .tCRO { background-position: -36px -36px; }  .tGLD { background-position: -48px -36px; }  .tMAN { background-position: -60px -36px; }  .tMEL { background-position: -72px -36px; }  .tNEW { background-position: -84px -36px; }  .tNQL { background-position: -96px -36px; }  .tPAR { background-position: -108px -36px; }  .tPEN { background-position: -120px -36px; }  .tSOU { background-position: -132px -36px; }  .tSGI { background-position: -144px -36px; }  .tSYD { background-position: -156px -36px; }  .tWAR { background-position: -168px -36px; }  .tWST { background-position: -180px -36px; }
.tlAD { background-position: 0px -96px; } .tlBL { background-position: -48px -96px; } .tlCA { background-position: -96px -96px; } .tlCO { background-position: -144px -96px; } .tlES { background-position: -192px -96px; } .tlFR { background-position: -240px -96px; } .tlGC { background-position: -288px -96px; } .tlGE { background-position: -336px -96px; } .tlHW { background-position: -384px -96px; } .tlKA { background-position: -480px -96px; } .tlNM { background-position: -480px -96px; } .tlME { background-position: -432px -96px; } .tlPA { background-position: -528px -96px; } .tlRI { background-position: -576px -96px; } .tlSK { background-position: -624px -96px; } .tlSY { background-position: -672px -96px; } .tlWB { background-position: -720px -96px; } .tlWC { background-position: -768px -96px; } .tlWS { background-position: -816px -96px; }   .tlAUS { background-position: -864px -96px; }     .tlTA { background-position: -912px -96px; }   
.tlBRI { background-position: 0px -36px; }   .tlCAN { background-position: -12px -36px; }  .tlCBY { background-position: -24px -36px; }  .tlCRO { background-position: -36px -36px; }  .tlGLD { background-position: -48px -36px; }  .tlMAN { background-position: -60px -36px; }  .tlMEL { background-position: -72px -36px; }  .tlNEW { background-position: -84px -36px; }  .tlNQL { background-position: -96px -36px; }  .tlPAR { background-position: -108px -36px; }  .tlPEN { background-position: -120px -36px; }  .tlSOU { background-position: -132px -36px; }  .tlSGI { background-position: -144px -36px; }  .tlSYD { background-position: -156px -36px; }  .tlWAR { background-position: -168px -36px; }  .tlWST { background-position: -180px -36px; }
/*.i_news { background-position:0% 0% !important; } .i_star { background-position:2% 0% !important; }  .i_spud { background-position:4% 0% !important; }  .i_sore { background-position:6% 0% !important; }  .i_bubble { background-position:8% 0% !important; }  .i_rookie { background-position:10% 0% !important; }  .i_reported { background-position:12% 0% !important; }  .i_mrp { background-position:14% 0% !important; }  .i_longterminjured { background-position:16% 0% !important; }  .i_medal { background-position:18% 0% !important; }   .i_x-factor { background-position:20% 0% !important; }    .i_usa { background-position:22% 0% !important; }     .i_muppet { background-position:24% 0% !important; }     .i_anzac { background-position:26% 0% !important; }     .i_magnet { background-position:28% 0% !important; }     .i_pumpkin { background-position:30% 0% !important; }    .i_skull { background-position:32% 0% !important; }    .i_cherry { background-position:34% 0% !important; }   .i_wall { background-position:36% 0% !important; }   .i_witcheshat { background-position:38% 0% !important; }   .i_scooter { background-position:40% 0% !important; }   .i_bugg { background-position:42% 0% !important; }   .i_mare { background-position:44% 0% !important; }   .i_duck { background-position:46% 0% !important; }   .i_atlas { background-position:48% 0% !important; }   
.i_empty { background-position:50% 0% !important; }   .i_cactus { background-position:52% 0% !important; }   .i_penguin { background-position:54% 0% !important; }  .i_butcher { background-position:56% 0px !important; }  .i_extralife { background-position:58% 0px !important; }  .i_vfl { background-position:60% 0px !important; }  .i_sanfl { background-position:62% 0px !important; }  .i_wafl { background-position:64% 0px !important; }  .i_neafl { background-position:66% 0px !important; }   .i_skier { background-position:68% 0px !important; }   .i_package { background-position:70% 0px !important; }  .i_spitter { background-position:72% 0% !important; }  .i_kickin { background-position:74% 0% !important; }  .i_lizard { background-position:76% 0% !important; }  .i_skunk { background-position:78% 0% !important; }  .i_cox { background-position:80% 0% !important; }  .i_pumbaa { background-position:82% 0% !important; }  .i_chief { background-position:84% 0% !important; }  .i_thor { background-position:86% 0% !important; }  .i_pelican { background-position:88% 0% !important; }  .i_tbone { background-position:90% 0% !important; }  .i_cyclone { background-position:92% 0% !important; }  .i_dogga { background-position:94% 0% !important; }  .i_imback { background-position:96% 0% !important; }  .i_windhager { background-position:98% 0% !important; } 
.i_job { background-position:0% 15% !important; } .i_irish { background-position:2% 15% !important; }  .i_injured { background-position:4% 15% !important; }  .i_in { background-position:6% 15% !important; }  .i_heart { background-position:8% 15% !important; }  .i_gun { background-position:10% 15% !important; }  .i_garbage { background-position:12% 15% !important; }  .i_elevated { background-position:14% 15% !important; }  .i_down { background-position:16% 15% !important; }  .i_up { background-position: 18% 15% !important; }   .i_superman { background-position: 20% 15% !important; }    .i_japan { background-position: 22% 15% !important; }   .i_crab { background-position: 24% 15% !important; }   .i_dreamtime { background-position:26% 15% !important; }   .i_switch { background-position:28% 15% !important; }   .i_burma { background-position:30% 15% !important; }   .i_tick { background-position:32% 15% !important; }  .i_seagull { background-position:34% 15% !important; }  .i_cup { background-position:36% 15% !important; }  .i_bluemoon { background-position:38% 15% !important; }  .i_target { background-position:40% 15% !important; }  .i_rain { background-position:42% 15% !important; }  .i_wood { background-position:44% 15% !important; }  .i_goose { background-position:46% 15% !important; }  .i_southafrica { background-position:48% 15% !important; }  
.i_superpav { background-position:50% 15% !important; }  .i_yinyang { background-position:52% 15% !important; }  .i_zombie { background-position:54% 15% !important; }  .i_greenlight { background-position:56% 15% !important; }   .i_battle { background-position:58% 15% !important; }    .i_ram { background-position:60% 15% !important; }  .i_sinbin { background-position:62% 15% !important; }  .i_cockatoo { background-position:64% 15% !important; }  .i_quarterback { background-position:66% 15% !important; }  .i_ruck { background-position:68% 15% !important; }  .i_shield { background-position:70% 15% !important; }  .i_blowfly { background-position:72% 15% !important; }  .i_dutchy { background-position:74% 15% !important; }  .i_apples { background-position:76% 15% !important; }  .i_moose { background-position:78% 15% !important; }  .i_archer { background-position:80% 15% !important; }  .i_macedonian { background-position:82% 15% !important; }  .i_egyptian { background-position:84% 15% !important; }  .i_bull { background-position:86% 15% !important; }  .i_lobster { background-position:88% 15% !important; }  .i_tigger { background-position:90% 15% !important; }  .i_twophones { background-position:92% 15% !important; }  .i_ruckfwd { background-position:94% 15% !important; }  .i_midfwd { background-position:96% 15% !important; }  .i_sergeant { background-position:98% 15% !important; } 
.i_concussed { background-position:0% 30% !important; } .i_cold { background-position:2% 30% !important; }  .i_cash { background-position:4% 30% !important; }  .i_canada { background-position:6% 30% !important; }  .i_bench { background-position:8% 30% !important; }  .i_tog { background-position:10% 30% !important; }  .i_tagger { background-position:12% 30% !important; }  .i_tagged { background-position:14% 30% !important; }  .i_suspended { background-position:16% 30% !important; } .i_sentoff { background-position:16% 30% !important; }  .i_sub { background-position:18% 30% !important; }   .i_dttalk { background-position:20% 30% !important; }   .i_sudan { background-position:22% 30% !important; }    .i_ipod { background-position:24% 30% !important; }  .i_burger { background-position:26% 30% !important; }  .i_missing { background-position:28% 30% !important; }  .i_swan { background-position:30% 30% !important; }  .i_tomahawk { background-position:32% 30% !important; }  .i_subbed { background-position:34% 30% !important; }  .i_astronaut { background-position:36% 30% !important; }  .i_donut { background-position:38% 30% !important; }  .i_nigeria { background-position:40% 30% !important; }  .i_flash { background-position:42% 30% !important; }  .i_harleylogo { background-position:44% 30% !important; }  .i_vulture { background-position:46% 30% !important; }  .i_png { background-position:48% 30% !important; }  
.i_consub { background-position:50% 30% !important; }  .i_candle { background-position:52% 30% !important; }  .i_tempsub { background-position:54% 30% !important; }  .i_police { background-position:56% 30% !important; }  .i_frost { background-position:58% 30% !important; }  .i_guard { background-position:60% 30% !important; }  .i_mute { background-position:62% 30% !important; }  .i_whistle { background-position:64% 30% !important; }  .i_spearhead { background-position:66% 30% !important; }  .i_utility { background-position:68% 30% !important; }   .i_blitz { background-position:70% 30% !important; }   .i_cooked { background-position:72% 30% !important; } .i_checkers { background-position:74% 30% !important; }  .i_batman { background-position:76% 30% !important; }  .i_cobweb { background-position:78% 30% !important; }  .i_dorsal { background-position:80% 30% !important; }  .i_weed { background-position:82% 30% !important; }  .i_tractor { background-position:84% 30% !important; }  .i_onions { background-position:86% 30% !important; }  .i_sicdawg { background-position:88% 30% !important; }  .i_mars { background-position:90% 30% !important; }  .i_texan { background-position:92% 30% !important; }  .i_duke { background-position:94% 30% !important; }  .i_cloud { background-position:96% 30% !important; }   .i_unicorn { background-position:98% 30% !important; } 
.i_kirk { background-position:0% 45% !important; } .i_crown { background-position:2% 45% !important; }  .i_creepy { background-position:4% 45% !important; }  .i_car { background-position:6% 45% !important; }  .i_bell { background-position:8% 45% !important; }  .i_smiling { background-position:10% 45% !important; }  .i_skippy { background-position:12% 45% !important; }  .i_roo { background-position:12% 45% !important; }  .i_porpoise { background-position:14% 45% !important; }  .i_pinkpig { background-position:16% 45% !important; }  .i_mobile { background-position:18% 45% !important; }   .i_cougar { background-position:20% 45% !important; }    .i_fiji { background-position:22% 45% !important; }    .i_gumby { background-position:24% 45% !important; }    .i_lebanon { background-position:26% 45% !important; }   .i_tonga { background-position:28% 45% !important; }   .i_brazil { background-position:30% 45% !important; }    .i_carrot { background-position:32% 45% !important; }   .i_zimbabwe { background-position:34% 45% !important; }   .i_cannon { background-position:36% 45% !important; }   .i_rock { background-position:38% 45% !important; }   .i_egypt { background-position:40% 45% !important; }   .i_nz { background-position:42% 45% !important; }   .i_harley { background-position:44% 45% !important; }   .i_ghost { background-position:46% 45% !important; }   .i_snail { background-position:48% 45% !important; }   
.i_hulk { background-position:50% 45% !important; }   .i_graph { background-position:52% 45% !important; }  .i_plusone { background-position:54% 45% !important; }  .i_asterisk { background-position:56% 45% !important; }  .i_inandsub { background-position:58% 45% !important; }   .i_doubleyellow { background-position:60% 45% !important; }   .i_wing { background-position:62% 45% !important; }   .i_shovel { background-position:64% 45% !important; }   .i_pocket { background-position:66% 45% !important; }   .i_belarus { background-position:68% 45% !important; }  .i_froggy { background-position:70% 45% !important; }  .i_berry { background-position:72% 45% !important; }  .i_chicken { background-position:74% 45% !important; }  .i_brackets { background-position:76% 45% !important; }  .i_snout { background-position:78% 45% !important; }  .i_fog { background-position:80% 45% !important; }  .i_reddog { background-position:82% 45% !important; }  .i_house { background-position:84% 45% !important; }  .i_bluey { background-position:86% 45% !important; }  .i_pidgeot { background-position:88% 45% !important; }  .i_tdk { background-position:90% 45% !important; }  .i_chucky { background-position:92% 45% !important; }  .i_finn { background-position:94% 45% !important; } .i_disco { background-position:96% 45% !important; }  .i_daysy { background-position:98% 45% !important; } */

.i_news { background-position:0px -120px !important } .i_star { background-position:-10px -120px !important }  .i_spud { background-position:-20px -120px !important }  .i_sore { background-position:-30px -120px !important }  .i_bubble { background-position:-40px -120px !important }  
.i_rookie { background-position:-50px -120px !important }  .i_reported { background-position:-60px -120px !important }  .i_mrp { background-position:-70px -120px !important }  .i_longterminjured { background-position:-80px -120px !important }  .i_medal { background-position:-90px -120px !important } 
.i_x-factor { background-position:-100px -120px !important }    .i_usa { background-position:-110px -120px !important }     .i_muppet { background-position:-120px -120px !important }     .i_anzac { background-position:-130px -120px !important }     .i_magnet { background-position:-140px -120px !important }     
.i_pumpkin { background-position:-150px -120px !important }    .i_skull { background-position:-160px -120px !important }    .i_cherry { background-position:-170px -120px !important }   .i_wall { background-position:-180px -120px !important }   .i_witcheshat { background-position:-190px -120px !important }   
.i_scooter { background-position:-200px -120px !important }   .i_bugg { background-position:-210px -120px !important }   .i_mare { background-position:-220px -120px !important }   .i_duck { background-position:-230px -120px !important }   .i_atlas { background-position:-240px -120px !important }   

.i_empty { background-position:0px -130px !important }   .i_cactus { background-position:-10px -130px !important }   .i_penguin { background-position:-20px -130px !important }  .i_butcher { background-position:-30px -130px !important; }  .i_extralife { background-position:-40px -130px !important; }  
.i_vfl { background-position:-50px -130px !important; }  .i_sanfl { background-position:-60px -130px !important; }  .i_wafl { background-position:-70px -130px !important; }  .i_neafl { background-position:-80px -130px !important; }   .i_skier { background-position:-90px -130px !important; }   
.i_package { background-position:-100px -130px !important; }  .i_spitter { background-position:-110px -130px !important }  .i_kickin { background-position:-120px -130px !important }  .i_lizard { background-position:-130px -130px !important }  .i_skunk { background-position:-140px -130px !important }  
.i_cox { background-position:-150px -130px !important }  .i_pumbaa { background-position:-160px -130px !important }  .i_chief { background-position:-170px -130px !important }  .i_thor { background-position:-180px -130px !important }  .i_pelican { background-position:-190px -130px !important }  
.i_tbone { background-position:-200px -130px !important }  .i_cyclone { background-position:-210px -130px !important }  .i_dogga { background-position:-220px -130px !important }  .i_imback { background-position:-230px -130px !important }  .i_windhager { background-position:-240px -130px !important } 

.i_job { background-position:0px -140px !important } .i_irish { background-position:-10px -140px !important }  .i_injured { background-position:-20px -140px !important }  .i_in { background-position:-30px -140px !important }  .i_heart { background-position:-40px -140px !important }  
.i_gun { background-position:-50px -140px !important }  .i_garbage { background-position:-60px -140px !important }  .i_elevated { background-position:-70px -140px !important }  .i_down { background-position:-80px -140px !important }  .i_up { background-position:-90px -140px !important }   
.i_superman { background-position:-100px -140px !important }    .i_japan { background-position:- 22px -140px !important }   .i_crab { background-position:-120px -140px !important }   .i_dreamtime { background-position:-130px -140px !important }   .i_switch { background-position:-140px -140px !important }   
.i_burma { background-position:-150px -140px !important }   .i_tick { background-position:-160px -140px !important }  .i_seagull { background-position:-170px -140px !important }  .i_cup { background-position:-180px -140px !important }  .i_bluemoon { background-position:-190px -140px !important }  
.i_target { background-position:-200px -140px !important }  .i_rain { background-position:-210px -140px !important }  .i_wood { background-position:-220px -140px !important }  .i_goose { background-position:-230px -140px !important }  .i_southafrica { background-position:-240px -140px !important }  

.i_superpav { background-position:0px -150px !important }  .i_yinyang { background-position:-10px -150px !important }  .i_zombie { background-position:-20px -150px !important }  .i_greenlight { background-position:-30px -150px !important }   .i_battle { background-position:-40px -150px !important }    
.i_ram { background-position:-50px -150px !important }  .i_sinbin { background-position:-60px -150px !important }  .i_cockatoo { background-position:-70px -150px !important }  .i_quarterback { background-position:-80px -150px !important }  .i_ruck { background-position:-90px -150px !important }  
.i_shield { background-position:-100px -150px !important }  .i_blowfly { background-position:-110px -150px !important }  .i_dutchy { background-position:-120px -150px !important }  .i_apples { background-position:-130px -150px !important }  .i_moose { background-position:-140px -150px !important }  
.i_archer { background-position:-150px -150px !important }  .i_macedonian { background-position:-160px -150px !important }  .i_egyptian { background-position:-170px -150px !important }  .i_bull { background-position:-180px -150px !important }  .i_lobster { background-position:-190px -150px !important }  
.i_tigger { background-position:-200px -150px !important }  .i_twophones { background-position:-210px -150px !important }  .i_ruckfwd { background-position:-220px -150px !important }  .i_midfwd { background-position:-230px -150px !important }  .i_sergeant { background-position:-240px -150px !important } 

.i_concussed { background-position:0px -160px !important } .i_cold { background-position:-10px -160px !important }  .i_cash { background-position:-20px -160px !important }  .i_canada { background-position:-30px -160px !important }  .i_bench { background-position:-40px -160px !important }  
.i_tog { background-position:-50px -160px !important }  .i_tagger { background-position:-60px -160px !important }  .i_tagged { background-position:-70px -160px !important }  .i_suspended, .i_sentoff { background-position:-80px -160px !important }  .i_sub { background-position:-90px -160px !important }   
.i_dttalk { background-position:-100px -160px !important }   .i_sudan { background-position:-110px -160px !important }    .i_ipod { background-position:-120px -160px !important }  .i_burger { background-position:-130px -160px !important }  .i_missing { background-position:-140px -160px !important }  
.i_swan { background-position:-150px -160px !important }  .i_tomahawk { background-position:-160px -160px !important }  .i_subbed { background-position:-170px -160px !important }  .i_astronaut { background-position:-180px -160px !important }  .i_donut { background-position:-190px -160px !important }  
.i_nigeria { background-position:-200px -160px !important }  .i_flash { background-position:-210px -160px !important }  .i_harleylogo { background-position:-220px -160px !important }  .i_vulture { background-position:-230px -160px !important }  .i_png { background-position:-240px -160px !important }  

.i_consub { background-position:0px -170px !important }  .i_candle { background-position:-10px -170px !important }  .i_tempsub { background-position:-20px -170px !important }  .i_police { background-position:-30px -170px !important }  .i_frost { background-position:-40px -170px !important }  
.i_guard { background-position:-50px -170px !important }  .i_mute { background-position:-60px -170px !important }  .i_whistle { background-position:-70px -170px !important }  .i_spearhead { background-position:-80px -170px !important }  .i_utility { background-position:-90px -170px !important }   
.i_blitz { background-position:-100px -170px !important }   .i_cooked { background-position:-110px -170px !important } .i_checkers { background-position:-120px -170px !important }  .i_batman { background-position:-130px -170px !important }  .i_cobweb { background-position:-140px -170px !important }  
.i_dorsal { background-position:-150px -170px !important }  .i_weed { background-position:-160px -170px !important }  .i_tractor { background-position:-170px -170px !important }  .i_onions { background-position:-180px -170px !important }  .i_sicdawg { background-position:-190px -170px !important }  
.i_mars { background-position:-200px -170px !important }  .i_texan { background-position:-210px -170px !important }  .i_duke { background-position:-220px -170px !important }  .i_cloud { background-position:-230px -170px !important }   .i_unicorn { background-position:-240px -170px !important } 

.i_kirk { background-position:0px -180px !important } .i_crown { background-position:-10px -180px !important }  .i_creepy { background-position:-20px -180px !important }  .i_car { background-position:-30px -180px !important }  .i_bell { background-position:-40px -180px !important }  
.i_smiling { background-position:-50px -180px !important }  .i_skippy, .i_roo { background-position:-60px -180px !important }  .i_porpoise { background-position:-70px -180px !important }  .i_pinkpig { background-position:-80px -180px !important }  .i_mobile { background-position:-90px -180px !important }   
.i_cougar { background-position:-100px -180px !important }    .i_fiji { background-position:-110px -180px !important }    .i_gumby { background-position:-120px -180px !important }    .i_lebanon { background-position:-130px -180px !important }   .i_tonga { background-position:-140px -180px !important }   
.i_brazil { background-position:-150px -180px !important }    .i_carrot { background-position:-160px -180px !important }   .i_zimbabwe { background-position:-170px -180px !important }   .i_cannon { background-position:-180px -180px !important }   .i_rock { background-position:-190px -180px !important }   
.i_egypt { background-position:-200px -180px !important }   .i_nz { background-position:-210px -180px !important }   .i_harley { background-position:-220px -180px !important }   .i_ghost { background-position:-230px -180px !important }   .i_snail { background-position:-240px -180px !important }   

.i_hulk { background-position:0px -190px !important }   .i_graph { background-position:-10px -190px !important }  .i_plusone { background-position:-20px -190px !important }  .i_asterisk { background-position:-30px -190px !important }  .i_inandsub { background-position:-40px -190px !important }   
.i_doubleyellow { background-position:-50px -190px !important }   .i_wing { background-position:-60px -190px !important }   .i_shovel { background-position:-70px -190px !important }   .i_pocket { background-position:-80px -190px !important }   .i_belarus { background-position:-90px -190px !important }  
.i_froggy { background-position:-100px -190px !important }  .i_berry { background-position:-110px -190px !important }  .i_chicken { background-position:-120px -190px !important }  .i_brackets { background-position:-130px -190px !important }  .i_snout { background-position:-140px -190px !important }  
.i_fog { background-position:-150px -190px !important }  .i_reddog { background-position:-160px -190px !important }  .i_house { background-position:-170px -190px !important }  .i_bluey { background-position:-180px -190px !important }  .i_pidgeot { background-position:-190px -190px !important }  
.i_tdk { background-position:-200px -190px !important }  .i_chucky { background-position:-210px -190px !important }  .i_finn { background-position:-220px -190px !important } .i_disco { background-position:-230px -190px !important }  .i_daysy { background-position:-240px -190px !important } 

.i_rescue { background-position:0px -200px !important }   .i_nibbler { background-position:-10px -200px !important }  .i_choc { background-position:-20px -200px !important }  .i_wombat { background-position:-30px -200px !important }  .i_messi { background-position:-40px -200px !important }   
.i_google { background-position:-50px -200px !important }   .i_snooze { background-position:-60px -200px !important }  .i_padlock { background-position:-70px -200px !important } 

.li_news { background-position:0px -480px !important } .li_star { background-position:-40px -480px !important }  .li_spud { background-position:-80px -480px !important }  .li_sore { background-position:-120px -480px !important }  .li_bubble { background-position:-160px -480px !important }  
.li_rookie { background-position:-200px -480px !important }  .li_reported { background-position:-240px -480px !important }  .li_mrp { background-position:-280px -480px !important }  .li_longterminjured { background-position:-320px -480px !important }  .li_medal { background-position:-360px -480px !important } 
.li_x-factor { background-position:-400px -480px !important }    .li_usa { background-position:-440px -480px !important }     .li_muppet { background-position:-480px -480px !important }     .li_anzac { background-position:-520px -480px !important }     .li_magnet { background-position:-560px -480px !important }     
.li_pumpkin { background-position:-600px -480px !important }    .li_skull { background-position:-640px -480px !important }    .li_cherry { background-position:-680px -480px !important }   .li_wall { background-position:-720px -480px !important }   .li_witcheshat { background-position:-760px -480px !important }   
.li_scooter { background-position:-800px -480px !important }   .li_bugg { background-position:-840px -480px !important }   .li_mare { background-position:-880px -480px !important }   .li_duck { background-position:-920px -480px !important }   .li_atlas { background-position:-960px -480px !important }   

.li_empty { background-position:0px -520px !important }   .li_cactus { background-position:-40px -520px !important }   .li_penguin { background-position:-80px -520px !important }  .li_butcher { background-position:-120px -520px !important; }  .li_extralife { background-position:-160px -520px !important; }  
.li_vfl { background-position:-200px -520px !important; }  .li_sanfl { background-position:-240px -520px !important; }  .li_wafl { background-position:-280px -520px !important; }  .li_neafl { background-position:-320px -520px !important; }   .li_skier { background-position:-360px -520px !important; }   
.li_package { background-position:-400px -520px !important; }  .li_spitter { background-position:-440px -520px !important }  .li_kickin { background-position:-480px -520px !important }  .li_lizard { background-position:-520px -520px !important }  .li_skunk { background-position:-560px -520px !important }  
.li_cox { background-position:-600px -520px !important }  .li_pumbaa { background-position:-640px -520px !important }  .li_chief { background-position:-680px -520px !important }  .li_thor { background-position:-720px -520px !important }  .li_pelican { background-position:-760px -520px !important }  
.li_tbone { background-position:-800px -520px !important }  .li_cyclone { background-position:-840px -520px !important }  .li_dogga { background-position:-880px -520px !important }  .li_imback { background-position:-920px -520px !important }  .li_windhager { background-position:-960px -520px !important } 

.li_job { background-position:0px -560px !important } .li_irish { background-position:-40px -560px !important }  .li_injured { background-position:-80px -560px !important }  .li_in { background-position:-120px -560px !important }  .li_heart { background-position:-160px -560px !important }  
.li_gun { background-position:-200px -560px !important }  .li_garbage { background-position:-240px -560px !important }  .li_elevated { background-position:-280px -560px !important }  .li_down { background-position:-320px -560px !important }  .li_up { background-position:-360px -560px !important }   
.li_superman { background-position:-400px -560px !important }    .li_japan { background-position:- 22px -560px !important }   .li_crab { background-position:-480px -560px !important }   .li_dreamtime { background-position:-520px -560px !important }   .li_switch { background-position:-560px -560px !important }   
.li_burma { background-position:-600px -560px !important }   .li_tick { background-position:-640px -560px !important }  .li_seagull { background-position:-680px -560px !important }  .li_cup { background-position:-720px -560px !important }  .li_bluemoon { background-position:-760px -560px !important }  
.li_target { background-position:-800px -560px !important }  .li_rain { background-position:-840px -560px !important }  .li_wood { background-position:-880px -560px !important }  .li_goose { background-position:-920px -560px !important }  .li_southafrica { background-position:-960px -560px !important }  

.li_superpav { background-position:0px -600px !important }  .li_yinyang { background-position:-40px -600px !important }  .li_zombie { background-position:-80px -600px !important }  .li_greenlight { background-position:-120px -600px !important }   .li_battle { background-position:-160px -600px !important }    
.li_ram { background-position:-200px -600px !important }  .li_sinbin { background-position:-240px -600px !important }  .li_cockatoo { background-position:-280px -600px !important }  .li_quarterback { background-position:-320px -600px !important }  .li_ruck { background-position:-360px -600px !important }  
.li_shield { background-position:-400px -600px !important }  .li_blowfly { background-position:-440px -600px !important }  .li_dutchy { background-position:-480px -600px !important }  .li_apples { background-position:-520px -600px !important }  .li_moose { background-position:-560px -600px !important }  
.li_archer { background-position:-600px -600px !important }  .li_macedonian { background-position:-640px -600px !important }  .li_egyptian { background-position:-680px -600px !important }  .li_bull { background-position:-720px -600px !important }  .li_lobster { background-position:-760px -600px !important }  
.li_tigger { background-position:-800px -600px !important }  .li_twophones { background-position:-840px -600px !important }  .li_ruckfwd { background-position:-880px -600px !important }  .li_midfwd { background-position:-920px -600px !important }  .li_sergeant { background-position:-960px -600px !important } 

.li_concussed { background-position:0px -640px !important } .li_cold { background-position:-40px -640px !important }  .li_cash { background-position:-80px -640px !important }  .li_canada { background-position:-120px -640px !important }  .li_bench { background-position:-160px -640px !important }  
.li_tog { background-position:-200px -640px !important }  .li_tagger { background-position:-240px -640px !important }  .li_tagged { background-position:-280px -640px !important }  .li_suspended, .li_sentoff { background-position:-320px -640px !important }  .li_sub { background-position:-360px -640px !important }   
.li_dttalk { background-position:-400px -640px !important }   .li_sudan { background-position:-440px -640px !important }    .li_ipod { background-position:-480px -640px !important }  .li_burger { background-position:-520px -640px !important }  .li_missing { background-position:-560px -640px !important }  
.li_swan { background-position:-600px -640px !important }  .li_tomahawk { background-position:-640px -640px !important }  .li_subbed { background-position:-680px -640px !important }  .li_astronaut { background-position:-720px -640px !important }  .li_donut { background-position:-760px -640px !important }  
.li_nigeria { background-position:-800px -640px !important }  .li_flash { background-position:-840px -640px !important }  .li_harleylogo { background-position:-880px -640px !important }  .li_vulture { background-position:-920px -640px !important }  .li_png { background-position:-960px -640px !important }  

.li_consub { background-position:0px -680px !important }  .li_candle { background-position:-40px -680px !important }  .li_tempsub { background-position:-80px -680px !important }  .li_police { background-position:-120px -680px !important }  .li_frost { background-position:-160px -680px !important }  
.li_guard { background-position:-200px -680px !important }  .li_mute { background-position:-240px -680px !important }  .li_whistle { background-position:-280px -680px !important }  .li_spearhead { background-position:-320px -680px !important }  .li_utility { background-position:-360px -680px !important }   
.li_blitz { background-position:-400px -680px !important }   .li_cooked { background-position:-440px -680px !important } .li_checkers { background-position:-480px -680px !important }  .li_batman { background-position:-520px -680px !important }  .li_cobweb { background-position:-560px -680px !important }  
.li_dorsal { background-position:-600px -680px !important }  .li_weed { background-position:-640px -680px !important }  .li_tractor { background-position:-680px -680px !important }  .li_onions { background-position:-720px -680px !important }  .li_sicdawg { background-position:-760px -680px !important }  
.li_mars { background-position:-800px -680px !important }  .li_texan { background-position:-840px -680px !important }  .li_duke { background-position:-880px -680px !important }  .li_cloud { background-position:-920px -680px !important }   .li_unicorn { background-position:-960px -680px !important } 

.li_kirk { background-position:0px -720px !important } .li_crown { background-position:-40px -720px !important }  .li_creepy { background-position:-80px -720px !important }  .li_car { background-position:-120px -720px !important }  .li_bell { background-position:-160px -720px !important }  
.li_smiling { background-position:-200px -720px !important }  .li_skippy, .li_roo { background-position:-240px -720px !important }  .li_porpoise { background-position:-280px -720px !important }  .li_pinkpig { background-position:-320px -720px !important }  .li_mobile { background-position:-360px -720px !important }   
.li_cougar { background-position:-400px -720px !important }    .li_fiji { background-position:-440px -720px !important }    .li_gumby { background-position:-480px -720px !important }    .li_lebanon { background-position:-520px -720px !important }   .li_tonga { background-position:-560px -720px !important }   
.li_brazil { background-position:-600px -720px !important }    .li_carrot { background-position:-640px -720px !important }   .li_zimbabwe { background-position:-680px -720px !important }   .li_cannon { background-position:-720px -720px !important }   .li_rock { background-position:-760px -720px !important }   
.li_egypt { background-position:-800px -720px !important }   .li_nz { background-position:-840px -720px !important }   .li_harley { background-position:-880px -720px !important }   .li_ghost { background-position:-920px -720px !important }   .li_snail { background-position:-960px -720px !important }   

.li_hulk { background-position:0px -760px !important }   .li_graph { background-position:-40px -760px !important }  .li_plusone { background-position:-80px -760px !important }  .li_asterisk { background-position:-120px -760px !important }  .li_inandsub { background-position:-160px -760px !important }   
.li_doubleyellow { background-position:-200px -760px !important }   .li_wing { background-position:-240px -760px !important }   .li_shovel { background-position:-280px -760px !important }   .li_pocket { background-position:-320px -760px !important }   .li_belarus { background-position:-360px -760px !important }  
.li_froggy { background-position:-400px -760px !important }  .li_berry { background-position:-440px -760px !important }  .li_chicken { background-position:-480px -760px !important }  .li_brackets { background-position:-520px -760px !important }  .li_snout { background-position:-560px -760px !important }  
.li_fog { background-position:-600px -760px !important }  .li_reddog { background-position:-640px -760px !important }  .li_house { background-position:-680px -760px !important }  .li_bluey { background-position:-720px -760px !important }  .li_pidgeot { background-position:-760px -760px !important }  
.li_tdk { background-position:-800px -760px !important }  .li_chucky { background-position:-840px -760px !important }  .li_finn { background-position:-880px -760px !important } .li_disco { background-position:-920px -760px !important }  .li_daysy { background-position:-960px -760px !important } 

.li_rescue { background-position:0px -800px !important }   .li_nibbler { background-position:-40px -800px !important }  .li_choc { background-position:-80px -800px !important }  .li_wombat { background-position:-120px -800px !important }  .li_messi { background-position:-160px -800px !important }   
.li_google { background-position:-200px -800px !important }   .li_snooze { background-position:-240px -800px !important }  .li_padlock { background-position:-280px -800px !important }   .li_yoshi { background-position:-320px -800px !important }  .li_subbedinjured { background-position:-360px -800px !important }  
.li_subbedconcussed { background-position:-400px -800px !important }  .li_subbedcold { background-position:-440px -800px !important }  .li_subbedlongterminjured { background-position:-480px -800px !important }  .li_viking { background-position:-520px -800px !important } 

.es-carousel {
	float: left;
	position: relative;
	width: 100%;
	height: 72px;
	}

.es-nav {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	}

.es-nav span {
	cursor: pointer;
	position: absolute;
	width: 16px;
	height: 72px;
	}

.es-nav span a {
	color: #fff;
	font-family: 'Advent Pro', sans-serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 100%;
	padding: 16px 0 20px;
	}

.es-nav span a:hover {
	text-decoration: none;
	}

.es-nav span.es-nav-prev a {
	float: left;
	}

.es-nav span.es-nav-next a {
	float: right;
	}

.es-nav span.es-nav-prev,
.es-nav span.es-nav-next {
	background: #111;
	}

.es-nav span.es-nav-prev {
	padding: 0 8px 0 10px;
	text-align: left;
	left: 0;
	}



.es-nav span.es-nav-next {
	padding: 0 10px 0 8px;
	text-align: right;
	right: 0;
	}

.es-nav span.es-nav-prev:after,
.es-nav span.es-nav-next:after {
	content: '';
	display: block;
	position: absolute;
		bottom: 0;
	width: 10px;
	height: 100%;
	}

.es-nav span.es-nav-prev:after {
	background-image: -moz-linear-gradient(to left,rgba(0,0,0,0) 0, rgba(0,0,0,0.2) 50%, rgba(0,0,0,.4) 100%);
	background-image: -ms-linear-gradient(to left,rgba(0,0,0,0) 0, rgba(0,0,0,0.2) 50%, rgba(0,0,0,.4) 100%);
	background-image: -o-linear-gradient(to left,rgba(0,0,0,0) 0, rgba(0,0,0,0.2) 50%, rgba(0,0,0,.4) 100%);
	background-image: -webkit-linear-gradient(to left,rgba(0,0,0,0) 0, rgba(0,0,0,0.2) 50%, rgba(0,0,0,.4) 100%);
	background-image: linear-gradient(to left,rgba(0,0,0,0) 0, rgba(0,0,0,0.2) 50%, rgba(0,0,0,.4) 100%);
	right: -10px;
	}

.es-nav span.es-nav-next:after {
	background-image: -moz-linear-gradient(to right,rgba(0,0,0,0) 0, rgba(0,0,0,0.2) 50%, rgba(0,0,0,.4) 100%);
	background-image: -ms-linear-gradient(to right,rgba(0,0,0,0) 0, rgba(0,0,0,0.2) 50%, rgba(0,0,0,.4) 100%);
	background-image: -o-linear-gradient(to right,rgba(0,0,0,0) 0, rgba(0,0,0,0.2) 50%, rgba(0,0,0,.4) 100%);
	background-image: -webkit-linear-gradient(to right,rgba(0,0,0,0) 0, rgba(0,0,0,0.2) 50%, rgba(0,0,0,.4) 100%);
	background-image: linear-gradient(to right,rgba(0,0,0,0) 0, rgba(0,0,0,0.2) 50%, rgba(0,0,0,.4) 100%);
	left: -10px;
	}

.mvp-scores-wrap,
.mvp-scores-item,
.mvp-scores-teams,
.mvp-scores-body {
	width: 100%;
	}

.mvp-scores-head {
	margin: 0 0 20px;
	width: 100%;
	}

.mvp-scores-tabs,
.mvp-scores-menu {
	width: 100%;
	}

.mvp-scores-tabs {
	background: #eee;
	}

.mvp-scores-menu {
	display: none;
	}

.mvp-scores-menu select {
	width: 100%;
	}

ul.mvp-scores-list {
	margin: 0 0 0 -3.947368421%; /* 30 / 760 */
	width: 93.947368421%; /* 790 / 760 */
	}

ul.mvp-scores-list li {
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	    -ms-border-radius: 3px;
	     -o-border-radius: 3px;
			border-radius: 3px;
	float: left;
	margin: 0 0 30px 3.797468354%; /* 30 / 790 */
	overflow: hidden;
	width: 45.8%; /* 362 / 790 */
	}

.mvp-scores-status {
	padding: 7px 2.739726027%; /* 10 / 365 */
	width: 84.52054795%; /* 345 / 365 */
	}

.mvp-scores-status p {
	color: #fff;
	font-size: .8rem;
	font-weight: 400;
	line-height: 1;
	}

.mvp-scores-list-main {
	padding: 10px 2.739726027%; /* 10 / 365 */
	width: 84.52054795%; /* 345 / 365 */
	height: 115px;
	}

.mvp-scores-teams-left {
	width: 65%;
	}

.mvp-scores-teams-right {
	text-align: right;
	width: 35%;
	}

.mvp-scores-teams p {
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 1.4;
	}

.mvp-scores-title {
	border-top: 1px solid #ddd;
	margin: 10px 0 0;
	padding: 10px 0 0;
	width: 100%;
	}

.mvp-scores-title h2 a {
	color: #111;
	float: left;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: -.02em;
	line-height: 1.1;
	width: 100%;
	}

/************************************************
7. Fly-Out Navigation
************************************************/

#mvp-fly-wrap {
	overflow: hidden;
	position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
	-webkit-transform: translate3d(-370px,0,0);
	   -moz-transform: translate3d(-370px,0,0);
	    -ms-transform: translate3d(-370px,0,0);
	     -o-transform: translate3d(-370px,0,0);
		transform: translate3d(-370px,0,0);
	width: 370px;
	height: 100%;
	z-index: 999999;
	}

.mvp-fly-but-wrap,
.mvp-search-but-wrap {
	cursor: pointer;
	width: 30px;
	height: 44px;
	}

.mvp-search-but-wrap {
	position: absolute;
		top: 60px;
		right: 80px;
	width: 60px;
	}

.mvp-fly-but-wrap span,
.mvp-search-but-wrap span {
	display: block;
	position: absolute;
		left: 0;
	-webkit-transform: rotate(0deg);
	   -moz-transform: rotate(0deg);
	    -ms-transform: rotate(0deg);
	     -o-transform: rotate(0deg);
		transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	   -moz-transition: .25s ease-in-out;
	    -ms-transition: .25s ease-in-out;
	     -o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
	height: 3px;
	}

.mvp-search-but-wrap span {
	background: #333;
	top: 24px;
	}

.mvp-fly-but-wrap span:nth-child(1) {
	top: 12.5px;
	width: 30px;
	}

.mvp-fly-but-wrap span:nth-child(2),
.mvp-fly-but-wrap span:nth-child(3) {
	top: 20.5px;
	width: 24px;
	}

.mvp-fly-but-wrap span:nth-child(4) {
	top: 28.5px;
	width: 18px;
	}

.mvp-fly-but-wrap.mvp-fly-open span:nth-child(1),
.mvp-fly-but-wrap.mvp-fly-open span:nth-child(4) {
	top: 16px;
	left: 50%;
	width: 0%;
	}

.mvp-fly-but-wrap.mvp-fly-open span:nth-child(2),
.mvp-search-but-wrap span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
		transform: rotate(45deg);
	width: 30px;
	}

.mvp-fly-but-wrap.mvp-fly-open span:nth-child(3),
.mvp-search-but-wrap span:nth-child(2) {
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	width: 30px;
	}

.mvp-search-but-wrap span:nth-child(1),
.mvp-search-but-wrap span:nth-child(2) {
	width: 60px;
	}

#mvp-fly-menu-top {
	width: 100%;
	height: 60px;
	}

.mvp-fly-top-out {
	margin-right: -120px;
	left: 60px;
	width: 100%;
	}

.mvp-fly-top-in {
	margin-right: 120px;
	}

#mvp-fly-logo {
	margin: 0 6.45161290323%; /* 20 / 310 */
	text-align: center;
	width: 87.0967741935%; /* 270 / 310 */
	}

#mvp-fly-logo img {
	line-height: 0;
	}

.mvp-fly-but-menu {
	float: left;
	margin-left: 15px;
	position: relative;
	}

.mvp-fly-menu {
	-webkit-transform: translate3d(0,0,0) !important;
	   -moz-transform: translate3d(0,0,0) !important;
	    -ms-transform: translate3d(0,0,0) !important;
	     -o-transform: translate3d(0,0,0) !important;
		transform: translate3d(0,0,0) !important;
	}

.mvp-fly-content,
.mvp-nav-over {
	-webkit-transform: translate3d(370px,0,0) !important;
	   -moz-transform: translate3d(370px,0,0) !important;
	    -ms-transform: translate3d(370px,0,0) !important;
	     -o-transform: translate3d(370px,0,0) !important;
		transform: translate3d(370px,0,0) !important;
	}

.mvp-fly-top {
	background: #111;
	-webkit-border-radius: 3px;
		border-radius: 3px;
	cursor: pointer;
	opacity: .8;
	overflow: hidden;
	position: fixed;
		right: 10px;
		bottom: 0;
	-webkit-transition: all .3s;
		transition: all .3s;
	width: 50px;
	height: 50px;
	z-index: 500;
	}

.mvp-fly-top:hover {
	opacity: 1;
	}

.mvp-fly-top {
	-webkit-transform: translate3d(0,100px,0);
	   -moz-transform: translate3d(0,100px,0);
	    -ms-transform: translate3d(0,100px,0);
	     -o-transform: translate3d(0,100px,0);
		transform: translate3d(0,100px,0);
	}

.mvp-to-top {
	-webkit-transform: translate3d(0,-10px,0);
	   -moz-transform: translate3d(0,-10px,0);
	    -ms-transform: translate3d(0,-10px,0);
	     -o-transform: translate3d(0,-10px,0);
		transform: translate3d(0,-10px,0);
	}

.mvp-fly-top i {
	font-size: 40px;
	line-height: 100%;
	position: absolute;
		top: 4px;
		left: 12.1px;
	}

.mvp-fly-top i {
	color: #fff;
	}

#mvp-fly-menu-wrap {
	overflow: hidden;
	position: absolute;
		top: 60px;
		left: 0;
	width: 100%;
	height: 100%;
	}

nav.mvp-fly-nav-menu {
	-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	margin: 20px 5.40540540541% 0; /* 20px / 370px */
	overflow: hidden;
	position: absolute !important;
	width: 89.1891891892%; /* 330px / 370px */
	max-height: 65%;
	}

nav.mvp-fly-nav-menu ul {
	float: left;
	position: relative;
	width: 100%;
	}

nav.mvp-fly-nav-menu ul div.mvp-mega-dropdown {
	display: none;
	}

nav.mvp-fly-nav-menu ul li {
	border-top: 1px solid rgba(0,0,0,.1);
	cursor: pointer;
	float: left;
	position: relative;
	width: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	}

nav.mvp-fly-nav-menu ul li:first-child {
	border-top: none;
	margin-top: -14px;
	}

nav.mvp-fly-nav-menu ul li ul li:first-child {
	margin-top: 0;
	}

nav.mvp-fly-nav-menu ul li a {
	display: inline-block;
	float: left;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	padding: 14px 0;
	text-transform: uppercase;
	}

nav.mvp-fly-nav-menu ul li.menu-item-has-children:after {
	content: '+';
	font-family: 'light25', sans-serif;
	font-size: 32px;
	font-weight: 700;
	position: absolute;
		right: 0;
		top: 7px;
	}

nav.mvp-fly-nav-menu ul li.menu-item-has-children.tog-minus:after {
	content: '_';
	right: 4px;
	top: -9px;
	}

nav.mvp-fly-nav-menu ul li ul.sub-menu {
	border-top: 1px solid rgba(0,0,0,.1);
	display: none;
	float: left;
	padding-left: 6.66666666666%; /* 20px / 300px */
	width: 93.333333333%; /* 280px / 300px */
	}

.mvp-fly-fade {
	background: #222;
	cursor: pointer;
	opacity: 0;
	width: 100%;
	position: fixed;
		top: 0;
		left: 0;
	z-index: 99999;
	}

.mvp-fly-fade-trans {
	opacity: .7;
	height: 100%;
	}

#mvp-fly-soc-wrap {
	margin: 0 5.40540540541%; /* 20px / 370px */
	position: absolute;
		bottom: 20px;
		left: 0;
	text-align: center;
	width: 89.1891891892%; /* 330px / 370px */
	}

span.mvp-fly-soc-head {
	display: inline-block;
	font-family: 'Lora', sans-serif;
	font-size: .65rem;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 15px;
	text-transform: uppercase;
	}

ul.mvp-fly-soc-list {
	text-align: center;
	width: 100%;
	}

ul.mvp-fly-soc-list li {
	display: inline-block;
	}

ul.mvp-fly-soc-list li a {
	-webkit-border-radius: 50%;
	  -moz-border-radius: 50%;
	   -ms-border-radius: 50%;
	    -o-border-radius: 50%;
		border-radius: 50%;
	display: inline-block;
	font-size: 12px;
	line-height: 1;
	margin-left: 2px;
	padding-top: 10px;
	text-align: center;
	-webkit-transition: background .25s;
	   -moz-transition: background .25s;
	    -ms-transition: background .25s;
	     -o-transition: background .25s;
		transition: background .25s;
	width: 32px;
	height: 22px;
	}

ul.mvp-fly-soc-list li:first-child a {
	margin-left: 0;
	}

ul.mvp-fly-soc-list li a:hover {
	padding-top: 8px;
	width: 28px;
	height: 20px;
	}

/************************************************
8. Featured Posts
************************************************/

#mvp-feat1-wrap,
#mvp-feat1-main,
#mvp-feat1-strap {
	overflow: hidden;
	width: 100%;
	}

.mvp-feat1-wrap-bg {
	background: #fff;
	}

#mvp-feat1-main {
	height: 435px;
	}

#mvp-feat1-strap {
	height: 70px;
	}

.category #mvp-feat1-main {
	margin-bottom: 30px;
	height: auto;
	}

.mvp-feat1-img {
	line-height: 0;
	width: 100%;
	height: 100%;
	max-height: 435px;
	}

.mvp-feat1-img img {
	margin: 0 auto;
	position: absolute;
		left: -9999px;
		right: -9999px;
	width: 100%;
	min-width: 735px;
	}

.category .mvp-feat1-img {
	max-height: none;
	}

.category .mvp-feat1-img img {
	margin: 0;
	position: relative;
		left: 0;
		right: 0;
	min-width: none;
	}

.mvp-feat1-text,
.mvp-feat4-main-text {
	padding: 100px 10% 30px;
	position: absolute;
		left: 0;
		bottom: 0;
	text-align: center;
	width: 80%;
	}

.mvp-feat1-text:before,
.mvp-feat1-sub-text:before,
.mvp-feat2-main-text:before,
.mvp-feat2-sub-text:before,
.mvp-feat3-main-text:before,
.mvp-feat3-sub-text:before,
.mvp-feat4-main-text:before {
	background-image: -moz-linear-gradient(to bottom,rgba(17,17,17,0) 0, rgba(17,17,17,0.7) 50%, rgba(17,17,17,1) 100%);
	background-image: -ms-linear-gradient(to bottom,rgba(17,17,17,0) 0, rgba(17,17,17,0.7) 50%, rgba(17,17,17,1) 100%);
	background-image: -o-linear-gradient(to bottom,rgba(17,17,17,0) 0, rgba(17,17,17,0.7) 50%, rgba(17,17,17,1) 100%);
	background-image: -webkit-linear-gradient(to bottom,rgba(17,17,17,0) 0, rgba(17,17,17,0.7) 50%, rgba(17,17,17,1) 100%);
	background-image: -webkit-gradient(linear, center top, center bottom, from(rgba(17,17,17,0)), to(rgba(17,17,17,1)));
	background-image: linear-gradient(to bottom,rgba(17,17,17,0) 0, rgba(17,17,17,0.7) 50%, rgba(17,17,17,1) 100%);
	content: '';
	display: block;
	opacity: .9;
	position: absolute;
		left: 0;
		bottom: 0;
	width: 100%;
	height: 100%;
	}

#mvp-feat1-main:hover .mvp-feat1-text:before,
.mvp-feat1-sub:hover .mvp-feat1-sub-text:before,
.mvp-feat2-main:hover .mvp-feat2-main-text:before,
.mvp-feat2-sub-wrap:hover .mvp-feat2-sub-text:before,
.mvp-feat3-main:hover .mvp-feat3-main-text:before,
.mvp-feat3-sub:hover .mvp-feat3-sub-text:before,
.mvp-feat4-main-wrap:hover .mvp-feat4-main-text:before {
	opacity: 1;
	}

h3.mvp-feat1-cat {
	font-family: 'bold25';
	float: left;
	margin-bottom: 6px;
	position: relative;
	width: 100%;
	}

span.mvp-feat1-cat {
	font-family: 'scoreboard';
	color: #555;
	display: inline-block;
	font-size: .8125rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 1px;
	padding: 5px 20px;
	text-transform: uppercase;
	}

.mvp-feat1-text h2,
.mvp-feat1-text h2.mvp-stand-title,
.mvp-feat4-main-text h2,
.mvp-feat4-main-text h2.mvp-stand-title {
	font-family: 'bold25';
	color: #fff;
	float: left;
	font-weight: 700;
	letter-spacing: -.04em;
	line-height: 1.1;
	position: relative;
	width: 100%;
	}

.mvp-feat1-text h2,
.mvp-feat4-main-text h2 {
	font-size: 3.4rem;
	}

.mvp-feat1-text h2.mvp-stand-title,
.mvp-feat4-main-text h2.mvp-stand-title {
	font-size: 2.9rem;
	text-shadow: 2px 2px #000000;
	}

.mvp-feat1-text p,
.mvp-feat4-main-text p {
	color: #fff;
	float: left;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.4;
	margin-top: 5px;
	position: relative;
	width: 100%;
	text-shadow: 2px 2px #000000;
	}

#mvp-feat1-sub-wrap {
	width: 100%;
	}

.mvp-feat1-sub {
	width: 50%;
	height: 243px;
	}

.mvp-feat1-sub-img {
	line-height: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	}

.mvp-feat1-sub-img img {
	margin: 0 auto;
	position: absolute;
		left: -9999px;
		right: -9999px;
	width: 100%;
	min-width: 405px;
	}

.mvp-feat1-sub-text {
	padding: 50px 4.93827160494% 20px; /* 20 / 405 */
	position: absolute;
		left: 0;
		bottom: 0;
	width: 90.2%; /* 365 / 405 */
	}

.mvp-feat1-sub-text h2 {
	color: #fff;
	float: left;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: -.02em;
	line-height: 1.1;
	position: relative;
	width: 100%;
	}

.mvp-feat1-side-wrap {
	margin: 10px 0px 30px 30px;
	width: 360px;
	}

#mvp-feat2-wrap {
	background: #111;
	width: 100%;
	}

.mvp-feat2-right-out {
	float: left;
	margin-right: -300px;
	width: 100%;
	}

.mvp-feat2-right-in {
	margin-right: 300px;
	}

.mvp-feat2-left-wrap {
	width: 100%;
	height: 432px;
	}

.mvp-feat2-left-wrap:after {
	background-image: -moz-linear-gradient(to left,rgba(0,0,0,0) 0, rgba(0,0,0,0.25) 50%, rgba(0,0,0,.5) 100%);
	background-image: -ms-linear-gradient(to left,rgba(0,0,0,0) 0, rgba(0,0,0,0.25) 50%, rgba(0,0,0,.5) 100%);
	background-image: -o-linear-gradient(to left,rgba(0,0,0,0) 0, rgba(0,0,0,0.25) 50%, rgba(0,0,0,.5) 100%);
	background-image: -webkit-linear-gradient(to left,rgba(0,0,0,0) 0,rgba(0,0,0,0.25) 50%, rgba(0,0,0,.5) 100%);
	background-image: linear-gradient(to left,rgba(0,0,0,0) 0, rgba(0,0,0,0.25) 50%, rgba(0,0,0,.5) 100%);
	content: '';
	display: block;
	position: absolute;
		right: -20px;
		bottom: 0;
	width: 20px;
	height: 100%;
	z-index: 10;
	}

.mvp-feat2-main {
	overflow: hidden;
	width: 60%;
	height: 100%;
	}

.mvp-feat2-left-sub {
	overflow: hidden;
	width: 40%;
	}

.mvp-feat2-main-img,
.mvp-feat2-sub-img {
	line-height: 0;
	width: 100%;
	}

.mvp-feat2-main-img img,
.mvp-feat2-sub-img img {
	margin: 0 auto;
	position: absolute;
		left: -9999px;
		right: -9999px;
	width: 100%;
	}

.mvp-feat2-main-img img {
	min-width: 725px;
	}

.mvp-feat2-sub-img img {
	min-width: 360px;
	}

.mvp-feat2-main-text {
	padding: 50px 3.703703703703% 20px; /* 20 / 540 */
	position: absolute;
		left: 0;
		bottom: 0;
	width: 92.6%; /* 500 / 540 */
	}

.mvp-feat2-main-text h2 {
	color: #fff;
	float: left;
	font-weight: 700;
	letter-spacing: -.03em;
	line-height: 1.1;
	position: relative;
	width: 100%;
	}

.mvp-feat2-main-text h2 {
	font-size: 2.8rem;
	}

.mvp-feat2-main-text h2.mvp-stand-title {
	font-size: 2.2rem;
	}

.mvp-feat2-main-text p,
.mvp-feat3-main-text p {
	color: #fff;
	float: left;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.3;
	margin-top: 3px;
	position: relative;
	width: 100%;
	}

.mvp-feat2-sub-wrap {
	overflow: hidden;
	width: 100%;
	height: 216px;
	}

.mvp-feat2-sub-text {
	padding: 50px 5.5555555555% 20px; /* 20 / 360 */
	position: absolute;
		left: 0;
		bottom: 0;
	width: 88.9%; /* 320 / 360 */
	}

.mvp-feat2-sub-text h2 {
	color: #fff;
	float: left;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: -.02em;
	line-height: 1.1;
	position: relative;
	width: 100%;
	}

.mvp-feat2-right-wrap {
	float: right;
	margin: 18px 0 0;
	width: 300px;
	}

ul.mvp-feat2-list {
	width: 100%;
	}

ul.mvp-feat2-list li {
	float: left;
	padding: 13px 30px;
	}

ul.mvp-feat2-list li:hover {
	background: rgba(255,255,255,0.1);
	}

ul.mvp-feat2-list li h3 {
	color: #999;
	float: left;
	font-size: .7rem;
	font-weight: 400;
	letter-spacing: .07rem;
	line-height: 1;
	margin-bottom: 5px;
	text-transform: uppercase;
	width: 100%;
	}

ul.mvp-feat2-list li h2 {
	color: #fff;
	float: left;
	font-size: 1.04rem;
	font-weight: 500;
	line-height: 1.1;
	position: relative;
	width: 100%;
	}

#mvp-feat3-wrap,
.mvp-feat3-main,
.mvp-feat3-sub {
	overflow: hidden;
	width: 100%;
	}

.mvp-feat3-left {
	width: 66.6666666%
	}

.mvp-feat3-main-img,
.mvp-feat3-sub-img {
	line-height: 0;
	width: 100%;
	}

.mvp-feat3-main-img {
	max-height: 480px;
	}

.mvp-feat3-main-img img,
.mvp-feat3-sub-img img {
	width: 100%;
	}

.mvp-feat3-main-text {
	padding: 50px 20.75% 30px 3.75%; /* 30 / 800 */
	position: absolute;
		left: 0;
		bottom: 0;
	width: 75.6%; /* 740 / 800 */
	}

.mvp-feat3-main-text h2 {
	color: #fff;
	float: left;
	font-weight: 700;
	letter-spacing: -.03em;
	line-height: 1.1;
	position: relative;
	width: 100%;
	}

.mvp-feat3-main-text h2 {
	font-size: 3.3rem;
	}

.mvp-feat3-main-text h2.mvp-stand-title {
	font-size: 2.2rem;
	}

.mvp-feat3-right {
	width: 33.33333333%;
	}

.mvp-feat3-sub-text {
	padding: 50px 5% 20px; /* 20 / 400 */
	position: absolute;
		left: 0;
		bottom: 0;
	width: 90.1%; /* 360 / 400 */
	}


.mvp-feat3-sub-text h2 {
	color: #fff;
	float: left;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: -.02em;
	line-height: 1.1;
	position: relative;
	width: 100%;
	}

#mvp-feat4-wrap {
	background: #fff;
	width: 100%;
	}

.mvp-main-body-out4 {
	margin-right: -360px;
	width: 100%;
	}

.mvp-main-body-in4 {
	margin-right: 360px;
	}

.mvp-feat4-left-wrap,
.mvp-feat4-main-wrap {
	width: 100%;
	}

.mvp-feat4-main-wrap {
	margin-bottom: 30px;
	}

.mvp-feat4-main-img {
	line-height: 0;
	width: 100%;
	}

.mvp-feat4-sub-wrap {
	width: 100%;
	}

.mvp-feat4-sub {
	margin-left: 3.94736842105%; /* 30 / 760 */
	width: 48.0263157895%; /* 365 / 760 */
	}

.mvp-feat4-sub:first-child {
	margin-left: 0;
	}

.mvp-feat4-sub-img {
	line-height: 0;
	margin-bottom: 15px;
	width: 100%;
	}

.mvp-feat4-sub-text {
	width: 100%;
	}

.mvp-feat4-sub-text h3 {
	color: #777;
	float: left;
	font-size: .75rem;
	font-weight: 400;
	letter-spacing: .07rem;
	line-height: 1;
	margin-bottom: 10px;
	text-transform: uppercase;
	width: 100%;
	}

.mvp-feat4-sub-text h2 a {
	color: #111;
	float: left;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: -.02em;
	line-height: 1.1;
	position: relative;
	width: 100%;
	}

.mvp-feat4-sub-text p {
	color: #555;
	float: left;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.4;
	margin-top: 7px;
	position: relative;
	width: 100%;
	}

.mvp-feat4-side-wrap {
	width: 330px;
	}

.mvp-feat4-side-wrap .mvp-side-widget:last-child {
	margin-bottom: 0;
	}

#mvp-feat5-wrap {
	background: #fff;
	width: 100%;
	}

.mvp-feat5-out {
	margin: 0 -400px 0 0;
	width: 100%;
	}

.mvp-feat5-in {
	margin: 0 400px 0 0;
	}

.mvp-feat5-img {
	line-height: 0;
	overflow: hidden;
	width: 100%;
	}

.mvp-feat5-text {
	padding: 30px 30px 0;
	width: 340px;
	}

.mvp-feat5-text h2 a {
	color: #111;
	float: left;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: -.02em;
	line-height: 1.1;
	position: relative;
	width: 100%;
	}

.mvp-feat5-text p {
	color: #555;
	float: left;
	font-size: 1.1rem;
	font-weight: 400;
	line-height: 1.3;
	margin-top: 7px;
	position: relative;
	width: 100%;
	}

/************************************************
9. Homepage
************************************************/

.mvp-main-body-out {
	float: left;
	margin-right: -390px;
	width: 100%;
	}

.mvp-main-body-in {
	margin-right: 390px;
	}

.mvp-sec-pad {
	background: #fff;
	border-bottom: 1px solid #bbb;
	padding: 30px 1%; /* 30 / 1200 */
	width: 95%; /* 1140 / 1200 */
	}

.mvp-main-body-out2 {
	float: left;
	margin-right: -380px;
	width: 100%;
	}

.mvp-main-body-in2 {
	margin-right: 380px;
	}

.mvp-main-body-cont {
	width: 100%;
	}

.mvp-main-body-blog {
	width: 100%;
	}

#mvp-home-widget-wrap {
	width: 100%;
	}

.mvp-widget-head-wrap {
	margin-bottom: 15px;
	width: 100%;
	}

.mvp-widget-head-wrap h4 {
	color: #333;
	float: left;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	}

span.mvp-widget-head-link {
	float: right;
	font-size: .8rem;
	font-weight: 700;
	line-height: 1;
	margin-top: 7px;
	text-transform: uppercase;
	}

span.mvp-widget-head-link a:hover {
	text-decoration: underline;
	}

span.mvp-widget-head-link i {
	font-size: 11px;
	}

.mvp-widget-list-wrap {
	width: 100%;
	}

.mvp-widget-list-story1 {
	margin-left: 1.75438596491%; /* 20 / 1140 */
	width: 23.6842105263%; /* 270 / 1140 */
	}

.mvp-widget-list-story1:first-child {
	margin-left: 0;
	}

.mvp-widget-list-img {
	line-height: 0;
	overflow: hidden;
	width: 100%;
	}

.mvp-widget-list-text1 {
	margin-top: 15px;
	width: 100%;
	}

.mvp-widget-list-text1 h2 a {
	color: #111;
	float: left;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: -.02em;
	line-height: 1.1;
	width: 100%;
	}

.mvp-widget-list-text1 h3 {
	color: #777;
	float: left;
	font-size: .75rem;
	font-weight: 400;
	letter-spacing: .07rem;
	line-height: 1;
	margin-bottom: 10px;
	text-transform: uppercase;
	width: 100%;
	}

.mvp-widget-list-text1 p {
	color: #555;
	float: left;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.3;
	margin-top: 7px;
	width: 100%;
	}

ul.mvp-main-blog-wrap {
	width: 100%;
	}

ul.mvp-main-blog-wrap li.mvp-blog-story-wrap {
	border-top: 1px solid #eee;
	margin-top: 20px;
	padding-top: 20px;
	width: 100%;
	}

ul.mvp-main-blog-wrap li.mvp-blog-story-wrap:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
	}

.mvp-blog-story-img {
	line-height: 0;
	margin-right: 4%; /* 30 / 750 */
	width: 48%; /* 360 / 750 */
	}

.mvp-blog-story-text {
	width: 48%; /* 360 / 750 */
	}

.mvp-post-info-top {
	margin-bottom: 10px;
	width: 100%;
	}

.mvp-post-info-top h3 {
	font-weight: 700;
	margin-bottom: 0 !important;
	width: auto !important;
	}

.mvp-post-info-top h3 a,
.mvp-post-info-top h3 a:visited {
	color: #888 !important;
	}

span.mvp-post-info-date {
	color: #888;
	font-size: .8rem;
	font-weight: 400;
	line-height: 1;
	margin-left: 5px;
	}

.mvp-blog-story-text h3 {
	color: #888;
	float: left;
	font-size: .75rem;
	font-weight: 700;
	letter-spacing: .07rem;
	line-height: 1;
	margin-bottom: 10px;
	text-transform: uppercase;
	width: 100%;
	}

.mvp-blog-story-text h2 a {
	color: #111;
	float: left;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: -.02em;
	line-height: 1.1;
	width: 100%;
	}

.mvp-blog-story-text p {
	color: #555;
	float: left;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.3;
	margin-top: 7px;
	width: 100%;
	}

.mvp-blog-story-info {
	color: #888;
	font-size: .9rem;
	font-weight: 400;
	margin-top: 10px;
	width: 100%;
	}

span.mvp-blog-story-author {
	margin-right: 5px;
	}

span.mvp-blog-story-author a {
	font-weight: 600;
	}

span.mvp-blog-story-author a:hover {
	text-decoration: underline;
	}

#mvp-feat1-bot-main-text .mvp-blog-story-info {
	color: #eee;
	}

#mvp-feat1-bot-main-text span.mvp-blog-story-author a {
	color: #fff;
	}

.mvp-vid-box-wrap {
	color: #fff;
	font-size: 14px;
	position: absolute;
		left: 0;
		bottom: 0;
	text-align: center;
	width: 30px;
	height: 30px;
	}

.mvp-vid-box-wrap i {
	margin-top: 8px;
	}

.mvp-side-tab-img .mvp-vid-box-wrap {
	font-size: 10px;
	width: 22px;
	height: 22px;
	}

.mvp-side-tab-img .mvp-vid-box-wrap i {
	margin-top: 6px;
	}

/************************************************
10. Sidebar
************************************************/

#mvp-side-wrap {
	float: right;
	margin-left: 50px;
	width: 330px;
	}

.single #mvp-side-wrap {
	margin: 0 0 0 50px;
	}

.mvp-side-widget {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
	width: 100%;
	}

.mvp-widget-ad {
	float: left;
	line-height: 0;
	text-align: center;
	width: 100%;
	}

.mvp-ad-label {
	color: #aaa;
	display: none;
	font-family: 'Lora', sans-serif;
	font-size: .65rem;
	font-weight: 400;
	letter-spacing: .1em;
	line-height: 1;
	position: relative;
	top: -10px;
	text-transform: uppercase;
	}

#mvp-side-wrap .mvp-ad-label {
	display: inline-block;
	}

#mvp-home-widget-wrap .mvp-widget-ad {
	margin: -5px 0 15px;
	}

#mvp-side-wrap .mvp-widget-ad {
	margin-bottom: 30px;
	}

.mvp-side-tab-wrap {
	width: 100%;
	}

.mvp-side-tab-top {
	background: #eee;
	margin-bottom: 15px;
	width: 100%;
	}

ul.mvp-side-tab-list {
	float: left;
	margin: 10px 2.777777777% 0; /* 10 / 360 */ 
	width: 94.4444444444%; /* 340 / 360 */
	position: relative;
	bottom: -1px;
	}

ul.mvp-side-tab-list li,
ul.mvp-side-tab-list li a {
	color: #222;
	float: left;
	}

ul.mvp-side-tab-list li a {
	opacity: .5;
	}

ul.mvp-side-tab-list li span.mvp-side-tab-head {
	float: left;
	font-size: .8rem;
	font-weight: 700;
	padding: 12px 16px;
	text-transform: uppercase;
	}

ul.mvp-side-tab-list li span.mvp-side-tab-head i {
	font-size: .75rem;
	margin-right: 2px;
	}

ul.mvp-side-tab-list li.active a {
	background: #fff;
	opacity: 1;
	}

ul.mvp-side-tab-list li a:hover,
#mvp-side-wrap ul.mvp-side-tab-list li a:hover {
	color: #222 !important;
	opacity: 1;
	}

.mvp-side-tab-main {
	width: 100%;
	}

.mvp-side-tab-story {
	margin-top: 15px;
	width: 100%;
	}

.mvp-side-tab-story:first-child {
	margin-top: 0;
	}

.mvp-side-tab-out {
	float: right;
	margin-left: -95px;
	width: 100%;
	}

.mvp-side-tab-in {
	margin-left: 95px;
	}

.mvp-side-tab-img {
	line-height: 0;
	margin-right: 15px;
	width: 80px;
	}

.mvp-side-tab-img:after {
	content: '';
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #fff;
	margin-top: -10px;
	position: absolute;
		right: 0;
		top: 50%;
	width: 0;
	height: 0;
	}

.mvp-side-tab-text {
	width: 100%;
	}

.mvp-side-tab-text h3 {
	color: #555;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: 5px;
	text-transform: uppercase;
	width: 100%;
	}

.mvp-side-tab-text h2 a {
	color: #111;
	font-size: 22.4px;
	font-weight: 400;
	letter-spacing: -.02em;
	line-height: 1.1;
	width: 100%;
	}

#mvp-side-wrap a {
	/*color: #111 !important;*/
	font-weight: 700;
	line-height: 1.3;
	}

#mvp-home-widget-wrap .mvp-widget-feat-head {
	display: none;
	}

#mvp-home-widget-wrap .mvp_home_tagfeat_widget .mvp-body-sec-cont,
#mvp-home-widget-wrap .mvp_catfeat_widget .mvp-body-sec-cont {
	background: none;
	border-bottom: none;
	padding: 0;
	width: 100%;
	}

.mvp-widget-feat-wrap,
ul.mvp-widget-feat-list {
	width: 100%;
	}

ul.mvp-widget-feat-list {
	margin-bottom: -20px;
	}

ul.mvp-widget-feat-list li {
	background: #fff;
	float: left;
	margin: 0 0 20px 1.66666666%; /* 20 / 1200 */
	overflow: hidden;
	width: 23.75%; /* 285 / 1200 */
	height: 400px;
	}

#mvp-side-wrap ul.mvp-widget-feat-list li {
	margin: 0 0 20px 0;
	width: 100%;
	height: auto;
	}

ul.mvp-widget-feat-list li:first-child,
ul.mvp-widget-feat-list li:nth-child(4n+5) {
	margin-left: 0;
	}

.mvp-widget-feat-img {
	line-height: 0;
	overflow: hidden;
	width: 100%;
	}

.mvp-widget-feat-text {
	padding: 15px 5.26315789474%; /* 15 / 285 */
	width: 89.4736842105%; /* 255 / 285 */ 
	}

#mvp-side-wrap .mvp-widget-feat-text {
	padding: 15px 4.545454545454%; /* 15 / 330 */
	width: 90.90909090909%; /* 300 / 330 */ 
	}

.mvp-widget-feat-text h3 {
	color: #777;
	float: left;
	font-size: .75rem;
	letter-spacing: .07em;
	line-height: 1;
	text-transform: uppercase;
	}

#mvp-side-wrap .mvp-widget-feat-text h3 a {
	color: #777 !important;
	}

.mvp-widget-feat-text h2 a {
	color: #111;
	float: left;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: -.02em;
	line-height: 1.1;
	width: 100%;
	}

#mvp-side-wrap .mvp-widget-feat-text h2 a {
	font-size: 1.2rem;
	}

.mvp-widget-feat-text p {
	color: #555;
	float: left;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.3;
	margin-top: 7px;
	width: 100%;
	}

#mvp-side-wrap .mvp-widget-feat-text p,
#mvp-side-wrap .mvp-widget-feat-wrap .mvp-blog-story-info {
	display: none;
	}

.mvp-widget-authors-wrap,
.mvp-widget-author {
	width: 100%;
	}

.mvp-widget-author {
	margin-top: 20px;
	}

.mvp-widget-author:first-child {
	margin-top: 0;
	}

.mvp-100img-out {
	margin-left: -120px;
	width: 100%;
	}

.mvp-100img-in {
	margin-left: 120px;
	}

.mvp-widget-author-img {
	line-height: 0;
	margin-right: 20px;
	width: 100px;
	}

.mvp-widget-author-img img {
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	    -ms-border-radius: 50%;
	     -o-border-radius: 50%;
		border-radius: 50%;
	overflow: hidden;
	}

.mvp-widget-author-text {
	width: 100%;
	}

.mvp-widget-author-text h3 a,
#mvp-side-wrap .mvp-widget-author-text h3 a {
	color: #777 !important;
	float: left;
	font-size: .9rem;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 7px;
	text-transform: uppercase;
	width: 100%;
	}

.mvp-widget-author-text h2 a {
	color: #111;
	float: left;
	font-size: 1.15rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.1;
	width: 100%;
	}

.mvp_facebook_widget {
	text-align: center;
	}

.widget_calendar {
	float: left;
	}

#wp-calendar {
	width: 100%;
	}

#wp-calendar caption {
	text-align: right;
	color: #333;
	font-size: 12px;
	margin-bottom: 15px;
	}

#wp-calendar thead {
	font-size: 10px;
	}

#wp-calendar thead th {
	padding-bottom: 10px;
	}

#wp-calendar tbody {
	color: #aaa;
	}

#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	text-align: center;
	padding:8px;
	}

#wp-calendar tbody td:hover {
	background: #fff;
	}

#wp-calendar tbody .pad {
	background: none;
	}

#wp-calendar tfoot #next {
	font-size: 10px;
	text-transform: uppercase;
	text-align: right;
	}

#wp-calendar tfoot #prev {
	font-size: 10px;
	text-transform: uppercase;
	padding-top: 10px;
	}

.widget_rss ul,
.widget_rss ul li {
	float: left;
	width: 100%;
	}

.widget_rss ul li {
	margin-bottom: 20px;
	}

.widget_rss ul li a {
	float: left;
	font-weight: 700;
	line-height: 123%;
	margin-bottom: 5px;
	width: 100%;
	}

.widget_rss ul li span.rss-date {
	float: left;
	font-size: .75rem;
	margin-bottom: 5px;
	width: 100%;
	}

.widget_rss ul li .rssSummary {
	float: left;
	margin-bottom: 8px;
	width: 100%;
	}

.widget_rss ul li cite {
	float: left;
	font-size: .8rem;
	width: 100%;
	}

.widget_recent_entries li {
	float: left;
	margin-bottom: 10px;
	width: 100%;
	}

.widget_categories ul,
.widget_categories ul li,
.widget_archive ul,
.widget_archive ul li,
.widget_recent_comments ul,
.widget_recent_comments ul li,
.widget_pages ul,
.widget_pages ul li {
	float: left;
	width: 100%;
	}

.widget_categories ul li,
.widget_archive ul li,
.widget_recent_comments ul li,
.widget_pages ul li {
	padding: 5px 0;
	}

#mvp-side-wrap #searchform input,
#mvp-home-widget-wrap #searchform input {
	background: #eee;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	    -ms-border-radius: 3px;
	     -o-border-radius: 3px;
		border-radius: 3px;
	color: #999;
	font-size: 16px;
	padding: 5px 5%;
	height: 16px;
	width: 88%;
	}

/************************************************
11. Posts
************************************************/

#mvp-article-wrap {
	background: #fff;
	float: left;
	margin-bottom: 30px;
	position: relative;
	width: 100%;
	}

#mvp-article-head {
	margin-bottom: 30px;
	width: 100%;
	}

#mvp-article-head2 {
	margin-bottom: 30px;
	width: 100%;
	}

h3.mvp-post-cat {
	margin-bottom: 10px;
	width: 100%;
	}

span.mvp-post-cat {
	color: #fff;
	display: inline;
	float: left;
	font-size: .9rem;
	font-weight: 600;
	letter-spacing: .02em;
	line-height: 1;
	padding: 5px 20px;
	text-transform: uppercase;
	}

h1.mvp-post-title {
	color: #333;
	font-size: 2.5rem;
	font-weight: 900;
	letter-spacing: -.02em;
	line-height: 1.1;
	margin-bottom: 10px;
	width: 100%;
	}

#mvp-article-head2 h1.mvp-post-title {
	font-size: 3.1rem;
	}

.page h1.mvp-post-title {
	font-size: 2rem;
	margin-bottom: 30px;
	text-align: center;
	}

span.mvp-post-excerpt {
	color: #777;
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 1.3;
	margin-bottom: 15px;
	width: 100%;
	}

span.mvp-post-excerpt p {
	position: relative;
	}

.mvp-author-info-wrap,
ul.mvp-author-info-list {
	width: 100%;
	}

ul.mvp-author-info-list li {
	float: left;
	margin-left: 10px;
	position: relative;
	height: 46px;
	}

ul.mvp-author-info-list li:first-child {
	margin-left: 0;
	}

ul.mvp-author-info-list li.mvp-author-info-thumb {
	line-height: 0;
	width: 46px;
	}

ul.mvp-author-info-list li.mvp-author-info-thumb img {
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	    -ms-border-radius: 50%;
	     -o-border-radius: 50%;
		border-radius: 50%;
	overflow: hidden;
	}

ul.mvp-author-info-list li.mvp-author-info-name p,
ul.mvp-author-info-list li.mvp-author-info-name span,
.mvp-post-date {
	color: #888;
	display: inline-block;
	font-size: 16px;
	line-height: 1;
	margin-top: 15px;
	}

ul.mvp-author-info-list li.mvp-author-info-name p {
	font-weight: 400;
	}

ul.mvp-author-info-list li.mvp-author-info-name span a {
	font-weight: 700;
	}

.mvp-author-info-twit-but {
	color: #55acee;
	display: inline-block;
	font-size: 18px;
	margin-top: 14px;
	}

.mvp-post-content-out {
	float: left;
	margin-right: -380px;
	width: 100%;
	}

.mvp-post-content-in {
	margin-right: 380px;
	}

#mvp-post-content {
	width: 100%;
	}

.mvp-post-soc-out {
	float: right;
	margin-left: -72px;
	width: 100%;
	}

.mvp-post-soc-in {
	margin-left: 72px;
	}

#mvp-post-soc-wrap {
	margin-right: 30px;
	width: 42px;
	}

ul.mvp-post-soc-list {
	width: 100%;
	}

ul.mvp-post-soc-list li {
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	    -ms-border-radius: 50%;
	     -o-border-radius: 50%;
		border-radius: 50%;
	color: #fff;
	float: left;
	font-size: 18px;
	line-height: 1;
	margin-bottom: 10px;
	padding-top: 11px;
	position: relative;
	text-align: center;
	width: 42px;
	height: 31px;
	}

ul.mvp-post-soc-list li.mvp-post-soc-fb {
	background: #3b5998;
	}

ul.mvp-post-soc-list li.mvp-post-soc-twit {
	background: #55acee;
	}

ul.mvp-post-soc-list li.mvp-post-soc-pin {
	background: #bd081c;
	}

ul.mvp-post-soc-list li.mvp-post-soc-email {
	background: #bbb;
	}

ul.mvp-post-soc-list li.mvp-post-soc-com {
	background: #fff;
	border: 2px solid #bbb;
	color: #bbb;
	padding-top: 9px;
	width: 38px;
	height: 29px;
	}

.mvp-post-soc-share-but {
	color: #fff;
	cursor: pointer;
	display: none !important;
	float: left;
	font-size: 18px !important;
	line-height: 1;
	margin: 0;
	padding-top: 12px;
	position: relative;
	text-align: center;
	width: 42px;
	height: 30px;
	z-index: 1;
	}

#mvp-mob-soc-wrap {
	display: none;
	position: fixed;
		left: 0;
		bottom: 0;
	width: 100%;
	height: 42px;
	z-index: 100;
	}

ul.mvp-mob-soc-list {
	-webkit-transform: translate3d(-400px,0,0);
	   -moz-transform: translate3d(-400px,0,0);
	    -ms-transform: translate3d(-400px,0,0);
	     -o-transform: translate3d(-400px,0,0);
		transform: translate3d(-400px,0,0);
	}

ul.mvp-mob-soc-list li,
.mvp-mob-soc-share-but {
	background: #eee;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	color: #555;
	float: left;
	font-size: 18px !important;
	line-height: 1;
	margin-bottom: 10px;
	padding-top: 11px;
	position: relative;
	text-align: center;
	width: 42px;
	height: 31px;
	}

.mvp-mob-soc-share-but {
	border-top: none;
	border-right: none;
	color: #fff;
	cursor: pointer;
	height: 32px;
	padding-top: 12px;
	z-index: 1;
	}

.mvp-mob-soc-tog {
	-webkit-transform: translate3d(0,0,0) !important;
	   -moz-transform: translate3d(0,0,0) !important;
	    -ms-transform: translate3d(0,0,0) !important;
	     -o-transform: translate3d(0,0,0) !important;
		transform: translate3d(0,0,0) !important;
	}

#mvp-content-main {
	overflow: hidden;
	width: 100%;
	}

#mvp-post-feat-img,
#mvp-post-feat-img-wide {
	line-height: 0;
	margin-bottom: 30px;
	text-align: center;
	width: 100%;
	}

#mvp-post-feat-img-wide {
	margin-bottom: 0;
	overflow: hidden;
	max-height: 550px;
	}

#mvp-post-feat-img-wide img {
	margin-top: -5%;
	width: 100%;
	}

.mvp-post-feat-img-wide2 {
	margin: -30px 0 0 -3.94736842105%; /* 30 / 760 */
	overflow: hidden;
	width: 103.94736842105% !important; /* 790 / 760 */
	}

.mvp-post-feat-img-wide2 img {
	width: 100%;
	}

.mvp-post-feat-img-wide3 {
	margin: -30px 0 0 -2.63157894737%; /* 30 / 1140 */
	overflow: hidden;
	width: 105.263157895% !important; /* 1200 / 1140 */
	max-height: 550px;
	}

.mvp-post-feat-img-wide3 img {
	margin-top: -5%;
	width: 100%;
	}

#mvp-video-embed {
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	text-align: center;
	width: 100%;
	height: 0;
	}

#mvp-video-embed {
	margin-bottom: 30px;
	}

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

.mvp-post-feat-wide-text {
	padding: 100px 30% 30px 3%;
	position: absolute;
		left: 0;
		bottom: 0;
	text-align: left;
	width: 67.1%;
	}

.mvp-post-feat-wide-text h1.mvp-post-title {
	color: #fff;
	}

.mvp-post-feat-wide-text span.mvp-post-excerpt {
	color: #fff;
	}

.mvp-post-feat-wide-text:before {
	background-image: -moz-linear-gradient(to bottom,rgba(17,17,17,0) 0, rgba(17,17,17,0.7) 50%, rgba(17,17,17,1) 100%);
	background-image: -ms-linear-gradient(to bottom,rgba(17,17,17,0) 0, rgba(17,17,17,0.7) 50%, rgba(17,17,17,1) 100%);
	background-image: -o-linear-gradient(to bottom,rgba(17,17,17,0) 0, rgba(17,17,17,0.7) 50%, rgba(17,17,17,1) 100%);
	background-image: -webkit-linear-gradient(to bottom,rgba(17,17,17,0) 0, rgba(17,17,17,0.7) 50%, rgba(17,17,17,1) 100%);
	background-image: -webkit-gradient(linear, center top, center bottom, from(rgba(17,17,17,0)), to(rgba(17,17,17,1)));
	background-image: linear-gradient(to bottom,rgba(17,17,17,0) 0, rgba(17,17,17,0.7) 50%, rgba(17,17,17,1) 100%);
	content: '';
	display: block;
	opacity: .9;
	position: absolute;
		left: 0;
		bottom: 0;
	width: 100%;
	height: 100%;
	}

.mvp-post-img-hide,
.mvp-post-feat-wide-title {
	display: none;
	}

span.mvp-feat-caption,
span.mvp-feat-caption-wide {
	color: #888;
	float: left;
	font-size: .85rem;
	font-weight: 400;
	line-height: 1.1;
	margin-top: -30px;
	padding: 5px 0 20px;
	text-align: right;
	width: 100%;
	}

span.mvp-feat-caption-wide {
	margin: 0;
	padding: 0;
	position: absolute;
		right: 15px;
		bottom: 15px;
	width: 25%;
	}

#mvp-content-main p {
	color: #444;
	display: block;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 15px;
	}

.mvp-post-tags {
	float: left;
	font-size: .8rem;
	line-height: 1;
	margin-top: 15px;
	text-transform: uppercase;
	width: 100%;
	}

.mvp-post-tags a,
.mvp-post-tags a:visited {
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	    -ms-border-radius: 3px;
	     -o-border-radius: 3px;
		border-radius: 3px;
	color: #999 !important;
	display: inline-block;
	float: left;
	font-weight: 600;
	margin: 0 5px 5px 0;
	padding: 3px 10px 4px;
	}

.mvp-post-tags a:hover {
	border: 1px solid #777;
	color: #777 !important;
	}

.mvp-post-tags-header {
	background: #999;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	    -ms-border-radius: 3px;
	     -o-border-radius: 3px;
		border-radius: 3px;
	color: #fff;
	float: left;
	font-weight: 700;
	padding: 4px 10px 5px;
	margin-right: 5px;
	}

#mvp-author-box-wrap {
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	    -ms-border-radius: 5px;
	     -o-border-radius: 5px;
		border-radius: 5px;
	margin-top: 30px;
	width: 100%;
	}

.mvp-author-box-out {
	margin-left: -80px;
	width: 100%;
	}

.mvp-author-box-in {
	margin-left: 80px;
	}

#mvp-author-box-img {
	line-height: 0;
	margin-right: 20px;
	width: 60px;
	}

#mvp-author-box-img img {
	border: 3px solid #eee;
	border-radius: 50%;
	}
#mvp-author-box-head,
#mvp-author-box-text {
	width: 100%;
	}

#mvp-author-box-text {
	margin-top: 8px;
	}

span.mvp-author-box-name {
	font-size: 1.1rem;
	line-height: 1;
	margin-top: 10px;
	width: 100%;
	}

span.mvp-author-box-name a {
	color: #444;
	font-weight: 700;
	}

#mvp-author-box-text p {
	color: #888;
	float: left;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 0;
	width: 100%;
	}

#mvp-author-box-soc-wrap {
	margin-top: 10px;
	width: 100%;
	}

span.mvp-author-box-soc {
	color: #bbb;
	display: inline-block;
	font-size: 20px;
	line-height: 1;
	margin-right: 5px;
	vertical-align: top;
	}

span.mvp-author-box-soc:hover {
	color: #555;
	}

.mvp-post-gallery-wrap {
	margin: 15px 0 30px;
	overflow: hidden;
	width: 100%;
	}

.mvp-post-gallery-wrap {
	background: #222;
	}

.mvp-post-gallery-top {
	line-height: 0;
	margin-bottom: 10px;
	width: 100%;
	}

#mvp-content-main .mvp-post-gallery-wrap ul {
	list-style: none;
	margin: 0;
	}

#mvp-content-main .mvp-post-gallery-wrap ul li {
	margin-left: 0;
	padding: 0;
	}

ul.mvp-post-gallery-top-list li {
	display: none !important;
	overflow: hidden;
	}

ul.mvp-post-gallery-top-list li img {
	opacity: .9;
	width: 100%;
	}

ul.mvp-post-gallery-top-list li.flex-active-slide {
	display: block !important;
	}

.mvp-post-gallery-top .flex-direction-nav a {
	-webkit-text-shadow: 1px 1px 3px rgba(0,0,0,.5);
	   -moz-text-shadow: 1px 1px 3px rgba(0,0,0,.5);
	    -ms-text-shadow: 1px 1px 3px rgba(0,0,0,.5);
	     -o-text-shadow: 1px 1px 3px rgba(0,0,0,.5);
		text-shadow: 1px 1px 3px rgba(0,0,0,.5);
	color: #fff !important;
	font-family: 'Advent Pro', sans-serif;
	font-size: 70px;
	font-weight: 700;
	line-height: 100%;
	margin-top: -35px;
	opacity: 0;
	position: absolute;
		top: 50%;
	z-index: 10;
	}

.mvp-post-gallery-top .flex-direction-nav .flex-prev {
	left: 0;
	margin-left: 10px;
	}

.mvp-post-gallery-top .flex-direction-nav .flex-next {
	right: 0;
	margin-right: 10px;
	}

.mvp-post-gallery-top:hover .flex-direction-nav a {
	opacity: .7;
	}

.mvp-post-gallery-top .flex-direction-nav a:hover {
	opacity: 1;
	}

.mvp-post-gallery-bot {
	margin-bottom: 10px;
	width: 100%;
	height: 80px;
	}

ul.mvp-post-gallery-bot-list {
	float: left;
	overflow: hidden;
	height: 80px;
	}

ul.mvp-post-gallery-bot-list li {
	cursor: pointer;
	float: left;
	margin-left: 10px !important;
	width: 80px;
	}

ul.mvp-post-gallery-bot-list li img {
	opacity: .4;
	}

ul.mvp-post-gallery-bot-list li.flex-active-slide img,
ul.mvp-post-gallery-bot-list li:hover img {
	opacity: 1;
	}

.mvp-post-gallery-bot ul.flex-direction-nav {
	display: none;
	}

#mvp-content-main ul {
	list-style: disc outside;
	margin: 10px 0;
	}

#mvp-content-main ol {
	list-style: decimal outside;
	margin: 10px 0;
	}

#mvp-content-main ul li,
#mvp-content-main ol li {
	margin-left: 50px;
	padding: 5px 0px;
	}

#mvp-content-main h1,
#mvp-content-main h2,
#mvp-content-main h3,
#mvp-content-main h4,
#mvp-content-main h5,
#mvp-content-main h6 {
	font-weight: 700;
	line-height: 120%;
	margin: 10px 0;
	overflow: hidden;
	width: 100%;
	}

#mvp-content-main h1 {
	font-size: 2rem;
	}

#mvp-content-main h2 {
	font-size: 1.8rem;
	}

#mvp-content-main h3 {
	font-size: 1.6rem;
	}

#mvp-content-main h4 {
	font-size: 1.4rem;
	}

#mvp-content-main h5 {
	font-size: 1.2rem;
	}

#mvp-content-main h6 {
	font-size: 1rem;
	}

#mvp-content-main blockquote p {
	color: #333;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: -.02em;
	line-height: 1.1;
	margin: 30px 10%;
	width: 80%;
	}

#mvp-content-main blockquote p cite {
	color: #555;
	display: inline-block;
	font-size: 1rem;
	font-weight: 400;
	}

#mvp-content-main dt {
	font-weight: bold;
	margin: 5px 0;
	}

#mvp-content-main dd {
	line-height: 1.5;
	margin-left: 20px;
	}

#mvp-content-main abbr,
#mvp-content-main acronym {
	font-weight: bold;
	text-transform: uppercase;
	}

#mvp-content-main code {
	font-size: 1.1rem;
	}

#mvp-content-main sub {
	font-size: smaller;
	vertical-align: sub;
	}

#mvp-content-main sup {
	font-size: smaller;
	vertical-align: super;
	}

#mvp-content-main table {
	font-size: .9rem !important;
	width: 100%;
	font-family: 'Lato', sans-serif !important;
	line-height: 1.1rem !important;
	text-align: center;
	}

#mvp-content-main caption {
	color: #888;
	font-weight: 700;
	font-style: italic;
	text-transform: uppercase;
	}

#mvp-content-main thead {
	background: #ccc;
	}

#mvp-content-main tbody tr {
	background: #eee;
	}

#mvp-content-main tbody tr:nth-child(2n+2) {
	background: none;
	}

#mvp-content-main td,
#mvp-content-main th {
	padding: 5px 1.5%;
	}

#mvp-content-main td.textright,
#mvp-content-main th.textright {
	text-align: right;
	}

#mvp-content-main td.textleft,
#mvp-content-main th.textleft {
	text-align: left;
	}

#mvp-content-main td.cellleft,
#mvp-content-main th.cellleft {
	min-width: 110px;
	text-align: left;
	}

#mvp-content-main tr.odd {
	background: #eee;
	}

.wp-caption,
#mvp-content-main p.wp-caption-text,
.gallery-caption {
	color: #777;
	font-family: 'Lora', sans-serif;
	font-size: .8rem;
	margin-top: 5px;
	margin-bottom: 30px;
	max-width: 100%;
	text-align: left;
	}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
	}

.sticky {
	}

.bypostauthor {
	}

.posts-nav-link {
	display: none;
	}

.mvp-org-wrap {
	display: none;
	}

#mvp-more-post-wrap {
	margin-top: 50px;
	width: 100%;
	}

ul.mvp-more-post-list {
	width: 100%;
	}

ul.mvp-more-post-list li {
	float: left;
	margin-left: 1.75438596491%; /* 20 / 1140 */
	width: 23.6842105263%; /* 270 / 1140 */
	height: 330px;
	}

ul.mvp-more-post-list li:first-child,
ul.mvp-more-post-list li:nth-child(5n+5) {
	margin-left: 0;
	}

.mvp-more-post-img {
	line-height: 0;
	margin-bottom: 10px;
	overflow: hidden;
	width: 100%;
	max-height: 162px;
	}

.mvp-more-post-text {
	width: 100%;
	}

.mvp-more-post-text h2 a {
	color: #111;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: -.02em;
	line-height: 1.1;
	width: 100%;
	}

.mvp-more-post-text p {
	color: #555;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.3;
	margin-top: 7px;
	width: 100%;
	}

#mvp-prev-post-wrap,
#mvp-next-post-wrap {
	background: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-top: -40px;
	position: fixed;
		top: 55%;
	width: 40px;
	height: 63px;
	z-index: 4000;
	}

#mvp-prev-post-wrap {
	border-right: 1px solid #ccc;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	left: 0;
	}

#mvp-next-post-wrap {
	border-left: 1px solid #ccc;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	right: 0;
	text-align: right;
	}

#mvp-prev-post-arrow,
#mvp-next-post-arrow {
	color: #777;
	cursor: pointer;
	font-size: 50px;
	line-height: 100%;
	padding-top: 4px;
	}

#mvp-prev-post-arrow {
	padding-left: 10px;
	}

#mvp-next-post-arrow {
	padding-right: 10px;
	}

.mvp-prev-next-text {
	position: absolute;
		top: -1px;
	-webkit-transition: all .25s;
		transition: all .25s;
	}

.mvp-prev-next-text a,
.mvp-prev-next-text a:visited,
.mvp-prev-next-text a:hover {
	color: #fff !important;
	float: left;
	font-size: .95rem;
	font-weight: 700;
	line-height: 130%;
	padding: 15px;
	width: 280px;
	}

#mvp-prev-post-wrap .mvp-prev-next-text {
	left: -9999px;
	}

#mvp-prev-post-wrap:hover .mvp-prev-next-text {
	left: 0;
	}

#mvp-next-post-wrap .mvp-prev-next-text {
	right: -9999px;
	text-align: left;
	}

#mvp-next-post-wrap:hover .mvp-prev-next-text {
	right: 0;
	}

.theiaPostSlider_nav {
	float: left;
	width: 100%;
	}

/************************************************
12. Comments
************************************************/

#mvp-comments-button {
	margin-top: 30px;
	text-align: center;
	width: 100%;
	}

#mvp-comments-button a,
#mvp-comments-button span.mvp-comment-but-text {
	background: #fff;
	border: 1px solid #aaa;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	    -ms-border-radius: 3px;
	     -o-border-radius: 3px;
		border-radius: 3px;
	cursor: pointer;
	display: inline-block;
	font-size: .8rem;
	font-weight: 600;
	letter-spacing: .02em;
	line-height: 100%;
	padding: 15px 0;
	text-transform: uppercase;
	width: 98%;
	}

h4.mvp-post-header {
	float: left;
	margin-bottom: 30px;
	position: relative;
	width: 100%;
	}

span.mvp-post-header {
	float: left;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	padding-top: 10px;
	}

h3.comment-header {
	color: #fff;
	float: left;
	font: 12px/12px 'Oswald', sans-serif;
	position: relative;
	text-transform: uppercase;
	}

#comments {
	display: none;
	float: left;
	font-size: .8rem;
	line-height: 120%;
	margin-top: 30px;
	overflow: hidden;
	width: 100%;
	}

.woocommerce #comments {
	display: block;
	margin-top: 0;
	}

#disqus_thread {
	display: none;
	float: left;
	margin-top: 30px;
	width: 100%;
	}

.comment-inner {
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
	padding: 10px 0 0;
	}

#comments .comment-inner:after {
	content: '';
	display: block;
	clear: both;
	}

#comments .comment-avatar,
#tab3 .comment-avatar {
	float: left;
	width: 46px;
	}
	
#comments .avatar {
	display: block;
	background-color: #fff;
	}

.comment-avatar img {
	-webkit-border-radius: 23px;
	   -moz-border-radius: 23px;
	    -ms-border-radius: 23px;
	     -o-border-radius: 23px;
		border-radius: 23px;
	overflow: hidden;
	}

#comments .commentmeta {
	display: block;
	float: left;
	margin: 0 10px 10px;
	width: 75%;
	}

.comment-reply a,
#cancel-comment-reply-link {
	clear: both;
	color: #fff !important;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	padding: 5px 10px;
	text-transform: uppercase;
	}

.comment-reply a {
	background: #888;
	float: right;
	}

#cancel-comment-reply-link {
	background: #999;
	float: left;
	margin: 0 0 10px 20px;
	}

.comment-reply a:hover,
#cancel-comment-reply-link:hover {
	background: #555;
	color: #fff !important;
	text-decoration: none;
	}

#content-main ol.commentlist {
	float: left;
	list-style: none;
	margin: 0;
	width: 100%;
	}

#content-main ol.commentlist li {
	margin: 0;
	padding: 0;
	}

ol.commentlist h3.comment-header {
	display: none;
	}

ol.commentlist #respond {
	border-top: none;
	}

#comments .comment-meta-1 {
	display: block;
	float: left;
	font: bold 14px/normal helvetica, arial, sans-serif;
	margin-bottom: 5px;
	width: 100%;
	}
		
#comments .comment-meta-1 .fn {
	float: left;
	font-style: normal;
	font-weight: bold;
	width: auto;
	}
		
#comments .comment-meta-1 .reply {
	display: inline-block;
	float: right;
	font-size: 11px;
	line-height: 11px;
	padding-top: 2px;
	}
		
#comments .comment-meta-1 .reply a {
	color: #555;
	}
		
#comments .comment-meta-2  {
	display: block;
	float: left;
	font-size: .8rem;
	line-height: 100%;
	margin: 0;
	}

#comments .text {
	clear: both;
	display: block;
	float: left;
	margin-top: 10px;
	}

#comments .text .waiting_approval {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	}

#comments .c {
	line-height: 20px;
	}

#comments .c p,
#comments .c code,
#comments .c blockquote,
#comments .c ul,
#comments .c ol {
	display: block;
	margin: 5px 0;
	}

#comments .c p {
	color: #444;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.5;
	}

#comments .c a {
	text-decoration: underline;
	}

#comments .c a:hover {
	text-decoration: none;
	}
	
#comments .depth-2 .comment-wrapper {
	padding-left: 40px;
	}

#comments .depth-2 .commentmeta {
	width: 75%;
	}
	
#comments .depth-3 .comment-wrapper {
	padding-left: 80px;
	}

#comments .depth-3 .commentmeta {
	width: 75%;
	}
	
#comments .depth-4 .comment-wrapper {
	padding-left: 120px;
	}

#comments .depth-4 .commentmeta {
	width: 75%;
	}

#comments .depth-5 .comment-wrapper {
	padding-left: 160px;
	}

#comments .depth-5 .commentmeta {
	width: 75%;
	}

#respond {
	clear: both;
	position: relative;
	}

#respond form {
	float: left;
	padding-bottom: 20px;
	width: 100%;
	}

#respond p {
	font: 12px/normal helvetica, arial, sans-serif;
	margin: 0;
	}

#respond .logged-in-as {
	margin-bottom: 10px;
	}

#respond .comment-notes {
	margin-bottom: 1rem;
	}

.children #respond {
	margin: 0 48px 0 0;
	}

#mvp-comments-list #respond {
	margin: 0 0 18px 0;
	}

#mvp-comments-list ul #respond {
	margin: 0;
	}

#respond .required {
	color: #ff4b33;
	font-weight: bold;
	}

#respond label {
	color: #888;
	display: inline-block;
	font-size: 14px;
	margin-bottom: 5px;
	width: 100%;
	}
	
#respond input {
	background: #f6f6f6;
	border: 1px solid #ddd;
	-webkit-box-shadow: 2px 2px 5px 0px #eee inset;
	   -moz-box-shadow: 2px 2px 5px 0px #eee inset;
	    -ms-box-shadow: 2px 2px 5px 0px #eee inset;
	     -o-box-shadow: 2px 2px 5px 0px #eee inset;
		box-shadow: 2px 2px 5px 0px #eee inset;
	display: inline-block;
	margin: 0 0 9px;
	padding: 5px;
	width: auto;
	}

#respond textarea {
	background: #f6f6f6;
	border: 1px solid #ddd;
	-webkit-box-shadow: 2px 2px 5px 0px #eee inset;
	   -moz-box-shadow: 2px 2px 5px 0px #eee inset;
	    -ms-box-shadow: 2px 2px 5px 0px #eee inset;
	     -o-box-shadow: 2px 2px 5px 0px #eee inset;
		box-shadow: 2px 2px 5px 0px #eee inset;
	display: inline-block;
	margin-bottom: 9px;
	width: 99%;
	}
	
#respond #submit {
	background: #888;
	border: 0;
	box-shadow: none;
	color: #fff;
	cursor:pointer;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	margin-top:10px;
	padding: 5px 15px;
	text-transform: uppercase;
	}

#respond #submit:hover {
	background: #555;
	}

h3#reply-title,
h2.comments {
	color: #fff;
	font: 14px/100% bold25, sans-serif;
	margin-bottom: 10px;
	padding: 5px 10px;
	text-shadow: 1px 1px 0 #000;
	text-transform: uppercase;
	}

h3#reply-title {
	display: none;
	}

span.comments {
	background: #fff;
	color: #aaa;
	float: left;
	font-size: 20px;
	line-height: 100%;
	padding-right: 15px;
	text-transform: uppercase;
	}

span.comments a {
	color: #666;
	}

span.comments a:hover {
	color: #f00;
	text-decoration: none;
	}

#comment-input label {
	margin-bottom: 10px;
	}

p.cancel-comment-reply {
	clear: both;
	}

p.form-allowed-tags {
	display: none !important;
	}

.fb-comments,
.fb-comments span {
	width: 100% !important;
	}

/************************************************
13. Archives
************************************************/

.mvp-cat-head {
	margin-left: 20px;
	height: 50px;
	}

.mvp-cat-head h1 {
	color: #333;
	font-size: 20px;
	font-weight: 900;
	letter-spacing: .02em;
	line-height: 1;
	padding: 15px 0;
	text-transform: uppercase;
	}

h1.mvp-sec-head,
h4.mvp-sec-head {
	border-bottom: 1px solid #ddd;
	float: left;
	margin-bottom: 20px;
	position: relative;
	width: 100%;
	}

span.mvp-sec-head {
	color: #111;
	display: inline-block;
	float: left;
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1;
	position: relative;
		bottom: -1px;
	padding-bottom: 10px;
	text-transform: uppercase;
	}

#mvp-404 {
	margin: 150px 0 200px;
	text-align: center;
	width: 100%;
	}

#mvp-404 h1 {
	color: #222;
	font-size: 4rem;
	font-weight: 900;
	line-height: 1;
	margin-bottom: 20px;
	}

#mvp-404 p {
	color: #999;
	font-size: 1rem;
	line-height: 130%;
	}

#mvp-author-page-top {
	margin-bottom: 30px;
	padding: 60px 5%;
	width: 90%;
	}

.mvp-author-top-out {
	margin-left: -250px;
	width: 100%;
	}

.mvp-author-top-in {
	margin-left: 250px;
	}

#mvp-author-top-left {
	margin-right: 50px;
	width: 200px;
	}

#mvp-author-top-left img {
	border: 8px solid #ddd;
	-webkit-border-radius: 50%;
		border-radius: 50%;
	line-height: 0;
	margin-top: -8px;
	}

#mvp-author-top-right {
	width: 100%;
	}

h1.mvp-author-top-head {
	color: #555;
	font-size: 3.3rem;
	font-weight: 900;
	line-height: 1;
	margin-bottom: 15px;
	width: 100%;
	}

span.mvp-author-page-desc {
	color: #888;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 150%;
	width: 100%;
	}

ul.mvp-author-page-list {
	margin-top: 20px;
	width: 100%;
	}

ul.mvp-author-page-list li {
	background: #555;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	    -ms-border-radius: 50%;
	     -o-border-radius: 50%;
		border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	line-height: 1;
	margin-left: 10px;
	padding-top: 11px;
	text-align: center;
	width: 40px;
	height: 29px;
	}

ul.mvp-author-page-list a:first-child li {
	margin-left: 0;
	}

ul.mvp-author-page-list li:hover {
	background: #777;
	}

.mvp-authors-wrap {
	border-top: 1px solid #ddd;
	margin-top: 30px;
	padding-top: 30px;
	width: 100%;
	}

.mvp-authors-list-wrap {
	margin-left: 3.94736842105%; /* 30 / 760 */
	text-align: center;
	width: 30.701754386%; /* 233.3333 / 760 */
	height: 300px;
	}

.mvp-authors-list-wrap:first-child,
.mvp-authors-list-wrap:nth-child(4n+4) {
	margin-left: 0;
	}

.mvp-authors-list-img {
	line-height: 0;
	margin-bottom: 20px;
	width: 100%;
	}

.mvp-authors-list-img img {
	border: 5px solid #ddd;
	-webkit-border-radius: 50%;
		border-radius: 50%;
	width: 120px;
	}

.mvp-authors-name {
	display: inline-block;
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 15px;
	padding-bottom: 15px;
	text-transform: uppercase;
	}

.mvp-authors-name a {
	color: #444 !important;
	}

h2.mvp-authors-latest {
	display: inline-block;
	}

h2.mvp-authors-latest a {
	color: #111;
	font-size: 1.1rem;
	font-weight: 700;
	letter-spacing: -.02em;
	line-height: 1.15;
	}

.mvp-search-text p {
	font-weight: 400;
	line-height: 1.5;
	width: 100%;
	}

#bbpress-forums,
#bbpress-forums p {
	font-family: helvetica, arial, sans-serif;
	}

#bbpress-forums ol,
#bbpress-forums ul {
	list-style: none;
	margin: 0;
	}

#bbpress-forums ul li,
#bbpress-forums ol li {
	margin-left: 0;
	padding: 0;
	}

div.bbp-breadcrumb,
div.bbp-topic-tags,
div.bbp-breadcrumb a,
div.bbp-breadcrumb span {
	font-size: .75rem;
	}

#subscription-toggle {
	float: left;
	margin: 5px 0 15px;
	width: 100%;
	}

.rwp-review-wrap {
	border-bottom: 1px solid #ddd;
	padding-bottom: 30px;
	}

.rwp-summary,
.rwp-u-review__comment {
	font-size: 1rem;
	font-weight: 300;
	line-height: 160%;
	}


/************************************************

	Categories/Archives

************************************************/



#archive-area {

	float: left;

	font: 14px/22px 'Lora', arial, sans-serif;

	position: relative;

	width: 600px;

	}



.category-heading {

	color: #fff;

	font: 25px/25px bold25, sans-serif;

	margin-bottom: 15px;

	padding: 10px 15px;

	text-shadow: 1px 1px 0 #000;

	}



.archive-header {

	border-bottom: 1px solid #ddd;

	margin-bottom: 15px;

	padding-bottom: 10px;

	}



#featured-cat {

	background: url(https://www.fanfooty.com.au/wp-content/themes/gameday/images/loading.gif) no-repeat center;

		-ms-box-shadow: 0 8px 4px -4px #aaa;

		-moz-box-shadow: 0 8px 4px -4px #aaa;

		-o-box-shadow: 0 8px 4px -4px #aaa;

		-webkit-box-shadow: 0 8px 4px -4px #aaa;

	box-shadow: 0 8px 4px -4px #aaa;

	display: block;

	float: left;

	margin-bottom: 15px;

	overflow: hidden;

	position: relative;

	width: 615px;

	height: 400px;

	}



.featured-text-cat {

	background: url(https://www.fanfooty.com.au/wp-content/themes/gameday/images/featured-bg.png) repeat-x top;

	float: left;

	padding: 50px 15px 15px;

	position: absolute;

		bottom: 0;

	width: 585px;

	}



.featured-text-cat p {

	color: #fff;

	font: 300 20px/24px light25, sans-serif;

	text-shadow: 2px 2px 1px #000;

	}



#cat-blog-wrapper {

	float: left;

	margin-left: -15px;

	padding-bottom: 5px;

	position: relative;

	width: 630px;

	}



#cat-blog-wrapper ul {

	float: left;

	}



.cat-blog-container, .profile-blog-container {

	background: #fff;

		-ms-box-shadow: 0 2px 7px -1px #aaa;

		-moz-box-shadow: 0 2px 7px -1px #aaa;

		-o-box-shadow: 0 2px 7px -1px #aaa;

		-webkit-box-shadow: 0 2px 7px -1px #aaa;

	box-shadow: 0 2px 7px -1px #aaa;

	float: left;

	margin: 0 0 15px 15px;

	position: relative;

	width: 300px;

	}



.cat-blog-inner, .profile-blog-inner {

	float: left;

	font: 12px/17px 'Lora', arial, sans-serif;

	padding: 10px;

	width: 280px;

	}


/************************************************
14. WooCommerce
************************************************/

#woo-content {
	float: left;
	position: relative;
	width: 100%;
	}

#woo-content h1.page-title {
	color: #222;
	font-size: 2.9rem;
	font-weight: 700;
	line-height: 100%;
	margin-bottom: 30px;
	text-align: center;
	width: 100%;
	}

#woo-content p {
	color: #222;
	display: block;
	font-size: .95rem;
	font-weight: 400;
	line-height: 155%;
	margin-bottom: 20px;
	}

#woo-content .summary p {
	color: #555;
	}

#woo-content .summary p.price {
	color: #222;
	}

.woocommerce div.product .woocommerce-product-rating {
	margin-bottom: 15px;
	}

.woocommerce div.product form.cart {
	margin-top: 15px;
	}

.woocommerce .woocommerce-breadcrumb {
	border-bottom: 1px solid #ddd;
	font-size: .75rem;
	line-height: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	}

.woocommerce div.product .product_title {
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 130%;
	margin-bottom: 15px;
	}

.woocommerce div.product p.price {
	margin-bottom: 15px;
	}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del,
.woocommerce ul.products li.product .price del {
	display: inline-block;
	margin-right: 10px;
	}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins,
.woocommerce ul.products li.product .price ins,
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price {
	color: #222;
	text-decoration: none;
	}

.woocommerce div.product p.price,
.woocommerce div.product p.price ins,
.woocommerce div.product p.price del {
	font-size: 1.2rem;
	font-family: 'Lora', sans-serif;
	}

.woocommerce ul.products li.product .price del,
.woocommerce ul.products li.product .price ins,
.woocommerce ul.products li.product .price {
	font-size: .9rem;
	font-family: 'Lora', sans-serif;
	}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price {
	font-weight: 700;
	}

.woocommerce div.product {
	overflow: hidden;
	}

.woocommerce .quantity .qty {
	height: 23px;
	}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	color: #fff !important;
	opacity: .8;
	}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce .widget_price_filter .price_slider_amount .button {
	font-family: 'Lora', sans-serif;
	font-size: .7rem;
	font-weight: 700;
	line-height: 100%;
	padding: 9px 25px;
	text-transform: uppercase;
	}

.woocommerce div.product form.cart div.quantity {
	margin-right: 10px;
	}

.woocommerce .product_meta {
	font-size: .8rem;
	}

.woocommerce span.onsale {
	border-radius: 0;
	font-family: 'Lora', sans-serif;
	font-weight: 700;
	line-height: 100%;
	padding: 30px 35px 8px;
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	top: -10px;
	left: -35px;
	min-width: 0;
	min-height: 0;
	}

.woocommerce ul.products li.product .onsale {
	top: -5px;
	left: -35px;
	right: auto;
	}

.woocommerce ul.products li.product h3 {
	font-size: 1.1rem;
	font-weight: 400;
	line-height: 120%;
	}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	overflow: hidden;
	}

.woocommerce ul.products li.product .add_to_cart_button {
	display: none;
	}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
	float: left;
	margin: 10px 0 20px;
	width: 100%;
	}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
	margin-left: 10px;
	width: 60px;
	}

.woocommerce ul.product_list_widget span.product-title,
.woocommerce ul.product_list_widget li a {
	color: #222;
	font-size: .9rem;
	margin-bottom: 5px;
	}

.woocommerce ul.product_list_widget li a.remove {
	font-size: 1.5rem;
	}

.woocommerce ul.product_list_widget span.quantity,
.woocommerce ul.product_list_widget span.amount {
	font-size: .8rem;
	text-decoration: none !important;
	}

.woocommerce ul.product_list_widget del {
	margin-right: 5px;
	}

.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
	border-top: 1px solid #ddd;
	font-size: .9em;
	line-height: 100%;
	margin-top: 10px;
	padding: 10px 0;
	text-align: center;
	}

.woocommerce .sidebar-widget a {
	color: #222;
	}

.woocommerce .sidebar-widget p.buttons a,
.woocommerce .sidebar-widget p.buttons a:hover {
	color: #222;
	}

.widget_shopping_cart_content {
	float: left;
	}

.woocommerce .sidebar-widget select,
.mvp-side-widget select {
	width: 100%;
	}

.woocommerce #woo-content select,
.woocommerce #mvp-side-wrap select,
.woocommerce #woo-content div.product form.cart .variations select,
.woocommerce-page #woo-content div.product form.cart .variations select,
.woocommerce #woo-content div.product form.cart .variations select,
.woocommerce-page #woo-content div.product form.cart .variations select,
.woocommerce #woo-content .woocommerce-ordering select,
.woocommerce-page #woo-content .woocommerce-ordering select,
.woocommerce #woo-content form .form-row select,
.woocommerce-page #woo-content form .form-row select,
.widget_product_categories select#dropdown_product_cat,
.mvp-side-widget select,
.mvp-scores-menu select {
	padding: 5px;
	background: #fff;
	border: 1px solid #ddd;
	color: #888;
	font-size: 12px;
	text-transform: uppercase;
	}

.woocommerce #mvp-side-wrap select,
.mvp-side-widget select {
	padding: 5px 2%;
	width: 95.6%;
	}

.woocommerce .related h2,
.woocommerce div.product .woocommerce-tabs .panel h2 {
	color: #222;
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 100%;
	margin-bottom: 15px;
	position: relative;
	}

.woocommerce .related h2 {
	margin-bottom: 30px;
	}

.woocommerce-review-link {
	font-family: 'Lora', sans-serif;
	font-size: .75rem;
	font-weight: 400;
	}

.woocommerce .star-rating {
	margin-bottom: 5px;
	}

.woocommerce .widget_top_rated_products ul.product_list_widget li {
	border-top: 1px solid #ddd;
	margin: 15px 0 0 0;
	padding: 15px 0 0 0;
	}

.woocommerce .widget_top_rated_products ul.product_list_widget li:first-child {
	border-top: none;
	margin: 0;
	padding: 0;
	}

#woo-content p.woocommerce-result-count {
	font-family: 'Lora', sans-serif;
	font-size: .8rem;
	font-weight: 400;
	}

.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	box-shadow: none;
	}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:before {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-width: 0;
	box-shadow: none;
	}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	font-family: 'Lora', sans-serif;
	font-size: .8rem;
	font-weight: 400;
	}

.woocommerce #content div.product .woocommerce-tabs,
.woocommerce div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs {
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
	background: none;
	border: none;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	    -ms-border-radius: 50%;
	     -o-border-radius: 50%;
		border-radius: 50%;
	overflow: hidden;
	}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
	font-size: .8rem;
	font-weight: 400;
	}

.woocommerce div.product .woocommerce-tabs .panel {
	margin-bottom: 30px;
	}

/************************************************
	15. Footer
************************************************/

#mvp-foot-wrap,
#mvp-foot-top,
#mvp-foot-bot,
#mvp-foot-logo,
#mvp-foot-soc,
#mvp-foot-menu,
#mvp-foot-copy,
#mvp-foot-ad-wrap {
	width: 100%;
	}

#mvp-foot-ad-wrap {
	line-height: 0;
	margin: -5px 0 20px;
	text-align: center;
	}

#mvp-foot-wrap {
	background: #f2f4f8;
	padding-top: 15px;
	}

#mvp-foot-logo {
	line-height: 0;
	margin-bottom: 15px;
	text-align: center;
	}

#mvp-foot-soc {
	display: none;
	margin-bottom: 30px;
	}

#mvp-foot-bot {
	display: none;
	}

ul.mvp-foot-soc-list {
	text-align: center;
	width: 100%;
	}

ul.mvp-foot-soc-list li {
	display: inline-block;
	}

ul.mvp-foot-soc-list li a {
	-webkit-border-radius: 50%;
		border-radius: 50%;
	border: 2px solid #888;
	color: #888 !important;
	display: inline-block;
	font-size: 18px;
	line-height: 1;
	margin-left: 10px;
	padding-top: 9px;
	text-align: center;
	width: 36px;
	height: 27px;
	}

ul.mvp-foot-soc-list li:first-child a {
	margin-left: 0;
	}

ul.mvp-foot-soc-list li a:hover {
	border: 2px solid #333;
	color: #333 !important;
	}

#mvp-foot-menu-wrap {
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	padding: 20px 0 10px;
	width: 100%;
	}

#mvp-foot-menu ul {
	text-align: center;
	width: 100%;
	}

#mvp-foot-menu ul li {
	display: inline-block;
	margin: 0 0 10px 15px;
	}

#mvp-foot-menu ul li a {
	color: #888;
	font-size: .95rem;
	font-weight: 400;
	line-height: 1;
	}

#mvp-foot-menu ul li a:hover {
	color: #333 !important;
	}

#mvp-foot-menu ul li:first-child {
	margin-left: 0;
	}

#mvp-foot-menu ul li ul {
	display: none;
	}

#mvp-foot-copy-wrap {
	margin: 20px 0;
	width: 100%;
	}

#mvp-foot-copy {
	color: #888;
	font-size: .8rem;
	font-weight: 400;
	line-height: 1.2;
	text-align: center;
	width: 100%;
	}

/************************************************
	16. Pagination
************************************************/

.mvp-nav-links {
	float: left;
	margin-top: 20px;
	position: relative;
	width: 100%;
	}

.pagination {
	clear: both;
	display: inline-block;
	position: relative;
	font-size: .8rem;
	font-weight: 700;
	line-height: 100%;
	padding: 0;
	text-transform: uppercase;
	}
 
.pagination span, .pagination a {
	background: #fff;
	border: 1px solid #aaa;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	    -ms-border-radius: 5px;
	     -o-border-radius: 5px;
		border-radius: 5px;
	color: #aaa;
	display: block;
	float: left;
	font-size: .8rem;
	font-weight: 400;
	margin: 2px 5px 2px 0;
	padding: 9px 12px 8px;
	text-decoration: none;
	width: auto;
	}
 
.pagination .current,
.pagination a:hover {
	background: #aaa;
	color: #fff;
	}

.pagination a,
.pagination a:visited {
	color: #aaa;
	}

a.mvp-inf-more-but {
	background: #fff;
	border: 1px solid #aaa;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	    -ms-border-radius: 3px;
	     -o-border-radius: 3px;
		border-radius: 3px;
	display: inline-block;
	font-size: .8rem;
	font-weight: 600;
	letter-spacing: .02em;
	line-height: 1;
	margin-top: 20px;
	padding: 15px 0;
	text-align: center;
	text-transform: uppercase;
	width: 99.4%;
	}

#infscr-loading {
	background: #fff;
	color: #aaa;
	float: left;
	font-family: 'Lora', sans-serif;
	font-size: .9rem;
	font-style: italic;
	font-weight: 400;
	line-height: 100%;
	padding-top: 15px;
	text-align: center;
	width: 100%;
	}

#infscr-loading img {
	display: none;
	}

#infscr-loading em {
	float: left;
	width: 100%;
	}

.paginate-links {
	display: none;
	}

/************************************************
	16. SportsPress
************************************************/

.sportspress h3.mvp-post-cat,
.sportspress .mvp-post-tags,
.sportspress .mvp-author-info-wrap,
.sportspress #mvp-author-box-wrap,
.sportspress #mvp-more-post-wrap,
.sportspress #mvp-post-soc-wrap,
.sportspress #mvp-post-feat-img,
.sportspress #mvp-mob-soc-wrap {
	display: none;
	}

.sportspress .mvp-post-soc-out,
.sportspress .mvp-post-soc-in {
	margin-left: 0;
	}

.sportspress #mvp-article-head {
	margin-bottom: 30px;
	}

.single-sp_event #mvp-article-head {
	text-align: center;
	}

.sportspress h1.mvp-post-title {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 0;
	}

.sportspress h1.mvp-post-title .sp-player-number {
	color: #fff;
	margin-right: 10px;
	padding: 5px 10px;
	}

.sp-template-event-logos .sp-team-name,
.sp-template-event-logos .sp-team-result {
	line-height: 1.2;
	}

.sp-table-caption {
	color: #fff !important;
	font-size: 1.1rem !important;
	font-weight: 700 !important;
	padding: 3px 15px !important;
	}

.sp-event-logos {
	font-size: 40px;
	}

.sp-event-logos .sp-team-logo .sp-team-result {
	background: #fff;
	border: 1px solid #ddd;
	margin: 15px !important;
	padding: 5px 10px !important;
	min-width: 1.5em;
	text-align: center;
	}

.sp-template-event-logos .sp-team-result {
	font-size: 40px !important;
	font-weight: 700 !important;
	}

.sp-data-table tr th {
	padding: 5px;
	}

.sp-data-table tr td {
	padding: 1px 5px;
	}

.sp-data-table tr td.data-w,
.sp-data-table tr td.data-l,
.sp-data-table tr td.data-gb,
.sp-data-table tr th.data-w,
.sp-data-table tr th.data-l,
.sp-data-table tr th.data-gb {
	text-align: right;
	}

.sp-scoreboard-wrapper {
	float:left
	}
