.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
	word-break: normal !important;
}

.wpcf7 .hidden-fields-container {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}

.theiaPostSlider_nav {
  position: relative;
  overflow: hidden;
  margin: 16px 0;
  transition: opacity 0.333s;
  opacity: 1; }
  .theiaPostSlider_nav > * {
    vertical-align: middle; }
  .theiaPostSlider_nav.fontTheme ._1,
  .theiaPostSlider_nav.fontTheme ._3 {
    margin: 0 4px;
    vertical-align: middle;
    font-weight: bold; }
  .theiaPostSlider_nav.fontTheme ._2 {
    display: inline-block;
    vertical-align: middle; }
  .theiaPostSlider_nav ._title {
    font-weight: bold; }
    .theiaPostSlider_nav ._title * {
      display: inline;
      margin: 0;
      padding: 0; }
    .theiaPostSlider_nav ._title ._helper {
      color: #888; }
  .theiaPostSlider_nav ._buttons {
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    line-height: 1; }
    .theiaPostSlider_nav ._buttons > * {
      display: inline-block;
      vertical-align: middle; }
    .theiaPostSlider_nav ._buttons ._text {
      margin: 0 10px; }
  .theiaPostSlider_nav ._button {
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    text-decoration: none; }
  .theiaPostSlider_nav ._disabled {
    cursor: default; }
  .theiaPostSlider_nav._left ._buttons, .theiaPostSlider_nav._right ._buttons {
    display: inline-block; }
  .theiaPostSlider_nav._left {
    text-align: left; }
    .theiaPostSlider_nav._left ._buttons {
      float: left; }
    .theiaPostSlider_nav._left ._title {
      float: right; }
  .theiaPostSlider_nav._center {
    text-align: center; }
    .theiaPostSlider_nav._center ._title {
      line-height: inherit !important; }
  .theiaPostSlider_nav._center_full {
    text-align: center; }
    .theiaPostSlider_nav._center_full ._prev {
      float: left; }
    .theiaPostSlider_nav._center_full ._next {
      float: right; }
    .theiaPostSlider_nav._center_full ._title {
      line-height: inherit !important; }
  .theiaPostSlider_nav._right {
    text-align: right; }
    .theiaPostSlider_nav._right ._buttons {
      float: right; }
    .theiaPostSlider_nav._right ._title {
      float: left; }
  .theiaPostSlider_nav._hide_on_first_slide._slide_number_0 {
    height: 0;
    opacity: 0; }
  .theiaPostSlider_nav ._loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(https://financedwise.com/wp-content/plugins/theia-post-slider/css/../images/ajax-loader.gif) center center no-repeat; }

.theiaPostSlider_slides {
  position: relative;
  clear: both;
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none; }
  .theiaPostSlider_slides > div {
    overflow: hidden; }
  .theiaPostSlider_slides iframe {
    max-width: 100%; }

.theiaPostSlider_header {
  margin: 0 0 16px 0; }

.theiaPostSlider_footer {
  margin: 16px 0 0 0; }

.theiaPostSlider_nav.fontTheme ._prev ._1,
.theiaPostSlider_nav.fontTheme ._next ._3 {
  display: none; }
.theiaPostSlider_nav.fontTheme ._button:focus {
  outline: none; }

@font-face {
	font-family: 'theia-post-slider-font';
	src:url('https://financedwise.com/wp-content/plugins/theia-post-slider/fonts/fonts/theia-post-slider-font.eot?h2p4uy');
	src:url('https://financedwise.com/wp-content/plugins/theia-post-slider/fonts/fonts/theia-post-slider-font.eot?#iefixh2p4uy') format('embedded-opentype'),
		url('https://financedwise.com/wp-content/plugins/theia-post-slider/fonts/fonts/theia-post-slider-font.woff?h2p4uy') format('woff'),
		url('https://financedwise.com/wp-content/plugins/theia-post-slider/fonts/fonts/theia-post-slider-font.ttf?h2p4uy') format('truetype'),
		url('https://financedwise.com/wp-content/plugins/theia-post-slider/fonts/fonts/theia-post-slider-font.svg?h2p4uy#theia-post-slider-font') format('svg');
	font-weight: normal;
	font-style: normal;
}

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

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

.tps-icon-arrow-left-001:before {
	content: "\e600";
}
.tps-icon-arrow-right-001:before {
	content: "\e601";
}
.tps-icon-arrow-left-002:before {
	content: "\e602";
}
.tps-icon-arrow-right-002:before {
	content: "\e603";
}
.tps-icon-arrow-left-003:before {
	content: "\e604";
}
.tps-icon-arrow-right-003:before {
	content: "\e605";
}
.tps-icon-arrow-left-004:before {
	content: "\e606";
}
.tps-icon-arrow-right-004:before {
	content: "\e607";
}
.tps-icon-arrow-left-005:before {
	content: "\e608";
}
.tps-icon-arrow-right-005:before {
	content: "\e609";
}
.tps-icon-arrow-left-006:before {
	content: "\e60c";
}
.tps-icon-arrow-right-006:before {
	content: "\e60d";
}
.tps-icon-chevron-left:before {
	content: "\f053";
}
.tps-icon-chevron-right:before {
	content: "\f054";
}
.tps-icon-arrow-left-007:before {
	content: "\f060";
}
.tps-icon-arrow-right-007:before {
	content: "\f061";
}
.tps-icon-hand-o-right:before {
	content: "\f0a4";
}
.tps-icon-hand-o-left:before {
	content: "\f0a5";
}
.tps-icon-arrow-circle-left:before {
	content: "\f0a8";
}
.tps-icon-arrow-circle-right:before {
	content: "\f0a9";
}
.tps-icon-caret-left:before {
	content: "\f0d9";
}
.tps-icon-caret-right:before {
	content: "\f0da";
}
.tps-icon-angle-double-left:before {
	content: "\f100";
}
.tps-icon-angle-double-right:before {
	content: "\f101";
}
.tps-icon-angle-left:before {
	content: "\f104";
}
.tps-icon-angle-right:before {
	content: "\f105";
}
.tps-icon-chevron-circle-left:before {
	content: "\f137";
}
.tps-icon-chevron-circle-right:before {
	content: "\f138";
}
.tps-icon-toggle-right:before {
	content: "\f152";
}
.tps-icon-long-arrow-left:before {
	content: "\f177";
}
.tps-icon-long-arrow-right:before {
	content: "\f178";
}
.tps-icon-arrow-circle-o-right:before {
	content: "\f18e";
}
.tps-icon-arrow-circle-o-left:before {
	content: "\f190";
}
.tps-icon-toggle-left:before {
	content: "\f191";
}
.tps-icon-arrow-right-008:before {
	content: "\e3b1";
}
.tps-icon-arrow-left-008:before {
	content: "\e3b3";
}
.tps-icon-arrow-right-019:before {
	content: "\e3b5";
}
.tps-icon-arrow-left-019:before {
	content: "\e3b7";
}
.tps-icon-arrow-right-020:before {
	content: "\e3bb";
}
.tps-icon-arrow-left-020:before {
	content: "\e3bf";
}
.tps-icon-arrow-right-021:before {
	content: "\e3c3";
}
.tps-icon-arrow-left-021:before {
	content: "\e3c7";
}
.tps-icon-arrow-right-022:before {
	content: "\e3cb";
}
.tps-icon-arrow-left-022:before {
	content: "\e3cf";
}
.tps-icon-arrow-right-023:before {
	content: "\e3d3";
}
.tps-icon-arrow-left-023:before {
	content: "\e3d7";
}
.tps-icon-arrow-right-024:before {
	content: "\e3e3";
}
.tps-icon-arrow-left-024:before {
	content: "\e3e7";
}
.tps-icon-arrow-right-009:before {
	content: "\e3e9";
}
.tps-icon-arrow-left-009:before {
	content: "\e3eb";
}
.tps-icon-arrow-right-010:before {
	content: "\e3ed";
}
.tps-icon-arrow-left-010:before {
	content: "\e3ef";
}
.tps-icon-arrow-right-011:before {
	content: "\e3f3";
}
.tps-icon-arrow-left-011:before {
	content: "\e3f7";
}
.tps-icon-arrow-right-012:before {
	content: "\e3fb";
}
.tps-icon-arrow-left-012:before {
	content: "\e3ff";
}
.tps-icon-arrow-right-013:before {
	content: "\e401";
}
.tps-icon-arrow-left-013:before {
	content: "\e403";
}
.tps-icon-arrow-right-014:before {
	content: "\e405";
}
.tps-icon-arrow-left-014:before {
	content: "\e407";
}
.tps-icon-arrow-right-015:before {
	content: "\e409";
}
.tps-icon-arrow-left-015:before {
	content: "\e40b";
}
.tps-icon-arrow-right-016:before {
	content: "\e40d";
}
.tps-icon-arrow-left-016:before {
	content: "\e40f";
}
.tps-icon-arrow-right-017:before {
	content: "\e411";
}
.tps-icon-arrow-left-017:before {
	content: "\e413";
}
.tps-icon-arrow-right-018:before {
	content: "\e415";
}
.tps-icon-arrow-left-018:before {
	content: "\e417";
}
.tps-icon-key-right:before {
	content: "\e42a";
}
.tps-icon-key-left:before {
	content: "\e42c";
}

/*
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

************************************************/

/************************************************
	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: 100%;
	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;
	height: 100%;
	}

#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 {
	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;
	}

#searchform #searchsubmit {
	border: none;
	float: left;
	}

#searchform #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: 94px;
	width: 100%;
	}

#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: 20px;
	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-bot-nav-in {
	margin-left: 60px;
	}

#mvp-nav-menu {
	width: 100%;
	height: 44px;
	}

#mvp-nav-menu ul,
#mvp-nav-menu ul li {
	float: left;
	}

#mvp-nav-menu ul {
	width: 100%;
	}

#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: 13px;
	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;
	border-bottom: 1px solid #bbb;
	padding: 30px 2.5%; /* 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: 150px;
	}

#mvp-score-menu-wrap {
	width: 150px;
	height: 72px;
	}

.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: 12px;
	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: 800 12px/100% 'Open Sans', 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: 7px 7px 7px 0;
	padding: 3px 10px 6px;
	width: 100px;
	height: 47px;
	}

.mvp-score-status {
	float: right;
	overflow: hidden;
	text-align: center;
	width: 100%;
	height: 11px;
	}

.mvp-score-teams {
	overflow: hidden;
	width: 100%;
	height: 36px;
	}

.mvp-score-status p,
.mvp-score-teams p {
	font-size: 11px;
	}

.mvp-score-status p {
	color: #888;
	font-weight: 400;
	line-height: 1;
	}

.mvp-score-teams p {
	color: #eee;
	font-weight: 700;
	line-height: 150%;
	}

.mvp-score-teams-left {
	width: 65%;
	height: 30px;
	}

.mvp-score-teams-right {
	float: right;
	text-align: right;
	width: 35%;
	height: 30px;
	}

.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: 103.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: 94.52054795%; /* 345 / 365 */
	}

.mvp-scores-status p {
	color: #fff;
	font-size: .8rem;
	font-weight: 700;
	line-height: 1;
	}

.mvp-scores-list-main {
	padding: 10px 2.739726027%; /* 10 / 365 */
	width: 94.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: 700;
	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: 'Open Sans', 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: 'Lato', 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 {
	overflow: hidden;
	width: 100%;
	}

.mvp-feat1-wrap-bg {
	background: #fff;
	}

#mvp-feat1-main {
	height: 435px;
	}

.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 {
	float: left;
	margin-bottom: 6px;
	position: relative;
	width: 100%;
	}

span.mvp-feat1-cat {
	color: #fff;
	display: inline-block;
	font-size: .7rem;
	font-weight: 700;
	line-height: 1;
	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 {
	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.6rem;
	}

.mvp-feat1-text p,
.mvp-feat4-main-text p {
	color: #fff;
	float: left;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.3;
	margin-top: 5px;
	position: relative;
	width: 100%;
	}

#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: 30px 30px 0;
	width: 330px;
	}

#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: 1rem;
	font-weight: 400;
	line-height: 1.3;
	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 2.5%; /* 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-bottom: 30px;
	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: 'Lato', 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: .7rem;
	font-weight: 400;
	letter-spacing: .07rem;
	line-height: 1;
	margin-bottom: 5px;
	text-transform: uppercase;
	width: 100%;
	}

.mvp-side-tab-text h2 a {
	color: #111;
	font-size: 1.15rem;
	font-weight: 700;
	letter-spacing: -.02em;
	line-height: 1.1;
	width: 100%;
	}

#mvp-side-wrap a {
	color: #111 !important;
	font-weight: 700;
	line-height: 1.1;
	}

#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.3rem;
	}

.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;
	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: 3.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.15rem;
	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;
	width: 100%;
	}
#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 tr.odd {
	background: #eee;
	}

.wp-caption,
#mvp-content-main p.wp-caption-text,
.gallery-caption {
	color: #777;
	font-family: 'Lato', 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: 400 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: 700 14px/100% 'Oswald', 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%;
	}

/************************************************
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: 'Lato', 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: 'Lato', 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: 'Lato', 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: 'Lato', 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: 'Lato', 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: 'Lato', 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: 'Lato', 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: #ddd;
	padding-top: 30px;
	}

#mvp-foot-logo {
	line-height: 0;
	margin-bottom: 30px;
	text-align: center;
	}

#mvp-foot-soc {
	margin-bottom: 30px;
	}

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: 'Lato', 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
	}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, main, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
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;
}
/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

.fa-ad:before {
  content: "\f641"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-airbnb:before {
  content: "\f834"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-ankh:before {
  content: "\f644"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-alt:before {
  content: "\f5d1"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-archway:before {
  content: "\f557"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-artstation:before {
  content: "\f77a"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-baby:before {
  content: "\f77c"; }

.fa-baby-carriage:before {
  content: "\f77d"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-bacon:before {
  content: "\f7e5"; }

.fa-bacteria:before {
  content: "\e059"; }

.fa-bacterium:before {
  content: "\e05a"; }

.fa-bahai:before {
  content: "\f666"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-balance-scale-left:before {
  content: "\f515"; }

.fa-balance-scale-right:before {
  content: "\f516"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battle-net:before {
  content: "\f835"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-biking:before {
  content: "\f84a"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-biohazard:before {
  content: "\f780"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blender-phone:before {
  content: "\f6b6"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blog:before {
  content: "\f781"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-dead:before {
  content: "\f6b7"; }

.fa-book-medical:before {
  content: "\f7e6"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-bootstrap:before {
  content: "\f836"; }

.fa-border-all:before {
  content: "\f84c"; }

.fa-border-none:before {
  content: "\f850"; }

.fa-border-style:before {
  content: "\f853"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-box-tissue:before {
  content: "\e05b"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-bread-slice:before {
  content: "\f7ec"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-buffer:before {
  content: "\f837"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-business-time:before {
  content: "\f64a"; }

.fa-buy-n-large:before {
  content: "\f8a6"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-day:before {
  content: "\f783"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-calendar-week:before {
  content: "\f784"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-campground:before {
  content: "\f6bb"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-candy-cane:before {
  content: "\f786"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-caravan:before {
  content: "\f8ff"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-carrot:before {
  content: "\f787"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cash-register:before {
  content: "\f788"; }

.fa-cat:before {
  content: "\f6be"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-centos:before {
  content: "\f789"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chair:before {
  content: "\f6c0"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-double:before {
  content: "\f560"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-cheese:before {
  content: "\f7ef"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-chromecast:before {
  content: "\f838"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-city:before {
  content: "\f64f"; }

.fa-clinic-medical:before {
  content: "\f7f2"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-meatball:before {
  content: "\f73b"; }

.fa-cloud-moon:before {
  content: "\f6c3"; }

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

.fa-cloud-rain:before {
  content: "\f73d"; }

.fa-cloud-showers-heavy:before {
  content: "\f740"; }

.fa-cloud-sun:before {
  content: "\f6c4"; }

.fa-cloud-sun-rain:before {
  content: "\f743"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudflare:before {
  content: "\e07d"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-dollar:before {
  content: "\f651"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-medical:before {
  content: "\f7f5"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comments:before {
  content: "\f086"; }

.fa-comments-dollar:before {
  content: "\f653"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-compress-alt:before {
  content: "\f422"; }

.fa-compress-arrows-alt:before {
  content: "\f78c"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-cotton-bureau:before {
  content: "\f89e"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-cross:before {
  content: "\f654"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-crutch:before {
  content: "\f7f7"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-dailymotion:before {
  content: "\e052"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-deezer:before {
  content: "\e077"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-democrat:before {
  content: "\f747"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-disease:before {
  content: "\f7fa"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dog:before {
  content: "\f6d3"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-dragon:before {
  content: "\f6d5"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dumpster:before {
  content: "\f793"; }

.fa-dumpster-fire:before {
  content: "\f794"; }

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edge-legacy:before {
  content: "\e078"; }

.fa-edit:before {
  content: "\f044"; }

.fa-egg:before {
  content: "\f7fb"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-text:before {
  content: "\f658"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-ethernet:before {
  content: "\f796"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-evernote:before {
  content: "\f839"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-alt:before {
  content: "\f424"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fan:before {
  content: "\f863"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-faucet:before {
  content: "\e005"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-figma:before {
  content: "\f799"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-csv:before {
  content: "\f6dd"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-alt:before {
  content: "\f7e4"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-firefox-browser:before {
  content: "\e007"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-fist-raised:before {
  content: "\f6de"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flag-usa:before {
  content: "\f74d"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-minus:before {
  content: "\f65d"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-folder-plus:before {
  content: "\f65e"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-ghost:before {
  content: "\f6e2"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-gifts:before {
  content: "\f79c"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-alt:before {
  content: "\f841"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-cheers:before {
  content: "\f79f"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glass-whiskey:before {
  content: "\f7a0"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-globe-europe:before {
  content: "\f7a2"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-pay:before {
  content: "\e079"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-gopuram:before {
  content: "\f664"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-lines:before {
  content: "\f7a4"; }

.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-guilded:before {
  content: "\e07e"; }

.fa-guitar:before {
  content: "\f7a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hamburger:before {
  content: "\f805"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-medical:before {
  content: "\e05c"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-holding-water:before {
  content: "\f4c1"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-middle-finger:before {
  content: "\f806"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-sparkles:before {
  content: "\e05d"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-hands-wash:before {
  content: "\e05e"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-handshake-alt-slash:before {
  content: "\e05f"; }

.fa-handshake-slash:before {
  content: "\e060"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hard-hat:before {
  content: "\f807"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hat-cowboy:before {
  content: "\f8c0"; }

.fa-hat-cowboy-side:before {
  content: "\f8c1"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-head-side-cough:before {
  content: "\e061"; }

.fa-head-side-cough-slash:before {
  content: "\e062"; }

.fa-head-side-mask:before {
  content: "\e063"; }

.fa-head-side-virus:before {
  content: "\e064"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heart-broken:before {
  content: "\f7a9"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hive:before {
  content: "\e07f"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-holly-berry:before {
  content: "\f7aa"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-horse-head:before {
  content: "\f7ab"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hospital-user:before {
  content: "\f80d"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotdog:before {
  content: "\f80f"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-house-damage:before {
  content: "\f6f1"; }

.fa-house-user:before {
  content: "\e065"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-hryvnia:before {
  content: "\f6f2"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-ice-cream:before {
  content: "\f810"; }

.fa-icicles:before {
  content: "\f7ad"; }

.fa-icons:before {
  content: "\f86d"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-ideal:before {
  content: "\e013"; }

.fa-igloo:before {
  content: "\f7ae"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-innosoft:before {
  content: "\e080"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-instagram-square:before {
  content: "\e055"; }

.fa-instalod:before {
  content: "\e081"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itch-io:before {
  content: "\f83a"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-key:before {
  content: "\f084"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-landmark:before {
  content: "\f66f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laptop-house:before {
  content: "\e066"; }

.fa-laptop-medical:before {
  content: "\f812"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lungs:before {
  content: "\f604"; }

.fa-lungs-virus:before {
  content: "\e067"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-mdb:before {
  content: "\f8ca"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-meteor:before {
  content: "\f753"; }

.fa-microblog:before {
  content: "\e01a"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mitten:before {
  content: "\f7b5"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mixer:before {
  content: "\e056"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mountain:before {
  content: "\f6fc"; }

.fa-mouse:before {
  content: "\f8cc"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-mug-hot:before {
  content: "\f7b6"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-octopus-deploy:before {
  content: "\e082"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-orcid:before {
  content: "\f8d2"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-pager:before {
  content: "\f815"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-peace:before {
  content: "\f67c"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-penny-arcade:before {
  content: "\f704"; }

.fa-people-arrows:before {
  content: "\e068"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-pepper-hot:before {
  content: "\f816"; }

.fa-perbyte:before {
  content: "\e083"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-alt:before {
  content: "\f879"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-square-alt:before {
  content: "\f87b"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-photo-video:before {
  content: "\f87c"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-square:before {
  content: "\e01e"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-pizza-slice:before {
  content: "\f818"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-plane-slash:before {
  content: "\e069"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-print:before {
  content: "\f02f"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pump-medical:before {
  content: "\e06a"; }

.fa-pump-soap:before {
  content: "\e06b"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-radiation:before {
  content: "\f7b9"; }

.fa-radiation-alt:before {
  content: "\f7ba"; }

.fa-rainbow:before {
  content: "\f75b"; }

.fa-random:before {
  content: "\f074"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-record-vinyl:before {
  content: "\f8d9"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-remove-format:before {
  content: "\f87d"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-restroom:before {
  content: "\f7bd"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-rust:before {
  content: "\e07a"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-salesforce:before {
  content: "\f83b"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scroll:before {
  content: "\f70e"; }

.fa-sd-card:before {
  content: "\f7c2"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-dollar:before {
  content: "\f688"; }

.fa-search-location:before {
  content: "\f689"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-shield-virus:before {
  content: "\e06c"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopify:before {
  content: "\e057"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-sim-card:before {
  content: "\f7c4"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sink:before {
  content: "\e06d"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skating:before {
  content: "\f7c5"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-skiing:before {
  content: "\f7c9"; }

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-slash:before {
  content: "\f715"; }

.fa-sleigh:before {
  content: "\f7cc"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-sms:before {
  content: "\f7cd"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowboarding:before {
  content: "\f7ce"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-snowman:before {
  content: "\f7d0"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-soap:before {
  content: "\e06e"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-down-alt:before {
  content: "\f881"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-alpha-up-alt:before {
  content: "\f882"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-down-alt:before {
  content: "\f884"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-amount-up-alt:before {
  content: "\f885"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-down-alt:before {
  content: "\f886"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-numeric-up-alt:before {
  content: "\f887"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

.fa-spell-check:before {
  content: "\f891"; }

.fa-spider:before {
  content: "\f717"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-stackpath:before {
  content: "\f842"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-and-crescent:before {
  content: "\f699"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-stopwatch-20:before {
  content: "\e06f"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-store-alt-slash:before {
  content: "\e070"; }

.fa-store-slash:before {
  content: "\e071"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swift:before {
  content: "\f8e1"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-synagogue:before {
  content: "\f69b"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-low:before {
  content: "\f76b"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-tenge:before {
  content: "\f7d7"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-tiktok:before {
  content: "\e07b"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toilet:before {
  content: "\f7d8"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toilet-paper-slash:before {
  content: "\e072"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tools:before {
  content: "\f7d9"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-trailer:before {
  content: "\e041"; }

.fa-train:before {
  content: "\f238"; }

.fa-tram:before {
  content: "\f7da"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-trash-restore:before {
  content: "\f829"; }

.fa-trash-restore-alt:before {
  content: "\f82a"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbraco:before {
  content: "\f8e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-uncharted:before {
  content: "\e084"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-unity:before {
  content: "\e049"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-unsplash:before {
  content: "\e07c"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-usb:before {
  content: "\f287"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-injured:before {
  content: "\f728"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-nurse:before {
  content: "\f82f"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-users-slash:before {
  content: "\e073"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-vest:before {
  content: "\e085"; }

.fa-vest-patches:before {
  content: "\e086"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-virus:before {
  content: "\e074"; }

.fa-virus-slash:before {
  content: "\e075"; }

.fa-viruses:before {
  content: "\e076"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-voicemail:before {
  content: "\f897"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f6a9"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-watchman-monitoring:before {
  content: "\e087"; }

.fa-water:before {
  content: "\f773"; }

.fa-wave-square:before {
  content: "\f83e"; }

.fa-waze:before {
  content: "\f83f"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wind:before {
  content: "\f72e"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wodu:before {
  content: "\e088"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yammer:before {
  content: "\f840"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("https://financedwise.com/wp-content/themes/the-league/font-awesome/css/../webfonts/fa-brands-400.eot");
  src: url("https://financedwise.com/wp-content/themes/the-league/font-awesome/css/../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("https://financedwise.com/wp-content/themes/the-league/font-awesome/css/../webfonts/fa-brands-400.woff2") format("woff2"), url("https://financedwise.com/wp-content/themes/the-league/font-awesome/css/../webfonts/fa-brands-400.woff") format("woff"), url("https://financedwise.com/wp-content/themes/the-league/font-awesome/css/../webfonts/fa-brands-400.ttf") format("truetype"), url("https://financedwise.com/wp-content/themes/the-league/font-awesome/css/../webfonts/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("https://financedwise.com/wp-content/themes/the-league/font-awesome/css/../webfonts/fa-regular-400.eot");
  src: url("https://financedwise.com/wp-content/themes/the-league/font-awesome/css/../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("https://financedwise.com/wp-content/themes/the-league/font-awesome/css/../webfonts/fa-regular-400.woff2") format("woff2"), url("https://financedwise.com/wp-content/themes/the-league/font-awesome/css/../webfonts/fa-regular-400.woff") format("woff"), url("https://financedwise.com/wp-content/themes/the-league/font-awesome/css/../webfonts/fa-regular-400.ttf") format("truetype"), url("https://financedwise.com/wp-content/themes/the-league/font-awesome/css/../webfonts/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("https://financedwise.com/wp-content/themes/the-league/font-awesome/css/../webfonts/fa-solid-900.eot");
  src: url("https://financedwise.com/wp-content/themes/the-league/font-awesome/css/../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("https://financedwise.com/wp-content/themes/the-league/font-awesome/css/../webfonts/fa-solid-900.woff2") format("woff2"), url("https://financedwise.com/wp-content/themes/the-league/font-awesome/css/../webfonts/fa-solid-900.woff") format("woff"), url("https://financedwise.com/wp-content/themes/the-league/font-awesome/css/../webfonts/fa-solid-900.ttf") format("truetype"), url("https://financedwise.com/wp-content/themes/the-league/font-awesome/css/../webfonts/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

@media screen and (max-width: 1400px) and (min-width: 1261px) {

	#mvp-wallpaper {
		display: none;
		}

}

@media screen and (max-width: 1260px) and (min-width: 1201px) {

	#mvp-score-wrap .mvp-main-box-cont,
	#mvp-top-nav-wrap .mvp-main-box-cont,
	#mvp-bot-nav-wrap .mvp-main-box-cont,
	#mvp-post-trend-wrap .mvp-main-box-cont {
		width: 100%;
		}

	#mvp-score-wrap,
	#mvp-top-nav-wrap,
	#mvp-bot-nav-wrap,
	#mvp-post-trend-wrap,
	#mvp-nav-menu ul li.mvp-mega-dropdown .mvp-mega-dropdown {
		padding: 0 2.727272727272%; /* 30 / 1100 */
		width: 94.5454545454%; /* 1040 / 1100 */
		}

}

@media screen and (max-width: 1217px) and (min-width: 1101px) {

	#mvp-wallpaper,
	#mvp-prev-next-wrap {
		display: none;
		}

	.mvp-main-box-cont {
		width: 100%;
		}
		
	#mvp-score-wrap,
	#mvp-top-nav-wrap,
	#mvp-bot-nav-wrap,
	#mvp-post-trend-wrap,
	#mvp-nav-menu ul li.mvp-mega-dropdown .mvp-mega-dropdown {
		padding: 0 2.727272727272%; /* 30 / 1100 */
		width: 94.5454545454%; /* 1040 / 1100 */
		}
		
	.mvp-feat2-main-text h2 {
		font-size: 2.5rem;
		}
		
	.mvp-feat2-sub-text h2 {
		font-size: 1.3rem;
		}
		
	.mvp-feat3-main-img {
		max-height: none;
		}
		
	.mvp-feat3-main-text {
		padding: 50px 19.09276944065% 30px 4.09276944065%; /* 30 / 733 */
		width: 76.9%; /* 673 / 733 */
		}
		
	.mvp-body-sec-cont {
		padding: 30px 2.72727272727%; /* 30 / 1100 */
		width: 94.5454545454%; /* 1040 / 1100 */
		}
		
	.mvp-blog-story-text h2 a {
		font-size: 1.5rem;
		}
		
	.mvp-post-feat-img-wide2 {
		margin: -30px 0 0 -4.504504504504%; /* 30 / 666 */
		width: 104.504504504504% !important; /* 696 / 666 */
		}
		
	.mvp-post-feat-img-wide3 {
		margin: -30px 0 0 -2.88461538462%; /* 30 / 1040 */
		width: 105.769230769% !important; /* 1100 / 1040 */
		}
		
	#mvp-home-widget-wrap .mvp-widget-feat-wrap {
		padding: 0 1.81818181818%; /* 20 / 1100 */
		width: 96.3636363636%; /* 1060 / 1100 */
		}
		
	.mvp-feat5-text h2 a {
		font-size: 2.2rem;
		}

}

@media screen and (max-width: 1100px) and (min-width: 1004px) {

	#mvp-wallpaper,
	#mvp-prev-next-wrap {
		display: none;
		}

	.mvp-main-box-cont {
		width: 100%;
		}
		
	#mvp-score-wrap,
	#mvp-top-nav-wrap,
	#mvp-bot-nav-wrap,
	#mvp-post-trend-wrap,
	#mvp-nav-menu ul li.mvp-mega-dropdown .mvp-mega-dropdown {
		padding: 0 3%; /* 30 / 1000 */
		width: 94%; /* 940 / 1000 */
		}
		
	.mvp-feat1-text {
		padding: 100px 4.88599348534% 30px; /* 30 / 614 */
		text-align: left;
		width: 90.3%; /* 554 / 614 */
		}
		
	.mvp-feat1-text h2,
	.mvp-feat4-main-text h2 {
		font-size: 2.9rem;
		}
		
	.mvp-feat1-sub-text {
		padding: 50px 6.51465798046% 20px; /* 20 / 307 */
		width: 87%; /* 267 / 307 */
		}
		
	.mvp-feat1-sub-text h2 {
		font-size: 1.2rem;
		}
		
	.mvp-feat2-main-text {
		padding: 50px 4.73933649289% 20px; /* 20 / 422 */
		width: 90.6%; /* 382 / 422 */
		}
		
	.mvp-feat2-main-text h2 {
		font-size: 2.1rem;
		}
		
	.mvp-feat2-sub-text {
		padding: 50px 7.09219858156% 20px; /* 20 / 282 */
		width: 85.9%; /* 242 / 282 */
		}
		
	.mvp-feat2-sub-text h2 {
		font-size: 1.2rem;
		}
		
	.mvp-feat3-main-text {
		padding: 50px 4.49775112444% 30px; /* 30 / 667 */
		width: 91.1%; /* 607 / 667 */
		}
		
	.mvp-feat4-main-text {
		padding: 100px 5.0505050505% 30px; /* 30 / 594 */
		width: 89.9%; /* 534 / 594 */
		}
		
	.mvp-feat4-sub-text h2 a {
		font-size: 1.3rem;
		}
		
	.mvp-body-sec-cont {
		padding: 30px 3%; /* 30 / 1000 */
		width: 94%; /* 940 / 1000 */
		}
		
	.mvp-widget-list-story1,
	ul.mvp-more-post-list li {
		margin-left: 2.12765957447%; /* 20 / 940 */
		width: 23.4042553191%; /* 220 / 940 */
		}
		
	.mvp-widget-list-text1 h2 a,
	.mvp-more-post-text h2 a {
		font-size: 1.1rem;
		}
		
	.mvp-blog-story-text h2 a {
		font-size: 1.4rem;
		}
		
	.mvp-sec-pad {
		padding: 30px 3%; /* 30 / 1000 */
		width: 94%; /* 940 / 1000 */
		}
		
	h1.mvp-post-title {
		font-size: 3.2rem;
		}
		
	.mvp-post-content-out {
		margin-right: -360px;
		}
		
	.mvp-post-content-in {
		margin-right: 360px;
		}
		
	.single #mvp-side-wrap {
		margin-left: 30px;
		}
		
	.mvp-authors-list-wrap {
		margin-left: 5.31914893617%; /* 30 / 564 */
		width: 29.7872340426%; /* 168 / 564 */
		height: 320px;
		}
		
	ul.mvp-post-trend-list li {
		margin-left: 3%; /* 30 / 1000 */
		width: 31.2%; /* 312 / 1000 */
		}
		
	.mvp-post-feat-img-wide2 {
		margin: -30px 0 0 -5.13698630137%; /* 30 / 584 */
		width: 105.13698630137% !important; /* 614 / 584 */
		}
		
	.mvp-post-feat-img-wide3 {
		margin: -30px 0 0 -3.1914893617%; /* 30 / 940 */
		width: 106.382978723% !important; /* 1000 / 940 */
		}
		
	.mvp-post-feat-img-wide3 img {
		margin-top: 0;
		}
		
	#mvp-home-widget-wrap .mvp-widget-feat-wrap {
		padding: 0 2%; /* 20 / 1000 */
		width: 96%; /* 960 / 1000 */
		}
		
	#mvp-home-widget-wrap ul.mvp-widget-feat-list li {
		margin: 0 0 20px 2.0833333333%; /* 20 / 960 */
		width: 23.4375%; /* 225 / 960 */
		height: 430px;
		}
	
	#mvp-home-widget-wrap .mvp-widget-feat-text {
		padding: 15px 6.66666666%; /* 15 / 225 */
		width: 86.66666666%; /* 195 / 225 */ 
		}
		
	.mvp-feat5-text h2 a {
		font-size: 2rem;
		}
		
	.mvp-feat5-text p {
		font-size: 1rem;
		}
		
	ul.mvp-scores-list {
		margin: 0 0 0 -5.3191448936%; /* 30 / 564 */
		width: 105.3191448936%; /* 594 / 564 */
		}
		
	ul.mvp-scores-list li {
		margin: 0 0 30px 5.0505050505%; /* 30 / 594 */
		width: 44.4%; /* 264 / 594 */
		}
		
	.mvp-scores-list-main {
		padding: 10px 3.745318352%; /* 10 / 267 */
		width: 92.5093633%; /* 247 / 267 */
		}

}

@media screen and (max-width: 1003px) and (min-width: 900px) {

	#mvp-wallpaper,
	#mvp-bot-nav-wrap,
	#mvp-prev-next-wrap,
	.mvp-fly-top,
	.mvp-scores-tabs {
		display: none;
		}
		
	.mvp-top-nav-menu-but,
	.mvp-scores-menu {
		display: inline;
		}

	.mvp-main-box-cont {
		width: 100%;
		}
		
	#mvp-top-nav-cont {
		border-bottom: none;
		}
		
	#mvp-score-wrap,
	#mvp-top-nav-wrap,
	#mvp-post-trend-wrap {
		padding: 0 2.222222222%; /* 20 / 900 */
		width: 95.555555555%; /* 860 / 900 */
		}
		
	#mvp-main-wrap {
		margin-top: 50px;
		}
		
	.mvp-feat1-text {
		padding: 50px 3.92156862745% 20px; /* 20 / 510 */
		text-align: left;
		width: 92.2%; /* 470 / 510 */
		}
		
	.mvp-feat1-text h2 {
		font-size: 2.5rem;
		}
		
	.mvp-feat1-sub-text {
		padding: 50px 7.8431372549% 20px; /* 20 / 255 */
		width: 84.4%; /* 215 / 255 */
		}
		
	.mvp-feat1-sub-text h2 {
		font-size: 1.1rem;
		}

	.mvp-feat2-main-text {
		padding: 50px 5.55555555% 20px; /* 20 / 360 */
		width: 88.9%; /* 320 / 360 */
		}
		
	.mvp-feat2-main-text h2,
	.mvp-feat4-main-text h2 {
		font-size: 2rem;
		}
		
	.mvp-feat2-sub-text {
		padding: 50px 8.33333333333% 20px; /* 20 / 240 */
		width: 83.4%; /* 200 / 240 */
		}
		
	.mvp-feat2-sub-text h2 {
		font-size: 1.1rem;
		}
		
	.mvp-feat3-main-text {
		padding: 50px 3.333333333% 20px; /* 20 / 600 */
		width: 93.4%; /* 560 / 600 */
		}
		
	.mvp-feat3-main-text h2 {
		font-size: 3.1rem;
		}
		
	.mvp-feat3-sub-text {
		padding: 50px 6.666666666% 20px; /* 20 / 300 */
		width: 86.7%; /* 260 / 300 */
		}
		
	.mvp-feat3-sub-text h2 {
		font-size: 1.3rem;
		}
		
	.mvp-main-body-out4 {
		margin-right: -350px;
		}
		
	.mvp-main-body-in4 {
		margin-right: 350px;
		}
		
	.mvp-feat4-main-wrap {
		margin-bottom: 20px;
		}
		
	.mvp-feat4-main-text {
		padding: 50px 4.040404040404% 20px; /* 20 / 495 */
		text-align: left;
		width: 92%; /* 455 / 495 */
		}
		
	.mvp-feat4-sub-text h2 a {
		font-size: 1.2rem;
		}
	
	.mvp-sec-pad,
	.mvp-body-sec-cont {
		padding: 20px 2.2222222222%; /* 20 / 900 */
		width: 95.555555555%; /* 860 / 900 */
		}
		
	.mvp-widget-list-story1,
	ul.mvp-more-post-list li {
		margin-left: 1.74418604651%; /* 15 / 860 */
		width: 23.6918604651%; /* 203.75 / 860 */
		}
		
	.mvp-widget-list-text1 h2 a,
	.mvp-more-post-text h2 a {
		font-size: 1.1rem;
		}
		
	h1.mvp-sec-head,
	h4.mvp-sec-head {
		margin-bottom: 15px;
		}
		
	.mvp-main-body-out2 {
		margin-right: -360px;
		}

	.mvp-main-body-in2 {
		margin-right: 360px;
		}
		
	ul.mvp-main-blog-wrap li.mvp-blog-story-wrap {
		margin-top: 15px;
		padding-top: 15px;
		}
		
	.mvp-blog-story-img,
	.mvp-blog-story-text {
		width: 48.4693877551%; /* 237.5 / 490 */
		}
		
	.mvp-blog-story-img {
		margin-right: 3.0612244898%; /* 15 / 490 */
		}
		
	.mvp-blog-story-text h2 a {
		font-size: 1.3rem;
		}
		
	#mvp-side-wrap {
		margin-left: 30px;
		}
		
	h1.mvp-post-title {
		font-size: 2.9rem;
		}
		
	.mvp-post-content-out {
		margin-right: -360px;
		}
		
	.mvp-post-content-in {
		margin-right: 360px;
		}
		
	#mvp-post-soc-wrap {
		margin-right: 20px;
		}
		
	.mvp-post-soc-out {
		margin-left: -62px;
		}
		
	.mvp-post-soc-in {
		margin-left: 62px;
		}
		
	.single #mvp-side-wrap {
		margin-left: 30px;
		}
		
	#mvp-article-head2 h1.mvp-post-title {
		font-size: 2.6rem;
		}
		
	#mvp-article-head2 span.mvp-post-excerpt {
		font-size: 1.3rem;
		}
		
	.mvp-post-feat-wide-text h1.mvp-post-title {
		font-size: 2.7rem;
		}
		
	.mvp-post-feat-wide-text span.mvp-post-excerpt {
		font-size: 1.3rem;
		}
		
	.mvp-authors-list-wrap {
		margin-left: 6%; /* 30 / 500 */
		width: 29.333333333%; /* 146.6666 / 500 */
		height: 320px;
		}
		
	.mvp-authors-list-img img {
		width: 100px;
		}
		
	ul.mvp-post-trend-list li {
		margin-left: 3%; /* 30 / 1000 */
		width: 31.2%; /* 312 / 1000 */
		}
		
	.mvp-post-feat-img-wide2 {
		margin: -20px 0 0 -4%; /* 20 / 500 */
		width: 104% !important; /* 520 / 500 */
		}
		
	.mvp-post-feat-img-wide3 {
		margin: -20px 0 0 -2.32558139535%; /* 20 / 860 */
		width: 104.651162791% !important; /* 900 / 860 */
		}
		
	.mvp-post-feat-img-wide3 img {
		margin-top: 0;
		}
		
	#mvp-home-widget-wrap .mvp-widget-feat-wrap {
		padding: 0 2.22222222%; /* 20 / 900 */
		width: 95.55555555%; /* 860 / 900 */
		}
		
	#mvp-home-widget-wrap ul.mvp-widget-feat-list li {
		margin: 0 0 20px 2.32558139535%; /* 20 / 860 */
		width: 23.2558139535%; /* 200 / 860 */
		height: 420px;
		}
	
	#mvp-home-widget-wrap .mvp-widget-feat-text {
		padding: 15px 7.5%; /* 15 / 200 */
		width: 85%; /* 170 / 200 */ 
		}
		
	#mvp-home-widget-wrap .mvp-widget-feat-text h2 a {
		font-size: 1.1rem;
		}
		
	.mvp-feat5-text {
		padding: 20px 20px 0;
		}
		
	.mvp-feat5-text h2 a {
		font-size: 1.7rem;
		}
		
	.mvp-feat5-text p {
		font-size: 1rem;
		}
		
	ul.mvp-scores-list {
		margin: 0 0 0 -5.3191448936%; /* 30 / 564 */
		width: 105.3191448936%; /* 594 / 564 */
		}
		
	ul.mvp-scores-list li {
		margin: 0 0 30px 5.0505050505%; /* 30 / 594 */
		width: 44.4%; /* 264 / 594 */
		}
		
	.mvp-scores-list-main {
		padding: 10px 3.745318352%; /* 10 / 267 */
		width: 92.5093633%; /* 247 / 267 */
		}
		
	.mvp-scores-title h2 a {
		font-size: .9rem;
		}
		
}

@media screen and (max-width: 899px) and (min-width: 768px) {

	#mvp-wallpaper,
	#mvp-bot-nav-wrap,
	.mvp-feat2-left-wrap:after,
	#mvp-prev-next-wrap,
	.mvp-fly-top {
		display: none;
		}
		
	.mvp-top-nav-menu-but {
		display: inline;
		}

	.mvp-main-box-cont {
		width: 100%;
		}
		
	#mvp-top-nav-cont {
		border-bottom: none;
		}
		
	#mvp-score-wrap,
	#mvp-top-nav-wrap,
	#mvp-post-trend-wrap {
		padding: 0 2.60416666666%; /* 20 / 768 */
		width: 94.7916666666%; /* 728 / 768 */
		}
		
	#mvp-main-wrap {
		margin-top: 50px;
		}
		
	.mvp-main-body-out,
	.mvp-main-body-in {
		margin-right: 0;	
		}
		
	#mvp-feat1-main,
	.mvp-feat1-sub {
		height: auto;
		}
		
	.mvp-feat1-img {
		max-height: none;
		}
		
	.mvp-feat1-img img,
	.mvp-feat1-sub-img img {
		margin: 0;
		position: relative;
			left: 0;
			right: 0;
		min-width: 100%;
		}
		
	.mvp-feat1-side-wrap {
		margin: 20px 2.6041666666% 0; /* 20 / 768 */
		width: 94.8%; /* 728 / 768 */
		}
		
	.mvp-feat2-right-out,
	.mvp-feat2-right-in {
		margin-right: 0;
		}
		
	.mvp-feat2-main-text {
		padding: 50px 4.33839479393% 20px; /* 20 / 461 */
		width: 91.6%; /* 421 / 461 */
		}
		
	.mvp-feat2-main-text h2 {
		font-size: 2.4rem;
		}
		
	.mvp-feat2-sub-text {
		padding: 50px 6.51465798046% 20px; /* 20 / 307 */
		width: 87%; /* 267 / 307 */
		}
		
	.mvp-feat2-sub-text h2 {
		font-size: 1.2rem;
		}
		
	.mvp-feat2-right-wrap {
		margin: 0;
		padding: 20px 2.60416666666%; /* 20 / 768 */
		width: 94.79166666666%; /* 728 / 768 */
		}
		
	ul.mvp-feat2-list li {
		padding: 10px 0;
		width: 100%;
		}
		
	.mvp-feat3-main-text {
		padding: 50px 3.90625% 20px; /* 20 / 512 */
		width: 92.2%; /* 472 / 512 */
		}
		
	.mvp-feat3-main-text h2 {
		font-size: 2.7rem;
		}
		
	.mvp-feat3-sub-text {
		padding: 50px 7.8125% 20px; /* 20 / 256 */
		width: 84.4%; /* 216 / 256 */
		}
		
	.mvp-feat3-sub-text h2 {
		font-size: 1.1rem;
		}
		
	.mvp-side-widget {
		margin-bottom: 20px;
		}
		
	.mvp-main-body-out4,
	.mvp-main-body-in4 {
		margin-right: 0;
		}
		
	.mvp-feat4-main-wrap {
		margin-bottom: 20px;
		}
		
	.mvp-feat4-main-text {
		padding: 50px 2.74725274725% 20px; /* 20 / 728 */
		text-align: left;
		width: 94.6%; /* 688 / 728 */
		}
		
	.mvp-feat4-sub {
		margin-left: 2.74725274725%; /* 20 / 728 */
		width: 48.6263736264%; /* 354 / 728 */
		}
		
	.mvp-feat4-sub-text h2 a {
		font-size: 1.5rem;
		}
		
	.mvp-feat4-side-wrap {
		border-top: 1px solid #eee;
		margin-top: 20px;
		padding-top: 20px;
		width: 100%;
		}
	
	.mvp-sec-pad,
	.mvp-body-sec-cont {
		padding: 20px 2.60416666666%; /* 20 / 768 */
		width: 94.79166666666%; /* 728 / 768 */
		}
		
	.mvp-widget-list-story1 {
		margin-left: 2.06043956044%; /* 15 / 728 */
		width: 48.9697802198%; /* 356.5 / 728 */
		height: 415px;
		}
		
	ul.mvp-more-post-list li {
		margin-left: 2.06043956044%; /* 15 / 728 */
		width: 48.9697802198%; /* 356.5 / 728 */
		height: 365px;	
		}
		
	.mvp-widget-list-story1:nth-child(3),
	ul.mvp-more-post-list li:nth-child(3n+3) {
		margin-left: 0;
		}
		
	.mvp-widget-list-text1 h2 a,
	.mvp-more-post-text h2 a {
		font-size: 1.4rem;
		}
	
	.mvp-more-post-img {
		max-height: 213px;
		}
		
	h1.mvp-sec-head,
	h4.mvp-sec-head {
		margin-bottom: 15px;
		}
		
	.mvp-main-body-out2,
	.mvp-main-body-in2 {
		margin-right: 0;
		}
		
	ul.mvp-main-blog-wrap li.mvp-blog-story-wrap {
		margin-top: 15px;
		padding-top: 15px;
		}
		
	.mvp-blog-story-img,
	.mvp-blog-story-text {
		width: 48.6263736264%; /* 354 / 728 */
		}
		
	.mvp-blog-story-img {
		margin-right: 2.74725274725%; /* 20 / 728 */
		}
		
	.mvp-blog-story-text h2 a {
		font-size: 1.6rem;
		}
		
	#mvp-side-wrap,
	.single #mvp-side-wrap {
		border-top: 1px solid #ddd;
		margin-top: 20px;
		margin-left: 0;
		padding-top: 20px;
		width: 100%;
		}
		
	h1.mvp-post-title,
	#mvp-article-head2 h1.mvp-post-title {
		font-size: 2.8rem;
		}
		
	.mvp-post-content-out,
	.mvp-post-content-in {
		margin-right: 0 !important;
		}
		
	#mvp-post-soc-wrap {
		margin-right: 20px;
		}
		
	.mvp-post-soc-out {
		margin-left: -62px;
		}
		
	.mvp-post-soc-in {
		margin-left: 62px;
		}
		
	.mvp-post-feat-wide-text {
		padding-bottom: 20px;
		}
		
	.mvp-post-feat-wide-text h1.mvp-post-title {
		font-size: 2.4rem;
		}
		
	.mvp-post-feat-wide-text span.mvp-post-excerpt {
		font-size: 1.2rem;
		}
		
	#mvp-author-page-top {
		padding: 0;
		width: 100%;
		}
		
	#mvp-author-top-left img {
		margin-top: 0;
		}
		
	h1.mvp-author-top-head {
		font-size: 2.8rem;
		}
		
	span.mvp-author-page-desc {
		font-size: 1.1rem;
		}
		
	ul.mvp-post-trend-list li {
		margin-left: 3.90625%; /* 30 / 768 */
		width: 47.78645833333%; /* 367 / 768 */
		}
		
	.mvp-post-feat-img-wide2,
	.mvp-post-feat-img-wide3 {
		margin: -20px 0 0 -2.74725274725%; /* 20 / 728 */
		width: 105.494505495% !important; /* 768 / 728 */
		}
		
	.mvp-post-feat-img-wide3 img {
		margin-top: 0;
		}
		
	#mvp-home-widget-wrap .mvp-widget-feat-wrap {
		padding: 0 2.604166666666%; /* 20 / 768 */
		width: 94.79166666666%; /* 728 / 768 */
		}
		
	#mvp-home-widget-wrap ul.mvp-widget-feat-list li,
	#mvp-home-widget-wrap ul.mvp-widget-feat-list li:nth-child(4n+5),
	#mvp-side-wrap ul.mvp-widget-feat-list li,
	#mvp-side-wrap ul.mvp-widget-feat-list li:nth-child(4n+5) {
		margin: 0 0 20px 2.74725274725%; /* 20 / 728 */
		width: 48.6263736264%; /* 354 / 728 */
		height: 450px;
		}
		
	#mvp-side-wrap ul.mvp-widget-feat-list li {
		height: 330px;
		}
		
	#mvp-home-widget-wrap ul.mvp-widget-feat-list li:first-child,
	#mvp-home-widget-wrap ul.mvp-widget-feat-list li:nth-child(2n+3),
	#mvp-side-wrap ul.mvp-widget-feat-list li:first-child,
	#mvp-side-wrap ul.mvp-widget-feat-list li:nth-child(2n+3) {
		margin-left: 0;
		}
	
	#mvp-home-widget-wrap .mvp-widget-feat-text,
	#mvp-side-wrap .mvp-widget-feat-text{
		padding: 15px 4.23728813559%; /* 15 / 354 */
		width: 91.5254237288%; /* 324 / 354 */ 
		}
		
	#mvp-home-widget-wrap .mvp-widget-feat-text h2 a,
	#mvp-side-wrap .mvp-widget-feat-text h2 a {
		font-size: 1.4rem;
		}
		
	.mvp-feat5-out,
	.mvp-feat5-in {
		margin: 0;
		}
		
	.mvp-feat5-img {
		max-height: 400px;
		}
		
	.mvp-feat5-text {
		padding: 20px 2.60416666666%; /* 20 / 768 */
		width: 94.7916666666%; /* 728 / 768 */
		}
		
}

@media screen and (max-width: 767px) and (min-width: 660px) {

	#mvp-wallpaper,
	#mvp-bot-nav-wrap,
	.mvp-cat-head,
	.mvp-feat2-left-wrap:after,
	#mvp-prev-next-wrap,
	.mvp-fly-top,
	.mvp-scores-tabs {
		display: none;
		}
		
	.mvp-top-nav-menu-but,
	.mvp-scores-menu {
		display: inline;
		}

	.mvp-main-box-cont {
		width: 100%;
		}
		
	#mvp-top-nav-cont {
		border-bottom: none;
		}
		
	#mvp-score-wrap,
	#mvp-top-nav-wrap,
	#mvp-post-trend-wrap {
		padding: 0 3.030303030303%; /* 20 / 660 */
		width: 93.939393939393%; /* 620 / 660 */
		}
		
	#mvp-main-wrap {
		margin-top: 50px;
		}
		
	.mvp-main-body-out,
	.mvp-main-body-in {
		margin-right: 0;	
		}
		
	#mvp-feat1-main,
	.mvp-feat1-sub {
		height: auto;
		}
		
	.mvp-feat1-img {
		max-height: none;
		}
		
	.mvp-feat1-img img,
	.mvp-feat1-sub-img img,
	.mvp-feat2-main-img img,
	.mvp-feat2-sub-img img {
		margin: 0;
		position: relative;
			left: 0;
			right: 0;
		min-width: 100%;
		}
		
	.mvp-feat1-text {
		text-align: left;
		}
		
	.mvp-feat1-side-wrap {
		margin: 20px 3.0303030303% 0; /* 20 / 660 */
		width: 93.939393939393%; /* 620 / 660 */
		}
		
	.mvp-feat2-right-out,
	.mvp-feat2-right-in {
		margin-right: 0;
		}
		
	.mvp-feat2-left-wrap,
	.mvp-feat2-sub-wrap {
		height: auto;
		}
		
	.mvp-feat2-main,
	.mvp-feat2-left-sub {
		width: 100%;
		}
	
	.mvp-feat2-main-text {
		padding: 50px 3.0303030303% 20px; /* 20 / 660 */
		width: 94%; /* 620 / 660 */
		}
		
	.mvp-feat2-sub-wrap {
		width: 50%;
		}
		
	.mvp-feat2-sub-text {
		padding: 50px 6.0606060606% 20px; /* 20 / 330 */
		width: 87.9%; /* 290 / 330 */
		}
		
	.mvp-feat2-right-wrap {
		margin: 0;
		padding: 20px 3.0303030303%; /* 20 / 768 */
		width: 93.9393939393%; /* 620 / 660 */
		}
		
	ul.mvp-feat2-list li {
		padding: 10px 0;
		width: 100%;
		}
		
	.mvp-feat3-left,
	.mvp-feat3-right {
		width: 100%;
		}
		
	.mvp-feat3-main-text,
	.mvp-feat1-text {
		padding: 100px 3.0303030303% 20px; /* 20 / 660 */
		width: 94%; /* 620 / 660 */
		}
		
	.mvp-feat3-main-text h2,
	.mvp-feat1-text h2,
	.mvp-feat2-main-text h2,
	.mvp-feat4-main-text h2 {
		font-size: 3.1rem;
		}
		
	.mvp-feat3-sub {
		width: 50%;
		}
		
	.mvp-feat3-sub-text,
	.mvp-feat1-sub-text {
		padding: 50px 6.0606060606% 20px; /* 20 / 330 */
		width: 87.9%; /* 290 / 330 */
		}
		
	.mvp-feat3-sub-text h2,
	.mvp-feat1-sub-text h2,
	.mvp-feat2-sub-text h2 {
		font-size: 1.3rem;
		}
		
	.mvp-side-widget {
		margin-bottom: 20px;
		}
		
	.mvp-main-body-out4,
	.mvp-main-body-in4 {
		margin-right: 0;
		}
		
	.mvp-feat4-main-wrap {
		margin-bottom: 20px;
		}
		
	.mvp-feat4-main-text {
		padding: 50px 3.22580645161% 20px; /* 20 / 620 */
		text-align: left;
		width: 93.6%; /* 580 / 620 */
		}
		
	.mvp-feat4-sub {
		margin-left: 2.74725274725%; /* 20 / 728 */
		width: 48.6263736264%; /* 354 / 728 */
		}
		
	.mvp-feat4-sub-text h2 a {
		font-size: 1.4rem;
		}
		
	.mvp-feat4-side-wrap {
		border-top: 1px solid #eee;
		margin-top: 20px;
		padding-top: 20px;
		width: 100%;
		}
	
	.mvp-sec-pad,
	.mvp-body-sec-cont {
		padding: 20px 3.0303030303%; /* 20 / 660 */
		width: 93.9393939393%; /* 620 / 660 */
		}
		
	.mvp-widget-list-story1 {
		margin-left: 2.41935483871%; /* 15 / 620 */
		width: 48.7903225806%; /* 302.5 / 620 */
		height: 415px;
		}
		
	ul.mvp-more-post-list li {
		margin-left: 2.41935483871%; /* 15 / 620 */
		width: 48.7903225806%; /* 302.5 / 620 */
		height: 355px;	
		}
		
	.mvp-widget-list-story1:nth-child(3),
	ul.mvp-more-post-list li:nth-child(3n+3) {
		margin-left: 0;
		}
		
	.mvp-widget-list-text1 h2 a,
	.mvp-more-post-text h2 a {
		font-size: 1.3rem;
		}
		
	.mvp-more-post-img {
		max-height: 181px;
		}
		
	h1.mvp-sec-head,
	h4.mvp-sec-head {
		margin-bottom: 15px;
		}
		
	.mvp-main-body-out2,
	.mvp-main-body-in2 {
		margin-right: 0;
		}
		
	ul.mvp-main-blog-wrap li.mvp-blog-story-wrap {
		margin-top: 15px;
		padding-top: 15px;
		}
		
	.mvp-blog-story-img,
	.mvp-blog-story-text {
		width: 48.3870967742%; /* 300 / 620 */
		}
		
	.mvp-blog-story-img {
		margin-right: 3.22580645161%; /* 20 / 620 */
		}
		
	.mvp-blog-story-text h2 a {
		font-size: 1.4rem;
		}
		
	#mvp-side-wrap,
	.single #mvp-side-wrap {
		border-top: 1px solid #ddd;
		margin-top: 20px;
		margin-left: 0;
		padding-top: 20px;
		width: 100%;
		}
		
	h1.mvp-post-title,
	#mvp-article-head2 h1.mvp-post-title {
		font-size: 2.7rem;
		}
		
	span.mvp-post-excerpt,
	#mvp-article-head2 span.mvp-post-excerpt {
		font-size: 1.2rem;
		}
		
	.mvp-post-content-out,
	.mvp-post-content-in {
		margin-right: 0 !important;
		}
		
	#mvp-post-soc-wrap {
		margin-right: 20px;
		}
		
	.mvp-post-soc-out {
		margin-left: -62px;
		}
		
	.mvp-post-soc-in {
		margin-left: 62px;
		}
		
	.mvp-post-feat-wide-text {
		padding-bottom: 20px;
		}
		
	.mvp-post-feat-wide-text h1.mvp-post-title {
		font-size: 2.1rem;
		}
		
	.mvp-post-feat-wide-text span.mvp-post-excerpt {
		font-size: 1.1rem;
		}
		
	.mvp-search-but-wrap {
		top: 40px;
		right: 50px;
		}
		
	#mvp-search-box {
		margin: -60px 0 0 -200px;
		top: 40%;
		width: 400px;
		}
		
	#searchform input {
		font-size: 50px;
		height: 50px;
		padding: 15px 0;
		}
		
	#mvp-author-page-top {
		padding: 0;
		width: 100%;
		}
		
	.mvp-author-top-out {
		margin-left: -180px;
		}
		
	.mvp-author-top-in {
		margin-left: 180px;
		}
		
	#mvp-author-top-left {
		margin-right: 30px;
		width: 150px;
		}
		
	#mvp-author-top-left img {
		border: 4px solid #ddd;
		margin-top: 0;
		}
		
	h1.mvp-author-top-head {
		font-size: 2.8rem;
		}
		
	span.mvp-author-page-desc {
		font-size: 1.1rem;
		}
		
	ul.mvp-post-trend-list li {
		margin-left: 3%; /* 30 / 1000 */
		width: 31.2%; /* 312 / 1000 */
		}
		
	ul.mvp-post-trend-list li {
		margin-left: 3.90625%; /* 30 / 768 */
		width: 47.78645833333%; /* 367 / 768 */
		}
		
	.mvp-post-feat-img-wide2,
	.mvp-post-feat-img-wide3 {
		margin: -20px 0 0 -3.22580645161%; /* 20 / 620 */
		width: 106.451612903% !important; /* 660 / 620 */
		}
		
	.mvp-post-feat-img-wide3 img {
		margin-top: 0;
		}
		
	#mvp-home-widget-wrap .mvp-widget-feat-wrap {
		padding: 0 3.030303030303%; /* 20 / 660 */
		width: 93.93939393939393%; /* 620 / 660 */
		}
		
	#mvp-home-widget-wrap ul.mvp-widget-feat-list li,
	#mvp-home-widget-wrap ul.mvp-widget-feat-list li:nth-child(4n+5),
	#mvp-side-wrap ul.mvp-widget-feat-list li,
	#mvp-side-wrap ul.mvp-widget-feat-list li:nth-child(4n+5) {
		margin: 0 0 20px 3.22580645161%; /* 20 / 620 */
		width: 48.3870967742%; /* 300 / 620 */
		height: 410px;
		}
		
	#mvp-side-wrap ul.mvp-widget-feat-list li {
		height: 290px;
		}
	
	#mvp-home-widget-wrap ul.mvp-widget-feat-list li:first-child,
	#mvp-home-widget-wrap ul.mvp-widget-feat-list li:nth-child(2n+3),
	#mvp-side-wrap ul.mvp-widget-feat-list li:first-child,
	#mvp-side-wrap ul.mvp-widget-feat-list li:nth-child(2n+3) {
		margin-left: 0;
		}
	
	#mvp-home-widget-wrap .mvp-widget-feat-text,
	#mvp-side-wrap .mvp-widget-feat-text {
		padding: 15px 5%; /* 15 / 300 */
		width: 90%; /* 270 / 300 */ 
		}
		
	#mvp-home-widget-wrap .mvp-widget-feat-text h2 a,
	#mvp-side-wrap .mvp-widget-feat-text h2 a {
		font-size: 1.3rem;
		}
		
	.mvp-feat5-out,
	.mvp-feat5-in {
		margin: 0;
		}
		
	.mvp-feat5-img {
		max-height: 300px;
		}
		
	.mvp-feat5-text {
		padding: 20px 3.030303030303%; /* 20 / 660 */
		width: 93.939393939393%; /* 620 / 660 */
		}
		
	.mvp-feat5-text h2 a {
		font-size: 2.2rem;
		}
		
	ul.mvp-scores-list {
		margin: 0 0 0 -5.3191448936%; /* 30 / 564 */
		width: 105.3191448936%; /* 594 / 564 */
		}
		
	ul.mvp-scores-list li {
		margin: 0 0 30px 5.0505050505%; /* 30 / 594 */
		width: 44.4%; /* 264 / 594 */
		}
		
	.mvp-scores-list-main {
		padding: 10px 3.745318352%; /* 10 / 267 */
		width: 92.5093633%; /* 247 / 267 */
		}
		
	.mvp-scores-title h2 a {
		font-size: .9rem;
		}

}

@media screen and (max-width: 659px) and (min-width: 600px) {

	#mvp-wallpaper,
	#mvp-bot-nav-wrap,
	.mvp-cat-head,
	.mvp-feat2-left-wrap:after,
	#mvp-prev-next-wrap,
	.mvp-fly-top,
	.mvp-scores-tabs {
		display: none;
		}
		
	.mvp-top-nav-menu-but,
	.mvp-scores-menu {
		display: inline;
		}

	.mvp-main-box-cont,
	#mvp-bot-nav-wrap {
		width: 100%;
		}
		
	#mvp-top-nav-cont {
		border-bottom: none;
		}
		
	#mvp-score-wrap,
	#mvp-top-nav-wrap,
	#mvp-post-trend-wrap {
		padding: 0 3.33333333333%; /* 20 / 600 */
		width: 93.3333333333%; /* 560 / 600 */
		}
		
	#mvp-main-wrap {
		margin-top: 50px;
		}
		
	.mvp-main-body-out,
	.mvp-main-body-in {
		margin-right: 0;	
		}
		
	#mvp-feat1-main,
	.mvp-feat1-sub {
		height: auto;
		}
		
	.mvp-feat1-img {
		max-height: none;
		}
		
	.mvp-feat1-img img,
	.mvp-feat1-sub-img img,
	.mvp-feat2-main-img img,
	.mvp-feat2-sub-img img {
		margin: 0;
		position: relative;
			left: 0;
			right: 0;
		min-width: 100%;
		}
		
	.mvp-feat1-text {
		text-align: left;
		}
		
	.mvp-feat1-side-wrap {
		margin: 20px 3.3333333333% 0; /* 20 / 600 */
		width: 93.333333333%; /* 560 / 600 */
		}
		
	.mvp-feat2-right-out,
	.mvp-feat2-right-in {
		margin-right: 0;
		}
		
	.mvp-feat2-left-wrap,
	.mvp-feat2-sub-wrap {
		height: auto;
		}
		
	.mvp-feat2-main,
	.mvp-feat2-left-sub {
		width: 100%;
		}
	
	.mvp-feat2-main-text {
		padding: 50px 3.0303030303% 20px; /* 20 / 660 */
		width: 94%; /* 620 / 660 */
		}
		
	.mvp-feat2-sub-wrap {
		width: 50%;
		}
		
	.mvp-feat2-sub-text {
		padding: 50px 6.0606060606% 20px; /* 20 / 330 */
		width: 87.9%; /* 290 / 330 */
		}
		
	.mvp-feat2-right-wrap {
		margin: 0;
		padding: 20px 3.0303030303%; /* 20 / 768 */
		width: 93.9393939393%; /* 620 / 660 */
		}
		
	ul.mvp-feat2-list li {
		padding: 10px 0;
		width: 100%;
		}
		
	.mvp-feat3-left,
	.mvp-feat3-right {
		width: 100%;
		}
		
	.mvp-feat3-main-text,
	.mvp-feat1-text {
		padding: 50px 3.3333333333% 20px; /* 20 / 600 */
		width: 93.4%; /* 560 / 600 */
		}
		
	.mvp-feat3-main-text h2,
	.mvp-feat1-text h2,
	.mvp-feat2-main-text h2,
	.mvp-feat4-main-text h2 {
		font-size: 2.7rem;
		}
		
	.mvp-feat3-sub {
		width: 50%;
		}
		
	.mvp-feat3-sub-text,
	.mvp-feat1-sub-text {
		padding: 50px 6.66666666% 20px; /* 20 / 300 */
		width: 86.7%; /* 260 / 300 */
		}
		
	.mvp-feat3-sub-text h2,
	.mvp-feat1-sub-text h2,
	.mvp-feat2-sub-text h2 {
		font-size: 1.1rem;
		}
		
	.mvp-side-widget {
		margin-bottom: 20px;
		}
		
	.mvp-main-body-out4,
	.mvp-main-body-in4 {
		margin-right: 0;
		}
		
	.mvp-feat4-main-wrap {
		margin-bottom: 20px;
		}
		
	.mvp-feat4-main-text {
		padding: 50px 3.22580645161% 20px; /* 20 / 620 */
		text-align: left;
		width: 93.6%; /* 580 / 620 */
		}
		
	.mvp-feat4-sub {
		margin-left: 3.54609929078%; /* 20 / 564 */
		width: 48.2269503546%; /* 272 / 564 */
		}
		
	.mvp-feat4-sub-text h2 a {
		font-size: 1.3rem;
		}
		
	.mvp-feat4-side-wrap {
		border-top: 1px solid #eee;
		margin-top: 20px;
		padding-top: 20px;
		width: 100%;
		}
	
	.mvp-sec-pad,
	.mvp-body-sec-cont {
		padding: 20px 3.3333333333%; /* 20 / 600 */
		width: 93.3333333333%; /* 560 / 600 */
		}
		
	.mvp-widget-list-story1 {
		margin-left: 2.67857412857%; /* 15 / 560 */
		width: 48.6607142857%; /* 272.5 / 560 */
		height: 400px;
		}
		
	ul.mvp-more-post-list li {
		margin-left: 2.67857412857%; /* 15 / 560 */
		width: 48.6607142857%; /* 272.5 / 560 */
		height: 325px;	
		}
		
	.mvp-widget-list-story1:nth-child(3),
	ul.mvp-more-post-list li:nth-child(3n+3) {
		margin-left: 0;
		}
		
	.mvp-widget-list-text1 h2 a,
	.mvp-more-post-text h2 a {
		font-size: 1.2rem;
		}
		
	h1.mvp-sec-head,
	h4.mvp-sec-head {
		margin-bottom: 15px;
		}
		
	.mvp-main-body-out2,
	.mvp-main-body-in2 {
		margin-right: 0;
		}
		
	ul.mvp-main-blog-wrap li.mvp-blog-story-wrap {
		margin-top: 15px;
		padding-top: 15px;
		}
		
	.mvp-blog-story-img,
	.mvp-blog-story-text {
		width: 48.3870967742%; /* 300 / 620 */
		}
		
	.mvp-blog-story-img {
		margin-right: 3.22580645161%; /* 20 / 620 */
		}
		
	.mvp-blog-story-text h2 a {
		font-size: 1.4rem;
		}
		
	#mvp-side-wrap,
	.single #mvp-side-wrap {
		border-top: 1px solid #ddd;
		margin-top: 20px;
		margin-left: 0;
		padding-top: 20px;
		width: 100%;
		}
		
	h1.mvp-post-title,
	#mvp-article-head2 h1.mvp-post-title {
		font-size: 2.6rem;
		}
		
	span.mvp-post-excerpt,
	#mvp-article-head2 span.mvp-post-excerpt {
		font-size: 1.2rem;
		}
		
	.mvp-post-content-out,
	.mvp-post-content-in {
		margin-right: 0 !important;
		}
		
	#mvp-post-soc-wrap {
		margin-right: 20px;
		}
		
	.mvp-post-soc-out {
		margin-left: -62px;
		}
		
	.mvp-post-soc-in {
		margin-left: 62px;
		}
		
	.mvp-post-feat-wide-text {
		padding: 50px 28.33333333% 20px 3.33333333%; /* 20 / 600 */
		width: 68.33333333%; /* 560 / 600 */
		}
		
	.mvp-post-feat-wide-text h1.mvp-post-title {
		font-size: 1.9rem;
		}
		
	.mvp-post-feat-wide-text span.mvp-post-excerpt {
		font-size: 1rem;
		}
		
	.mvp-search-but-wrap {
		top: 40px;
		right: 50px;
		}
		
	#mvp-search-box {
		margin: -60px 0 0 -200px;
		top: 40%;
		width: 400px;
		}
		
	#searchform input {
		font-size: 50px;
		height: 50px;
		padding: 15px 0;
		}
		
	#mvp-author-page-top {
		padding: 0;
		width: 100%;
		}
		
	.mvp-author-top-out {
		margin-left: -180px;
		}
		
	.mvp-author-top-in {
		margin-left: 180px;
		}
		
	#mvp-author-top-left {
		margin-right: 30px;
		width: 150px;
		}
		
	#mvp-author-top-left img {
		border: 4px solid #ddd;
		margin-top: 0;
		}
		
	h1.mvp-author-top-head {
		font-size: 2.6rem;
		}
		
	span.mvp-author-page-desc {
		font-size: 1.1rem;
		}
		
	.mvp-authors-wrap {
		margin-top: 20px;
		padding-top: 20px;
		}
		
	.mvp-authors-list-wrap {
		margin-left: 5.35714285714%; /* 30 / 560 */
		width: 29.7619047619%; /* 166.6666 / 560 */
		height: 320px;
		}
		
	ul.mvp-post-trend-list li {
		margin-left: 3.90625%; /* 30 / 768 */
		width: 47.78645833333%; /* 367 / 768 */
		}
		
	.mvp-post-feat-img-wide2,
	.mvp-post-feat-img-wide3 {
		margin: -20px 0 0 -3.57142857143%; /* 20 / 560 */
		width: 107.142857143% !important; /* 600 / 560 */
		}
		
	.mvp-post-feat-img-wide3 img {
		margin-top: 0;
		}
		
	#mvp-home-widget-wrap .mvp-widget-feat-wrap {
		padding: 0 3.030303030303%; /* 20 / 660 */
		width: 93.93939393939393%; /* 620 / 660 */
		}
		
	#mvp-home-widget-wrap ul.mvp-widget-feat-list li,
	#mvp-home-widget-wrap ul.mvp-widget-feat-list li:nth-child(4n+5),
	#mvp-side-wrap ul.mvp-widget-feat-list li,
	#mvp-side-wrap ul.mvp-widget-feat-list li:nth-child(4n+5) {
		margin: 0 0 20px 3.22580645161%; /* 20 / 620 */
		width: 48.3870967742%; /* 300 / 620 */
		height: 390px;
		}
		
	#mvp-side-wrap ul.mvp-widget-feat-list li {
		height: 290px;
		margin-bottom: 0;
		}
		
	#mvp-home-widget-wrap ul.mvp-widget-feat-list li:first-child,
	#mvp-home-widget-wrap ul.mvp-widget-feat-list li:nth-child(2n+3),
	#mvp-side-wrap ul.mvp-widget-feat-list li:first-child,
	#mvp-side-wrap ul.mvp-widget-feat-list li:nth-child(2n+3) {
		margin-left: 0;
		}
	
	#mvp-home-widget-wrap .mvp-widget-feat-text,
	#mvp-side-wrap .mvp-widget-feat-text {
		padding: 15px 5%; /* 15 / 300 */
		width: 90%; /* 270 / 300 */ 
		}
		
	#mvp-home-widget-wrap .mvp-widget-feat-text h2 a,
	#mvp-side-wrap .mvp-widget-feat-text h2 a {
		font-size: 1.2rem;
		}
		
	.mvp-feat5-out,
	.mvp-feat5-in {
		margin: 0;
		}
		
	.mvp-feat5-img {
		max-height: 300px;
		}
		
	.mvp-feat5-text {
		padding: 20px 3.3333333333%; /* 20 / 600 */
		width: 93.33333333333%; /* 560 / 600 */
		}
		
	.mvp-feat5-text h2 a {
		font-size: 2.1rem;
		}
		
	ul.mvp-scores-list {
		margin: 0 0 0 -5.3191448936%; /* 30 / 564 */
		width: 105.3191448936%; /* 594 / 564 */
		}
		
	ul.mvp-scores-list li {
		margin: 0 0 30px 5.0505050505%; /* 30 / 594 */
		width: 44.4%; /* 264 / 594 */
		}
		
	.mvp-scores-list-main {
		padding: 10px 3.745318352%; /* 10 / 267 */
		width: 92.5093633%; /* 247 / 267 */
		}
		
	.mvp-scores-title h2 a {
		font-size: .9rem;
		}

}

@media screen and (max-width: 599px) and (min-width: 480px) {

	#mvp-wallpaper,
	#mvp-bot-nav-wrap,
	#mvp-score-wrap,
	#mvp-top-nav-soc,
	.mvp-cat-head,
	.mvp-feat3-main-text p,
	.mvp-feat1-text p,
	.mvp-feat2-left-wrap:after,
	.mvp-feat2-main-text p,
	.mvp-feat4-main-text p,
	.mvp-feat4-sub-text p,
	.mvp-blog-story-info,
	.mvp-widget-list-text1 p,
	.mvp-blog-story-text p,
	#mvp-prev-next-wrap,
	.mvp-fly-top,
	.mvp-more-post-text p,
	.mvp-post-feat-wide-text span.mvp-post-excerpt,
	#mvp-post-trend-wrap,
	#mvp-post-soc-wrap,
	.mvp-widget-feat-text p,
	.mvp-scores-tabs {
		display: none;
		}
		
	.mvp-top-nav-menu-but,
	.mvp-scores-menu {
		display: inline;
		}

	.mvp-main-box-cont {
		width: 100%;
		}
		
	#mvp-top-nav-cont {
		border-bottom: none;
		}

	#mvp-top-nav-wrap {
		padding: 0 4.1666666666%; /* 20 / 480 */
		width: 91.666666666%; /* 440 / 480 */
		}
		
	.mvp-top-nav-right-out {
		margin-right: -50px;
		}
		
	.mvp-top-nav-right-in {
		margin-right: 50px;
		}
		
	#mvp-top-nav-right {
		width: 50px;
		}
		
	.mvp-top-nav-left-out {
		margin-left: -50px;
		}
		
	.mvp-top-nav-left-in {
		margin-left: 50px;
		}
		
	#mvp-top-nav-logo {
		text-align: center;
		width: 100%;
		}
		
	.mvp-top-nav-menu-but {
		margin-right: 0;
		}
		
	#mvp-leader-wrap {
		margin-top: 5px;
		}


	#mvp-main-body-wrap {
		margin-top: 10px;
		}
		
	.mvp-score-up {
		-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: 50px;
		}
		
	.mvp-main-body-out,
	.mvp-main-body-in {
		margin-right: 0;	
		}
		
	#mvp-feat1-main,
	.mvp-feat1-sub {
		height: auto;
		}
		
	.mvp-feat1-img {
		max-height: none;
		}
		
	.mvp-feat1-img img,
	.mvp-feat1-sub-img img,
	.mvp-feat2-main-img img,
	.mvp-feat2-sub-img img {
		margin: 0;
		position: relative;
			left: 0;
			right: 0;
		min-width: 100%;
		}
		
	.mvp-feat1-text {
		text-align: left;
		}
		
	.mvp-feat1-side-wrap {
		margin: 20px 4.1666666666% 0; /* 20 / 480 */
		width: 91.6666666666%; /* 440 / 480 */
		}
		
	.mvp-feat2-right-out,
	.mvp-feat2-right-in {
		margin-right: 0;
		}
		
	.mvp-feat2-left-wrap,
	.mvp-feat2-sub-wrap {
		height: auto;
		}
		
	.mvp-feat2-main,
	.mvp-feat2-left-sub {
		width: 100%;
		}
		
	.mvp-feat2-sub-wrap {
		width: 50%;
		}
		
	.mvp-feat2-right-wrap {
		margin: 0;
		padding: 20px 4.1666666666%; /* 20 / 480 */
		width: 91.6666666666%; /* 440 / 480 */
		}
		
	ul.mvp-feat2-list li {
		padding: 10px 0;
		width: 100%;
		}
		
	.mvp-feat3-left,
	.mvp-feat3-right {
		width: 100%;
		}
		
	.mvp-feat3-main-text,
	.mvp-feat1-text,
	.mvp-feat2-main-text {
		padding: 50px 4.1666666666% 20px; /* 20 / 480 */
		width: 91.7%; /* 440 / 480 */
		}
		
	.mvp-feat3-main-text h2,
	.mvp-feat1-text h2,
	.mvp-feat2-main-text h2,
	.mvp-feat4-main-text h2,
	.mvp-feat4-main-text h2 {
		font-size: 2.1rem;
		}
		
	.mvp-feat3-sub {
		width: 50%;
		}
		
	.mvp-feat3-sub-text,
	.mvp-feat1-sub-text,
	.mvp-feat2-sub-text {
		padding: 50px 8.333333333% 20px; /* 20 / 240 */
		width: 83.4%; /* 200 / 240 */
		}
		
	.mvp-feat3-sub-text h2,
	.mvp-feat1-sub-text h2,
	.mvp-feat2-sub-text h2 {
		font-size: 1rem;
		}
		
	.mvp-side-widget {
		margin-bottom: 20px;
		}
		
	.mvp-main-body-out4,
	.mvp-main-body-in4 {
		margin-right: 0;
		}
		
	.mvp-feat4-main-wrap {
		margin-bottom: 20px;
		}
		
	.mvp-feat4-main-text {
		padding: 50px 4.545454545454% 20px; /* 20 / 440 */
		text-align: left;
		width: 91%; /* 400 / 440 */
		}
		
	.mvp-feat4-sub {
		margin-left: 3.54609929078%; /* 20 / 564 */
		width: 48.2269503546%; /* 272 / 564 */
		}
		
	.mvp-feat4-sub-text h2 a {
		font-size: 1.1rem;
		}
		
	.mvp-feat4-side-wrap {
		border-top: 1px solid #eee;
		margin-top: 20px;
		padding-top: 20px;
		width: 100%;
		}
	
	.mvp-sec-pad,
	.mvp-body-sec-cont {
		padding: 20px 4.1666666666%; /* 20 / 480 */
		width: 91.666666666%; /* 440 / 480 */
		}
		
	.mvp-widget-list-story1 {
		margin-left: 3.4090909090909%; /* 15 / 440 */
		width: 48.29545454545%; /* 212.5 / 440 */
		height: 245px;
		}
		
	#mvp-more-post-wrap,
	#mvp-comments-button,
	#mvp-author-box-wrap {
		margin-top: 20px;
		}
		
	#mvp-article-head2 {
		margin-bottom: 20px;
		}
		
	ul.mvp-more-post-list li {
		margin-left: 3.4090909090909%; /* 15 / 440 */
		width: 48.29545454545%; /* 212.5 / 440 */
		height: 220px;	
		}
		
	.mvp-widget-list-story1:nth-child(3),
	ul.mvp-more-post-list li:nth-child(3n+3) {
		margin-left: 0;
		}
		
	.mvp-widget-list-text1 h2 a,
	.mvp-more-post-text h2 a {
		font-size: 1.1rem;
		}
		
	.mvp-more-post-img {
		max-height: 127px;
		}
		
	h1.mvp-sec-head,
	h4.mvp-sec-head {
		margin-bottom: 15px;
		}
		
	.mvp-main-body-out2,
	.mvp-main-body-in2 {
		margin-right: 0;
		}
		
	ul.mvp-main-blog-wrap li.mvp-blog-story-wrap {
		margin-top: 15px;
		padding-top: 15px;
		}
		
	.mvp-blog-story-img,
	.mvp-blog-story-text {
		width: 47.7272727272%; /* 210 / 440 */
		}
		
	.mvp-blog-story-img {
		margin-right: 4.5454545454%; /* 20 / 440 */
		}
		
	.mvp-blog-story-text h2 a {
		font-size: 1.3rem;
		}
		
	#mvp-side-wrap,
	.single #mvp-side-wrap {
		border-top: 1px solid #ddd;
		margin-top: 20px;
		margin-left: 0;
		padding-top: 20px;
		width: 100%;
		}
		
	h1.mvp-post-title,
	#mvp-article-head2 h1.mvp-post-title {
		font-size: 1.9rem;
		}
		
	span.mvp-post-excerpt,
	#mvp-article-head2 span.mvp-post-excerpt {
		font-size: 1.1rem;
		}
		
	.mvp-post-content-out,
	.mvp-post-content-in {
		margin-right: 0 !important;
		}
		
	#mvp-post-soc-wrap {
		margin-right: 20px;
		}
		
	.mvp-post-soc-out,
	.mvp-post-soc-in {
		margin-left: 0;
		}
		
	.mvp-post-feat-wide-text {
		padding: 50px 33.33333333% 15px 3.33333333%; /* 15 / 480 */
		width: 63.33333333%; /* 450 / 480 */
		}
		
	.mvp-post-feat-wide-text h1.mvp-post-title {
		font-size: 1.6rem;
		margin-bottom: 0;
		}
		
	.mvp-search-but-wrap {
		top: 40px;
		right: 50px;
		}
		
	#mvp-search-box {
		margin: -40px 0 0 -200px;
		top: 50%;
		width: 400px;
		}
		
	#searchform input {
		font-size: 50px;
		height: 50px;
		padding: 15px 0;
		}
		
	.single #mvp-foot-wrap,
	.page #mvp-foot-wrap {
		padding-bottom: 42px;
		}
		
	ul.mvp-foot-soc-list li a {
		font-size: 14px;
		margin-left: 5px;
		width: 32px;
		height: 23px;
		}
		
	#mvp-author-page-top {
		padding: 0;
		width: 100%;
		}
		
	.mvp-author-top-out,
	.mvp-author-top-in {
		margin-left: 0;
		}
		
	#mvp-author-top-left {
		margin-right: 0;
		margin-bottom: 15px;
		text-align: center;
		width: 100%;
		}
		
	#mvp-author-top-left img {
		border: 4px solid #ddd;
		margin-top: 0;
		width: 120px;
		}
		
	#mvp-author-top-right {
		text-align: center;
		}
		
	h1.mvp-author-top-head {
		font-size: 2.4rem;
		margin-bottom: 10px;
		}
		
	span.mvp-author-page-desc {
		font-size: 1.1rem;
		}
		
	ul.mvp-author-page-list {
		margin-top: 15px;
		}
		
	ul.mvp-author-page-list li {
		font-size: 14px;
		margin-left: 5px;
		padding-top: 10px;
		width: 34px;
		height: 24px;
		}
		
	.mvp-authors-wrap {
		margin-top: 20px;
		padding-top: 20px;
		}
		
	.mvp-authors-list-wrap,
	.mvp-authors-list-wrap:nth-child(4n+4) {
		margin-left: 4.545454545454%; /* 20 / 440 */
		width: 47.727272727272%; /* 210 / 440 */
		height: 300px;
		}
		
	.mvp-authors-list-wrap:nth-child(3n+3) {
		margin-left: 0;
		}
		
	#mvp-mob-soc-wrap {
		display: block;
		}
		
	.mvp-post-feat-img-wide2,
	.mvp-post-feat-img-wide3 {
		margin: -20px 0 0 -4.545454545454%; /* 20 / 440 */
		width: 109.090909090909% !important; /* 480 / 440 */
		}
		
	.mvp-post-feat-img-wide3 img {
		margin-top: 0;
		}
		
	#mvp-home-widget-wrap .mvp-widget-feat-wrap {
		padding: 0 4.16666666666%; /* 20 / 480 */
		width: 91.666666666%; /* 440 / 480 */
		}
		
	#mvp-home-widget-wrap ul.mvp-widget-feat-list li,
	#mvp-home-widget-wrap ul.mvp-widget-feat-list li:nth-child(4n+5),
	#mvp-side-wrap ul.mvp-widget-feat-list li,
	#mvp-side-wrap ul.mvp-widget-feat-list li:nth-child(4n+5) {
		margin: 0 0 20px 4.54545454545%; /* 20 / 440 */
		width: 47.727272727272%; /* 210 / 440 */
		height: 270px;
		}
		
	#mvp-side-wrap ul.mvp-widget-feat-list li {
		margin-bottom: 0;
		}
		
	#mvp-home-widget-wrap ul.mvp-widget-feat-list li:first-child,
	#mvp-home-widget-wrap ul.mvp-widget-feat-list li:nth-child(2n+3),
	#mvp-side-wrap ul.mvp-widget-feat-list li:first-child,
	#mvp-side-wrap ul.mvp-widget-feat-list li:nth-child(2n+3) {
		margin-left: 0;
		}
	
	#mvp-home-widget-wrap .mvp-widget-feat-text,
	#mvp-side-wrap .mvp-widget-feat-text {
		padding: 15px 7.14285714286%; /* 15 / 210 */
		width: 85.7142857143%; /* 180 / 210 */ 
		}
		
	#mvp-home-widget-wrap .mvp-widget-feat-text h2 a,
	#mvp-side-wrap .mvp-widget-feat-text h2 a {
		font-size: 1.1rem;
		}
		
	.mvp-feat5-out,
	.mvp-feat5-in {
		margin: 0;
		}
		
	.mvp-feat5-text {
		padding: 20px 4.166666666%; /* 20 / 480 */
		width: 91.666666666%; /* 440 / 480 */
		}
		
	.mvp-feat5-text h2 a {
		font-size: 1.6rem;
		}
	
	.mvp-feat5-text p {
		font-size: 1rem;
		}
		
	ul.mvp-scores-list {
		margin: 0 0 0 -5.3191448936%; /* 30 / 564 */
		width: 105.3191448936%; /* 594 / 564 */
		}
		
	ul.mvp-scores-list li {
		margin: 0 0 30px 5.0505050505%; /* 30 / 594 */
		width: 44.4%; /* 264 / 594 */
		}
		
	.mvp-scores-list-main {
		padding: 10px 3.745318352%; /* 10 / 267 */
		width: 92.5093633%; /* 247 / 267 */
		}
		
	.mvp-scores-title h2 a {
		font-size: .9rem;
		}
		
}

@media screen and (max-width: 479px) {

	#mvp-wallpaper,
	#mvp-bot-nav-wrap,
	#mvp-score-wrap,
	#mvp-top-nav-soc,
	.mvp-cat-head,
	.mvp-feat3-main-text p,
	.mvp-feat1-text p,
	.mvp-feat2-left-wrap:after,
	.mvp-feat2-main-text p,
	.mvp-feat4-main-text p,
	.mvp-feat4-sub-text p,
	.mvp-blog-story-info,
	.mvp-widget-list-text1 p,
	.mvp-reg-img,
	span.mvp-widget-head-link,
	.mvp-blog-story-text p,
	#mvp-prev-next-wrap,
	.mvp-fly-top,
	.mvp-more-post-text p,
	.mvp-post-feat-wide-text span.mvp-post-excerpt,
	#mvp-post-trend-wrap,
	.mvp-mega-img img,
	#mvp-post-soc-wrap,
	span.mvp-post-info-date,
	.mvp-widget-feat-text p,
	.mvp-scores-tabs {
		display: none;
		}
		
	.mvp-mega-img img {
		width: 1000px;
		height: 600px;
		}
		
	.mvp-top-nav-menu-but,
	.mvp-mob-img,
	.mvp-scores-menu {
		display: inline;
		}

	.mvp-main-box-cont {
		width: 100%;
		}
		
	#mvp-top-nav-cont {
		border-bottom: none;
		}
		
	#mvp-top-nav-wrap {
		padding: 0 4.166666666666%; /* 15 / 360 */
		width: 91.6666666666%; /* 330 / 360 */
		}
		
	.mvp-top-nav-right-out {
		margin-right: -45px;
		}
		
	.mvp-top-nav-right-in {
		margin-right: 45px;
		}
		
	#mvp-top-nav-right {
		width: 45px;
		}
		
	.mvp-top-nav-left-out {
		margin-left: -45px;
		}
		
	.mvp-top-nav-left-in {
		margin-left: 45px;
		}
		
	#mvp-top-nav-logo {
		text-align: center;
		width: 100%;
		}
		
	.mvp-top-nav-menu-but {
		margin-right: 0;
		}
		
	.mvp-score-up {
		-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: 50px;
		}
		
	#mvp-leader-wrap {
		margin-top: 5px;
		}


	#mvp-main-body-wrap {
		margin-top: 10px;
		}
		
	.mvp-fly-content {
		-webkit-transform: translate3d(100%,0,0) !important;
	   	   -moz-transform: translate3d(100%,0,0) !important;
	    	    -ms-transform: translate3d(100%,0,0) !important;
	    	     -o-transform: translate3d(100%,0,0) !important;
			transform: translate3d(100%,0,0) !important;
		}
		
	.mvp-fly-menu {
		width: 100% !important;
		}
		
	.mvp-main-body-out,
	.mvp-main-body-in {
		margin-right: 0;	
		}
		
	#mvp-feat1-main,
	.mvp-feat1-sub {
		height: auto;
		}
		
	.mvp-feat1-img {
		max-height: none;
		}
		
	.mvp-feat1-img img,
	.mvp-feat1-sub-img img,
	.mvp-feat2-main-img img,
	.mvp-feat2-sub-img img {
		margin: 0;
		position: relative;
			left: 0;
			right: 0;
		min-width: 100%;
		}
		
	.mvp-feat1-text {
		text-align: left;
		}
		
	.mvp-feat1-sub {
		width: 100%;
		}
		
	.mvp-feat1-side-wrap {
		margin: 15px 4.1666666666% 0; /* 20 / 360 */
		width: 91.6666666666%; /* 330 / 360 */
		}
		
	.mvp-feat2-right-out,
	.mvp-feat2-right-in {
		margin-right: 0;
		}
		
	.mvp-feat2-left-wrap,
	.mvp-feat2-sub-wrap {
		height: auto;
		}
		
	.mvp-feat2-main,
	.mvp-feat2-left-sub {
		width: 100%;
		}
		
	.mvp-feat2-sub-wrap {
		width: 100%;
		}
		
	.mvp-feat2-right-wrap {
		margin: 0;
		padding: 15px 4.1666666666%; /* 20 / 480 */
		width: 91.6666666666%; /* 440 / 480 */
		}
		
	ul.mvp-feat2-list li {
		padding: 10px 0;
		width: 100%;
		}
		
	.mvp-feat3-left,
	.mvp-feat3-right,
	.mvp-feat3-sub {
		width: 100%;
		}
		
	.mvp-feat3-main-text,
	.mvp-feat3-sub-text,
	.mvp-feat1-text,
	.mvp-feat1-sub-text,
	.mvp-feat2-main-text,
	.mvp-feat2-sub-text {
		padding: 50px 4.1666666666% 15px; /* 15 / 360 */
		width: 91.7%; /* 330 / 360 */
		}
		
	.mvp-feat3-main-text h2,
	.mvp-feat1-text h2,
	.mvp-feat2-main-text h2,
	.mvp-feat4-main-text h2 {
		font-size: 1.6rem;
		}
		
	.mvp-feat3-sub-text h2,
	.mvp-feat1-sub-text h2,
	.mvp-feat2-sub-text h2 {
		font-size: 1.3rem;
		}
		
	.mvp-side-widget,
	.mvp-body-sec-wrap {
		margin-bottom: 15px;
		}
		
	.mvp-main-body-out4,
	.mvp-main-body-in4 {
		margin-right: 0;
		}
		
	.mvp-feat4-main-wrap {
		margin-bottom: 15px;
		}
		
	.mvp-feat4-main-text {
		padding: 50px 4.545454545454% 15px; /* 15 / 330 */
		text-align: left;
		width: 91%; /* 300 / 330 */
		}
		
	.mvp-feat4-sub {
		margin-left: 4.545454545454%; /* 15 / 330 */
		width: 47.72727272727%; /* 157.5 / 330 */
		}
		
	.mvp-feat4-sub-text h2 a {
		font-size: 1rem;
		}
		
	.mvp-feat4-side-wrap {
		border-top: 1px solid #eee;
		margin-top: 15px;
		padding-top: 15px;
		width: 100%;
		}
		
	.mvp-sec-pad,
	.mvp-body-sec-cont {
		padding: 15px 4.1666666666%; /* 15 / 360 */
		width: 91.666666666%; /* 330 / 360 */
		}
		
	.mvp-widget-list-story1,
	ul.mvp-more-post-list li {
		margin-left: 0;
		margin-bottom: 15px;
		width: 100%;
		}
		
	#mvp-more-post-wrap,
	#mvp-comments-button,
	#mvp-author-box-wrap {
		margin-top: 20px;
		}
		
	#mvp-article-head2 {
		margin-bottom: 20px;
		}
		
	ul.mvp-more-post-list li {
		height: auto;
		}
		
	.mvp-widget-list-img,
	.mvp-blog-story-img,
	.mvp-more-post-img {
		margin-right: 4.5454545454%; /* 15 / 330 */
		width: 22.2222222%; /* 80 / 330 */
		}
		
	.mvp-more-post-img {
		margin-bottom: 0;
		}
		
	.mvp-widget-list-img:after,
	.mvp-blog-story-img:after,
	.mvp-more-post-img:after,
	.mvp-widget-feat-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-widget-list-text1,
	.mvp-blog-story-text,
	.mvp-more-post-text {
		margin-top: 0;
		width: 71.2121212121%; /* 235 / 330 */
		}
		
	.mvp-widget-list-text1 h3,
	.mvp-blog-story-text h3 {
		font-size: .7rem;
		margin-bottom: 5px;
		}
		
	.mvp-widget-list-text1 h2 a,
	.mvp-blog-story-text h2 a,
	.mvp-more-post-text h2 a {
		font-size: 1.15rem;
		}
		
	h1.mvp-sec-head,
	h4.mvp-sec-head {
		margin-bottom: 15px;
		}
		
	.mvp-main-body-out2,
	.mvp-main-body-in2 {
		margin-right: 0;
		}
		
	ul.mvp-main-blog-wrap li.mvp-blog-story-wrap {
		border-top: none;
		margin-top: 0;
		padding-top: 15px;
		}
		
	#mvp-side-wrap,
	.single #mvp-side-wrap {
		border-top: 1px solid #ddd;
		margin-top: 15px;
		margin-left: 0;
		padding-top: 15px;
		width: 100%;
		}
		
	h1.mvp-post-title,
	#mvp-article-head2 h1.mvp-post-title {
		font-size: 1.8rem;
		}
		
	span.mvp-post-excerpt,
	#mvp-article-head2 span.mvp-post-excerpt {
		font-size: 1.1rem;
		}
		
	.mvp-post-content-out,
	.mvp-post-content-in {
		margin-right: 0 !important;
		}
		
	#mvp-post-soc-wrap {
		margin-right: 20px;
		}
		
	.mvp-post-soc-out,
	.mvp-post-soc-in {
		margin-left: 0;
		}
		
	.mvp-post-feat-wide-text {
		padding: 50px 24.16666666666% 15px 4.16666666666%; /* 15 / 360 */
		width: 71.66666666%; /* 330 / 360 */
		}
		
	.mvp-post-feat-wide-text h1.mvp-post-title {
		font-size: 1.3rem;
		margin-bottom: 0;
		}
		
	.mvp-search-but-wrap {
		top: 20px;
		right: 30px;
		}
		
	#mvp-search-box {
		margin: -40px 0 0 -150px;
		top: 50%;
		width: 300px;
		}
		
	#searchform input {
		font-size: 30px;
		height: 30px;
		padding: 15px 0;
		}
		
	.single #mvp-foot-wrap,
	.page #mvp-foot-wrap {
		padding-bottom: 42px;
		}
		
	ul.mvp-foot-soc-list li a {
		font-size: 14px;
		margin-left: 5px;
		padding-top: 8px;
		width: 30px;
		height: 22px;
		}
		
	#mvp-author-page-top {
		padding: 0;
		width: 100%;
		}
		
	.mvp-author-top-out,
	.mvp-author-top-in {
		margin-left: 0;
		}
		
	#mvp-author-top-left {
		margin-right: 0;
		margin-bottom: 15px;
		text-align: center;
		width: 100%;
		}
		
	#mvp-author-top-left img {
		border: 4px solid #ddd;
		margin-top: 0;
		width: 150px;
		}
		
	#mvp-author-top-right {
		text-align: center;
		}
		
	h1.mvp-author-top-head {
		font-size: 2rem;
		}
		
	span.mvp-author-page-desc {
		font-size: 1rem;
		}
		
	ul.mvp-author-page-list li {
		font-size: 14px;
		margin-left: 5px;
		padding-top: 10px;
		width: 34px;
		height: 24px;
		}
		
	.mvp-vid-box-wrap {
		font-size: 10px;
		width: 22px;
		height: 22px;
		}
		
	.mvp-vid-box-wrap i {
		margin-top: 6px;
		}
		
	.mvp-authors-wrap {
		margin-top: 20px;
		padding-top: 20px;
		}
		
	.mvp-authors-list-wrap,
	.mvp-authors-list-wrap:first-child,
	.mvp-authors-list-wrap:nth-child(4n+4) {
		margin-left: 0;
		margin-bottom: 30px;
		padding: 0 10%;
		width: 80%; /* 210 / 440 */
		height: auto;
		}
		
	.mvp-authors-list-img {
		margin-bottom: 15px;
		}
		
	.mvp-authors-name {
		margin-bottom: 10px;
		padding-bottom: 10px;
		}	
	
	#mvp-mob-soc-wrap {
		display: block;
		}
		
	span.mvp-feat-caption,
	span.mvp-feat-caption-wide {
		padding-bottom: 15px;
		}
		
	.mvp-post-feat-img-wide2,
	.mvp-post-feat-img-wide3 {
		margin: -15px 0 0 -4.545454545454%; /* 15 / 330 */
		width: 109.090909090909% !important; /* 360 / 330 */
		}
		
	.mvp-post-feat-img-wide3 img {
		margin-top: 0;
		}
		
	.mvp-post-info-top {
		margin-bottom: 5px;
		}
		
	#mvp-home-widget-wrap .mvp-widget-feat-wrap {
		background: #fff;
		padding: 15px 4.16666666666%; /* 15 / 360 */
		width: 91.666666666%; /* 330 / 360 */
		}
		
	#mvp-home-widget-wrap ul.mvp-widget-feat-list li,
	#mvp-home-widget-wrap ul.mvp-widget-feat-list li:nth-child(4n+5) {
		margin: 0 0 15px 0;
		width: 100%;
		height: auto;
		}
		
	#mvp-home-widget-wrap ul.mvp-widget-feat-list li:first-child,
	#mvp-home-widget-wrap ul.mvp-widget-feat-list li:nth-child(2n+3) {
		margin-left: 0;
		}
		
	#mvp-home-widget-wrap .mvp-widget-feat-img,
	#mvp-side-wrap .mvp-widget-feat-img {
		margin-right: 4.5454545454%;
		width: 22.2222222%;
		}
	
	#mvp-home-widget-wrap .mvp-widget-feat-text,
	#mvp-side-wrap .mvp-widget-feat-text {
		padding: 0;
		width: 71.2121212121%;
		}
		
	.mvp-widget-feat-text h3 {
		font-size: .7rem;
		}
		
	#mvp-home-widget-wrap .mvp-widget-feat-text h2 a,
	#mvp-side-wrap .mvp-widget-feat-text h2 a {
		font-size: 1.15rem;
		}
	
	ul.mvp-widget-feat-list li:last-child,
	.mvp-widget-list-story1:last-child,
	.mvp-side-widget:last-child,
	ul.mvp-widget-feat-list {
		margin-bottom: 0 !important;
		}
		
	#mvp-home-widget-wrap .mvp-widget-ad {
		margin: -5px 0 10px;
		}
		
	.mvp-feat1-text h2.mvp-stand-title,
	.mvp-feat4-main-text h2.mvp-stand-title {
		font-size: 1.5rem;
		}
		
	.mvp-feat5-out,
	.mvp-feat5-in {
		margin: 0;
		}
		
	.mvp-feat5-text {
		padding: 15px 4.166666666%; /* 15 / 360 */
		width: 91.666666666%; /* 330 / 360 */
		}
		
	.mvp-feat5-text h2 a {
		font-size: 1.4rem;
		}
	
	.mvp-feat5-text p {
		font-size: .9rem;
		}
		
	ul.mvp-scores-list {
		margin: 0;
		width: 100%;
		}
		
	ul.mvp-scores-list li {
		margin: 0 0 15px;
		width: 99%;
		}
		
	.mvp-scores-head {
		margin: 0 0 15px;
		}
		
	.mvp-scores-list-main {
		padding: 10px 3.125%; /* 10 / 320 */
		width: 93.75%; /* 300 / 320 */
		}
		
	.page h1.mvp-post-title {
		margin-bottom: 20px;
		}
	
}