@import
	url(http://shop.funimation.com/SSP%20Applications/FUNimation/Shop/css/reset-all.css)
	;

@import
	url(http://shop.funimation.com/SSP%20Applications/FUNimation/Shop/css/fonts/fonts.css)
	;

@import
	url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,800,300)
	;

@import
	url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700)
	;

@import url(https://fonts.googleapis.com/css?family=Just+Another+Hand);

/* --- GLOBAL TEXT STYLES (TAG & CLASS STYLES) --- */
a {
	cursor: pointer !important;
	color: #072559
}

a * {
	cursor: pointer
}

a:hover,ins,u,.underline {
	text-decoration: underline
}

.active a {
	cursor: default
}

center,.t-center {
	text-align: center !important
}

.t-left {
	text-align: left !important
}

.t-right {
	text-align: right !important
}

address,cite,dfn,i,em,var,.italic {
	font-style: italic
}

b,dt,em,strong,.bold {
	font-weight: 700 !important
}

del,s,strike,.line-through {
	text-decoration: line-through
}

.upcase {
	text-transform: uppercase
}

cite,q {
	font-family: 'FoundationIconsGeneral';
	font-size: 41px;
	color: #666;
}

cite:lang(en),q:lang(en) {
	font-family: 'FoundationIconsGeneral';
	font-size: 41px;
	color: #666;
}

cite:lang(es),q:lang(es) {
	font-family: 'FoundationIconsGeneral';
	font-size: 41px;
	color: #666;
}

cite:before,q:before {
	content: ''
}

cite:after,q:after {
	content: ''
}

h1,h2,h3,h4,h5,.item-title,.user-name {
	font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
	font-weight: bold
}

h1 {
	font-size: 40px;
	line-height: 40px
}

h2 {
	font-size: 20px;
	line-height: 19px
}

h3 {
	font-size: 22px;
	line-height: 17px
}

h4 {
	font-size: 18px;
	line-height: 13px
}

h5 {
	font-size: 16px;
	line-height: 16px
}

p { /*same as body text style*/
	word-wrap: break-word
}

.item-title {
	font-size: 15px;
	line-height: 19px;
	color: #072559
}

del.old-price {
	font-size: 12px;
	line-height: 12px;
	color: #433D3A
}

strong.new-price {
	font-size: 16px;
	line-height: 16px;
	color: #222222
}

.lh16 {
	line-height: 16px
}

.fs18 {
	font-size: 18px
}

.fs16 {
	font-size: 16px
}

.fs14 {
	font-size: 14px !important
}

.fs12 {
	font-size: 12px
}

.fs11 {
	font-size: 11px
}

.regular {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif
}

.condensed {
	font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif
}

.white {
	color: #FFFFFF
}

.black {
	color: #000000
}

.blue {
	color: #072559
}

.green {
	color: #08AD00
}

.orange {
	color: #FF7800
}

.red {
	color: #C12F3C !important
}

.gray1 {
	color: #433D3A /*darker*/
}

.gray2 {
	color: #434343
}

.gray3 {
	color: #4E4E4E
}

.gray4 {
	color: #666666
}

.gray5 {
	color: #727272
}

.gray6 {
	color: #b3b3b3 /*lighter*/
}

.shop-hero {
	width: 960px;
	height: 300px;
	background: #ccc url('http://www.funimation.com/admin/files/thumb/457/0') no-repeat 50% 50%;
	background-size: cover;
}

.shop-hero h1 {
	padding: 25px 0 0 10px;
	width: 560px;
}

.shop-hero h1 span{
	text-transform: uppercase;
	font-size: 70px;
	line-height: .8;
	color: #fff;
	color: rgba(255,255,255,0.8);
	opacity: 0;
}

.shop-hero h1 .tinytext {
	font-size: 16px;
	display: block;
	margin-top: 12px;
}

.shop-hero .btn-red {
    margin: 10px 8px 0 0;
    text-transform: uppercase;
    width: 150px;
}

.shop-hero .btn-red.size3 {
    font-size: 18px;
    height: 36px;
    line-height: 18px;
    padding: 8px;
}

.shop-hero .btn-red {
    background-color: #95242c;
    background-image: -moz-linear-gradient(center top , #bd2e3a 0px, #832028 100%) !important;
    background-position: 0 0;
    border: 1px solid #500;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.2) inset;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: "Open Sans Condensed",Arial,Helvetica,sans-serif;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    transition: all 0.2s linear 0s;
}

#logged h1,#logged h2,#logged h3,#logged h4,#logged h5,#logged a:not ([class*="btn"]
	){
	color: #C12F3C
}

.nobg {
	background-image: none !important
}

.noshadow {
	-webkit-box-shadow: none;
	box-shadow: none !important
}

input[type='email'],input[type='password'],input[type='text'],textarea,select
	{
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 28px;
	padding: 3px
}

input[type="submit"] {
	cursor: pointer
}

input[type="checkbox"] {
	padding: 0
}
/* --- /GLOBAL TEXT STYLES (TAG & CLASS STYLES) --- */

/* --- GLOBAL CUSTOM STYLES --- */
.left {
	float: left !important
}

.right {
	float: right !important
}

.clear {
	clear: both
}

.clearfix:before,.clearfix:after {
	content: '.';
	display: block;
	overflow: hidden;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0
}

.clearfix:after {
	clear: both
}

.clearfix {
	zoom: 1
}

.share-show .clearfix.right {
	width: 73%
}

.center {
	margin: 0 auto
}

.hide,[hidden] {
	display: none !important
}

.show {
	display: block
}

.fade {
	-webkit-transition: opacity 0.15s linear;
	-moz-transition: opacity 0.15s linear;
	-ms-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
	opacity: 0
}

.fade.in {
	opacity: 1
}

.mirror {
	display: block;
	-moz-transform: matrix(-1, 0, 0, 1, 0, 0);
	-webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
	-o-transform: matrix(-1, 0, 0, 1, 0, 0)
}

.ui-corner-all,.ui-corner-top {
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-khtml-border-top-left-radius: 4px;
	border-top-left-radius: 4px
}

.ui-corner-all,.ui-corner-top {
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	-khtml-border-top-right-radius: 4px;
	border-top-right-radius: 4px
}

.ui-corner-all,.ui-corner-bottom {
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-khtml-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px
}

.ui-corner-all,.ui-corner-bottom {
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-khtml-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px
}

.show-section .ui-corner-all,.show-section .ui-corner-top {
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	-khtml-border-top-left-radius: 0;
	border-top-left-radius: 0
}

.show-section .ui-corner-all,.show-section .ui-corner-top {
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	-khtml-border-top-right-radius: 0;
	border-top-right-radius: 0
}

.show-section .ui-corner-all,.show-section .ui-corner-bottom {
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
	-khtml-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0
}

.show-section .ui-corner-all,.show-section .ui-corner-bottom {
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
	-khtml-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0
}

p.empty-content {
	margin-top: 20px
}

.empty-content-heading {
	height: auto
}

#lights {
	background-color: #000;
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 8050
}

#show_video_player_subscriber,#show_video_player_free_member {
	z-index: 8060 !important
}
/* --- /GLOBAL CUSTOM STYLES --- */

/* --- GLOBAL CUSTOM STYLES - icons- font awesome --- */
[class^="icon-"],[class^="icon-"]:before {
	display: inline-block;
	width: auto;
	height: auto;
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: center
}

[class^="icon-"]:hover {
	cursor: pointer;
	text-decoration: none
}

.icon-alert:before {
	content: '\f071'
}

.icon-arrow-down:before {
	content: '\f063'
}

.icon-arrow-up:before {
	content: '\f062'
}

.icon-ban-circle:before {
	content: '\f05e'
}

.icon-blog:before {
	content: '\f016'
}

.icon-camera:before {
	content: '\f030'
}

.icon-caret:before {
	content: '\f0d7'
}

.icon-caret-down:before {
	content: '\f0d7'
}

.icon-caret-up:before {
	content: '\f0d8'
}

.icon-certificate:before {
	content: '\f0a3'
}

.icon-check:before {
	content: '\f00c'
}

.icon-clip:before {
	content: '\f0C6'
}

.icon-cog:before {
	content: '\f013'
}

.icon-comments:before {
	content: '\f075'
}

.icon-config:before {
	content: '\f085'
}

.icon-cross:before {
	content: '\f00d'
}

.icon-download:before {
	content: '\f0ab'
}

.icon-drag:before {
	content: '\f047'
}

.icon-envelope:before {
	content: '\f003'
}

.icon-facebook-sign:before {
	content: '\f082'
}

.icon-facebook-sign:hover {
	color: #3B5998 !important
}

.icon-flag:before {
	content: '\f024'
}

.icon-four-items:before {
	content: '\f009'
}

.icon-google-plus-sign:before {
	content: '\f0d4'
}

.icon-grid-view:before {
	content: '\f00a'
}

.icon-group:before {
	content: '\f0c0'
}

.icon-heart:before {
	content: '\f004'
}

.icon-list-view:before {
	content: '\f039'
}

.icon-mail:before {
	content: '\f003'
}

.icon-mail:hover {
	color: #395875
}

.icon-minus:before {
	content: '\f068'
}

.btn.size4 .icon-minus {
	width: 14px
}

.icon-play:before {
	content: '\f04b'
}

.icon-plus:before {
	content: '\f067'
}

.btn.size4 .icon-plus {
	width: 14px
}

.icon-print:before {
	content: '\f02f'
}

.icon-private:before {
	content: '\f05e'
}

.icon-product:before {
	content: '\f02a'
}

.icon-public:before {
	content: '\f0c0'
}

.icon-remove-sign:before {
	content: '\f057'
}

.icon-reply:before {
	content: '\f064'
}

.icon-share:before {
	content: '\f045'
}

.icon-shopping-cart:before {
	content: '\f07a'
}

.icon-single-item:before {
	content: '\f04d'
}

.icon-tag:before {
	content: '\f02b'
}

.icon-thumbs-up:before {
	content: '\f087'
}

.icon-thumbs-down:before {
	content: '\f088'
}

.icon-trash:before {
	content: '\f014'
}

.icon-trophy:before {
	content: '\f091'
}

.icon-twitter-sign:before {
	content: '\f081'
}

.icon-user:before {
	content: '\f007'
}

.icon-video:before {
	content: '\f03d'
}

.icon-file:before {
	font-family: 'FoundationIconsGeneral';
	content: '\006a'
}

.icon-calendar:before {
	content: "\f073"
}
/* --- /GLOBAL CUSTOM STYLES - icons- font awesome --- */

/* --- GLOBAL CUSTOM STYLES - icons - social foundicon --- */
[class*='foundicon-'],[class*='foundicon-']:before {
	display: inline-block;
	width: auto;
	height: auto;
	font-family: 'SocialFoundicons';
	font-style: normal;
	font-weight: normal;
	text-decoration: none
}

[class*='foundicon-']:hover {
	cursor: pointer;
	text-decoration: none
}

.foundicon-facebook:before {
	content: '\f003'
}

.foundicon-facebook:hover {
	color: #3B5998 !important
}

.foundicon-google-plus:before {
	content: '\f00d'
}

.foundicon-google-plus:hover {
	color: #C83D20 !important
}

.foundicon-pinterest:before {
	content: '\f005'
}

.foundicon-pinterest:hover {
	color: #CB2027 !important
}

.foundicon-tumblr:before {
	content: '\f01a';
	font-size: 21.4px;
}

.foundicon-tumblr:hover {
	color: #395875 !important
}

.foundicon-twitter:before {
	content: '\f004'
}

.foundicon-twitter:hover {
	color: #00BEF6 !important
}

.foundicon-youtube:before {
	content: '\f00e'
}

.foundicon-youtube:hover {
	color: #AD2B26 !important
}

.foundicon-vimeo:before {
	content: '\f00f'
}

.foundicon-vimeo:hover {
	color: #10ABD7 !important
}

.foundicon-up-arrow:before {
	content: '\f016'
}

.foundicon-down-arrow:before {
	content: '\f017'
}
/* --- /GLOBAL CUSTOM STYLES - icons - social foundicon --- */

/* --- GLOBAL CUSTOM STYLES - icons - in SVG --- */
[class*='svg-icon-'] {
	display: inline-block;
	background-repeat: no-repeat;
	background-position: left bottom;
	text-indent: -9999px;
	overflow: hidden
}

.svg-icon-pc-mini {
	min-width: 15px;
	min-height: 13px;
	background-image: url(../img/icon-pc-mini.svg)
}

.svg-icon-tablet-mini {
	min-width: 15px;
	min-height: 13px;
	background-image: url(../img/icon-tablet-mini.svg)
}

.svg-icon-mobile-mini {
	min-width: 11px;
	min-height: 15px;
	background-image: url(../img/icon-mobile-mini.svg)
}

.svg-icon-pc-large {
	min-width: 23px;
	min-height: 19px;
	background-image: url(../img/icon-pc-large.svg)
}

.svg-icon-tablet-large {
	min-width: 23px;
	min-height: 19px;
	background-image: url(../img/icon-tablet-large.svg)
}

.svg-icon-mobile-large {
	min-width: 16px;
	min-height: 22px;
	background-image: url(../img/icon-mobile-large.svg)
}
/* --- /GLOBAL CUSTOM STYLES - icons - in SVG --- */

/* --- GLOBAL CUSTOM STYLES - icons - others --- */
.non-started,.in-progress,.completed {
	border: 2px solid #666666;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	display: block;
	height: 8px;
	margin: 0 auto;
	width: 8px
}

.completed {
	background-color: #666666
}

.in-progress:before {
	background: #666666;
	content: " ";
	display: block;
	height: 8px;
	width: 4px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px
}
/* --- /GLOBAL CUSTOM STYLES - icons - others --- */

/* --- GLOBAL CUSTOM STYLES - stars --- */
.rank-content {
	height: 16px;
	text-align: center
}

.rank-content ul {
	display: inline-block;
	height: 16px;
	margin: 0
}

.rank-content ul li.yellow {
	color: #FFCC00;
}

.rank-content ul li {
	cursor: pointer;
}

[class^="rank-"] ul li,.rank ul li {
	display: inline-block;
	float: left;
	margin: 0;
	width: auto !important;
	height: auto;
	font-family: 'FontAwesome';
	line-height: 15px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #666666;
	list-style-type: none;
}

[class^="rank-"] ul li:first-child,.rank ul li:first-child {
	margin: 0
}

[class^="rank-"] ul li:before,.rank ul li:before {
	content: '\f005'
}

.rank-1-stars ul li.star-one,.rank-2-stars ul li.star-one,.rank-2-stars ul li.star-two,.rank-3-stars ul li.star-one,.rank-3-stars ul li.star-two,.rank-3-stars ul li.star-three,.rank-4-stars ul li.star-one,.rank-4-stars ul li.star-two,.rank-4-stars ul li.star-three,.rank-4-stars ul li.star-four,.rank-5-stars ul li.star-one,.rank-5-stars ul li.star-two,.rank-5-stars ul li.star-three,.rank-5-stars ul li.star-four,.rank-5-stars ul li.star-five
	{
	color: #FFCC00
}
/* --- /GLOBAL CUSTOM STYLES - stars --- */

/* --- GLOBAL CUSTOM STYLES - buttons - red --- */
.btn-red {
	display: inline-block;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1), inset 0px 1px 0px
		rgba(255, 255, 255, 0.2);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1), inset 0px 1px 0px
		rgba(255, 255, 255, 0.2);
	border: 1px solid #550000;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #95242C;
	background-image: -moz-linear-gradient(top, #BD2E3A 0%, #832028 100%)
		!important;
	background-image: -ms-linear-gradient(top, #BD2E3A 0%, #832028 100%)
		!important;
	background-image: -o-linear-gradient(top, #BD2E3A 0%, #832028 100%)
		!important;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #BD2E3A),
		color-stop(100%, #832028) ) !important;
	background-image: -webkit-linear-gradient(top, #BD2E3A 0%, #832028 100%)
		!important;
	background-image: linear-gradient(top, #BD2E3A 0%, #832028 100%)
		!important;
	background-image:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JkMmUzYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4MzIwMjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background-position: 0% 0%;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
	font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear
}

.btn-red * {
	cursor: pointer
}

.btn-red.icon-left {
	text-align: right
}

.btn-red.icon-left span {
	float: left
}

.btn-red.icon-right {
	text-align: left
}

.btn-red.icon-right span {
	float: right
}

.btn-red.size1 {
	font-size: 14px;
	line-height: 14px;
	height: 26px;
	padding: 5px
}

.btn-red.size1.icon-left span {
	margin: 1px 6px 0 0
}

.btn-red.size1.icon-right span {
	margin: 1px 0 0 6px
}

.btn-red.size2 {
	font-size: 14px;
	line-height: 14px;
	height: 30px;
	padding: 7px 14px
}

.btn-red.size3 {
	font-size: 18px;
	line-height: 18px;
	height: 36px;
	padding: 8px 16px
}

.btn-red.size3.icon-left span {
	margin: 2px 10px 0 0
}

.btn-red.size3.icon-right span {
	margin: 2px 0 0 10px
}

.btn-red.size4 {
	font-size: 25px;
	line-height: 25px;
	height: 53px;
	padding: 13px
}

.btn-red.size4.icon-left span {
	margin: 3px 12px 0 0
}

.btn-red.size4.icon-right span {
	margin: 2px 0 0 12px
}

.btn-red:hover {
	background-color: #95242C;
	background-position: 0% -100%;
	background-image: none !important;
	border: solid 1px #000000;
	text-decoration: none;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear
}

.btn-red:active {
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25) !important;
	-ms-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25);
	-o-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25) !important;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25) !important;
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25) !important
}
/* --- /GLOBAL CUSTOM STYLES - buttons - red --- */

/* --- GLOBAL CUSTOM STYLES - buttons - gray --- */
.btn {
	display: inline-block;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1), inset 0px 1px 0px
		rgba(255, 255, 255, 0.2);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1), inset 0px 1px 0px
		rgba(255, 255, 255, 0.2);
	border: 1px solid #B6B6B6;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #F5F5F5;
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #E6E6E6 100%)
		!important;
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #E6E6E6 100%)
		!important;
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #E6E6E6 100%)
		!important;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF),
		color-stop(100%, #E6E6E6) ) !important;
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #E6E6E6 100%)
		!important;
	background-image: linear-gradient(top, #FFFFFF 0%, #E6E6E6 100%)
		!important;
	background-image:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNmU2ZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background-position: 0% 0%;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.75);
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear
}

.btn * {
	cursor: pointer
}

.btn.size1 {
	font-size: 11px;
	line-height: 11px;
	height: 21px;
	padding: 4px 7px
}

.btn.icon-left {
	text-align: right
}

.btn.icon-left span {
	float: left
}

.btn.icon-right {
	text-align: left
}

.btn.icon-right span {
	float: right
}

.btn.size2 {
	font-size: 13px;
	line-height: 13px;
	height: 23px;
	padding: 4px 7px
}

.btn.size2.icon-left span {
	margin: 1px 4px 0 0
}

.btn.size2.icon-right span {
	margin: 1px 0 0 4px
}

.btn.size3 {
	font-size: 13px;
	line-height: 13px;
	height: 25px;
	padding: 5px
}

.btn.size4 {
	font-size: 13px;
	line-height: 13px;
	height: 27px;
	padding: 6px
}

.btn.size4.icon-left span {
	margin: 1px 4px 0 0
}

.btn.size4.icon-right span {
	margin: 1px 0 0 4px
}

.btn.size5 {
	font-size: 18px;
	line-height: 18px;
	height: 34px;
	padding: 7px 14px
}

.btn:hover {
	background-color: #E6E6E6;
	background-position: 0% -100%;
	background-image: none !important;
	text-decoration: none;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear
}

.btn:active {
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.10) !important;
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.10) !important
}
/* --- /GLOBAL CUSTOM STYLES - buttons - gray --- */

/* --- GLOBAL CUSTOM STYLES - buttons - gray - group/dropdown menu --- */
.btn-group {
	position: relative;
	display: inline-block
}

.btn-group .btn {
	float: left;
	border-left-width: 0
}

.btn-group>.btn:first-of-type {
	-moz-border-radius-topright: 0;
	-ms-border-radius-topright: 0;
	-o-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	-ms-border-radius-bottomright: 0;
	-o-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
	border-left-width: 1px
}

.btn-group>.btn:last-of-type {
	-moz-border-radius-topleft: 0;
	-ms-border-radius-topleft: 0;
	-o-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-ms-border-radius-bottomleft: 0;
	-o-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group .btn.active,.btn-group.open .btn.dropdown-toggle {
	background-color: #E6E6E6;
	background-image: -moz-linear-gradient(top, #B3B3B3 0%, #E5E5E5 100%)
		!important;
	background-image: -ms-linear-gradient(top, #B3B3B3 0%, #E5E5E5 100%)
		!important;
	background-image: -o-linear-gradient(top, #B3B3B3 0%, #E5E5E5 100%)
		!important;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #B3B3B3),
		color-stop(100%, #E5E5E5) ) !important;
	background-image: -webkit-linear-gradient(top, #B3B3B3 0%, #E5E5E5 100%)
		!important;
	background-image: linear-gradient(top, #B3B3B3 0%, #E5E5E5 100%)
		!important;
	background-image:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IzYjNiMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+)
}

.btn-group .btn.dropdown-toggle .icon-caret:before {
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear
}

.btn-group .btn.dropdown-toggle .icon-caret {
	opacity: 0.3;
	filter: alpha(opacity = 30);
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear
}

.btn-group.open .btn.dropdown-toggle .icon-caret:before {
	content: '\f0d8'
}

.btn-group .btn.dropdown-toggle:hover .icon-caret,.btn-group.open .btn.dropdown-toggle .icon-caret
	{
	opacity: 1;
	filter: alpha(opacity = 100)
}

.btn-group.switch-class .btn,.btn-group.switch-view .btn {
	height: 26px;
	font-size: 18px
}

.btn-group.switch-class .btn span,.btn-group.switch-view .btn span {
	width: auto;
	text-align: center;
	line-height: 15px
}

.btn-group .dropdown-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	margin: 2px 0 0 0;
	min-width: 160px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	padding: 4px 0;
	list-style: none;
	border: 1px solid #CCCCCC;
	border-color: rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #FFFFFF;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2)
}

.btn-group.open .dropdown-menu {
	display: block
}

.btn-group .dropdown-menu.bottom-up {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px
}

.btn-group .dropdown-menu a {
	display: block;
	padding: 3px 15px;
	font-size: 13px;
	color: #555555;
	white-space: nowrap
}

.btn-group .dropdown-menu li>a:hover,.dropdown-menu .active>a,.dropdown-menu .active>a:hover
	{
	background-color: #0088CC;
	text-decoration: none;
	color: #FFFFFF
}

.btn-group .dropdown-menu .divider {
	height: 1px;
	margin: 5px 1px;
	overflow: hidden;
	background-color: #E5E5E5
}

.dropdown.open .dropdown-menu {
	display: block
}
/* --- /GLOBAL CUSTOM STYLES - buttons - gray - group/dropdown menu --- */

/* --- GLOBAL CUSTOM STYLES - buttons - online/offline --- */
.btn-status {
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px
		rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px
		rgba(0, 0, 0, 0.05);
	border-width: 1px;
	border-style: solid;
	border-color: #DDDDDD #D6D6D6 #B8B8B8;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	min-width: 8px;
	height: 10px;
	padding: 2px 3px;
	vertical-align: middle;
	cursor: default !important
}

.btn-status:hover {
	text-decoration: none;
	cursor: default !important
}

.btn-status.dot {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.btn-status:not ([class*="dot"] ):before {
	font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #FFFFFF;
	vertical-align: top
}

.btn-status.online {
	background: #002255
}

.btn-status.online:not ([class*="dot"] ):before {
	content: 'online'
}

.btn-status.offline {
	background: #B3B3B3
}

.btn-status.offline:not ([class*="dot"] ):before {
	content: 'offline'
}
/* --- /GLOBAL CUSTOM STYLES - buttons - online/offline --- */

/* --- GLOBAL CUSTOM STYLES - buttons - login/logged --- */
.login-btn,.logged-user-btn {
	display: inline-block;
	border: 1px solid #000000;
	border-top: none;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-ms-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	padding: 8px 10px 11px;
	font-size: 15px; /* Old browsers */
	background: #3E3E3E; /* FF3.6+ */
	background-image: -moz-linear-gradient(top, #3E3E3E 0%, #797979 100%)
		!important; /* Chrome,Safari4+ */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3E3E3E),
		color-stop(100%, #797979) ) !important; /* Chrome10+,Safari5.1+ */
	background-image: -webkit-linear-gradient(top, #3E3E3E 0%, #797979 100%)
		!important; /* Opera 11.10+ */
	background-image: -o-linear-gradient(top, #3E3E3E 0%, #797979 100%)
		!important; /* IE9 */
	background-image:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNlM2UzZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3OTc5NzkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	/* IE10+ */
	background-image: -ms-linear-gradient(top, #3E3E3E 0%, #797979 100%)
		!important; /* W3C */
	background-image: linear-gradient(to bottom, #3E3E3E 0%, #797979 100%)
		!important
}

.logged-user-btn {
	min-width: 74px;
	padding: 8px 10px 11px 58px
}

.login-btn:before,.logged-user-btn:before {
	content: '\25bc';
	display: block;
	margin-bottom: 3px;
	font-size: 10px;
}

.login-opened .login-btn:before,.logged-opened .logged-user-btn:before {
	content: '\25b2'
}

.login-btn:hover,.logged-user-btn:hover {
	color: #FFFFFF;
	text-decoration: none; /* FF3.6+ */
	background-image: -moz-linear-gradient(top, #3E3E3E 0%, #5E5D5D 100%)
		!important; /* Chrome,Safari4+ */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3E3E3E),
		color-stop(100%, #5E5D5D) ) !important; /* Chrome10+,Safari5.1+ */
	background-image: -webkit-linear-gradient(top, #3E3E3E 0%, #5E5D5D 100%)
		!important; /* Opera 11.10+ */
	background-image: -o-linear-gradient(top, #3E3E3E 0%, #5E5D5D 100%)
		!important; /* IE9 */
	background-image:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNlM2UzZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1ZDVkNWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	/* IE10+ */
	background-image: -ms-linear-gradient(top, #3E3E3E 0%, #5E5D5D 100%)
		!important; /* W3C */
	background-image: linear-gradient(to bottom, #3E3E3E 0%, #5E5D5D 100%)
		!important
}
/* --- /GLOBAL CUSTOM STYLES - buttons - login/logged --- */

/* --- GLOBAL CUSTOM STYLES - custom select menu --- */
.ui-selectmenu {
	border: 1px solid transparent;
	border-radius: 4px;
	display: inline-block;
	font: normal 13px/1 'Open Sans', sans-serif;
	margin-right: 7px;
	outline: none !important;
	padding: 0;
	position: relative;
	text-decoration: none !important;
	vertical-align: middle;
	overflow: hidden;
	zoom: 1
}

.ui-selectmenu-icon {
	position: absolute;
	margin-top: -9px;
	top: 50%
}

.ui-selectmenu-menu {
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	z-index: 1005 !important
}

.ui-selectmenu-menu ul:before {
	content: '';
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #333333;
	height: 0;
	left: 24px;
	margin-left: -8px;
	position: absolute;
	top: -8px;
	width: 0
}

.ui-selectmenu-menu ul {
	border: 2px solid #333333;
	height: auto !important;
	padding: 0;
	margin: 8px 0 0;
	list-style: none;
	position: relative
}

.ui-selectmenu-menu.ui-selectmenu-open {
	display: block
}

.ui-selectmenu-menu li {
	padding: 0;
	margin: 0;
	display: block;
	border: none !important
}

.ui-selectmenu-menu li.ui-state-hover {
	border: none !important
}

.ui-selectmenu-menu li a {
	color: #072559;
	font: bold 13px/1 "Open Sans Condensed", sans-serif;
	line-height: 1;
	display: block;
	padding: 12px 11px;
	outline: none;
	text-decoration: none
}

.ui-selectmenu .ui-selectmenu-status {
	line-height: 2;
	display: inline;
	outline: none;
	padding: 5px 0px 5px 5px;
	text-decoration: none
}

.ui-selectmenu-menu li.ui-state-disabled a,.ui-state-disabled {
	cursor: default
}

.ui-selectmenu-menu li span,.ui-selectmenu-status span {
	display: block;
	margin-bottom: .2em
}

.ui-selectmenu-menu li .ui-selectmenu-item-header {
	font-weight: bold
}

.ui-selectmenu-menu li .ui-selectmenu-item-footer {
	opacity: .8
}

.ui-selectmenu-menu .ui-selectmenu-group ul {
	margin: 0;
	padding: 0
}

* html .ui-selectmenu-menu li {
	border-color: pink;
	filter: chroma(color = pink);
	width: 100%
}

* html .ui-selectmenu-menu li a {
	position: relative
}

*+html .ui-state-disabled,*+html .ui-state-disabled a {
	color: silver
}

.ui-selectmenu .ui-icon:after {
	font-size: 8px;
	content: '\25bc';
	margin-top: 2px;
	margin-left: 4px;
	margin-bottom: 6px;
	display: inline
}

.ui-selectmenu.ui-state-default .ui-icon:after {
	content: '\25bc'
}

.ui-selectmenu.ui-state-active .ui-icon:after {
	content: '\25b2'
}
/*.ui-selectmenu-menu .ui-widget-content{background:#FFF}*/
.ui-selectmenu-menu .ui-widget-content {
	background: #FFF;
	width: auto !important;
        height: 300px !important;
    overflow-y: scroll;
}

.ui-selectmenu.ui-state-default {
	border: 1px solid transparent;
	background: #CECECE;
	font-weight: normal;
	color: #000;
	padding-right: 17px;
	width: auto !important
}

.ui-selectmenu:hover,.ui-selectmenu.ui-state-hover {
	cursor: pointer !important;
	
}
.ui-selectmenu-menu ul li a:hover {
	padding: 10px 30px 10px 10px !important;
}

.ui-selectmenu.ui-state-hover,.ui-selectmenu.ui-state-active {
	border: 1px solid #FFF !important;
	background: #CECECE
}

.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited
	{
	color: #000;
	text-decoration: none
}

.ui-widget-content.ui-selectmenu-menu-dropdown .ui-state-hover,.ui-widget-content.ui-selectmenu-menu-dropdown .ui-state-focus
	{
	background: #E6E6E6
}
/* --- /GLOBAL CUSTOM STYLES - custom select menu --- */

/* --- GLOBAL CUSTOM STYLES - CHOSEN selects --- */
/* @group Base */
.chzn-container {
	font-size: 13px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	*display: inline
}

.chzn-container .chzn-drop {
	background: #fff;
	border: 1px solid #aaa;
	border-top: 0;
	position: absolute;
	top: 100%;
	left: -9999px;
	-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
	box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
	z-index: 1010;
	width: 100%;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	box-sizing: border-box
}

.chzn-container.chzn-with-drop .chzn-drop {
	left: 0
}

/* @group Single Chosen */
.chzn-container-single .chzn-single {
	background-color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#ffffff',
		endColorstr='#eeeeee', GradientType=0 );
	background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #ffffff),
		color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee),
		color-stop(100%, #f4f4f4) );
	background-image: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%,
		#f4f4f4 100%);
	background-image: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4
		100%);
	background-image: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4
		100%);
	background-image: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #aaaaaa;
	-webkit-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
	display: block;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
	height: 25px;
	line-height: 25px;
	padding: 0 0 0 5px;
	color: #444444;
	text-decoration: none
}

.chzn-container-single .chzn-default {
	color: #999
}

.chzn-container-single .chzn-single span {
	margin-right: 26px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis
}

.chzn-container-single .chzn-single-with-deselect span {
	margin-right: 38px
}

.chzn-container-single .chzn-single abbr {
	display: block;
	position: absolute;
	right: 26px;
	top: 6px;
	width: 12px;
	height: 12px;
	font-size: 1px;
	background: url(../img/chosen-sprite.png) -42px 1px no-repeat
}

.chzn-container-single .chzn-single abbr:hover {
	background-position: -42px -10px
}

.chzn-container-single.chzn-disabled .chzn-single abbr:hover {
	background-position: -42px -10px
}

.chzn-container-single .chzn-single div {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	height: 100%;
	width: 18px
}

.chzn-container-single .chzn-single div b {
	background: url(../img/chosen-sprite.png) no-repeat 2px 4px;
	display: block;
	width: 100%;
	height: 100%
}

.chzn-container-single .chzn-search {
	padding: 3px 4px;
	position: relative;
	margin: 0;
	white-space: nowrap;
	z-index: 1010
}

.chzn-container-single .chzn-search input {
	background: #fff url(../img/chosen-sprite.png) no-repeat 100% -20px;
	background: url(../img/chosen-sprite.png) no-repeat 100% -20px,
		-webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee),
		color-stop(15%, #ffffff) );
	background: url(../img/chosen-sprite.png) no-repeat 100% -20px,
		-webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
	background: url(../img/chosen-sprite.png) no-repeat 100% -20px,
		-moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
	background: url(../img/chosen-sprite.png) no-repeat 100% -20px,
		-o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
	background: url(../img/chosen-sprite.png) no-repeat 100% -20px,
		linear-gradient(#eeeeee 1%, #ffffff 15%);
	margin: 1px 0;
	padding: 4px 20px 4px 5px;
	outline: 0;
	border: 1px solid #aaa;
	font-family: sans-serif;
	font-size: 1em;
	width: 100%;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	box-sizing: border-box
}

.chzn-container-single .chzn-drop {
	margin-top: -1px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box
}

.chzn-container-single-nosearch .chzn-search {
	position: absolute;
	left: -9999px
}

/* @group Multi Chosen */
.chzn-container-multi .chzn-choices {
	background-color: #fff;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee),
		color-stop(15%, #ffffff) );
	background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
	background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
	background-image: -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
	background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #aaaaaa;
	margin: 0;
	padding: 0;
	cursor: text;
	overflow: hidden;
	height: auto !important;
	height: 1%;
	position: relative;
	width: 100%;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	box-sizing: border-box
}

.chzn-container-multi .chzn-choices li {
	float: left;
	list-style: none
}

.chzn-container-multi .chzn-choices .search-field {
	white-space: nowrap;
	margin: 0;
	padding: 0
}

.chzn-container-multi .chzn-choices .search-field input {
	color: #666;
	background: transparent !important;
	border: 0 !important;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
	min-height: 0;
	font-family: sans-serif;
	font-size: 100%;
	height: 15px;
	padding: 4px;
	margin: 1px 0;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.chzn-container-multi .chzn-choices .search-field .default {
	color: #999
}

.chzn-container-multi .chzn-choices .search-choice {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #e4e4e4;
	filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#f4f4f4',
		endColorstr='#eeeeee', GradientType=0 );
	background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #f4f4f4),
		color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8),
		color-stop(100%, #eeeeee) );
	background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%,
		#eeeeee 100%);
	background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee
		100%);
	background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee
		100%);
	background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
	-webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
	color: #333;
	border: 1px solid #aaaaaa;
	line-height: 13px;
	padding: 3px 20px 3px 5px;
	margin: 2px 0 2px 2px;
	position: relative;
	cursor: default
}

.chzn-container-multi .chzn-choices .search-choice.search-choice-disabled
	{
	background-color: #e4e4e4;
	filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#f4f4f4',
		endColorstr='#eeeeee', GradientType=0 );
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4),
		color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8),
		color-stop(100%, #eeeeee) );
	background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%,
		#eeeeee 100%);
	background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee
		100%);
	background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee
		100%);
	background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee
		100%);
	background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%
		);
	color: #666;
	border: 1px solid #cccccc;
	padding-right: 5px
}

.chzn-container-multi .chzn-choices .search-choice-focus {
	background: #d4d4d4
}

.chzn-container-multi .chzn-choices .search-choice .search-choice-close
	{
	display: block;
	position: absolute;
	right: 3px;
	top: 4px;
	width: 12px;
	height: 12px;
	font-size: 1px;
	background: url(../img/chosen-sprite.png) -42px 1px no-repeat
}

.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover
	{
	background-position: -42px -10px
}

.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close
	{
	background-position: -42px -10px
}

/* @group Results */
.chzn-container .chzn-results {
	margin: 0 4px 4px 0;
	max-height: 150px;
	padding: 0 0 0 4px;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch
}

.chzn-container-multi .chzn-results {
	margin: 0;
	padding: 0
}

.media_modal .chzn-container .chzn-results {
	max-height: 99px
}

.chzn-container .chzn-results li {
	display: none;
	line-height: 15px;
	padding: 5px 6px;
	margin: 0;
	list-style: none
}

.chzn-container .chzn-results .active-result {
	cursor: pointer;
	display: list-item
}

.chzn-container .chzn-results .disabled-result {
	color: #ccc;
	cursor: default;
	display: list-item
}

.chzn-container .chzn-results .disabled-result em {
	background: transparent
}

.chzn-container .chzn-results .highlighted {
	background-color: #3875d7;
	filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#3875d7',
		endColorstr='#2a62bc', GradientType=0 );
	background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #3875d7),
		color-stop(90%, #2a62bc) );
	background-image: -webkit-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
	background-image: -moz-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
	background-image: -o-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
	background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
	color: #fff
}

.chzn-container .chzn-results li em {
	background: #feffde;
	font-style: normal
}

.chzn-container .chzn-results .highlighted em {
	background: transparent
}

.chzn-container .chzn-results .no-results {
	background: #f4f4f4;
	display: list-item
}

.chzn-container .chzn-results .group-result {
	cursor: default;
	color: #999;
	font-weight: bold
}

.chzn-container .chzn-results .group-option {
	padding-left: 15px
}

.chzn-container-multi .chzn-drop .result-selected {
	color: #ccc;
	cursor: default;
	display: list-item
}

.chzn-container-multi .chzn-drop .result-selected em {
	background: transparent
}

.chzn-container .chzn-results-scroll {
	background: white;
	margin: 0 4px;
	position: absolute;
	text-align: center;
	width: 321px;
	z-index: 1
}

.chzn-container .chzn-results-scroll span {
	display: inline-block;
	height: 17px;
	text-indent: -5000px;
	width: 9px
}

.chzn-container .chzn-results-scroll-down {
	bottom: 0
}

.chzn-container .chzn-results-scroll-down span {
	background: url(../img/chosen-sprite.png) no-repeat -4px -3px
}

.chzn-container .chzn-results-scroll-up span {
	background: url(../img/chosen-sprite.png) no-repeat -22px -3px
}

/* @group Active  */
.chzn-container-active .chzn-single {
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	border: 1px solid #5897fb
}

.chzn-container-active.chzn-with-drop .chzn-single {
	border: 1px solid #aaa;
	-webkit-box-shadow: 0 1px 0 #fff inset;
	box-shadow: 0 1px 0 #fff inset;
	background-color: #eee;
	filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#eeeeee',
		endColorstr='#ffffff', GradientType=0 );
	background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #eeeeee),
		color-stop(80%, #ffffff) );
	background-image: -webkit-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
	background-image: -moz-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
	background-image: -o-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
	background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.chzn-container-active.chzn-with-drop .chzn-single div {
	background: transparent;
	border-left: none
}

.chzn-container-active.chzn-with-drop .chzn-single div b {
	background-position: -18px 2px
}

.chzn-container-active.chzn-with-drop .chzn-choices {
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	border-bottom-color: transparent
}

.chzn-container-active .chzn-choices .search-field input {
	color: #111 !important
}

/* @group Disabled Support */
.chzn-disabled {
	cursor: default;
	opacity: 0.5 !important
}

.chzn-disabled .chzn-single {
	cursor: default
}

.chzn-disabled .chzn-choices .search-choice .search-choice-close {
	cursor: default
}

/* @group Right to Left */
.chzn-rtl {
	text-align: right
}

.chzn-rtl .chzn-single {
	padding: 0 8px 0 0;
	overflow: visible
}

.chzn-rtl .chzn-single span {
	margin-left: 26px;
	margin-right: 0;
	direction: rtl
}

.chzn-rtl .chzn-single-with-deselect span {
	margin-left: 38px
}

.chzn-rtl .chzn-single div {
	left: 3px;
	right: auto
}

.chzn-rtl .chzn-single abbr {
	left: 26px;
	right: auto
}

.chzn-rtl .chzn-choices .search-field input {
	direction: rtl
}

.chzn-rtl .chzn-choices li {
	float: right
}

.chzn-rtl .chzn-choices .search-choice {
	padding: 3px 5px 3px 19px;
	margin: 3px 5px 3px 0
}

.chzn-rtl .chzn-choices .search-choice .search-choice-close {
	left: 4px;
	right: auto
}

.chzn-rtl .chzn-search {
	left: 9999px
}

.chzn-rtl.chzn-with-drop .chzn-search {
	left: 0px
}

.chzn-rtl .chzn-drop {
	left: 9999px
}

.chzn-rtl.chzn-container-single .chzn-results {
	margin: 0 0 4px 4px;
	padding: 0 4px 0 0
}

.chzn-rtl .chzn-results .group-option {
	padding-left: 0;
	padding-right: 15px
}

.chzn-rtl.chzn-container-active.chzn-with-drop .chzn-single div {
	border-right: none
}

.chzn-rtl .chzn-search input {
	background: #fff url(../img/chosen-sprite.png) no-repeat -30px -20px;
	background: url(../img/chosen-sprite.png) no-repeat -30px -20px,
		-webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee),
		color-stop(15%, #ffffff) );
	background: url(../img/chosen-sprite.png) no-repeat -30px -20px,
		-webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
	background: url(../img/chosen-sprite.png) no-repeat -30px -20px,
		-moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
	background: url(../img/chosen-sprite.png) no-repeat -30px -20px,
		-o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
	background: url(../img/chosen-sprite.png) no-repeat -30px -20px,
		linear-gradient(#eeeeee 1%, #ffffff 15%);
	padding: 4px 5px 4px 20px;
	direction: rtl
}

.chzn-container-single.chzn-rtl .chzn-single div b {
	background-position: 6px 2px
}

.chzn-container-single.chzn-rtl.chzn-with-drop .chzn-single div b {
	background-position: -12px 2px
}

/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio:2) , only screen
	and (min-resolution:144dpi) {
	.chzn-rtl .chzn-search input,.chzn-container-single .chzn-single abbr,.chzn-container-single .chzn-single div b,.chzn-container-single .chzn-search input,.chzn-container-multi .chzn-choices .search-choice .search-choice-close,.chzn-container .chzn-results-scroll-down span,.chzn-container .chzn-results-scroll-up span
		{
		background-image: url('chosen-sprite@2x.png') !important;
		background-repeat: no-repeat !important;
		background-size: 52px 37px !important
	}
}
/* --- /GLOBAL CUSTOM STYLES - CHOSEN selects --- */

/* --- GLOBAL CUSTOM STYLES - nav login --- */
body>nav {
	position: absolute;
	top: 0;
	-webkit-transition: top 0.4s;
	-moz-transition: top 0.4s;
	-ms-transition: top 0.4s;
	-o-transition: top 0.4s;
	transition: top 0.4s;
	left: 50%;
	margin-left: -480px;
	width: 960px;
	z-index: 8000
}

nav.login-opened {
	top: 119px
}

nav.logged-opened {
	top: 310px
}

#main-nav-module .main-navigation-2 {
	position: relative;
	top: -2px
}

#show.login-opened .main-navigation-2 {
	top: 573px
}

#show.logged-opened .main-navigation-2 {
	top: 765px
}

nav a {
	font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif
}

nav .header {
	position: relative;
	margin: 10px 0 0 0;
	height: 55px;
       /* background: none repeat scroll 0 0 #1c1d1d; */
    background: #410099;
}

nav .header .logo {
	display: inline-block;
	width: 240px;
	height: 55px;
        margin-left:1px;	
    background: url('https://checkout.netsuite.com/c.3335099/Funimation%20Images/funlogo_new.png');
}

nav .header .logo span.beta{color:#FFCDCD;font-weight:bold;font-size:10px;position:absolute;right:12px;top:35px;text-align:right}

nav .header .main-tagline {
	display: inline-block;
	position: relative;
	margin: 16px 0 0 3px;
	height: 24px;
	padding: 0 12px 0 5px;
	background: #FFFFFF;
	font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 24px;
	text-transform: uppercase
}

nav .header .main-tagline:before {
	display: inline-block;
	position: absolute;
	top: 0;
	left: -10px;
	width: 10px;
	height: 24px;
	content: '';
	background: url('https://checkout.netsuite.com/c.3335099/Funimation%20Images/funimation-sprite.png') no-repeat 0 -453px
}

nav .header .social-lnks {
	display: inline-block;
	margin: 15px 0 0 99px;
	overflow: hidden
}

nav .header .social-lnks a {
	margin: 0 0 0 12px;
	width: 25px;
	height: 28px;
	font-size: 23px;
	color: #4D4D4D
}

nav .header .social-lnks a:first-child {
	margin: 0
}

nav .header .login-btn {
	position: absolute;
	top: -11px;
	right: 182px
}

nav .header .btn-red {
	margin: 10px 8px 0 0;
	width: 150px;
	text-transform: uppercase
}

nav .header .btn.condensed{margin:15px 8px 0 0}
	/*si el padding es una correccion a .btn-red, el resto son los datos que no podrÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­an ir en el default*/
nav .main-navigation-1 {
	height: 55px;
	border-bottom: 0px solid #FFF
}

nav .main-navigation-1 li,.main-navigation-1 li a {
	display: inline-block
}

nav .main-navigation-1 .main-nav {
	list-style: none
}
nav .main-navigation-1 .main-nav li {
	margin: 0 0 0 -3px
}

nav .main-navigation-1 .main-nav li.active a {
	background: #410099;
	color: #FFFFFF;
	text-decoration: none
}
nav .main-navigation-1 .main-nav a {
	height: 55px;
	font-size: 22px;
        padding: 0 12px;
	line-height: 50px;
	text-transform: uppercase;
        padding-left: 12px;
        padding-right: 12px;
}
nav .main-navigation-1 .main-nav a:hover {
	background: none repeat scroll 0 0 #d37d1f;
	color: #FFFFFF;
	text-decoration: none
}
nav .main-navigation-1 .main-nav a.bblue:hover {
    background: none repeat scroll 0 0 #406da4;
    color: #fff;
    text-decoration: none;
}
nav .main-navigation-1 .main-nav a.bred:hover {
    background: none repeat scroll 0 0 #a6352e;
    color: #fff;
    text-decoration: none;
}

nav .main-navigation-1 .basic-nav a.current, nav .main-navigation-1 .main-nav a.current.bred
	{
	background: none repeat scroll 0 0 #a6352e;
	text-decoration: none
}

nav .main-navigation-1 .basic-nav a.current, nav .main-navigation-1 .main-nav a.current.bblue
	{
	background: none repeat scroll 0 0  #406da4;
	text-decoration: none
}

nav .main-navigation-1 .basic-nav a.current, nav .main-navigation-1 .main-nav a.current.borange
	{
	background: none repeat scroll 0 0  #d37d1f;
	text-decoration: none
}

nav .main-navigation-1 .basic-nav {
	margin: 20px 16px 0 0;
	list-style: none
}

nav .main-navigation-1 .basic-nav a {
	padding: 5px;
	margin-top: -5px;
	color: #D4D4D4;
	font-size: 15px;
	line-height: 15px
}

nav .main-navigation-1 .basic-nav a.subscribe-lnk {
	color: #FFFFFF
}

nav .main-navigation-1 .basic-nav a.white {
	color: #FFFFFF
}

nav .main-navigation-1 .icon-shopping-cart {
	display: block;
	position: relative;
	margin: 10px 14px 0 0;
	width: 26px;
	height: 35px;
	color: #0B0B0B
}

nav .main-navigation-1 .icon-shopping-cart:before {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	font-size: 28px;
	line-height: 35px;
	color: #FFFFFF
}

nav .main-navigation-1 .icon-shopping-cart span {
	position: absolute;
	left: 7px;
	top: 9px;
	z-index: 4;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	width: 19px;
	height: 12px;
	background: #FFFFFF;
	line-height: 12px;
	text-indent: -1px;
	text-align: center;
	color: #0B0B0B
}

nav .navigation_shop form.search-box {
	margin: 0px 3px 0 0;
	border: 1px solid #121212;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	width: 218px;
	height: 33px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background: #202020
}

nav .navigation_shop form.search-box input {
	background: none;
	border: none;
	margin: 0;
	color: #999
}

nav .navigation_shop form.search-box .field {
	width: 171px;
	height: 23px;
	margin: 3px 5px
}

nav .navigation_shop form.search-box .button {
	width: 30px;
	height: 30px;
	background: url('http://shop.funimation.com/Funimation Images/funimation-sprite.png') no-repeat -351px 4px;
	font-size: 0;
	line-height: 0
}

/* STRUCTURE - nav logged */
nav.main-header .header .logged-user-btn {
	position: absolute;
	top: -11px;
	height: 37px;
	right: 169px
} /*same as -login-btn*/
nav.main-header .header .logged-user-btn .avatar {
	position: absolute;
	top: 10px;
	left: 6px
}

nav.main-header .header .btn-red .icon-group {
	margin: 2px 5px 0 0
}

/* STRUCTURE - sub navigation */
.main-navigation-2,.main-navigation-3 {
	position: absolute;
	top: 120px;
	-webkit-transition: top 0.4s;
	-moz-transition: top 0.4s;
	-ms-transition: top 0.4s;
	-o-transition: top 0.4s;
	transition: top 0.4s;
	width: 960px
}

[class^="navigation_"] {
	position: relative;
	z-index: 1000;
	border-top: 1px solid #1e1e1e;
	padding: 5px;
	background-color: #333535 transparent;
	background: rgba(0, 0, 0, 0.79)
}

[class^="navigation_"] #arrow {
	display: inline-block;
	position: absolute;
	z-index: 1000;
	top: -8px;
	padding: 8px 10px 8px 10px;
	background: url('../img/arrow2.png') no-repeat 0 0
}

[class^="navigation_"] .main-nav {
	display: inline-block;
}

[class^="navigation_"] .main-nav li {
	display: inline-block;
	margin: 0 0 0 0;
	list-style: none
}

[class^="navigation_"] .main-nav li.active {
	background-color: black
}

[class^="navigation_"] .main-nav li:last-of-type {
	margin: 0
}

[class^="navigation_"] .main-nav li a {
	display: block;
	padding: 0px 12px;
	line-height: 30px;
        font-size: 14px;
        margin: 2px 5px;
        text-transform: none;
}

[class^="navigation_"] .main-nav li a:hover,[class^="navigation_"] .main-nav li a.current
	{
	background: #0B0B0B;
	text-decoration: none
}

[class^="navigation_"] .basic-nav {
	display: inline-block;
}

[class^="navigation_"] .basic-nav li {
	display: inline-block;
	list-style: none
}

[class^="navigation_"] .basic-nav li p {
	display: inline-block;
	line-height: 13px;
	color: #D4D4D4
}

/* --- /GLOBAL CUSTOM STYLES - nav login --- */

/* --- GLOBAL CUSTOM STYLES - Sub-nav --- */
/* sub navigation customization */
.main-navigation-2 .navigation_shop #arrow {
	left: 0px
}

.main-navigation-2 .navigation_shop .main-nav {
	margin-left: 0px
}

/* sub navigation customization */
.main-navigation-2 .navigation_videos #arrow {
	left: 0px
}

.main-navigation-2 .navigation_videos .main-nav,.main-navigation-2 .navigation_schedule .main-nav
	{
	margin-left: 0px
}

/* sub navigation customization */
.main-navigation-2 .navigation_schedule #arrow {
	left: 0px
}
/* --- /GLOBAL CUSTOM STYLES - Sub-nav --- */

/* --- GLOBAL CUSTOM STYLES - Sliders --- */
/* Apps Top Slider */
#apps_slider {
	width: 960px;
	margin: auto;
	position: relative
}

#apps_slider .items-container .item-cell {
	width: 960px !important;
	padding: 0;
	height: 400px
}

#apps_slider .items-container .item-cell:hover {
	background: none !important
}

#apps_slider .items-container .item-cell a {
	margin: 0;
	max-width: 100%;
	float: left
}

#apps_slider .items-container .item-cell .thumb {
	display: inline-block;
	float: left;
	position: relative;
	margin: 0
}

#apps_slider .items-container .item-cell .thumb img {
	display: block;
	margin: 0;
	border: 0;
	max-width: 100%
}

#apps_slider .items-container .item-cell .thumb:hover img {
	border: 0
}

#apps_slider .items-container .item-cell .Data {
	position: absolute;
	top: 14px;
	right: 20px;
	width: 500px
}

#apps_slider .items-container .item-cell .title {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	float: right;
	font-size: 60px;
	line-height: 63px;
	color: #000000
}

#apps_slider .items-container .item-cell .subt {
	font-family: 'Open Sans', sans-serif;
	text-align: right;
	float: right;
	font-size: 17px;
	padding-bottom: 20px;
	line-height: 20px;
	width: 350px;
	color: #000000
}

#apps_slider .items-container .item-cell .subt strong {
	font-size: 24px;
	margin-top: 10px;
	display: inline-block;
	font-family: 'Open Sans Condensed', sans-serif
}

#apps_slider .items-container .item-cell .btn-red {
	float: right;
	width: 200px;
	text-align: left;
	font-size: 24px;
	padding: 15px;
	margin-top: 8px
}

#apps_slider .items-container .item-cell .btn-red span {
	float: right;
	margin: 4px 4px 0
}

#apps_slider .items-container .item-cell .subt_btn {
	font-family: 'Open Sans', sans-serif;
	text-align: right;
	float: right;
	font-size: 12px;
	width: 213px;
	margin-top: 2px;
	color: #4D4D4D
}

#apps_slider .items-container .flex-control-nav {
	margin: 9px 0 0 0;
	height: 40px;
	background: #444444
}

#apps_slider .items-container .flex-control-nav li {
	margin: 15px 5px
}

#apps_slider .items-container .flex-control-nav li a {
	width: 7px;
	height: 7px;
	background: #FFFFFF
}

#apps_slider .items-container .flex-control-nav li a.active,#apps_slider .items-container .flex-control-nav li a.flex-active
	{
	border: 2px solid #FFFFFF;
	width: 5px;
	height: 5px;
	background: #444444 !important
}

#apps_slider .apps_slider .flex-direction-nav li a {
	top: 421px;
	color: #FFFFFF
}

#apps_slider .apps_slider .flex-direction-nav li a.flex-next {
	right: 345px;
	background-position: -25px -433px
}

#apps_slider .apps_slider .flex-direction-nav li a.flex-prev {
	left: 345px;
	background-position: -9px -433px
}

/* Videos Top Slider */
.coverflow {
	overflow: hidden;
	z-index: 10;
	position: relative;
	top: -15px;
	opacity: 0.99;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-webkit-touch-callout: none;
	-webkit-transition: opacity .7s;
	-moz-transition: opacity .7s;
	-ms-transition: opacity .7s;
	-o-transition: opacity .7s;
	transition: opacity .7s
}

.coverflow .coverflow-wrap {
	position: absolute;
	left: 50%;
	top: 159px !important
}

.coverflow .coverflow-wrap,.coverflow .coverflow-tray {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.coverflow .coverflow-tray,.coverflow .coverflow-cell {
	position: absolute;
	margin-top: 20px;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all .8s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	-moz-transition: all .8s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	-ms-transition: all .8s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	-o-transition: all .8s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: all .8s cubic-bezier(0.190, 1.000, 0.220, 1.000)
}

.coverflow .coverflow-cell:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	z-index: 1;
	background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0.13) 2%, rgba(0, 0, 0, 0.2) 3%, rgba(0, 0, 0, 0.6) 13%,
		rgba(0, 0, 0, 0.8) 19%, rgba(0, 0, 0, 1) 100% ) !important;
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0,
		0, 0) ), color-stop(2%, rgba(0, 0, 0, 0.13) ),
		color-stop(3%, rgba(0, 0, 0, 0.2) ),
		color-stop(13%, rgba(0, 0, 0, 0.6) ),
		color-stop(19%, rgba(0, 0, 0, 0.8) ),
		color-stop(100%, rgba(0, 0, 0, 1) ) ) !important;
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0.13) 2%, rgba(0, 0, 0, 0.2) 3%, rgba(0, 0, 0, 0.6) 13%,
		rgba(0, 0, 0, 0.8) 19%, rgba(0, 0, 0, 1) 100% ) !important;
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0.13) 2%, rgba(0, 0, 0, 0.2) 3%, rgba(0, 0, 0, 0.6) 13%,
		rgba(0, 0, 0, 0.8) 19%, rgba(0, 0, 0, 1) 100% ) !important;
	/* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0.13) 2%, rgba(0, 0, 0, 0.2) 3%, rgba(0, 0, 0, 0.6) 13%,
		rgba(0, 0, 0, 0.8) 19%, rgba(0, 0, 0, 1) 100% ) !important;
	/* IE10+ */
	background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0.13) 2%, rgba(0, 0, 0, 0.2) 3%, rgba(0, 0, 0, 0.6) 13%,
		rgba(0, 0, 0, 0.8) 19%, rgba(0, 0, 0, 1) 100% ) !important; /* W3C */
	background:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjA2Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjIlIiBzdG9wLWNvbG9yPSIjZTRlNGU0IiBzdG9wLW9wYWNpdHk9IjAuMDYiLz4KICAgIDxzdG9wIG9mZnNldD0iMTMlIiBzdG9wLWNvbG9yPSIjNTA1MDUwIiBzdG9wLW9wYWNpdHk9IjAuMDgiLz4KICAgIDxzdG9wIG9mZnNldD0iMTklIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMDgiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjA4Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	-webkit-transition: all .8s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	-moz-transition: all .8s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	-ms-transition: all .8s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	-o-transition: all .8s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: all .8s cubic-bezier(0.190, 1.000, 0.220, 1.000)
}

.coverflow .coverflow-cell.active-slide-prev,.coverflow .coverflow-cell.active-slide-next
	{
	margin-top: 10px;
	-webkit-transition: all .8s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	-moz-transition: all .8s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	-ms-transition: all .8s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	-o-transition: all .8s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: all .8s cubic-bezier(0.190, 1.000, 0.220, 1.000)
}

.coverflow .coverflow-cell.active-slide-next:before {
	background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.8) 81%,
		rgba(0, 0, 0, 0.6) 87%, rgba(0, 0, 0, 0.2) 98%, rgba(0, 0, 0, 0) 100%
		) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(81%, rgba(0, 0,
		0, 0.8) ), color-stop(87%, rgba(0, 0, 0, 0.6) ),
		color-stop(98%, rgba(0, 0, 0, 0.2) ),
		color-stop(100%, rgba(0, 0, 0, 0) ) ) !important;
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.8) 81%,
		rgba(0, 0, 0, 0.6) 87%, rgba(0, 0, 0, 0.2) 98%, rgba(0, 0, 0, 0) 100%
		) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(0, 0, 0, 0.8) 81%,
		rgba(0, 0, 0, 0.6) 87%, rgba(0, 0, 0, 0.2) 98%, rgba(0, 0, 0, 0) 100%
		) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.8) 81%,
		rgba(0, 0, 0, 0.6) 87%, rgba(0, 0, 0, 0.2) 98%, rgba(0, 0, 0, 0) 100%
		) !important; /* IE10+ */
	background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 81%,
		rgba(0, 0, 0, 0.6) 87%, rgba(0, 0, 0, 0.2) 98%, rgba(0, 0, 0, 0) 100%
		) !important; /* W3C */
	background:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjA2Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjIlIiBzdG9wLWNvbG9yPSIjZTRlNGU0IiBzdG9wLW9wYWNpdHk9IjAuMDYiLz4KICAgIDxzdG9wIG9mZnNldD0iMTMlIiBzdG9wLWNvbG9yPSIjNTA1MDUwIiBzdG9wLW9wYWNpdHk9IjAuMDgiLz4KICAgIDxzdG9wIG9mZnNldD0iMTklIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMDgiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjA4Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=)
}

.coverflow .coverflow-cell.active-slide-next+div:before {
	background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.8) 81%,
		rgba(0, 0, 0, 0.6) 87%, rgba(0, 0, 0, 0.2) 98%, rgba(0, 0, 0, 0) 100%
		) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(81%, rgba(0, 0,
		0, 0.8) ), color-stop(87%, rgba(0, 0, 0, 0.6) ),
		color-stop(98%, rgba(0, 0, 0, 0.2) ),
		color-stop(100%, rgba(0, 0, 0, 0) ) ) !important;
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.8) 81%,
		rgba(0, 0, 0, 0.6) 87%, rgba(0, 0, 0, 0.2) 98%, rgba(0, 0, 0, 0) 100%
		) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(0, 0, 0, 0.8) 81%,
		rgba(0, 0, 0, 0.6) 87%, rgba(0, 0, 0, 0.2) 98%, rgba(0, 0, 0, 0) 100%
		) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.8) 81%,
		rgba(0, 0, 0, 0.6) 87%, rgba(0, 0, 0, 0.2) 98%, rgba(0, 0, 0, 0) 100%
		) !important; /* IE10+ */
	background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 81%,
		rgba(0, 0, 0, 0.6) 87%, rgba(0, 0, 0, 0.2) 98%, rgba(0, 0, 0, 0) 100%
		) !important; /* W3C */
	background:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjA2Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjIlIiBzdG9wLWNvbG9yPSIjZTRlNGU0IiBzdG9wLW9wYWNpdHk9IjAuMDYiLz4KICAgIDxzdG9wIG9mZnNldD0iMTMlIiBzdG9wLWNvbG9yPSIjNTA1MDUwIiBzdG9wLW9wYWNpdHk9IjAuMDgiLz4KICAgIDxzdG9wIG9mZnNldD0iMTklIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMDgiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjA4Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	-webkit-transition: all .8s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	-moz-transition: all .8s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	-ms-transition: all .8s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	-o-transition: all .8s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: all .8s cubic-bezier(0.190, 1.000, 0.220, 1.000)
}

.coverflow .coverflow-cell.active-slide {
	margin-top: 0;
	box-shadow: 0 15px 60px 0px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 15px 60px 0px rgba(0, 0, 0, 0.25)
}

.coverflow .coverflow-cell.active-slide:hover {
	cursor: pointer
}

.coverflow .coverflow-cell.active-slide:before {
	opacity: 0;
	-webkit-transition: all .8s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	-moz-transition: all .8s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	-ms-transition: all .8s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	-o-transition: all .8s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: all .8s cubic-bezier(0.190, 1.000, 0.220, 1.000)
}

/*.coverflow .coverflow-cell.active-slide:after{position:absolute;content:'';width:100%;height:100%;z-index:1;opacity:0.85;background-image:url("../img/video_top_slider_play.png"),url("../img/video_top_slider_e.png");background-position:center center,left top;background-repeat:no-repeat;-webkit-transition:all .8s cubic-bezier(0.190, 1.000, 0.220, 1.000);-moz-transition:all .8s cubic-bezier(0.190, 1.000, 0.220, 1.000);-ms-transition:all .8s cubic-bezier(0.190, 1.000, 0.220, 1.000);-o-transition:all .8s cubic-bezier(0.190, 1.000, 0.220, 1.000);transition:all .8s cubic-bezier(0.190, 1.000, 0.220, 1.000)}*/
.coverflow .coverflow-cell.active-slide:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0.85;
	background-image: url("../img/video_top_slider_play.png");
	background-position: center center, left top;
	background-repeat: no-repeat;
	-webkit-transition: all .8s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	-moz-transition: all .8s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	-ms-transition: all .8s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	-o-transition: all .8s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: all .8s cubic-bezier(0.190, 1.000, 0.220, 1.000)
}

.coverflow .coverflow-cell.active-slide:hover:after {
	opacity: 1;
	-webkit-transition: all .8s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	-moz-transition: all .8s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	-ms-transition: all .8s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	-o-transition: all .8s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: all .8s cubic-bezier(0.190, 1.000, 0.220, 1.000)
}

.coverflow .coverflow-cell canvas {
	outline: 1px solid transparent;
	position: absolute;
	opacity: 1;
	-webkit-transition: opacity .7s;
	-moz-transition: opacity .7s;
	-ms-transition: opacity .7s;
	-o-transition: opacity .7s;
	transition: opacity .7s
}

.coverflow-control-nav {
	background: #444444;
	position: relative;
	text-align: center;
	z-index: 11
}

.coverflow-control-nav li {
	margin: 12px 5px;
	display: inline-block;
	vertical-align: middle;
	list-style: none
}

.coverflow-control-nav li a {
	margin: 1px;
	width: 7px;
	height: 7px;
	display: block;
	background: #fff;
	cursor: pointer;
	text-indent: -9999px
}

.coverflow-control-nav li a.active {
	margin: 0;
	border: 2px solid #fff;
	width: 5px;
	height: 5px;
	background: none;
	cursor: default
}

.coverflow-direction-nav {
	position: relative;
	height: 0;
	list-style: none;
	display: block;
	text-align: center;
	margin: auto;
	z-index: 12
}

.coverflow-direction-nav li {
	display: inline-block;
	width: 13px
}

.coverflow-direction-nav li a {
	display: inline-block;
	position: absolute;
	top: -24px;
	width: 13px;
	height: 15px;
	background: url("https://checkout.netsuite.com/c.3335099/Funimation%20Images/funimation-sprite.png") no-repeat;
	font-size: 0;
	line-height: 0;
	outline: 0;
	text-indent: 9999px
}

.coverflow-direction-nav li a:hover {
	text-decoration: none
}

.coverflow-direction-nav li a.previous {
	background-position: -9px -434px
}

.coverflow-direction-nav li a.next {
	background-position: -25px -434px
}

.coverflow .coverflow-text {
	position: absolute;
	top: 335px !important;
	width: 100%;
	opacity: 1;
	-webkit-transition: opacity .7s;
	-moz-transition: opacity .7s;
	-ms-transition: opacity .7s;
	-o-transition: opacity .7s;
	transition: opacity .7s;
	text-align: center
}

.coverflow .coverflow-text h1 {
	margin: 0 0 5px;
	padding: 0;
	font-size: 23px;
	line-height: 23px;
	text-align: center;
	color: #072559
}

.coverflow .coverflow-text h1:hover {
	text-decoration: underline;
	cursor: pointer
}

.coverflow .coverflow-text h2 {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 17px;
	font-weight: normal;
	text-align: center;
	color: #1A1A1A;
	height: 20px
}

/* WIDGET - slides */
[id^="top_slider_"] #main-fader {
	display: block;
	margin: 0
}

[id^="top_slider_"] #main-fader .slide {
	clear: both;
	display: block;
	height: 650px;
	position: relative;
	list-style: none;
	width: 100%
}

[id^="top_slider_"] #main-fader .slide .slide-image-wrapper {
	position: relative
}

[id^="top_slider_"] #main-fader .slide .slide-image-wrapper a {
	display: block;
	position: relative
}

[id^="top_slider_"] #main-fader .slide .slide-image-wrapper img {
	position: absolute;
	left: 50%;
	margin: 0 0 0 -960px;
	max-width: none
}

[id^="top_slider_"].home #main-fader .slide .slide-wrap {
	border: none;
}

[id^="top_slider_"] #main-fader .slide .slide-wrap {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	left: 50%;
	margin: 2px 0 0 -480px;
	position: absolute;
	width: 960px;
	top: 0
}

[id^="top_slider_"] #main-fader .slide .slide-wrap .slide-content.left p
	{
	position: absolute;
	top: 200px;
	left: 30px;
	width: 500px;
	text-transform: uppercase
}

[id^="top_slider_"] #main-fader .slide .slide-wrap .slide-content.left .imgPlayVideo .play-video
	{
	background-color: rgba(193, 47, 60, 0.7);
	border-radius: 8px;
	height: 87px;
	width: 87px;
	position: absolute;
	top: 95px;
	left: 217px
}

[id^="top_slider_"] #main-fader .slide .slide-wrap .slide-content.left .imgPlayVideo .play-video span
	{
	display: block;
	font-size: 40px;
	margin: 25px 0 0 6px
}

[id^="top_slider_"] #main-fader .slide .slide-wrap .slide-content.left .imgPlayVideo:hover .play-video
	{
	background: #C12F3C
}

[id^="top_slider_"] #main-fader .slide .slide-wrap .slide-content.left .imgPlayVideo.hiddenPlayVideo:after
	{
	display: none
}

[id^="top_slider_"] #main-fader .slide .slide-wrap .slide-content.pull-left
	{
	float: left
}

[id^="top_slider_"] #main-fader .slide .slide-wrap .slide-content.pull-right
	{
	float: right
}

[id^="top_slider_"].home #main-fader .slide .slide-wrap .slide-content iframe
	{
	border: none
}

[id^="top_slider_"] #main-fader .slide .slide-wrap .slide-content iframe
	{
	border: 4px solid #7A0405;
	right: 15px;
	z-index: 2
}

[id^="top_slider_"] #main-fader .slide .slide-wrap .slide-content hgroup
	{
	margin: 0 0 10px;
	text-align: right
}

[id^="top_slider_"] #main-fader .slide .slide-wrap .slide-content hgroup h1
	{
	word-wrap: break-word;
	margin: 0;
	font-size: 60px;
	line-height: 123%;
	text-align: inherit;
	max-height: 146px;
	overflow: hidden;
	padding-bottom: 3px
}

[id^="top_slider_"] #main-fader .slide .slide-wrap .slide-content hgroup h2
	{
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 19px;
	line-height: normal;
	font-weight: normal;
	text-align: inherit
}

[id^="top_slider_"] #main-fader .slide .slide-wrap .slide-content .slide-cta
	{
	margin: 0 0 3px 0;
	font-size: 20px;
	text-align: right
}

[id^="top_slider_"] #main-fader .slide .slide-wrap .slide-content .slide-cta p
	{
	margin: 0 0 9px 0;
	font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-weight: bold;
	text-align: inherit
}

[id^="top_slider_"] #main-fader .slide .slide-wrap .slide-content .slide-cta p span
	{
	font-family: inherit;
	font-weight: inherit
}

[id^="top_slider_"] #main-fader .slide .slide-wrap .slide-content .slide-cta .btn-red
	{
	width: 242px;
	text-align: left;
	font-size: 24px;
	line-height: 24px
}
	/*sÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³lo el padding, font-size y line-height son correcciones a .btn-red, el resto son los datos que no podrÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­an ir en el default*/
[id^="top_slider_"] #main-fader .slide .slide-wrap .slide-content .slide-cta .btn-red div
	{
	margin-top: 1px;
	width: 176px;
	overflow: hidden;
	height: 24px;
	text-transform: uppercase
}

[id^="top_slider_"] #main-fader .slide .slide-wrap .slide-content .slide-cta .btn-red span
	{
	float: right;
	height: 20px;
	line-height: 24px
}

[id^="top_slider_"] #main-fader .slide .slide-wrap .slide-content .slide-social
	{
	display: inline-block;
	width: 242px;
	overflow: hidden
}

[id^="top_slider_"] #main-fader .slide .slide-wrap .slide-content .slide-social a
	{
	display: block;
	margin: 0 0 6px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	height: 18px;
	padding: 6px 12px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background: #D1D1D1;
	font-family: "Open Sans Condensed", sans-serif;
	font-size: 14px;
	line-height: 19px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	vertical-align: bottom;
	overflow: hidden
}

[id^="top_slider_"] #main-fader .slide .slide-wrap .slide-content .slide-social a span
	{
	float: left;
	margin: 0 7px 0 0;
	height: 18px;
	font-size: 19px;
	line-height: 1.10em
}

[id^="top_slider_"] #main-fader .slide .slide-wrap .slide-content .slide-social a.fb-ico span
	{
	font-size: 24px;
	line-height: 24px
}

[id^="top_slider_"] #main-slider-container {
	
}

[id^="top_slider_"] #main-slider-container:before {
	
}

[id^="top_slider_"] #main-slider-container:after {
	
}

[id^="top_slider_"] #main-slider-container #main-slider.content {
	position: relative;
	z-index: 2;
	margin: 0 auto;
	width: 800px
}

[id^="top_slider_"] #main-slider-container #main-slider.content .flex-viewport
	{
	position: relative;
	z-index: 1
}

[id^="top_slider_"] #main-slider-container #main-slider.content .flex-viewport #main-slider-controls.slides
	{
	
}

[id^="top_slider_"] #main-slider-container #main-slider.content .flex-viewport #main-slider-controls.slides li
	{
	float: left;
	display: block
}

[id^="top_slider_"] #main-slider-container #main-slider.content .flex-viewport #main-slider-controls.slides li.active
	{
	cursor: default
}

[id^="top_slider_"] #main-slider-container #main-slider.content .flex-viewport #main-slider-controls.slides li .th-cntrl
	{
	
}

[id^="top_slider_"] #main-slider-container #main-slider.content .flex-viewport #main-slider-controls.slides li.active .th-cntrl
	{
	
}

[id^="top_slider_"] #main-slider-container #main-slider.content .flex-viewport #main-slider-controls.slides li .th-cntrl img
	{
	display: block;
	border: 2px solid transparent
}

[id^="top_slider_"] #main-slider-container #main-slider.content .flex-viewport #main-slider-controls.slides li .th-cntrl img:hover
	{
	border: 2px solid #666666;
	cursor: pointer
}

[id^="top_slider_"] #main-slider-container #main-slider.content .flex-viewport #main-slider-controls.slides li.active .th-cntrl img
	{
	border: 2px solid #FFFFFF
}

[id^="top_slider_"] #main-slider.content .flex-control-nav {
	display: none
}

[id^="top_slider_"] #main-slider.content .flex-direction-nav li {
	list-style-type: none
}

[id^="top_slider_"] #main-slider.content .flex-direction-nav li .flex-prev,[id^="top_slider_"] #main-slider.content .flex-direction-nav li .flex-next
	{
	display: inline-block;
	position: absolute;
	top: 37px;
	width: 21px;
	height: 34px
}

[id^="top_slider_"] #main-slider.content .flex-direction-nav li .flex-prev
	{
	left: -34px
}

[id^="top_slider_"] #main-slider.content .flex-direction-nav li .flex-next
	{
	right: -35px
}

/* Shop Top Slider */
#top_slider_shop {
	width: 960px;
	margin: auto
}

#top_slider_shop .item-cell {
	width: 960px !important;
	padding: 0 0 10px 0;
	position: relative
}

#top_slider_shop .item-cell:hover {
	background: none !important
}

#top_slider_shop .item-cell .thumb {
	position: relative;
	margin: 0;
	max-width: 640px
}

#top_slider_shop .item-cell .thumb img {
	position: static;
	display: block;
	margin: 0;
	border-bottom: 2px solid #CCC;
	border-left: none !important;
	border-right: 2px solid #CCC;
	border-top: none !important;
	max-width: 100%
}

#top_slider_shop .item-cell .thumb .bottom-icons {
	height: 63px;
	display: none;
	position: absolute;
	bottom: 2px;
	left: 640px;
	z-index: 2;
	width: 28px;
	padding: 40px 0;
	background: #CCCCCC;
	overflow: hidden
}

#top_slider_shop .item-cell .thumb .bottom-icons span {
	display: block;
	height: 25px;
	width: 28px;
	padding: 0;
	font-size: 18px;
	line-height: 1.35;
	text-align: center;
	color: #666666
}

#top_slider_shop .item-cell .thumb .bottom-icons span:hover {
	color: #FFFFFF
}

#top_slider_shop .item-cell:hover .thumb .bottom-icons {
	display: block
}

#top_slider_shop .item-cell .thumb .n,#top_slider_shop .item-cell.elite .thumb .e,#top_slider_shop .item-cell.limited .thumb .l,#top_slider_shop .item-cell.access .thumb .a
	{
	left: 0px
}

#top_slider_shop .item-cell .title {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	float: right;
	font-size: 40px;
	padding-top: 20px;
	line-height: 16px;
	margin: 8px;
	color: #000000
}

#top_slider_shop .item-cell .subt {
	font-family: 'Open Sans', sans-serif;
	text-align: right;
	float: right;
	font-size: 17px;
	padding-top: 10px;
	padding-bottom: 30px;
	line-height: 20px;
	width: 255px;
	margin: 8px;
	color: #000000
}

#top_slider_shop .item-cell .price {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	float: right;
	font-size: 20px;
	padding-top: 16px;
	line-height: 16px;
	margin: 8px;
	color: #C12F3C
}

#top_slider_shop .item-cell .price span {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	float: right;
	font-size: 40px;
	margin: -6px 0 0 8px
}

#top_slider_shop .item-cell .btn-red {
	float: right;
	width: 200px;
	text-align: left;
	font-size: 24px;
	padding: 15px;
	margin-top: 8px
}

#top_slider_shop .item-cell .btn-red span {
	float: right;
	margin: 4px 4px 0
}

#top_slider_shop .item-cell .subt_btn {
	font-family: 'Open Sans', sans-serif;
	text-align: right;
	float: right;
	font-size: 12px;
	width: 213px;
	margin-top: 2px;
	color: #4D4D4D
}

#top_slider_shop .free_ship {
	display: inline-block;
	position: absolute;
	z-index: 1000;
	left: 545px;
	padding: 0px;
	width: 184px;
	height: 93px;
	background: url("../img/bg_special_offer.png") no-repeat center center;
	top: 2px
}

#top_slider_shop .free_ship span {
	margin-top: 8px;
	width: 150px;
	color: #FFFFFF;
	font-size: 31px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	line-height: 27px;
	text-align: center;
	position: absolute;
	left: 17px;
	text-shadow: 2px 1px 2px rgba(0, 0, 0, 1)
}

#top_slider_shop .flex-control-nav {
	margin: 0;
	height: 33px;
	background: #444444
}

#top_slider_shop .flex-control-nav li {
	margin: 12px 5px
}

#top_slider_shop .flex-control-nav li a {
	width: 7px;
	height: 7px;
	background: #FFFFFF
}

#top_slider_shop .flex-control-nav li a.active,#top_slider_shop .flex-control-nav li a.flex-active
	{
	border: 2px solid #FFFFFF;
	width: 5px;
	height: 5px;
	background: #444444 !important
}

#top_slider_shop .flex-direction-nav li a {
	bottom: 10px;
	color: #FFFFFF
}

#top_slider_shop .flex-direction-nav li a.flex-next {
	right: 345px;
	background-position: -25px -433px
}

#top_slider_shop .flex-direction-nav li a.flex-prev {
	left: 345px;
	background-position: -9px -433px
}

#top_slider_shop .slide-image-wrapper {
	position: relative
}

#top_slider_shop .slide-wrap {
	border-bottom: 0;
	border-top: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	left: 50%;
	margin: 2px 0 0 220px;
	position: absolute;
	width: 250px;
	top: 0
}
/* --- /GLOBAL CUSTOM STYLES - Sliders --- */

/* --- GLOBAL CUSTOM STYLES - Boxes --- */
.box {
	border: 1px solid #ddd;
	padding: 5px 10px;
	background: #FFFFFF
}

.box-dark {
	border: 1px solid #E0E0E0;
	padding: 8px;
	background: #F2F2F2
}

.boxed {
	border: 1px solid #CCCCCC;
	padding: 10px !important;
	background: #F2F2F2
}

.box-white-with-border,.box-white-with-border:hover {
	border: 1px solid #999999;
	background-color: #FFFFFF !important
}

.box-light-gray {
	background: #F2F2F2
}

.box-light-gray-with-border {
	border: 1px solid #DDDDDD;
	background: #F2F2F2
}

.box-gray {
	background: #EFEFEF
}

.box-gray-with-border {
	border: 1px solid #999999;
	background: #EFEFEF
}

.box-medium-gray {
	background: #E6E6E6
}

.box-dark-gray {
	background: #CCCCCC
}

[class*="box-"].with-shadow {
	-webkit-box-shadow: 0 0 2px 2px #E0E0E0;
	box-shadow: 0 0 2px 2px #E0E0E0
}
/* --- /GLOBAL CUSTOM STYLES - Boxes --- */

/* --- GLOBAL CUSTOM STYLES - tables --- */
.table-type1 {
	width: 100%
}

.table-type1 tbody tr:nth-child(even) td {
	background: #F9F9F9
}

.table-type1 tbody tr:nth-child(odd) td {
	background: #F3F3F3
}

.irregular-table .table-type1 tbody tr:nth-child(4n+2) td {
	background: #F9F9F9
}

.irregular-table .table-type1 tbody tr:nth-child(4n+4) td {
	background: #F3F3F3
}

.table-type1 thead tr {
	background: #CECECE
}

.table-type1 thead tr th,.table-type1 tbody tr td {
	display: table-cell;
	padding: 6px;
	font-weight: 600;
	text-align: center;
	vertical-align: middle;
	overflow: visible
}

.table-type1 tbody tr td.sub_dub {
	text-transform: uppercase;
}

.profile-page.account .table-type1 tbody tr td {
	padding: 12px 6px
}

.table-type1 thead tr th {
	font-size: 14px;
	text-transform: uppercase;
	white-space: nowrap;
	color: #454545
}

.table-type1 thead tr th.sort-field {
	cursor: pointer
}

.table-type1 tbody tr td {
	font-size: 11px;
	color: #454545
}

.table-type1 tbody tr td>*:not ([class*="pop"] ){
	vertical-align: middle
}

.table-type1 tbody tr td>*:not ([class*="btn"] ){
	line-height: normal;
	font-weight: inherit;
	text-align: inherit
}

.table-type1 tbody tr td>.block {
	display: block;
	max-height: 30px;
	overflow: hidden
}

.table-type1 tbody tr td>a:not ([class*="btn"] )>[class*="icon-"] {
	display: inline-block;
	font-size: 19px;
	line-height: 19px;
	color: #666666
}

.profile-page .table-type1 tbody tr td>a:not ([class*="btn"] )>[class*="icon-"]
	{
	font-size: 22px;
	line-height: 22px
}

.table-type1 tbody tr td>a:not ([class*="btn"] )>[class*="icon-"]:hover
	{
	color: #C12F3C
}

.table-type1 tbody tr td>ul {
	display: inline-block;
	vertical-align: middle
}

.table-type1 thead tr th:nth-child(1) input,.table-type1 tbody tr td:nth-child(1) input
	{
	display: block
}

.table-type1 tbody tr td .thumb {
	display: block;
	position: relative;
	margin: -2px;
	border: 2px solid transparent;
	overflow: visible
}

.table-type1 tbody tr td .thumb:hover {
	border: 2px solid #CCCCCC
}

.table-type1 tbody tr td .thumb .bottom-icons {
	position: absolute;
	bottom: 0;
	height: 17px;
	background: #F1F1F1;
	background: rgba(255, 255, 255, 0.50);
	overflow: visible;
	z-index: 1
}

.table-type1 tbody tr td .thumb .bottom-icons>a,.table-type1 tbody tr td .thumb .bottom-icons>span
	{
	display: none;
	position: relative;
	z-index: 2;
	float: left;
	width: 11px;
	height: 11px;
	padding: 3px 4px 3px 3px;
	font-family: 'FontAwesome';
	font-size: 12px;
	line-height: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #666666;
	text-align: center;
	vertical-align: middle;
	overflow: visible
}

.table-type1 tbody tr td .thumb .bottom-icons.bottom-right {
	bottom: 0;
	right: 0
}

.table-type1 tbody tr td .thumb .bottom-icons.bottom-right a,.table-type1 tbody tr td .thumb .bottom-icons.bottom-right span
	{
	float: right
}

.table-type1 tbody tr td .thumb:hover .bottom-icons>a,.table-type1 tbody tr td .thumb:hover .bottom-icons>span
	{
	display: block
}

.table-type1 tbody tr td .thumb .bottom-icons>a:before,.table-type1 tbody tr td .thumb .bottom-icons>span:before
	{
	display: block;
	text-align: center;
	vertical-align: middle
}

.table-type1 tbody tr td .thumb .bottom-icons>a:hover,.table-type1 tbody tr td .thumb .bottom-icons>span:hover
	{
	color: #FFFFFF !important
}

.table-type1 tbody tr td .thumb .bottom-icons>span.rose,.table-type1 tbody tr td .thumb .bottom-icons>a.rose
	{
	z-index: 1;
	display: block !important;
	color: #C12F3C
}

.table-type1 tbody tr td .thumb img {
	display: block;
	border: 0;
	margin: 0
}

.table-type1.with-scroll thead tr {
	display: block
}

.table-type1.with-scroll tbody {
	display: block;
	width: 100%;
	overflow: auto
}

.profile-page .table-type1 tbody tr td,.playlist-item .table-type1 tbody tr td
	{
	font-size: 12px
}

.profile-page .table-type1 tbody tr td>.block,.playlist-item .table-type1 tbody tr td>.block
	{
	max-height: 34px
}

.playlist-item .item-title.icon-right span {
	display: inline-block;
	margin: 3px 0 0 12px
}

.playlist-item .item-title.icon-right.opened .icon-caret:before {
	content: '\f0d8'
}

.playlist-item .table-container {
	padding-top: 15px
}

.playlist-item .table-type1.with-scroll tbody {
	max-height: 392px /*8 items de 49px de alto*/
}

:not ([id*="queue"] ) .playlist-item .table-type1 tr th:nth-child(1),:not
	([id*="queue"] ) .playlist-item .table-type1 tr td:nth-child(1) {
	width: 1%;
	min-width: 50px;
	max-width: 50px
}

:not ([id*="queue"] ) .playlist-item .table-type1 tr th:nth-child(2),:not
	([id*="queue"] ) .playlist-item .table-type1 tr td:nth-child(2) {
	width: 1%;
	min-width: 65px;
	max-width: 65px
}

:not ([id*="queue"] ) .playlist-item .table-type1 tr th:nth-child(3),:not
	([id*="queue"] ) .playlist-item .table-type1 tr td:nth-child(3) {
	width: 1%;
	min-width: 70px;
	max-width: 70px;
	text-align: left
}

:not ([id*="queue"] ) .playlist-item .table-type1 tr th:nth-child(4),:not
	([id*="queue"] ) .playlist-item .table-type1 tr td:nth-child(4) {
	width: 90%;
	text-align: left
}

:not ([id*="queue"] ) .playlist-item .table-type1 tr th:nth-child(5),:not
	([id*="queue"] ) .playlist-item .table-type1 tr td:nth-child(5) {
	width: 1%;
	min-width: 75px;
	max-width: 75px
}

:not ([id*="queue"] ) .playlist-item .table-type1 tr th:nth-child(6),:not
	([id*="queue"] ) .playlist-item .table-type1 tr td:nth-child(6) {
	width: 1%;
	min-width: 85px;
	max-width: 85px;
	text-align: left
}

:not ([id*="queue"] ) .playlist-item .table-type1 tr td:nth-child(6) a {
	display: block
}

#queue .playlist-item .table-type1 tr th:nth-child(1),#queue .playlist-item .table-type1 tr td:nth-child(1),#create_playlist .table-type1 tr th:nth-child(1),#create_playlist .table-type1 tr td:nth-child(1)
	{
	width: 1%;
	min-width: 13px;
	max-width: 13px
}

#queue .playlist-item .table-type1 tr th:nth-child(2),#queue .playlist-item .table-type1 tr td:nth-child(2),#create_playlist .table-type1 tr th:nth-child(2),#create_playlist .table-type1 tr td:nth-child(2)
	{
	width: 1%;
	min-width: 50px;
	max-width: 50px
}

#queue .playlist-item .table-type1 tr th:nth-child(3),#queue .playlist-item .table-type1 tr td:nth-child(3),#create_playlist .table-type1 tr th:nth-child(3),#create_playlist .table-type1 tr td:nth-child(3)
	{
	width: 1%;
	min-width: 65px;
	max-width: 65px
}

#queue .playlist-item .table-type1 tr th:nth-child(4),#queue .playlist-item .table-type1 tr td:nth-child(4),#create_playlist .table-type1 tr th:nth-child(4),#create_playlist .table-type1 tr td:nth-child(4)
	{
	width: 1%;
	min-width: 70px;
	max-width: 70px;
	text-align: left
}

#queue .playlist-item .table-type1 tr th:nth-child(5),#queue .playlist-item .table-type1 tr td:nth-child(5),#create_playlist .table-type1 tr th:nth-child(5),#create_playlist .table-type1 tr td:nth-child(5)
	{
	width: 90%;
	text-align: left
}

#queue .playlist-item .table-type1 tr th:nth-child(6),#queue .playlist-item .table-type1 tr td:nth-child(6),#create_playlist .table-type1 tr th:nth-child(6),#create_playlist .table-type1 tr td:nth-child(6)
	{
	width: 1%;
	min-width: 75px;
	max-width: 75px
}

#queue .playlist-item .table-type1 tr th:nth-child(7),#queue .playlist-item .table-type1 tr td:nth-child(7),#create_playlist .table-type1 tr th:nth-child(7),#create_playlist .table-type1 tr td:nth-child(7)
	{
	width: 1%;
	min-width: 85px;
	max-width: 85px;
	text-align: left
}

#queue .playlist-item .table-type1 tr td:nth-child(7) a,#create_playlist .table-type1 tr td:nth-child(7) a
	{
	display: block
}

#queue .playlist-item .table-type1 tr th:nth-child(1),#queue .playlist-item .table-type1 tr td:nth-child(1)
	{
	min-width: 2px;
	max-width: 2px
}

#queue .playlist-item .table-type1 tr th:nth-child(2),#queue .playlist-item .table-type1 tr td:nth-child(2)
	{
	min-width: 3px;
	max-width: 3px
}

#queue .playlist-item .table-type1 tr th:nth-child(3),#queue .playlist-item .table-type1 tr td:nth-child(3)
	{
	width: 1%;
	min-width: 50px;
	max-width: 50px
}

#queue .playlist-item .table-type1 tr th:nth-child(4),#queue .playlist-item .table-type1 tr td:nth-child(4)
	{
	width: 1%;
	min-width: 65px;
	max-width: 65px
}

#queue .playlist-item .table-type1 tr th:nth-child(5),#queue .playlist-item .table-type1 tr td:nth-child(5)
	{
	width: 1%;
	min-width: 325px;
	max-width: 325px
}

#queue .playlist-item .table-type1 tr th:nth-child(6),#queue .playlist-item .table-type1 tr td:nth-child(6)
	{
	width: 1%;
	min-width: 5px;
	max-width: 5px
}

#queue .playlist-item .table-type1 tr th:nth-child(7),#queue .playlist-item .table-type1 tr td:nth-child(7)
	{
	width: 1%;
	min-width: 65px;
	max-width: 65px
}

#queue .playlist-item .table-type1 tr th:nth-child(8),#queue .playlist-item .table-type1 tr td:nth-child(8)
	{
	width: 1%;
	min-width: 85px;
	max-width: 85px
}
/* --- /GLOBAL CUSTOM STYLES - tables --- */

/* --- GLOBAL STRUCTURE STYLES --- */
.center-layout {
	margin: 0 auto;
	width: 960px
}

[id*="main-content"] .shadow-line:first-of-type,aside>.shadow-line:first-child,#blog-page aside>.widget:first-child,aside .content>.shadow-line:first-child,aside .content>div:first-child .shadow-line:first-child
	{
	background: none !important
}

[id*="main-content"] .shadow-line.best_sellers:first-child {
	padding-top: 10px
}

.column_1.shadow-line.coming-soon,.column_1.coming-soon {
	padding-top: 17px !important
}

.column_1.shadow-line {
	margin-top: 0;
	margin-bottom: 0;
	background: url('../img/sidebar-shadow-bg.png') no-repeat center top
}

.column_2.shadow-line {
	margin-top: 0;
	margin-bottom: 0;
	background: url('../img/section-shadow-bg.png') no-repeat center top
}

.column_3.shadow-line {
	margin-top: 0;
	margin-bottom: 0;
	background: url('../img/section-shadow-bg.png') no-repeat center top
}

body {
	background: url('../img/bg-body.png') repeat-x left top #F9F9F9
}

body[id^="show"] {
	background: #140C0A
}

body#home_shop:before {
	position: absolute;
	top: -10px;
	left: 0;
	width: 100%;
	height: 10px;
	content: '';
	box-shadow: 1px 0px 42px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 0px 42px rgba(0, 0, 0, 0.3)
}

body#shop_main:before {
	position: absolute;
	top: -10px;
	left: 0;
	width: 100%;
	height: 10px;
	content: '';
	box-shadow: 1px 0px 42px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 0px 42px rgba(0, 0, 0, 0.3)
}

body#apps_main:before {
	position: absolute;
	top: -10px;
	left: 0;
	width: 100%;
	height: 10px;
	content: '';
	box-shadow: 1px 0px 42px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 0px 42px rgba(0, 0, 0, 0.3)
}

body#profile-page:before {
	position: absolute;
	top: -10px;
	left: 0;
	width: 100%;
	height: 10px;
	content: '';
	box-shadow: 1px 0px 42px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 0px 42px rgba(0, 0, 0, 0.3)
}

body#video-page:before {
	position: absolute;
	top: -10px;
	left: 0;
	width: 100%;
	height: 10px;
	content: '';
	box-shadow: 1px 0px 42px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 0px 42px rgba(0, 0, 0, 0.3)
}

.top-main-section {
	position: relative;
	height: 122px;
	overflow: hidden;
	box-shadow: 1px 0 42px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 0 42px rgba(0, 0, 0, 0.3)
}

.top-main-section.no-shadow {
	box-shadow: none;
	-webkit-box-shadow: none
}

.top-main-section.simplified-header{margin-top:78px !important}

#home-page .top-main-section {
	height: 650px
}

[id^="show"] .top-main-section {
	height: 437px
}

[id^="show"] .top-main-section.show {
	margin-top: 10px
}

#shop_main .top-main-section {
	height: auto;
	box-shadow: none;
	-webkit-box-shadow: none;
	margin-top: 178px
}

#apps_main .top-main-section {
	height: auto;
	box-shadow: none;
	-webkit-box-shadow: none;
	margin-top: 128px
}

#main-shows .top-main-section {
	height: 430px;
	box-shadow: none;
	margin-top: 135px
}

#video-page .top-main-section {
	width: 960px;
	margin: 167px auto 0;
	height: auto;
	box-shadow: none;
	-webkit-box-shadow: none
}

#video-player-suscriber .top-main-section {
	width: 960px;
	height: auto;
	box-shadow: none;
	-webkit-box-shadow: none;
	margin: 121px auto 0;
	background: #1a1a1a
}

#video-player-free .top-main-section {
	box-shadow: none;
	-webkit-box-shadow: none
}

#copyrights .top-main-section {
	box-shadow: none;
	-webkit-box-shadow: none
}

.top-main-section-short {
	position: relative;
	height: 178px;
	overflow: hidden
}

.top-main-video {
	position: relative;
	height: 122px;
	width: 960px;
	margin: 120px auto 0px auto;
	display: table;
	background: #1a1a1a
}

#main-wrapper {
	padding: 0 0 20px 0;
	background: #F9F9F9 url('https://checkout.netsuite.com/c.3335099/Funimation%20Images/sidebar-bg.png') repeat-y right top;
	overflow: hidden
}

#main-wrapper.cont-shows {
	float: left;
	left: 50%;
	margin-left: -480px;
	overflow: visible;
	position: relative
}

#main-wrapper-2 {
	padding: 0 0 20px 0;
	background: #F9F9F9 url('../img/sidebar-bg-filter.png') repeat-y left
		top;
	overflow: hidden
}

.column_1 {
	float: left;
	position: relative;
	margin: 0 10px;
	width: 300px;
	padding-top: 26px;
	padding-bottom: 23px
}

.column_2 {
	float: left;
	position: relative;
	margin: 0 10px;
	width: 620px;
	padding-top: 26px;
	padding-bottom: 23px;
	clear: both
}

.column_3 {
	float: right;
	position: relative;
	margin: 0 10px;
	width: 780px;
	padding-bottom: 23px;
	clear: both
}

.column_2.best_sellers {
	padding-top: 15px
}

#main-content {
	float: left;
	position: relative;
	width: 640px
}

#main-content.w800 {
	float: right;
	width: 800px
}

#main-content.w960 {
	width: 960px
}

aside {
	float:left;
	width: 320px
}

aside .content {
	padding: 0
}

#main-wrapper-2 aside {
	float: left;
	width: 160px;
	padding: 0
}

#main-wrapper-2 aside .content {
	padding: 0
}

#main-wrapper.show-section {
	padding: 0;
	margin-left: -480px;
	left: 50%;
	position: relative;
	top: 0;
	float: left;
	overflow: visible
}

.show-section aside {
	margin-bottom: -87px
}

body.fancybox-lock {
	margin: 0 !important
}
/* --- /GLOBAL STRUCTURE STYLES --- */

/* --- GLOBAL CUSTOM STYLES - Encabezado de widgets --- */
[class*="column_"]>.basic-heading {
	margin: 0 0 23px;
	height: 19px;
	text-align: center
}

.basic-heading {
	margin: 10px 0;
	text-align: center
}

.basic-heading h2 {
	display: inline-block;
	text-transform: uppercase
}

.basic-heading h4 {
	display: inline-block;
	padding-right: 6px
}

.basic-heading>.btn {
	position: relative;
	top: -5px;
	margin: 0 0 0 7px
}

.basic-heading .btn-group {
	display: inline-block;
	position: relative;
	top: -5px;
	margin: 0 0 0 7px;
	height: 19px
}

.basic-heading .btn-group .btn {
	margin-left: 0
}

.main-heading {
	margin: 0 0 12px 0;
	padding: 15px;
	background: #E6E6E6;
	text-align: left
}

.main-heading h1 {
	font-size: 25px;
	line-height: 25px
}
/* --- /GLOBAL CUSTOM STYLES - Encabezado de widgets --- */

/* --- GLOBAL CUSTOM STYLES - Normal Slider --- */
.normal-slider.column_2.shadow-line {
	display: block;
	float: left;
	position: relative;
	margin: 0 10px;
	width: 620px;
	padding-top: 26px;
	padding-bottom: 23px;
	background: url('../img/section-shadow-bg.png') no-repeat center top;
	clear: both
}

.normal-slider .items-container {
	position: static
}

.normal-slider [class*="items-"] .item-cell {
	display: block;
	position: relative;
	list-style: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	padding: 7px;
	overflow: visible;
}

.normal-slider .items-row .item-cell {
	float: left;
	width: 155px !important
}

.column_1.normal-slider .items-row .item-cell {
	width: 150px !important;
	padding: 7px 4px 7px 5px
}

.column_1.normal-slider.avatars .items-row .item-cell {
	height: 150px
}

.column_4.normal-slider .item-cell {
	margin-right: 6px
}

.column_4.normal-slider .item-cell:nth-of-type(6n) {
	margin-right: 0
}

.column_3.normal-slider .item-cell {
	margin-right: 1px
}

.column_3.normal-slider .item-cell:nth-of-type(5n) {
	margin-right: 0
}

.normal-slider [class*="items-"] .item-cell:hover {
	background-color: #EFEFEF
}

.normal-slider [class*="items-"] .item-cell.no-hover:hover {
	background-color: transparent
}

.column_1.normal-slider [class*="items-"] .item-cell.no-hover {
	padding: 2px
}

.column_2.normal-slider [class*="items-"] .item-cell.no-hover {
	padding: 2px 7px
}

.column_3.normal-slider [class*="items-"] .item-cell.no-hover {
	padding: 2px 7px
}

.normal-slider [class*="items-"] .item-cell>div>.thumb,.normal-slider [class*="items-"] .item-cell>.thumb
	{
	display: block;
	position: relative;
	margin: -2px -1px 5px -2px;
	border: 2px solid transparent;
	max-width: 140px
}

.normal-slider .items-row .item-cell>div>.thumb,.normal-slider .items-row .item-cell>.thumb
	{
	float: none
}

.normal-slider.avatars .items-row .item-cell>div>.thumb,.normal-slider.avatars .items-row .item-cell>.thumb
	{
	margin: -2px 0 0;
	height: 136px;
	width: 136px
}

.normal-slider .items-row .item-cell>div>.thumb.left,.normal-slider .items-row .item-cell>.thumb.left
	{
	float: left;
	margin: -2px 10px -2px -2px
}

.normal-slider [class*="items-"] .item-cell>div>.thumb:hover,.normal-slider [class*="items-"] .item-cell>.thumb:hover
	{
	border: 2px solid #CCCCCC;
	text-decoration: none;
	background-color: #CCCCCC
}

.normal-slider [class*="items-"] .item-cell>div>.thumb .a,.normal-slider [class*="items-"] .item-cell>div>.thumb .b,.normal-slider [class*="items-"] .item-cell>div>.thumb .e,.normal-slider [class*="items-"] .item-cell>div>.thumb .l,.normal-slider [class*="items-"] .item-cell>div>.thumb .l-e,.normal-slider [class*="items-"] .item-cell>div>.thumb .n-r,.normal-slider [class*="items-"] .item-cell>div>.thumb .p-o,.normal-slider [class*="items-"] .item-cell>div>.thumb .s,.normal-slider [class*="items-"] .item-cell>div>.thumb .sc,.normal-slider [class*="items-"] .item-cell>.thumb .a,.normal-slider [class*="items-"] .item-cell>.thumb .b,.normal-slider [class*="items-"] .item-cell>.thumb .s,.normal-slider [class*="items-"] .item-cell>.thumb .n-r,.normal-slider [class*="items-"] .item-cell>.thumb .p-o,.normal-slider [class*="items-"] .item-cell>.thumb .e,.normal-slider [class*="items-"] .item-cell>.thumb .l,.normal-slider [class*="items-"] .item-cell>.thumb .l-e,.normal-slider [class*="items-"] .item-cell>.thumb .sc
	{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	text-indent: -9999px;
	overflow: hidden
}

.normal-slider [class*="items-"] .item-cell>div>.thumb .n,.normal-slider [class*="items-"] .item-cell>.thumb .n
	{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2
}

.normal-slider [class*="items-"] .thumb .a,.normal-slider [class*="items-"] .thumb .b,.normal-slider [class*="items-"] .thumb .s,.normal-slider [class*="items-"] .thumb .n-r,.normal-slider [class*="items-"] .thumb .p-o,.normal-slider [class*="items-"] .thumb .e,.normal-slider [class*="items-"] .thumb .l,.normal-slider [class*="items-"] .thumb .l-e,.normal-slider [class*="items-"] .thumb .sc
	{
	display: block !important
}

.normal-slider [class*="items-"] .item-cell .icon-remove-sign {
	display: none;
	position: absolute;
	right: -6px;
	top: -6px;
	z-index: 999;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	width: 12px;
	height: 12px;
	background: #FFFFFF;
	font-size: 16px;
	line-height: 16px;
	color: #BA2B40
}

.normal-slider [class*="items-"] .item-cell:hover .icon-remove-sign {
	display: block
}

.normal-slider [class*="items-"] .item-cell>div>.thumb .a,.normal-slider [class*="items-"] .item-cell>.thumb .a
	{
	width: 64px;
	height: 64px;
	background: url('../img/bg-access-label.svg') no-repeat center center
}

.normal-slider [class*="items-"] .item-cell>div>.thumb .b,.normal-slider [class*="items-"] .item-cell>.thumb .b
	{
	width: 64px;
	height: 64px;
	background: url('../img/best_seller.png') no-repeat center center
}

.normal-slider [class*="items-"] .item-cell>div>.thumb .s,.normal-slider [class*="items-"] .item-cell>.thumb .s
	{
	width: 64px;
	height: 64px;
	background: url('../img/bg-sale-label.svg') no-repeat center center
}

.normal-slider [class*="items-"] .item-cell>div>.thumb .n-r,.normal-slider [class*="items-"] .item-cell>.thumb .n-r
	{
	width: 64px;
	height: 64px;
	background: url('../img/bg-new-release-label.svg') no-repeat center
		center
}

.normal-slider [class*="items-"] .item-cell>div>.thumb .p-o,.normal-slider [class*="items-"] .item-cell>.thumb .p-o
	{
	width: 64px;
	height: 64px;
	background: url('../img/bg-pre-order-label.svg') no-repeat center center
}

.normal-slider [class*="items-"] .item-cell>div>.thumb .e,.normal-slider [class*="items-"] .item-cell>.thumb .e
	{
	width: 27px;
	height: 27px;
	background: url('../img/bg-elite-label.svg') no-repeat center center
}

.normal-slider [class*="items-"] .item-cell>div>.thumb .l,.normal-slider [class*="items-"] .item-cell>.thumb .l
	{
	width: 64px;
	height: 64px;
	background: url('../img/bg-limited-offer-label.svg') no-repeat center
		center
}

.normal-slider [class*="items-"] .item-cell>div>.thumb .l-e,.normal-slider [class*="items-"] .item-cell>.thumb .l-e
	{
	width: 64px;
	height: 64px;
	background: url('../img/bg-limited-edition-label.svg') no-repeat center
		center
}

.normal-slider [class*="items-"] .item-cell>div>.thumb .sc,.normal-slider [class*="items-"] .item-cell>.thumb .sc
	{
	width: 64px;
	height: 64px;
	background: url('../img/bg-simulcast-label.svg') no-repeat center center
}

.normal-slider [class*="items-"] .item-cell>div>.thumb .n,.normal-slider [class*="items-"] .item-cell>.thumb .n
	{
	width: 130px;
	padding: 5px;
	background: #E0E0E0;
	font-size: 12px;
	line-height: 12px;
	color: #4B4542;
	overflow: hidden
}

.normal-slider [class*="items-"] .item-cell>div>.thumb .bottom-icons,.normal-slider [class*="items-"] .item-cell>.thumb .bottom-icons
	{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	height: 25px;
	background: #F1F1F1;
	background: rgba(255, 255, 255, 0.50)
}

.normal-slider [class*="items-"] .item-cell>div>.thumb .bottom-icons>span,.normal-slider [class*="items-"] .item-cell>div>.thumb .bottom-icons>a,.normal-slider [class*="items-"] .item-cell>.thumb .bottom-icons>span,.normal-slider [class*="items-"] .item-cell>.thumb .bottom-icons>a
	{
	display: none;
	float: left;
	position: relative;
	width: 15px;
	height: 15px;
	padding: 5px 6px 5px 4px;
	font-family: 'FontAwesome';
	font-size: 18px;
	line-height: 18px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #666666;
	text-align: center;
	vertical-align: middle
}

.normal-slider [class*="items-"] .item-cell>div:hover>.thumb .bottom-icons>span,.normal-slider [class*="items-"] .item-cell>div:hover>.thumb .bottom-icons>a,.normal-slider [class*="items-"] .item-cell:hover>.thumb .bottom-icons>span,.normal-slider [class*="items-"] .item-cell:hover>.thumb .bottom-icons>a
	{
	display: block
}

.normal-slider [class*="items-"] .item-cell>div>.thumb .bottom-icons>span:before,.normal-slider [class*="items-"] .item-cell>div>.thumb .bottom-icons>a:before,.normal-slider [class*="items-"] .item-cell>.thumb .bottom-icons>span:before,.normal-slider [class*="items-"] .item-cell>.thumb .bottom-icons>a:before
	{
	display: block;
	text-align: center;
	vertical-align: middle
}

.normal-slider [class*="items-"] .item-cell>div>.thumb .bottom-icons>span:hover,.normal-slider [class*="items-"] .item-cell>div>.thumb .bottom-icons>a:hover,.normal-slider [class*="items-"] .item-cell>.thumb .bottom-icons>span:hover,.normal-slider [class*="items-"] .item-cell>.thumb .bottom-icons>a:hover
	{
	color: #FFFFFF
}

.normal-slider [class*="items-"] .item-cell>.thumb .bottom-icons>a:hover
	{
	color: #666 !important
}
/*.profile-page .normal-slider [class*="items-"] .item-cell>.thumb .bottom-icons>span:hover{color:#b3b3b3}*/
#favorites_shows .normal-slider [class*="items-"] .item-cell>.thumb .bottom-icons>a:hover,#favorites_videos .normal-slider [class*="items-"] .item-cell>.thumb .bottom-icons>a:hover
	{
	color: #CCCCCC !important;
}

.normal-slider [class*="items-"] .item-cell>div>.thumb .bottom-icons>span.rose,.normal-slider [class*="items-"] .item-cell>div>.thumb .bottom-icons>a.rose,.normal-slider [class*="items-"] .item-cell>.thumb .bottom-icons>span.rose,.normal-slider [class*="items-"] .item-cell>.thumb .bottom-icons>a.rose
	{
	display: block !important;
	color: #C12F3C !important
}

.normal-slider [class*="items-"] .item-cell>.thumb .bottom-icons>a.rose:hover
	{
	display: block !important;
	color: #666666 !important
}

.normal-slider [class*="items-"] .item-cell>div>.thumb img,.normal-slider [class*="items-"] .item-cell>.thumb img
	{
	display: block;
	border: 0;
	margin: 0
}

.normal-slider [class*="items-"] .item-cell>div>.thumb img {
	max-width: 140px
}

.normal-slider.avatars [class*="items-"] .item-cell>div>.thumb img,.normal-slider.avatars [class*="items-"] .item-cell>.thumb img
	{
	height: 136px;
	width: 136px
}

.normal-slider .items-row .item-cell .item-resume-info {
	float: none
}

.normal-slider .items-row .item-cell .item-resume-info.left {
	float: left
}

.normal-slider .items-row .item-cell .item-resume-info .item-title {
	display: block;
	float: none;
	margin: 0;
	height: 38px;
	min-height: 38px;
	max-height: 38px;
	overflow: hidden
}

.normal-slider [class*="items-"] .item-cell .brief {
	display: block;
	margin: 0
}

.normal-slider .items-row .item-cell .item-resume-info .brief {
	height: 36px;
	min-height: 36px;
	max-height: 36px;
	padding: 3px 0 0 0;
	overflow: hidden
}

.normal-slider .items-row .item-cell .item-resume-info .brief.with-middle-line
	{
	height: 57px;
	min-height: 57px;
	max-height: 57px
}

.normal-slider .items-row .item-cell .item-resume-info .brief.with-middle-line>span
	{
	display: block;
	margin-bottom: 3px
}

.normal-slider .items-row .item-cell .item-sale-info {
	padding-top: 4px
}

.normal-slider [class*="items-"] .item-cell .item-sale-info del.old-price,.normal-slider [class*="items-"] .item-cell .item-sale-info strong.new-price
	{
	display: block;
	text-align: right
}

.normal-slider .items-row .item-cell .item-sale-info del.old-price,.normal-slider .items-row .item-cell .item-sale-info strong.new-price
	{
	float: right;
	width: 75px
}

.normal-slider img.loading {
	margin: -12px 0 0 3px
}

.column_2.normal-slider .items-row .item-cell.two {
	width: 310px !important
}

.column_1.normal-slider .items-row .item-cell.two,.column_1 .normal-slider .items-row .item-cell.two
	{
	width: 300px !important;
}

.normal-slider .items-row .item-cell.two>.thumb {
	max-width: 296px; /*height: 198px;*/
}

.normal-slider .items-row .item-cell.two>.thumb img {
	max-width: 295px
}

.normal-slider .items-row .item-cell.four.no-hover {
	width: 620px !important;
	padding: 2px 0
}

/* With variable image size to be centered inside a thumb container */
[class*="centered-items-"].normal-slider [class*="items-"] .item-cell>div>.thumb .a,[class*="centered-items-"].normal-slider [class*="items-"] .item-cell>div>.thumb .b,[class*="centered-items-"].normal-slider [class*="items-"] .item-cell>div>.thumb .e,[class*="centered-items-"].normal-slider [class*="items-"] .item-cell>div>.thumb .l,[class*="centered-items-"].normal-slider [class*="items-"] .item-cell>div>.thumb .l-e,[class*="centered-items-"].normal-slider [class*="items-"] .item-cell>div>.thumb .n-r,[class*="centered-items-"].normal-slider [class*="items-"] .item-cell>div>.thumb .p-o,[class*="centered-items-"].normal-slider [class*="items-"] .item-cell>div>.thumb .s,[class*="centered-items-"].normal-slider [class*="items-"] .item-cell>div>.thumb .sc,[class*="centered-items-"].normal-slider [class*="items-"] .item-cell>div>.thumb .n,[class*="centered-items-"].normal-slider [class*="items-"] .item-cell>.thumb .a,[class*="centered-items-"].normal-slider [class*="items-"] .item-cell>.thumb .b,[class*="centered-items-"].normal-slider [class*="items-"] .item-cell>.thumb .s,[class*="centered-items-"].normal-slider [class*="items-"] .item-cell>.thumb .n-r,[class*="centered-items-"].normal-slider [class*="items-"] .item-cell>.thumb .p-o,[class*="centered-items-"].normal-slider [class*="items-"] .item-cell>.thumb .e,[class*="centered-items-"].normal-slider [class*="items-"] .item-cell>.thumb .l,[class*="centered-items-"].normal-slider [class*="items-"] .item-cell>.thumb .l-e,[class*="centered-items-"].normal-slider [class*="items-"] .item-cell>.thumb .sc,[class*="centered-items-"].normal-slider [class*="items-"] .item-cell>.thumb .n
	{
	margin: 4px 0 0 2px
}

[class*="centered-items-"].normal-slider [class*="items-"] .item-cell>.thumb,[class*="centered-items-"].normal-slider [class*="items-"] .item-cell>.thumb:hover
	{
	background: none;
	border: 0
}

[class*="centered-items-"].normal-slider [class*="items-"] .item-cell>.thumb:hover img
	{
	border: 2px solid #cccccc;
	text-decoration: none;
	background-color: #CCCCCC
}

[class*="centered-items-"].normal-slider [class*="items-"] .item-cell>.thumb img
	{
	margin: auto !important;
	cursor: pointer;
	bottom: 2px;
	left: 0;
	right: 0;
	border: 2px solid transparent
}

[class*="centered-items-"].normal-slider [class*="items-"] .item-cell>div>.thumb .bottom-icons,[class*="centered-items-"].normal-slider [class*="items-"] .item-cell>.thumb .bottom-icons
	{
	margin: 2px;
	bottom: 2px
}

.centered-items-140x198.normal-slider [class*="items-"] .item-cell>.thumb img
	{
	max-height: 198px;
	position: absolute
}

.centered-items-140x198.normal-slider [class*="items-"] .item-cell>div>.thumb,.centered-items-140x198.normal-slider [class*="items-"] .item-cell>.thumb
	{
	height: 198px;
	width: 144px;
	max-width: none;
	padding-top: 4px
}

.centered-items-120x160.normal-slider [class*="items-"] .item-cell>.thumb img
	{
	max-height: 160px;
	max-width: 120px
}

.centered-items-120x160.normal-slider [class*="items-"] .item-cell>div>.thumb,.centered-items-120x160.normal-slider [class*="items-"] .item-cell>.thumb
	{
	height: 160px;
	width: 120px
}

.centered-items-60x80 .thumb img {
	max-height: 80px;
	max-width: 60px;
	position: absolute
}

.centered-items-60x80 .thumb {
	height: 80px;
	width: 60px
}

.centered-items-107x60 .thumb {
	height: 60px;
	max-width: 107px
}
/*.centered-items-107x60 .thumb img{max-height:60px;max-width:107px;position:absolute}*/
.centered-items-107x60 .thumb img {
	max-height: 60px;
	max-width: 107px;
	position: inherit
}

@media screen and (-ms-high-contrast: active) , ( -ms-high-contrast :
	none) {
	/* This is a fix for IE regarding the "new releases" thumbs on home page */
	.centered-items-140x198.column_2.normal-slider [class*="items-"] .item-cell>.thumb img
		{
		position: relative
	}
	.centered-items-140x198.column_2.normal-slider [class*="items-"] .item-cell>.thumb,.centered-items-140x198.column_2.normal-slider [class*="items-"] .item-cell>.thumb:hover
		{
		vertical-align: bottom;
		display: table-cell
	}
}

/* Double-row specific */
.normal-slider.double-row .items-row .item-cell:nth-child(1),.normal-slider.double-row .items-row .item-cell:nth-child(2),.normal-slider.double-row .items-row .item-cell:nth-child(3),.normal-slider.double-row .items-row .item-cell:nth-child(4)
	{
	margin-bottom: 10px
}

/* With tabs specific */
.normal-slider.with-tabs .ui-tabs {
	position: static
}

.normal-slider.with-tabs .ui-tabs-nav {
	margin-bottom: 10px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
	border-bottom: 1px solid #999999;
	height: 60px;
	text-align: center !important
}

.normal-slider.with-tabs .ui-tabs-nav li {
	display: inline-block;
	float: none !important;
	height: 19px;
	padding: 20px 10px
}

.normal-slider.with-tabs .ui-tabs-nav li .basic-heading {
	margin: 0
}

.normal-slider.with-tabs .ui-tabs-nav li .basic-heading .btn {
	top: -1px;
	color: #333333
}

.normal-slider.with-tabs .ui-tabs-nav li.ui-state-default {
	border: 1px solid transparent
}

.normal-slider.with-tabs .ui-tabs-nav li.ui-state-default .basic-heading .btn
	{
	display: none
}

.normal-slider.with-tabs .ui-tabs-nav li.ui-state-default .basic-heading h2
	{
	color: #999999
}

.normal-slider.with-tabs .ui-tabs-nav li.ui-state-active {
	border-left: 1px solid #999999 !important;
	border-top: 1px solid #999999 !important;
	border-right: 1px solid #999999 !important;
	background: #FFFFFF
}

aside .normal-slider.with-tabs .ui-tabs-nav li.ui-state-active {
	background-color: #eeeeee
}

.normal-slider.with-tabs .ui-tabs-nav li.ui-state-active .basic-heading h2
	{
	color: #000000
}

.normal-slider.with-tabs .ui-tabs-nav li.ui-state-active .basic-heading .btn
	{
	display: inline-block
}

.normal-slider.with-tabs .ui-tabs .ui-tabs-hide {
	position: absolute;
	top: -5000px
}

.column_2.normal-slider.with-tabs .flex-direction-nav li a {
	top: 49px !important
}

/* With user box specific */
.column_1.normal-slider .user-comment {
	padding: 10px 5px 5px 5px
}

.column_2.normal-slider .user-comment {
	margin: 10px 0 0 0;
	padding: 10px
}

.normal-slider .user-comment .user-avatar {
	margin: 0 10px 0 0
}

.normal-slider .user-comment .user-name {
	margin-top: 10px
}

.normal-slider .user-comment p {
	position: relative;
	margin: 0;
	color: #4D4D4D;
	overflow: hidden
}

.column_1.normal-slider .user-comment p {
	margin: -4px 0 0 6px;
	padding: 0 0 0 18px
}

.column_2.normal-slider .user-comment p {
	height: 62px;
	min-height: 62px;
	max-height: 62px;
	padding: 5px 0 0 0
}

.column_1.normal-slider .user-comment p:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	margin: 0 6px 0 0;
	width: 8px;
	height: 100%;
	background: url('../img/bg-user-comment-vertical.svg') no-repeat left
		center
}

.column_2.normal-slider .user-comment p:before {
	display: block;
	content: '';
	margin: 0 0 6px 0;
	height: 8px;
	background: url('../img/bg-user-comment.svg') no-repeat center center
}
/* Fix para la home de SHOWS, revisar para optimizar*/
.column_2.normal-slider.recommendations .user-comment p {
	height: auto;
	min-height: 0;
	max-height: 67px;
	padding: 5px 0 0 0
}

.column_2.normal-slider.recommendations .user-comment p:before {
	height: 0
}

.column_2.normal-slider.recommendations .user-comment p:first-of-type:before
	{
	height: 8px
}

/* Grid and list specific */
.normal-slider.grid-and-list [class*="items-"] .item-cell {
	margin-top: 10px
}

.normal-slider .items-list .item-cell {
	float: none;
	width: 620px !important
}

.column_3.normal-slider .items-list .item-cell {
	margin-right: 0;
	width: 780px !important
}

.normal-slider .modal_data .items-list .item-cell {
	width: 100% !important
}

.normal-slider.grid-and-list .items-row .item-cell .no-grid {
	display: none !important
}

.normal-slider .items-list .item-cell .no-list {
	display: none !important
}

.normal-slider .items-list .item-cell>div>.thumb,.normal-slider .items-list .item-cell>.thumb
	{
	float: left;
	margin-bottom: -2px
}

.normal-slider .items-list .item-cell .item-resume-info {
	float: left;
	margin: -3px 0 4px 15px;
	width: 350px
}

.column_3.normal-slider .items-list .item-cell .item-resume-info {
	width: 450px
}

.normal-slider .items-list .item-cell .item-resume-info * {
	display: inline;
	float: none;
	margin: 0;
	font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 19px;
	font-weight: bold;
}

.normal-slider .modal_data .items-list .item-cell .item-resume-info * {
	color: #000000 !important
}

.normal-slider .items-list .item-cell .item-resume-info a,.normal-slider .items-list .item-cell .item-resume-info span.brief
	{
	padding-right: 5px
}

.normal-slider.simulcasts .items-list .item-cell .item-resume-info a:first-of-type
	{
	padding: 0
}
/*.normal-slider .items-list .item-cell .item-resume-info a.item-title:first-of-type{float:left} commented to solve assembla #1012, unnecesary since all items in .item-resume-info already have display:inline*/
.normal-slider .items-list .item-cell .item-resume-info .item-title+span.no-grid
	{
	margin-left: 0px
}

.normal-slider .items-list .item-cell .item-resume-info .item-title+span.no-grid.tv-rating
	{
	display: inline-block;
	margin-left: 0
}

.normal-slider .items-list .item-cell .item-resume-info .tv-rating {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	white-space: nowrap
}

.normal-slider .items-list .item-cell .item-resume-info .brief:hover * {
	text-decoration: underline;
}

.normal-slider .items-list .item-cell [class*="summary"] {
	float: left;
	margin: 0 0 4px 15px
}

.normal-slider .items-list .item-cell [class*="summary"].no-margin {
	margin-bottom: 0
}

.normal-slider .items-list .item-cell .summary {
	width: 450px
}

.normal-slider:not (.column_3 ) .items-list .item-cell .summary.no-grid
	{
	float: right
}

.normal-slider .items-list .item-cell .summary-short {
	width: 360px !important
}

.normal-slider .modal_data .items-list .item-cell .summary-short {
	width: 340px !important
}

.normal-slider .items-list .item-cell .bottom-links-l {
	float: left;
	margin: 0 0 0 15px;
	text-align: left
}

.normal-slider .items-list .item-cell .bottom-links-r {
	float: left;
	margin: 0 0 0 15px;
	text-align: right
}

.normal-slider .items-list .item-cell .bottom-links-l.clear,.normal-slider .items-list .item-cell .bottom-links-r.clear
	{
	float: none;
	margin-left: 156px
}

.normal-slider [class*="items-"] [class*="bottom-links"] a.elite:before
	{
	content: '';
	display: inline-block;
	height: 13px;
	width: 12px;
	margin: 0 5px -2px 0;
	background: url("https://checkout.netsuite.com/c.3335099/Funimation%20Images/funimation-sprite.png") no-repeat -53px -347px
}

.normal-slider .items-list .item-cell .item-sale-info {
	float: right;
	width: 81px;
	padding-top: 6px;
	text-align: right
}

.normal-slider .modal_data .items-list .item-cell .item-sale-info {
	padding-right: 10px;
	width: 70px
}

.normal-slider .items-list .item-cell .item-sale-info .btn-red {
	margin-top: 5px
}

.normal-slider .items-list .item-cell .item-sale-info strong,.normal-slider .items-list .item-cell .item-sale-info del
	{
	width: 100%
}

.normal-slider .items-list .item-cell .item-sale-info strong.remaining {
	display: block;
	padding: 8px 0
}

/* Fix para videos */
.normal-slider.clips_list .items-list .item-cell .bottom-links-r.clear span:before,.normal-slider.trailers_list .items-list .item-cell .bottom-links-r.clear span:before,.normal-slider.extras_list .items-list .item-cell .bottom-links-r.clear span:before
	{
	margin: 0 5px 0 0;
	content: '|'
}

.normal-slider.clips_list .items-list .item-cell .bottom-links-r.clear span:first-of-type:before,.normal-slider.trailers_list .items-list .item-cell .bottom-links-r.clear span:first-of-type:before,.normal-slider.extras_list .items-list .item-cell .bottom-links-r.clear span:first-of-type:before
	{
	margin: 0;
	content: ''
}

/* Playlists specific */
.normal-slider.playlists .items-row .item-cell {
	padding-top: 8px;
	background-image: url("../img/bg_playlist_thumb.png");
	background-repeat: no-repeat;
	background-position: right top
}

.normal-slider.playlists .items-row .item-cell .item-resume-info .brief
	{
	height: 18px;
	min-height: 18px;
	max-height: 18px
}

.normal-slider.playlists .items-list .item-cell {
	padding-top: 13px;
	background-image: url("../img/bg_playlist_thumb.png");
	background-repeat: no-repeat;
	background-position: 13px 5px
}

.normal-slider.playlists.grid-and-list .items-list .item-cell .item-resume-info>*
	{
	display: block;
	float: none !important
}

.normal-slider.playlists.grid-and-list .items-list .item-cell .item-resume-info .item-title.icon-right span
	{
	display: inline-block;
	margin: 3px 0 0 12px
}

.normal-slider.playlists.grid-and-list .items-list .item-cell .item-resume-info .item-title.icon-right.opened .icon-caret:before
	{
	content: '\f0d8'
}

.normal-slider.playlists.grid-and-list .items-list .item-cell .item-resume-info .brief
	{
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: normal;
	font-weight: normal;
	color: #000000
}
/* --- /GLOBAL CUSTOM STYLES - Normal Slider --- */

/* --- GLOBAL CUSTOM STYLES - Sliders navigation --- */
.flex-control-nav {
	margin: 12px 0 -5px 0;
	text-align: center
}

.flex-control-nav li {
	margin: 0 5px;
	display: inline-block;
	vertical-align: middle;
	list-style: none
}

.flex-control-nav li a {
	margin: 1px;
	width: 9px;
	height: 9px;
	display: block;
	background: #666666;
	cursor: pointer;
	text-indent: -9999px
}

.flex-control-nav li a.active,.flex-control-nav li a.flex-active {
	margin: 0;
	border: 2px solid #666666;
	width: 7px;
	height: 7px;
	background: none;
	cursor: default
}

.flex-direction-nav {
	position: static !important;
	height: 0;
	list-style: none;
	margin-top: 2px
}

.flex-direction-nav li a {
	display: inline-block;
	position: absolute;
	width: 13px;
	height: 17px
}

.flex-direction-nav li .flex-disabled {
	display: none !important
}

.column_1 .flex-direction-nav li a {
	bottom: 20px
}

.column_2 .flex-direction-nav li a,.column_3 .flex-direction-nav li a {
	top: 28px
}

.flex-direction-nav li a:before {
	content: '\f04b';
	display: block;
	width: auto;
	height: auto;
	font-family: 'FontAwesome';
	font-size: 19px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none
}

.flex-direction-nav li a.flex-prev:before {
	-moz-transform: matrix(-1, 0, 0, 1, 0, 0);
	-webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
	-o-transform: matrix(-1, 0, 0, 1, 0, 0);
	-ms-transform: matrix(-1, 0, 0, 1, 0, 0)
}

.column_1 .flex-direction-nav li a:before {
	color: #666666
}

.column_2 .flex-direction-nav li a:before,.column_3 .flex-direction-nav li a:before
	{
	color: #C12F3C
}

.flex-direction-nav li a:hover {
	text-decoration: none
}

.column_1 .flex-direction-nav li a.flex-prev {
	left: 10px
}

.column_2 .flex-direction-nav li a.flex-prev,.column_3 .flex-direction-nav li a.flex-prev
	{
	left: 70px
}

.column_1 .flex-direction-nav li a.flex-next {
	right: 10px
}

.column_2 .flex-direction-nav li a.flex-next,.column_3 .flex-direction-nav li a.flex-next
	{
	right: 70px
}
/* --- /GLOBAL CUSTOM STYLES - Sliders navigation --- */

/* --- GLOBAL CUSTOM STYLES - Paginados --- */
[class^="pagination"] {
	padding-top: 25px;
	text-align: center;
	clear: both
}

[class^="pagination"] a,[class^="pagination"] span {
	display: inline-block;
	border-style: solid;
	border-color: #E7E7E7;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0;
	width: 16px;
	height: 16px;
	padding: 10px;
	font-family: "Open Sans Condensed", sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	text-indent: 0;
	text-align: center;
	cursor: pointer;
	background: white;
	text-decoration: none;
	vertical-align: middle
}

[class^="pagination"] a:hover,[class^="pagination"] span:hover,[class^="pagination"] .jp-current
	{
	background: whiteSmoke;
	color: #999999;
	text-decoration: none
}

[class^="pagination"] .jp-previous {
	border-left-width: 1px
}

[class^="pagination"] .jp-previous,[class^="pagination"] .jp-next {
	border-color: #E6E6E6;
	background: #F9F9F9;
	font-size: 12px;
	color: #A5A5A5
}
/* --- /GLOBAL CUSTOM STYLES - Paginados --- */

/* --- GLOBAL CUSTOM STYLES - Popovers --- */
.popover {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50000 !important;
	padding: 5px
}

.popover.top {
	margin: 5px 0 0 0
}

.popover.right {
	margin: 0 0 0 5px
}

.popover.bottom {
	margin: 5px 0 0 0
}

.popover.left {
	margin: 0 0 0 -5px
}

.popover .arrow {
	position: absolute;
	width: 0;
	height: 0
}

.popover.top .arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #000000
}

.popover.right .arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 5px solid #000000
}

.popover.bottom .arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #000000
}

.popover.left .arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #000000
}

.popover .popover-inner {
	width: 320px;
	padding: 3px;
	background: #000000;
	background: rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	overflow: hidden
}

.popover .popover-inner .popover-title {
	border-bottom: 1px solid #EEEEEE;
	padding: 14px;
	background: -moz-linear-gradient(center top, #FFF, #F5F5F5) repeat
		scroll 0 0%, none repeat scroll 0 0 transparent !important;
	background: -webkit-gradient(linear, center top, center bottom, color-stop(0%, #FFF),
		color-stop(100%, #F5F5F5) ) !important;
	background: -webkit-linear-gradient(center top, #FFF 0%, #F5F5F5 100%)
		!important;
	background: -o-linear-gradient(center top, #FFF 0%, #F5F5F5 100%)
		!important;
	background: linear-gradient(to bottom, #FFF 0%, #F5F5F5 100%) !important;
	background:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+)
}

.popover .popover-inner .popover-title .popup-heading * {
	display: block
}

.popover .popover-inner .popover-content {
	padding: 14px;
	background: #FFFFFF
}

.popover .popover-inner .popover-content .item-popup .pop-content>* {
	margin: 0 0 8px 0
}

.popover .popover-inner .popover-content .item-popup .pop-content>*:last-child
	{
	margin: 0
}

.popover .popover-inner .popover-content .item-popup .pop-content .rank
	{
	margin: 2px 0 0 0
}

.popover .popover-inner .popover-content .item-popup .pop-content div p
	{
	max-width: 190px
}

.popover .popover-inner .popover-content .item-popup .pop-content a.elite:before
	{
	content: '';
	display: inline-block;
	height: 13px;
	width: 12px;
	margin: 0 5px -2px 0;
	background: url("https://checkout.netsuite.com/c.3335099/Funimation%20Images/funimation-sprite.png") no-repeat -53px -347px
}

.popover .popover-inner .popover-content .item-popup .pop-footer {
	padding-top: 15px
}

.popover .popover-inner .popover-content .item-popup .pop-footer a {
	float: left;
	margin-left: 7px;
	height: 27px !important;
	margin-top: 6px
}

.popover .popover-inner .popover-content .item-popup .pop-footer a:first-of-type
	{
	margin-left: 0
}

.popover .popover-inner .popover-content .item-popup .pop-footer del,.popover .popover-inner .popover-content .item-popup .pop-footer strong
	{
	float: right
}

.bottom-icons .with-popover {
	color: #666666
}

.normal-slider [class*="items-"] .item-cell>.thumb .bottom-icons .actions-pop
	{
	position: absolute;
	top: 27px;
	left: -27px;
	width: 144px
}

.table-type1 tbody tr td .thumb .bottom-icons .actions-pop {
	position: absolute;
	top: 19px;
	left: -66px;
	width: 150px
}

.bottom-icons .actions-pop .arrow {
	margin: 0 auto 0 34px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #000000;
	width: 0;
	height: 0
}

.bottom-icons .actions-pop .actions-pop-content {
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	border: 3px solid #000000;
	padding: 14px;
	background: #FFFFFF
}
/* --- /GLOBAL CUSTOM STYLES - Popovers --- */

/* --- GLOBAL CUSTOM STYLES - Tooltips --- */
.tooltip {
	position: absolute;
	z-index: 1020;
	display: block;
	visibility: visible;
	padding: 5px;
	font-size: 11px;
	opacity: 0;
	filter: alpha(opacity = 0)
}

.tooltip.in {
	opacity: 1;
	filter: alpha(opacity = 100)
}

.tooltip.top {
	margin-top: -2px
}

.tooltip.right {
	margin-left: 2px
}

.tooltip.bottom {
	margin-top: 2px
}

.tooltip.left {
	margin-left: -2px
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #000000
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #000000
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #000000
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 5px solid #000000
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0
}

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	background-color: #000000;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	opacity: 1;
	filter: alpha(opacity = 100)
}
/* --- /GLOBAL CUSTOM STYLES - Tooltips --- */

/* --- HEADER --- */
header {
	background-color: #410099;
	height: 0;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	-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);
	background: #410099;
	overflow: hidden; /* Old browsers */
	background: #410099; /* FF3.6+ */
	background-image: -moz-linear-gradient(top, #1F2020 80%, #101010 100%)
		!important; /* Chrome,Safari4+ */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(80%, #1F2020),
		color-stop(100%, #101010) ) !important; /* Chrome10+,Safari5.1+ */
	background-image: -webkit-linear-gradient(top, #1F2020 80%, #101010 100%)
		!important; /* Opera 11.10+ */
	background-image: -o-linear-gradient(top, #1F2020 80%, #101010 100%)
		!important; /* IE9 */
	background-image:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI4MCUiIHN0b3AtY29sb3I9IiMxZjIwMjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMTAxMDEwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	/* IE10+ */
	background-image: -ms-linear-gradient(top, #1F2020 80%, #101010 100%)
		!important; /* W3C */
	background-image: linear-gradient(to bottom, #1F2020 80%, #101010 100%)
		!important
}

/* Header login */
.login-opened header {
	height: 119px
}

#unlogged-opened header article {
	display: inline-block;
	margin: 0 0 0 -16px;
	width: 475px;
	height: 119px;
	background: url('https://checkout.netsuite.com/c.3335099/Funimation%20Images/funimation-sprite-all.png') no-repeat 0 -870px
}

#unlogged-opened header article span {
	-webkit-transform: rotate(-4deg);
	-moz-transform: rotate(-4deg);
	-ms-transform: rotate(-4deg);
	margin: 13px 0 0 169px;
	font-family: 'Just Another Hand', cursive;
	font-size: 28px;
	line-height: 28px;
}

#unlogged-opened header form {
	display: inline-block;
	margin: 15px 0 0 0;
	width: 460px;
	height: 95px;
	padding: 10px 6px 6px 25px;
	border: 1px solid #000;
	border-bottom: none;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-ms-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #464646;
}

#unlogged-opened header form span {
	display: inline-block;
	margin: 0 10px 0 0;
	width: 142px
}

#unlogged-opened header form span label {
	margin-bottom: 5px;
}

#unlogged-opened header form span input {
	margin: 5px 0 0 0;
	width: 100%;
	height: 34px; /* Old browsers */
	background: #FFFFFF; /* FF3.6+ */
	background-image: -moz-linear-gradient(top, #D9D9D9 10%, #FFFFFF 60%)
		!important; /* Chrome,Safari4+ */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #D9D9D9),
		color-stop(60%, #FFFFFF) ) !important; /* Chrome10+,Safari5.1+ */
	background-image: -webkit-linear-gradient(top, #D9D9D9 10%, #FFFFFF 60%)
		!important; /* Opera 11.10+ */
	background-image: -o-linear-gradient(top, #D9D9D9 10%, #FFFFFF 60%)
		!important; /* IE9 */
	background-image:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2Q5ZDlkOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	/* IE10+ */
	background-image: -ms-linear-gradient(top, #D9D9D9 10%, #FFFFFF 60%)
		!important; /* W3C */
	background-image: linear-gradient(to bottom, #D9D9D9 10%, #FFFFFF 60%)
		!important
}

#unlogged-opened header form span a {
	margin-top: 6px;
	display: inline-block;
}

#unlogged-opened header form span button.btn-red {
	display: inline-block;
	margin: 23px 0 0 0;
	width: 140px;
	height: 35px;
	text-transform: uppercase
}
	/*esto no es una correcciÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³n, son el resto de los datos que no podrÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­an ir en el .btn-red default*/
#unlogged-opened header form span.plaintext {
	margin-top: 6px
}

#unlogged-opened header form span .social-lnks-small {
	display: inline-block;
	margin: -20px 0 0 92px;
	overflow: hidden
}

#unlogged-opened header form span .social-lnks-small a {
	background: #000;
	padding: 1px 2px;
	width: 13px;
	margin: 3px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	height: 16px
}

.social-lnks-small .foundicon-facebook {
	margin: 0px;
	color: #3B5998
}

.social-lnks-small .foundicon-facebook:hover {
	margin: 0px;
	color: #ffffff !important
}

.social-lnks-small .icon-twitter-sign {
	margin-bottom: -3px;
	color: #00BEF6
}

.social-lnks-small .icon-twitter-sign:hover {
	margin-bottom: -3px;
	color: #ffffff !important
}

.social-lnks-small .icon-twitter-sign {
	text-align: left
}

/* Header logged */
.logged-opened header {
	height: 81px; /* Old browsers */
	background: #101010; /* FF3.6+ */
	background-image: -moz-linear-gradient(top, #1F2020 80%, #101010 100%)
		!important; /* Chrome,Safari4+ */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(80%, #1F2020),
		color-stop(100%, #101010) ) !important; /* Chrome10+,Safari5.1+ */
	background-image: -webkit-linear-gradient(top, #1F2020 80%, #101010 100%)
		!important; /* Opera 11.10+ */
	background-image: -o-linear-gradient(top, #1F2020 80%, #101010 100%)
		!important; /* IE9 */
	background-image:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI4MCUiIHN0b3AtY29sb3I9IiMxZjIwMjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMTAxMDEwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	/* IE10+ */
	background-image: -ms-linear-gradient(top, #1F2020 80%, #101010 100%)
		!important; /* W3C */
	background-image: linear-gradient(to bottom, #1F2020 80%, #101010 100%)
		!important
}

#logged-opened header .center-layout {
	margin-top: 10px
}

#logged-opened header article .inner {
	opacity: 0.99;
	display: inline-block;
	margin: 12px 0 0 14px;
	width: 306px
}

#logged-opened header article .inner .top {
	height: 34px;
	margin: 0 0 20px 0
}

#logged-opened header article .inner .top .title {
	margin: 0 20px 0 0;
	font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
	font-size: 25px;
	line-height: normal
}

#logged-opened header article .inner .top .btn-toolbar {
	margin: 7px 0 0 0
}

#logged-opened header article .inner .top .btn-toolbar .btn.small {
	height: 23px;
	padding: 4px 9px
}

#logged-opened header article .inner>ul {
	margin: 0 0 9px 0;
	height: 132px
}

#logged-opened header article .inner>ul li {
	display: inline-block;
	float: left;
	list-style-type: none
}

#logged-opened header article .inner ul.thumbs-logged li {
	margin: 0 12px 11px 0
}

#logged-opened header article .inner ul.thumbs-logged-mid li {
	margin: 0 11px 11px 0
}

#logged-opened header article .inner>ul li a:hover {
	text-decoration: none
}

#logged-opened header article .inner>ul li a div {
	position: relative;
	border: 2px solid transparent
}
/*#logged-opened header article .inner>ul li a div:hover{border:2px solid #898888}*/
#logged-opened .queueimg img:hover {
	outline: 2px solid #898888;
}

#logged-opened .wishlistimg img:hover {
	outline: 2px solid #898888;
}

#logged-opened header article .inner ul.thumbs-logged li a div.ready {
	width: 55px;
	height: 55px;
	margin-right: 5px
}

#logged-opened header article .inner ul.thumbs-logged-mid li a div.ready
	{
	width: 87px;
	height: 117px
}

#logged-opened header article .inner>ul li a div.new {
	color: #CCCCCC;
	background: none
}

#logged-opened header article .inner ul.thumbs-logged li a div.new {
	width: 35px;
	height: 35px;
	padding: 19px 0 0 19px
}

#logged-opened header article .inner ul.thumbs-logged-mid li a div.new {
	width: 51px;
	height: 67px;
	padding: 50px 0 0 34px
}

#logged-opened header article .inner>ul li a div.new:before {
	font-family: 'FontAwesome';
	font-size: 23px;
	content: '\f067'
}

#logged-opened header article .inner>ul li a div.new:hover {
	color: #989898;
	border: 2px solid transparent
}

#logged-opened header article .inner ul.thumbs-logged li a div.more {
	width: 35px;
	height: 35px;
	padding: 16px 16px 4px 4px;
	color: #cccccc
}

#logged-opened header article .inner ul.thumbs-logged-mid li a div.more
	{
	width: 51px;
	height: 67px;
	padding: 50px 0 0 34px
}

#logged-opened header article .inner>ul li a div.more:before {
	font-family: 'FontAwesome';
	font-size: 11px;
	content: '\f0c8\00A0\00A0\00A0\00A0\f0c8\00A0\00A0\00A0\00A0\f0c8'
}

#logged-opened header article .inner>ul li a div.more:hover {
	color: #989898;
	border: 2px solid transparent
}

#logged-opened header article .inner>ul li a div img {
	position: absolute
}
/*#logged-opened header article .inner .thumbs-logged li a div img{clip:rect(0px,55px,55px,0px)}*/
#logged-opened header article .inner .thumbs-logged-mid li a div img {
	max-width: 87px;
	max-height: 117px
}

#logged-opened header article .inner .action {
	margin: 0 0 0 2px;
	width: 290px
}

#logged-opened header article .inner .action a {
	margin: 0 0 0 15px;
	font-size: 14px;
	color: #FFFFFF
}

#logged-opened header article .inner .action .btn {
	font-size: 13px;
	color: #333333
}

#logged-opened header article .logged-menu {
	display: inline-block;
	margin: 18px 58px 0 0;
	height: 18px;
	padding: 14px 10px 19px 0;
	border: 1px solid #000000;
	border-bottom: none;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-ms-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background: #464646;
}

#logged-opened header article .logged-menu li {
	display: inline-block;
	margin: 0 11px;
	list-style-type: none
}

#logged-opened header article .logged-menu li a {
	font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif
}
/* --- /HEADER --- */

/* --- FOOTER --- */
footer {
	background: #410099;
	box-shadow: 1px 0 42px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 1px 0 42px rgba(0, 0, 0, 0.5);
	overflow: hidden;
	z-index: 20;
	position: relative
}

footer,footer a,footer a:hover {
	color: #CACACA
}

footer .main-footer,footer .social-footer {
	padding: 10px 0 0 0;
	height: 46px
}

footer .main-footer {
	width: 640px
}

footer .main-footer ul {
	margin: 0 0 5px 0
}

footer .main-footer ul li {
	display: inline-block;
	margin: 0 15px 0 0
}

footer .main-footer li a {
	font-size: 14px
}

footer .main-footer .copyright {
	font-size: 11px;
	color: #999999
}

footer .social-footer {
	width: 320px;
	/* background: #272727 */
}

footer .social-footer ul {
	margin: 7px 0 0 0
}

footer .social-footer ul li {
	display: inline-block;
	margin: 0 14px 0 0
}

footer .social-footer li:first-child {
	margin: 2px 14px 0 10px
}

footer .social-footer li:first-child span {
	font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif
}

footer .social-footer li a {
	width: 25;
	height: 25px
}

footer .social-footer li a span {
	width: 25;
	height: 25px;
	font-size: 25px;
	line-height: 25px
}
/* --- /FOOTER --- */

/* --- TABS --- */
.ui-tabs {
	position: relative
}

.ui-tabs .ui-tabs-nav li {
	position: relative;
	top: 0;
	list-style: none;
	white-space: nowrap
}

.ui-tabs .ui-tabs-nav li a {
	float: left
}

.ui-tabs .ui-tabs-nav li.ui-state-default {
	border: 1px solid transparent;
	outline: 0
}

.ui-tabs .ui-tabs-nav li.ui-state-default a,.ui-tabs .ui-tabs-nav li.ui-state-default a:link,.ui-tabs .ui-tabs-nav li.ui-state-default a:visited
	{
	outline: 0
}

.ui-tabs .ui-tabs-nav li.ui-state-hover,.ui-tabs .ui-tabs-nav li.ui-state-focus
	{
	outline: 0
}

.ui-tabs .ui-tabs-nav li.ui-state-hover a,.ui-tabs .ui-tabs-nav li.ui-state-hover a:hover,.ui-tabs .ui-tabs-nav li.ui-state-hover a:link,.ui-tabs .ui-tabs-nav li.ui-state-hover a:visited
	{
	outline: 0
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	outline: 0
}

.ui-tabs .ui-tabs-nav li.ui-state-active {
	outline: 0
}

.ui-tabs .ui-tabs-nav li.ui-state-active a,.ui-tabs .ui-tabs-nav li.ui-state-active a:link,.ui-tabs .ui-tabs-nav li.ui-state-active a:visited
	{
	
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a,.ui-tabs .ui-tabs-nav li.ui-state-disabled a,.ui-tabs .ui-tabs-nav li.ui-tabs-loading a
	{
	cursor: text
}

.ui-tabs .ui-tabs-nav li a,.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a,.ui-tabs .ui-tabs-nav li a h2
	{
	cursor: pointer
}

.ui-tabs .ui-tabs-panel {
	display: block;
	background: none;
	z-index: 1
}

.ui-tabs .ui-tabs-hide {
	position: absolute;
	left: -99999999px;
	opacity: 0;
	z-index: -1
}
/* --- /TABS --- */

/* --- FANCYBOX --- */
/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap {
	min-height: 250px !important
}

.fancybox-wrap,.fancybox-skin,.fancybox-outer,.fancybox-inner,.fancybox-image,.fancybox-wrap iframe,.fancybox-wrap object,.fancybox-nav,.fancybox-nav span,.fancybox-tmp
	{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding:0px !important;
}

.fancybox-opened {
	z-index: 8030
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5)
}

.fancybox-outer,.fancybox-inner {
	position: relative
}

.fancybox-inner {
	overflow: visible !important
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch
}

.fancybox-error {
	color: #444;
	font: 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	white-space: nowrap
}

.fancybox-image,.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%
}

#fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span
	{
	background-image: url('fancybox_sprite.png')
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('fancybox_loading.gif') center center no-repeat
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	z-index: 8040
}

.fancybox-prev {
	left: 0
}

.fancybox-next {
	right: 0
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px
}

.fancybox-nav:hover span {
	visibility: visible
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important
}

/* Overlay helper */
.fancybox-lock {
	overflow: hidden
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background-color: rgba(0, 0, 0, .7)
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: auto
}

/* Title helper */
.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050
}

.fancybox-opened .fancybox-title {
	visibility: visible
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff
}

.fancybox-title-inside-wrap {
	padding-top: 10px
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8)
}
/* --- / FANCYBOX --- */

/* --- FILTRIFY --- */
@font-face {
	font-family: 'FiltrifyRegular';
	src: url('fonts/filtrify-webfont.eot');
	src: url('fonts/filtrify-webfont.eot?#iefix')
		format('embedded-opentype'), url('fonts/filtrify-webfont.woff')
		format('woff'), url('fonts/filtrify-webfont.ttf') format('truetype'),
		url('fonts/filtrify-webfont.svg#FiltrifyRegular') format('svg');
	font-weight: normal;
	font-style: normal
}

[class^="items-filtering"] {
	overflow: visible;
	background: #cecece;
	height: 25px;
	padding: 8px
}

.filter-controls-cont {
	position: relative;
	float: right;
	margin: -40px 0 0 0 !important;
	display: block;
	min-width: 168px;
	padding: 6px 6px 0 0 !important;
	width: 100%
}

.filter-controls-cont .more-filters-btn {
	margin-left: 6px
}

.filter-controls-cont .btn-group {
	margin-left: 6px;
	width: 130px
}

.filter-controls-cont .btn-group a.filter-active {
	width: 109px;
	text-align: left;
	padding-left: 8px
}

.filter-controls-cont>p {
	margin-top: 4px
}

ul.ft-menu {
	list-style: none;
	position: relative;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	position: relative;
	float: left;
	z-index: 20
}

ul.ft-menu * {
	margin: 0;
	border: 0;
	padding: 0;
	line-height: 1;
	position: relative;
	text-align: left;
	font-family: 'Open Sans', sans-serif
}

ul.ft-menu>li.ft-field {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-left: 8px;
	background: none !important;
	position: relative !important
}

ul.ft-menu>li.ft-field:first-of-type {
	margin-left: 0
}

ul.ft-menu>li.ft-field>span.ft-label {
	cursor: pointer;
	display: block;
	padding: 5px 17px 5px 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid transparent;
	text-transform: capitalize !important;
	color: #000000
}

ul.ft-menu>li.ft-field>span.ft-label:after {
	font-size: 8px;
	content: '\25bc';
	position: absolute;
	margin-top: 3px;
	margin-left: 5px;
	margin-bottom: 6px
}

ul.ft-menu>li.ft-field>span.ft-label.ft-active:before {
	color: #2D3743
}

ul.ft-menu>li.ft-field>span.ft-label.ft-opened {
	border: 1px solid #FFF
}

ul.ft-menu>li.ft-field>span.ft-label:hover {
	border: 1px solid #FFF
}

ul.ft-menu>li.ft-field>span.ft-label.ft-opened:after {
	content: '\25b2'
}

ul.ft-menu>li.ft-field>div.ft-panel {
	position: absolute;
	min-width: 200px;
	background-clip: padding-box;
	border: 2px solid #333333;
	top: 100%;
	margin-top: 6px;
	left: 50%;
	margin-left: -105px;
	z-index: 9999
}

ul.ft-menu>li.ft-field>div.ft-panel:before,ul.ft-menu>li.ft-field>div.ft-panel:after
	{
	position: absolute;
	content: '';
	height: 0;
	width: 0;
	left: 50%
}

ul.ft-menu>li.ft-field>div.ft-panel:before {
	top: -15px;
	margin-left: -10px
}

ul.ft-menu>li.ft-field>div.ft-panel:after {
	content: '';
	height: 0;
	width: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #333333;
	top: -8px;
	margin-left: -8px
}

ul.ft-menu>li.ft-field>div.ft-panel>ul.ft-selected {
	padding: 10px 10px 0 10px;
	background: #FFFFFF;
	display: block
}

ul.ft-menu>li.ft-field>div.ft-panel>ul.ft-selected>li {
	font-size: 12px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 1px 3px 3px 0;
	cursor: pointer;
	padding: 3px 5px 4px 5px;
	color: #666666;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #e4e4e4
}

ul.ft-menu>li.ft-field>div.ft-panel>ul.ft-selected>li:after {
	content: '\00D7';
	color: #666666;
	font-weight: bold;
	position: relative;
	margin-left: 2px;
	top: 1px
}

ul.ft-menu>li.ft-field>div.ft-panel>ul.ft-selected>li:active {
	background: #E4E4E4
}

ul.ft-menu>li.ft-field>div.ft-panel>fieldset.ft-search {
	padding: 10px;
	background: #FFFFFF
}

ul.ft-menu>li.ft-field>div.ft-panel>fieldset.ft-search:before {
	font: normal normal 12px 'FiltrifyRegular';
	content: 's';
	position: absolute;
	width: 20px;
	bottom: 17px;
	right: 11px;
	color: #BBB;
	text-shadow: none;
	z-index: 1
}

ul.ft-menu>li.ft-field>div.ft-panel>fieldset.ft-search placeholder {
	padding: 0;
	margin: 0
}

ul.ft-menu>li.ft-field>div.ft-panel>fieldset.ft-search>input,.input-append>input
	{
	outline: none;
	display: block;
	padding: 3px 6px;
	color: gray;
	background: white;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: inset 0 3px 4px rgba(0, 0, 0, .2), inset 0 1px 0
		rgba(0, 0, 0, .3);
	-webkit-box-shadow: inset 0 3px 4px rgba(0, 0, 0, .2), inset 0 1px 0
		rgba(0, 0, 0, .3);
	border: 1px solid #999999;
	line-height: normal !important
}

ul.ft-menu>li.ft-field>div.ft-panel>fieldset.ft-search>input {
	width: 150px
}

.input-append>input {
	width: 160px
}

ul.ft-menu>li.ft-field>div.ft-panel>ul.ft-tags {
	position: relative !important;
	max-height: 200px !important;
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%
}

ul.ft-menu>li.ft-field>div.ft-panel>ul.ft-tags>li {
	font-size: 13px;
	display: block;
	font-weight: bold;
	color: #072559;
	padding: 12px 35px 12px 11px;
	cursor: pointer;
	background: #FFFFFF;
	font-family: 'Open Sans Condensed', sans-serif
}

ul.ft-menu>li.ft-field>div.ft-panel>ul.ft-tags>li:after {
	content: '(' attr(data-count) ')';
	font-size: 13px;
	font-weight: normal;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -9px;
	padding: 3px 3px;
	color: #333333;
	font-family: 'Open Sans', sans-serif
}

ul.ft-menu>li.ft-field>div.ft-panel>ul.ft-tags>li.ft-highlight {
	
}

ul.ft-menu>li.ft-field>div.ft-panel>ul.ft-tags>li.ft-highlight:active {
	
}

ul.ft-menu>li.ft-field>div.ft-panel>ul.ft-tags>li.ft-highlight:hover {
	background: #e6e6e6
}

ul.ft-menu>li.ft-field>div.ft-panel>ul.ft-tags>li.ft-highlight:after {
	
}

ul.ft-menu>li.ft-field>div.ft-panel>div.ft-mismatch {
	font-size: 11px;
	padding: 10px 15px;
	color: white;
	background: #555555
}

.ft-hidden {
	display: none !important
}

ul.ft-menu>li.ft-field>div.ft-panel>ul.ft-tags::-webkit-scrollbar {
	width: 10px
}

ul.ft-menu>li.ft-field>div.ft-panel>ul.ft-tags::-webkit-scrollbar-track
	{
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
	background: #DDD
}

ul.ft-menu>li.ft-field>div.ft-panel>ul.ft-tags::-webkit-scrollbar-thumb
	{
	border-radius: 2px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
	background: #EEE
}

.movies_list .items-filtering ul.ft-menu>li.ft-field,.episodes_list .items-filtering ul.ft-menu>li.ft-field
	{
	margin-right: 4px
}

.extra-filter.search-field {
	background: #cecece;
	display: none;
	height: 36px;
	margin: 0;
	padding: 0px 8px 8px 8px
}

.extra-filter.search-field hr {
	background: none !important;
	margin: 0 0 8px 0;
	padding: 0;
	border-top: 1px solid #999999
}

.extra-filter.search-field button {
	background: none;
	border: 0;
	margin-left: -35px;
	font-size: 19px;
	color: #999;
	font-weight: normal
}

.extra-filter.search-field .input-append {
	float: left;
	margin-bottom: 0
}

.extra-filter.search-field input {
	width: 200px
}

.extra-filter.search-field button:hover {
	background: none
}

.extra-filter.search-field .extra-filter-container {
	float: left;
	margin: 1px 0 0 8px;
	position: relative;
	z-index: 19
}

.legend,.legend2 {
	background: #eee;
	text-align: center;
	clear: both;
	font-size: 13px !important;
	line-height: 18px !important;
	padding: 4px 0
}

.legend b,.legend2 b {
	color: #666666
}

.legend .reset-filters .icon-remove-sign,.legend2 .reset-filters .icon-remove-sign
	{
	color: #666666;
	cursor: pointer;
	font-size: 18px;
	line-height: 5px
}
/* --- /FILTRIFY --- */

/* --- ALERTIFY --- */
.alertify,.alertify-show,.alertify-log {
	-webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	-moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	-ms-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	-o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275)
}

.alertify-hide {
	-webkit-transition: all 250ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
	-moz-transition: all 250ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
	-ms-transition: all 250ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
	-o-transition: all 250ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
	transition: all 250ms cubic-bezier(0.600, -0.280, 0.735, 0.045)
}

.alertify-log-hide {
	-webkit-transition: all 500ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
	-moz-transition: all 500ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
	-ms-transition: all 500ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
	-o-transition: all 500ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
	transition: all 500ms cubic-bezier(0.600, -0.280, 0.735, 0.045)
}

.alertify-cover {
	position: fixed;
	z-index: 99999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.alertify-cover-hidden {
	display: none
}

.alertify {
	position: fixed;
	z-index: 99999;
	top: 50px;
	left: 50%;
	width: 550px;
	margin-left: -275px;
	opacity: 1
}

.alertify-hidden {
	-webkit-transform: translate(0, -150px);
	-moz-transform: translate(0, -150px);
	-ms-transform: translate(0, -150px);
	-o-transform: translate(0, -150px);
	transform: translate(0, -150px);
	opacity: 0;
	display: none
}

:root *>.alertify-hidden {
	display: block
}

.alertify-logs {
	position: fixed;
	z-index: 5000;
	bottom: 10px;
	right: 10px;
	width: 300px
}

.alertify-logs-hidden {
	display: none
}

.alertify-log {
	display: block;
	margin-top: 10px;
	position: relative;
	right: -300px;
	opacity: 0
}

.alertify-log-show {
	right: 0;
	opacity: 1
}

.alertify-log-hide {
	-webkit-transform: translate(300px, 0);
	-moz-transform: translate(300px, 0);
	-ms-transform: translate(300px, 0);
	-o-transform: translate(300px, 0);
	transform: translate(300px, 0);
	opacity: 0
}

.alertify-dialog {
	padding: 25px
}

.alertify-resetFocus {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.alertify-inner {
	text-align: center
}

.alertify-text {
	margin-bottom: 15px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 100%
}

.alertify-buttons {
	
}

.alertify-button,.alertify-button:hover,.alertify-button:active,.alertify-button:visited
	{
	background: none;
	text-decoration: none;
	border: none;
	line-height: 1.5;
	font-size: 100%;
	display: inline-block;
	cursor: pointer;
	margin-left: 5px
}

.alertify-isHidden {
	display: none
}

@media only screen and (max-width: 680px) {
	.alertify,.alertify-logs {
		width: 90%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box
	}
	.alertify {
		left: 5%;
		margin: 0
	}
}

/*Default Look and Feel*/
.alertify,.alertify-log {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif
}

.alertify {
	background: #FFF;
	border: 10px solid #333;
	border: 10px solid rgba(0, 0, 0, .7);
	border-radius: 8px;
	box-shadow: 0 3px 3px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .3);
	-webkit-background-clip: padding;
	-moz-background-clip: padding;
	background-clip: padding-box
}

.alertify-text {
	border: 1px solid #CCC;
	padding: 10px;
	border-radius: 4px
}

.alertify-button {
	border-radius: 4px;
	color: #FFF;
	font-weight: bold;
	padding: 6px 15px;
	text-decoration: none;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .5);
	box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, .5);
	-webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, .5);
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .3),
		rgba(255, 255, 255, 0) );
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .3),
		rgba(255, 255, 255, 0) );
	background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .3),
		rgba(255, 255, 255, 0) );
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, .3),
		rgba(255, 255, 255, 0) );
	background-image: linear-gradient(top, rgba(255, 255, 255, .3),
		rgba(255, 255, 255, 0) )
}

.alertify-button:hover,.alertify-button:focus {
	outline: none;
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .1),
		rgba(0, 0, 0, 0) );
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .1),
		rgba(0, 0, 0, 0) );
	background-image: -ms-linear-gradient(top, rgba(0, 0, 0, .1),
		rgba(0, 0, 0, 0) );
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, .1),
		rgba(0, 0, 0, 0) );
	background-image: linear-gradient(top, rgba(0, 0, 0, .1),
		rgba(0, 0, 0, 0) )
}

.alertify-button:focus {
	box-shadow: 0 0 15px #2B72D5;
	-webkit-box-shadow: 0 0 15px #2B72D5
}

.alertify-button:active {
	position: relative;
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px
		rgba(0, 0, 0, .05);
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px
		rgba(0, 0, 0, .05)
}

.alertify-button-cancel,.alertify-button-cancel:hover,.alertify-button-cancel:focus
	{
	background-color: #c12f3c;
	border: 1px solid #D83526
}

.alertify-button-ok,.alertify-button-ok:hover,.alertify-button-ok:focus
	{
	background-color: #6faa5b;
	border: 1px solid #3B7808
}

.alertify-log {
	background: #1F1F1F;
	background: rgba(0, 0, 0, .9);
	padding: 15px;
	border-radius: 4px;
	color: #FFF;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, .5)
}

.alertify-log-error {
	background: #c12f3c;
	background: rgba(193, 47, 60, .9)
}

.alertify-log-success {
	background: #6faa5b;
	background: rgba(111, 170, 91, .9)
}
/* --- /ALERTIFY --- */

/* --- DROPDOWNS --- */
.borderRadius {
	-moz-border-radius: 5px;
	border-radius: 5px
}

.borderRadiusTp {
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0
}

.borderRadiusBtm {
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px
}

.ddcommon {
	position: relative;
	display: -moz-inline-stack;
	zoom: 1;
	display: inline-block;
	*display: inline;
	cursor: default
}

.ddcommon ul {
	padding: 0;
	margin: 0
}

.ddcommon ul li {
	list-style-type: none
}

.borderRadiusTp ul li:last-child {
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	border-bottom: 0 none #c3c3c3
}

.borderRadiusBtm ul li:first-child {
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	border-bottom: 1 solid #c3c3c3
}

.ddcommon .disabled img,.ddcommon .disabled span,.ddcommon.disabledAll {
	opacity: .5; /* standard: ff gt 1.5, opera, safari */
	-ms-filter: "alpha(opacity=50)"; /* ie 8 */
	filter: alpha(opacity = 50); /* ie lt 7 */
	-khtml-opacity: .5; /* safari 1.x */
	-moz-opacity: .5; /* ff lt 1.5, netscape */
	color: #999999
}

.ddcommon .clear {
	clear: both
}

.ddcommon .shadow {
	-webkit-box-shadow: 5px 5px 5px -5px #888888;
	box-shadow: 5px 5px 5px -5px #888888
}

.ddcommon input.text {
	color: #7e7e7e;
	padding: 0 0 0 0;
	position: absolute;
	background: #fff;
	display: block;
	width: 98%;
	height: 98%;
	left: 2px;
	top: 0;
	border: none
}

.ddOutOfVision {
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline
}

.borderRadius .shadow {
	-webkit-box-shadow: 5px 5px 5px -5px #888888;
	box-shadow: 5px 5px 5px -5px #888888
}

.borderRadiusBtm .shadow {
	-webkit-box-shadow: -5px -5px 5px -5px #888888;
	box-shadow: -5px -5px 5px -5px #888888
}

.borderRadiusTp .border,.borderRadius .border {
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px
}

.borderRadiusBtm .border {
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0
}

img.fnone {
	float: none !important
}

.ddcommon .divider {
	width: 0;
	height: 100%;
	position: absolute
}

.ddcommon .arrow {
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 4px
}

.ddcommon .arrow:hover {
	background-position: 0 100%
}

.ddcommon .ddTitle {
	padding: 0;
	position: relative;
	display: inline-block;
	width: 100%
}

.ddcommon .ddTitle .ddTitleText {
	display: block
}

.ddcommon .ddTitle .ddTitleText .ddTitleText {
	padding: 0
}

.ddcommon .ddTitle .description {
	display: block
}

.ddcommon .ddTitle .ddTitleText img {
	position: relative;
	vertical-align: middle;
	float: left
}

.ddcommon .ddChild {
	position: absolute;
	display: none;
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	zoom: 1;
	z-index: 9999
}

.ddcommon .ddChild li {
	clear: both
}

.ddcommon .ddChild li .description {
	display: block
}

.ddcommon .ddChild li img {
	border: 0 none;
	position: relative;
	vertical-align: middle;
	float: left
}

.ddcommon .ddChild li.optgroup {
	padding: 0
}

.ddcommon .ddChild li.optgroup .optgroupTitle {
	padding: 0 5px;
	font-weight: bold;
	font-style: italic
}

.ddcommon .ddChild li.optgroup ul li {
	padding: 5px 5px 5px 15px
}

.ddcommon .noBorderTop {
	border-top: none 0 !important;
	padding: 0;
	margin: 0
}

/* Default */
.dd {
	border: 1px solid #afafaf;
	height: 24px;
	width: 45px !important;
	background: linear-gradient(to bottom, #FFFFFF 0%, #E6E6E6 100%) repeat
		scroll 0 0 #F5F5F5 !important;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF),
		to(#E6E6E6) ) !important;
	background: -webkit-linear-gradient(#FFFFFF, #E6E6E6) !important;
	background: -moz-linear-gradient(#FFFFFF, #E6E6E6) !important;
	background: -ms-linear-gradient(#FFFFFF, #E6E6E6) !important;
	background: -o-linear-gradient(#FFFFFF, #E6E6E6) !important;
	background:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNmU2ZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+)
}

.dd .divider {
	right: 24px
}

.dd .arrow {
	width: 16px;
	height: 16px;
	margin-top: -6px
}

.dd .arrow:after {
	color: #666;
	content: '\f0d7';
	cursor: pointer;
	display: block;
	font: normal normal 14px/16px 'FontAwesome';
	text-align: center;
	vertical-align: top;
	width: 16px
}

.dd.borderRadiusTp .arrow:after,.dd.borderRadiusBtm .arrow:after {
	content: '\f0d8'
}

.dd .arrow:hover {
	background-position: 0 100%
}

.dd .ddTitle .ddTitleText {
	line-height: 22px;
	padding: 0px 20px 0 5px
}

.dd .ddTitle .ddTitleText .ddTitleText {
	padding: 0
}

.dd .ddTitle .description {
	font-size: 12px;
	color: #666
}

.dd .ddChild {
	border: 1px solid #c3c3c3;
	background-color: #fff;
	left: -1px
}

.dd .ddChild li {
	background-color: #fff;
	border-bottom: 1px solid #c3c3c3;
	display: block !important;
	float: none !important;
	margin: 0px !important;
	padding: 5px
}

.dd .ddChild li .description {
	color: #666
}

.dd .ddChild li .ddlabel {
	color: #333
}

.dd .ddChild li.hover {
	background-color: #f2f2f2
}

.dd .ddChild li img {
	padding: 0 6px 0 0
}

.dd .ddChild li.optgroup {
	padding: 0
}

.dd .ddChild li.optgroup .optgroupTitle {
	padding: 0 5px;
	font-weight: bold;
	font-style: italic
}

.dd .ddChild li.optgroup ul li {
	padding: 5px 5px 5px 15px
}

.dd .ddChild li.selected {
	color: #000
}
/* --- /DROPDOWNS --- */

/* --- ACCORDEON --- */
/* Common */
[class*='accordion-'] .ui-corner-all {
	border-radius: 0
}

[class*='accordion-'] .accordion-item {
	padding: 5px 0;
	overflow: visible
}

[class*='accordion-'] .accordion-item a.ui-accordion-header {
	display: block;
	width: 100%;
	overflow: visible
}

[class*='accordion-'] .accordion-item a.ui-accordion-header.fs14 {
	height: 14px;
	line-height: 14px
}

[class*='accordion-'] .accordion-item a.ui-accordion-header:hover,[class*='accordion-'] .accordion-item a.ui-accordion-header [class*="-icon"]:hover
	{
	text-decoration: none;
	cursor: pointer
}

[class*='accordion-'] .accordion-item a.ui-accordion-header [class*="-icon"]
	{
	display: block;
	overflow: visible
}

[class*='accordion-'] .accordion-item a.ui-accordion-header [class*="-icon"]:before
	{
	display: block;
	font-family: 'FontAwesome';
	font-size: 16px;
	line-height: 15px;
	font-weight: normal;
	overflow: visible;
	-webkit-font-smoothing: antialiased;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.3)
}

[class*='accordion-'] .accordion-item a.ui-accordion-header.ui-state-default [class*="-icon"]:before
	{
	content: '\f055';
	color: #666666
}

[class*='accordion-'] .accordion-item a.ui-accordion-header.ui-state-active [class*="-icon"]:before
	{
	content: '\f056';
	color: #B3B3B3
}

[class*='accordion-'] .accordion-item div.ui-accordion-content p {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%
}

[class*='accordion-'] .accordion-item:last-of-type div.ui-accordion-content p
	{
	padding-bottom: 0
}

/* Profile - Site & Profile Settings - GENERAL */
.accordion-0 .accordion-item a.ui-accordion-header {
	padding-bottom: 5px
}

.accordion-0 .accordion-item a.ui-accordion-header [class*="-icon"] {
	display: inline-block;
	margin-left: 10px
}

/* Profile - ABOUT ME */
.accordion-1 .accordion-item a.ui-accordion-header [class*="-icon"] {
	float: right;
	margin-left: 10px
}

.accordion-1 .accordion-item div.ui-accordion-content p {
	padding: 5px 0 10px
}

/* Profile - SUBSCRIPTION FAQ */
.accordion-2 .accordion-item a.ui-accordion-header {
	padding-left: 24px;
	color: #000000
}

.accordion-2 .accordion-item a.ui-accordion-header [class*="-icon"] {
	float: left;
	margin: 0 10px 0 -24px
}

.accordion-2 .accordion-item .ui-accordion-content p {
	padding: 5px 0 10px 24px
}

.accordion-2 .accordion-item a.ui-accordion-header.fs14 {
	height: auto;
	line-height: 18px;
	width: auto
}

/* Known Issues */
.accordion-3.column_1 {
	float: left;
	width: 220px;
	padding-top: 0px
}

.accordion-3 a.ui-state-default,.accordion-3 a.ui-state-active {
	margin: 11px 0 4px 0
}

.accordion-3 h3 {
	padding-bottom: 10px
}

.accordion-3 .box-type2 {
	background: #F2F2F2;
	padding: 10px;
	-webkit-box-shadow: 0 0 2px 2px #E0E0E0;
	box-shadow: 0 0 2px 2px #E0E0E0
}

.accordion-3 .box-type2 div {
	margin-bottom: 10px
}

/* Shop Filter */
.sub_menu .basic-heading {
	margin: 0;
	height: 28px;
	padding: 7px 10px;
	background: #999999
}

.sub_menu .basic-heading h2 {
	line-height: 28px
}

.sub_menu ul {
	background: #e6e6e6
}

.sub_menu ul li {
	position: relative;
	display: block;
	border-top: 1px solid #CECECE
}

.sub_menu ul li:first-of-type {
	border-top: none
}

.sub_menu ul li a {
	display: block;
	width: 120px;
	padding: 10px 30px 10px 10px
}

.sub_menu ul li a:hover {
	text-decoration: none;
        padding: 10px 30px 10px 10px !important
}

.pagination ul li a:hover {
	text-decoration: none;
	padding: 10px 15px 10px 10px !important
}

.sub_menu ul li a:hover:before {
	content: '- '
}

.sub_menu .selection li [class*="icon"] {
	display: block;
	position: absolute;
	right: 10px;
	top: 12px;
	overflow: visible
}

.sub_menu .selection li [class*="icon"]:before {
	display: block;
	font-family: 'FontAwesome';
	font-size: 16px;
	line-height: 15px;
	font-weight: normal;
	color: #666666;
	overflow: visible;
	-webkit-font-smoothing: antialiased;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.3)
}

.sub_menu .selection li [class*="icon"]:hover {
	text-decoration: none;
	cursor: pointer
}

.sub_menu .accordion-4 .accordion-item {
	padding: 0
}

.sub_menu .accordion-4 .accordion-item>a {
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	width: 120px;
	padding: 10px 30px 10px 10px;
	background: #CECECE;
	color: #000000
}

.sub_menu .accordion-4 .accordion-item>a span.ui-icon-triangle-1-e,.sub_menu .accordion-4 .accordion-item>a span.ui-icon-triangle-1-s
	{
	position: absolute;
	right: 10px;
	top: 14px
}
/* --- /ACCORDEON --- */

/* --- WIDGET - Review Write --- */
/* General */
.review img.avatar {
	border: 2px solid #ccc;
	height: 50px;
	width: 50px
}

.review .main-heading {
	background: #e6e6e6;
	padding: 15px;
	margin-top: 10px;
	position: relative;
	text-align: center
}

.review .main-heading h1 {
	display: inline-block;
	font-size: 25px;
	line-height: 25px;
	text-align: center
}

.review .main-heading a {
	position: absolute;
	right: 15px;
	top: 15px
}

.review .review-wrapper {
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px
}

.review .review-wrapper:last-of-type {
	border: 0;
	margin-bottom: 0;
	padding-bottom: 0 !important
}

.review .review-wrapper .user-info {
	width: 138px;
	margin-right: 0
}

.review .review-wrapper .user-info .thumb_log {
	margin: 3px 10px 0 0
}

.review .review-wrapper .review-content {
	float: left;
	margin-right: 0;
	padding-bottom: 20px;
	width: 462px
}

.review .review-wrapper .review-content dl {
	display: table;
	height: 17px;
	margin: 5px 0
}

.review .review-wrapper .review-content dl dt,.review .review-wrapper .review-content dl dd
	{
	display: table-cell;
	padding-right: 25px;
	vertical-align: middle
}

.review .review-wrapper .review-content dl dd ul {
	margin-top: 4px
}

.review .review-wrapper .review-content .cont {
	border-top: 1px solid #ccc;
	padding: 10px 0
}

.review .review-wrapper .review-content .cont h2 {
	padding-bottom: 10px
}

.review .review-wrapper .review-content>div:last-child {
	border-bottom: none
}

.review .review-wrapper dd li {
	padding: 0 0 0 2px
}

/* Review Write Step3 */
.review.write .review-nav {
	border-bottom: 2px solid #ccc;
	display: block;
	margin: 0 15px;
	padding: 15px 170px
}

.review.write .review-nav {
	border-bottom: 0;
	padding: 15px
}

.review.write .review-nav label {
	display: inline-block;
	color: inherit;
	line-height: inherit;
	margin: 0
}

.review.write .review-nav input[type="checkbox"] {
	margin: 0px 4px 0 10px;
	padding: 0;
	position: relative;
	top: -2px;
	vertical-align: middle
}

.review.write .review-nav .social-post {
	padding-left: 100px
}

.review.write .review-nav a.return {
	padding-right: 25px;
	line-height: 25px
}

.review.write .review-nav p.disclaimer {
	bottom: -17px;
	display: block;
	line-height: 12px;
	padding-left: 100px;
	position: relative
}

.review.write .review-wrapper {
	margin: 0 15px;
	padding: 15px 100px
}

.review.write .review-wrapper .user-info {
	width: 150px
}

.review.write .review-wrapper .user-info img.avatar {
	margin-right: 10px
}

.review.write .review-wrapper .review-content {
	width: 575px
}

.review.write .review-wrapper .review-content .overall dl {
	margin-top: 0
}

#main-wrapper.nobg {
	background-image: none !important;
	min-height: 200px
}

#main-content.nobg {
	background: none !important
}

/* Review Write Step 1 and 2 */
.review.step1and2  h5 {
	margin: 20px 0 5px
}

.review.step1and2 .product-recommend h5 {
	margin: 25px 0 25px
}

.review.step1and2 .review-wrapper {
	padding: 15px 0
}

.review.step1and2 .product-rating,.review.step1and2 .product-recommend,.review.step1and2 .product-review
	{
	border-bottom: 2px solid #ccc;
	display: block;
	margin: 0 15px;
	padding: 15px 185px
}

.review.step1and2 .product-review h5 span {
	display: inline-block;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 300
}

.review.step1and2 .product-review h5 span.required.inline {
	display: inline-block;
	font-size: 10px
}

.review.step1and2 .product-review h5 span.character-count {
	margin: 2px 0 0
}

.review.step1and2 .product-review input.full,.review.step1and2 .product-review textarea
	{
	width: 565px
}

.review.step1and2 .product-review textarea {
	height: 200px
}

.review.step1and2 .product-review .review-content:last-child {
	padding-bottom: 25px
}

.review.step1and2 input[type="checkbox"] {
	vertical-align: middle;
	margin: 0 10px 0 0
}

.review.step1and2 .review-checkbox {
	margin: 20px 0 10px
}

.review.step1and2 .rank div.cont {
	display: table;
	height: 40px;
	float: left;
	width: 140px
}

.review.step1and2 .rank div.cont.center {
	margin: 0 70px
}

.review.step1and2 .rank dt {
	display: table-cell;
	font-weight: normal !important;
	width: 55px;
	vertical-align: middle
}

.review.step1and2 .rank dt span {
	display: block;
	font-size: 10px;
	font-weight: 300;
	line-height: 10px
}

.review.step1and2 .rank dd {
	display: table-cell;
	vertical-align: middle
}

.review.step1and2 .rank dd ul {
	margin: 2px 0 0;
	padding: 0
}

/* --- WIDGET - Share --- */
.share ul li .box {
	position: relative;
	margin: 0 0 15px;
	padding: 8px 0;
	line-height: 14px
}

.share ul li .box:after {
	background: url("../img/bg-balloon-point-down.svg") no-repeat no-repeat
		center top;
	bottom: -5px;
	content: ' ';
	left: 30%;
	height: 7px;
	position: absolute;
	width: 14px
}

.media_modal .share ul li .box:after {
	left: 41%
}
/* --- /WIDGET - Share --- */

/* --- WIDGET - Videos trending --- */
.trending.videos-trending .popover {
	margin-top: -2px !important
}

.popover p.watch-sub {
	float: none !important;
	margin-left: 0px
}

.popover .popover-inner .popover-content .item-popup .pop-content>p.watch-sub a
	{
	margin-left: 0px
}

.popover .popover-inner .popover-content .item-popup .pop-content>p.no-icon a
	{
	margin-right: 4px
}

.popover .watch-sub a.withE:before {
	background: url('https://checkout.netsuite.com/c.3335099/Funimation%20Images/funimation-sprite.png') no-repeat scroll -53px
		-347px transparent;
	content: '';
	display: inline-block;
	height: 13px;
	margin: 0 5px -2px 0;
	width: 12px
}

.popover .watch-sub a {
	margin-right: 0px
}
/* --- /WIDGET - Videos trending --- */

/* --- WIDGET - Back button --- */
.back_button.column_2 {
	padding: 10px 0;
	border-top: 2px solid #BEBEBE;
	margin-top: -5px
}
/* --- /WIDGET - Back button --- */

/* --- WIDGET - Full Comment --- */
.full-comments #full-comments {
	margin-top: 12px
}

.full-comments ul#container li {
	width: 600px;
	display: inline-block;
	border-bottom: 1px solid #ccc;
	min-height: 100px;
	margin: 13px 10px 0
}

.full-comments ul#container li ul li {
	width: 520px;
	display: inline-block;
	min-height: 100px;
	margin: 13px 10px 0;
	float: right;
	border: none
}

.full-comments ul#container li ul li .comment {
	width: 380px;
	display: inline-block;
	margin: 0;
	float: right
}

.full-comments ul#container li .speaker {
	width: 130px;
	clear: both
}

.full-comments ul#container li .speaker img {
	width: 50px;
	height: 50px;
	margin-right: 10px;
	border: 2px solid #ccc
}

.full-comments ul#container li .speaker .date {
	line-height: 13px;
	margin-top: 5px
}

.full-comments ul#container li .comment {
	width: 75%
}

.full-comments .answer {
	width: 190px;
	margin-top: 10px
}

.full-comments .reply {
	display: inline-block
}

.full-comments .answer .HideShow,.full-comments .answer .num-reply {
	margin-left: 5px
}

.full-comments .type {
	background: url('../img/video_player_subscriber_icons.png') no-repeat
		-100px 5px;
	padding-left: 33px;
	font-size: 14px;
	line-height: 34px;
	color: #666666
}

.full-comments .answer a[class*='icon-'] {
	color: #555555;
	font-size: 17px;
	padding: 0 5px
}
/* --- /WIDGET - Full Comment --- */

/* --- WIDGET - Top Comment --- */
.top-comment {
	padding-bottom: 0
}

.top-comment .heading h2 {
	display: inline-block
}

.top-comment ul {
	border: 1px solid #ccc;
	background: #fff;
	margin: 15px 0 0
}

.top-comment ul li {
	width: 600px;
	display: inline-block;
	margin: 7px 7px 0px 7px
}

.top-comment ul li ul li {
	width: 520px;
	display: inline-block;
	min-height: 100px;
	margin: 13px 10px 0;
	float: right;
	border: none
}

.top-comment ul li ul li .comment {
	width: 380px;
	display: inline-block;
	margin: 0;
	float: right
}

.top-comment ul li .speaker {
	width: 130px;
	clear: both;
	border-bottom: 10px
}

.top-comment ul li .speaker p {
	margin-bottom: 0px
}

.top-comment ul li .speaker img {
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 10px;
	border: 2px solid #ccc;
	margin-bottom: 10px
}

.top-comment ul li .speaker .date {
	line-height: 13px;
	margin-top: 5px
}

.top-comment ul li .comment {
	width: 75%
}

.top-comment ul li .comment p {
	margin-bottom: 0px
}

.top-comment .answer {
	width: 225px;
	float: right;
	text-align: right
}

.top-comment .answer a.go {
	line-height: 24px;
	margin-left: 5px;
	vertical-align: super
}

.top-comment .type {
	background: url('../img/video_player_subscriber_icons.png') no-repeat
		0px -75px;
	padding-left: 33px;
	font-size: 14px;
	line-height: 34px;
	width: 200px;
	height: 26px
}
/* --- /WIDGET - Top Comment --- */

/* --- WIDGET - Product Review --- */
.shop-product-reviews img.avatar {
	border: 2px solid #ccc;
	height: 50px;
	width: 50px
}

.shop-product-reviews .main-heading {
	background: #e6e6e6;
	padding: 15px;
	margin-top: 10px;
	position: relative;
	text-align: center
}

.shop-product-reviews .main-heading h1 {
	display: inline-block;
	font-size: 25px;
	line-height: 25px;
	text-align: center
}

.shop-product-reviews .main-heading a {
	position: absolute;
	right: 15px;
	top: 15px
}

.shop-product-reviews .review-wrapper {
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px
}

.shop-product-reviews .review-wrapper:last-of-type {
	border: 0;
	margin-bottom: 0;
	padding-bottom: 0 !important
}

.shop-product-reviews .review-wrapper .user-info {
	width: 138px;
	margin-right: 0
}

.shop-product-reviews .review-wrapper .user-info .thumb_log {
	margin: 3px 10px 0 0
}

.shop-product-reviews .review-wrapper .review-content {
	margin-right: 0;
	padding-bottom: 20px;
	width: 462px
}

.shop-product-reviews .review-wrapper .review-content dl {
	display: table;
	height: 17px;
	margin: 5px 0
}

.shop-product-reviews .review-wrapper .review-content dl dt,.shop-product-reviews .review-wrapper .review-content dl dd
	{
	display: table-cell;
	padding-right: 25px;
	vertical-align: middle
}

.shop-product-reviews .review-wrapper .review-content dl dd ul {
	margin-top: 4px
}

.shop-product-reviews .review-wrapper .review-content .cont {
	border-top: 1px solid #ccc;
	padding: 10px 0
}

.shop-product-reviews .review-wrapper .review-content .cont h2 {
	padding-bottom: 10px
}

.shop-product-reviews .review-wrapper .review-content>div:last-child {
	border-bottom: none
}

.shop-product-reviews .review-wrapper dd li {
	padding: 0 0 0 2px
}

.shop-product-reviews .review-nav {
	border-bottom: 2px solid #ccc;
	display: block;
	margin: 0 15px;
	padding: 15px 170px
}

.shop-product-reviews .review-nav {
	border-bottom: 0;
	padding: 15px
}

.shop-product-reviews .review-nav label {
	display: inline-block;
	color: inherit;
	line-height: inherit;
	margin: 0
}

.shop-product-reviews .review-nav input[type="checkbox"] {
	margin: 0px 4px 0 10px;
	padding: 0;
	position: relative;
	top: -2px;
	vertical-align: middle
}

.shop-product-reviews .review-nav .social-post {
	padding-left: 100px
}

.shop-product-reviews .review-nav a.return {
	padding-right: 25px;
	line-height: 25px
}

.shop-product-reviews .review-nav p.disclaimer {
	bottom: -17px;
	display: block;
	line-height: 12px;
	padding-left: 100px;
	position: relative
}

.shop-product-reviews .user-info {
	width: 138px !important;
	margin-right: 0px
}

.shop-product-reviews .user-info img.avatar {
	margin-right: 10px
}

.shop-product-reviews .review-wrapper .review-content .overall dl {
	margin-top: 0
}
/* --- /WIDGET - Product Review --- */

/* --- WIDGET - TABLE TYPE 1 --- */
/* General */
.table-type1 .links-list {
	clear: both;
	list-style: none;
	max-height: 307px;
	overflow: auto
}

.table-type1 .links-list li:nth-child(2n+1) a {
	background-color: #ECECEC
}

.table-type1 .links-list a {
	display: block;
	padding: 6px 10px;
	font-family: "Open Sans Condensed", sans-serif
}

.table-type1 .item-cell .thumb img {
	display: block;
	margin: -2px 0 0 -2px;
	height: 83px;
	border: 2px solid transparent;
	width: 144px
}

/* Table Type1 Shows */
.table-type1.show .links-list {
	margin-top: 20px
}

.table-type1.show .item-cell .item-title {
	display: block;
	margin: 8% 0;
	width: 125px
}

.table-type1.show [class*="items-"] .item-cell .thumb {
	float: left;
	margin-bottom: -2px
}
/* --- /WIDGET - TABLE TYPE 1 --- */

/* --- WIDGET - TRENDING --- */
/* General */
.trending .item-cell {
	margin-bottom: 10px;
	background: #d6d6d6
}

.trending .item-cell img {
	height: 93px
}

.trending .item-cell .rating-controls {
	float: left;
	width: 32px;
	height: 93px;
	background: #1A1A1A
}

.trending .item-cell .rating-controls * {
	display: block
}

.trending .item-cell .rating-controls span {
	height: 1px;
	padding: 11px 0;
	line-height: 17px
}

.trending .item-cell .rating-controls span:hover {
	cursor: pointer
}

.trending .item-cell .rating-controls span.deactive {
	color: #666666
}

.trending .item-cell .rating-controls h2 {
	height: 17px;
	padding-right: 2px;
	padding-top: 17px;
	font-family: 'RobotoBoldCondensed', Arial, sans-serif;
	line-height: 20px
}

.trending .item-cell .item-details .item-title {
	display: block;
	margin: 0;
	line-height: 18px
}

.trending .item-cell .item-details .brief {
	display: block;
	margin: 3px 0 4px
}

.trending .item-cell:last-child {
	margin-bottom: 0
}

.trending .item-cta.column-r>* {
	text-align: right
}

.trending .item-cta[class*="column-"]>* {
	display: block
}

.trending .item-cell [class*='foundicon-'],.trending [class*='foundicon-']:before
	{
	font-family: 'GeneralFoundicons'
}

/* Trending Shop */
.trending.shop-trending .item-cell img {
	width: 70px
}

.trending.shop-trending .item-cell .rating-controls h2 {
	font-size: 24px
}

.trending.shop-trending .item-cell .item-details {
	padding: 4px 12px;
	width: 174px
}

.trending.shop-trending .item-cell .item-details .brief {
	margin: 0 0 4px
}
/* --- /WIDGET - TRENDING --- */

/* --- WIDGET - Banner --- */
.sidebar-banner img {
	height: 250px;
	width: 100%
}
/* --- /WIDGET - Banner --- */

/* --- WIDGET - Share This --- */
.share ul {
	vertical-align: top
}

.share ul li {
	display: inline-block;
	padding: 0 8px
}

.share.five-items ul li {
	width: 40px
}

.share.four-items ul li {
	width: 56px
}

.share ul li .box {
	position: relative;
	margin: 0 0 15px;
	padding: 8px 0;
	line-height: 14px
}

.share ul li .box:after {
	background: url("../img/bg-balloon-point-down.svg") no-repeat no-repeat
		center top;
	bottom: -7px;
	content: ' ';
	left: 34%;
	height: 7px;
	position: absolute;
	width: 14px
}

.share ul li a span {
	display: inline-block;
	height: 25px;
	font-size: 26px;
	line-height: 26px;
	vertical-align: middle;
	width: 25px
}

.share ul li a span.connect-icon {
	background: url("../img/icon-connect.svg") no-repeat center top
}

.share ul li a span.connect-icon:hover {
	background-position: center bottom
}

[id*="video-player-"] #main-content .share {
	position: absolute;
	right: 0;
	z-index: 100
}

[id*="video-player-"] #main-content .share .basic-heading {
	display: none
}

/* Share This Main column */
.column_2 .share {
	float: right;
	margin: 0;
	padding: 3px 0;
	width: auto
}

.column_2 .share ul li {
	padding: 2px;
	width: auto
}

.column_2 .share ul li .box {
	float: right;
	font-size: 11px;
	margin: 2px 2px 0 8px;
	padding: 3px 8px
}

.column_2 .share ul li a span {
	font-size: 20px
}

.column_2 .share ul li .box:after {
	background: url("../img/bg-balloon-point-left.svg") no-repeat center
		center;
	bottom: 3px;
	height: 14px;
	left: -8px;
	width: 9px
}

.column_2 .share .basic-heading {
	display: none
}
/* --- /WIDGET - Share This --- */

/* --- WIDGET - Rotating Text ADs --- */
.blank div {
	background: #FFFFFF;
	margin: 6px 0 -4px
}

.blank div * {
	float: left;
	margin: 8px;
	height: 20px
}

.blank div a {
	color: #C12F3C
}

.blank div p {
	line-height: 22px
}
/* --- /WIDGET - Rotating Text ADs --- */

/* --- WIDGET - Recommentdations ONE column --- */
.recommendations1.normal-slider .user-comment {
	background: url("../img/bg-recommend-aside.svg") no-repeat right center;
	display: block;
	border: 0;
	height: 94px;
	width: 217px;
	margin: 0 0 0 auto;
	padding: 5px 0 0 0
}

.recommendations1.normal-slider .item-cell:hover {
	background: transparent
}

.recommendations1.normal-slider .user-comment .user-avatar {
	height: 40px;
	margin: 5px 12px 0 30px;
	width: 40px
}

.recommendations1.normal-slider .user-comment .user-name {
	margin-top: 5px
}

.recommendations1.normal-slider .user-comment p {
	display: block;
	margin-right: 10px;
	padding: 0;
	width: 125px
}

.recommendations1.normal-slider .user-comment p:before {
	background-position: -80px center
}

.recommendations1.normal-slider a.thumb-recommendation {
	height: 94px;
	margin-top: 1px;
	width: 70px
}

.recommendations1.normal-slider a.thumb-recommendation img {
	border: 2px solid transparent;
	height: 94px;
	width: 70px
}

.recommendations1.normal-slider a.thumb-recommendation img:hover {
	border: 2px solid #CCC
}

.recommendations1.normal-slider .items-row .item-cell {
	margin: 7px 0;
	padding: 0;
	width: 100% !important
}
/* --- /WIDGET - Recommentdations ONE column --- */

/* --- WIDGET - Digital Schedule --- */
.dvd-bd-schedule.column_1 .table-type1 tr th:nth-child(1),.dvd-bd-schedule.column_1 .table-type1 tr td:nth-child(1)
	{
	text-align: left
}
/*.dvd-bd-schedule.column_1 .table-type1 tr th:nth-child(2),
.dvd-bd-schedule.column_1 .table-type1 tr td:nth-child(2){width:69px}
.dvd-bd-schedule.column_1 .table-type1 tr th:nth-child(3),
.dvd-bd-schedule.column_1 .table-type1 tr td:nth-child(3){width:62px}
.dvd-bd-schedule.column_1 .table-type1 tr th:nth-child(4),
.dvd-bd-schedule.column_1 .table-type1 tr td:nth-child(4){width:45px}*/
.dvd-bd-schedule.column_1 .table-type1.dvdTable tr th:nth-child(4),.dvd-bd-schedule.column_1 .table-type1.dvdTable tr td:nth-child(4)
	{
	width: 38px
}
/* --- /WIDGET - Digital Schedule --- */

/* --- WIDGET - Show Story --- */
.story.shadow-line {
	background-image: none
}

.story.column_1 {
	margin: 0 10px 10px;
	width: 286px;
	padding: 26px 7px 7px
}

aside .story.column_1 {
	margin-top: 10px;
	background-color: #F9F9F9 !important
}

.story.column_2 a.read-more-link {
	text-align: left
}

.story h2 {
	margin-bottom: 12px;
	text-transform: none
}

.story a.read-more-link {
	display: block;
	font-size: 14px;
	font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: right
}
/* --- /WIDGET - Show Story --- */

/* --- WIDGET - Show Featured Product 2 --- */
.featured-product .items-list .item-cell .summary-short {
	width: 300px !important
}

.featured-product .items-list .item-cell .item-sale-info {
	width: 130px
}

.featured-product .items-list .item-cell .item-sale-info>* {
	margin-bottom: 10px;
	text-align: right
}

.featured-product .items-list .item-cell .item-sale-info del.old-price,.featured-product .items-list .item-cell .item-sale-info strong.new-price
	{
	display: inline-block;
	float: none;
	width: auto
}

.featured-product .items-list .item-cell .item-sale-info del.old-price {
	margin-right: 12px
}

.featured-product[class*="centered-items-"].normal-slider [class*="items-"] .item-cell>.thumb
	{
	height: auto
}

.featured-product[class*="centered-items-"].normal-slider [class*="items-"] .item-cell>.thumb img
	{
	position: relative
}

.featured-product.column_1 .items-row .item-cell .basic-heading {
	margin: 10px 0 23px;
	height: 19px
}

.featured-product.column_1 .items-row .item-cell .item-resume-info,.featured-product.column_1 .items-row .item-cell .item-sale-info
	{
	width: 129px
}

.featured-product.column_1 .items-row .item-cell .item-sale-info>*:not ([class*="btn"]
	){
	margin-bottom: 13px;
	text-align: left
}

.featured-product.column_1 .items-row .item-cell .item-resume-info .rank-content
	{
	padding-top: 6px;
	text-align: left
}

.featured-product.column_1 .items-row .item-cell .item-resume-info .brief
	{
	height: auto;
	min-height: auto
}

.featured-product.column_1 .items-row .item-cell .item-sale-info del.old-price,.featured-product.column_1 .items-row .item-cell .item-sale-info strong.new-price
	{
	display: inline-block;
	float: none;
	width: auto
}

.featured-product.column_1 .items-row .item-cell .item-sale-info del.old-price
	{
	margin-right: 12px
}

.featured-product.column_1.normal-slider .items-row .item-cell .item-resume-info .item-title
	{
	height: auto;
	min-height: 0
}
/*.featured-product.normal-slider .items-row .item-cell.two>.thumb img,
.featured-product.normal-slider [class*="items-"] .item-cell>.thumb img{max-width:140px;max-height:140px}*/
.featured-product.column_2.normal-slider .items-list .item-cell .item-resume-info span
	{
	margin-right: 5px
}
/* --- /WIDGET - Show Featured Product 2 --- */

/* --- WIDGET - Recommendations --- */
.recommendations-shows.column_1 .items-row .item-cell,.recommendations-videos.column_1 .items-row .item-cell
	{
	padding: 0 !important
}

.recommendations-shows.column_1 .items-row .item-cell>div,.recommendations-videos.column_1 .items-row .item-cell>div
	{
	margin-bottom: 10px;
	padding: 4px;
	overflow: hidden
}

.recommendations-shows.column_1 .items-row .item-cell .thumb,.recommendations-videos.column_1 .items-row .item-cell .thumb
	{
	margin: -6px 10px 0 -6px !important;
	border-right: 2px solid transparent;
	border-bottom: 2px solid transparent
}

.recommendations-shows.column_1 .items-row .item-cell .thumb:hover,.recommendations-videos.column_1 .items-row .item-cell .thumb:hover
	{
	border-right: 2px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC
}

.recommendations-shows.column_1 .items-row .item-cell .item-resume-info,.recommendations-videos.column_1 .items-row .item-cell .item-resume-info
	{
	width: 134px
}

.recommendations-shows.column_1 .items-row .item-cell .item-resume-info .item-title
	{
	margin-top: 17px
}

.recommendations-videos.column_1 .items-row .item-cell .item-resume-info .brief
	{
	height: 36px;
	min-height: 36px;
	max-height: 36px
}

.recommendations-videos.column_1 .items-row .item-cell .item-resume-info .brief.with-middle-line>span
	{
	margin-bottom: 0
}

.recommendations-videos.column_1 .items-row .item-cell .user-comment p,.recommendations-shows.column_1 .items-row .item-cell .user-comment p
	{
	width: 133px
}
/* --- /WIDGET - Recommendations --- */

/* --- WIDGET - Comments --- */
/* General */
.comments ul {
	margin: 15px 0 0
}

.comments ul li ul {
	margin: 0
}

.comments ul li {
	display: inline-block;
	width: 600px;
	min-height: 100px
}

.comments ul li .speaker {
	border-bottom: 10px;
	clear: both;
	width: 130px
}

.comments ul li .speaker p {
	margin-bottom: 0px
}

.comments ul li .speaker img {
	border: 2px solid #ccc;
	margin-right: 10px;
	height: 60px;
	width: 60px
}

.comments ul li .speaker .date {
	line-height: 13px;
	margin-top: 5px
}

.comments ul li .comment {
	width: 75%
}

.comments .reply ul li {
	border: 0 !important;
	display: inline-block;
	float: right;
	min-height: 100px;
	margin: 13px 10px 0;
	width: 520px
}

.comments .reply li ul li .comment {
	display: inline-block;
	margin: 0;
	width: 380px
}

.comments .answer a.go {
	line-height: 24px;
	margin-left: 5px;
	vertical-align: super
}

/* Top Comments */
.comments.top {
	padding-bottom: 0
}

.comments.top .heading h2 {
	display: inline-block
}

.comments.top ul {
	border: 1px solid #ccc;
	background: #fff
}

.comments.top ul li {
	margin: 7px 7px 0px 7px
}

.comments.top ul li .speaker {
	border-bottom: 10px
}

.comments.top ul li .comment p {
	margin-bottom: 0px
}

.comments.top .answer {
	width: 225px
}

.comments.top .type span {
	background: #666;
	display: block;
	font-family: "Open Sans Condensed";
	height: 24px;
	line-height: 24px;
	margin-left: 15px;
	padding-left: 7px;
	width: 120px
}

.comments.top .type {
	background: url('../img/bg-subscriber-tag.png') no-repeat left center;
	height: 24px;
	margin: 10px 0 0
}

/* Full Comments / Blog Comments */
.comments.full ul li {
	border-bottom: 1px solid #ccc;
	margin: 13px 10px 0
}

.comments.full .answer {
	width: 190px
}

.comments.full .reply {
	display: inline-block
}

.comments.full .answer .HideShow,.comments.full .answer .num-reply {
	margin-left: 5px
}

.comments.full p.type {
	line-height: 34px;
	color: #666666
}

.comments.full p.type span {
	padding: 4px 8px 0;
	vertical-align: middle
}

.comments.full .answer a[class*='icon-'] {
	color: #555555;
	padding: 0 5px
}

/* Add Comments */
.add-comment {
	padding-top: 0
}

.add-comment span.right {
	margin: 4px 12px 0
}

.add-comment .add {
	padding-left: 12px;
	padding-right: 12px;
	margin-right: 12px
}

.add-comment form textarea {
	border: 1px solid #ccc;
	background: #fff;
	margin: 15px 0;
	min-height: 90px;
	width: 610px
}

.add-comment form label {
	display: inline
}

.add-comment form .regular-checkbox {
	display: none
}

.add-comment form .regular-checkbox+label {
	background: #fff;
	border: 1px solid #000;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px
		rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px
		-12px rgba(0, 0, 0, 0.05);
	padding: 4px;
	border-radius: 2px;
	display: inline-block;
	position: relative;
	margin: 0px 3px 0px 10px !important
}

.add-comment form .regular-checkbox+label:active,.regular-checkbox:checked+label:active
	{
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px
		rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px
		rgba(0, 0, 0, 0.1)
}

.add-comment form .regular-checkbox:checked+label {
	background-color: #fff;
	border: 1px solid #000;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px
		rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px
		-12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px
		rgba(255, 255, 255, 0.1);
	color: #99a1a7
}

.add-comment form .regular-checkbox:checked+label:after {
	content: '\2714';
	font-size: 10px;
	position: absolute;
	top: -5px;
	left: 1px;
	color: #000;
	line-height: 13px
}

.add-comment form .post {
	vertical-align: middle;
	color: #333
}

.add-comment form .post span {
	font-size: 11px
}
/* --- /WIDGET - Comments --- */

/* --- WIDGET - Quotes --- */
.quote.column_1,.quote.column_2 {
	margin: 10px
}

aside .quote.column_1 {
	border: 5px solid #FFFFFF
}

.quote {
	background-color: #e1dbd8;
	padding: 10px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box
}

.quote>div {
	margin-bottom: 12px
}

.quote>div:last-of-type {
	margin-bottom: 0
}

.quote .quote-icon {
	color: #666;
	margin: 0 10px 0 0;
	line-height: 12px
}

#main-content .quote.column_1 .quote-txt {
	overflow: hidden;
	width: 223px
}

aside .quote.column_1 .quote-txt {
	width: 219px
}

.quote.column_2 .quote-txt {
	overflow: hidden;
	width: 549px
}

.quote p {
	margin-bottom: 8px;
	font-size: 18px;
	font-style: italic;
	font-weight: 600;
	line-height: 22px;
	color: #433d3a;
	word-wrap: break-word;
	padding-left: 1px
}

.quote .author {
	color: #4d4d4d;
	float: left
}

.quote .glyph {
	float: left;
	font-size: 41px;
	color: #9b9592
}

.quote .glyph.general {
	font-family: "FoundationIconsGeneral"
}
/* --- /WIDGET - Quotes --- */

/* --- WIDGET - Shop Product Specs --- */
.shop-product-specs .column:nth-child(1) {
	margin-right: 18px;
	width: 222px
}

.shop-product-specs .column:nth-child(1) .spec-slider {
	position: relative
}

.shop-product-specs .column:nth-child(1) .spec-slider .img-container {
	width: 222px;
	height: 313px
}

.shop-product-specs .column:nth-child(1) .spec-slider .img-container li
	{
	position: absolute;
	top: 0;
	left: 0
}

.shop-product-specs .column:nth-child(1) .spec-slider .img-container.best .thumb .b
	{
	background: url("../img/best_seller.png") no-repeat;
	height: 64px;
	left: 0;
	top: 2px;
	width: 65px;
	position: absolute;
	z-index: 2
}

.shop-product-specs .column:nth-child(1) .spec-slider .img-container .slide-spec a
	{
	float: left;
	border: 2px solid transparent;
	margin: 0 0 0 -2px;
	width: 222px;
	height: 297px
}

.shop-product-specs .column:nth-child(1) .spec-slider .img-container .slide-spec a:hover
	{
	border: 2px solid #cccccc
}

.shop-product-specs .column:nth-child(1) .spec-slider .items-rotator .item-cell a
	{
	float: left;
	border: 1px solid #DDDDDD;
	margin: 0 12px 0 0;
	text-align: center;
	width: 64px;
	height: 64px
}

.shop-product-specs .column:nth-child(1) .spec-slider .items-rotator .item-cell a.last
	{
	margin: 0
}

.shop-product-specs .column:nth-child(1) .spec-slider .items-rotator .item-cell a img
	{
	margin: 5px 0 0;
	max-height: 54px
}

.shop-product-specs .column:nth-child(1) .spec-slider .items-rotator .item-cell a:hover
	{
	border: 1px solid #C12F3C
}

.shop-product-specs .spec-slider .flex-direction-nav {
	position: relative
}

.shop-product-specs .spec-slider .flex-direction-nav li a:before {
	color: #666666
}

.shop-product-specs .spec-slider .flex-direction-nav li a.flex-prev {
	left: 10px;
	top: 391px
}

.shop-product-specs .spec-slider .flex-direction-nav li a.flex-next {
	right: 10px;
	top: 391px
}

.shop-product-specs .column:nth-child(2) {
	margin-right: 16px;
	width: 364px
}

.shop-product-specs .column:nth-child(2) h1 {
	font-size: 26px;
	line-height: 28px
}

.shop-product-specs .column:nth-child(2) h1 span {
	font-weight: normal
}

.shop-product-specs .column:nth-child(2) .txt {
	padding: 15px 0;
	border-bottom: 1px solid #ccc
}

.shop-product-specs .column:nth-child(2) p {
	margin-bottom: 7px
}

.shop-product-specs .btn {
	color: #666;
	margin-left: 6px
}

.shop-product-specs .btn:hover {
	color: #000
}

.shop-product-specs .btn:hover i.icon-heart {
	color: #C12F3C
}

.shop-product-specs label {
	display: inline-block;
	margin-top: 15px
}

.shop-product-specs .spec-slider .item-cell {
	width: auto !important
}
/* --- /WIDGET - Shop Product Specs --- */

/* --- WIDGET - Shop Product Summary --- */
.shop-product-summary .basic-heading {
	margin-bottom: 10px;
	height: 13px
}

.shop-product-summary>.brief {
	margin-right: 24px
}

.shop-product-summary>.brief .t-right {
	margin-bottom: 20px
}

.shop-product-summary div.column:nth-child(3),.shop-product-summary div.column:nth-child(4)
	{
	margin-right: 24px;
	width: 286px
}
/* --- /WIDGET - Shop Product Summary --- */

/* --- WIDGET - Shop Product Quotes --- */
.shop-product-quotes .column:nth-child(1) {
	float: left;
	margin-right: 18px;
	width: 222px !important
}

.shop-product-quotes .column:nth-child(2) {
	float: right;
	margin-right: 24px;
	width: 356px !important
}

.shop-product-quotes .rank-content {
	height: auto
}

.shop-product-quotes .rank dt {
	display: inline-block;
	width: 70px;
	font-weight: normal !important
}

.shop-product-quotes .rank dd {
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px
}

.shop-product-quotes .rank ul {
	margin: 2px 9px 0 0
}

.shop-product-quotes [class^="rank-"] ul li,.rank ul li {
	cursor: default !important;
	margin-right: 1px
}

.shop-product-quotes .rank div.cont {
	height: 21px
}

.shop-product-quotes .quote {
	padding: 0 24px 0 0 !important;
	background-color: transparent
}

.shop-product-quotes .quote div div.quote-txt {
	margin: -10px 0 15px 48px
}

.shop-product-quotes .quote span.author a {
	margin-left: 15px
}

.shop-product-quotes ul.items-list {
	margin: 20px 0 10px 0;
	overflow: hidden;
	padding: 0
}
/* --- /WIDGET - Shop Product Quotes --- */

/* --- WIDGET - Shop Product Review --- */
.shop-product-reviews .slides,.shop-product-reviews .flex-control-nav,.shop-product-reviews .flex-direction-nav
	{
	position: relative
}

.shop-product-reviews .items-rotators .flex-prev,.shop-product-reviews .items-rotators .flex-next
	{
	top: -10px
}

.shop-product-reviews .item-cell {
	width: 620px !important
}

.shop-product-reviews .items-container {
	margin-bottom: 0px;
	padding-top: 0px
}

.shop-product-reviews .item-cell:hover {
	background-color: transparent !important
}

.shop-product-reviews .item-cell .user-review dl.rank-content li {
	padding: 0 !important;
	vertical-align: middle !important
}

.shop-product-reviews .flex-control-nav {
	bottom: 0
}

.shop-product-reviews .user-review {
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px
}

.shop-product-reviews .user-review.last,.shop-product-reviews .user-review:last-of-type
	{
	border: 0;
	margin-bottom: 0;
	padding-bottom: 0 !important
}

.shop-product-reviews ul.items-list {
	list-style: none;
	font-size: 13px;
	margin-bottom: 10px
}

.shop-product-reviews .item-cell dd li {
	display: inline-block;
	max-width: 55px !important;
	min-height: auto;
	padding: 0 0 0 2px;
	vertical-align: top
}

.shop-product-reviews .item-cell:hover {
	background: #EFEFEF
}

.shop-product-reviews .ranking .thumb_log {
	height: 50px;
	margin: 3px 10px 0 0;
	border: 2px solid #ccc
}

.shop-product-reviews .ranking .thumb_log img {
	height: 50px;
	width: 50px
}

.shop-product-reviews .ranking .date {
	margin: 5px 0 9px;
	line-height: normal
}

.shop-product-reviews .ranking {
	width: 138px !important;
	margin-right: 0px
}

.shop-product-reviews .rank div.cont {
	height: 17px
}

.shop-product-reviews .rank dt {
	display: inline-block;
	width: 50px;
	font-weight: normal !important
}

.shop-product-reviews .rank dd {
	display: inline-block;
	width: 71px;
	vertical-align: middle
}

.shop-product-reviews .rank ul {
	margin: 2px 0 0;
	padding: 0
}

.shop-product-reviews .txt-review {
	width: 462px !important;
	margin-right: 0;
	padding-bottom: 20px
}

.shop-product-reviews .txt-review .recom {
	background: url("../img/bg-review.svg") no-repeat 0 0 transparent;
	height: 93px;
	margin: 0;
	padding: 10px 10px 10px 30px;
	width: auto;
	overflow: hidden
}

.shop-product-reviews .txt-review .recom h5 {
	line-height: normal;
	margin-bottom: 5px
}

.shop-product-reviews .txt-review .recom p {
	font-size: 12px;
	line-height: 15px
}

.shop-product-reviews .vote p.right {
	margin: 7px 5px 0 0
}

.shop-product-reviews .vote .btn {
	margin: 5px 4px 0
}

.shop-product-reviews .vote .txt {
	padding: 0 10px 0 25px;
	font-style: italic
}

.shop-product-reviews .btn-red {
	position: absolute;
	top: 24px;
	right: 0
}

.shop-product-reviews .items-rotators .flex-next {
	background-position: -24px -415px;
	right: 230px
}

.shop-product-reviews .items-rotators .flex-prev {
	background-position: -9px -415px;
	left: 230px
}
/* --- /WIDGET - Shop Product Review --- */

/* --- WIDGET - Recently Viewed --- */
.column_1.recently-viewed .item-cell div,.column_2.recently-viewed .item-cell,.column_3.recently-viewed .item-cell
	{
	height: 79px;
	text-align: center
}

.column_1.recently-viewed .items-row .item-cell>div {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	padding: 2px 7px;
	width: 74px !important
}

.column_2.recently-viewed .item-cell {
	width: 77px !important
}

.column_1.recently-viewed .items-row .item-cell>div:nth-of-type(1),.column_1.recently-viewed .items-row .item-cell>div:nth-of-type(2),.column_1.recently-viewed .items-row .item-cell>div:nth-of-type(3),.column_1.recently-viewed .items-row .item-cell>div:nth-of-type(4)
	{
	margin-bottom: 15px
}

.column_2.recently-viewed .item-cell {
	width: 77px !important
}

.column_3.recently-viewed .item-cell {
	margin: 0 !important;
	width: 78px !important
}

.recently-viewed .item-cell .thumb {
	display: inline-block !important;
	margin-bottom: -2px !important;
	max-width: 55px !important
}
/* --- /WIDGET - Recently Viewed --- */

/* --- ERROR MESSAGE --- */
.error {
	color: #FF1100
}

.error-404-page .top-main-section {
	box-shadow: none;
	-webkit-box-shadow: none
}

.error-404-page .content-center-layout {
	margin-top: 50px;
	margin-bottom: 80px
}

.error-404-page .content-center-layout h2 {
	margin-bottom: 30px
}

.error-404-page .content-center-layout h3 {
	margin-bottom: 10px
}
/* --- /ERROR MESSAGE --- */

/* --- MODALS --- */
/* MODAL - General */
.media_modal {
	background: #FFFFFF;
	clear: both;
	padding: 15px 20px 20px;
	position: relative;
	margin: 0 -2%
}

.media_modal .basic-heading {
	border-bottom: 2px solid #B3B3B3;
	height: 40px;
	margin: 7px 10px 25px
}

.media_modal .basic-heading a h2:hover {
	text-decoration: none
}

.media_modal .basic-heading .x {
	font-size: 22px;
	position: absolute;
	top: 15px;
	right: 30px;
	z-index: 100
}

.media_modal .modal_text,.media_modal>.summary.red {
	margin: 0 10px
}

.media_modal .modal_data {
	margin-top: 15px
}

.media_modal .modal_data .link {
	padding-left: 108px
}

.media_modal .modal_data .icons {
	margin: 28px 0 0 118px
}

.media_modal .modal_data .icons a {
	font-size: 30px;
	padding-right: 25px
}

.media_modal label {
	display: block;
	margin-bottom: 5px
}

.media_modal .x span.icon-cross {
	cursor: pointer
}

.media_modal span.connect-icon:hover {
	background-position: -94px -427px
}

.media_modal span.connect-icon {
	background: url("../img/icon-connect.svg") no-repeat center top;
	display: inline-block;
	height: 25px;
	width: 25px
}

.media_modal span.connect-icon:hover {
	background-position: center bottom
}

.media_modal .wrapper>a {
	display: block;
	float: left;
	padding: 10px
}

.media_modal .wrapper form>input {
	margin: -7px 10px 0 0
}

.media_modal .basic-heading.no-title {
	border: 0;
	height: 0;
	margin-bottom: 25px
}

iframe.fancybox-iframe {
	overflow-x: hidden
}

/* MODAL - Return Form */
.media_modal .return_content {
	border: 1px solid #4e4e4e;
	display: block;
	max-height: 339px;
	padding: 5px 10px;
	margin: 50px 10px 0;
	overflow-y: auto
}

.media_modal .return_content input[type="checkbox"] {
	margin-top: 45px
}

.media_modal .return_content li {
	padding: 5px 0
}

.media_modal .return_content li .return_item {
	border: 1px solid #4e4e4e;
	padding: 10px;
	width: 92%
}

.media_modal .return_content li .return_item img {
	margin-right: 10px
}

.media_modal .return_content li .return_item .type {
	
}

/* MODAL - Terms */
.media_modal .terms-content {
	margin: 0 10px 20px;
	overflow: auto;
	max-height: 295px
}

.media_modal .terms-content h4 {
	margin: 15px 0
}

.media_modal .terms-content p {
	padding-bottom: 15px
}

.media_modal.terms .basic-heading {
	height: 50px
}

.media_modal.terms a {
	float: right;
	margin: 10px
}

.media_modal.terms a.btn-red {
	margin-top: 3px
}

/* MODAL - Shop */
.media_modal.shop {
	width: 920px
}

/* MODAL - Invite */
.media_modal.invite {
	width: 480px
}

.media_modal.invite .modal_data .icons {
	margin-bottom: 40px
}

/* MODAL - Login */
.media_modal.join {
	padding-bottom: 38px
}

/* MODAL - Shop Media */
.media_modal .basic-heading .btn-group {
	margin-left: 15px !important
}

.media_modal .basic-heading .btn-group .btn i {
	height: 16px;
	margin-bottom: -2px;
	vertical-align: middle
}

.media_modal .basic-heading .btn-group .btn i.icon-play {
	padding-left: 3px
}

.media_modal .basic-heading .btn-group .btn i.icon-camera:before {
	content: '\f030'
}

.media_modal .video,.media_modal .photo {
	position: relative
}

.media_modal .video {
	margin: 0 auto;
	width: 648px
}

.media_modal .photo {
	margin: 0 auto;
	width: 820px
}

.media_modal .video .player {
	display: block;
	height: 358px;
	margin: 0 auto 65px;
	width: 630px
}

.media_modal .video .player iframe {
	display: block;
	margin: 0 auto
}

.media_modal .photo .zoom_1 {
	display: block;
	height: 540px;
	margin: 0 auto 65px;
	width: 820px
}

.media_modal .photo .zoom_1 .zoom {
	display: block;
	height: 540px;
	width: 820px
}

.media_modal .photo .zoom_1 .zoom img:hover {
	cursor: pointer
}

.media_modal .photo .zoom_1 .zoom img {
	display: block;
	max-width: none
}

.media_modal .photo .zoom_1 .zoom .Imgzoom {
	height: 540px;
	width: 820px
}

.media_modal .photo .zoom_1 .zoom .zoomImg {
	border: medium none;
	height: 640px;
	left: 0px;
	max-width: none;
	opacity: 0;
	position: absolute;
	top: 0px;
	width: 1110px
}

.media_modal .photo .zoom_1 .nav_zoom_thumb {
	position: absolute;
	top: 310px;
	right: -200px;
	z-index: 20000;
	height: 105px;
	padding: 20px;
	background: #FFFFFF url('../img/media_modal_thumb.png') no-repeat center
		center;
	width: 159
}

.media_modal .item-cell {
	min-height: auto !important;
	padding: 0 !important
}

.media_modal .item-cell a,.media_modal .item-cell a img {
	display: block
}

.media_modal .photo .item-cell {
	border: 1px solid #cccccc
}

.media_modal .photo .item-cell:hover {
	background: none;
	border: 1px solid #C12F3C
}

.media_modal .video .item-cell {
	border: 2px solid transparent
}

.media_modal .video .item-cell:hover {
	border: 2px solid #cccccc
}

.media_modal .video .item-cell {
	margin: 0 10px;
	width: 138px !important
}

.media_modal .photo .item-cell {
	margin: 0 8px;
	width: 80px !important
}

.media_modal .photo .item-cell:first-of-type {
	margin-left: 26px
}

.media_modal .photo .item-cell:last-of-type {
	margin-right: 26px
}

.media_modal .video .item-cell a,.media_modal .video .item-cell a img {
	height: 77px;
	width: 138px
}

.media_modal .photo .item-cell a,.media_modal .photo .item-cell a img {
	height: 80px;
	width: 80px
}

.media_modal .flex-control-nav {
	display: none !important
}

.media_modal .flex-direction-nav li a {
	bottom: 32px
}

.media_modal .flex-direction-nav li a.flex-prev {
	background-position: -9px -397px
}

.media_modal .flex-direction-nav li a.flex-next {
	background-position: -25px -397px
}

.media_modal .video .flex-direction-nav li a.flex-prev {
	left: -45px
}

.media_modal .video .flex-direction-nav li a.flex-next {
	right: -45px
}

.media_modal .photo .flex-direction-nav li a.flex-prev {
	left: -20px
}

.media_modal .photo .flex-direction-nav li a.flex-next {
	right: -20px
}

/* MODAL - Share Content */
.media_modal .shared-link {
	padding: 0 10px 25px
}

.media_modal .shared-link span.url {
	padding: 5px 10px 5px 0
}

.media_modal .shared-link span.share-url {
	border: 1px solid #dddddd;
	padding: 5px !important;
	margin: 0 10px 0 5px;
	overflow: hidden
}

.media_modal .share-show {
	padding: 0 0 20px 10px
}

.media_modal .share-show img {
	margin-right: 10px
}

.media_modal .share-show span {
	display: block
}

.media_modal .share-show .shared-link {
	padding: 5px 0 0
}

.media_modal .share-show .row {
	height: 22px;
	line-height: 22px
}

.media_modal .share-show.playlist img {
	background: url("../img/bg_playlist_thumb.png") no-repeat scroll right
		top;
	padding: 8px
}

.media_modal .share-show.playlist .shared-link {
	padding-left: 165px
}

.media_modal .share ul {
	text-align: center;
	vertical-align: top
}

.media_modal .share ul li {
	display: inline-block;
	text-align: center;
	padding: 0 15px;
	width: 11%
}

.media_modal .share ul li a span {
	display: inline-block;
	width: 25px;
	height: 25px;
	font-size: 26px;
	line-height: 26px;
	text-align: center;
	vertical-align: middle
}

.media_modal .share ul li a span.icon-envelope {
	cursor: pointer; /*padding-top:11px*/
}

.media_modal .share ul li a span.icon-envelope:hover {
	color: #CB2027
}

.media_modal .share-email {
	padding: 15px 10px 0;
	margin-bottom: 20px;
}

.media_modal .share-email label.email {
	display: inline;
	padding-right: 5px
}

.media_modal .share-email p.email-advice {
	margin: 5px 0 15px 42px
}

.media_modal .share-email p {
	margin: -10px 0 15px 2px
}

.media_modal .share-email input#email {
	border-radius: 0;
	width: 93%
}

.media_modal .share-email textarea#email-content {
	border-radius: 0;
	margin-bottom: 10px;
	max-height: 170px;
	height: 70px;
	max-width: 98.6%;
	width: 98.6%
}

.media_modal .share-email input[type='submit'],.media_modal .share-email input.cancel
	{
	margin: 0 0 0 10px
}

.media_modal .share-email input[type='button'] {
	cursor: pointer;
	height: auto;
	width: auto
}

.media_modal .share-email div.email-preview {
	border: 1px solid #CCCCCC;
	margin-bottom: 15px;
	padding: 5px
}

.media_modal .share-email div.email-preview div {
	margin: 5px 0
}

.media_modal .share-email div.email-preview .content-data {
	margin-top: 15px
}

.media_modal .share-email div.email-preview .content-data span {
	display: block;
	margin: 5px
}

.media_modal .share-email div.email-preview .content-data img {
	margin-right: 10px;
	padding: 5px
}

.media_modal .share-email #send-email-share-message {
	margin: 20px;
	text-align: center;
}

/* MODAL - Video Player */
.media_modal.video {
	position: relative;
	margin: 0;
	height: 418px;
	padding: 15px 10px 30px;
	clear: both;
	background: #FFFFFF
}

.media_modal.video .basic-heading {
	width: 100%;
	margin-right: 0;
	margin-left: 0
}

.media_modal.video .basic-heading .x {
	right: 20px
}

/* MODAL - Wishlist */
.media_modal.createWishlist input {
	margin-left: 10px;
	width: 65%
}

.media_modal.createWishlist .modal_data>ul {
	margin: 20px 0;
	width: 177px
}

.media_modal.createWishlist .modal_data>ul>li>* {
	margin-left: 10px
}

.media_modal.createWishlist .modal_data h3.left {
	margin: 5px 10px 0
}

/* MODAL - Wallpapers */
.media_modal.wallpaper {
	padding-bottom: 60px
}

.media_modal.wallpaper img {
	display: block;
	margin: 10px auto 20px;
	max-width: 610px;
	max-height: 336px
}

.media_modal.wallpaper .dispositives>div {
	float: left;
	width: 198px;
	min-height: 50px
}

.media_modal.wallpaper .dispositives .resolutions {
	float: left;
	width: 80px
}

.media_modal.wallpaper .dispositives .resolutions a {
	font-weight: bold
}

.media_modal.wallpaper .dispositives .image-reference {
	background: url("../img/img-wallpaper-dispositives.svg") no-repeat;
	float: left;
	height: 79px;
	margin-right: 10px;
	margin-left: 20px;
	width: 79px
}

.media_modal.wallpaper .dispositives .computer .image-reference {
	background-position: center center
}

.media_modal.wallpaper .dispositives .cellphone .image-reference {
	background-position: center top
}

.media_modal.wallpaper .dispositives .tablet .image-reference {
	background-position: center bottom
}

/* MODAL - Avatar */
.media_modal.avatar {
	width: 320px
}

.media_modal.avatar img {
	display: block;
	margin: 40px auto;
	height: 155px;
	width: 155px
}

/* MODAL - Forgot Password */
.media_modal.forgot-password input {
	margin-left: 10px;
	width: 65%
}

.media_modal.forgot-password .modal_data>a {
	margin: 20px 10px
}

.media_modal.forgot-password .modal_data .summary {
	padding: 5px 10px;
	width: 73%
}

.media_modal.forgot-password .modal_data h3.left {
	margin: 5px 10px 0
}

/* MODAL - Print Products */
form.sort {
	background: none repeat scroll 0 0 #CECECE;
	margin: 0;
	padding: 7px 0 7px 10px
}

.media_modal .icon-print.print-products {
	font-size: 24px;
	margin-right: 10px
}

.media_modal li.item-cell {
	margin-bottom: 10px
}

/* MODAL - Put Elite Video Subscription On Hold */
.media_modal.evs-on-hold .modal_buttons,.media_modal.evs-cancel .modal_buttons
	{
	text-align: center;
	padding: 15px 0 0
}

.media_modal.evs-on-hold .modal_buttons a {
	margin: 0 7px
}

.media_modal.evs-on-hold .modal_details {
	padding: 20px 10px
}

.media_modal.evs-on-hold .modal_details .hold_time,.media_modal.evs-on-hold .modal_details .start_date
	{
	float: left;
	width: 50%
}

.media_modal.evs-on-hold .modal_details label {
	display: block;
	float: left;
	margin: 3px 13px 0 0
}

.media_modal.evs-on-hold .modal_details input {
	height: 22px
}

/* MODAL - Modal Datepicker */
.ui-datepicker {
	background-color: #ECECEC; /*padding:10px*/
} /*new added for fancybox remove ui div*/
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: 10px 10px 0px 10px;
} /*new added for fancybox remove ui div*/
.ui-datepicker .ui-datepicker-prev {
	left: 0;
	float: left
}

.ui-datepicker .ui-datepicker-next {
	right: 0;
	float: right
}

.ui-datepicker .ui-datepicker-title {
	line-height: 1.8em;
	margin: 0 2.3em;
	font-size: 14px;
	text-align: center
}

.ui-datepicker table { /*background-color:#fafbfc;*/
	background-color: #ECECEC;
	width: 100%;
	display: block;
	padding: 0px 10px 10px 10px;
} /*new added for fancybox remove ui div*/
.ui-datepicker tr:nth-child(2n+1) {
	background-color: #f4f5f6 !important
}

.ui-datepicker tr:nth-child(2n) {
	background-color: #fff !important
} /*new added for fancybox remove ui div*/
.ui-datepicker th {
	background-color: #cccccc;
	border: 1px solid #e6e6e6;
	font-weight: bold;
	padding: .7em .3em;
	text-align: center
}

.ui-datepicker td {
	border: 0;
	padding: 1px
}

.ui-datepicker td a,.ui-datepicker td span {
	display: block;
	padding: 0;
	text-align: center;
	text-decoration: none
}

.ui-datepicker .highlight a {
	background: url(../img/calendar_bg_2.png) repeat-y !important;
	color: #072559;
	font-weight: bold
}

.ui-datepicker .ui-state-disabled {
	opacity: 0.35
}
/* --- /MODALS --- */

/* --- RECAPTCHA - Captcha Validation --- */
.container_join_now .join_now #recaptcha_privacy {
	font-size: 12px !important;
	margin-top: -9px;
	display: none
}
/* --- /RECAPTCHA - Captcha Validation --- */

/* --- LOGIN ERROR --- */
.login_error {
	display: inline-block;
	margin: 0 10px 0 0;
	width: 142px
}

#unlogged-opened header form  div.login_error input {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #FFFFFF;
	background-image: linear-gradient(to bottom, #D9D9D9 10%, #FFFFFF 60%)
		!important;
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: repeat;
	background-size: auto auto;
	height: 34px;
	margin: 5px 0 0;
	width: 100%
}

#unlogged-opened header form div.login_error_show {
	width: 300px
}

#unlogged-opened header form div.login_error_show p {
	margin-top: 3px;
	color: red;
	font-size: 11px
}

#unlogged-opened header form div.login_error label {
	margin-bottom: 5px
}

/* loading circle */
#loadingCircle {
	position: absolute;
	margin-top: 61px;
	margin-left: 356px
}
/* --- LOGIN ERROR --- */

/*#subsection-content .board{ position: absolute;width: 100%;top: 50px; }*/
body>#div-gpt-ad-1374328695293-0,#div-gpt-ad-1374328695293-0:not (.sidebar-banner
	),#div-gpt-ad-1374328695293-0.hide {
	height: 0 !important;
	line-height: 0 !important;
	opacity: 0 !important;
	display: none !important;
	overflow: hidden !important
}

.forumhead h2 span.forumtitle a:hover {
	cursor: pointer !important
}

.vbulletin-iframe {
	overflow-y: scroll
}

.product-item .productlist {
	position: relative !important
}

.product-item .productlist .bottom-right {
	margin-left: 45px;
	margin-top: 62px;
	position: absolute
}

.product-item .productlist .bottom-right a {
	color: #666666
}

.product-item .productlist .bottom-right a.rose {
	color: #C12F3C
}

.product-item .productlist .bottom-right a:hover {
	color: #CCCCCC
}

/* SHOP STYLES */
/* general - gray headings */
body[id*="shop"] .content-wrapper+.main-heading {
	margin-top: 10px
}

body[id*="shop"] .main-heading h1+p {
	margin-top: 5px
}

body[id*="shop"] .main-heading .btn-red.size3.right {
	margin-top: -5px
}

body[id*="shop"] .main-heading .box-dark-gray {
	margin: -15px -15px -15px 0;
	padding: 20px;
	text-align: center
}

body[id*="shop"] .main-heading .box-dark-gray h3 {
	margin-bottom: 14px;
	text-align: center
}

body[id*="shop"] .main-heading .box-dark-gray a {
	margin: 0 5px
}
/* general - content container */
body[id*="shop"] .content-wrapper {
	padding: 0 10px
}

body[id*="shop"] .content-wrapper>p {
	margin-bottom: 15px
}

body[id*="shop"] .content-wrapper>.box-white-with-border {
	margin-bottom: 10px
}

body[id*="shop"] .content-wrapper>div.box-white-with-border {
	margin-bottom: 20px;
	padding: 10px 10px 20px 10px
}

body[id*="shop"] .content-wrapper>div.box-white-with-border>h4 {
	padding-top: 18px;
	line-height: 18px
}

body[id*="shop"] .content-wrapper>div.box-white-with-border>h4:nth-of-type(1)
	{
	padding-top: 0
}

body[id*="shop"] .content-wrapper>div.box-white-with-border>p {
	padding-top: 10px
}

body[id*="shop"] .content-wrapper>div.box-white-with-border>h4+p {
	padding-top: 15px
}

body[id*="shop"] .content-wrapper>div.box-white-with-border p input[type="radio"],body[id*="shop"] .content-wrapper>div.box-white-with-border p input[type="checkbox"]
	{
	margin: 0 5px;
	vertical-align: baseline
}

body[id*="shop"] .content-wrapper>.t-right a {
	margin: 0 5px
}
/* general - purchase items (all) */
body[id*="shop"] .purchase-headings {
	margin: 18px 0 7px
}

body[id*="shop"] .purchase-item:hover {
	background: #EFEFEF !important
}

body[id*="shop"] .purchase-headings tr td,body[id*="shop"] .purchase-item tr td
	{
	padding: 10px
}

body[id*="shop"] .shopping-cart .purchase-item tr td .resume {
	height: 130px
}

body[id*="shop"] .purchase-item tr td.v-center {
	vertical-align: middle
}

body[id*="shop"] .purchase-item tr td>*:not (.btn-red ){
	display: block
}

body[id*="shop"] .purchase-item tr td .thumb {
	display: block;
	position: relative;
	width: 120px;
	height: 167px
}

body[id*="shop"] .purchase-item tr td .thumb .a,body[id*="shop"] .purchase-item tr td .thumb .b,body[id*="shop"] .purchase-item tr td .thumb .e,body[id*="shop"] .purchase-item tr td .thumb .l,body[id*="shop"] .purchase-item tr td .thumb .l-e,body[id*="shop"] .purchase-item tr td .thumb .n-r,body[id*="shop"] .purchase-item tr td .thumb .p-o,body[id*="shop"] .purchase-item tr td .thumb .s,body[id*="shop"] .purchase-item tr td .thumb .sc
	{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	text-indent: -9999px;
	overflow: hidden
}

body[id*="shop"] .purchase-item tr td .thumb .a {
	width: 64px;
	height: 64px;
	background: url('../img/bg-access-label.svg') no-repeat center center
}

body[id*="shop"] .purchase-item tr td .thumb .b {
	width: 64px;
	height: 64px;
	background: url('../img/best_seller.png') no-repeat center center
}

body[id*="shop"] .purchase-item tr td .thumb .e {
	width: 27px;
	height: 27px;
	background: url('../img/bg-elite-label.svg') no-repeat center center
}

body[id*="shop"] .purchase-item tr td .thumb .l {
	width: 64px;
	height: 64px;
	background: url('../img/bg-limited-offer-label.svg') no-repeat center
		center
}

body[id*="shop"] .purchase-item tr td .thumb .l-e {
	width: 64px;
	height: 64px;
	background: url('../img/bg-limited-edition-label.svg') no-repeat center
		center
}

body[id*="shop"] .purchase-item tr td .thumb .n-r {
	width: 64px;
	height: 64px;
	background: url('../img/bg-new-release-label.svg') no-repeat center
		center
}

body[id*="shop"] .purchase-item tr td .thumb .p-o {
	width: 64px;
	height: 64px;
	background: url('../img/bg-pre-order-label.svg') no-repeat center center
}

body[id*="shop"] .purchase-item tr td .thumb .s {
	width: 64px;
	height: 64px;
	background: url('../img/bg-sale-label.svg') no-repeat center center
}

body[id*="shop"] .purchase-item tr td .thumb .sc {
	width: 64px;
	height: 64px;
	background: url('../img/bg-simulcast-label.svg') no-repeat center center
}

body[id*="shop"] .purchase-item tr td .thumb img {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	margin: -2px;
	border: 2px solid transparent;
	width: 120px;
	height: auto
}

body[id*="shop"] .purchase-item tr td .thumb:hover img {
	border: 2px solid #CCCCCC
}

body[id*="shop"] .purchase-item tr td .resume * {
	display: inline
}

body[id*="shop"] .purchase-item tr td .resume+* {
	margin-top: 15px
}

body[id*="shop"] .purchase-item tr td input {
	margin-bottom: 10px;
	width: 50px
}

body[id*="shop"] .purchase-item tr:nth-of-type(2) td {
	vertical-align: bottom
}

/* Browse - Filter bar */
body[id*="shop"] .sort {
	margin: 0;
	padding: 7px 10px;
	background: #CECECE
}

body[id*="shop"] .sort .left {
	margin-right: 7px
}

body[id*="shop"] .sort .right {
	margin-top: 1px;
	margin-left: 7px
}

body[id*="shop"] .sort .search-box {
	border: 1px solid #a4a4a4;
	border-radius: 4px;
	moz-border-radius: 4px;
	webkit-border-radius: 4px;
	-webkit-box-shadow: inset 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
	background: #FFFFFF
}

body[id*="shop"] .sort .search-box input {
	float: left;
	border: none;
	margin: 0;
	background: none;
	width: 200px;
	min-height: 26px
}

body[id*="shop"] .sort .search-box input[type="submit"] {
	width: 26px;
	height: 26px;
	background: url('https://checkout.netsuite.com/c.3335099/Funimation%20Images/funimation-sprite.png') no-repeat -383px 1px;
	font-size: 0;
	line-height: 0
}

body[id*="shop"] .sort .ui-selectmenu {
	float: left;
	margin-right: 7px
}

/* Gifts Landings */
body[id*="shop"] .gifts {
	margin: 20px 0
}

body[id*="shop"] .gifts .gift-item {
	width: 144px;
	height: 83px;
	background: #c12f3c;
	margin: 0 20px 20px 0
}

body[id*="shop"] .gifts .gift-item a:hover {
	text-decoration: none
}

body[id*="shop"] .gifts .gift-item a span {
	background: url('../img/bg-gift-box.png') no-repeat center top;
	display: block;
	width: 100%;
	height: 40px;
	padding-top: 15px
}

body[id*="shop"] .gifts.cards .gift-item a span {
	font-size: 40px;
	padding: 0;
	height: 55px
}

body[id*="shop"] .gifts .gift-details {
	margin-left: 50px
}

body[id*="shop"] .gifts label {
	display: block;
	font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
	margin: 10px 0
}

body[id*="shop"] .gifts input.btn-red {
	margin-left: 10px
}

/* Track Your Order Login - Checkout Login */
body[id*="shop"] .log-in {
	width: 300px;
	min-height: 250px;
	padding: 15px 40px 15px !important
}

body[id*="shop"] .log-in.left {
	margin: 20px 0 40px 40px
}

body[id*="shop"] .log-in.right {
	margin: 20px 40px 40px 0
}

body[id*="shop"] .log-in:not (.box-white-with-border ){
	width: 300px;
	min-height: 200px;
	padding: 55px 40px 15px !important;
	text-align: center
}

body[id*="shop"] .log-in:not (.box-white-with-border ) p {
	margin: 32px 0 37px
}

body[id*="shop"] .log-in form {
	margin: 0 auto 15px;
	width: 250px
}

body[id*="shop"] .log-in form label {
	margin-bottom: 5px;
	display: block
}

body[id*="shop"] .log-in form input {
	margin-bottom: 20px;
	width: 100%
}

body[id*="shop"] .log-in form .btn-red {
	margin-right: 10px
}

body[id*="shop"] .log-in form .error {
	margin: 0 -40px 5px;
	font-size: 10px;
	text-align: center
}

body[id*="shop"] .social-networks span {
	width: 17px;
	margin-right: 5px
}

body[id*="shop"] .social-networks a {
	vertical-align: bottom
}

body[id*="shop"] .social-networks span.icon-facebook-sign {
	font-size: 20px;
	color: #4369c3
}

body[id*="shop"] .social-networks span.foundicon-twitter {
	font-size: 14px;
	color: #33ccff
}

/* Track Order Details - Checkout Review & Place Order */
body[id*="shop"] .order-detail {
	width: 600px
}

body[id*="shop"] .order-detail>h5 {
	margin-bottom: 10px
}

body[id*="shop"] .order-detail .left {
	width: 193px;
	margin-left: 10px
}

body[id*="shop"] .order-detail .left:nth-of-type(1) {
	margin-left: 0
}

body[id*="shop"] .order-detail .left h5 {
	margin-top: 20px;
	padding: 4px 0
}

body[id*="shop"] .order-detail .left h5:nth-of-type(1) {
	margin-top: 0
}

body[id*="shop"] .order-detail .left input {
	margin-bottom: 5px;
	width: 100%
}

body[id*="shop"] .order-detail .left .btn-red {
	float: right
}

body[id*="shop"] .order-total {
	width: 276px
}

body[id*="shop"] .order-total .line-divider {
	margin: 15px 0
}

body[id*="shop"] .order-total .line-divider span {
	border-bottom: 1px solid #999;
	width: 60px
}

body[id*="shop"] .order-total .total-cost {
	margin: 25px 0 0;
	border-top: 1px solid #999999
}

body[id*="shop"] .order-total .total-cost h3 {
	background: url("../img/bg-balloon-point-down-white.svg") center top
		no-repeat;
	padding: 25px 0;
	margin-top: -1px
}

/* Checkout Nav Line */
body[id*="shop"] .checkout-nav-line {
	margin: 70px 0 20px;
	border-top: 1px solid #999999;
	height: 23px
}

body[id*="shop"] .checkout-nav-line li {
	position: relative;
	float: left;
	margin: -71px 23px 0;
	min-width: 146px;
	padding-top: 78px;
	text-align: center
}

body[id*="shop"] .checkout-nav-line li h5 {
	text-align: center
}

body[id*="shop"] .checkout-nav-line li.current:before {
	content: '\f07a';
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -73px;
	width: 146px;
	height: 66px;
	background: url('../img/bg_checkout_steps.png') no-repeat left top;
	font-family: 'FontAwesome';
	font-size: 45px;
	line-height: 92px;
	text-align: right;
	color: #989A9C
}

body[id*="shop"] .checkout-nav-line li.current:after {
	content: '';
	position: absolute;
	top: 70px;
	left: 50%;
	margin-left: -7px;
	width: 14px;
	height: 8px;
	background: url('../img/bg-balloon-point-down-gray.svg') no-repeat left
		top
}

/* Checkout Shipping Options */
body[id*="shop"] .gift-options>div {
	width: 49%
}

body[id*="shop"] .gift-options .left input[type="checkbox"] {
	margin: 4px 10px 0 0
}

body[id*="shop"] .gift-options .left p {
	width: 426px
}

body[id*="shop"] .gift-options .right textarea {
	width: 100%;
	height: 110px
}

/* Checkout Shipping Address + Checkout Payment + Checkout Thank You */
body[id*="shop"] .width25,body[id*="shop"] .width50 {
	float: left;
	margin-left: 20px
}

body[id*="shop"] .box-white-with-border[class*="width"]:nth-of-type(1) {
	margin-left: 0
}

body[id*="shop"] .width25 {
	width: 198px
}

body[id*="shop"] .width25 label {
	display: block;
	margin-top: 22px;
	padding-left: 20px
}

body[id*="shop"] .width25 input[type="text"] {
	margin-top: 8px;
	width: 100%
}

body[id*="shop"] .width25 select {
	margin-top: 22px;
	width: 100%
}

body[id*="shop"] .width25 .btn-red {
	margin-top: 8px
}

body[id*="shop"] .width25 .credit-card {
	padding-bottom: 30px;
	background: url('../img/shop-checkout-payment-credit-card.png')
		no-repeat 22px bottom
}

body[id*="shop"] .width25 .paypal {
	padding-bottom: 30px;
	background: url('../img/shop-checkout-payment-paypal.png') no-repeat
		22px bottom
}

body[id*="shop"] .width50 {
	width: 438px
}

body[id*="shop"] .width50.no-margin {
	margin-left: 0
}

body[id*="shop"] .width50 label {
	float: left;
	margin-top: 22px;
	width: 25%
}

body[id*="shop"] .width50 label h5 {
	line-height: 28px;
	text-align: right
}

body[id*="shop"] .width50 input[type="text"],body[id*="shop"] .width50 .date-select,body[id*="shop"] .width50>select,body[id*="shop"] .width50>div.right
	{
	float: right;
	margin-top: 22px;
	width: 73%
}

body[id*="shop"] .width50 .date-select select {
	margin-left: 4.1%;
	width: 30%
}

body[id*="shop"] .width50 .date-select select:first-of-type {
	margin-left: 0
}

body[id*="shop"] .width50 p.clear {
	padding-top: 20px !important
}

body[id*="shop"] .width50.no-margin input[type="text"] {
	width: 88%
}

body[id*="shop"] .width50.no-margin .btn-red {
	margin-top: 23px
}

body[id*="shop"] .width50.top-margin {
	margin-top: 60px
}

body[id*="shop"] .width50>div.right {
	margin-bottom: 20px
}

body[id*="shop"] .width50>div.right>div {
	margin-top: 10px
}

body[id*="shop"] .width50>div.right>div input[type="checkbox"] {
	margin: 4px 10px 0 0
}

body[id*="shop"] .width50>div.right>div p {
	width: 342px
}

/* Checkout Thank You */
body[id*="shop"] .width50.share-box {
	position: relative;
	width: 460px
}

body[id*="shop"] .width50.share-box .ui-tabs-nav {
	margin-bottom: -1px
}

body[id*="shop"] .width50.share-box .ui-tabs-nav .ui-state-default span
	{
	font-size: 25px;
	line-height: 25px;
	color: #676767
}

body[id*="shop"] .width50.share-box .ui-tabs-nav .ui-state-default span.foundicon-tumblr
	{
	line-height: 22px
}

body[id*="shop"] .width50.share-box .ui-tabs-nav .ui-state-active span {
	color: #000000
}

body[id*="shop"] .width50.share-box [id*="normal-slider-with-tabs-"] {
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	padding: 10px 10px 12px
}

body[id*="shop"] .width50.share-box [id*="normal-slider-with-tabs-"] .items-row li img
	{
	margin-right: 10px
}

body[id*="shop"] .width50.share-box .flex-control-nav {
	display: none
}

body[id*="shop"] .width50.share-box .flex-direction-nav li a {
	bottom: 13px;
	color: #676767
}

body[id*="shop"] .width50.share-box .flex-direction-nav li a.flex-prev {
	left: 10px
}

body[id*="shop"] .width50.share-box .flex-direction-nav li a.flex-next {
	right: 10px
}

body[id*="shop"] .width50.create-account {
	float: none;
	margin: 0 auto;
	width: 500px
}

body[id*="shop"] .normal-slider.thank-you-recommendations .item-cell:nth-of-type(odd)
	{
	width: 157px !important;
	padding: 7px 8px 7px 8px
}

body[id*="shop"] .normal-slider.thank-you-recommendations .item-cell:nth-of-type(even)
	{
	width: 156px !important;
	padding: 7px 7px 7px 8px
}

body[id*="shop"] .normal-slider.thank-you-recommendations .user-comment
	{
	margin: 10px 0 0 0;
	padding: 10px
}

body[id*="shop"] .normal-slider.thank-you-recommendations .user-comment p
	{
	padding: 5px 0 0 0
}

body[id*="shop"] .normal-slider.thank-you-recommendations .user-comment p:before
	{
	display: block;
	content: '';
	margin: 0 0 6px 0;
	height: 8px;
	background: url('../img/bg-user-comment.svg') no-repeat center center
}

.main-wrapper .popup-heading .close-popup {
	float: right;
	width: 10px;
	height: 9px;
	margin-top: 4px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/btn/popup-close.png) no-repeat;
}