/*
Theme Name: fashiontvplus
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fashiontvplus
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

fashiontvplus is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: 'Open Sans', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	min-height: 100%;
	position: relative;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
/*
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #000000 inset;
	-webkit-text-fill-color: #ffffff;
}
*/
input::-webkit-input-placeholder { color: #a0a0a0; }
input::-moz-placeholder { color: #a0a0a0; }
input:-ms-input-placeholder { color: #a0a0a0; }
input:-moz-placeholder { color: #a0a0a0; }

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-input-placeholder { color: #000000; }
::-moz-placeholder { color: #000000; }
:-ms-input-placeholder { color: #000000; }
:-moz-placeholder {  color: #000000; }

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #ffffff;
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #171717; 
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #000000;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

header.site-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;	
	box-sizing: border-box;
    background: #171717;
	font-size: 0;
    width: 100%;
	-webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.75);	
	/*transition: all 0.3s;*/
	white-space: nowrap;	
}
.st-menu-open header.site-header {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;	
}

header .header-sections ul li{
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-block;
	height: 80px;	
    min-width: 120px;
    transition: all 0.5s ease;
}

header .header-sections ul li a{
	font-size: 20px;
	font-weight: 800;
	color: #000;	
	text-decoration: none;
	text-transform: uppercase;
	display: block;
    text-align: center;
    padding: 30px 4px;
    line-height: normal;
}


@media only screen and (min-width: 800px) {
	header.site-header, .sticky-nav header.site-header {
		position:relative;
		top: auto;
		left: auto;
		z-index: auto;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}	
}

header.site-header h1 {
	display: inline-block;
	box-sizing: content-box;
	vertical-align: middle;
	font-size: 20px;
	line-height: 20px;
	margin: 0;	
	/*padding: 10px 5px;*/
	height: 40px;
}

header.site-header h1 a {
	display: block;
	background-color: #006fe8;
}

#header-tagline {
	display: none;
	height: 80px;
	vertical-align: middle;
	overflow: hidden;
	position: relative;
}

.banner-wrapper .banner-image {
	margin-top: 10px;	
}

@media only screen and (min-width: 500px) and (max-width: 1000px) {
	header.site-header h1,
	header.site-header h1 a {
		height: 50px;
	}	
	header.site-header h1 a img {
		padding-top: 5px;
		height: 40px;
	}
	header .header-sections ul li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    height: 50px;
    min-width: 120px;
    transition: all 0.5s ease;
	}

	header .header-sections ul li a {
    font-size: 16px;
    font-weight: 800;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    text-align: center;
    padding: 17px 4px;
    line-height: normal;
	}
	
	#header-tagline {
        height: 50px;
    }
    
    .banner-wrapper .banner-image {
 	   margin-top: 0px; 
	}
}
@media only screen and (min-width: 1000px) {
	header.site-header h1,
	header.site-header h1 a {
		/*padding: 10px 20px;*/
		height: 80px;
	}	
	header.site-header h1 a img {
		padding-top: 10px;
		height: 60px;
	}
	
}
header.site-header h1 img {
	display: inline;
	height: 40px;
	width: auto;
}
@media only screen and (min-width: 500px) {
	header.site-header h1 img {
		height: 50px;
	}	
}



header .header-tagline {
	display: none;
	vertical-align: middle;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 1px;
	color: #cdcdcd;
	padding-left: 25px;
}
@media only screen and (min-width: 800px) {
	header .header-tagline {
		display: inline-block;
	}
}
@media only screen and (min-width: 1300px) {
	header .header-tagline {
		font-size: 26px;
		padding-left: 40px;
	}
}

header .header-sections{
	display: inline-block;
	vertical-align: middle;
}
header .header-sections ul{
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
}



body #page .top-menu-mobile li a {
	text-decoration: none;
	text-transform: uppercase;
	display: block;
    text-align: center;
    padding: 6px 10px;
    color: #000 !important;
}

header .header-sections ul li:hover{
	
}

header .header-sections ul li a:hover{
	
}

/* banner */
.banner-wrapper {
	background-color: #000;
}



.top-menu-mobile li.menu-blog,
header .header-sections ul li.menu-blog {
	background-color: #D7FF00 ;
}

.top-menu-mobile li.menu-blog:hover a,
header .header-sections ul li.menu-blog:hover a {
	color: #fff;
}
.top-menu-mobile li.menu-blog:hover,
header .header-sections ul li.menu-blog:hover {
	background-color: #A8C800 ;
	color: #fff;
}

.top-menu-mobile li.menu-coin,
header .header-sections ul li.menu-coin {
	/*background-color: #FF0167 ;*/
	background-color: #E93F28;
	color: #fff;
	background-image: url(images/chinese_flag.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%;
}



.top-menu-mobile li.menu-coin:hover,
header .header-sections ul li.menu-coin:hover {
	background-color: #A70043 ;
	color: #fff;
}
.top-menu-mobile li.menu-coin a,
header .header-sections ul li.menu-coin a {
	color: #fff;
}

.top-menu-mobile li.menu-vod,
header .header-sections ul li.menu-vod {
	background-color: #01FFCB ;
}

.top-menu-mobile li.menu-vod:hover a,
header .header-sections ul li.menu-vod:hover a {
	color: #fff;
}
.top-menu-mobile li.menu-vod:hover,
header .header-sections ul li.menu-vod:hover {
	background-color: #00B18D ;
}


.top-menu-mobile li.menu-live,
header .header-sections ul li.menu-live {
	/*background-color: #03FEFF ;*/
	background-color: #d40d34 ;
	color: #fff;
}


.top-menu-mobile li.menu-calendar,
header .header-sections ul li.menu-calendar {
	background-color: #FF0435 ;
	color: #fff;
}


header .header-sections ul li.menu-company {	
	padding: 0 10px;
}

.top-menu-mobile li.menu-company,
header .header-sections ul li.menu-company {	
	background-color: #FFCC01;
}

.top-menu-mobile li.menu-live:hover a,
header .header-sections ul li.menu-live:hover {
	background-color: #B10023;	
	color: #fff;
}

.top-menu-mobile li.menu-company:hover a,
header .header-sections ul li.menu-company:hover {
	background-color: #AA8700;	
	color: #fff;
}

.top-menu-mobile li.menu-calendar:hover a,
header .header-sections ul li.menu-calendar:hover {
	background-color: #B10023;	
	color: #fff;
}




.top-menu-mobile li.menu-live a:hover,
header .header-sections ul li.menu-live a:hover,
.top-menu-mobile li.menu-company a:hover,
header .header-sections ul li.menu-company a:hover  {
	color: #fff;
}


header .main-navigation {
	padding-right: 15px;
	display: block;
	float: right;
	text-align: right;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
}

@media only screen and (max-width: 500px) {
	header .header-sections ul li a{
		padding-left: 15px;
	}
}


ul.top-menu-mobile {
	margin: 0;
	margin-left: -40px !important;
}

body .top-menu-mobile li {
	display: block;
	width: 33%;
	float: left;
}

/*
@media only screen and (min-width: 800px) {
	header .main-navigation {
		padding-right: 30px;
	}
}
*/
@media only screen and (min-width: 1300px) {
	header .main-navigation {
		max-width: 55%;
	}
}

header .main-navigation .header-nav-lh {
	width: 1px;
	height: 60px;
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
	line-height: 60px;
}
@media only screen and (min-width: 800px) {
	header .main-navigation .header-nav-lh {
		height: 80px;
		line-height: 80px;
	}	
}

.header-nav-item {
	display: inline-block;
	vertical-align: middle; 
	text-transform: uppercase;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 1px;
	font-weight: 300;
	position: relative;
	text-align: center;
}

header .main-navigation .header-nav-item .header-nav-bottom {
	font-size: 11px;
	line-height: 26px;
	padding-right: 15px;
	color: #ffffff;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	padding-top: 2px;
}
header .mobile-hide,
header .main-navigation .header-nav-item .mobile-hide,
header .main-navigation .header-nav-item.mobile-hide {
	display: none;
}

@media only screen and (min-width: 600px) {
	header .mobile-hide,
	header .main-navigation .header-nav-item .mobile-hide,
	header .main-navigation .header-nav-item.mobile-hide {
		display: inline-block;
	}
}

header .main-navigation .header-nav-item img {
	width: auto;
	max-width: 100%;
	padding: 0 5px;
}

header #header-nav-company img { height: 15px; }
header img.header-nav-app-logo { height: 26px; line-height: 26px; display: inline-block; vertical-align: middle;}
header #header-nav-fclub-appstore, header #header-nav-fclub-playstore { height: 26px; line-height: 26px; }
header #header-nav-fclub-playstore img, header #header-nav-fclub-appstore img { height: 26px; }

header .main-navigation .header-nav-link {
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	color: #FFFFFF;
	height: 60px;
	line-height: 60px;
	padding: 10px 6px 0 6px; 
	max-width: 90px;
    line-height: 20px;
    overflow: hidden;
}

header .main-navigation .header-nav-item #header-nav-user {
	min-width:50px;
}

header .main-navigation .header-nav-item .ti-user {
	font-size: 22px;
	line-height: 33px;	
}

@media only screen and (min-width: 500px) {
	header .main-navigation .header-nav-link {
		height: 80px;
		line-height: 80px;
		padding: 0 10px;
		max-width: none;
	}
}


header .header-nav-div {
	display: none;
	vertical-align: middle;
	width: 1px;
	height:50px;
	margin: 0 15px; 
	background-color: #343434;
}
header .main-navigation .header-nav-link.nav-red-button {
	background-color: #dd003e; /*#e7242f;*/
	font-size: 18px;
    font-weight: 400;
    color: #fff;
    /*overflow: hidden;*/
}

.color-red {
	color: #dd003e;
}

.full-width-stripe {
	width: 100%; 
	margin: 5px 0px 0px 0px; 
}	

.banner-wrapper-mobile {
	position: absolute;
	top: 0;
	right: 0;
	width: calc(100% - 150px);	
}

header .main-navigation .header-nav-link.nav-red-button a {
	text-decoration: none;
	color: #fff;
	text-transform: none;
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif; 
}

@media only screen and (max-width:500px) and (min-width:380px) {
	header .main-navigation .header-nav-link.nav-red-button {
		font-size: 14px;
		line-height: normal;
		max-width: 160px;
		/*padding: 18px 7px;*/
	}	
}

@media only screen and (max-width:380px) {
	header .main-navigation .header-nav-link.nav-red-button {
		font-size: 14px;
		line-height: normal;
		max-width: 160px;
		/*padding: 18px 7px;*/
	}	
}


@media only screen and (min-width:560px) {
	.mobile-hide,
	header.site-header h1 .mobile-hide{
		display: inherit;		
	}	
	.mobile-show,
	header.site-header h1 .mobile-show{
		display: none;
	}	
}

@media only screen and (max-width:559px) {
	header.site-header {
		height: 50px;		
	}
	
	header .main-navigation .header-nav-link {
		padding: 20px 6px 0 6px; 
		max-width: 90px;
	    line-height: 20px;
    	overflow: hidden;
	}
	.mobile-hide,	
	header.site-header h1 .mobile-hide{
		display: none;
	}	
    .mobile-show,
	header.site-header h1 .mobile-show{
		display: inherit;
	}	
	
	.single-ftv_vod .ftv-vod-full .entry-title {
 	   margin-top: 2em; !important;
	}
	
	.full-width-stripe {		
		margin: 50px 0px 0px 0px; 
		z-index: 98;
		position: fixed;
	}

}




@media only screen and (min-width:560px) and (max-width:999px) {
	.tablet-hide{
		display: none;
	}	
	
    .tablet-show.mobile-show {
		display: inherit;
	}	
	
	.full-width-stripe {
		margin: 80px 0px 0px 0px; 
	}
	
}

@media only screen and (min-width:800px) and (max-width:999px) {
	
	.full-width-stripe {
		margin: 0px 0px 0px 0px; 
	}
	
}





@media only screen and (min-width:500px) {
	header .main-navigation .header-nav-link.nav-red-button {
		font-size: 14px;
	}	
}
header .main-navigation .header-nav-link.nav-gray-button {
	background-color: #daff00;
	font-size: 12px;
    font-weight: 400;
    padding: 7px 25px 0px 25px;
}

header .main-navigation .header-nav-link.nav-gray-button .header-nav-link-store {
	display: block;
	float: left;
	
}


header .main-navigation .header-nav-link.nav-gray-button span  {

	font-weight: 700;
	font-family: "Oswald", sans-serif;
	letter-spacing: 0;
	display: block;
	margin: 0 auto;
	text-shadow: 0 0 80px rgba(255,255,255,.5);
	background: url(images/animated_text_fill_gg.png) repeat-y;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-animation: aitf 80s linear infinite;
	-webkit-transform: translate3d(0,0,0);
	-webkit-backface-visibility: hidden;
	padding: 18px 5px 0px 5px;
	
}

header .main-navigation .header-nav-link.nav-gray-button .get-app-title  {
	color: #000;
    float: left;
    display: block;
    font-size: 11px;
    line-height: 12px;
    text-shadow: 0 0 80px rgba(255,255,255,.5);
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    background: url(images/animated_text_fill_gg.png) repeat-y;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-animation: aitf 80s linear infinite;
	-webkit-transform: translate3d(0,0,0);
	-webkit-backface-visibility: hidden;
	padding: 18px 5px 0px 5px;
}

@media only screen and (max-width: 400px) {
	header.site-header h1 img {
	/*
		height: auto;
		width: 150px;
		padding: 4px 0 0 0;*/
	}
	header .main-navigation .header-nav-link.nav-gray-button {
		padding: 13px 0 0 0;
	}
	
	.header-nav-link .get-app-title {
		display: none !important;
	}
}

/* Animate Background Image */
@-webkit-keyframes aitf {
	0% { background-position: 0% 50%; }
	100% { background-position: 100% 50%; }
}

@media only screen and (min-width: 1000px) {
	header .main-navigation .header-nav-link {
		padding: 0 15px; 
	}
	header .main-navigation .header-nav-link.nav-red-button {
		font-size: 14px;
	}
	header .main-navigation .header-nav-link.nav-gray-button {
		font-size: 12px;
	}	
}
@media only screen and (min-width: 1300px) {
	header .main-navigation .header-nav-link {
		padding: 0 30px; 
	}
	header .main-navigation .header-nav-link.nav-red-button {
		font-size: 22px;
	}
	header .main-navigation .header-nav-link.nav-gray-button {
		font-size: 25px;
		padding: 7px 25px 7px 25px; 
	}	
}

@media only screen and (min-width: 700px) {
	#header-tagline {
		display: inline-block;
	}
}
#header-tagline ul {
	list-style: none;
	width: 100%;
	/*text-align: center;*/
	padding: 0;
	margin: 0;
}
#header-tagline ul li {
	padding: 0 10px;
	margin: 0;
	/*font-family: 'Fanwood Text', serif;*/
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif; 
	font-weight: 400;
    /*font-style: italic;*/
	text-transform: lowercase;
	color:#fff;
	font-size: 30px;
	line-height: 80px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	overflow: hidden;
	position: absolute;	
	cursor: default;
	text-align: center;
}
@media only screen and (min-width: 1000px) {
	#header-tagline ul li {
		font-size: 26px;
	}
}
@media only screen and (min-width: 1200px) {
	#header-tagline ul li {
		font-size: 30px;
	}
}
@media only screen and (min-width: 1400px) {
	#header-tagline ul li {
		font-size: 50px;
	}
}
#header-tagline.header-tagline-effect ul li {
	animation: textpopeffect 20s linear infinite 0s;
	-ms-animation: textpopeffect 20s linear infinite 0s;
	-webkit-animation: textpopeffect 20s linear infinite 0s;
}
@-moz-keyframes textpopeffect{
	0% { opacity: 0; }
	5% { opacity: 0; -moz-transform: rotate(0deg) scale(0.10) skew(0deg) translate(0px); }
	10% { opacity: 1; -moz-transform: translateY(0px); }
	25% { opacity: 1; -moz-transform: translateY(0px); }
	30% { opacity: 0; -moz-transform: translateY(0px); }
	80% { opacity: 0; }
	100% { opacity: 0;}
}
@-webkit-keyframes textpopeffect{
	0% { opacity: 0; }
	5% { opacity: 0; -webkit-transform: rotate(0deg) scale(0.10) skew(0deg) translate(0px);}
	10% { opacity: 1; -webkit-transform: translateY(0px); }
	25% { opacity: 1; -webkit-transform: translateY(0px); }
	30% { opacity: 0; -webkit-transform: translateY(0px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@-ms-keyframes textpopeffect{
	0% { opacity: 0; }
	5% { opacity: 0; -ms-transform: rotate(0deg) scale(0.10) skew(0deg) translate(0px); }
	10% { opacity: 1; -ms-transform: translateY(0px); }
	25% { opacity: 1; -ms-transform: translateY(0px); }
	30% { opacity: 0; -ms-transform: translateY(0px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #006fe8;
}

.entry-content a {
	color: #fff;
}

.entry-content a:hover, .entry-content a:focus, .entry-content a:active{
    color: #006fe8;
}

.entry-content a:visited {
	color: #c3c3c3;
}


a.outline, span.outline, a.outline-white, span.outline-white {
    text-decoration: none;
    background-image: url(images/outline.png);
    background-repeat: no-repeat;
    background-position: -800px bottom;
    transition: background-position .4s ease-in-out;
}
a.outline:hover, span.outline:hover, a.outline-white:hover, span.outline-white:hover {
    background-position: 100% bottom;
}
a.outline, span.outline {
    background-image: url(images/outline.png);
}
a.outline-white, span.outline-white {
    background-image: url(images/outline-white.png);
}

a:visited {
	color: #006fe8;
}

a:hover,
a:focus,
a:active {
	color: #006fe8;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/*.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}
*/
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*CONTENT*/
/*#content {
	padding-top: 60px;
}
@media only screen and (min-width: 800px) {
	#content {
		padding-top: 0;
	}	
}
*/
/*FOOTER*/
footer.site-footer {
	background-color: #181818;
	color: #8e8e8e;
}
footer #top-nav {
	position: relative;
    padding: 2% 3% 3% 3%;
    width: 100%;
	text-align: left;
	font-size: 0;
}
footer #top-nav .footer-top-nav-item {
	width: 100%;
	height: 100%;
	display: inline-block;	
	vertical-align: top;
	font-size: 13px;
	padding: 20px 30px 0 30px;
	border-top: solid 1px #404040;
	margin: 20px 0 0 0;
	position: relative;
	text-align: justify;
}
footer #top-nav .footer-top-nav-c3, footer #top-nav .footer-top-nav-c4 {
	width: 100%;
}
@media only screen and (min-width: 800px) {
	footer #top-nav .footer-top-nav-item {
		padding: 0 0 0 50px;
		border: none;
	}
	footer #top-nav .footer-top-nav-c3, footer #top-nav .footer-top-nav-c4 {
		width: 33.2%;
	}
}
@media only screen and (min-width: 1400px) {
	footer #top-nav .footer-top-nav-c4 {
		width: 24.9%;
	}
}
footer #top-nav .footer-top-nav-item:first-child {
	border: none;
}
footer #top-nav .footer-top-nav-item:last-child {
	padding: 0;
}
footer #top-nav .footer-top-nav-item ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
footer #top-nav .footer-top-nav-item ul li {
	padding: 0;
	margin: 0 0 15px 0;
	height: 30px;
	line-height: 30px;
}
footer #top-nav .footer-top-nav-item ul li img {
	display: inline;
	width: auto;
	height: 30px;
	padding-left: 15px;
}
footer #top-nav .footer-top-nav-item ul li span {
	display: inline-block;
	vertical-align: middle;
}
footer #top-nav .footer-top-nav-item ul li a {
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	color: #8e8e8e;
	text-decoration: none;
}
footer #top-nav .footer-top-nav-item.footer-top-nav-logo {
	text-align: center;
	margin-top: 60px;
	opacity: 0.8;
    filter: alpha(opacity=80);
	display: none;
}
@media only screen and (min-width: 1400px) {
	footer #top-nav .footer-top-nav-item.footer-top-nav-logo {
		display:inline-block;
	}
}
footer #top-nav .social-links a {
	display: inline-block;
	padding-right: 15px;
	color: #8e8e8e;
	text-decoration: none;
	font-size: 25px;
}
footer #top-nav .footer-top-nav-item .footer-top-nav-title h3 {
	display: block; 
	margin:0 0 40px 0;
	text-transform: uppercase;
	font-size: 25px;
	font-weight: 300;
	color: #c3c3c3;
}
footer #bottom-nav{
	background:#000000;
    padding: 1.5% 3%;
    width: 100%;
	border-top: solid 1px #2b2b2b;
	text-align: left;
	font-size: 0;
	text-transform: uppercase;
	font-weight: 300;	
}
footer #bottom-nav .bottom-nav-copyright {
	width: 69.8%;
	padding: 0 10px 0 0;
	display: inline-block;
	vertical-align: middle;
	font-size: 11px;
	text-align: left;
}
@media only screen and (min-width: 1000px) {
	footer #bottom-nav .bottom-nav-copyright {
		width: 49.8%;
	}
}
@media only screen and (min-width: 420px) {
	footer #bottom-nav .bottom-nav-copyright {
		font-size: 13px;
	}
}
footer #bottom-nav nav.bottom-nav-menu {
	width: 29.8%;
	padding: 0 0 0 10px;
	display: inline-block;
	vertical-align: middle;
	text-align: right;
	font-size: 13px;
}
@media only screen and (min-width: 1000px) {
	footer #bottom-nav nav.bottom-nav-menu {
		width: 49.8%;
	}
}
footer #bottom-nav nav.bottom-nav-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: right;
}
footer #bottom-nav nav.bottom-nav-menu li {
	border-right: solid 1px #3c3c3c;
	line-height:20px;
	padding:0 15px;
	display: inline-block;
    vertical-align: middle;
}
footer #bottom-nav nav.bottom-nav-menu li:last-child{
	border:none;
}
footer #bottom-nav nav.bottom-nav-menu li a {
	color: #8e8e8e;
	text-decoration: none;
} 

/**** LANG ****/
#flags {
	display: none;
}

#language-container {
	display: none;
	width: 360px;
	padding: 8% 0 0;
	margin: auto;
	position: fixed;
    z-index: 1010;
    top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
}
#language-container p {
	font-size: 14px;
	color: #000000;
	margin-top: 0;
}

#language-container.open {
	display: block;
}

.container-inner {
	background: #FFFFFF;
	max-width: 360px;
	margin: 0 auto 100px;
	padding: 45px;
	text-align: center;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

#google_language_translator {
    background-color: #e7e7e7;
    padding: 5px 10px;
}

#select_language_icon span, #login_icon, #ftvplus-menu {
	color: #FFFFFF;
	font-size: 25px;
	cursor: pointer;
}

.goog-te-gadget {
	width: 100%;
}
.goog-te-gadget .goog-te-combo {
	width: 100% !important;
	font-size: 14px !important;
}

/* Overlay style */
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.9);
	z-index: 1000;
}

/* Overlay closing cross */
.overlay .overlay-close {
	width: 60px;
	height: 60px;
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden;
	border: none;
	color: #006fe8;
	outline: none;
	font-size: 60px;
	line-height: 80px;
	text-align: center;
	cursor: pointer;
	z-index: 2000;
}
@media only screen and (min-width: 600px) {
    .overlay .overlay-close {
        width: 80px;
        height: 80px;
        right: 20px;
        top: 20px;
    }   
}

/* Menu style */
.overlay nav {
	text-align: center;
	position: relative;
	top: 50%;
	height: 60%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 100%;
	position: relative;
}

.overlay ul li {
	display: block;
	height: 20%;
	height: calc(100% / 5);
	min-height: 54px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.overlay ul li a {
	font-size: 54px;
	font-weight: 300;
	display: block;
	color: #fff;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.overlay ul li a:hover,
.overlay ul li a:focus {
	color: #f0f0f0;
}

/* Effects */
.overlay-door {
	visibility: hidden;
	width: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: width 0.5s 0.3s, visibility 0s 0.8s;
	transition: width 0.5s 0.3s, visibility 0s 0.8s;
}

.overlay-door.open {
	visibility: visible;
	width: 100%;
	-webkit-transition: width 0.5s;
	transition: width 0.5s;
}

.overlay-door nav {
	position: absolute;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.overlay-door nav,
.overlay-door .overlay-close {
	opacity: 0;
	-webkit-transition: opacity 0.3s 0.5s;
	transition: opacity 0.3s 0.5s;
}

.overlay-door.open nav,
.overlay-door.open .overlay-close {
	opacity: 1;
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.overlay-door.close nav,
.overlay-door.close .overlay-close {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	transition-delay: 0s;
}

@media screen and (max-height: 30.5em) {
	.overlay nav {
		height: 70%;
		font-size: 34px;
	}
	.overlay ul li {
		min-height: 34px;
	}
}

/**** SUBSCRIPTION ****/
body#subscription-body {
	width: 100%;
    height: 100%;
}
body.login-layout {
    background-image: url(images/fashiontvplus-login-bg2.jpg);
	background-position: right top;
	background-attachment: fixed;
	background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
body.subscribe-layout {
    /*background-image: url(images/fashiontvplus-subscribe-bg.jpg);*/
    background-image: url(images/fashiontvplus-login-bg2.jpg);
	background-position: center top;
	background-attachment: fixed;
	background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#subscription-container {
	padding: 60px 0 140px 0;	
}
@media only screen and (min-width: 720px) {
	#subscription-container {
		padding: 0 0 140px 0;	
	}	
}
#subscription-container #register-section {
	width: 320px;
	padding: 0 10px;
	box-sizing: border-box;
}
#subscription-container, #subscription-container a {
	color:#FFFFFF;	
}

#subscription-container a:hover {
	color:#006fe8;
}

h1.form-section-header-title {
	font-weight: 300;
	font-size: 36px;
	text-align: center;
	margin: 40px 0;
}
#subscription-container .form-section {
	width: 300px;
	overflow: hidden;
	margin: 0 auto;
}
@media only screen and (min-width: 720px) {
	#subscription-container .form-section {
		width: 700px;
	}
}


#subscription-container .form-section .form-section-content {
	width: 100%;
	height: 100%;
	position: relative;
}
#subscription-container #register-section .form-section-content {
	padding-top:40px;
}
#subscription-container .form-section .form-section-content::after { 
	content: "";
    clear: both;
    display: table;
}
#subscription-container .form-section .form-section-left, #subscription-container .form-section .form-section-right {
	width: 300px;
	overflow: hidden;
	box-sizing: border-box;
}
@media only screen and (min-width: 720px) {
	#subscription-container .form-section .form-section-left, #subscription-container .form-section .form-section-right {
		width: 350px;
	}
}
/*
#subscription-container .form-section .form-section-left {
	float:left;
	padding: 0 50px 0 0;
	border-right: 1px solid #FFFFFF;
}*/
#subscription-container .form-section .form-section-right {
	padding-top:50px;
	margin-top: 50px;
	border-top:dashed 1px #ffffff;
}
@media only screen and (min-width: 720px) {
	#subscription-container .form-section .form-section-left {
		float:left;
		padding: 0 50px 0 0;
		border-right: 1px solid #FFFFFF;
	}
	#subscription-container .form-section .form-section-right {
		float:right;
		padding: 0 0 0 50px;
		margin: 0;
		border:none;
	}	
}
#subscription-container .form-section h2.form-section-side-title {
	font-size: 20px;
	font-weight: 300;
	text-align: center;
	margin: 0 0 30px 0;
}
#subscription-container .form-section .form-section-side-content {
	width: 300px;
}

#user-container-msg {
	position: fixed;
	width: 100%;
	right: 0;
	top:60px;
	box-sizing:content-box;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #43A047;
	padding: 10px;
	background-color: azure;
	z-index: 100;
	/*background: rgba(255, 255, 255, 0.7);*/
	background-color: #FFFFFF;
	font-weight: 400;
	font-size: 16px;
	z-index: 1000;
	display: none;
}
#user-container-msg.error-msg {
	color:#e0102a;
}
#user-container-msg.show {
	display: block;
}

body#subscription-body footer {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	z-index: 100;
}
#register-section {
	display: none;
}
/*line with text*/
.line-with-text span {
	display: inline-block;
	padding: 0 15px;
	position: relative;
	font-weight: 300;
	font-style: italic;
	font-size:14px;
	color: #d8d8d8;
}
.line-with-text span:before,
.line-with-text span:after {
	background: #7e7e7e;
	content: "";
	display: block;
	height: 1px;
	position: absolute;
	top: 50%;
	width: 400%;
}
.line-with-text span:before {
	right: 100%;
}
.line-with-text span:after {
	left: 100%;
}
.line-with-text {
	overflow: hidden;
	text-align: center;
	margin-top: -10px;
}
/*social login*/
.apsl-icon-block {
	margin: 0 0 30px 0;
	width: 100%;
}
.apsl-long-login-text {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 13px;
}

/**** LOGIN, LOGOUT ****/
/*#logout-container {
	display: none;
}
#login-container {
	display: none;
	width: 360px;
	padding:0;
	margin: auto;
	position: fixed;
    z-index: 1010;
    top: 50%;
    left: 50%;
	transform: translate(-50%, -55%);
}
#login-container_inner {
	position: relative;
}
#login-container-msg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	font-weight: 400;
	padding: 10px 5px 0 5px;
	text-align: center;
	z-index: 1015;
	color: #43A047;
}
#login-container-msg.error-msg {
	color:#bd0000;
}
#login-container.open {
	display: block;
}

#login-container .form {
	position: relative;
	z-index: 1;
	background: #FFFFFF;
	max-width: 360px;
	margin: 0 auto;
	padding: 45px; 
	text-align: left;
	box-shadow: none;
}*/

#subscription-container form#register-form {
	/*display: none;*/
}

form .form-input-item {
	width: 100%;
	position: relative;
	margin-bottom: 30px;
}

form .form-input-item .required {
	display: block;
	width: 100%;
	position: absolute;
	top:-22px;
	height: 20px;
	text-align: right;
	line-height: 20px;
	font-size: 15px;
}
form .form-input-item.active-errormsg .required {
	color: #dc4b38;
}

form .form-input-item .form-input-item-text {
	width: 100%;
	font-size: 16px;
    border-width: 2px;
    border-style: solid;
    background-color: #000000;
    border-color: #ffffff;
    color: #ffffff;
    padding: 4px;
    border-radius: 6px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
form .form-input-item.active-errormsg .form-input-item-text {
	border-color: #dc4b38;
}

.form-section form p.checkbox-line {
	text-align: left;
}
.form-section form input#rememberme {
	display: inline-block;
	vertical-align: middle;
	-ms-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	-o-transform: scale(1.3);
	margin-right: 10px;
}
.form-section form .checkbox-line span {
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	line-height: 16px;	
} 

.form-section form input[type="submit"], a.blue-button {
	text-transform: uppercase;
	box-shadow: none;
	outline: 0;
	background: #006fe8;
	width: 100%;
	border: 0;
	border-radius: 3px;
	padding: 10px;
	color: #FFFFFF;
	font-size: 14px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
	text-shadow: none;
	text-decoration: unset;
}

.red-button:visited,
.red-button {
	text-transform: uppercase;
	box-shadow: none;
	outline: 0;
	background: #dd003e;
	width: 100%;
	border: 0;
	border-radius: 3px;
	padding: 10px;
	color: #FFFFFF;
	font-size: 14px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
	text-shadow: none;
	text-decoration: unset;
	display: table-cell;
	margin: 0.5em;
}
.red-button:hover {
	color: #FFFFFF !important;
	text-decoration: unset;
	background: #006fe8;
}

.small-text {
	font-weight: normal;
	font-size: 0.8em;
}

.small-text a, .small-text a:visited  {
	color: #FFFFFF;
}

.headline {
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif; 
	font-size: 30px;
	/*color: #dd003e;*/
}

.diamond {
  transform: rotate(45deg);
  transform-origin: 0 100%;
  background-color: #fff;
  height: 80px;
  width: 80px;
}


.form-section form input[type="submit"]#reg_button {
	margin-top:20px;
}
.form-section form input[type="submit"]:hover,.form-section form input[type="submit"]:active,.form-section form input[type="submit"]:focus,
a.blue-button:hover, a.blue-button:active, a.blue-button:focus {
	background: #43A047;
	text-decoration: unset;
}

.form-section #login-reg-button {
	width: 100%;
	text-align: center;
	padding: 15px 0 0 0;
}

.form-section .forgot-link {
	width: 100%;
	text-align: center;
	padding: 15px 0 0 0;
	display: block;
	font-size: 1.2em;
}

.form-section #login-reg-button a {
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* CURRENCY */
#subscribe-container {
	max-width: 840px;
	position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: 2em;
    /*transform: translate(-50%, -50%);*/
	text-align: center;
	color: #FFFFFF;
}

@media only screen and (max-width: 480px) {
	#subscribe-container {
		margin-top: 3em;
	}
}


#subscribe-container header h1 {
	margin-top: 0;
	padding-top: 0;
	font-weight: 300;
	font-size: 40px;
}

#subscribe-container a.subscription-plans-item {
	display: inline-block;
	width: auto;
	padding: 20px;
	font-size: 20px;
	font-weight: 300;
	text-transform:capitalize;
	margin: 5px;
}

#subscribe-container .subscription-plans-desc {
	margin-top: 20px;
	max-width: 540px;
	font-weight: 300;
	font-size: 13px;
	text-align: center;
	margin: auto;
	padding: 2em 1em;
}

#subscribe-container .subscription-plans-desc p {
	margin: 0;
	padding: 0;
}


#subscribe-container .braintree-payment-form {
	text-align: left;
}

#subscribe-container .braintree-payment-form .pure-control-group:first-child {
	width: 50%;
	float: left;
}
/*
#subscribe-container {
	max-width: 840px;
	position: absolute;
    top: 45%;
    left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #FFFFFF;
}

#subscribe-container header h1 {
	margin-top: 0;
	padding-top: 0;
	font-weight: 300;
	font-size: 40px;
}

#subscribe-container a.subscription-plans-item {
	display: inline-block;
	width: auto;
	padding: 20px;
	font-size: 20px;
	font-weight: 300;
	text-transform:capitalize;
	margin: 5px;
}

#subscribe-container .subscription-plans-desc {
	margin-top: 20px;
	max-width: 380px;
	font-weight:300;
	font-size: 12px;
}

#subscribe-container .subscription-plans-desc p {
	margin: 0;
	padding: 0;
}


*/

.subscription-plans .join-text .all-devices{
	max-width:350px;	
}

.subscription-plans .join-text h2 {
    font-size: 1.7em;
}
.subscription-plans .join-text h2,
.subscription-plans .join-text h3 {
	margin: 0;
}

.subscription-plans .join-text h3 strong{
	font-weight: 700;	
}

/* MENU */
#page {
    position: relative;
    left: 0;
    z-index: 99;
    height: 100%;
}

#page.st-menu-animation {
    perspective: 1000px;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

body.st-menu-open {
    max-width: 100%;
    overflow-x: hidden;
}

.st-menu-open #page {
    -webkit-transform: translate3d(340px, 0, 0);
    transform: translate3d(340px, 0, 0);
}

.overlay_page_dark {
	display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    background-color: rgba(38,38,38,0.9);
    transition-property: all;
    transition-duration: 0s;
    transition-timing-function: ease;
	z-index: 1000;
}

.st-menu-open .overlay_page_dark {
	display: block;
    opacity: 1;
}

.overlay_page_dark .overlay_page_dark_inner {
	position: relative;
	width: 100%;
	height: 100%;
}

.overlay_page_dark #overlay-live-stream-info {
	color: #FFFFFF;
	position: absolute;
	font-size: 18px;
	font-weight: 300;
	opacity: 0;
	-webkit-animation-duration: 0.4s; 
   animation-duration: 0.4s; 
   -webkit-animation-fill-mode: both; 
   animation-fill-mode: both; 
}
.overlay_page_dark #overlay-live-stream-info.show {
	opacity: 1;
	-webkit-animation-name: fadeInLeft; 
    animation-name: fadeInLeft; 
}
@-webkit-keyframes fadeInLeft { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateX(-20px); 
    } 
    100% { 
        opacity: 1; 
        -webkit-transform: translateX(0); 
    } 
} 
@keyframes fadeInLeft { 
    0% { 
        opacity: 0; 
        transform: translateX(-20px); 
    } 
    100% { 
        opacity: 1; 
        transform: translateX(0); 
    } 
} 

#ftvplus-menu-outer {
	width: 50px;
	height: 26px;
}
@media only screen and (min-width: 400px) {
	#ftvplus-menu-outer {
		width: 70px;
	}	
}
#ftvplus-menu {
	position: absolute;
	top: 0;
	left: 12px;
	z-index: 1010;
}
@media only screen and (min-width: 400px) {
	#ftvplus-menu {
		left: 22px;
	}
}
#ftvplus-menu .ti-close {
	display: none;
}
#ftvplus-menu .ti-menu {
	display: inline;
}
.st-menu-open #ftvplus-menu .ti-close {
	display: inline;
}
.st-menu-open #ftvplus-menu .ti-menu {
	display: none;
}
#ftvplus-menu:hover {
	color:#006fe8;
}

nav.st-menu {
    z-index: 1;
    opacity: 1;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    position: absolute;
    top: 0;
    left: 0;
    width: 340px;
    height: 100%;
	background-image: url('images/off-canvas-menu-bg.jpg');
	background-repeat: no-repeat;
	background-position: 0 0;
    transition: all 0.5s;
	background-color: #595375;
}

nav.st-menu #menu-inner {
	position: relative;
	width: 100%;
	height: 100%;
}

nav.st-menu #menu-st-close {
	width: 25px;
	height: 25px;
	line-height: 25px;
	font-size: 22px;
	position: absolute;
	top: 6px;
	right: 6px;
	z-index: 1020;
	cursor: pointer;
	color: #FFFFFF;
	font-weight: 300;
}
@media only screen and (min-width: 470px) {
	nav.st-menu #menu-st-close {
		display: none;
	}	
}


@media only screen and (max-width: 480px) {
	.st-menu-open nav.st-menu {
		display: inherit;
	}
	 nav.st-menu {
		display: none;
	}
}


.st-menu-open nav.st-menu {
    visibility: visible;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-speed: 0.2s;
    transition-speed: 0.2s;
}

nav.primary-menu-wrap {
	font-size: 0;
}

nav.primary-menu-wrap ul {
	margin: 0 10px;
	box-sizing: border-box;
	padding: 10px 0;
	border-top: solid 1px #ffffff;
	list-style: none;
}

nav.primary-menu-wrap ul#menu-live-streams {
	/*margin: 0;*/
	padding-top: 0;
	border:none;
}

nav.primary-menu-wrap ul li {
	margin: 0;
	padding: 8px 0;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 1px;
	color: #FFFFFF;
}

nav.primary-menu-wrap ul li.menu-item-title {
	font-size: 28px;
	line-height: 28px;
	text-transform:none;
	font-weight: 300;
	padding: 25px 0 23px 0;
}

nav.primary-menu-wrap ul li.menu-live-stream span.empty-diamond {
	display: inline-block;
	width: 26px;
	height: 20px;
	line-height: 20px;
	padding-right: 13px;
	background-image: url('images/ftv-empty-diamond.png');
	background-repeat: no-repeat;
	background-position: 0 -1px;
	background-size: 26px 20px;
	vertical-align: middle;
	box-sizing: content-box;
}

nav.primary-menu-wrap ul#menu-account li .menu-ti-icon {
	display: inline-block;
	width: 26px;
	height: 20px;
	line-height: 20px;
	font-size: 20px;
	padding-right: 13px;	
	vertical-align: middle;
	box-sizing: content-box;
	text-align: right;
}

nav.primary-menu-wrap ul#menu-vod li .menu-ti-icon {
	display: inline-block;
	width: 26px;
	height: 20px;
	line-height: 20px;
	font-size: 20px;
	padding-right: 13px;	
	vertical-align: middle;
	box-sizing: content-box;
	text-align: right;
}

nav.primary-menu-wrap ul li a {
	display: inline-block;
	line-height: 20px;
	vertical-align: middle;
	font-size: 12px;
}

nav.primary-menu-wrap ul li a {
	color: #FFFFFF;
	text-decoration: none;
	max-width: 85%;
	overflow: hidden;
	height: 20px;
}
/*
nav.primary-menu-wrap ul#menu-navigation-items li, 
nav.primary-menu-wrap ul#menu-social li,
nav.primary-menu-wrap ul#menu-navigation-items a,
nav.primary-menu-wrap ul#menu-social li a {
	color:#abafc0;
}
nav.primary-menu-wrap ul#menu-social {
	border-color:#abafc0;
}*/

nav.primary-menu-wrap ul li a.outline {
    background-image: url(images/outline-white.png);
}

nav.primary-menu-wrap ul li span.ti-info-alt {
	position: absolute;
	top: 8px;
	right: -20px;
	line-height: 20px;
	color: #cbcbcb;
	font-weight: 300;
}
nav.primary-menu-wrap ul li span.ti-info-alt:hover {
	color: #333333;
}

nav #menu-logo {
	width: 100%;
	padding:11px 0 11px;
	background-color: #006fe8;
	text-align: center;
	position: relative;
}

nav #menu-logo img {
	display: inline-block;
	width: 90%;
	height: auto;
}

nav.primary-menu-wrap .menu-navigation-item p {
	padding: 0;
	margin: 0;	
}

nav.primary-menu-wrap .menu-navigation-item .header-nav-bottom,
nav.primary-menu-wrap .menu-navigation-item .header-nav-link {
	display: inline-block;
	vertical-align: middle;
	line-height: 20px;
	max-height: 20px;
}

nav.primary-menu-wrap .menu-navigation-item .header-nav-app-logo {
	display: none;
}
nav.primary-menu-wrap .menu-navigation-item img {
	height: 20px;
	width: auto;
	padding: 0 5px;
}


nav.primary-menu-wrap #menu-social span.social-title,
nav.primary-menu-wrap #menu-social span.social-links {
	display: block;
	width: 100%;
	text-align: center;
}

nav.primary-menu-wrap #menu-social span.social-links a {
	display: inline-block;
	padding: 5px;
	margin: 10px 0 0 0;
	font-size: 20px;
}

/*default*/
body.page-template-default #main {
	width: 80%;
	max-width: 1400px;
	margin: 50px auto 20px auto;
	color:#c3c3c3;
	font-weight: 300;
	font-size: 15px;
}

body.page-template-default  #main.site-main,
body.page-template-default .site-main {
	margin-top: 70px;	
}



body.page-template-default #main h1, body.page-template-default #main h2 {
	text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
}

body.page-template-default #main h1 {
    font-size: 35px;
    text-align: center; /* HP */
}

body.page-template-default #main h2 {
    font-size: 25px;
}

#theme-my-login .tml-form-table th {
	text-align: left;
	padding-top: 1.0em;
}

button.button, button[type="submit"], input[type="submit"].button-primary {
	text-transform: uppercase;
	box-shadow: none;
	outline: 0;
	background: #006fe8;
	width: auto;
	min-width: 150px;
	border: 0;
	border-radius: 3px;
	padding: 10px;
	color: #FFFFFF;
	font-size: 14px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
	text-shadow: none;
}

button.button:hover, input[type="submit"].button-primary:hover,
button.button:active, input[type="submit"].button-primary:active {
	background: #43A047;
}


.green-button {
	text-transform: uppercase;
	box-shadow: none;
	outline: 0;
	background: #43A047;
	width: auto;
	min-width: 260px;
	border: 0;
	border-radius: 3px;
	padding: 10px;
	color: #FFFFFF;
	font-size: 16px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
	text-shadow: none;
	margin: 0.5em;
	display: block;
    text-decoration: none;
}
.green-button:visited {
	color: #FFFFFF;
}


#bts-form button {
	margin-top: 10px;
}

/* New subscribe plans */



.wrapped {
	margin: 2em 0;	
}

table tr th,
table tr td{
	padding: 10px;
}

table.wrapped tr {
	border-bottom: 1px solid #ccc;	
}

.tml {
    max-width: 320px;
    margin: auto;
}

table.tml-form-table  tr {
	border-bottom: none;	
}

table.tml-form-table tr th,
table.tml-form-table tr td{
	padding: 0px;
}

.tml-profile .wp-pwd {
    text-align: left;
}

.bts-subscribe-button { 
	/*background: #006fe8;*/
	color: #006fe8;
	display: block;
	min-width: 100px;
	min-height: 100px;
	/*margin: 10px;*/
	padding: 15px 5px 10px 5px;
	border: solid 5px #1178fb;
	text-decoration: none;
	min-height: 225px;
	cursor: pointer;
	background-color: #1178fb;
}

.bts-subscribe-button . {

}
.bt-plan {
	display: inline-table;
	background-color: #1178fb;
	margin: 2%;
}


@media only screen and (min-width: 470px) {
	.bt-plan {
		width: 150px;
	}	
	.bts-subscribe-button { 
		min-height: 180px;
	}
}


@media only screen and (max-width: 470px) {
	.bt-plan {
		width: 150px;
	}	
	.bts-subscribe-button { 
		min-height: 160px;
	}
}



.first-plan .bts-subscribe-button {
	background-image: url(images/device1.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.second-plan .bts-subscribe-button {
	background-image: url(images/device3.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.third-plan .bts-subscribe-button {
	background-image: url(images/device5.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
}


.bts-subscribe-button:active,
.bts-subscribe-button:hover { 
	color:#dd003e;
}

.bts-subscribe-button span {
	display: block;
	clear: both;
	color: #006fe8;	
	display: none;
}

.bts-subscribe-button.bts-active { 
	border: solid 5px #dd003e;
	color: #dd003e;
 }

#bts-submit {
	background: #dd003e;
}


#bts-form .braintree-method__check-container:before {
    position: relative;   
}

#bts-form  .braintree-heading {
	color: #fff;
}


/* registration  */


/* profile */

.tml-profile {
    max-width: 400px;
    margin: auto;
}


.message.warning {
	margin: auto;
	text-align: center;
	padding: 1em;
	color: #dd003e;
}

.cat-title a, .cat-title a:visited {
	color: #fff;
	text-decoration: none;
}


.cat-title a:hover {
	color: #dd003e;
	text-decoration: none;
}

.ftv_vod_category_posts .ftv-vod-teaser .image-wrap:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    content: '';
    height: 40%;
    display: block;
    background-image: -webkit-linear-gradient( top , rgba(23,23,23,0) 0%, #171717 100%);
    background-image: linear-gradient(bottom to top, rgba(23,23,23,0) 0%, #171717 100%);
}

/* acf */


.site-main .form-table > tbody > .acf-field > .acf-label {
    padding: 20px 10px 20px 0;
    width: auto;
    color: #c3c3c3;
}

.site-main .form-table > tbody > .acf-field > .acf-label label {
    color: #c3c3c3;
}

#site-navigation .nav-red-button {
	display:none;
}

/* BLOG */

body.page-id-13206,
body.ftv_blog-template-default {
	background: #fff;
	color: #171717;
}
body.page-id-13206 a,
body.ftv_blog-template-default a {
	color: #006fe8;
}


.ftv-blog-teaser {
	float: left;
    display: block;
    margin-bottom: 2em;
    border-bottom: 1px #eee solid;
    padding-bottom: 1em;
}

.ftv-blog-teaser .entry-content {
	margin-top: 0px;
}

.ftv-blog-teaser h2.entry-title {
	margin-top: 0;
	font-size: 20px;  
	color: #006fe8;
}

.ftv-blog-teaser h2.entry-title a {
	color: #006fe8;
	text-decoration: none;	
}

.ftv-blog-teaser h2.entry-title a:hover {
	text-decoration: underline;	
}

.ftv_blog .header-wrapper {
	min-height: 400px;
	position: relative;
    background: no-repeat center top;
    background-size: cover;
    
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.ftv_blog .header-wrapper:after {
	position: absolute;   
    bottom: 0;
    z-index: 2;
    content: '';
    height: 200px;
    width: 100%;
    display: block;
    background-image: -webkit-linear-gradient( bottom , rgba(23,23,23,0) 0%, #ffffff 100%);
    background-image: linear-gradient(to bottom, rgba(23,23,23,0) 0%, #ffffff 100%);
}


.ftv_blog .header-wrapper .entry-title {
	position: absolute;
    bottom: 0;
    padding: 0 20px;
    font-size: 28px;
    z-index: 3;
}

.single-ftv_blog .type-ftv_blog img {
    height: auto;
    max-width: 100%;
   /* float: left;*/
   /* margin: 1em 1em 1em 0;*/
}    

.single-ftv_blog .type-ftv_blog iframe {
     margin: auto;
     display: block;
} 
    

.single-ftv_blog .entry-content, .single-ftv_blog .navigation.post-navigation{
	padding: 0 20px 20px 20px;
}


.single-ftv_blog .navigation.post-navigation{
	 border-top: 1px #006fe8 solid;
	 padding-top: 20px;	
}

.single-ftv_blog table {
	width: 100%;
}

.single-ftv_blog table td,
.single-ftv_blog table th {
	text-align: left;		
     border: 1px #ddd solid;
}

.single-ftv_blog .social-wrapper {
	width: 100%;
    margin-bottom: 3em;
    display: block;
}

.single-ftv_blog .social-wrapper .entry-date {
	width: 50%;
	float: left;
}

.single-ftv_blog .social-wrapper .social-share {
	width: 50%;
	float: right;
	text-align: right;
}
.single-ftv_blog .social-wrapper .social-share span{
	float: left;
}

.single-ftv_blog .social-wrapper .social-share a {
	text-decoration: none;
	margin: 0 1em;
	font-size: 1.2em;
}

@media only screen and (min-width: 800px) {
	.blog-page, .ftv_blog, .single-ftv_blog .navigation.post-navigation {
		max-width: 75%;    
   		margin: auto;
	}
	
	.ftv-blog-teaser .image-wrap {
		float: left;
		width: 30%;
		display: block;
	}
	
	.ftv-blog-teaser .image-wrap img {
		width: 100%;
	}
	
	.ftv-blog-teaser .text-wrap {
		float: left;
		width: 70%;
		padding: 0 20px;	
		display: block;
	}

}


@media only screen and (max-width: 799px) {
	.blog-page, .ftv_blog, .single-ftv_blog .navigation.post-navigation {
		max-width: 95%;    
   		margin: auto;
	}
	
	.ftv-blog-teaser .image-wrap {
		float: left;
		width: 100%;
		display: block;
	}
	
	.ftv-blog-teaser .image-wrap img {
		width: 100%;
	}
	
	.ftv-blog-teaser .text-wrap {
		float: left;
		width: 100%;
		padding: 0 20px;	
		display: block;
	}
}


.live-stream-header-share {
	position: absolute;
    margin-top: 8px;
    z-index: 9999;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    right: 15px;
}
    
.live-stream-header-share a{
	color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}    


.search-wrapper {
	position: absolute;
	right: 0;
	top: 0;
	padding: 20px 1em;
	background: black;
}

.search-wrapper #MySearch {
	width: 8em;
	margin-right: 1em;
	margin-left: 1em;
	position: relative;
}

.search-wrapper .search {
	margin-right: 45px;
}
.search-wrapper .search-icon {
	position: absolute;
	z-index: 999;
	font-size: 28px;
	padding: 20px 20px 0 0;
	right: 0;
	top: 0;
	color: #fff;
}

.search-wrapper .search-icon  a {
	color: #fff;
}
.hidden{
	display: none;
}

@media only screen and (max-width: 820px) {
	.search-wrapper .search-icon {
		padding: 10px 10px 0 0;
	}
}

@media only screen and (max-width: 400px) {
	.search-wrapper {
		padding: 8px 1em;
	}
	.search-wrapper .search-icon {
		padding: 8px 8px 0 0;
	}
}