@font-face {
    font-family: 'opensans-regular';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.svg');
    src: url('../fonts/opensans-regular-webfont.woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'opensans-semibold';
    src: url('../fonts/opensans-semibold-webfont.eot');
    src: url('../fonts/opensans-semibold-webfont.svg');
    src: url('../fonts/opensans-semibold-webfont.woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'slackey';
    src: url('../fonts/Slackey.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'eundheavy';
    src: url('../fonts/Eund Heavy.otf?v=1');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'eundheavy';
    src: url('../fonts/Eund Heavy Italic.otf?v=1');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'trajanpro';
    src: url('../fonts/TrajanPro-Regular.ttf?v=1');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'trajanpro';
    src: url('../fonts/TrajanPro-Bold_0.otf?v=1');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'toruks';
    src: url('../fonts/torukscregular.ttf');
    font-weight: normal;
    font-style: normal;
}
/*********** NOTIFICATIONS & POPUPS  ***********/

body{
    background-color: #14171b;
}

.bar-notification {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	padding: 15px 25px 15px 10px;
	line-height: 16px;
	color: #fff;
	opacity: 0.95;
}
.bar-notification.success {
	background-color: #4bb07a;
}
.bar-notification.error {
	background-color: #e4444c;
}
.bar-notification.warning {
	background-color: #f39c12;
}
.bar-notification .content {
	margin: 0 10px 0 0;
}
.bar-notification .content a {
	color: #fff;
	text-decoration: underline;
}
.bar-notification .close {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 32px;
	margin: 7px;
	background: #fff url('../images/close.png') center no-repeat;
	cursor: pointer;
}

.noscript {
    border-bottom: 1px solid #333;
    background-color: #ff9;
	padding: 30px 15px;
    text-align: center;
	line-height: 22px;
    color: #444;
}

.ajax-loading-block-window {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 999;
	width: 32px;
	height: 32px;
	margin: -16px 0 0 -16px;
	/*background: url('../images/loading.gif') center no-repeat;*/
}

.please-wait {
	/*background: url('../images/ajax-loader-small.gif') no-repeat;*/
    padding-left: 20px;
	font-size: 14px;
}

.ui-dialog {
	max-width: 90%;
	border: 1px solid #ddd;
	box-shadow: 0 0 2px rgba(0,0,0,0.15);
	overflow: hidden;
	background-color: #fff;
	/*override jQuery UI styles, do not delete doubled properties*/
	border-radius: 0;
	padding: 0;
	font: normal 14px Arial, Helvetica, sans-serif;
}
.ui-dialog:before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}
.ui-dialog-titlebar {
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	background-color: #eee;
	padding: 10px 15px;
	/*override jQuery UI styles, do not delete doubled properties*/
	border-width: 0 0 1px;
	border-radius: 0;
	background-image: none;
	padding: 10px 15px !important;
	font-weight: normal;
	cursor: auto !important;
}
.ui-dialog-titlebar > span {
	float: left;
	font-size: 18px;
	color: #444;
	/*override jQuery UI styles, do not delete doubled properties*/
	margin: 0 !important;
}
.ui-dialog-titlebar button {
	position: absolute;
	top: 0;
	right: 0;
	width: 42px;
	height: 42px;
	border: none;
	overflow: hidden;
	background: url('../images/close.png') center no-repeat;
	font-size: 0;
	/*override jQuery UI styles, do not delete doubled properties*/
	top: 0 !important;
	right: 0 !important;
	width: 42px !important;
	height: 42px !important;
	margin: 0 !important;
	border: none !important;
	border-radius: 0;
	background: url('../images/close.png') center no-repeat !important;
	padding: 0 !important;
}
.ui-dialog-titlebar button span {
	display: none !important;
}
.ui-dialog-content {
	padding: 15px;
	line-height: 20px;
	/*override jQuery UI styles, do not delete doubled properties*/
	background-color: #fff !important;
	padding: 15px 15px 20px 15px !important;
	color: #777;
}
.ui-dialog-content .page{
    min-height: 0;
}
.ui-dialog-content .page-title{
    min-height: 0;
    margin: 0 0 15px;
    padding: 0px 10px 10px 10px;
    text-align: center;
}
.ui-dialog-content .page-title h1{
    font-size: 24px;
    line-height: 30px;
}
.ui-dialog-content .back-in-stock-subscription-page {
    text-align: center;
}
.ui-dialog-content .back-in-stock-subscription-page .tooltip{
    margin-bottom: 10px;
}
.ui-dialog-content .back-in-stock-subscription-page .button-1{
	border: none;
	background-color: #4ab2f1;
    padding: 10px 15px;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
}
.ui-dialog-content .back-in-stock-subscription-page .button-1:hover {
	background-color: #248ece;
}

.eu-cookie-bar-notification {
    position: fixed;
    top: 50%;
	left: 50%;
	z-index: 1050;
	width: 320px;
	height: 180px;
    margin: -90px 0 0 -160px;
    border: 1px solid #ccc;
	box-shadow: 0 0 2px rgba(0,0,0,0.15);
    background-color: #fff;
    padding: 20px;
	text-align: center;
}
.eu-cookie-bar-notification .text {
	margin-bottom: 20px;
	line-height: 20px;
}
.eu-cookie-bar-notification button {
	min-width: 60px;
	margin: 5px 0 10px;
	border: none;
	background-color: #4ab2f1;
	padding: 8px 12px;
	font-size: 14px;
	color: #fff;
}
.eu-cookie-bar-notification button:hover {
	background-color: #248ece;
}
.eu-cookie-bar-notification a {
	display: block;
	color: #4ab2f1;
}
.eu-cookie-bar-notification a:hover {
	text-decoration: underline;
}
.ui-menu .ui-menu-item{
    font-size:13px;
}
select {
    border:none;
}
img{max-width:100%; max-height:100%;}
a, input[type=button], input[type=submit]{    
    transition: all 0.45s;
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
    -o-transition: all 0.45s;
}
a:focus {
    outline: none;
    text-decoration:none;
}
a:hover{text-decoration:none;}
ul{
-moz-padding-start: 0;
-webkit-padding-start: 0;
-khtml-padding-start: 0;
-o-padding-start: 0;
padding-start: 0;
padding: 0;
}
.br-theme-fontawesome-stars .br-widget,
.br-theme-fontawesome-stars-o .br-widget{
    height:auto;
}

.br-theme-fontawesome-stars .br-widget a.br-selected:after,
.br-theme-fontawesome-stars .br-widget a.br-active:after,
.br-theme-fontawesome-stars-o .br-widget a.br-selected:after,
.br-theme-fontawesome-stars-o .br-widget a.br-active:after,
.br-theme-fontawesome-stars-o .br-widget a.br-fractional:after {
    color: #ffd200;
}
.br-theme-fontawesome-stars-o .br-widget a:after{
    color: rgba(255, 210, 0, 0.5);
}
.me-select{
    background: none;
    border-color: rgba(131, 148, 174, 0.75);
    color: #808081;
    background: rgba(0, 0, 0, 0.25);
}
.me-select option {
    margin: 40px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
.schema-data-innova{
    display:none;
}
.field-validation-error, .validation-summary-errors {
    color: #eb2d2d;
}
.no-padding{padding:0;}
.clear{clear:both;}
.me-breadcrumb {max-width:1200px; margin:0 auto;overflow:hidden;position:relative;}
.me-breadcrumb ul{
-webkit-padding-start: 40px;
padding:0;
}
.me-hr{
    width:100%;
    border-top: 1px solid #70cbd1;
    margin: 0 auto;
    position: relative; 
    max-width:1200px;
    clear: both;
}
.me-hr:before{
     content: ".";
    display: block;
    clear: both;
    height: 1px;
    font-size: 0;
    line-height: 0;
    position: absolute;
    left:0;
    bottom: 0;
    width: 40%;
    background:none;
    background: -webkit-linear-gradient(left, #0e151d , rgb(112, 203, 209));
     background: -o-linear-gradient(right, #0e151d, rgb(112, 203, 209)); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #0e151d, rgb(112, 203, 209)); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #0e151d , rgb(112, 203, 209));
}
.me-hr:after{
    content: ".";
    display: block;
    clear: both;
    height: 1px;
    font-size: 0;
    line-height: 0;
    position: absolute;
    right:0;
    bottom: 0;
    width: 40%;
    background:none;
    background: -webkit-linear-gradient(left, rgb(112, 203, 209) , #0e151d );
    background: -o-linear-gradient(right, rgb(112, 203, 209), #0e151d); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, rgb(112, 203, 209), #0e151d); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, rgb(112, 203, 209) ,#0e151d );
}
.form-control::-webkit-input-placeholder { /* Chrome */
  color: #808081;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #808081;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #808081;
  opacity: 1;
}
.form-control:-moz-placeholder { /* Firefox 4 - 18 */
  color: #808081;
  opacity: 1;
}


.ui-dialog {
    width: 350px!important;
    max-width: 90%;
    border: 1px solid #ddd;
    box-shadow: 0 0 2px rgba(0,0,0,0.15);
    overflow: hidden;
    background-color: #fff;
    border-radius: 0;
    padding: 0;
    font: normal 14px Arial,Helvetica,sans-serif;
}

.ui-dialog:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}

.ui-dialog-titlebar {
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    background-color: #eee;
    padding: 10px 15px;
    border-width: 0 0 1px;
    border-radius: 0;
    background-image: none;
    padding: 10px 15px!important;
    font-weight: normal;
    cursor: auto!important;
}

.ui-dialog-titlebar>span {
    float: left;
    font-size: 18px;
    color: #444;
    margin: 0!important;
}

.ui-dialog-titlebar button {
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    height: 42px;
    border: none;
    overflow: hidden;
    background: url('../images/close.png') center no-repeat;
    font-size: 0;
    top: 0!important;
    right: 0!important;
    width: 42px!important;
    height: 42px!important;
    margin: 0!important;
    border: none!important;
    border-radius: 0;
    background: url('../images/close.png') center no-repeat!important;
    padding: 0!important;
}

.ui-dialog-titlebar button span {
    display: none!important;
}

.ui-dialog-content {
    height: auto!important;
    padding: 15px;
    line-height: 20px;
    background-color: #fff!important;
    padding: 15px!important;
    color: #777;
}

.product-is-ui-dialog {
    overflow: auto;
    max-height: 91vh;
    position: fixed !important;
    top: 44px !important;
    width: 100% !important;
    overflow: hidden;
}
.product-is-ui-dialog.ui-dialog .ui-dialog-buttonpane {
    padding: 0;
    margin: 0;
    border: 0;
}
.product-is-ui-dialog.ui-draggable .ui-dialog-titlebar {
    background: #73bf43;
    border: 0;
    color: #fff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    min-height: 40px
}
.product-is-ui-dialog.ui-draggable .ui-dialog-titlebar .ui-dialog-title {
    font-size: 13px;
    line-height: 20px;
}
.product-is-ui-dialog.ui-draggable .ui-dialog-buttonset {
    position: fixed;
    z-index: 1;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    bottom: 5%;
    box-shadow: 0 0 10px #000;
    padding-left: 5px;
}
.product-is-ui-dialog #pdfDialog {
    overflow: hidden;
}
.product-is-ui-dialog #pdfview{
    cursor:grab;
    border: 1px solid #ccc;
    box-shadow: #ccc 0px 0px 10px;
}
.product-is-ui-dialog #pdfview:active:hover {
    cursor:grabbing;
}
.product-is-ui-dialog .ui-dialog-pagesbtn,
.product-is-ui-dialog .ui-dialog-pagesbtn:hover{
    background: none;
    border: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px !important;
}

.me-breadcrumb ul li{
    list-style:none; float:left;
    font-family: 'Teko', sans-serif;
    font-size:18px;color:#8497b6;
    text-transform: uppercase;
}
.me-breadcrumb ul li sup{
    font-size: 10px;
    top: -8px;
}
.me-breadcrumb ul li a{
    font-size:18px;color:#8497b6;
}
.me-breadcrumb ul li:last-child{color:#77cd2c;}
.me-breadcrumb ul li .fa-angle-right{padding:0 5px;}
.form-mes-errors {font-family: 'Asul', sans-serif;color: #ff7474;text-align:left;}
.form-control:focus,button, html input[type=button]:focus, input[type=reset]:focus, input[type=submit]:focus {
    border-color: #77cd2c;
    outline: 0;
    box-shadow: none;
        transition: all 0.45s;
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
    -o-transition: all 0.45s;
}
.logo-sm-metalearth{background:url(../images/Logo-M.png?v=62920172) no-repeat center center;width:62px;height:62px;}
.logo-sm-fascinations{background:url(../images/Logo-Fascination.png?v=1) no-repeat center center;width:170px;height:40px;}
.btn-metalearth{font-family:'Montserrat', sans-serif;border:1px solid #d0d0d0; color:#d0d0d0; background:none;border-radius:4px;width:218px;line-height:38px;font-size:16px;display: inline-block;text-align:center;}
.btn-metalearth-fill{
    font-family:'Montserrat', sans-serif;
    background:#74d02c;
    font-weight:bold;
    line-height: 20px;
    color: #000;
}
.metalearth-color{
    color: #77cd2c;
    border-color:rgba(119, 205, 44, 0.5);
}
.product-tags-box{
    display:none;
}
.master-wrapper-content{
    clear:both;
    padding-top: 116px;
}
.master-wrapper-content .page-title{
    text-align:center;
    margin:0 0 50px;
    font-family: 'Teko', sans-serif;
    font-weight: normal;
    letter-spacing: 1px;
    font-size: 44px;
    text-transform: uppercase;
}
.master-wrapper-content .page-title:hover{
    /*color:#77cd2c;*/
}
.licensed-wrapper{
    padding-top: 35px;
}
.btn-metalearth:hover, .btn-metalearth:active, .btn-metalearth:focus{ border-color:#77cd2c;color:#77cd2c;box-shadow:none;outline: 0;}
.btn-me-sm{font-size:13px;height: 32px;line-height: 28px;}
.metalearth-color:hover,
.metalearth-color:active,
.metalearth-color:focus{border-color:#91ed49; color:#91ed49;}

.master-wrapper-content .metalearth-color:hover{
    color:#77cd2c;
}
.text-me{
    background: none;
    margin: 0 3px 0 0;
    color: #8394b0;
    border-color: #48515f;
}
.master-wrapper-page{padding:0;margin: 0;background:#14171c;}
.master-column-wrapper {padding:0;overflow:hidden;margin: 0 0 0;}
.header-menu{background-color: #14171c;z-index: 99;width:100%;top:0;/* padding-bottom: 36px; */position: fixed;height:60px;}
.header-menu .header-menu-wrap{max-width:1200px; margin:0 auto;}
.header-menu-wrap .retailer-login-top{
    position: absolute;
    right: 55px;
    top: 17px;
    font-family: 'Teko', sans-serif;
    font-size: 20px;
    z-index:9;
}
.header-menu-wrap .retailer-login-mobile{
    display:none;
}
.header-menu-wrap .retailer-login-top a{
    color:#C8CDD2;
}
.header-menu-wrap .retailer-login-top a:hover{
    color:#77cd2c;
}
.colelem{display: inline;float: left;clear: both;}
.header-menu-right{padding:0;width: 77%;float: left;position:relative;}
.header-links{
    position: absolute;
    right: 1px;
    z-index: 1;
    font-family: 'Coda', cursive;
    font-size: 13px;
}
.header-links ul li{
    float: left;
    list-style: none;
    padding: 0 3px;
    line-height:25px;
}
.header-links li a,
.header-links li span{
    color:#819bb6;
}
.header-links li a:hover{
    color:#91ed49;
    text-decoration:underline;
}
.header-menu-right .search-input{
    margin: 0;height: 24px;border:1px solid #464B50;
    background-color: #14171c;
    border-radius:30px;-webkit-border-radius:30px;-moz-border-radius:30px;
    width:100%;color:#fff;padding: 0 25px 0 10px;
    font-family: arial;font-size: 14px;
    margin-top:16px;
}
.header-menu-right .search-input:focus{
    outline: none;
    outline-offset: 0;
}
.header-menu-right .search-btn{
    background: none;
    border: 0;
    position: absolute;
    top: 0;
    right: 2px;
    font-size: 14px;
    color: #b2b2b2;
}
.header-menu-right .nav-desktop{
    margin:6px auto 0;
}
.header-menu .header-logo{
    margin: 0;
    width: 23%;
    float: left;
    text-align: center;
    height: 65px;
    position:relative;
    overflow: hidden;
}
.header-menu .header-logo:hover .logo-standard{    
    /*background: url(../images/go-home.png?v=6202017) center center no-repeat;*/
    opacity:0;
}
.header-menu .header-logo:hover .logo-standard{    
    opacity:0;
    /*visibility:hidden;*/
    top: -100px;
}
.header-menu .header-logo:hover .logo-go-home{    
    opacity:1;
    /*visibility:visible;*/
    top: -1px;
}
.logo-standard{
    width:100%;
    height:100%;
    background: url(../images/MetalEarth-logo-global.svg?v=6202017) center center no-repeat;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    position:absolute;
    top: 2px;
}
.logo-go-home{
    width:100%;
    height:100%;
    background: url(../images/go-home.png?v=10192017) center center no-repeat;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    opacity:0;
    /*visibility:hidden;*/
    position:absolute;
    top: 45px;
}
.nav-mobile{display:none;margin:0;}
.nav-mobile .navbar-form{position: relative;}
.nav-mobile .navbar-form .search-btn{top: 6px;right: 16px;}
#me-navbar-collapse-1 .navbar-nav > li > .dropdown-menu {
    font-family: 'Heebo', sans-serif;
}
.ic-circle, .ic-triangle{
    font-size:16px;
    margin: 0 3px;
}
.ic-circle{
    color:#0095da;
}
.ic-triangle{
    color:#a7ce38;
}
.top-menu {width:150px;float:right;margin-right:110px;}
.top-menu .top-menu-firsttitle{width: 150px;height: 61px;color: #C8CDD2;line-height: 61px;text-transform: uppercase;font-size: 22px;font-family: 'Teko', sans-serif;letter-spacing: 1px;cursor:pointer;text-align:center;}
.top-menu .top-menu-firsttitle:hover{color:#77cd2c;}

/*.top-menu:focus .top-menu-sub-wrap,
.top-menu:focus-within .top-menu-sub-wrap,
.top-menu:hover .top-menu-sub-wrap{
  visibility: visible; 
  opacity: 1;
  z-index: 1;
  transition-delay: 0s, 0s, 0.01s; 
}*/

.top-menu .top-menu-sub-wrap{
    z-index: -1;
    opacity:0;
    visibility:hidden;
    position: absolute;
    /*top: 53px;*/
    top:-4999px;
    left: -67px;
    /*transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;*/
    border-radius:7px;
    -webkit-border-radius:7px;
    -moz-border-radius:7px;
    border:1px solid rgba(119, 205, 44, 0.5);
     /*transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.05s, z-index 0s linear 0.05s;*/
     transition: all 0.4s cubic-bezier(.6,.04,1,1) 0s,visibility .3s cubic-bezier(.71,.02,1,1) .3s,z-index 0s cubic-bezier(.76,.04,1,1) .3s,top 0s cubic-bezier(.76,.04,1,1) .5s;
}
.top-menu .top-menu-sub{
    width: 813px;
    background-color: rgba(10, 12, 15, 0.95);
    padding:10px 0;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    /*transition: all 0.5s cubic-bezier(0.86, 0.04, 1, 1) 0s, visibility 0s cubic-bezier(0.91, 0.02, 1, 1) 0.1s, z-index 0s cubic-bezier(0.96, 0.04, 1, 1) 0.05s;
    opacity: 0;
    visibility: hidden;*/
}
.top-menu .licensed-item-retiring{
    background: url(../images/RETIRING-red-tag.png) no-repeat center;
    width: 87px;
    height: 88px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    background-size: contain;
}
.top-menu .licensed-retired-wrap{
    width: 100%;
    position: absolute;
    bottom: 5px;
}
.top-menu .licensed-item-retired{
    height: 23px;
    background: rgba(112, 112, 112, 0.9);
    text-align: center;
    color: rgba(255, 255, 255, 0.85);
    border-radius: 3px;
    box-shadow: 0px 1px 4px 0px #333;
    font-family: 'Coda', cursive;
    font-size: 12px;
    line-height: 25px;
    width: 100px;
    margin: 0 auto;
    text-shadow: 0 0 1px #000;
    text-transform: uppercase;
}
.top-menu .subactive {
 visibility: visible; /* shows sub-menu */
  opacity: 1;
  z-index: 1;
  top: 53px;
  /*transition-delay: 0s, 0s, 0.01s;*/
  transition: all .3s,top -2s cubic-bezier(.01,.01,1,1) 0s,opacity .4s cubic-bezier(.37,.01,1,1.04);
}
.top-menu .subactive .top-menu-sub{
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
}
.top-menu .top-menu-sub ul{padding:0;margin:0;color:#fff;}
.top-menu .top-menu-sub ul li{list-style:none;height: 48px;min-width: 235px;line-height: 49px;padding:0 0 0 30px;cursor:pointer;}
.top-menu .top-menu-sub ul li:hover{
    background: -webkit-gradient(linear, center top, center bottom, from(rgba(22,162,199,0.85)),color-stop(100%, #34639E));
    background: -webkit-linear-gradient(top,rgba(22,162,199,0.85) ,#34639E 100%);
    background: linear-gradient(to bottom,rgba(22,162,199,0.85) ,#34639E 100%);
}
.top-menu .top-menu-sub ul li a{color:#fff;font-size:17px;}
.top-menu .top-menu-sub ul .fa-angle-right{float: right;line-height: 46px;margin-right: 11px;font-size: 22px;}
.top-menu .top-menu-sub .second-sub{display:none;position: absolute;margin: -50px 0 0 205px;background: #fff;width:300px;border:1px solid #C4C4C4;padding: 10px 1px;}
.top-menu .top-menu-sub .second-sub ul li{list-style:none;height: auto;min-width: 0;line-height: 32px;padding: 0 0 0 20px;cursor:pointer;}
.top-menu .top-menu-sub .second-sub ul li:hover{background:none;}
.top-menu .top-menu-sub .second-sub ul li a{font-size:14px;color:#1E1E1E;}
.top-menu .top-menu-sub .second-sub ul li a:hover{color:#29ABE2;}
.top-menu .top-menu-sub .licensed-item{
    /*width: 147px;
    height: 95px;*/
    width: 125px;
    height: 81px;
    float: left;
    margin: 0 5px 10px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    position:relative;
    /*background-size: 767px !important;*/
    background-size: 658px !important;
}
.top-menu .top-menu-sub .licensed-item:hover, 
.non-licensed-wrap .non-licensed-item:hover, 
.top-menu .top-menu-sub .sub-iconx:hover,
.top-menu .top-menu-sub .sub-legends:hover{
        box-shadow: 0 0 14px 1px #77cd2c;
        -webkit-box-shadow: 0 0 14px 1px #77cd2c;
        -moz-box-shadow: 0 0 14px 1px #77cd2c;
}
.top-menu .top-menu-sub .licensed-item-starwars{
    background:url(../images/sub-menu-sprite-img.jpg?v=26) no-repeat -16px 0;
}
.top-menu .top-menu-sub .licensed-item-startrek{background: url(../images/sub-menu-sprite-img.jpg?v=26) no-repeat -267px 0;}
.top-menu .top-menu-sub .licensed-item-marvel{background: url(../images/sub-menu-sprite-img.jpg?v=26) no-repeat -392px 0;}
.top-menu .top-menu-sub .licensed-item-batman{background: url(../images/sub-menu-sprite-img.jpg?v=26) no-repeat -519px 0;}
.top-menu .top-menu-sub .licensed-item-hp{background: url(../images/sub-menu-sprite-img.jpg?v=26) no-repeat -16px -82px;}
.top-menu .top-menu-sub .licensed-item-dw {
    background: url(../images/sub-menu-sprite-img.jpg?v=26) no-repeat -141px -82px;
}
.top-menu .top-menu-sub .licensed-item-transformers {
    background: url(../images/sub-menu-sprite-img.jpg?v=26) no-repeat -267px -82px;
}
.top-menu .top-menu-sub .licensed-item-masseffect {
    background: url(../images/sub-menu-sprite-img.jpg?v=26) no-repeat -310px -82px;
}
.top-menu .top-menu-sub .licensed-item-halo {
    background: url(../images/sub-menu-sprite-img.jpg?v=26) no-repeat -457px -82px;
}
.top-menu .top-menu-sub .licensed-item-cat{background: url(../images/sub-menu-sprite-img.jpg?v=26) no-repeat -163px -190px;}
.top-menu .top-menu-sub .licensed-item-boeing {
    background: url(../images/sub-menu-sprite-img.jpg?v=26) no-repeat -519px -82px;
}
.top-menu .top-menu-sub .licensed-item-freightliner {
    background: url(../images/sub-menu-sprite-img.jpg?v=26) no-repeat -392px -82px;
}
.top-menu .top-menu-sub .licensed-item-mylittlepony{background: url(../images/sub-menu-sprite-img.jpg?v=26) no-repeat -16px -190px;}
.top-menu .top-menu-sub .licensed-item-kawasaki {
    background: url(../images/sub-menu-sprite-img.jpg?v=26) no-repeat -16px -163px;
}
.top-menu .top-menu-sub .licensed-item-legends{
    background: url(../images/sub-menu-sprite-img.jpg?v=26) no-repeat -620px -191px;
}
.top-menu .top-menu-sub .licensed-item-got{
    background: url(../images/sub-menu-sprite-img.jpg?v=26) no-repeat -141px 0;
}
.top-menu .top-menu-sub .licensed-item-looneytunes{
    background: url(../images/sub-menu-sprite-img.jpg?v=26) no-repeat -310px -190px;
}
.top-menu .top-menu-sub .licensed-item-lotr{
    background: url(../images/sub-menu-sprite-img.jpg?v=26) no-repeat -392px -163px;
}
.top-menu .top-menu-sub .licensed-item-flintstones{
    background: url(../images/sub-menu-sprite-img.jpg?v=26) no-repeat -519px -163px;
}
.top-menu .top-menu-sub .licensed-western-star{
    background: url(../images/sub-menu-sprite-img.jpg?v=26) no-repeat -15px -245px;
}

.top-menu .top-menu-sub .licensed-item-ford{
    background: url(../images/sub-menu-sprite-img.jpg?v=26) no-repeat -141px -245px;
}
.top-menu .top-menu-sub .licensed-item-gundam{
    background: url(../images/sub-menu-sprite-img.jpg?v=26) no-repeat -267px -245px;
}
.top-menu .top-menu-sub .licensed-item-avatar{
    background: url(../images/sub-menu-sprite-img.jpg?v=26) no-repeat -519px -245px;
}

.top-menu .top-menu-sub .licensed-item-terminator{
    background: url(../images/sub-menu-sprite-img.jpg?v=26) no-repeat -141px -327px;
}
.top-menu .top-menu-sub .licensed-item-ghostbusters{
    background: url(../images/sub-menu-sprite-img.jpg?v=26) no-repeat -15px -327px;
}
.top-menu .top-menu-sub .non-licensed-wrap{padding-left: 5px;margin-top: 2px;}
.top-menu-sub hr{width:400px;margin: 5px auto 15px;border-top:1px solid #77cd2c;}
.top-menu .top-menu-sub .sub-iconx {
    width: 392px;
    height: 130px;
    background: #fff url(../images/sub-menu-premium.jpg?v=3) no-repeat center center;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    display: inline-block;
    margin-right: 4px;
    margin-left: 12px;
}
.top-menu .top-menu-sub .sub-legends {
    width: 392px;
    height: 130px;
    background: #fff url(../images/sub-menu-legends.jpg) no-repeat center center;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    display: inline-block;
}
.top-menu .top-menu-sub .sub-giftboxsets {
    width: 792px;
    height: 88px;
    margin: -3px auto 9px;
    background: url(../images/sub-menu-giftboxsets.png?v=1) no-repeat center center;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
}
 .top-menu .top-menu-sub .sub-giftboxsets:hover{
        box-shadow:0 5px 8px -1px rgba(119, 205, 44, 0.75);
        -webkit-box-shadow: 0 5px 8px -1px rgba(119, 205, 44, 0.75);
        -moz-box-shadow:0 5px 8px -1px rgba(119, 205, 44, 0.75);
}
.top-menu .top-menu-bottom {
    text-align:center;
}
.top-menu .top-menu-sub .sub-bottom {
    margin: -3px 1.5px 9px;
    display: inline-block;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
}
.top-menu .top-menu-sub .sub-bottom:hover {
    box-shadow: 0 0px 8px 2px rgba(119, 205, 44, 0.75);
    -webkit-box-shadow: 0 0px 8px 2px rgba(119, 205, 44, 0.75);
    -moz-box-shadow: 0 0px 8px 2px rgba(119, 205, 44, 0.75);
}
.non-licensed-wrap .non-licensed-item {
    width: 109px;
    /*width: 128px;*/
    height: 79px;
    /*float: left;*/
    display: inline-block;
    vertical-align: top;
    margin: 0 1.5px 10px 1px;
    background: rgba(25, 41, 61, 0.52);
    text-align: center;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
}
.top-menu .top-menu-sub .non-licensed-wrap a:last-child .non-licensed-item {
    padding-top: 2.7%;
}
.non-licensed-wrap .non-licensed-item .sub-menu-title{font-family: 'Unica One', cursive;font-size:14px;text-transform:uppercase;color:#8394b0;}
.top-menu-right{line-height: 60px;text-transform: uppercase;font-size: 22px;font-family: 'Teko', sans-serif;letter-spacing: 1px;float: right;margin-bottom: 0;}
.top-menu-right li{float:left;list-style:none;position:relative;}
.top-menu-right li a{color: #C8CDD2;padding: 0 17px;}
.top-menu-right li a:hover{color:#77cd2c;}
.top-menu-right li a.actived{color:#77cd2c;}
.top-menu-right .navbar-form{padding:0; margin:0;}
.top-menu-right .dropdown-menu {
    background-color: #524e4e;
    margin-top: -15px;
}
.top-menu-right .dropdown-menu>li>a{
    font-size:16px;
}
.top-menu-right .dropdown-menu>li>a:focus,
.top-menu-right .dropdown-menu>li>a:hover {
    background-color: unset;
    background-image: none;
}

.nav-mobile .sidenav {
    font-size: 22px;
    font-family: 'Teko', sans-serif;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: -2500px;
    background-color: #0b0d0f;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 40px;
    text-align: center;
    margin: 0;
    bottom: 0;
}

.nav-mobile #nav-mobile-content-scrollbar {
    width: 100%;
    /*max-height: 87vh;*/
    overflow: auto;
}

.nav-mobile .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    color: #ccc;
}

.nav-mobile .m-licensed-menu-items {
    width:100%;
    text-align: center;
    text-align-last: left;
    max-width: 565px;
    margin: 0 auto;
}
.nav-mobile .non-licensed-wrap {
    text-align: center;
    /*text-align-last: left;*/
    max-width: 570px;
    margin: 0 auto 10px;
}

.nav-mobile .m-licensed-menu-items .licensed-item-starwars {
    background: url(../images/sub-menu-sprite-img.jpg?v=26) no-repeat -11px 0;
}

.nav-mobile .m-licensed-menu-items .licensed-item-startrek {
    background: url(../images/sub-menu-sprite-img.jpg?v=26) no-repeat -226px 0;
}

.nav-mobile .m-licensed-menu-items .licensed-item-marvel {
    background: url(../images/sub-menu-sprite-img.jpg?v=26) no-repeat -334px 0;
}

.nav-mobile .m-licensed-menu-items .licensed-item-batman {
    background: url(../images/sub-menu-sprite-img.jpg?v=26) no-repeat -442px 0;
}

.nav-mobile .m-licensed-menu-items .licensed-item-hp {
    background: url(../images/sub-menu-sprite-img.jpg?v=26) no-repeat -12px -69px;
}

.nav-mobile .m-licensed-menu-items .licensed-item-dw {
    background: url(../images/sub-menu-sprite-img.jpg?v=26) no-repeat -120px -69px;
}

.nav-mobile .m-licensed-menu-items .licensed-item-transformers {
    background: url(../images/sub-menu-sprite-img.jpg?v=26) no-repeat -227px -70px;
}

.nav-mobile .m-licensed-menu-items .licensed-item-masseffect {
    background: url(../images/sub-menu-sprite-img.jpg?v=26) no-repeat -310px -96px;
}

.nav-mobile .m-licensed-menu-items .licensed-item-halo {
    background: url(../images/sub-menu-sprite-img.jpg?v=26) no-repeat -457px -95px;
}

.nav-mobile .m-licensed-menu-items .licensed-item-cat {
    background: url(../images/sub-menu-sprite-img.jpg?v=26) no-repeat -163px -190px;
}

.nav-mobile .m-licensed-menu-items .licensed-item-boeing {
    background: url(../images/sub-menu-sprite-img.jpg?v=26) no-repeat -441px -69px;
}

.nav-mobile .m-licensed-menu-items .licensed-item-freightliner {
    background: url(../images/sub-menu-sprite-img.jpg?v=26) no-repeat -334px -70px;
}

.nav-mobile .m-licensed-menu-items .licensed-item-mylittlepony {
    background: url(../images/sub-menu-sprite-img.jpg?v=26) no-repeat -12px -139px;
}

.nav-mobile .m-licensed-menu-items .licensed-item-kawasaki {
    background: url(../images/sub-menu-sprite-img.jpg?v=26) no-repeat -12px -139px;
}

.nav-mobile .m-licensed-menu-items .licensed-item-legends {
    background: url(../images/sub-menu-sprite-img.jpg?v=26) no-repeat -620px -191px;
}

.nav-mobile .m-licensed-menu-items .licensed-item-got {
    background: url(../images/sub-menu-sprite-img.jpg?v=26) no-repeat -119px 0;
}

.nav-mobile .m-licensed-menu-items .licensed-item-looneytunes {
    background: url(../images/sub-menu-sprite-img.jpg?v=26) no-repeat -226px -139px;
}

.nav-mobile .m-licensed-menu-items .licensed-item-lotr {
    background: url(../images/sub-menu-sprite-img.jpg?v=26) no-repeat -334px -139px;
}

.nav-mobile .m-licensed-menu-items .licensed-item-flintstones {
    background: url(../images/sub-menu-sprite-img.jpg?v=26) no-repeat -441px -139px;
}

.nav-mobile .m-licensed-menu-items .licensed-western-star {
    background: url(../images/sub-menu-sprite-img.jpg?v=26) no-repeat -12px -209px;
}
.nav-mobile .m-licensed-menu-items .licensed-item-ford {
    background: url(../images/sub-menu-sprite-img.jpg?v=26) no-repeat -120px -208px;
}
.nav-mobile .m-licensed-menu-items .licensed-item-gundam {
    background: url(../images/sub-menu-sprite-img.jpg?v=26) no-repeat -226px -208px;
}
.nav-mobile .m-licensed-menu-items .licensed-item-avatar {
    background: url(../images/sub-menu-sprite-img.jpg?v=26) no-repeat -441px -208px;
}
.nav-mobile .m-licensed-menu-items .licensed-item-terminator {
    background: url(../images/sub-menu-sprite-img.jpg?v=26) no-repeat -120px -279px;
}

.nav-mobile .m-licensed-menu-items .licensed-item-ghostbusters {
    background: url(../images/sub-menu-sprite-img.jpg?v=26) no-repeat -12px -279px;
}

.nav-mobile .m-licensed-menu-items .licensed-item {
    float: none;
    display: inline-block;
    width: 106px;
    height: 68px;
    background-size: 560px !important;
    margin: 0 2px 10px;
}
.nav-mobile .non-licensed-wrap .non-licensed-item {
    float: none;
    display: inline-block;
    margin: 0 1px 10px;
    width: 109px;
    text-align-last: center;
    vertical-align:top;
}
.nav-mobile .non-licensed-wrap .non-licensed-item img {
    max-height: 45px;
    margin: 7px 0;
}
.nav-mobile .non-licensed-wrap .sub-menu-title {
    font-size: 13px;
}
.nav-mobile .sub-giftboxsets {
    width: 100%;
    height: 55px;
    margin: -3px auto 9px;
    background: url(../images/sub-menu-giftboxsets.png?v=1) no-repeat center center;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    background-size: cover;
}
.nav-mobile .sub-iconx {
    width: calc(50% - 10px);
    height: 55px;
    background: #0b0d0f url(../images/sub-menu-premium.jpg?v=3) no-repeat center center;
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    display: inline-block;
    margin-right: 4px;
    background-size: contain;
}
.nav-mobile .sub-legends {
    width: calc(50% - 10px);
    height: 55px;
    background: #0b0d0f url(../images/sub-menu-legends.jpg) no-repeat center center;
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    display: inline-block;
    background-size: contain;
    margin-left: 10px;
}
.video-bg{padding:0;z-index: -1;overflow: hidden;top: 55px;position: fixed;height: 1080px;
    background: url(https://i.ytimg.com/vi/LqlKQHPOC1Y/maxresdefault.jpg) no-repeat center center;
    background-size: contain;
}
.video-bg .vid-me-logo{position:absolute;left: 53%;z-index:9;top: 26%;}
.video-bg .vid-me-logo .model-view-button{background: rgba(0, 0, 0, 0.3);margin-left: 92px;}
.video-overlay{ position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
        background-image: -webkit-repeating-linear-gradient(135deg, rgba(0,0,0,.3), rgba(0,0,0,.3) 1px, transparent 1px, transparent 1px, rgba(0,0,0,.3) 3px);
    background-image: -moz-repeating-linear-gradient(135deg, rgba(0,0,0,.3), rgba(0,0,0,.3) 1px, transparent 1px, transparent 1px, rgba(0,0,0,.3) 3px);
    background-image: repeating-linear-gradient(135deg, rgba(0,0,0,.3), rgba(0,0,0,.0) 1px, transparent 1px, transparent 1px, rgba(0,0,0,.3) 3px);
    -webkit-background-size: 4px 4px;
    -moz-background-size: 4px 4px;
    background-size: 4px 4px;}
.master-wrapper-content .home-slider{
    text-align: center;
    position: relative;
    height: 400px;
    background:#14171c;
    /*overflow:hidden;*/
    pointer-events:none;
}
.master-wrapper-content .home-slider .home-slider-item {    
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 100%;
    top: 0;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
}
.master-wrapper-content .home-slider .active,
.master-wrapper-content .home-slider .active-10s{
    opacity: 1;
    visibility: visible;
    pointer-events:all;
}
.master-wrapper-content .sw-ro-sld{
    background: #fff; /* For browsers that do not support gradients */
}
.master-wrapper-content .lnt-offer-sld{
    background: url(../images/home-topslide-bg-looney-tunes.jpg) repeat;
}
.master-wrapper-content .hp-sld {
    background: #0e151d;
}
.master-wrapper-content .marvel-sld {
    background: #fefefe;
    background: -webkit-linear-gradient(left, #fefefe , #fff); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #fefefe, #fff); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #fefefe, #fff); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #fefefe  , #fff); /* Standard syntax */
}
.master-wrapper-content .legends-sld {
    background: #0d161f;
}
.master-wrapper-content .wn-ars-sld {
    background: #060709;
}
.master-wrapper-content .home-slider>img{}
.master-wrapper-content .home-second-menu {overflow:hidden;background:#13161b;}
.master-wrapper-content .home-second-menu .home-second-menu-wrap{background:#14171c;font-family: Teko;font-size: 22px;border-top: 1px solid #2c464b;border-bottom: 1px solid #2c464b;
    /*max-width: 1200px;*/
    margin: 0 auto;
}
.master-wrapper-content .home-second-menu .home-second-menu-wrap::before{
    content: ".";
    display: block;
    clear: both;
    height: 40px;
    font-size: 0;
    line-height: 0;
    position: absolute;
    left:0;
    top: -1px;
    width: 300px;
    background:none;
    background: -webkit-linear-gradient(left, #0e151d 7%, rgba(39, 46, 56, 0));
    background: -o-linear-gradient(right, #0e151d 7%, rgba(39, 46, 56, 0)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #0e151d 7%, rgba(39, 46, 56, 0)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #0e151d 7%, rgba(39, 46, 56, 0)); /* Standard syntax */
}
.master-wrapper-content .home-second-menu .home-second-menu-wrap::after{
    content: ".";
    display: block;
    clear: both;
    height: 40px;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: -1px;
    right:0;
    width: 300px;
    background:none;
    background: -webkit-linear-gradient(left, rgba(39, 46, 56, 0), #0e151d 93%);
    background: -o-linear-gradient(right, rgba(39, 46, 56, 0), #0e151d 93%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, rgba(39, 46, 56, 0), #0e151d 93%); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, rgba(39, 46, 56, 0), #0e151d 93%); /* Standard syntax */
}
.master-wrapper-content .home-second-menu-wrap{
    position:relative;height:36px;
}
/*.master-wrapper-content .home-second-menu-wrap .home-second-menu-abs-wrap{
    width:100%;position:absolute;z-index:2;
}*/
.master-wrapper-content .home-second-menu-wrap>ul{
    max-width:1200px;margin:0 auto;overflow:hidden;
                                                  /*width:124px;*/
-moz-padding-start: 0;
-webkit-padding-start: 0;
-khtml-padding-start: 0;
-o-padding-start: 0;
padding-start: 0;
padding: 0;
text-align:center;
}
.master-wrapper-content .home-second-menu-wrap>ul>li{
    line-height: 30px;
    width:10.7%;
    /*width: 14%;*/
    /*width:16%;*/
    text-align: center;
    /*float: left;*/
    list-style-type: none;
    padding: 4px 2px 0;
    color: #819bb6;
    height: 36px;
    font-size: 16px;
    display: inline-block;
}
.master-wrapper-content .home-second-menu-wrap>ul>li span{/*display:none;*/cursor:pointer;font-size:14px;}
.master-wrapper-content .home-second-menu-wrap>ul>li.active a,
.master-wrapper-content .home-second-menu-wrap>ul>li.active-10s a{
    /*background:#77cd2c;*/
    color: #74d02c;
}
.master-wrapper-content .home-second-menu-wrap>ul>li>a{color:#819bb6;text-transform:uppercase;}
.master-wrapper-content .home-second-menu-wrap>ul>li>a:hover{color: #74d02c;}
.master-wrapper-content .home-second-menu-wrap>ul>li>a:focus{text-decoration:none;}
.master-wrapper-content .home-second-menu-wrap .home-slider-node{
    width: 9px;
    height: 9px;
    background: #3e495a;
    margin: 9px auto 0;
    border-radius:2px;
    -o-border-radius:2px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    cursor:pointer;
    box-shadow:inset 0 0 1px 1px #383535;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    display:none;
}
.master-wrapper-content .home-second-menu-wrap>ul>li.active .home-slider-node,
.master-wrapper-content .home-second-menu-wrap>ul>li.active-10s .home-slider-node{
    background:#77cd2c;
     -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}
.master-wrapper-content .home-second-menu-wrap>ul>li .home-slider-progress-bar-wrap{
    opacity:0;
}
.master-wrapper-content .home-second-menu-wrap>ul>li.active .home-slider-progress-bar-wrap,
.master-wrapper-content .home-second-menu-wrap>ul>li.active-10s .home-slider-progress-bar-wrap{
    opacity:1;
}
.master-wrapper-content .home-second-menu-wrap>ul>li .home-slider-progress-bar{
    background: #74d02c;
    width:100%;
    height:1px;
    float:right;
}
.master-wrapper-content .home-second-menu-wrap>ul>li.active .home-slider-progress-bar{
    transition: all 5s cubic-bezier(0.4, 0.17, 1, 1);
    -webkit-transition: all 5s cubic-bezier(0.4, 0.17, 1, 1);
    -moz-transition: all 5s cubic-bezier(0.4, 0.17, 1, 1);
    -o-transition: all 5s cubic-bezier(0.4, 0.17, 1, 1);
    width:0;
}
.master-wrapper-content .home-second-menu-wrap>ul>li.active-10s .home-slider-progress-bar{
    width:0;
    transition: all 10s cubic-bezier(0.4, 0.17, 1, 1);
    -webkit-transition: all 10s cubic-bezier(0.4, 0.17, 1, 1);
    -moz-transition: all 10s cubic-bezier(0.4, 0.17, 1, 1);
    -o-transition: all 10s cubic-bezier(0.4, 0.17, 1, 1);
}
.home-top-slider{
    clear:both;
}
.home-top-slider .slider-container {
    clear: both;
    position: relative;
    height: 400px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    overflow: hidden;
}
.home-top-slider .slider-container svg {
  display: block;
  overflow: visible;
}

.home-top-slider .slider-control {
  z-index: 2;
  position: absolute;
  top: 0;
  width: 12%;
  height: 100%;
  transition: opacity 0.3s;
  will-change: opacity;
  opacity: 0;
}
.home-top-slider .slider-control.inactive:hover {
  cursor: auto;
}
.home-top-slider .slider-control:not(.inactive):hover {
  opacity: 1;
  cursor: pointer;
}
.home-top-slider .slider-control.left {
  left: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 100%);
  display:none;
}
.home-top-slider .slider-control.right {
  right: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 100%);
  display:none;
}
.home-top-slider .home-slider-nav-wrap{
    overflow: hidden;
    background: #13161b;
    position:relative;
}
.home-top-slider .home-slider-nav-wrap:before{
    content: ".";
    display: block;
    clear: both;
    height: 40px;
    font-size: 0;
    line-height: 0;
    position: absolute;
    left: 0;
    top: -1px;
    width: 300px;
    background: none;
    background: -webkit-linear-gradient(left, #0e151d 7%, rgba(39, 46, 56, 0));
    background: -o-linear-gradient(right, #0e151d 7%, rgba(39, 46, 56, 0));
    background: -moz-linear-gradient(right, #0e151d 7%, rgba(39, 46, 56, 0));
    background: linear-gradient(to right, #0e151d 7%, rgba(39, 46, 56, 0));
}
.home-top-slider .home-slider-nav-wrap::after {
    content: ".";
    display: block;
    clear: both;
    height: 40px;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: -1px;
    right: 0;
    width: 300px;
    background: none;
    background: -webkit-linear-gradient(left, rgba(39, 46, 56, 0), #0e151d 93%);
    background: -o-linear-gradient(right, rgba(39, 46, 56, 0), #0e151d 93%);
    background: -moz-linear-gradient(right, rgba(39, 46, 56, 0), #0e151d 93%);
    background: linear-gradient(to right, rgba(39, 46, 56, 0), #0e151d 93%);
}
.home-top-slider .home-slider-nav-box{
    background: #14171c;
    font-family: Teko;
    font-size: 22px;
    border-top: 1px solid #2c464b;
    border-bottom: 1px solid #2c464b;
    margin: 0 auto;
}
.home-top-slider .slider-pagi {
  font-size: 0;
  list-style-type: none;
  text-align:center;
  max-width:1200px;
  margin:0 auto;
    overflow:hidden;
}
.home-top-slider .slider-pagi__elem {
    cursor: pointer;
    line-height: 30px;
    width: 14%;
    text-align: center;
    float: left;
    list-style-type: none;
    padding: 4px 2px 0;
    color: #819bb6;
    height: 35px;
    font-size: 18px;
    text-transform: uppercase;
    transition: all 0.45s;
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
    -o-transition: all 0.45s;
    position: relative;
}
.home-top-slider .slider-pagi__elem.active{
    color:#74d02c;
}
.home-top-slider .slider-pagi__elem:before {
  content: "";
  position: absolute;
  width: 9px;
    height: 9px;
    background: #3e495a;
    margin: 9px auto 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
          display:none;
}
.home-top-slider .slider-pagi__elem.active:before, 
.home-top-slider .slider-pagi__elem:hover:before {
  background: #77cd2c;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.home-top-slider .slider-pagi .home-slider-node{
    width: 9px;
    height: 9px;
    background: #3e495a;
    margin: -20px auto 11px;
    border-radius: 2px;
    -o-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    display: none;
}
.home-top-slider .slider-pagi .home-slider-progress-bar-wrap{
    opacity:0;
}
.home-top-slider .slider-pagi__elem.active .home-slider-progress-bar-wrap{
    opacity:1;
}
.home-top-slider .slider-pagi .home-slider-progress-bar{
    background: #74d02c;
    width:100%;
    height:1px;
    float:right;
}
.home-top-slider .slider-pagi__elem.active .home-slider-progress-bar{
    transition: all 5s cubic-bezier(0.4, 0.17, 1, 1);
    -webkit-transition: all 5s cubic-bezier(0.4, 0.17, 1, 1);
    -moz-transition: all 5s cubic-bezier(0.4, 0.17, 1, 1);
    -o-transition: all 5s cubic-bezier(0.4, 0.17, 1, 1);
    width:0;
}
.home-top-slider .slider-pagi__elem.active-10s .home-slider-progress-bar{
    width:0;
    transition: all 10s cubic-bezier(0.4, 0.17, 1, 1);
    -webkit-transition: all 10s cubic-bezier(0.4, 0.17, 1, 1);
    -moz-transition: all 10s cubic-bezier(0.4, 0.17, 1, 1);
    -o-transition: all 10s cubic-bezier(0.4, 0.17, 1, 1);
}

.home-top-slider .slider {
  z-index: 1;
  position: relative;
  height: 100%;
  transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
}
.home-top-slider .slider.animating {
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  will-change: transform;
}
.home-top-slider .slider.animating .slide__bg {
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  will-change: transform;
}

.home-top-slider .slide {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.home-top-slider .slide.active{
    opacity: 1;
    visibility: visible;
}
.home-top-slider .slide.active .slide__overlay,
.home-top-slider .slide.active .slide__text {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.home-top-slider .slide__bg {
  /*position: absolute;*/
  /*top: 0;*/
  /*left: 50%;*/
  width: 100%;
  height: 100%;
  will-change: transform;
  text-align:center;
transition: all 0.5s;
    transform: translate3d(-50%, 0px, 0px);
}
.home-top-slider .slide:nth-child(1) {
  /*left: 0;*/
}
.home-top-slider .slide:nth-child(1) .slide__bg {
  /*left: 0;*/
}
.home-top-slider .slide:nth-child(1) .slide__overlay-path {
  fill: #e99c7e;
}
@media (max-width: 991px) {
  .home-top-slider .slide:nth-child(1) .slide__text {
    background-color: rgba(233, 156, 126, 0.8);
  }
}
.home-top-slider .slide:nth-child(2) {
  /*left: 100%;*/
}
.home-top-slider .slide:nth-child(2) .slide__bg {
  /*left: -50%;*/
}
.home-top-slider .slide:nth-child(2) .slide__overlay-path {
  fill: #e1ccae;
}
@media (max-width: 991px) {
  .home-top-slider .slide:nth-child(2) .slide__text {
    background-color: rgba(225, 204, 174, 0.8);
  }
}
.home-top-slider .slide:nth-child(3) {
  /*left: 200%;*/
}
.home-top-slider .slide:nth-child(3) .slide__bg {
  /*left: -100%;*/
}
.slide:nth-child(3) .slide__overlay-path {
  fill: #adc5cd;
}
@media (max-width: 991px) {
  .home-top-slider .slide:nth-child(3) .slide__text {
    background-color: rgba(173, 197, 205, 0.8);
  }
}
.home-top-slider .slide:nth-child(4) {
  /*left: 300%;*/
}
.home-top-slider .slide:nth-child(4) .slide__bg {
  /*left: -150%;*/
}
.home-top-slider .slide:nth-child(4) .slide__overlay-path {
  fill: #cbc6c3;
}
@media (max-width: 991px) {
  .home-top-slider .slide:nth-child(4) .slide__text {
    background-color: rgba(203, 198, 195, 0.8);
  }
}
.home-top-slider .slide__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-top-slider .slide__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  min-height: 810px;
  transition: opacity 0.2s 0.5s, -webkit-transform 0.5s 0.5s;
  transition: transform 0.5s 0.5s, opacity 0.2s 0.5s;
  transition: transform 0.5s 0.5s, opacity 0.2s 0.5s, -webkit-transform 0.5s 0.5s;
  will-change: transform, opacity;
  -webkit-transform: translate3d(-20%, 0, 0);
          transform: translate3d(-20%, 0, 0);
  opacity: 0;
}
@media (max-width: 991px) {
  .home-top-slider .slide__overlay {
    display: none;
  }
}
.home-top-slider .slide__overlay path {
  opacity: 0.8;
}
.home-top-slider .slide__text {
  position: absolute;
  width: 25%;
  bottom: 15%;
  left: 12%;
  color: #fff;
  transition: opacity 0.5s 0.8s, -webkit-transform 0.5s 0.8s;
  transition: transform 0.5s 0.8s, opacity 0.5s 0.8s;
  transition: transform 0.5s 0.8s, opacity 0.5s 0.8s, -webkit-transform 0.5s 0.8s;
  will-change: transform, opacity;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}
@media (max-width: 991px) {
  .home-top-slider .slide__text {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 20rem;
    text-align: center;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    transition: opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
    transition: transform 0.5s 0.5s, opacity 0.5s 0.5s;
    transition: transform 0.5s 0.5s, opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
    padding: 0 1rem;
  }
}
.home-top-slider .slide__text-heading {
  font-family: "Polar", Helvetica, Arial, sans-serif;
  font-size: 5rem;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .home-top-slider .slide__text-heading {
    line-height: 20rem;
    font-size: 3.5rem;
  }
}
.home-top-slider .slide__text-desc {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .home-top-slider .slide__text-desc {
    display: none;
  }
}
.home-top-slider .slide__text-link {
  z-index: 5;
  display: inline-block;
  position: relative;
  padding: 0.5rem;
  cursor: pointer;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 2.3rem;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
@media (max-width: 991px) {
  .home-top-slider .slide__text-link {
    display: none;
  }
}
.home-top-slider .slide__text-link:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-transform: rotateX(-85deg);
          transform: rotateX(-85deg);
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  will-change: transform;
}
.home-top-slider .slide__text-link:hover:before {
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
}

.about-me{padding-bottom: 25px;background: #14171c;overflow: hidden;}
.about-me .sheet-flyout-btns{
    overflow:hidden;
    margin:0 auto;
    max-width:457px;
}
.about-me-content .sheet-me-logo{
    text-align: center;
    margin: 52px auto 0;
    max-width: 457px;
    padding-bottom: 30px;
    background:url(../images/me-shelf-bg_03.jpg?v=1) no-repeat center bottom;
    margin-left: 28px;
}
.about-me .sheet-flyout-btns .btn-metalearth:first-child{
    margin-right:20px !important;
}
.about-me-content{width: 1350px;margin:0 auto;}
.about-me-content .about-me-content-child{
    position:relative;
    left:8px;
}
.about-me-content .col-md-4:nth-child(2){
    min-width: 483px;
}
.about-me-content .sheet-flyout-wrap{margin-top:120px;margin-left: -33px;padding-left: 13px;}
.about-me-content .svg-sheet{width: 390px;height: 440px;text-align:center;}
.about-me-content #svg1{position:absolute;top: 0;                        
    opacity:0;
    transition: all 1.5s;
    -o-transition: all 1.5s;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
}
.about-me-content .sheet-flyout-wrap .sheet-radial{
    background: url(../images/sheet-radial.jpg) no-repeat center center;
    background: -o-radial-gradient(rgb(37, 44, 54) 16%, rgba(99, 118, 139, 0), rgba(20, 23, 28, 0));
    background: -moz-radial-gradient(rgb(37, 44, 54) 16%, rgba(99, 118, 139, 0), rgba(20, 23, 28, 0));
    background: radial-gradient(rgb(37, 44, 54) 16%, rgba(99, 118, 139, 0), rgba(20, 23, 28, 0)); 
    width: 931px;
    height: 700px;
    position: absolute;
    left: -481px;
    top: -119px;
    background-size: contain;
}
.about-me-content #svg2{
    opacity:0;
    transition: all 2.5s;
    -o-transition: all 2.5s;
    -webkit-transition: all 2.5s;
    -moz-transition: all 2.5s;
    position:absolute;
}
.about-me-content .sprite-container-GTX1080{
    opacity:0;
    transition: all 4.5s;
    -o-transition: all 2.5s;
    -webkit-transition: all 7s;
    -moz-transition: all 2.5s;
}
.about-me-content .sprite-container-GTX1080, .topic-help .sprite-container-GTX1080{
    overflow:hidden;
    margin: 100px 0 0 19px;
    max-width:500px;
}
.about-me-content .sprite-GTX1080ti, .topic-help .sprite-GTX1080ti {
		width:15000px;
        height: 500px;
        background-color: #000;
        background: url("../images/sheet-flyout.jpg?v=2") no-repeat;
        background-position: 0px 0px;
        background-size: contain;
        margin-left: -30px;
    }
.about-me-content .about-me-button{float:left;text-align: center;
    line-height: 38px;
}
.about-me-button:active,.about-me-button:focus{
    border-color: #d0d0d0 !important;
    color: #d0d0d0 !important;
}
.about-me-content .btn-me-sm{height:42px;}
.about-me-title, .model-separate-left .model-separate-title{font-family: 'Roboto Slab', serif;font-size: 44px;margin: 20px -22px 0 -9px;color: #fff;text-align: center;}
.about-me-title{padding-left: 17px;}
.about-me-text, .model-separate-left .model-separate-text{letter-spacing: 0px;color: #819bb6;line-height: 25px;font-size: 16px;font-family: 'Exo 2', sans-serif;font-weight: 400;margin: 26px -17px 26px 4px;
    text-align: justify;}
.about-me-text{
    margin-left: 20px;
}
.about-me-all{
    max-width: 1350px;
    margin: -77px auto 0;
    clear: both;
    padding: 108px 0 15px;
    background: url(../images/me-all-categories_07.png?v=2) center top no-repeat;
    overflow: hidden;
}
.about-me-all .about-me-item{
    width: 20%;
    float: left;
    padding: 0 4px;
}
.about-me-item .btn-metalearth{
    width:100%;
    font-size: 15px;
}
.about-me-all .about-me-item .about-me-item-title{

}
.about-me-all .about-me-item .about-me-item-des{
    font-family: 'Exo 2', sans-serif;
    color: #819bb6;
    margin:6px 0 0;    
    text-align:center;
    font-size:13px;
}
.model-separate-left .model-separate-button, .video-bg .model-view-button{
    font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
    font-size: 24px;
    padding: 10px 0;
    width: 310px;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    color: #819bb6;
    background: transparent;
    border: 1px solid #819bb6;
    margin-bottom:50px;
    }

.model-separate, .new-models-content{
    background-color: #14171c;
    overflow:hidden;
}
.model-separate .model-separate-content{width:1060px; margin:0 auto;}
.model-separate #sheet-container{position:relative;height:650px;overflow:hidden;transition: all .7s;opacity:0;}
.model-separate .model-sheet-part{position:absolute;}
.model-separate #model-sheet-part1{background:url(../images/part-1.png);width:34px; height:187px;}
.model-separate #model-sheet-part2{background:url(../images/part-2.png);width:39px; height:200px;}
.model-separate #model-sheet-part3{background:url(../images/part-3.png);width:132px; height:184px;}
.model-separate #model-sheet-part4{background:url(../images/part-4.png);width:98px; height:215px;}
.model-separate #model-sheet-part5{background:url(../images/part-5.png);width:56px; height:251px;}
.model-separate #model-sheet-part6{background:url(../images/part-6.png);width:17px; height:58px;}
.model-separate #model-sheet-part7{background:url(../images/part-7.png);width:104px; height:270px;}
.model-separate #model-sheet-part8{background:url(../images/part-8.png);width:29px; height:48px;}
.model-separate #model-sheet-part9{background:url(../images/part-9.png);width:156px; height:249px;}
.model-separate #model-sheet-part10{background:url(../images/part-10.png);width:42px; height:56px;}
.model-separate #model-sheet-part11{background: url(../images/part-11.png) no-repeat;width: 76px;height: 109px;background-size: 100%;}
.model-separate #model-sheet-part12{background:url(../images/part-12.png);width:107px; height:209px;}
.model-separate #model-sheet-part13{background:url(../images/part-13.png);width:54px; height:242px;}
.model-separate #model-sheet-part14{background:url(../images/part-14.png);width:342px; height:530px;}
.model-separate .model-separate-left{width: 545px;float: right;margin: 80px 0 0;}
.model-separate-left .model-separate-title{color:#fff;}
.model-separate-title span{color:#E6A600;}
.model-separate-left .model-separate-text{color:#fff;}
.model-separate-left .model-separate-button, .video-bg .model-view-button{border-color:#7F7F7F;color:#fff;}
.model-separate-left .model-separate-button:hover,  .video-bg .model-view-button:hover{background:#E6A600;}
.licensed-models-section{background: #0b0e13;overflow: hidden;}
.licensed-models-title{font-size: 28px;color:#fff;width: 235px;margin: 27px auto 12px;border-top: 3px solid #77cd2c;text-align:center;font-family:'Montserrat', sans-serif;}
.licensed-model-full{overflow:hidden;width:100%;background: #0b0e13;}
.licensed-model-fitwrap img{/*width:100%;*/transition: all 0.45s;-webkit-transition: all 0.45s;-moz-transition: all 0.45s;-o-transition: all 0.45s;}
.licensed-model-full .col-md-2{
    /*width: 14.285%;*/
    width:12.5%;
}
.licensed-model-full .col-md-2 a::before{
    box-shadow: inset 0 4px 100px 250px rgba(0, 0, 0, 0.55);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    transition: all 0.45s;
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
    -o-transition: all 0.45s;
    opacity: 0;
    z-index: 2;
}
.licensed-model-full .col-md-2 .picture-over::before {
    -webkit-transition: opacity 0.45s ease-in-out;
    -moz-transition: opacity 0.45s ease-in-out;
    -ms-transition: opacity 0.45s ease-in-out;
    -o-transition: opacity 0.45s ease-in-out;
    opacity: 1;
}
.licensed-model-full .licensed-retired-wrap{
    position: absolute;
    width: 100%;
    bottom: 13px;
    z-index: 1;
}
.licensed-model-full .licensed-model-retired{
    background: rgba(112, 112, 112, 0.9);
    text-align: center;
    color: rgba(255, 255, 255, 0.85);
    border-radius: 3px;
    box-shadow: 0px 1px 4px 0px #333;
    font-family: 'Coda', cursive;
    font-size: 19px;
    width: 135px;
    height: 45px;
    line-height: 45px;
    margin: 0 auto;
    text-shadow: 0 0 1px #000;
    text-transform: uppercase;
}
.licensed-model-full .licensed-item-retiring{
    background: url(../images/RETIRING-red-tag.png) no-repeat center;
    width: 116px;
    height: 118px;
    position: absolute;
    top: 0;
    right: 0;
    background-size: contain;
}

.home-legends-section{
    background: #14171c;
}
.home-legends-section .legends-section-wrap{
    width:100%;
    height:300px;
    margin: 80px 0 0;
    box-shadow: inset 0 0 150px rgb(44, 56, 65);
    background:#0d0c0c;
    position:relative;
}
.home-legends-section .legends-section-logos{
    background: url(../images/home-legends-logo-2.svg?v=5182018950) center 38px no-repeat;
    width: 530px;
    margin: 0 auto;
    height: 100%;
    background-size: contain;
    text-align: center;
    line-height: 510px;
}
.home-legends-section .legends-section-wrap .legends-model-section{    
    height: 380px;
    width: 40%;
    margin-top: -40px;
}
.home-legends-section .legends-section-wrap .legends-section-left{
    background:url(../images/home-legends-model-left-5.png?v=2) left center no-repeat;
    position:absolute;
    left:0;
    top:0;
}
.home-legends-section .legends-section-wrap .legends-section-right{
    background:url(../images/home-legends-model-right-5.png?v=2) right center no-repeat;
    position:absolute;
    right:0;
    top:0;
}
.home-legends-section .legends-section-bottom{
    height: 190px;
    width: 100%;
    background: url(../images/home-legends-bottom.jpg?v=2) no-repeat center center;
    background-size: cover;
    text-align: center;
}
.home-legends-section .legends-section-bottom .legends-section-text{
    font-family: 'Coda', cursive;
    text-transform: uppercase;
    font-size: 20px;
    padding: 42px 0 0;
    color: #cbe1ff;
    margin: 0 auto 35px;
}
.new-model-fitwrap{max-width:1920px;margin:0 auto;}
.new-models-content{padding: 0;} 
.new-models-content .original-section{width:100%;height:400px;overflow:hidden;position:relative;}
.new-models-content .n-m-item{height: 459px;border:1px solid #545454;border-radius: 10px;margin-bottom: 15px;}
.new-models-content .original-menu{max-width:1200px;width:100%;margin: 0 auto 18px;font-family:'Coda', cursive;font-size: 16px;overflow: hidden;}
.new-models-content .original-menu a{
    color:#6e93c8;
}
.new-models-content .original-menu .original-item{
    text-align:center;float:left;cursor:pointer;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    margin: 0 9px;
}

.new-models-content .original-section-item::before{
    content: ".";
    display: none;
    clear: both;
    height: 400px;
    font-size: 0;
    line-height: 0;
    position: absolute;
    left:0;
    top: -1px;
    width: 29%;
    background:none;
    background: -webkit-linear-gradient(left, rgb(20, 23, 28) 5% , rgba(39, 46, 56, 0));
    background: -o-linear-gradient(right, rgb(20, 23, 28) 5%, rgba(39, 46, 56, 0)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, rgb(20, 23, 28) 5%, rgba(39, 46, 56, 0)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, rgb(20, 23, 28) 5% , rgba(39, 46, 56, 0)); /* Standard syntax */
    z-index:1;
}
.new-models-content .original-section-item::after{
    content: ".";
    display: none;
    clear: both;
    height: 400px;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: -1px;
    right:0;
    width: 29%;
    background:none;
    background: -webkit-linear-gradient(left, rgba(39, 46, 56, 0), rgb(20, 23, 28) 95%  );
    background: -o-linear-gradient(right, rgba(39, 46, 56, 0), rgb(20, 23, 28) 95% ); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, rgba(39, 46, 56, 0), rgb(20, 23, 28) 95% ); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, rgba(39, 46, 56, 0), rgb(20, 23, 28) 95%  ); /* Standard syntax */
    z-index:1;
}

.original-section .original-section-item {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    position: absolute;
    top: 0;
    width: 100%;
}

.original-section-text .sp_green{font-size:15px;color: #77cd2c; font-family:'Montserrat', sans-serif;}
.original-section-text .sp_white {
    font-size: 14px;
    color: #fff;
    font-family: 'Coda', cursive;
    display: inline-block;
    opacity:0;
    display:none;
}

.new-models-content .original-menu .original-item:hover, .new-models-content .original-menu .menu-active a{color:#77cd2c;}
.new-models-content .musical-section {
    opacity: 0;
    visibility: hidden;
    background: #130035;
    /*height: 400px;*/
    width: 100%;
}
.new-models-content .musical-section .musical-section-content{max-width:1600px; margin:0 auto;position:relative;}
.musical-section-content .musical-models {
    background: url(../images/home-ori_slide-musical-24.jpg?v=17) no-repeat center center;
    width: 100%;
    height: 400px;
    /*background-size: cover;*/
}
.musical-section-content .sp_white{margin: 211px 0 27px;color: #f3deff;}
.musical-section-content .about-me-button {
}
.musical-section-content .about-me-button:hover{
    color: #e5c0ff;
    border-color: #e5c0ff;
}


.original-section .original-section-title{text-align:center;padding-top: 38px;}
.original-section .original-section-text {
    max-width: 220px;
    text-align: center;
    margin: 0 auto;
    height: 100%;
    position: relative;
}
.original-section .original-section-text .about-me-button{
    position:absolute;
    display:block;
    bottom:55px;
}
.new-models-content .aviation-section {
    opacity: 0;
    visibility: hidden;
    background: #14161c;
    height: 360px;
}
.new-models-content .aviation-section-content{max-width:1600px; margin:0 auto;}
.new-models-content .aviation-section-content .original-section-text{}
.new-models-content .aviation-section-content .sp_white{margin: 136px auto 40px;}
.new-models-content .aviation-section-content .about-me-button{
    color: #0033a0;
    border-color: #0262b6;
}
.new-models-content .aviation-section-content .about-me-button:hover{
    border-color:#000;
}

.aviation-section-content .aviation-models {
    background: url(../images/home-ori_slide-aviation-24.jpg?v=17) no-repeat center center;
    width: 100%;
    height: 400px;
    background-size: cover;
}
.new-models-content .butterflies-section{opacity:0; visibility:hidden; background:#36b1d7;height:360px;}
.new-models-content .butterflies-section-content{max-width:1600px; margin:0 auto;position:relative;}
.new-models-content .butterflies-section-content .sp_white{
    margin: 220px 0 25px;
    color: #1b7695;
}
.new-models-content .butterflies-section-content .about-me-button{
    color: #1b7695;
    border-color:#1b7695;
}
.new-models-content .butterflies-section-content .about-me-button:hover{
    color: #37b5db;
    border-color: #37b5db;
}
.butterflies-section-content .butterflies-models {
    background: url(../images/home-ori_slide-butterfly.jpg?v=17) no-repeat center center;
    width: 100%;
    height: 400px;
    background-size: cover;
}
.new-models-content .dinosaurs-section {
    opacity: 0;
    visibility: hidden;
    height: 400px;
    width: 100%;
    background: #14100f;
}
.new-models-content .dinosaurs-section-content{max-width:1600px; margin:0 auto;}
.dinosaurs-section-content .dinosaurs-models {
    background: url(../images/home-ori_slide-dinosaurs-24.jpg?v=17) no-repeat center center;
    width: 100%;
    height: 400px;
    background-size: cover;
}
.dinosaurs-section-content .dinosaurs-models .sp_white{
    margin: 215px 0 25px;
    color:#bb9777;
}
.dinosaurs-section-content .dinosaurs-models .about-me-button{
}
.dinosaurs-section-content .dinosaurs-models .about-me-button:hover{
    border-color:#bb9777;
    color:#bb9777;
}


.new-models-content .wildlife-section {
    opacity: 0;
    visibility: hidden;
    height: 400px;
    width: 100%;
    background: #011110;
}
.new-models-content .wildlife-section:after {
    content: ".";
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    background: #00303c;
    z-index: 1;
}

.new-models-content .wildlife-section-content {
    max-width: 1600px;
    margin: 0 auto;
    position:relative;
    z-index:2;
}
.wildlife-section-content .wildlife-models {
    background: url(../images/home-ori_slide-wildlife.jpg?v=17) no-repeat center center;
    width: 100%;
    height: 400px;
    background-size: cover;
}
.wildlife-section-content .wildlife-models .sp_white {
    margin: 215px 0 25px;
    color: #bb9777;
}
.wildlife-section-content .wildlife-models .about-me-button {
}
.wildlife-section-content .wildlife-models .about-me-button:hover {
    border-color: #bb9777;
    color: #bb9777;
}
.new-models-content .ships-section {
    opacity: 0;
    visibility: hidden;
    background: #00253c;
    /*background: url(../images/home-ori_slide-ships-bg.jpg?v=17) repeat-x;
    height: 400px;*/
}
.new-models-content .ships-section-content{max-width:1600px; margin:0 auto 0;position:relative;}
.ships-section-content .ships-models {
    background: url(../images/home-ori_slide-ships-24.jpg?v=17) no-repeat center center;
    width: 100%;
    height: 400px;
    /*background-size: cover;*/
}
.ships-section-content .sp_white{margin: 228px auto 22px;}
.ships-section-content .about-me-button{
}
.ships-section-content .about-me-button:hover {
    color: #b7e1fa;
    border-color: #b7e1fa;
}

.new-models-content .bugs-section {
    opacity: 0;
    visibility: hidden;
    background: url(../images/home-ori_slide-bug-bg.jpg?v=17) repeat-x;
    height: 400px;
}
.new-models-content .bugs-section-content{max-width:1600px; margin:0 auto;position:relative;}
.new-models-content .bugs-section-content .original-section-text .sp_green{color:#fff0c1;}
.bugs-section-content .bugs-models {
    background: url(../images/home-ori_slide-arthropods.jpg?v=17) no-repeat center center;
    width: 100%;
    height: 400px;
    background-size: cover;
}
.bugs-section-content .original-section-text-wrap{
}
.bugs-section-content .sp_white{
    margin: 216px 0 30px 0;
}
.bugs-section-content .about-me-button{
}
.bugs-section-content .about-me-button:hover {
    color: #71d5ba;
    border-color: #71d5ba;
}

.new-models-content .vehicles-section {
    opacity: 0;
    visibility: hidden;
    background: #665e53;
    /*height: 360px;*/
}
.new-models-content .vehicles-section-content{max-width:1600px; margin:0 auto;}
.new-models-content .vehicles-section-content .sp_white{margin: 215px 0 29px;}
.vehicles-section-content .vehicles-models {
    background: url(../images/home-ori_slide-vehicle-24.jpg?v=17) no-repeat center center;
    width: 100%;
    height: 400px;
    /*background-size: cover;*/
}
.vehicles-section-content .about-me-button{
}
.vehicles-section-content .about-me-button:hover {
    color: #ffffff;
    border-color: #000000;
}

.new-models-content .tanks-section {
    opacity: 0;
    visibility: hidden;
    background: #1a1c19;
    /*height: 360px;*/
}
.new-models-content .tanks-section-content{max-width:1600px; margin:0 auto;}
.new-models-content .tanks-section-content .sp_white{margin: 215px 0 29px;}
.tanks-section-content .tanks-models {
    background: url(../images/home-ori_slide-tank-24.jpg?v=17) no-repeat center center;
    width: 100%;
    height: 400px;
    /*background-size: cover;*/
}
.tanks-section-content .about-me-button{
}
.tanks-section-content .about-me-button:hover {
    color: #949a78;
    border-color: #949a78;
}

.new-models-content .architecture-section {
    opacity: 0;
    visibility: hidden;
    background: #290d00;
}
.new-models-content .architecture-section:after{
    content: ".";
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 0;
    right:0;
    width: 50%;
    background:#011923;
    z-index:1;
}
.new-models-content .architecture-section-content {
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.architecture-section-content .sp_white{margin: 220px 0 29px;}
.architecture-section-content .about-me-button {
}
.architecture-section-content .about-me-button:hover{
    border-color: #3cc2f1;
    color: #ffd5ad;
}
.architecture-section-content .architecture-models {
    background: url(../images/home-ori_slide-architecture-24.jpg?v=17) no-repeat center center;
    width: 100%;
    height: 400px;
    /*background-size: contain;*/
}

.new-models-content .miscellaneous-section{opacity:0; visibility:hidden;background:#14171c;height:360px;}
.new-models-content .miscellaneous-section-content{max-width:1600px; margin:0 auto;}
.miscellaneous-section-content .sp_white{margin: 220px 0 29px;}
.miscellaneous-section-content .about-me-button {
}
.miscellaneous-section-content .about-me-button:hover {
    color: #fdd9bf;
    border-color: #fdd9bf;
}
.miscellaneous-section-content .miscellaneous-models {
    background: url(../images/home-ori_slide-miscellaneous.jpg?v=17) no-repeat center center;
    width: 100%;
    height: 400px;
    background-size: contain;
}


.new-models-content .mythical-fantasy-section {
    opacity: 0;
    visibility: hidden;
    background: #151110;
    height: 360px;
}
.new-models-content .mythical-fantasy-section-content {
    max-width: 1600px;
    margin: 0 auto;
}
.mythical-fantasy-section-content .sp_white {
    margin: 220px 0 29px;
}
.mythical-fantasy-section-content .about-me-button {
}
    .mythical-fantasy-section-content .about-me-button:hover {
        color: #fdd9bf;
        border-color: #fdd9bf;
    }
.mythical-fantasy-section-content .mythical-fantasy-models {
    background: url(../images/home-ori_slide-mythical-fantasy.jpg?v=17) no-repeat center center;
    width: 100%;
    height: 400px;
    background-size: contain;
}


.new-models-content .armorseries-section {
    opacity: 0;
    visibility: hidden;
    background: #101010;
    height: 400px;
}
.new-models-content .armorseries-section-content{max-width:1600px; margin:0 auto;}
.armorseries-section-content .sp_white{margin: 220px 0 29px;}
.armorseries-section-content .about-me-button {
}
.armorseries-section-content .about-me-button:hover {
    color: #fdd9bf;
    border-color: #fdd9bf;
}
.armorseries-section-content .armorseries-models {
    background: url(../images/home-ori_slide-armor-22.jpg?v=17) no-repeat center center;
    width: 100%;
    height: 400px;
    /*background-size: contain;*/
}

.new-models-content .construction-section {
    opacity: 0;
    visibility: hidden;
    background: #030303;
}

.new-models-content .construction-section-content {
    max-width: 1600px;
    margin: 0 auto;
}
.construction-section-content .construction-models {
    background: url(../images/home-ori_slide-construction-24.jpg) no-repeat center center;
    width: 100%;
    height: 400px;
    /*background-size: contain;*/
}
.construction-section-content .about-me-button {
    color: #a7a6a2;
    border-color: #737373;
}
.construction-section-content .about-me-button:hover {
    color: #d3a400;
    border-color: #a58400;
}
.new-models-content .wildwest-section {
    opacity: 0;
    visibility: hidden;
    background: #101010;
}

.new-models-content .wildwest-section-content {
    max-width: 1600px;
    margin: 0 auto;
}

.wildwest-section-content .wildwest-models {
    background: url(../images/home-ori_slide-american-frontier.jpg?v=17) no-repeat center center;
    width: 100%;
    height: 400px;
    background-size: contain;
}
.wildwest-section-content .about-me-button {
    color: #000000;
    border-color: #3e281d;
}
.wildwest-section-content .about-me-button:hover{
    color: #ffffff;
    border-color: #797979;
}

.new-models-content .space-section {
    opacity: 0;
    visibility: hidden;
    background: #000000;
}
.new-models-content .space-section-content {
    max-width: 1600px;
    margin: 0 auto;
}

.space-section-content .space-models {
    background: url(../images/home-ori_slide-space-24.jpg?v=17) no-repeat center center;
    width: 100%;
    height: 400px;
    /*background-size: contain;*/
}

.space-section-content .about-me-button {
    bottom: 85px;
    /*color: #333333;
    border-color: #6b6b6b;*/
}

.space-section-content .about-me-button:hover {
    color: #ffffff;
    border-color: #797979;
}

.original-section .original-section-item-active {
    visibility: visible;
    opacity: 1;
}
.new-models-content .butterflies-section::before{
    content:none;
}
.new-models-content .butterflies-section::after{
    content:none;
}
.iconx-section{
    background:#fff; 
    overflow:hidden;
    margin-bottom: -30px;
}
.iconx-section .iconx-section-bottom{
    display: block;
    width: 100%;
    height: 60px;
    background: #14171c;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.iconx-section .icx-hp-left {background: url(../images/home-icx118.png?v=1) right center no-repeat;height: 710px;width: 33%;float:left; position:relative;z-index:2;}
.iconx-section .icx-hp-left.movein{

}
.iconx-section .icx-hp-right {background: url(../images/home-icx016b.png) left top 38px no-repeat;height: 710px;width: 33%;float:left;position:relative;z-index:2;}
.iconx-section .icx-hp-center{width: 34%;float:left;margin-top: 30px;}
.icx-hp-center .iconx-btn {
    margin: 0 auto 10px;
    color: #35b72e;
    border-color: #3AD531;
    width: auto;
    padding: 0 10px;
}
.icx-hp-center .iconx-btn:hover{    
    color: #91ed49;
    border-color: #91ed49;
}
.iconx-section .icx-logo {
    background: url(../images/premium-logo-sm-dark.svg) center center no-repeat;
    width: 100%;
    height: 274px;
    margin: 35px auto 0;
    background-size: contain;
}
.icx-hp-center .icx-text{
    letter-spacing: 1px;
    color: #444444;
    font-size: 17px;
    font-family:'Muli', sans-serif;
    font-weight: 400;
    max-width: 453px;
    margin: 0 auto;
    text-align:center;
}
.iconx-section h1 {
    color: #444444;
    font-size: 42px;
    font-family: 'Droid Serif', serif;
    margin: 28px auto;
    max-width: 520px;
    text-align: center;
}
.iconx-section h1 img{
    width:100%;
}
.o-p-section{width: 1026px;margin: 0 auto;padding:0 0 20px;overflow:hidden;}
.o-p-section .o-p-item{
    width:100%;
    height:250px;
    float:left;
    border:1px solid #B8B8B8;
    border-radius:10px;
    margin: 0 11px 20px;
    text-align:center;
    color: #C8C8C8;
    font-size: 36px;
    line-height: 232px;
    font-family: '__Open Sans_5';
    font-weight: bold;
}
.topic-help, .topic-page{background:#14171c;padding:0;}
.topic-help .topic-help-center{
    max-width:1200px;
    margin:0 auto;
}
.topic-help-center .help-top-boxes{
    overflow:hidden;
    margin-bottom: 81px;
    width: 1210px;
    margin-left: -15px;
}
.topic-help-center .help-top-boxes .col-md-4{
    padding:0 10px;
}
.topic-help-center .help-top-boxes .col-md-4:first-child{
    padding-left:0;
}
.topic-help-center .help-top-boxes .col-md-4:last-child{
    padding-right:0;
}
.topic-help .topic-help-center .help-top-item{
    width:100%;
    background:#19202a;
    border:1px solid #465775;
    text-align:center;
    min-height:235px;margin-bottom: 10px;
    padding: 0 30px 15px;
}
.topic-help .topic-help-center .help-top-item .help-box-title{
    color: #fff;
    font-family: 'Asul', sans-serif;
    font-size:20px;
}
.topic-help .topic-help-center .help-top-item .help-box-text{
    color:#809ac6;
    font-family: 'Asul', sans-serif;
    font-size:16px;
}
.topic-help .topic-help-center .help-top-item .btn-metalearth{
    font-size:13px;
    text-transform:uppercase;
    width:251px;
    margin: 8px 2px 0;
}
.topic-help .topic-help-center .help-top-item .btn-metalearth:hover{
    color:#91ed49; border-color:#91ed49;
}
.topic-help .page-line-xl{
    border-top:4px;
    width:100%;
    max-width: 900px;
    background:#475a7b;
    height:4px;
    position: relative;
    margin: 0 auto;
}
.topic-help .page-line-xl::before{
    content: ".";
    display: block;
    clear: both;
    height: 4px;
    font-size: 0;
    line-height: 0;
    position: absolute;
    left:0;
    top: 0;
    width: 200px;
    background:none;
    background: -webkit-linear-gradient(left, #0e151d , rgb(71, 90, 123));
     background: -o-linear-gradient(right, #0e151d, rgb(71, 90, 123)); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #0e151d, rgb(71, 90, 123)); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #0e151d , rgb(71, 90, 123)); /* Standard syntax */
}
.topic-help .page-line-xl::after{
    content: ".";
    display: block;
    clear: both;
    height: 4px;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 0;
    right:0;
    width: 200px;
    background:none;
    background: -webkit-linear-gradient(left, rgb(71, 90, 123), #0e151d );
     background: -o-linear-gradient(right, rgb(71, 90, 123), #0e151d); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, rgb(71, 90, 123), #0e151d); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, rgb(71, 90, 123), #0e151d ); /* Standard syntax */
}
.topic-help .help-section{margin-top: 45px;}
.topic-help .help-section-tips .help-tips-brokenpart{
    text-align: center;
    margin-top: 61px;
    position: relative;
    max-width: 323px;
    margin: 0 auto;
}
.topic-help .help-section-tips .col-md-4:nth-child(2){
    border-right: 1px solid #425067;
}
.topic-help .help-section-tips .col-md-4:last-child{
    border-left: 1px solid #425067;
}
.topic-help .help-section .help-section-title{
    font-family: 'Abel', sans-serif;
    color: #77cd2c;
    font-size: 31px;
    margin: 0 0 40px;
    text-transform: uppercase;
    text-align:center;
}
.topic-help .help-section .help-section-text{
    font-family: 'Asul', sans-serif;
    color: #d8dce2;
    font-size: 16px;
}
.topic-help .help-section .help-section-img{
    text-align:center;
    clear: both;
    padding: 35px 0 0;
}
.topic-help .help-section .help-section-tips{

}
.help-section-tips .help-section-img{
    margin:38px 0 0;
}
.topic-help .sprite-container-GTX1080{
  margin: 0 0 0 -67px;
    position: absolute;
    max-width:100%;
}
.topic-help .sprite-GTX1080ti{
    margin-top:-15px;
}
.topic-help .sp_green{
    font-size:14px;color: #77cd2c;
    text-align:center;
    font-family: 'Asul', sans-serif;
}
.topic-help hr{
    border-top: 1px solid #2b3b56;
    margin: 22px auto 0;
    max-width: 800px;}
.topic-help .help-section-faq{
    font-family: 'Montserrat', sans-serif;
    font-size:14px;
    color: #77cd2c;
}
.topic-help .help-section-faq .help-section-faq-question-wrap{
    margin-bottom:10px;
}
.topic-help .help-section-faq .help-section-faq-question{
    color: #8394b0;cursor:pointer;
    font-family: 'Asul', sans-serif;
    font-size: 16px;
    transition: all 0.45s;
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
    -o-transition: all 0.45s;
}
.topic-help .help-section-faq .help-section-faq-question:hover{
    color: #d8dce2;
}
.topic-help .help-section-faq .help-section-text{ padding-left:10px;}
.topic-help .help-section-contactus{
    /*background:url(../images/help-contactus-bg.jpg?v=3) no-repeat center center;*/
    overflow:hidden;
    min-height:500px;
}
.topic-help .help-section-contactus .help-section-title, .topic-help .help-section-contactus form{text-align:center;}
.topic-help .help-section-contactus .help-section-title{
    margin: 31px 0 15px;
}
.topic-help .help-section-contactus form{
    margin:0 auto 25px;
}
.topic-help .help-section-contactus form input[type=text], .topic-help .help-section-contactus form textarea{
    background: none;
    width: 100%;
    margin: 0 3px 0 0;
    border: 1px solid rgba(131, 148, 174, 0.75);
    background: rgba(0, 0, 0, 0.25);
    color: #fff;
}
.topic-help .help-section-contactus form textarea{
    min-height:160px;
    max-height:160px;
    max-width:100%;
    resize:none;
}
.topic-help .help-section-contactus .buttons{
    margin-top:10px;
}
.topic-help .help-section-contactus form .inputs{
    width:465px; margin:0 auto;overflow: hidden;
    text-align:left;
}
.topic-help .help-section-contactus form .inputs  label{
    color:#fff;
}
.topic-help .help-section-contactus form .inputs .radio {
    margin:0 0 5px;
}
.topic-help .help-section-contactus form .inputs .radio label{
    color:#8394b0;
}
.topic-help .help-section-contactus form .captcha-box{
    width:302px; margin:27px auto 25px;overflow: hidden;
}
.topic-help .help-section-contactus .btn-me-sm{
    width:auto;padding:0 34px;
}
.topic-help .help-section-contactus form .inputs .col-lg-6:first-child{padding:0 5px 0 0;}
.topic-help .help-section-contactus form .inputs .col-lg-6:last-child{padding:0 0 0 5px;}
.topic-help .help-section-contactus .contactus-text, .topic-help .help-section-des{
    color: #8394b0;
    font-family: 'Asul', sans-serif;
    font-size: 16px;
    text-align:center;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.topic-help .help-skill-levels {
    margin-top:75px;
}
.topic-help .help-skill-levels .help-section-title{
    margin: 20px 0 10px;
}
.topic-help .help-section-contactus-wrap{
    background: #14171c;
    margin-top:0;
}
.help-skill-lv{
    width:83px;
    height:50px;
    background-image:url(../images/full-skill-levels.png);
    float:left;
    margin: 0 6px;
}
.skill-lv-1{
    background-position:0 bottom;
}
.skill-lv-2{
    background-position:-83px bottom;
}
.skill-lv-3{
    background-position:-166px bottom;
}
.skill-lv-4{
    background-position:-249px bottom;
}
.skill-lv-5{
    background-position:-332px bottom;
}
.skill-lv-6{
    background-position:-415px bottom;
}
.skill-lv-7{
    background-position:-498px bottom;
}
.skill-lv-8{
    background-position:-581px bottom;
}
.skill-lv-9{
    background-position:-664px bottom;
}
.skill-lv-10{
    background-position:-747px bottom;
}
.help-skill-levels .help-skill-lv-sub{
    margin: 20px auto 30px;
    font-family: 'Asul', sans-serif;
    padding: 0 10px;
}
.help-skill-levels .help-skill-lv-title{
    font-size: 20px;
    background: rgba(32, 40, 54, 0.5);
    border: 1px solid #465774;
    padding: 5px 0;
    color: #fff;
    text-align: center;
    margin: 20px 0;
    text-transform:uppercase;
}
.help-skill-levels .help-skill-lvs-wrap-easy{
    width:190px;
    margin:0 auto;
    overflow:hidden;
}
.help-skill-levels .help-skill-lvs-wrap-moderate{
    width:286px;
    margin:0 auto;
    overflow:hidden;
}
.help-skill-levels .help-skill-cap{
    clear: both;
    color: #8394b0;
    margin: 15px 0 10px;
    padding-top:7px;
    /*border-bottom:1px solid #8394b0;*/
}
.help-skill-levels .help-skill-p-example{
    color:#fff;
    font-size: 13px;
}
.topic-help .help-recommended-tools{
    margin-top:75px;
    clear: both;
    overflow: hidden;
}
.topic-help .help-recommended-tools .help-section-title{
        margin: 0 0 -25px;
}
.help-recommended-tools .help-tool-needle{
    min-height:280px;
    background:url(../images/tool-needle-nose-pliers.png) left bottom no-repeat;
    padding:0;
}
.help-recommended-tools .help-tool-flat{
    min-height:280px;
    background:url(../images/tool-Flat-Nose-Pliers.png) 8px bottom no-repeat;
    padding:0;
}
.help-recommended-tools .help-tool-clipper{
    min-height:280px;
    background:url(../images/tool-Clipper.png) left bottom no-repeat;
    padding:0;
}
.help-recommended-tools .help-tool-tweezers{
    min-height:280px;
    background:url(../images/tool-Tweezer.png) 50px bottom no-repeat;
    padding:0;
}
.help-recommended-tools .re-tools-text{
    width: 188px;
    font-size: 13px;
    color: #fff;
    font-family: 'Asul', sans-serif;
    position: absolute;
    left: 100px;
    top: 70px;
}
.help-recommended-tools .help-tool-clipper .re-tools-text{
    left:117px;
}
.help-recommended-tools .re-tools-text .re-tool-title{

}
.topic-help .help-assembly-videos{
    margin-top: 80px;
}
.help-assembly-videos .assembly-video-item{
    margin-bottom: 25px;
    padding: 0 5px;
}
.help-assembly-videos .assembly-video-item .assembly-video-title{
    font-family: 'Asul', sans-serif;
    color: #fff;
    text-align: center;
    font-size:20px;
    margin:3px auto 0;
}

.topic-help .help-section-360-intro{
   background: #19202a;
    border-top: 1px solid #465775;
    padding: 40px 0;
    text-align: center;
    color: #809ac6;
    font-size: 19px;
    font-family: 'Asul', sans-serif;
    position:relative;
    margin-top:20px;
    clear:both;
}
.topic-help .help-section-360-intro:before {
      content: ".";
    display: block;
    clear: both;
    height: 1px;
    font-size: 0;
    line-height: 0;
    position: absolute;
    left: 0;
    top: -1px;
    width: 40%;
    background: none;
    background: -webkit-linear-gradient(left, #19202a 40% , #465775);
    background: -o-linear-gradient(right, #19202a 40%, #465775);
    background: -moz-linear-gradient(right, #19202a 40%, #465775);
    background: linear-gradient(to right, #19202a 40%, #465775);
}
.topic-help .help-section-360-intro:after {
       content: ".";
    display: block;
    clear: both;
    height: 1px;
    font-size: 0;
    line-height: 0;
    position: absolute;
    right: 0;
    top: -1px;
    width: 40%;
    background: none;
    background: -webkit-linear-gradient(left, #465775 0%, #19202a );
    background: -o-linear-gradient(right, #465775 0%, #19202a);
    background: -moz-linear-gradient(right, #465775 0%, #19202a);
    background: linear-gradient(to right, #465775 0%,#19202a );
}
.topic-help .help-section-contactus .form-mes-errors {
    height: 18px;
    font-size: 12px;
    padding-left: 3px;
    line-height: 23px;
}
.topic-help .help-section-contactus .wheretobuyop .form-mes-errors{
    height: auto;
    line-height: 16px;
    margin: 15px 0 0;
}
.topic-help .help-section-contactus .result{
    font-size: 20px;
    max-width: 660px;
    margin: 75px auto 0;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 7px;
    line-height: 140px;
    border: 1px solid rgba(131, 148, 176, 0.5);
}
.topic-help .help-section-contactus .result .dl-horizontal{
    color: rgb(200, 205, 210);
    font-size: 16px;
}
.topic-help .help-section-contactus .result .dl-horizontal dd{
     text-align:left;
}
.topic-help .help-section-360gallery{
    background:#000;
    clear: both;
    margin: 0;
}
.help-section-360gallery .help-section-360gallery-wrap{
    margin: 0 auto;
    overflow: hidden;
    border-bottom:2px solid #000;
}
.help-section-360gallery .help-section-360gallery-wrap .col-md-6:last-child{
    background:#fff;
}
.help-section-360gallery #threesixty-slider-360view{
    width:100% !important;
    height:100%;
    z-index:1;
}
.help-section-360gallery .threesixty-spinner-360view{
    margin-top:0 !important;
}
.help-section-360gallery .help-section-360gallery-left{
    text-align: right;
    margin-top: 200px;
    padding-right:76px;    
    max-width: 600px;
    float: right;
}
.topic-help .help-section .help-section-360gallery-left .help-section-title{
    text-align:right;
    margin: 0 0 25px;
}
.help-section-360gallery .help-section-360gallery-right {
    height: 566px;
    position: relative;
    max-width: 600px;
    padding-top: 60px;
    pointer-events: none;
}
.topic-help .ico-360view{
    background:url(../images/360btn-blue.png) no-repeat center center;
    width:138px;
    height:66px;
    position: absolute;
    bottom: 22px;
    left: 60px;
    z-index: 20;
}
.help-section-360gallery .separate-line-360{
    position: absolute;
    left: -66px;
    z-index:2;
    top:0;
}
.topic-help .help-section-instruction{
    margin:0;
    background:#fff;    
    overflow: hidden;
}
.topic-help .help-section-instruction .help-section-instruction-wrap{
    margin:0 auto;
}
.help-section-instruction-wrap .col-md-6:last-child{
    background: #000;
    height: 566px;
}
.topic-help .help-section-instruction-left {
    background: url(../images/help-is-thumb.jpg) no-repeat left center;
    position: relative;
    height: 566px;
    width: 600px;
    float: right;
    z-index: 2;
    pointer-events: none;
}
.topic-help .help-section-instruction-left img{
    position:absolute;
    right: -66px;
}
.topic-help .help-section-instruction-right{
    margin-top: 200px;
    padding-left: 63px;
    text-align:left;
    color:#333;
}
.topic-help .help-section-instruction-right .help-section-title{
    text-align:left;
    margin: 0 0 25px;
}
.topic-looneytunes-page
{
    padding:0;
}
.master-wrapper-content .topic-looneytunes-page .page-title{
    margin:10px auto 10px;
    line-height: 35px;
}
.master-wrapper-content .topic-looneytunes-page .page-title span{
    font-size: 35px;
    color: #fff;
    text-transform: capitalize;
}
.topic-looneytunes-page .topic-looneytunes-body
{
    border-top:1px solid #465774;
    border-bottom:1px solid #465774;
    background:#181d23;
}
.topic-looneytunes-page .topic-looneytunes-body .page-title{
    color: #ffcc00;
}
.topic-looneytunes-page .topic-looneytunes-body-content{
    color: #fff;
    font-family: 'Coda', cursive;
    max-width: 1117px;
    margin: 10px auto 0;
}
.topic-looneytunes-page .topic-looneytunes-body .looneytunes-step {
    margin-bottom: 15px;
    font-size: 16px;
    clear: both;
    overflow: hidden;
}
.topic-looneytunes-page .topic-looneytunes-body .looneytunes-step img {
    margin-top: 8px;
}
.topic-looneytunes-page .topic-looneytunes-body .lnt-quests{
    padding-right: 10px;
    width: 80%;
    float: left;
}

.topic-looneytunes-page .topic-looneytunes-body .lnt-quests img{
    margin-bottom:15px;
}

.topic-looneytunes-page .topic-looneytunes-body .lnt-mysterypackaging{
    text-align: right;
    width: 20%;
    float: left;
}

.topic-looneytunes-page .topic-looneytunes-body .address-info {
    text-align: left;
    color: #8394b0;
    line-height: 19px;
}
.topic-looneytunes-page .topic-looneytunes-body .address-info span{
    font-size:20px;
    color:#fff;
}
.topic-looneytunes-page .topic-looneytunes-body .contact-info {
    text-align: center;
    margin: 10px auto 20px;
    font-weight: bold;
    max-width: 450px;
    padding: 7px 0;
    background: #000;
    border-radius: 5px;
    border: 1px solid #77cd2c;
}
.topic-got-page
{
    padding:0;
    background:#000;
    margin-top: -56px;
}
.topic-got-page .topic-got-body-content{
    background:url(../images/topic-got-bg.jpg?v=1) no-repeat center top;
    overflow: hidden;
    position: relative;
    max-width: 1040px;
    margin: 50px auto 15px;    
    height: 1030px;
}
.topic-got-page .got-logo{  
    text-align: center;       
    margin-top: 125px;
}
.topic-got-page .iconx-logo{
    position: absolute;
    top: 90px;
    right: 40px;
}
.topic-got-page .iconx-logo img{
    width:162px;
}
.topic-got-page .got-packaging{
    text-align:center;
    position: relative;
    margin: 50px 0;
    padding-left: 15px;
}
.topic-got-page .got-winter2019{
    text-align:center;
}
.topic-got-page .got-lisenced-logo{
    max-width: 1040px;
    margin: 0 auto;
    overflow:hidden;
}
.topic-got-page .got-lisenced{
    width: 60%;
    font-size: 11px;
    height: 50px;
    float: left;
    color:#a5a7aa;
}
.topic-got-page .got-bho-logo{
    width: 39%;
    float: right;
    text-align: right;
}
.topic-got-page .got-bho-logo img{
    width: 65px;
}
.topic-got-page .got-footer{
    max-width: 1040px;
    margin: 10px auto 0;
    overflow: hidden;
    font-family: 'Coda', cursive;
    border-top: 1px solid #717171;
    padding-top: 15px;
    padding-bottom: 30px;
}
.topic-got-page .got-address{    
    width: 60%;
    float: left;
    color:#8394b0;
}
.topic-got-page .got-address strong{
    color:#fff;
    font-size: 19px;
}
.topic-got-page .got-info{
    width: 40%;
    float: right;
}
.topic-got-page .got-question{
    border: 1px solid #3ad531;
    color: #3ad531;
    border-radius: 4px;
    padding: 5px 0;
    text-align: center;
    max-width: 415px;
    margin-top: 15px;
}
.topic-got-page .got-question span{
    color:#fff;
}
.topic-got-page .got-content{
    font-family: 'Coda', cursive;
    color: #fff;
    padding: 0 42px 0 64px;
    margin-top: 70px;
    text-align: justify;
}
.topic-got-page .got-content li{
    margin-bottom:20px;
}
.topic-got-page .got-reveal{
    background: url(../images/got-reveal-bg.png?v=2) no-repeat center center;
    height: 56px;
    text-align: center;
    color: #fff;
    font-family: trajanpro;
    font-weight: bold;
    font-size: 18px;
    padding-top: 15px;
    margin: 45px auto 0;
}
.topic-got-icx125 .topic-got-body-content {
    background: url(../images/topic-got-bg4.jpg?v=2) no-repeat center top;
    height: 1180px;
}
.topic-got-icx125 .got-logo {
    /*new GOT*/
    position: absolute;
    top: 89px;
    left: 24px;
    margin-top: 0;
    z-index: 1;
    max-width: 340px;
}
.topic-got-icx125 .got-packaging {
    margin: 150px 0 0;
    padding-right: 18px;
    padding-left:0;
}
.master-wrapper-content .topic-rot-page .page-title {
    margin: 10px auto 10px;
    line-height: 35px;
}
.topic-wheretobuy{
    padding:0;
    background: #14171c;
    background-size:cover;
    overflow:hidden;
}
.topic-wheretobuy .topic-wheretobuy-wrap{
    background: rgba(0, 0, 0, 0.45);
    max-width: 1200px;
    margin: 20px auto 150px;
    border: 1px solid rgba(87, 87, 92, 0.5);
    padding-top: 42px;
    text-align:center;
    position: relative;
}

.topic-wheretobuy .topic-wheretobuy-wrap:before{
      content: ".";
      display: block;
      clear: both;
      height: 391px;
      font-size: 0;
      line-height: 0;
      position: absolute;
      left: -64px;
      bottom: -129px;
      width: 388px;
      background:url(../images/wheretobuy-apollo.png) no-repeat center center;
}

.topic-wheretobuy .topic-wheretobuy-wrap:after{
      content: ".";
      display: block;
      clear: both;
      height: 435px;
      font-size: 0;
      line-height: 0;
      position: absolute;
      right: -99px;
      bottom: -129px;
      width: 306px;
      background:url(../images/wheretobuy-shuttle.png) no-repeat center center;
}
.topic-wheretobuy-wrap .topic-wheretobuy-text{
    font-family: 'Coda', cursive;
    font-size:16px;
    color:#fff;
    text-align:center;
}
.topic-wheretobuy-text-inno{
     font-family: 'Coda', cursive;
     color:#4ba5cb;
     text-align:center;
     font-size: 16px;
    margin: 11px auto 0;
}
.topic-wheretobuy-text-inno img{
    margin: -15px 0 0 -92px;
}
.topic-wheretobuy .topic-wheretobuy-services-wrap{
    max-width: 600px;
    margin: 45px auto 0;
    padding-top: 35px;
    border-top: 1px solid #203438;
}
.topic-wheretobuy .topic-wheretobuy-services-wrap .topic-wheretobuy-services-text{
    font-size:12px;
    color:#fff;
    font-family: 'Montserrat', sans-serif;
}
.topic-wheretobuy .topic-wheretobuy-services-wrap .topic-wheretobuy-services-icon{
       width: 90px;
       height: 90px;
       border-radius: 50%;
       -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
       background: rgba(37, 37, 37, 0.74);
       margin: 20px auto 60px;
       padding-top: 17px;
}

.topic-wheretobuy .topic-wheretobuy-services-wrap .wheretobuy-service-wrap{
    background: url(../images/where-to-buy-sprite.png) no-repeat -52px 0;
    width: 56px;
    height: 52px;
    margin: 0 auto;
}
.topic-wheretobuy .topic-wheretobuy-services-wrap .wheretobuy-service-prices{
   background: url(../images/where-to-buy-sprite.png) no-repeat -111px 0;
    width: 54px;
    height: 52px;
    margin: 0 auto;
}
.topic-wheretobuy .topic-wheretobuy-services-wrap .wheretobuy-service-support{
    background: url(../images/where-to-buy-sprite.png) no-repeat;
    width: 52px;
    height: 52px;
    margin: 0 auto;
}

.topic-wheretobuy .topic-wheretobuy-services-wrap .visit-btn{
    max-width: 400px;
    margin: 0 auto 100px;
    width: 100%;
}

.topic-wheretobuy .topic-wheretobuy-content-bg{
    background: url(../images/where_to_buy_bg.png?v=2) no-repeat center center;
    max-width: 681px;
    height: 361px;
    overflow: hidden;
    margin: 0 auto;
}
.topic-wheretobuy .where-to-buy-btn{
    background: url(../images/visit_inno_button.png) no-repeat center center;
    width: 388px;
    height: 44px;
    margin: 211px auto 0;
    opacity: 0.8;
    cursor: pointer;
}
.swal-overlay .redirect-alert {
    text-align: center;
    text-shadow: none;
    font-size: 15px;
    font-family: 'Coda', cursive;
    backface-visibility: hidden;
}
.swal-overlay .redirect-alert span{
    font-size: 12px;
    color: #929292;
    font-style: italic;
}
.swal-button-container {
    backface-visibility: hidden;
}
.swal-content {
    padding: 0 70px;
}
.master-wrapper-content .topic-p51 .page-title {
    margin-bottom: 0;
}
.topic-p51 .short-description {
    text-align: center;
    font-family: 'Coda', cursive;
    font-size: 14px;
    color: #fff;
    margin: 10px auto;
}
.topic-p51 .model-picture,
.topic-p51 .model-info,
.topic-p51 .instruction-iframe {
    text-align: center;
}
.topic-p51 .model-info {
    margin: 0 0 30px;
    font-family: 'Teko', sans-serif;
    font-size: 30px;
    color: #fff;
}
.topic-p51 .picture-thumbs img {
    border-radius: 3px;
    max-width: 80px;
}
.topic-p51 .view360avlb img{
    max-width:120px;
}
.topic-p51 .owl-buttons {
    display:none;
}
.topic-p51 .instruction-iframe .btn-metalearth {
    margin: 30px 0 100px;
}
.topic-p51 .instruction-wrap .owl-wrapper img{
    border-radius:5px;
}

.topic-password{
    max-width:1200px;
    margin:0 auto;
}
.topic-password .enter-password-title{
    font-family: 'Coda', cursive;
    font-size: 15px;
}
.topic-password .password-error{
    color: #d23d3d;
}
.topic-password #password {
    max-width: 350px;
    display: inline-block;
}
.topic-page .page-body iframe {
    max-width: 1200px;
    margin: 0 auto;
    display: block;
    border: 0;
    border-radius: 5px;
}
.topic-page .page-title {
    margin-bottom:0;
}
/*Newsletter page*/
.newsletter-page {
    background: #14171c;
}
.newsletter-page .page-body{
    max-width:1200px;
    margin:0 auto;
}
.newsletter-page .newsletter-subscribe-text{
    background: none;
    width: 400px;
    margin: 0 3px 0 0;
    color: #8394b0;
    float: left;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    height: 34px;
    border: 1px solid #48515f;
    border-radius: 4px;
}
.newsletter-page .newsletter-subscribe-button{
    line-height: 31px;
    font-size: 12px;
    text-transform: uppercase;
    padding-left: 0;
    padding-right: 0;
    max-width: 135px;
}
.newsletter-page .newsletter-content{
    color:#fff;
    font-family: 'Coda', cursive;
    font-size: 15px;
}
.newsletter-page .newsletter{
    margin: 25px 0;
}
.newsletter-page .newsletter-result{
    color:#fff;
}
.newsletter-page .sample-nlt-btn{
    width:auto;
    padding:0 40px;
    max-width: 350px;
    text-transform: uppercase;
    margin: 0 auto 85px;
    display: block;
}
/*specify help*/
.intro .animate {
	opacity:0;
	-webkit-transition:opacity 0.3s ease;
	   -moz-transition:opacity 0.3s ease;
		 -o-transition:opacity 0.3s ease;
			transition:opacity 0.3s ease;
}

.intro .animate.complete {
	opacity:1;
}

.intro .mouse {    
    width: 31px;
    height: 45px;
	border:2px solid #fff;
	border-radius:13px;
	background:transparent;
	bottom:30px;
	margin:0 auto;
	left:0;
	right:0;
}

.intro .mouse .wheel {
	width: 6px;
	height:6px;
	background-color:#fff;
	border-radius:50%;
	margin-left:auto;
	margin-right:auto;
	margin-top:6px;
	left:0;
	right:0;
	-webkit-animation:magic-mouse 1.7s infinite ease;
	animation:magic-mouse 1.7s infinite ease;
}

.wheel {}

@keyframes magic-mouse {
 	0% {
 		margin-top:6px;
 		opacity:0;
	}
	
 	30% {
 		opacity:1;
	}
	
 	100% {
 		margin-top:18px;
 		opacity:0;
	}
}

@-webkit-keyframes magic-mouse {
 	0% {
 		margin-top:6px;
 		opacity:0;
	}
	
 	30% {
 		opacity:1;
	}
	
 	100% {
 		margin-top:18px;
 		opacity:0;
	}
}
.help-specify-page{
    padding:0;
}
.help-mem001, .help-mem002, .help-mem003, .help-mem004, .help-mem005{
    background:#14171c url(../images/help-marvel-bg.jpg?v=4) center 62px no-repeat;
    background-attachment: fixed;
    background-size:cover;
}
.help-mem021, .help-mem022, .help-mem023, .help-mem024, .help-mem025, .help-mem026, .help-mem027{
    background:#14171c url(../images/help-dc-bg.jpg?v=4) center 62px no-repeat;
    background-attachment: fixed;
    background-size:cover;
}
.help-mem001-blur, .help-mem002-blur, .help-mem003-blur, .help-mem004-blur, .help-mem005-blur{
    background:url(../images/help-marvel-bg-blur.jpg?v=2) center 62px no-repeat;
    background-attachment: fixed;
    background-size:cover;
}
.help-mem021-blur, .help-mem022-blur, .help-mem023-blur, .help-mem024-blur, .help-mem025-blur, .help-mem026-blur, .help-mem027-blur{
    background:url(../images/help-dc-bg-blur.jpg?v=2) center 62px no-repeat;
    background-attachment: fixed;
    background-size:cover;
}
.help-specify-mem001, .help-specify-mem002, .help-specify-mem003, .help-specify-mem004, .help-specify-mem005{
    overflow: hidden;
}
.help-specify-mem021, .help-specify-mem022, .help-specify-mem023, .help-specify-mem024, .help-specify-mem025, .help-specify-mem026, .help-specify-mem027{
    overflow: hidden;
}
.help-specify-page .help-product-head {
    font-family: 'Teko', sans-serif;
    text-align:center;
    color:#fff;
}
.help-specify-page .help-product-head img{
    max-width:300px;
}
.help-specify-page .help-product-sku{
    font-size:48px;
}
.help-specify-page .help-product-name{
    font-size:86px;
    margin: -35px 0 -18px;
}
.help-specify-page .section-title{
    font-family: 'Teko', sans-serif;
    text-transform:uppercase;
    font-size:50px;
    color:#77cd2c;
    margin:32px 0 0;
}
.help-specify-page .section-des{
    font-family: 'Coda', cursive;
    font-size:18px;
    color:#fff;
}
.help-specify-page .help-specify-content{    
    max-width:1200px;
    margin:25px auto;
}
.help-specify-page .help-product-godown{
    width:50px;
    margin:0 auto;
    text-align:center;
    color:#fff;
    font-size: 35px;
    line-height: 0;
    cursor:pointer;
}
.help-specify-page .help-product-godown .help-p-godown-out{
    width:38px;
    height:57px;
    border:3px solid #fff;
    margin:0 auto;
    border-radius: 19px;
}
.help-specify-page .help-product-godown .help-p-godown-in{
    width:4px;
    height:11px;
    border:2px solid #fff;
    margin:10px auto 0;
    border-radius: 5px;
}
.help-specify-page .help-product-godown-moving{    
    line-height: 90px;
}
.help-specify-page .help-product-godown .fa-angle-double-down{
}
.help-specify-page .help-product-godown-moving .fa-angle-double-down{
    margin-top:90px;
    opacity:0;
    transition: all 0.45s;
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
    -o-transition: all 0.45s;
}
.help-specify-page .help-specify-assembly-vid-section, 
.help-specify-page .help-specify-360-section,
.help-specify-page .help-specify-instruction-section{
    text-align:center;
    overflow:hidden;    
    padding: 75px 0 20px;
}
.help-specify-assembly-vid-section .section-title{
}
.help-specify-assembly-vid-section .assembly-vid-embed{
    font-size: 40px;
    color: #fbf104;
    font-family: 'Teko', sans-serif;
}
.help-specify-page .help-specify-info-intro-section{
    overflow:hidden;
    background:rgba(20, 23, 28, 0.75);
}
.help-specify-info-intro-section .info-intro-wrap{
    max-width:1200px;
    margin:0 auto;
}
.help-specify-info-intro-section .info-intro-item{
    text-align:center;
    margin: 85px 0 80px;
}

.help-specify-info-intro-section .info-intro-img{
}

.help-specify-info-intro-section .info-intro-text{
    font-family: 'Montserrat', sans-serif;
    font-size:24px;
    text-transform:uppercase;
    color:#fff;
    margin-top:15px;
}

.help-specify-content .owl-prev{
     position: absolute;
    top: 42%;
    left: -100px;
    background:none !important;
    opacity:1 !important;
    font-size: 50px !important;
    color:#77cd2c !important;
}
.help-specify-content .owl-next{
     position: absolute;
    top: 42%;
    right: -100px;
    background:none !important;
    opacity:1 !important;
    font-size: 50px !important;
    color:#77cd2c !important;
}
.help-specify-content .owl-theme .owl-controls .owl-page span{
    background:#77cd2c;
}
.help-specify-page .affix{
    right:7px;
    top:41%;
    z-index: 9;
}
.help-specify-page .nav-help a{
    color:#77cd2c;
}
.help-specify-page .nav-help .active .nav-icon{
    color:#fff;
    background:#77cd2c;
}
.help-specify-page li{
    list-style:none;
    text-align: right;
}
.help-specify-page li:hover .nav-text{
    display:inline-block;
}
.help-specify-page .nav-text{
    display:none;
    padding: 3px 11px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    background: #77cd2c;
    color: #fff;
    border: none;
    font-family: 'Coda', cursive;
}
.help-specify-page .nav-icon{
    display:inline-block;
    width:40px;
    height:40px;
    border:1px solid #77cd2c;
    background:#fff;
    text-align:center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    margin: 5px 0;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
}
.help-specify-page .help-section{
    margin:0;
}
.iconx-page {
    background:#fff;    
    clear: both;
    padding: 0;
    overflow:hidden;
}
.iconx-page .licensed-item-image{
    background: #1a1a1a url(../images/premium-top-banner-23.jpg?v=1) no-repeat center center;
    height: 180px;
    background-size:contain;
}
.iconx-page .iconx-item-tag{
    max-width: 891px;
    margin: 0 auto;
    height: 100%;
    position: relative;
    display:none;
}
.iconx-page .iconx-item-tag:after{
    background: url(../images/iconx-tag.png) no-repeat center center;
    max-width: 331px;
    height: 241px;
    position: absolute;
    top: -53px;
    right: 41px;
    content: ".";
    display: block;
    width: 32%;
    clear: both;
    background-size: contain;
}
.iconx-line-large{
    height:12px;
    background: #c9c9c9;
    background: -webkit-linear-gradient(#c9c9c9, #e2e3e3, #c9c9c9);
    background: -o-linear-gradient(#c9c9c9, #e2e3e3, #c9c9c9);
    background: -moz-linear-gradient(#c9c9c9, #e2e3e3, #c9c9c9);
    background: linear-gradient(#c9c9c9, #e2e3e3, #c9c9c9);
    margin-bottom: 40px;
}
.iconx-page .related-products-grid .product-item-me .details{
    /*background:rgba(255, 255, 255, 0.7);*/
}
.got-page {
    background: #000 url(../images/got-page-bg.jpg) no-repeat center 150px;
    background-size: 1135px;
}
.got-page .got-header-logo{
    margin: 0 auto 50px;
    display: block;
    max-width: 330px;
}
.meproduct-details-page .at-svc-facebook:hover,
.iconxproduct-details-page .at-svc-facebook:hover,
.legendsproduct-details-page .at-svc-facebook:hover{
    background-color: rgb(59, 89, 152) !important;
}
.meproduct-details-page .at-svc-twitter:hover,
.iconxproduct-details-page .at-svc-twitter:hover,
.legendsproduct-details-page .at-svc-twitter:hover{
    background-color: rgb(29, 161, 242) !important;
}
.meproduct-details-page .at-svc-pinterest_share:hover,
.iconxproduct-details-page .at-svc-pinterest_share:hover,
.legendsproduct-details-page .at-svc-pinterest_share:hover{
    background-color: rgb(203, 32, 39) !important;
}
.meproduct-details-page .at-svc-reddit:hover,
.iconxproduct-details-page .at-svc-reddit:hover,
.legendsproduct-details-page .at-svc-reddit:hover
{
    background-color: rgb(255, 87, 0) !important;
}
.me-page, .legends-page{
    background:#14171c;    
    clear: both;
    padding: 0;
}
.category-page #newmeproducts-section {
    position:relative;
    z-index:2;
}
.category-page .p-premium-tag {
    background: url(../images/p-premium-tag.svg) no-repeat center center;
    width: 112px;
    height: 17px;
    position: absolute;
    bottom: 61px;
    left: 5px;
    z-index: 1;
    background-size: contain;
}
.licensed-page .p-premium-tag {
    background: url(../images/p-premium-tag.svg) no-repeat center center;
    width: 128px;
    height: 23px;
    position: absolute;
    bottom: 65px;
    left: 5px;
    z-index: 1;
    background-size: contain;
}
.licensed-startrek-page {
    background: #14171c url(../images/cate-star-trek-bg.jpg?v=3) no-repeat center top;
    padding-top: 110px;
    border-top: 1px solid rgba(63, 89, 134, 0.35);
    padding-bottom: 20px;
}
.licensed-startrek-page .page-des{
    font-family: 'Cinzel', serif;
    font-size:23px;
    color:#ffe126;
    text-align:center;
    margin: 70px auto 45px;
    font-weight:700;
}
.licensed-mlp-page{
    background:#5bcadd url(../images/cate-mlp-bg.png?v=5);
    padding-top: 0;
    border-top: 1px solid rgba(63, 89, 134, 0.35);
}
.licensed-mlp-page .licensed-header{
    max-width:100%;
    overflow:hidden;
    height:350px;
    margin: -1px auto 0;
}
.licensed-mlp-page .licensed-header-bg{
    background:url(../images/mlp-header-pony.jpg);
    width:105%;
    height:100%;    
    -ms-transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
    margin-top: -45px;
    margin-left: -10px;
    border-bottom: 12px solid #fff;
}
.licensed-mlp-page .licensed-logo{
    text-align: center;
    margin: -290px auto 20px;
    position: relative;
}
.licensed-mlp-page .licensed-logo img{
    width: 413px;
}
.category-page .licensed-mlp-page .item-grid .item-box{
    margin-bottom:25px;
}
.me-page .licensed-mlp-page .category-page-body .details .value{
    color:#fff;
    font-weight: normal;
}
.me-page .licensed-mlp-page .category-page-body .item-box .product-item{   
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    background: rgba(0, 180, 205, 0.65);
    border:none;
    overflow:hidden;
    height:455px;
    position:relative;
}
.me-page .licensed-mlp-page .category-page-body .item-box .product-item:hover{
        box-shadow: 0 0 15px 0 #FFFFF7;
    -webkit-box-shadow: 0 0 15px 0 #FFFFF7;
    -moz-box-shadow: 0 0 15px 0 #FFFFF7;
}
.me-page .licensed-mlp-page .category-page-body .product-grid .applejack .details{
    background: #e4652c;
}
.me-page .licensed-mlp-page .category-page-body .product-grid .fluttershy .details{
    background:#f9bb00;
}
.me-page .licensed-mlp-page .category-page-body .product-grid .pinkiepie .details{
    background:#e91e8e;
}
.me-page .licensed-mlp-page .category-page-body .product-grid .rainbowdash .details{
    background:#006893;
}
.me-page .licensed-mlp-page .category-page-body .product-grid .rarity .details{
    background:#3d3669;
}
.me-page .licensed-mlp-page .category-page-body .product-grid .twilightsparkle .details{
    background:#864198;
}
.me-page .licensed-mlp-page .rainbowdash .details,
.me-page .licensed-mlp-page .rarity .details,
.me-page .licensed-mlp-page .twilightsparkle .details{
    -ms-transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
    height: 91px;
    width:101%;
    margin: 0 -2px;
    padding-left: 7px;
}
.me-page .licensed-mlp-page .applejack .details,
.me-page .licensed-mlp-page .fluttershy .details,
.me-page .licensed-mlp-page .pinkiepie .details{
    -ms-transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
    height: 91px;
    width:101%;
}
.me-page .licensed-mlp-page .applejack .details .details-left, 
.me-page .licensed-mlp-page .applejack .details .details-right,
.me-page .licensed-mlp-page .fluttershy .details .details-left, 
.me-page .licensed-mlp-page .fluttershy .details .details-right,
.me-page .licensed-mlp-page .pinkiepie .details .details-left, 
.me-page .licensed-mlp-page .pinkiepie .details .details-right{    
    -ms-transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
}
.me-page .licensed-mlp-page .rainbowdash .details .details-left, 
.me-page .licensed-mlp-page .rainbowdash .details .details-right,
.me-page .licensed-mlp-page .rarity .details .details-left, 
.me-page .licensed-mlp-page .rarity .details .details-right,
.me-page .licensed-mlp-page .twilightsparkle .details .details-left, 
.me-page .licensed-mlp-page .twilightsparkle .details .details-right{    
    -ms-transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
}
.me-page .licensed-mlp-page .rainbowdash .details .details-left,
.me-page .licensed-mlp-page .rarity .details .details-left,
.me-page .licensed-mlp-page .twilightsparkle .details .details-left,
.me-page .licensed-mlp-page .applejack .details .details-left,
.me-page .licensed-mlp-page .fluttershy .details .details-left,
.me-page .licensed-mlp-page .pinkiepie .details .details-left{
    margin-top:9px;
}
.me-page .licensed-mlp-page .applejack .details .details-right,
.me-page .licensed-mlp-page .fluttershy .details .details-right,
.me-page .licensed-mlp-page .pinkiepie .details .details-right,
.me-page .licensed-mlp-page .rainbowdash .details .details-right,
.me-page .licensed-mlp-page .rarity .details .details-right,
.me-page .licensed-mlp-page .twilightsparkle .details .details-right{
    margin-top:29px;
}
.category-page .licensed-mlp-page .assemble-section{
    text-align:center;
    margin: 45px auto 20px;
}
.category-page .licensed-mlp-page .assemble-section-licensed{
    max-width: 645px;
    margin: 0 auto;
    overflow: hidden;
}
.category-page .licensed-mlp-page .assemble-section-licensed .licensed-item{
    float:left;
}
.category-page .licensed-mlp-page .assemble-section-licensed .licensed-item:last-child{
    padding: 22px 0 27px 11px;
    font-size: 13px;
    color:#fff;
}
.category-page .licensed-mlp-page a{
    font-family:'slackey','Teko';
}
.category-page .licensed-mlp-page .product-grid{    
    max-width: 1270px;
}
.category-page .licensed-mlp-page .product-grid .details{
    font-family:'slackey','Teko';
}
.category-page .licensed-mlp-page .item-grid .picture{
    line-height: 370px;
    height: 370px;
}
.category-page .licensed-mlp-page .cate-main-body .item-box .picture::before{
    box-shadow: inset 0 4px 100px 250px rgba(0, 0, 0, 0.55);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    transition: all 0.45s;
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
    -o-transition: all 0.45s;
    opacity: 0;
    z-index: 1;
}
.category-page .licensed-mlp-page .cate-main-body .item-box .picture-over::before {
    -webkit-transition: opacity 0.45s ease-in-out;
    -moz-transition: opacity 0.45s ease-in-out;
    -ms-transition: opacity 0.45s ease-in-out;
    -o-transition: opacity 0.45s ease-in-out;
    opacity: 1;
}
.licensed-transformers-page{
    background:url(../images/cate-transformers-bg.jpg)
}
.licensed-transformers-page .transformers-top-blur{
    height: 60vh;
    width: 100%;
    margin-top: -111px;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.41) 30%, rgba(10, 12, 16, 0));
    background: -o-linear-gradient(rgba(0, 0, 0, 0.41) 30%, rgba(10, 12, 16, 0));
    background: -moz-linear-gradient(rgba(0, 0, 0, 0.41) 30%, rgba(10, 12, 16, 0));
    background: linear-gradient( rgba(0, 0, 0, 0.41) 30%, rgba(10, 12, 16, 0));
}
.licensed-transformers-page .transformers-bottom-blur{
    height: 51vh;
    width: 100%;
    background: -webkit-linear-gradient(rgba(10, 12, 16, 0), rgba(0, 0, 0, 0.41) 70%);
    background: -o-linear-gradient(rgba(10, 12, 16, 0), rgba(0, 0, 0, 0.41) 70%);
    background: -moz-linear-gradient(rgba(10, 12, 16, 0), rgba(0, 0, 0, 0.41) 70%);
    background: linear-gradient(rgba(10, 12, 16, 0), rgba(0, 0, 0, 0.41) 70%);
    margin-top: -50vh;
}
.category-page .licensed-transformers-page .assemble-section{
    text-align: center;
    margin-top: 30px;
}
.category-page .licensed-transformers-page .assemble-section-rotate{
    margin: 40px 0;
}
.category-page .licensed-transformers-page .assemble-section-licensed {
    max-width: 645px;
    margin: 0 auto;
    overflow: hidden;
}
.category-page .licensed-transformers-page .assemble-section-licensed .licensed-item:last-child {
    padding: 22px 0 27px 11px;
    font-size: 13px;
    color: #fff;
}
.category-page .licensed-transformers-page .assemble-section-licensed .licensed-item {
    float: left;
}
.licensed-transformers-page .licensed-logo{
    max-width: 850px;
    margin: -47vh auto 0;
    padding: 0 10px;
}
.me-page .licensed-transformers-page .cate-main-body{
    max-width: 1315px;
}
.category-page .licensed-transformers-page .cate-main-body .product-grid{
    width:100%;
    margin-top: 65px;
    margin-left:0;
}
.category-page .licensed-transformers-page .cate-main-body .item-grid .item-box {
    width: 19%;
    display: inline-block;
    margin: 15px 4px;
    position: relative;
}
.category-page .licensed-transformers-page .cate-main-body .item-grid .item-icx203
{
    width: 49%;
    max-width: 800px;
}
.category-page .licensed-transformers-page .cate-main-body .item-box .product-item{
    margin:0;
    position:relative;
}
.category-page .licensed-transformers-page .cate-main-body .item-box .product-item:hover {
    box-shadow: 0 0 10px 0 #707172;
    -webkit-box-shadow: 0 0 10px 0 #707172;
    -moz-box-shadow: 0 0 10px 0 #707172;
}
.category-page .licensed-transformers-page .cate-main-body .item-grid .item-box .retired,
.category-page .licensed-transformers-page .cate-main-body .item-grid .item-box .retiring {
    right: 0px;
    width: 98px;
    height: 100px;
}
.category-page .licensed-transformers-page .cate-main-body .item-grid .picture{
    height:420px;
    line-height:420px;
    overflow:hidden;
}

.category-page .licensed-transformers-page .cate-main-body .item-grid .picture::after
{
 box-shadow: inset -11px 0px 17px -3px #000000;
 content: '';
 display: block;
 height: 100%;
 position: absolute;
 top: 0;
 width: 100%;
}
.category-page .licensed-transformers-page .cate-main-body .item-grid .item-icx203 .picture{
    /*height: 350px;
    line-height: 350px;*/
}
.category-page .licensed-transformers-page .item-grid .picture::before
{
 box-shadow: inset 0 4px 100px 290px rgba(0, 0, 0, 0.55);
 content: '';
 display: block;
 height: 100%;
 position: absolute;
 top: 0;
 width: 100%;
 transition: all 0.45s;
-webkit-transition: all 0.45s;
-moz-transition: all 0.45s;
-o-transition: all 0.45s;
opacity: 0;
z-index:1;
}
.category-page .licensed-transformers-page .item-grid .picture-over::before
{ 
   -webkit-transition: opacity 0.45s ease-in-out;
    -moz-transition: opacity 0.45s ease-in-out;
    -ms-transition: opacity 0.45s ease-in-out;
    -o-transition: opacity 0.45s ease-in-out;
     opacity: 1;
}
.category-page .licensed-transformers-page .cate-main-body .item-grid .picture img {
    /*max-width: none;
    max-height: 485px;
    margin-left: -15px;*/
}
.category-page .licensed-transformers-page .cate-main-body .item-grid .item-box-mms473 .picture img {
    /*margin-left: -33px;*/
}
.category-page .licensed-transformers-page .cate-main-body .item-grid .item-box-mms472 .picture img {
    /*margin-left: -47px;*/
}
.category-page .licensed-transformers-page .cate-main-body .item-grid .item-box-mms471 .picture img {
    /*margin-left: -38px;*/
}
.category-page .licensed-transformers-page .cate-main-body .item-grid .item-box-mms470 .picture img {
    /*margin-left: -59px;
    margin-top: -68px;
    max-height: 550px;*/
}
.category-page .licensed-transformers-page .cate-main-body .item-grid .item-box-mms469 .picture img {
    /*margin-left: -55px;*/
}
.me-page .licensed-transformers-page  .cate-main-body .product-grid .details{
    position:relative;
    background: #0f1115;
    padding: 3px 0 0;
}
.category-page .licensed-transformers-page .cate-main-body .details .product-title{
    margin: 0;
    font-size: 29px;
}
.me-page .licensed-transformers-page .cate-main-body .details .sheets{
    width: 50%;
    left: 5px;
    bottom: 3px;
}
.me-page .licensed-transformers-page .cate-main-body .details .difficulty{
    width: 50%;
    right: 5px;
    bottom: 3px;
}
.category-page .licensed-transformers-page .cate-main-body .item-iconx {
    background: url(../images/premium-text-line.png) no-repeat center center;
    width: 122px;
    height: 23px;
    position: absolute;
    top: 14px;
    left: 2px;
    z-index: 1;
    background-size:contain;
}
.licensed-wrapper .licensed-transformers-page .category-page-body .recently-added-products-page{
    margin-top: 0;
}
.licensed-wrapper .licensed-transformers-page .recently-added-products-page .page-title{
    margin-top: 0;
}
.licensed-hp-wrap{
    /*new hp*/
    background: #fff url(../images/hp-bg-repeat-02.jpg?v=4) repeat-y center top;
    /*background: #0f4760 url(../images/hp-bg-repeat-01.svg?v=1);
    background-size: 120px;*/
    overflow: hidden;
}
.licensed-hp-wrap:before{
background: -webkit-linear-gradient(rgba(0, 0, 0, 0.41) 26%, rgba(0, 57, 74, 0));
    background: -o-linear-gradient(rgba(0, 0, 0, 0.41) 26%, rgba(0, 57, 74, 0));
    background: -moz-linear-gradient(rgba(0, 0, 0, 0.41) 26%, rgba(0, 57, 74, 0));
    background: linear-gradient( rgba(0, 0, 0, 0.58) 26%, rgba(0, 57, 74, 0));
    content: '';
    /*new hp*/
    display: none;
    /*display:block;*/
    height: 425px;
    max-width: 800px;
    width:64%;
    position: absolute;
    top: -72px;
    left: -332px;
    transform: rotate(-50deg);
    -ms-transform: rotate(-50deg); /* IE 9 */
    -webkit-transform: rotate(-50deg); /* Safari 3-8 */
}
.licensed-hp-wrap:after{
background: -webkit-linear-gradient(rgba(0, 0, 0, 0.41) 7%, rgba(0, 57, 74, 0));
    background: -o-linear-gradient(rgba(0, 0, 0, 0.41) 7%, rgba(0, 57, 74, 0));
    background: -moz-linear-gradient(rgba(0, 0, 0, 0.41) 7%, rgba(0, 57, 74, 0));
    background: linear-gradient( rgba(0, 0, 0, 0.58) 7%, rgba(0, 57, 74, 0));
    content: '';
    /*new hp*/
    display: none;
    /*display:block;*/
    height: 425px;
    max-width: 800px;
    width:64%;
    position: absolute;
    top: -72px;
    right: -332px;
    transform: rotate(50deg);
    -ms-transform: rotate(50deg); /* IE 9 */
    -webkit-transform: rotate(50deg); /* Safari 3-8 */
}
.licensed-hp-wrap .hp-bottom-blur{
    height: 51vh;
    width: 100%;
    margin-top: -50vh;
    background: linear-gradient(rgba(10, 12, 16, 0), rgba(0, 0, 0, 0.41) 70%);
    /*new hp*/
    display:none;
}
.licensed-hp-page{
    /*new hp*/
    /*background: url(../images/hp-bg-02.svg?v=2) no-repeat center -757px;
    background-size: 3000px;*/
}
.licensed-hp-page sub{
    top: -8px;
    font-size:11px;
}
.licensed-hp-page .licensed-header{
    margin-bottom:65px;
}
.category-page .licensed-hp-page .item-grid .picture{    
    height: 280px;
    line-height: 280px;
}
.category-page .licensed-hp-page .cate-main-body .item-box .picture::before{
    box-shadow: inset 0 4px 100px 250px rgba(0, 0, 0, 0.55);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    transition: all 0.45s;
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
    -o-transition: all 0.45s;
    opacity: 0;
    z-index: 1;
}
.category-page .licensed-hp-page .cate-main-body .item-box .picture-over::before {
    -webkit-transition: opacity 0.45s ease-in-out;
    -moz-transition: opacity 0.45s ease-in-out;
    -ms-transition: opacity 0.45s ease-in-out;
    -o-transition: opacity 0.45s ease-in-out;
    opacity: 1;
}
.me-page .licensed-hp-page .cate-main-body .item-box .product-item{
    /*new hp*/
    background: rgba(37, 37, 37, 0.9);
    /*background: rgba(0, 26, 38, 0.8);*/
    position:relative;
}
.category-page .licensed-hp-page .cate-main-body .item-box .product-item:hover {
    box-shadow: 0 0 10px 0 #7a6a64;
    -webkit-box-shadow: 0 0 10px 0 #7a6a64;
    -moz-box-shadow: 0 0 10px 0 #7a6a64;
}
.me-page .licensed-hp-page .cate-main-body .product-grid .details{
    height: 60px;
    padding: 8px 10px 0;
    background: rgba(0, 0, 0, 0.5);
    position: relative;
}
.licensed-hp-page .cate-main-body .details-left {
    width: 74%;
    float: left;
    text-align: left;
}
.licensed-hp-page .cate-main-body .details-right {
    width: 26%;
    float: left;
    text-align: right;
    padding-top: 6px;
}
.licensed-hp-page .cate-main-body .details .product-title {
    font-size: 28px;
    line-height: 45px;
}
.licensed-hp-page .cate-main-body .details .sku {
    color: #666666;
    position: absolute;
    top: -20px;
    right: 10px;
}
.licensed-hp-page .cate-main-body .details .value {
    position: relative;
}
.category-page .licensed-hp-page .cate-main-body .details .sheets {
    color: #ffffff;
    width: auto;
    text-align: right;
}
.category-page .licensed-hp-page .cate-main-body .details .difficulty {
    width: auto;
    text-align: right;
    right: 0;
}
.category-page .licensed-hp-page .cate-main-body .details .product-title {
    margin: 1px 0 0;
    font-size: 20px;
    font-family: 'Cinzel', serif;
    font-weight: bold;
    line-height: 20px;
}
.me-page .licensed-hp-page .cate-main-body .product-grid .details a{    
    color:#ffc932;
}
.category-page .licensed-hp-page .assemble-section{
    text-align: center;
    margin-top: 15px;
    font-family: 'Coda', cursive;
    /*new hp*/
    color: #242324;
    /*color:#fff;*/
}
.licensed-hp-page .assemble-section .assemble-section-left, 
.licensed-hp-page .assemble-section .assemble-section-right{
    float: left;
    font-size: 12px;
    /*margin-top:15px;*/
    /*new hp*/
    margin-top:5px;
}
.licensed-hp-page .assemble-section .assemble-section-left{
    text-align: right;
    padding-right: 5px;
    width: 30%;
}
.licensed-hp-page .assemble-section .assemble-section-right{
    padding-left: 5px;
    text-align: left;
    width: 70%;
    /*margin-top: 25px;*/
    /*new hp*/
    margin-top: 15px;
}
.licensed-hp-page .newproducts-page-body{

}
.me-page .licensed-hp-page .cate-main-body{
    padding-bottom: 15px;
}
.me-page .licensed-hp-page .cate-main-body .item-grid .item-box{
    display: inline-block;
    width: 49%;
    float: none;
}
.me-page .licensed-hp-page .cate-main-body .item-grid .item-box .retiring,
.me-page .licensed-hp-page .cate-main-body .item-grid .item-box .retired{
    right: -2px;
    top: -2px;
}
.me-page .licensed-hp-page .hp-iconx {
    background: url(../images/p-premium-tag.svg) no-repeat center center;
    width: 141px;
    height: 22px;
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 1;
    background-size: contain;
}
.me-page .licensed-hp-page .newproducts-page-body .recently-added-products-page {
    margin-top: -30px;
}
.me-page .licensed-hp-page .cate-main-body .product-grid
{
    /*new hp*/
    background:url(../images/hp-art-pattern.png?v=1) no-repeat right bottom;
    background-size: 282px;
}
.licensed-got-wrap {
    background: #000 url(../images/cate-got-bg1.jpg) no-repeat center -110px;
}
.licensed-got-page {
    position: relative;
    z-index: 1;
}
.category-page .licensed-got-page .cate-main-body .item-grid .picture {
    height: 450px;
    line-height: 450px;
    position:relative;
}
.category-page .licensed-got-page .cate-main-body .item-grid .item-icx124 .picture img{
    width:420px;
    max-width:none;
}
.category-page .licensed-got-page .cate-main-body .item-grid .item-box::before {
    box-shadow: inset 0 4px 100px 250px rgba(0, 0, 0, 0.65);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    transition: all 0.45s;
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
    -o-transition: all 0.45s;
    opacity: 0;
    z-index: 1;
    pointer-events: none;
}
.category-page .licensed-got-page .cate-main-body .item-grid .item-over::before {
    -webkit-transition: opacity 0.45s ease-in-out;
    -moz-transition: opacity 0.45s ease-in-out;
    -ms-transition: opacity 0.45s ease-in-out;
    -o-transition: opacity 0.45s ease-in-out;
    opacity: 1;
}
.me-page .licensed-got-page .category-page-body .item-box .product-item {
    background: rgba(0, 0, 0, 0.7);
}
.me-page .licensed-got-page .cate-main-body .product-grid .details {
    background: none;
    font-family: 'trajanpro';
}
.me-page .licensed-got-page .cate-main-body .product-grid .details a {
    color: #ffb400;
    font-family: 'trajanpro';
    font-size: 20px;
}
.category-page .licensed-got-page .item-box .product-item:hover {
    box-shadow: 0 0 10px 0 rgba(255, 180, 0, 0.75);
    -webkit-box-shadow: 0 0 10px 0 rgba(255, 180, 0, 0.75);
    -moz-box-shadow: 0 0 10px 0 rgba(255, 180, 0, 0.75);
}
.category-page .licensed-got-page .assemble-section-steps {
    text-align: center;
    margin-top: 20px;
}
.category-page .licensed-got-page .assemble-section-licensed {
    text-align:center;
}
.category-page .licensed-got-page .licensed-item {
    color: #a5a7a9;
    margin-top: 20px;
    font-size: 11px;
}
.licensed-got-page.licensed-wrapper .category-page-body .recently-added-products-page {
    margin-top: 45px;
}
.licensed-got-wrap:before {
    width: 20%;
    height: 100%;
    background: url(../images/got-metallic-sigils-stark.png) no-repeat right 30%;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events:none;
}
.licensed-got-wrap:after {
    width: 20%;
    height: 100%;
    background: url(../images/got-Gradient-Map-1.png) no-repeat left 30%;
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
}
.licensed-got-wrap .licensed-got-page:before {
    width: 15%;
    height: 100%;
    background: -webkit-linear-gradient(left, #000000 0%, rgba(255, 255, 255, 0));
    background: -o-linear-gradient(right, #000000 0%, rgba(255, 255, 255, 0));
    background: -moz-linear-gradient(right, #000000 0%, rgba(255, 255, 255, 0));
    background: linear-gradient(to right, #000000 0%, rgba(255, 255, 255, 0));
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

.licensed-got-wrap .licensed-got-page:after {
    width: 15%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%,#000000 );
    background: -o-linear-gradient(right,rgba(255, 255, 255, 0) 0%, #000000 );
    background: -moz-linear-gradient(right, rgba(255, 255, 255, 0) 0%, #000000);
    background: linear-gradient(to right, rgba(255, 255, 255, 0)0%,#000000 );
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
}
.me-page.licensed-got-wrap .category-page-body .details .value {
    /*color: #fff;*/
}
.licensed-drw-page {
    /*background: url(../images/cate-drw-bg.jpg) no-repeat center top;*/
    /*background: url(../images/cate-drw-bg-22.jpg) no-repeat center top;*/
    background: #111820;
}
.licensed-drw-page .licensed-logo{
   text-align: center;
   margin: 40px auto 65px;
}
.category-page .licensed-drw-page .cate-main-body .item-grid .item-box{
    width:24%;
    display:inline-block;
    margin: 15px 1px;
    vertical-align:top;
}
.category-page .licensed-drw-page .cate-main-body .item-grid .item-box-mms401g {
    width:23%;
}
.category-page .licensed-drw-page .cate-main-body .item-grid .item-box-mms400m {
    width: 26%;
}
.category-page .licensed-drw-page .cate-main-body .item-grid .item-box-mms402 {
    width: 25%;
}
.me-page .licensed-drw-page .cate-main-body .item-box .product-item{
    margin:0 3px;
    background: rgba(10, 7, 7, 0.75);
    border:0;
    position:relative;
}
.category-page .licensed-drw-page .cate-main-body .item-box .product-item:hover {
    box-shadow: 0 0 10px 0 #155bcc;
    -webkit-box-shadow: 0 0 10px 0 #155bcc;
    -moz-box-shadow: 0 0 10px 0 #155bcc;
}
.me-page .licensed-drw-page .cate-main-body .item-grid .item-box .retiring,
.me-page .licensed-drw-page .cate-main-body .item-grid .item-box .retired {
    right: 0;
    width: 91px;
    height: 94px;
}
.category-page .licensed-drw-page .cate-main-body .item-grid .picture {
    height: 515px;
    line-height: 506px;
    overflow: hidden;
}
.category-page .licensed-drw-page .item-grid .picture::after
{
 box-shadow: inset -11px 4px 17px -3px #000000;
 content: '';
 display: block;
 height: 100%;
 position: absolute;
 top: 0;
 width: 100%;
 transition: all 0.45s;
-webkit-transition: all 0.45s;
-moz-transition: all 0.45s;
-o-transition: all 0.45s;
}
.category-page .licensed-drw-page .item-grid .picture::before
{
 box-shadow: inset 0 4px 100px 141px rgba(0, 0, 0, 0.55);
 content: '';
 display: block;
 height: 100%;
 position: absolute;
 top: 0;
 width: 100%;
 transition: all 0.45s;
-webkit-transition: all 0.45s;
-moz-transition: all 0.45s;
-o-transition: all 0.45s;
opacity: 0;
z-index:1;
}
.category-page .licensed-drw-page .item-grid .picture-over::before
{ 
   -webkit-transition: opacity 0.45s ease-in-out;
    -moz-transition: opacity 0.45s ease-in-out;
    -ms-transition: opacity 0.45s ease-in-out;
    -o-transition: opacity 0.45s ease-in-out;
     opacity: 1;
}
.category-page .licensed-drw-page .item-grid .item-box-sm .picture::after
{
    display:none;
}

.category-page .licensed-drw-page .cate-main-body .item-grid .item-box-mms401g .picture,
.category-page .licensed-drw-page .cate-main-body .item-grid .item-box-mms403a .picture {
    line-height: 557px;
}

.category-page .licensed-drw-page .cate-main-body .item-grid .picture img {
    /*max-width: none;
    max-height: 485px;
    margin-left: -15px;*/
}
.category-page .licensed-drw-page .item-grid .drw-doctor-who-tardis .picture img{
    margin-left: 5px;
}
.category-page .licensed-drw-page .item-grid .drw-doctor-who-gold-dalek .picture img{
    /*margin-left: -65px;*/
}
.me-page .licensed-drw-page .category-page-body .product-grid .details{
    position:relative;
    background: none;
    padding: 3px 0 0;
}
.category-page .licensed-drw-page .cate-main-body .details .product-title{
    margin: 0;
    font-size: 19px;
    font-family: 'Exo 2', sans-serif;
    font-weight: bold;
}
.me-page .licensed-drw-page .category-page-body .details .sheets{
    width: 50%;
    left: 5px;
    bottom: 3px;
    color:#f5f5f5;
}
.me-page .licensed-drw-page .category-page-body .details .difficulty{
    width: 50%;
    right: 5px;
    bottom: 3px;
}
.category-page .licensed-drw-page .cate-main-body .item-box-sm .picture{
    height:220px;
    line-height:205px;
}
.category-page .licensed-drw-page .cate-main-body .item-box-sm .product-item:first-child{
    margin-bottom:15px;
}
.category-page .licensed-drw-page .cate-main-body .item-box-sm .picture img{
    max-width:100%;
    max-height:100%;
    /*margin-left:5px;*/
}
.category-page .licensed-drw-page .assemble-section{
    text-align: center;
    margin-top: 12px;
    padding-bottom: 15px;
}
.category-page .licensed-drw-page .assemble-section-licensed{
    margin: 25px auto 0;
    overflow: hidden;
}
.category-page .licensed-drw-page .assemble-section-licensed .licensed-item {
    float: left;
}
.category-page .licensed-drw-page .assemble-section-licensed .licensed-item img{
    max-width: 93px;
    margin-top: 16px;
}
.category-page .licensed-drw-page .assemble-section-licensed .licensed-item:last-child {
    padding: 15px 0 27px 11px;
    font-size: 11px;
    color: #fff;
    text-align: left;
}
.licensed-wrapper .licensed-drw-page .category-page-body .recently-added-products-page{
    margin-top:0;
}
.licensed-drw-page .recently-added-products-page .page-title{
    margin-top:0;
}
.me-page .product-essential, .iconx-page .product-essential,
.legends-page .product-essential {
    /*overflow:hidden;*/
    margin-bottom: 40px;
    font-family: 'Coda', cursive;
}
.me-page .product-essential .product-status, 
.iconx-page .product-essential .product-status, 
.legends-page .product-essential .product-status{
    margin: 0 auto 0;
    width: 180px;
    line-height:35px;
}

.me-page .product-essential .product-status .nice-select, 
.iconx-page .product-essential .product-status .nice-select, 
.legends-page .product-essential .product-status .nice-select{
    width: 180px;
    background:#689d0c;
    color:#fff;
    border:none;
    text-align: center !important;
}

.me-page .product-essential .product-status .nice-select:after, 
.iconx-page .product-essential .product-status .nice-select:after, 
.legends-page .product-essential .product-status .nice-select:after{
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}

.me-page .product-essential .nice-select .list, 
.iconx-page .product-essential .nice-select .list, 
.legends-page .product-essential .nice-select .list{
    background-color: #689d0c;
}

.me-page .product-essential .nice-select .option:hover, 
.me-page .product-essential .nice-select .option.focus, 
.me-page .product-essential .nice-select .option.selected.focus,

.legends-page .product-essential .nice-select .option:hover, 
.legends-page .product-essential .nice-select .option.focus, 
.legends-page .product-essential .nice-select .option.selected.focus,

.iconx-page .product-essential .nice-select .option:hover, 
.iconx-page .product-essential .nice-select .option.focus, 
.iconx-page .product-essential .nice-select .option.selected.focus {
    background-color: #82c60d;
}

.me-page .product-essential .product-status .product-status-spinner, 
.iconx-page .product-essential .product-status .product-status-spinner, 
.legends-page .product-essential .product-status .product-status-spinner
{
    font-size: 23px;
    color: #77cd2c;
    display:none;
}

.legends-page .product-essential{
    margin-bottom:15px;
}
.me-page .category-description, .legends-page .category-description{
    text-align: center;
    font-size: 12px;
    font-family: 'Coda', cursive;
    color: #fff;
}
.me-page .page-body, .iconx-page .page-body,
.legends-page .page-body {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.product-review-wrap{    
    background:#21252a;
    margin:0;
    padding: 50px 0;
}
.me-page .product-review-section, 
.iconx-page .product-review-section,
.legends-page .product-review-section{
    max-width:1200px; 
    margin:0 auto 30px;    
    overflow: hidden;
}
.legends-page .page-body .more-help-link, 
.me-page .page-body .more-help-link, 
.iconx-page .page-body .more-help-link{
    color:#fff;
    font-family: 'Coda', cursive;
    text-align:center;
    display: block;
}
.iconx-page .page-body .more-help-link{
    color:#000;
}
.icx-page-body{
    position:relative;
    z-index: 0;
}
.icx-page-body:before{
    background: url(../images/ps-page-iss.png?v=3) no-repeat center center;
    width: 550px;
    height: 393px;
    position: absolute;
    top: -316px;
    left: -351px;
    content: ".";
    display: block;
    clear: both;
    z-index: -1;
}
.icx-page-body:after{
    background: url(../images/ps-page-titanic.png?v=1) no-repeat center center;
    width: 566px;
    height: 380px;
    position: absolute;
    top: -316px;
    right: -428px;
    content: ".";
    display: block;
    clear: both;
    z-index: -1;
}
.me-page .licensed-item-image{
    text-align:center;margin:20px auto;
}
.meproduct-details-page a:focus{
    text-decoration: none;
}
.meproduct-details-page .product-name,
.legendsproduct-details-page .product-name,
.iconxproduct-details-page .product-name{
    font-family: 'Teko', sans-serif;
    text-transform:uppercase;
    color:#fff;
    font-weight:bold;
    text-align:center;
}
.meproduct-details-page .overview .product-name sup,
.legendsproduct-details-page .overview .product-name sup,
.iconxproduct-details-page .overview .product-name sup{
    top: -18px;
    font-size:17px;
}
.legendsproduct-details-page .product-name{
    /*text-align:left;*/
}
.iconxproduct-details-page .product-name{
    /*color:#14171c;*/
}
.iconxproduct-details-page .product-name h1{
    color:#14171c;
}
.meproduct-details-page .product-name h1,
.legendsproduct-details-page .product-name h1,
.iconxproduct-details-page .product-name h1{
    font-size:38px;
    margin:0 auto;
}
.got-page .product-name h1 {
    color: #ffb400;
    font-family: 'trajanpro';
    font-size: 30px;
    margin-bottom: 15px;
}
.meproduct-details-page .short-description,
.legendsproduct-details-page .short-description,
.iconxproduct-details-page .short-description{
    font-family: 'Coda', cursive;
    font-size:14px;
    color:#fff;
    margin:10px auto 40px;
    text-align: justify; 
}
.iconxproduct-details-page .short-description{
    color:#14171c;
}
.meproduct-details-page .me-hr,
.legendsproduct-details-page .me-hr{
    margin-bottom:35px;
}
.meproduct-details-page .label,
.legendsproduct-details-page .label,
.iconxproduct-details-page .label{
    font-size:100%;
    padding:0;
    color:#77cd2c;
    font-family: 'Teko', sans-serif;
    font-size:20px;
    font-weight:normal;
    width:33%;
    float:left;
    text-align:left;
    line-height: 28px;
}
.iconxproduct-details-page .label{
    color: #64a72a;
}
.meproduct-details-page .value, .meproduct-details-page .value a,
.legendsproduct-details-page .value, .legendsproduct-details-page .value a,
.iconxproduct-details-page .value, .iconxproduct-details-page .value a {    
    font-family: 'Teko', sans-serif;
    font-size:20px;
    font-weight:normal;
    color:#fff;
    width:67%;
    float:right;
    text-align:left;
}
.iconxproduct-details-page .value, .iconxproduct-details-page .value a {    
    color:#14171c;
}
.got-page .value, .got-page .value a {
    color: #fff;
}
.picture-thumbs-vertical .mCSB_scrollTools{
    background: #000;
    width: 8px;
}
.picture-thumbs-horizontal .mCSB_scrollTools{
    background:#000;
}
.gallery .additional-img-vertical a{
    display: inline-block;
    width: 110px;
    border: 1px solid #dabe5d;
    padding: 6px 10px;
    border-radius: 4px;
    display:none;
}
.page .gallery .col-lg-3 {
    max-width: 155px;
}
.iconxproduct-details-page .gallery .additional-img-vertical a {
    border: 1px solid #91a7b6;
}
.gallery .additional-img-vertical a:hover {
    border: 1px solid #665416;
}
.meproduct-details-page .gallery .picture, .meproduct-details-page .gallery .picture-thumbs, .meproduct-details-page .gallery .col-lg-3,
.legendsproduct-details-page .gallery .picture, .legendsproduct-details-page .gallery .picture-thumbs, .legendsproduct-details-page .gallery .col-lg-3,
.iconxproduct-details-page .gallery .picture, .iconxproduct-details-page .gallery .picture-thumbs, .iconxproduct-details-page .gallery .col-lg-3{
    text-align:center;
}
.meproduct-details-page .gallery .picture,
.legendsproduct-details-page .gallery .picture,
.iconxproduct-details-page .gallery .picture{
    margin-top:35px;
}
.meproduct-details-page .coming-soon-tag,
.legendsproduct-details-page .coming-soon-tag,
.iconxproduct-details-page .coming-soon-tag {
    width: 160px;
    height: 108px;
    background: url(../images/coming-soon-tag.png) no-repeat center center;
    position: absolute;
    right: 0;
    top: -4px;
    z-index:1;
}
.meproduct-details-page .retired,
.legendsproduct-details-page .retired,
.iconxproduct-details-page .retired {
    width: 116px;
    height: 118px;
    background: url(../images/RETIRED-tag.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    right: 0;
    top: -4px;
    z-index: 1;
}
.meproduct-details-page .retiring,
.legendsproduct-details-page .retiring,
.iconxproduct-details-page .retiring {
    width: 116px;
    height: 118px;
    background: url(../images/RETIRING-tag.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    right: 0;
    top: -4px;
    z-index: 1;
}
.meproduct-details-page .gallery .picture.col-lg-12 .retired,
.legendsproduct-details-page .gallery .picture.col-lg-12 .retired,
.iconxproduct-details-page .gallery .picture.col-lg-12 .retired,
.meproduct-details-page .gallery .picture.col-lg-12 .retiring,
.legendsproduct-details-page .gallery .picture.col-lg-12 .retiring,
.iconxproduct-details-page .gallery .picture.col-lg-12 .retiring {
    right:20px;
}
.got-page .gallery .picture {
    margin-top: 0;
}
.meproduct-details-page .gallery .picture,
.legendsproduct-details-page .gallery .picture,
.iconxproduct-details-page .gallery .picture a{
    line-height:600px;
    position: relative;
}
.meproduct-details-page .gallery .picture-thumbs,
.legendsproduct-details-page .gallery .picture-thumbs,
.iconxproduct-details-page .gallery .picture-thumbs{
    max-height:612px;max-width:110px;
    margin: 15px auto 15px;
    /*border: 1px solid #77cd2c;*/
    padding: 3px 0px;
    overflow: hidden;
}
.page .gallery .picture img{
    max-height:600px;
}
.iconxproduct-details-page .gallery .picture-thumbs {
    /*background: #f2f2f2;*/
}
.got-page .gallery .picture-thumbs {
    background: none;
    border:0;
}
.meproduct-details-page .gallery .picture-thumbs .thumb-item,
.legendsproduct-details-page .gallery .picture-thumbs .thumb-item,
.iconxproduct-details-page .gallery .picture-thumbs .thumb-item{
     margin:2px auto;
 }
.meproduct-details-page .gallery .picture-thumbs .thumb-item a,
.legendsproduct-details-page .gallery .picture-thumbs .thumb-item a,
.iconxproduct-details-page .gallery .picture-thumbs .thumb-item a {
     display:inline-block;
     width:100px;
     background:#fff;
 }
.meproduct-details-page .gallery .vehicleversion-delorean,
.legendsproduct-details-page .gallery .vehicleversion-delorean,
.iconxproduct-details-page .gallery .vehicleversion-delorean {
    position: absolute;
    right: 5px;
    top: -25px;
    background: url(../images/Badge-DeLorean.png?v=1) no-repeat center center;
    width: 120px;
    height: 160px;
    background-size:contain;
}

.meproduct-details-page .gallery .vehicleversion-westernstar,
.legendsproduct-details-page .gallery .vehicleversion-westernstar,
.iconxproduct-details-page .gallery .vehicleversion-westernstar {
    position: absolute;
    right: 5px;
    top: -45px;
    background: url(../images/Western-Star-Logo-White.svg?v=1) no-repeat center center;
    width: 100px;
    height: 63px;
    background-size: contain;
}

.meproduct-details-page .gallery .vehicleversion-ford,
.legendsproduct-details-page .gallery .vehicleversion-ford,
.iconxproduct-details-page .gallery .vehicleversion-ford {
    position: absolute;
    right: 5px;
    top: -45px;
    background: url(../images/vehiclesversion-ford.svg) no-repeat center center;
    width: 100px;
    height: 42px;
    background-size: contain;
}

.iconxproduct-details-page .gallery .vehicleversion-westernstar {
    background: url(../images/Western-Star-Logo-Black.svg?v=1) no-repeat center center;
    background-size: contain;
}

.meproduct-details-page .wtb-btn,
.legendsproduct-details-page .wtb-btn,
.iconxproduct-details-page .wtb-btn {
    width: 100%;
    height: 40px;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    background: #579927;
    color: #fff;
    text-transform: uppercase;
    border: none;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
}
.iconxproduct-details-page .wtb-btn {color:#14171c;}
.meproduct-details-page .p-ins-wrap,
.legendsproduct-details-page .p-ins-wrap,
.iconxproduct-details-page .p-ins-wrap {
    width:100%;position:relative;
    margin: 25px auto 15px;
    max-width: 384px;
    max-height: 265px;
    overflow: hidden;
}
.meproduct-details-page .p-ins-wrap img,
.legendsproduct-details-page .p-ins-wrap img,
.iconxproduct-details-page .p-ins-wrap img{
    width:100%;
}
.meproduct-details-page .p-ins-wrap .p-ins-view,
.legendsproduct-details-page .p-ins-wrap .p-ins-view,
.iconxproduct-details-page .p-ins-wrap .p-ins-view{
    width:50%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    background:rgba(0,0,0,0.6);
    text-align: center;
    font-size: 40px;
    color: #fff;
    line-height: 15px;
    padding-top: 25%;
    transition: all 0.45s;
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
    -o-transition: all 0.45s;
}
.meproduct-details-page .p-ins-wrap .p-ins-view span,
.legendsproduct-details-page .p-ins-wrap .p-ins-view span,
.iconxproduct-details-page .p-ins-wrap .p-ins-view span,
.meproduct-details-page .p-ins-wrap .p-ins-dl span,
.legendsproduct-details-page .p-ins-wrap .p-ins-dl span,
.iconxproduct-details-page .p-ins-wrap .p-ins-dl span{
    font-size: 18px;
}
.meproduct-details-page .p-ins-wrap .p-ins-dl,
.legendsproduct-details-page .p-ins-wrap .p-ins-dl,
.iconxproduct-details-page .p-ins-wrap .p-ins-dl{
    width:50%;
    height:100%;
    position:absolute;
    right:0;
    top:0;
    background:rgba(0,0,0,0.6);
    text-align: center;
    font-size: 40px;
    color: #fff;
    line-height: 15px;
    padding-top: 25%;
    transition: all 0.45s;
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
    -o-transition: all 0.45s;
}
.meproduct-details-page .p-ins-wrap .p-ins-dl:hover, .meproduct-details-page .p-ins-wrap .p-ins-view:hover,
.legendsproduct-details-page .p-ins-wrap .p-ins-dl:hover, .legendsproduct-details-page .p-ins-wrap .p-ins-view:hover,
.iconxproduct-details-page .p-ins-wrap .p-ins-dl:hover, .iconxproduct-details-page .p-ins-wrap .p-ins-view:hover{
   background:rgba(0,0,0,0.45);
    color:#77cd2c;
}

.me-page .p-assembled-steps,
.legends-page .p-assembled-steps,
.iconx-page .p-assembled-steps {
    overflow: hidden;
}
.me-page .p-assembled-steps .p-assembled-step,
.legends-page .p-assembled-steps .p-assembled-step,
.iconx-page .p-assembled-steps .p-assembled-step{
    float:left;    
    padding: 0 3px;
    text-align: center;
    max-width: 193px;
    font-size: 13px;
    color: #ffffff;
    width: 33.33%;
    font-family: 'Coda', cursive;
}
.me-page .p-assembled-steps .p-assembled-step img,
.legends-page .p-assembled-steps .p-assembled-step img,
.iconx-page .p-assembled-steps .p-assembled-step img
{
    margin-bottom:12px;
}
.iconx-page .p-assembled-steps .p-assembled-step{
    color:#000;
}
.me-page .assemble-section,
.iconx-page .assemble-section{
    margin-bottom:20px
}
.me-page .p-section-title,
.legends-page .p-section-title,
.iconx-page .p-section-title{
    font-family: 'Abel', sans-serif;
    color: #77cd2c;
    font-size: 23px;
    margin:0 auto 15px;
    text-transform: uppercase;
    /*padding-left: 5px;*/
}
.me-page .related-products-grid,
.legends-page .related-products-grid,
.iconx-page .related-products-grid{
    padding:0;
    background: #0a0b0e;
    margin: 20px auto 0;
    overflow: hidden;
}
.me-page .related-products-grid .owl-buttons,
.legends-page .related-products-grid .owl-buttons,
.iconx-page .related-products-grid .owl-buttons{
    text-align: right;
    position: absolute;
    top: -51px;
    right: 0;
}
.me-page .related-products-grid .owl-buttons .owl-prev,
.legends-page .related-products-grid .owl-buttons .owl-prev,
.iconx-page .related-products-grid .owl-buttons .owl-prev{
    background: none;
    color: #77cd2c;
    opacity: 1;
    font-size: 24px;
    margin: 5px 0;
    padding: 0 4px;
}
.me-page .related-products-grid .owl-buttons .owl-next,
.legends-page .related-products-grid .owl-buttons .owl-next,
.iconx-page .related-products-grid .owl-buttons .owl-next{
        background: none;
    color: #77cd2c;
    opacity: 1;
    font-size: 24px;
    margin: 5px 0;
    padding: 0 4px;
}
.me-page .related-products-grid .owl-page,
.legends-page .related-products-grid .owl-page,
.iconx-page .related-products-grid .owl-page{
    display:none;
}
.legends-page .related-products-grid{
    margin-top:0px;
}

.starwars-details-page {
    background: #14171c url(../images/cate-starwars-bg.jpg) repeat center top;
    background-attachment: fixed;
    background-size: 800px;
}

.starwars-details-page .related-products-grid {
    background: none;
}
.iconxproduct-details-page .related-products-grid{background:#f2f2f2;}
.got-page .related-products-grid{
    background:none;
}
.me-page .related-products-grid .item-grid,
.legends-page .related-products-grid .item-grid,
.iconxproduct-details-page .related-products-grid .item-grid {
    max-width: 1200px;
    margin: 35px auto;
}

.legends-page .legends-item-image{
    background: #000 url(../images/legends-top-banner.jpg?v=2) no-repeat center center;
    height: 159px;
    margin-bottom: 45px;
}
.legends-landing-page .legends-item-image {
    margin-bottom: 0;
}
.legends-page .legends-item-image .legends-item-tag {
    max-width: 1015px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}
.legends-page .legends-item-image .legends-item-tag:after{
    background: url(../images/legends-tag.png) no-repeat center center;
    max-width: 320px;
    height: 210px;
    position: absolute;
    top: -21px;
    right: 0;
    content: ".";
    display: block;
    width: 32%;
    clear: both;
    background-size: contain;    
    pointer-events: none;
}
.legends-page .assemble-section{
    background:url(../images/legends-galaxy-bg-3.jpg?v=2) no-repeat center center;
    padding:54px 0;
}
.legends-page .assemble-section .col-lg-6{
    margin:0 auto 10px;
}
.product-share-button {
    width: 369px;
    margin: 10px auto 0;
    padding-left: 3px;
}
.product-share-button .at-style-responsive .at-share-btn{
    padding:5px 4px;
}
.product-review-section {
}
.product-review-section .related-products-side{
    padding:0 0 0 30px;
}
.product-review-section .item-box{
    overflow:hidden;
    margin: 0 0 3px;
    padding: 0px 0;
    background: #282d32;
}
.product-review-section .item-box:hover{
    background:none;
}
.product-review-section .item-box .picture{
    width:30%; 
    float:left;
    height: 90px;
    text-align: center;
    line-height: 90px;
    border:1px solid #2f3a44;
    background: rgba(0, 0, 0, 0.35);
}
.product-review-section .item-box .details{
     width:70%; float:left;
        padding-left: 5px;
}
.product-review-section .item-box .product-title{
    font-size: 19px;
    margin: 14px 0 0;
}
.product-review-section .item-box .product-title a{
    color:#fff;
}
.product-review-section .item-box .sku{
    color:#8497b6;
    font-size: 16px;
}
.product-review-section .item-box .br-theme-fontawesome-stars .br-readonly a,
.product-review-section .item-box .br-theme-fontawesome-stars-o .br-widget a {
    font-size: 14px;
}
.product-review-section .related-products-grid-owl{
    background: #14171c;
    padding: 5px 5px 2px;
}
.product-review-section .item-box .rating{
    float:left;
}
.product-review-section .item-box .rating-sum{
    float:left;
    margin-left:4px;
    font-size:13px;
    color:#8497b6;
    line-height: 20px;
}

.review-section{
}
.review-section .product-review-selectors{
    clear: both;
    background: #57595c;
    height:40px;
    margin:10px 0 0;
}
.review-section .product-review-selectors .nice-select{
    height: 31px;
    line-height: 31px;
    margin:5px 5px 0 0;
    float:right;
    background: none;
    color: #fff;
    border-color: #828282;
}
.review-section .product-review-selectors .nice-select .list{
    background: #57595c;
}
.review-section .product-review-selectors .nice-select .option:hover, 
.review-section .product-review-selectors .nice-select .option.focus, 
.review-section .product-review-selectors .nice-select .option.selected.focus {
    background-color: #808080;
}
.review-section .review-section-content{
    max-width:1200px;
    margin:0 auto;
}
.review-section .review-section-content .product-review-pictures{
    margin:0 0 25px;
}
.review-section .product-review-list-content{
    clear:both;
    font-family: 'Coda', cursive;
    color:#fff;
    padding: 0 5px;
}
.review-section .product-review-list-content .product-review-loading{
    text-align: center;
    margin: 0 auto 0;
    padding: 60px 0 0;
    color: #77cd2c;
    font-size: 23px;
}
.review-section .pager{
    text-align:right;
}
.review-section .pager li>a, 
.review-section .pager li>span{
    background: #363636;
    color: #77cd2c;
    border-radius: 3px;
    border: none;
}
.review-section .pager .current-page span {
    border: 1px solid #77cd2c;
}
.review-section .product-review-item{
    padding: 0 0 10px;
    border-bottom: 1px solid #333;
    margin: 15px 0 0;
}
.product-review-item .review-title .product-review-box{
    float:left;
    margin-right:7px;
}
.product-review-item .review-title span{
   font-size: 16px;
}
.product-review-item .review-content{
    clear:both;
    margin-top: 4px;
}
.product-review-item .review-info .user{
    color:#8497b6;
    font-size: 15px;
}
.product-review-item .review-info .date{
    color:#7f7f7f;
    font-size:12px;
}
.product-review-item .vote-options{
    float: right;
}
.product-review-item .vote-options .vote{
    display: block;
    background: #363636;
    padding: 3px 5px;
    font-size: 13px;
    border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
    cursor:pointer;
}
.product-review-item .vote-options .vote:hover{
    background:#6c6b6b;
}
.product-review-item .vote-stats{
    font-size:13px;
}
.product-review-item .product-review-helpfulness .fa-heart{
    font-size:12px;
    color:#ec0863;
}
.product-review-item .review-pictures{

}
.product-review-item .review-pictures .picture-thumbs{
    margin-top: 6px;
}
.product-review-section .picture-thumbs>a,
.product-review-section .picture-thumbs .product-review-picture-item{
    height: 60px;
    line-height: 57px;
    width:60px;
    text-align:center;
    display: inline-block;
    border: 1px solid #363636;
    background: #363636;
    margin: 1px 1px;
    border-radius: 2px;
}
.product-review-section .product-review-picture-thumbs .mCSB_horizontal.mCSB_inside>.mCSB_container{
    margin-bottom:15px;
}
.product-reviews-overview{
    font-family: 'Coda', cursive;
    overflow: hidden;
}
.product-reviews-overview .product-no-reviews a{
    font-size:12px;
}
.product-reviews-overview .rating span{
    color:#d7d7d7;
    font-size:15px;
}
.product-reviews-overview .br-theme-fontawesome-stars .br-widget,
.product-reviews-overview .br-theme-fontawesome-stars-o .br-widget{
    margin-top: 4px;
}
.product-reviews-overview .br-theme-fontawesome-stars .br-readonly a,
.product-reviews-overview .br-theme-fontawesome-stars-o .br-widget a{
    font-size: 35px;
}
.product-reviews-overview .prv-span{
    color:#999999;
}
.product-reviews-overview .prv-value-span{
    display: block;
    color: #8497b6;
    font-size: 16px;
    font-weight: bold;
    margin-top: 5px;
}
.product-reviews-overview .rating-lines{
    color:#d7d7d7;
    padding:0;
    font-size: 13px;
}
.product-reviews-overview .rating-lines .col-lg-12{
    clear:both;
}
.product-reviews-overview .rating-lines .rating-label{
   width:10%;
   float:left;
}
.product-reviews-overview .rating-lines .rating-progress{
    width:80%;
   float:left;
   padding:0 10px;
}
.product-reviews-overview .rating-lines .rating-sum{
    width:10%;
   float:left;
   line-height: 20px;
}
.product-reviews-overview .progress{
    background: #57595c;
    border-radius:0;
    height: 5px;
    margin: 8px auto 11px;
}
.product-reviews-overview .progress-bar{
    background:#ffd200;
}
.product-reviews-overview .review-submit-btn{
    color:#d7d7d7;
    text-align:center;
}
.product-reviews-overview .review-submit-btn span{
    display:inline-block;
}
.product-reviews-overview .btn-metalearth-fill{
    margin:6px auto 0;
}
.product-reviews-popup{

}
.product-reviews-popup .review-rating{
    text-align: center
}
.product-reviews-popup .br-theme-fontawesome-stars .br-widget a,
.product-reviews-popup .br-theme-fontawesome-stars-o .br-widget a{
    font-size: 32px;
}
.product-reviews-popup #recaptcha{
    max-width: 304px;
    margin: 10px auto 0;
}
.product-reviews-popup .rc-anchor-dark{
    background: #ededed;
    color: #000;
}
.product-reviews-popup .rc-anchor-dark.rc-anchor-normal{
    border: 1px solid #c5c5c5;
}
.product-reviews-popup .review-title,
.product-reviews-popup .review-text{
    width:100%;
    border:1px solid #dddddd;
    padding:5px;
    resize:none;
}
.product-reviews-popup .review-text{
    height:100px;
}
.product-reviews-popup .inputs{
    margin-top:5px;
}
.product-reviews-popup .buttons{
    text-align:right;
    margin:10px auto 0;
}
.product-reviews-popup .review-upload{
    margin:10px auto 0;
}
.product-reviews-popup .review-upload .k-dropzone{
    padding:5px 0 7px 2px;
}
.product-reviews-popup .review-upload .demo-hint{
    color: #999;
    font-size: 12px;
    margin-top:3px;
}
.product-reviews-popup .message-error{
    color: #f00202;
    text-align: center;
}
.product-reviews-popup .write-review-processing{
    text-align: center;
    color: #77cd2c;
    font-size: 18px
}
#productReviewModal .modal-content{
    background: #f2f2f2;
}
#productReviewModal .product-review-required{
    font-family: Coda, cursive;
}
#productReviewModal .product-review-required h3{
    font-size:17px;
    line-height:22px;
}
.related-products-grid .product-item-me{
    text-align:center;
    border: 1px solid;
    margin:15px 0 10px;
    padding: 15px 0 10px;
    transition: all 0.45s;
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
    -o-transition: all 0.45s;
    position: relative;
}
.related-products-grid .product-item-me:hover{
    box-shadow: 0 0 9px;
    box-shadow: 0 0 9px 0 #77cd2c;
    -webkit-box-shadow: 0 0 9px 0 #77cd2c;
    -moz-box-shadow: 0 0 9px 0 #77cd2c;
}
.related-products-grid .product-item-me .picture{
    height: 200px;
    line-height: 200px;
}
.related-products-grid .product-item-me .details{
    position: absolute;
    width: 100%;
    height: 45px;
    bottom: 0;
    background: rgba(0, 0, 0, 0.55);
}
.related-products-grid .item-box{
    padding:0 8px;
}
.related-products-grid .item-box .p-premium-tag {
    background: url(../images/p-premium-tag.svg) no-repeat center center;
    width: 128px;
    height: 23px;
    position: absolute;
    top: -1px;
    left: 0px;
    z-index: 1;
    background-size: contain;
    pointer-events: none;
}
.related-products-grid .product-item-me .product-title{
    margin:0;
}
.related-products-grid .product-item-me .product-title a{
    font-size:18px; 
    color:#fff;
}
.meproduct-details-page .related-products-grid .product-item-me .description,
.legendsproduct-details-page .related-products-grid .product-item-me .description,
.iconxproduct-details-page .related-products-grid .product-item-me .description, .related-products-grid .product-item-me .sku{
    display:none;
}
.iconxproduct-details-page .related-products-grid .product-item-me{
    border:none;
}
.iconxproduct-details-page .product-item-me{
    background:#fff;
}
.got-page .product-item-me {
    background: none;
}
.iconxproduct-details-page .related-products-grid .product-item-me .product-title a{
    /*color:#666666;*/
}
.product-item-me .product-title, .product-item-me .sku{
    font-family: 'Teko', sans-serif;
}
.meproduct-details-page .block-recently-viewed-products,
.legendsproduct-details-page .block-recently-viewed-products,
.iconxproduct-details-page .block-recently-viewed-products{
        margin-left: 19px;
}
.meproduct-details-page .block-recently-viewed-products .listbox,
.legendsproduct-details-page .block-recently-viewed-products .listbox,
.iconxproduct-details-page .block-recently-viewed-products .listbox{
    border:1px solid;overflow:hidden;
}
.legendsproduct-details-page .block-recently-viewed-products .listbox{
    margin-top:32px;
}
.meproduct-details-page .block-recently-viewed-products .listbox .list,
.legendsproduct-details-page .block-recently-viewed-products .listbox .list,
.iconxproduct-details-page .block-recently-viewed-products .listbox .list{
    margin-bottom:0;
}
.meproduct-details-page .block-recently-viewed-products .listbox li,
.legendsproduct-details-page .block-recently-viewed-products .listbox li,
.iconxproduct-details-page .block-recently-viewed-products .listbox li{
   min-height: 145px;
    position: relative;
    padding: 0 1px;
}
.iconxproduct-details-page .block-recently-viewed-products .listbox{
    border-color:#7f7f7f;
}
.got-page .block-recently-viewed-products .listbox {
    border-color: #444444;
}
.meproduct-details-page .block-recently-viewed-products ul li,
.legendsproduct-details-page .block-recently-viewed-products ul li,
.iconxproduct-details-page .block-recently-viewed-products ul li{
    list-style:none;
    text-align:center;
    transition: all 0.45s;
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
    -o-transition: all 0.45s;
}
.meproduct-details-page .block-recently-viewed-products ul li:hover,
.legendsproduct-details-page .block-recently-viewed-products ul li:hover{
    background:#080808;
}
.iconxproduct-details-page .block-recently-viewed-products ul li:hover{
    background:#424242;
}
.got-page .block-recently-viewed-products ul li:hover {
    background: rgba(255, 180, 2, 0.2);
}
.block-recently-viewed-products .recently-item-picture{
    height: 100%;
    margin-top: 3px;
}
.block-recently-viewed-products .p-premium-tag {
    background: url(../images/p-premium-tag.svg) no-repeat center center;
    width: 87px;
    height: 14px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-size: contain;
    pointer-events: none;
}
.block-recently-viewed-products .p-new {
    width: 75px;
    height: 47px;
    background: url(../images/new-tag.png?v=2) no-repeat center center;
    position: absolute;
    right: -5px;
    top: -2px;
    background-size: contain;
    pointer-events:none;
}
.block-recently-viewed-products .coming-soon {
    width: 89px;
    height: 61px;
    background: url(../images/coming-soon-tag.png) no-repeat center center;
    position: absolute;
    right: -8px;
    top: -4px;
    background-size: contain;
    pointer-events:none;
}
.block-recently-viewed-products .recently-item-picture a {
    line-height: 110px;
}
.block-recently-viewed-products .recently-item-picture img{
    max-height:135px;
}
.block-recently-viewed-products .product-name {
    font-size: 11px;
    font-weight: normal;
    text-transform: capitalize;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    display: block;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding: 5px 0;
    font-family: 'Coda', cursive;
}
.page-body .gallery .view360cms{
    background: #666666;
    color: #eaeaea;
    border: 1px solid #606060;
    padding: 1px 5px 0;
    width: 100px;
    margin: 0 auto 3px;
    border-radius: 3px;
    font-size: 11px;
    text-align: center;
    cursor: no-drop;
    display: none;
}
.iconxproduct-details-page .gallery .view360cms{
    background: #eaeaea;
    color: #929292;
    border: 1px solid #a7a7a7;
}
.page-body .additional-img-horizontal{
    text-align: center;
    display:none;
}
.page-body .additional-img-horizontal .view360cms{
    width:80px;
}
.page-body .additional-img-horizontal a{
    display: inline-block;
    width: 115px;
    border: 1px solid #dabe5d;
    padding: 6px 10px;
    border-radius: 4px;
    margin-bottom: 5px;
    display:none;
}
.iconx-page .page-body .additional-img-horizontal a {
    border: 1px solid #91a7b6;
}
.page-body .additional-img-horizontal .picture-thumbs{
    border: solid 1px #77cd2c;
    width: auto;
    display: inline-block;
    margin: 0 5px;
    border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    max-width:100%;
    max-height:100%;
    height: 79px;
}
.page-body .additional-img-horizontal .picture-thumbs .gallery .picture-thumbs a {
    line-height: 70px;
    height: 70px;
    width: 70px;
}
.page-body .additional-img-horizontal .picture-thumbs a {
    line-height: 50px;
    overflow: hidden;
    background: #fff;
    display: inline-block;
    border: 1px #DBDBDB solid!important;
    border-radius: 3px;
    margin: 0 2px;
    width: 70px;
    height: 70px;
}
/*Category Page*/
.category-page .product-selectors{
    max-width: 812px;
    margin: 0 auto 65px;
    background: #e7e7e8;
    line-height: 42px;
    border: 1px solid #d0d1d2;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    text-align:center;
    color: #14171c;
    font-family: 'Coda', cursive;
}
.category-page .product-selectors .btn-group{
    /*margin-left:5px;*/
}
.category-page .product-selectors .btn-group>.btn-mesort{
    background: #000;
    color: #eee;
    text-shadow: none;
    border-color: #373a3e;
    height: 42px;
    outline: 0 !important;
    transition: all 0.5s;
}
.iconx-page .product-selectors .btn-group > .btn-mesort {
    background: #fff;
    color: #000;
    border-color: #e7e7e8;
}
.category-page .product-selectors .btn-group>.btn-mesort-selected{
    background: #14171c;
    color: #77cd2c;
}
.category-page .product-selectors .btn-group>.btn-mesort:hover{
    background: #14171c;
    color: #77cd2c;
}
.category-page .assemble-section{
        max-width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}
.category-page .product-selectors select{
    height: 26px;
    color: #888888;
    border-color: #bdbdbf;
    padding: 0 7px;
    background:#fff;
}
.category-page .product-selectors .select-selector{
    background:#fff;
    color: #888888;
    padding:3px 6px;
    border-radius:0;
}

.category-page .product-selectors .dropdown-menu li{
    padding:0 7px;
    line-height: 35px;
    cursor:pointer;
    color:#888888;
}
.category-page .product-selectors .product-page-size{
    border-left: 1px solid #d0d1d2;
    border-right: 1px solid #d0d1d2;
}
.category-page .item-grid {
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
.category-page .non-lic-sll{
    width:90%;
    margin:0 auto;
    display:none;
    background: #14171c;
    color: #eee;
    border-color:#373a3e;
    font-family: 'Exo 2', sans-serif;
}
.category-page .item-box .product-item{
    border:1px solid #e7e7e8;text-align:center;
    margin:0 5px;
    transition: all 0.45s;
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
    -o-transition: all 0.45s;
}
.category-page .item-box .product-item:hover{
           box-shadow: 0 0 8px 0 rgba(119, 205, 44, 0.5);
    -webkit-box-shadow: 0 0 8px 0 rgba(119, 205, 44, 0.5);
    -moz-box-shadow: 0 0 8px 0 rgba(119, 205, 44, 0.5);
    /*border-color: rgba(119, 205, 44, 0.65) !important;*/
}
.non-licensed-page .item-box .product-item:hover,
.search-page .item-box .product-item:hover,
.newproducts-page .item-box .product-item:hover,
.coming-soon-page .item-box .product-item:hover,
.legends-page .item-box .product-item:hover {
    border-color: rgba(119, 205, 44, 0.65) !important;
}
.category-page .product-grid .description, .category-page .add-info {
    display: none;
}
.category-page .product-grid{    
    width: 1220px;
    margin-left: -10px;
}
.category-page .product-grid .details{
    background:#f9f9f9;
    font-family: 'Coda', cursive;
    padding: 5px 0 0;
    height: 60px;
}
.category-page .product-list{overflow:hidden; padding-top:10px}
.category-page .product-list .product-item{
    overflow:hidden;
    position:relative;
}
.category-page .product-list .picture{
    width: 30%;
    float: left;
}
.category-page .product-list .details{
    width: 70%;
    float: left;
    margin-top: 30px;padding-right:10px;
    text-align:left;
}
.category-page .product-list .item-grid{margin:0 auto;}
.category-page .details .value{
    /*font-weight:700;*/
    color:#6e6e6e;
    width: 50%;
    position:absolute;
    font-size:13px;
    bottom:2px;
}
.category-page .details .value.sheets{
    text-align:left;
    padding-left:5px;
}
.category-page .details .value.difficulty{
    text-align:right;
    right:10px;
}
.category-page .item-grid .picture {
    height: 220px;
    line-height: 220px;
}
.category-page .item-grid .item-box{
    margin-bottom:15px;
}
.category-page .details .product-title{
    margin:3px 0 0;
    font-size:23px;
    font-family: 'Teko', sans-serif;
}
.category-page .details a{    
    color:#14171c;
    text-transform: uppercase;
    font-size:20px;
}
.category-page .details .sku{
    font-size:13px;
    font-weight:700;
    color:#77cd2c;
    display:none;
}
.category-page .pager{
    text-align:right;
    font-family: 'Coda', cursive;
    color:#77cd2c;
}
.category-page .pager li{
    padding: 0 1px;
}
.category-page .pager a{
    color:#77cd2c;
}
.category-page .pager li>a, .category-page .pager li>span{
    border-radius: 3px;
}
.category-page .current-page span{
    border-color:#77cd2c;
}
.category-page .product-viewmode .viewmode-icon{
    margin:0 4px;
    color:#737373;
    font-size:17px;
}
.category-page .product-viewmode .viewmode-icon:hover{
    color:#77cd2c;
}
.licensed-startrek-page .cate-main-body .item-grid .picture{
    height:290px;
    line-height: 290px;
}
.licensed-header {
    max-width: 1200px;
    margin: 0 auto 55px;
    text-align: center;
}
.category-page .recently-added-products-page{
    background:#f2f2f2;padding-bottom: 20px;
}
.me-page .product-selectors,
.legends-page .product-selectors{
    background: #373a3e;
    color:#8497b6;
    border-color:#4f5155;
}
.me-page .product-selectors select,
.legends-page .product-selectors select,
.me-page .product-selectors .select-selector,
.legends-page .product-selectors .select-selector{
    border-color:#3c3e41;
    background:#14171c;
    color:#888888;
    padding:3px 6px;
    border-radius:0;
}
.product-selectors .select-selector .caret{
    margin-left:10px;
}
.me-page .product-selectors .dropdown-menu,
.legends-page .product-selectors .dropdown-menu{
    background: #13161b;
    border:1px solid #475a7b;
}
.product-selectors .dropdown-menu{
    min-width:115px;
    padding:0;
    border-radius:0;
}
.product-selectors .dropdown-menu li:hover{    
    color:#fff;
    background:#2196F3;
}
.me-page .product-viewmode .viewmode-icon{
    color:#888888;
}
.me-page .product-selectors .product-page-size,
.legends-page .product-selectors .product-page-size{
    border-color:#696b6e;
}
.category-page-body{clear:both;}
.me-page .category-page-body .item-box .product-item,
.legends-page .category-page-body .item-box .product-item{
    border-color:#313335;
    background:#0f1115;
}
.me-page .category-page-body .product-grid .details,
.legends-page .category-page-body .product-grid .details{
    background:#25272b;
}
.me-page .category-page-body .product-grid .details a,
.legends-page .category-page-body .product-grid .details a{
    color:#fff;
    position:relative;
}
/*.me-page .category-page-body .product-grid .details a:before {
    position: absolute;
    top: 2px;
    right: -13px;
    content: 'TM';
    font-size: 18px;
}*/
.me-page .category-page-body .details .value,
.legends-page .category-page-body .details .value{
    color:#8497b6;
}
.legends-page .category-page-body .details .value{
    /*width: 100%;
    float: none;
    text-align: center;
    right: inherit;
    position: relative;*/
    font-size:12px;
}
.legends-page .category-page-body .product-list .details .value{
    width: 50%;
    position: absolute;
    bottom: 2px;
    text-align: right;
    right: 10px;
}
.me-page .category-page-body .pager li>a,
.me-page .category-page-body .pager li>span,
.legends-page .category-page-body .pager li>a,
.legends-page .category-page-body .pager li>span {
    background: #26292e;
}
.me-page .category-page-body .pager li>a,
.legends-page .category-page-body .pager li>a{
    border:none;
}
.me-page .category-page-body .recently-added-products-page,
.legends-page .category-page-body .recently-added-products-page{
    margin-top:100px;
    background:#000;
}
.me-page .category-page-body .recently-added-products-page .product-grid .details,
.legends-page .category-page-body .recently-added-products-page .product-grid .details{
    background:none;
}
.legends-page .legends-marvel-wrapper{
    background: #14171c url(../images/product-legends-marvel-bg.jpg) center top no-repeat;
    /*background-attachment: fixed;
    background-size: cover;*/
    margin-top:-45px;
    padding-top:45px;
    overflow: hidden;
}
.legends-page .page-body.category-page-body .product-grid .item-grid .item-box{
    width:20%;
}
.legends-page .category-page-body .item-box .product-item{
    margin:0 2px;
}
.legends-page .category-page-body .details .product-title{
    font-size:21px;
}
.legends-page .info-intro-wrap{
    text-align: center;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    margin:5px auto  0;
    overflow: hidden;
    max-width: 720px;
}
.legends-page .info-intro-wrap .info-intro-text{
    margin:15px 0;
    font-size: 16px;
}
.legends-page .legends-help-more{
    text-align:center;
    background:#14171c;
    font-family: 'Coda', cursive;
    color:#fff;    
    font-size: 20px;
    padding:30px 0 2px;
}
.legends-page .legends-help-more h4{
    font-family: 'Montserrat', sans-serif;
    margin:10px 0 0;
    font-size:20px;
    font-weight:bold;
}
.legends-page .legends-marvel-blur{
    background: url(../images/help-marvel-bg-blur.jpg?v=2) center top no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.legends-page .legends-page-blur .help-specify-360-section,
.legends-page .legends-page-blur .help-specify-instruction-section,
.legends-page .legends-page-blur .help-specify-assembly-vid-section{
    text-align: center;
    overflow: hidden;
    padding: 75px 0 20px;
}
.legends-page .section-title {
    font-family: 'Teko', sans-serif;
    text-transform: uppercase;
    font-size: 50px;
    color: #77cd2c;
    margin: 32px 0 0;
}
.legends-page .section-des {
    font-family: 'Coda', cursive;
    font-size: 18px;
    color: #fff;
}

.legends-page .help-specify-content {
    max-width: 1200px;
    margin: 25px auto;
}
.legends-page .help-specify-content .owl-buttons{
    display:none;
}

.legends-page .product-special-offer{
    text-align: center;
    max-width: 231px;
    margin: 25px auto 0;
}
.legends-page .product-special-offer-btn {
    background: #fcc006;
    display: table;
    margin: 27px 4px 25px 0;
    padding: 2px;
    border-radius: 3px;
    float: right;
    font-weight: bold;
}
.legends-page .product-special-offer-link {
    border: 2px solid #000;
    padding: 5px 10px;
    box-shadow: inset 0 0 0px 1px #fffa69;
    color:#333;
}

.legends-landing-page{

}
.legends-landing-page .legends-nav-wrap{
    background:#272727;
    margin-bottom: 45px;
}
.legends-landing-page .legends-nav-right {
    color: #fff;
    font-family: 'Coda', cursive;
    z-index: 2;
    overflow: hidden;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    font-size: 12px;
    text-align: center;
}
.legends-landing-page .legends-nav-right .legends-nav-item{
    text-align: center;
    width: 14%;
    padding: 15px 0;
    display: inline-block;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    overflow: hidden;
    cursor: pointer;
    text-transform:uppercase;
    margin-bottom: -5px;
}
.legends-landing-page .legends-nav-fixed{
    position: fixed;
    width: 100%;
    z-index: 2;
    top: 60px;
}
.legends-landing-page .legends-nav-right .legends-nav-item:hover,
.legends-landing-page .legends-nav-right .legends-nav-item.active {
    background: #343333;
    color: #77cd2c;
}
.legends-landing-page .legend-section-line{
    margin:10px auto;
    text-align:center;
}
.legends-landing-page .product-title{
    font-family: teko,sans-serif;
    margin: 0;
}
.legends-landing-page .product-title a{
    color: #fff;
}
.legends-landing-page .category-page-body .details .value,
.legends-landing-page .category-page-body .details .description{
    display:none;
}
.legends-landing-page .flintstones-section{
    background:url(../images/legends-flintstones-bgx60.jpg) no-repeat center center;
    width:100%;
    max-width:1200px;
    margin:0 auto;
    height:380px;
    border-radius:10px;
    overflow:hidden;
    position:relative;
}
.flintstones-section .flintstones-hover-bg, 
.legends-landing-page .looneytunes-hover-bg,
.legends-landing-page .section-hover-bg{
    overflow:hidden;
    transition: all 0.65s;
    -webkit-transition: all 0.65s;
    -moz-transition: all 0.65s;
    -o-transition: all 0.65s;
    position:relative;
}

.legends-landing-page .looneytunes-hover-bg:hover,
.legends-landing-page .section-hover-bg:hover{
    background: rgba(0, 0, 0, 0.8);
}
.flintstones-section .flintstones-hover-bg:hover{
    background: rgba(0, 0, 0, 0.7);
}
.legends-landing-page .flintstones-item-box {
    text-align: center;
    margin-top: -38px;
}
.legends-landing-page #flintstones-licensed-text{
    height: 42px;
    position: absolute;
    bottom: 10px;
    left: 22px;
}
.legends-landing-page #flintstones-logo{
    height: 137px;
    position: absolute;
    top: 12px;
    left: 15px;
}
.legends-landing-page .flintstones-section .product-title{
    position: absolute;
    bottom: 5px;
    right: 20px;
    font-weight: bold;
    font-size: 25px;
    text-transform: uppercase;
}
.legends-landing-page .lordoftherings-section{
    background:url(../images/legends-lotr-bgx60.jpg) no-repeat left top;
    width:100%;
    margin:0 auto;
    height:520px;
    border-radius:10px;
    overflow:hidden;
    position:relative;
}
.legends-landing-page .lotr-logo{
    text-align: center;
    margin: 15px auto -10px;
}
.legends-landing-page .lotr-licensed{
    width: 235px;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #c7a556;
    text-align: justify;
    font-size: 9px;
}
.legends-landing-page .lotr-licensed img{
    height: 47px;
    margin-bottom: 5px;
}
.legends-landing-page .lordoftherings-section .item-grid{
    padding:0 10px;
    margin-bottom:2px;
}
.legends-landing-page .lordoftherings-section .item-box .product-item{
    background: rgba(0, 0, 0, 0.3);
    overflow: hidden;
    padding: 8px 0 5px;
    position: relative;
    border: 0;
    margin: 0 4px;
}
.legends-landing-page .lordoftherings-section .item-box .product-item:before{
    content:'';
    box-shadow: inset 0 0 25px 8px #000;
    display:block;
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    pointer-events: none;
}
.legends-landing-page .lordoftherings-section .item-box .product-item:hover{
    box-shadow: 0 0 10px 0 #f2c919;
    -webkit-box-shadow: 0 0 10px 0 #f2c919;
    -moz-box-shadow: 0 0 10px 0 #f2c919;
}
.legends-landing-page .lordoftherings-section .item-box .product-item:hover::before{
    box-shadow:none;
    border:1px solid #000;
}
.legends-landing-page .lordoftherings-section .item-grid .picture{
    width: 300px;
    height: 300px;
    margin-left: -53px;
}
.legends-landing-page .lordoftherings-section .item-grid .item-MEM071 .picture{
    margin-left: -30px;
}
.legends-landing-page .lordoftherings-section .details .product-title{
    position: relative;
    z-index: 1;
    font-weight:bold;
    font-size: 19px;
}
.legends-landing-page .transformers-section{
    background:url(../images/legends-transformers-bgx60.jpg) no-repeat left top;
    width:100%;
    margin:0 auto;
    border-radius:10px;
    overflow:hidden;
    position:relative;
}
.legends-landing-page .transformers-logo-vertical{
    position: absolute;
    right: 0;
    width: 120px;
    height: 100%;
    text-align: center;
    padding-top: 20px;
    background: #000;
}
.legends-landing-page .transformers-logo-vertical img{
    width:84px;
}
.legends-landing-page .transformers-section .item-grid{
    max-width: 785px;
    margin: 20px 9% 0 0;
    float: right;
}
.legends-landing-page .transformers-section .item-grid .item-box{
    margin-bottom:24px;
}
.legends-landing-page .transformers-section .item-box .product-item{
    background:none;
    border:0;
}
.legends-landing-page .transformers-section .item-grid .picture{
    height:230px;
}
.legends-landing-page .transformers-section .item-box .product-item:hover{
    box-shadow:none;
}
.legends-landing-page .transformers-section .item-box .product-item:hover .product-title a{
    color:#edd31a;
}
.legends-landing-page .transformers-section .details .product-title{
    font-size: 19px;
    font-weight: bold;
    margin-top: 6px;
}
.legends-landing-page .transformers-licensed-box{
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 240px;
    color: #575757;
    font-size: 9px;
    text-align: justify;
}
.legends-landing-page .transformers-licensed-logos{
    margin-bottom: 10px;
}
.legends-landing-page .looneytunes-section{    
    background:#fff url(../images/legends-looneytunes-bgx60.jpg) no-repeat center center;
    width:100%;
    margin:0 auto;
    border-radius:10px;
    overflow:hidden;
    position:relative;
}
.looneytunes-section .looneytunes-specialoffer {
    position: absolute;
    bottom: 24px;
    width: 192px;
    left: 9px;
}
.legends-landing-page .looneytunes-logo {
    position: absolute;
    top: 8px;
    left: 3px;
}
.legends-landing-page .looneytunes-licensed{
    position: absolute;
    top: 2px;
    right: 10px;
}

.legends-landing-page .looneytunes-section .item-grid{
    max-width:1030px;
    float:right;
}
.legends-landing-page .looneytunes-section .item-grid .item-box{
    width:19%;
    display:inline-block;
    position:relative;
}
.legends-landing-page .item-grid .item-over img,
.legends-landing-page .item-grid .item-over .product-title {
    opacity: 0.6;
}

.legends-landing-page .looneytunes-section .item-grid .item-box.item-MEM041 {
    width: 22%;
}
.legends-landing-page .looneytunes-section .item-grid .item-box.item-MEM041 .picture{
    height: 377px;
    margin-top: -50px;
}
.legends-landing-page .looneytunes-section .item-box .product-item{
    background:none;
    border:0;
}
.legends-landing-page .looneytunes-section .item-box .product-item:hover{
    box-shadow:none;
}
.legends-landing-page .looneytunes-section .item-box .product-item:hover .product-title a{
    color: #edd31a;
}
.legends-landing-page .looneytunes-section .item-grid .picture{
    height: 300px;
}
.legends-landing-page .looneytunes-section .details .product-title a{
    color:#000;
    font-size:19px;
    font-weight:bold;
}
.legends-landing-page .looneytunes-section .item-MEM041 .details .product-title{
    padding-left: 50px;
}
.legends-landing-page .guardiansgalaxy-section{
    background:#14171c url(../images/legends-guardiansgalaxy-bgx60.jpg) no-repeat center center;
    width:100%;
    margin:0 auto;
    border-radius:10px;
    overflow:hidden;
    position:relative;
}
.legends-landing-page .guardiansgalaxy-section .item-grid{
    max-width:1030px;
    float:right;
    margin: 25px -15px 14px 0;
}
.legends-landing-page .guardiansgalaxy-section .item-grid .item-box{
    width:18%;
    display:inline-block;
    position:relative;
}
.legends-landing-page .guardiansgalaxy-section .item-box .product-item{
    background:none;
    border:0;
    margin:0;
}
.legends-landing-page .guardiansgalaxy-section .item-grid .item-box.item-MEM007{
    width: 26%;
    margin: 0 0 0 -15px;
}
.legends-landing-page .guardiansgalaxy-section .item-grid .item-box.item-MEM007 .product-title{
    padding-left: 80px;
}
.legends-landing-page .guardiansgalaxy-section .item-grid .item-box .product-title a{
    font-weight:bold;
    font-size:19px;
}
.legends-landing-page .guardiansgalaxy-section .item-grid .picture{
    height: 300px;
}
.legends-landing-page .guardiansgalaxy-section .item-box .product-item:hover{
    box-shadow:none;
}
.legends-landing-page .guardiansgalaxy-section .item-box .product-item:hover .product-title a{
    color: #edd31a;
}
.legends-landing-page .guardiansgalaxy-logo{
    position: absolute;
    bottom: -15px;
    left: -30px;
}
.legends-landing-page .avengers-section{    
    background:#14171c url(../images/legends-avengers-bgx60.jpg) no-repeat center center;
    width:100%;
    margin:0 auto;
    border-radius:10px;
    overflow:hidden;
    position:relative;
}
.legends-landing-page .avengers-section .item-grid{
    max-width:1010px;
    float:right;
    margin: 30px -15px 9px 0;
}
.legends-landing-page .avengers-section .item-grid .item-box{
    width:18%;
    display:inline-block;
    position:relative;
}
.legends-landing-page .avengers-section .item-box .product-item{
    background:none;
    border:0;
    margin:0;
}
.legends-landing-page .avengers-section .item-grid .item-box.item-MEM003{
    width: 24%;
    margin: 0 0 0 -15px;
}

.legends-landing-page .avengers-section .item-grid .item-box.item-MEM004{
    width: 20%;
}
.legends-landing-page .avengers-section .item-grid .item-box .product-title a{
    font-weight:bold;
    font-size:19px;
    color:#000;
}
.legends-landing-page .avengers-section .item-grid .picture{
    height: 300px;
}
.legends-landing-page .avengers-section .item-box .product-item:hover{
    box-shadow:none;
}
.legends-landing-page .avengers-section .item-box .product-item:hover .product-title a{
    color: #edd31a;
}
.legends-landing-page .avengers-logo{
    position: absolute;
    bottom: 10px;
    left: 9px;
}
.legends-landing-page .justiceleague-section{
    background:#14171c url(../images/legends-justiceleague-bgx60.jpg) no-repeat center center;
    width:100%;
    margin:0 auto;
    border-radius:10px;
    overflow:hidden;
    position:relative;
}
.legends-landing-page .justiceleague-section .item-grid{
    max-width:1045px;
    float:none;
    overflow: hidden;
    margin-bottom: 14px;
}
.legends-landing-page .justiceleague-section .item-grid-3{
    max-width: 800px;
    margin-top: 12px;
    margin-bottom: 0;
}
.legends-landing-page .justiceleague-section .item-grid .item-box{
    display:inline-block;
    margin-bottom: 0;
}
.legends-landing-page .justiceleague-section .item-box .product-item{
    background:none;
    border:0;
    margin:0;
}
.legends-landing-page .justiceleague-section .item-grid .item-box .product-title a{
    font-weight:bold;
    font-size:19px;
}
.legends-landing-page .justiceleague-section .item-grid .picture{
    height: 300px;
}
.legends-landing-page .justiceleague-section .item-box .product-item:hover{
    box-shadow:none;
}
.legends-landing-page .justiceleague-section .item-box .product-item:hover .product-title a{
    color: #edd31a;
}
.legends-landing-page .justiceleague-section .justiceleague-logo{
    position: absolute;
    left: 11px;
    top: 30px;
    width: 215px;
}
.legends-landing-page .justiceleague-licensed{
    width: 180px;
    text-align: justify;
    color: #fff;
    position: absolute;
    right: 9px;
    font-size: 8px;
    top: 11px;
}

.legends-landing-page .justiceleague-licensed img{
    width: 110px;
    display: block;
    margin: 0 auto 8px;
}

.legendsproduct-details-page .affix{
    right:7px;
    top:41%;
    z-index: 9;
}
.legendsproduct-details-page .nav-help a{
    color:#77cd2c;
}
.legendsproduct-details-page .nav-help .active .nav-icon{
    color:#fff;
    background:#77cd2c;
}
.legendsproduct-details-page .nav-help li{
    list-style:none;
    text-align: right;
}
.legendsproduct-details-page li:hover .nav-text{
    display:inline-block;
}
.legendsproduct-details-page .nav-text{
    display:none;
    padding: 3px 11px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    background: #77cd2c;
    color: #fff;
    border: none;
    font-family: 'Coda', cursive;
}
.legendsproduct-details-page .nav-icon{
    display:inline-block;
    width:40px;
    height:40px;
    border:1px solid #77cd2c;
    background:#fff;
    text-align:center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    margin: 5px 0;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
}
.legends-justiceleague-page{    
    background: #14171c url(../images/product-legends-justiceleague-bg.jpg?v=10) center top no-repeat;
    background-attachment:fixed;
    background-size: cover;
    z-index: -1;
}
.legends-page .legends-justiceleague-wrapper {
    margin-top: -45px;
    padding-top: 45px;
    overflow: hidden;
    position:relative;
}
.legends-page .legends-justiceleague-blur{
    background: rgba(0,0,0,0.75);
    background-attachment: fixed;
    background-size: cover;
}
.legends-justiceleague-wrapper .legends-justiceleague-left{
    background: url(../images/character-justiceleague-l.png) left bottom no-repeat;
    width: 35%;
    height: 700px;
    position: absolute;
    background-size: contain;
    bottom: 0;
    left:0;
    z-index: -2;
}
.legends-justiceleague-wrapper .legends-justiceleague-right{    
    background: url(../images/character-justiceleague-r.png) right bottom no-repeat;
    width: 35%;
    height: 700px;
    position: absolute;
    background-size: contain;
    bottom: 0;
    right:0;
    z-index: -2;
}
.legendsproduct-details-page .legends-justiceleague-wrapper .label{
    color: #fff;
    width:80px;
}
.me-page .category-page-body .product-list .details a,
.legends-page .category-page-body .product-list .details .product-title a{
    color:#fff;
}
.me-page .category-page-body .product-list .details .description,
.legends-page .category-page-body .product-list .details .description,
.iconx-page .product-list .details .description{
    color:#c9c9c9;
    max-height: 139px;
    overflow: hidden;
}
.iconx-page .product-list .details .description{
    color:#333;
}
.recently-added-products-page .item-grid {margin:0 auto;}
.recently-added-products-page .item-grid .item-box{
    margin: 10px 4px 20px;
}
.recently-added-products-page .item-grid .item-box .picture{
    height: 160px;
    line-height: 170px;
}
.recently-added-products-page .item-grid .item-box .details .product-title{
    font-size:18px;
    line-height: 18px;
}
.recently-added-products-page .page-title,
.featured-product-grid .page-title,
.p-assembled-steps .page-title{
    text-align:left; color:#77cd2c; margin:30px 0 0;padding-top: 10px;
}
.recently-added-products-page .page-title h1,
.featured-product-grid .page-title h1,
.p-assembled-steps .page-title h1,
.recently-added-products-page .page-title span,
.featured-product-grid .page-title span,
.p-assembled-steps .page-title span{
    font-size:30px;
    font-weight: normal;
}
.recently-added-products-page .item-box .product-item{
    margin:0;background: #fff;
    overflow: hidden;
    position: relative;
}
.recently-added-products-page .item-box .product-item .p-premium-tag{
    top: 0px;
    width: 90px;
    left: 0;
}
.recently-added-products-page .item-grid .item-box .p-new {
    width: 90px;
    height: 55px;
    right: -5px;
    top: -2px;
    background-size: contain;
}
.recently-added-products-page .product-grid {
    position: relative;
    margin: 0;
    max-width: 1200px;
}
.recently-added-products-page .product-grid .details{
    background:none;height:auto;margin-bottom:5px;
}
.me-page .category-page-body .recently-added-products-page .product-grid .details a,
.me-page .category-page-body .featured-product-grid .product-grid .details a,
.iconx-page .featured-product-grid .product-grid .details a,
.iconx-page .recently-added-products-page .product-grid .details a {
    /*color: #666;*/
    text-transform: capitalize;
    font-size: 18px;
}
.recently-added-products-page .owl-pagination,
.featured-product-grid .owl-pagination{display:none;}
.recently-added-products-page .owl-theme .owl-controls .owl-buttons div,
.featured-product-grid .owl-theme .owl-controls .owl-buttons div{
    background:none;
    color:#77cd2c;
    opacity:1;
    font-size:24px;
    margin: 5px 0;
    padding: 0 4px;
}
.recently-added-products-page .owl-theme .owl-controls,
.featured-product-grid .owl-theme .owl-controls{
    text-align: right;
    position: absolute;
    top: -61px;
    right: 0;
}
.featured-product-grid .item-grid{
    background:#fff;
}
.featured-product-grid .item-grid .item-box{
    margin:0;
}
.featured-product-grid .item-box .product-item{
    margin: 0;border:none;
}
.me-page .category-page-body .featured-product-grid .item-box .product-item{
     background: #fff;
}
.me-page .category-page-body .featured-product-grid .details{
     background: none;
    height:auto;
}
.me-page .category-page-body .featured-product-grid .details a{
    color:#666666;
}
.featured-product-grid .item-grid .picture{
    height: 150px;
    line-height: 155px;
}
.featured-product-grid .item-grid .sku{
    display:none;
}
.me-page .category-page-body .featured-product-grid .item-box .product-item:hover,
.iconx-page .featured-product-grid .item-box .product-item:hover{
    box-shadow:none;
    background:#e5e5e5;
}
.iconx-page .featured-product-grid .details{
    height:auto;
    background:none;
}
.iconx-page .featured-product-grid .item-grid{
    border:1px solid #7f7f7f ;
}
.iconx-page .category-description{
    max-width: 875px;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    font-family: 'Coda', cursive;
}

.coming-soon-page .item-grid .item-box{
    position:relative;
}
.item-grid .item-box .coming-soon{
    width:130px;
    height:88px;
    background: url(../images/coming-soon-tag.png) no-repeat center center;
    background-size:contain;
    position: absolute;
    right: -8px;
    top: -4px;
}
.item-grid .item-box .additionalInfo-designnotfinal {
    position: absolute;
    bottom: 60px;
    right: 6px;
    z-index: 1;
    background: #a3a3a3;
    padding: 1px 6px;
    color: #000;
    font-family: 'Coda',cursive;
    border-radius: 3px;
    font-size: 12px;
    display: block;
    height: 20px;
    line-height: 20px;
}
.item-grid .item-box .p-new{
    width: 120px;
    height: 70px;
    background: url(../images/new-tag.png?v=2) no-repeat center center;
    position: absolute;
    right: -5px;
    top: -2px;
}
.item-grid .item-box .retiring{
    width:116px;
    height:118px;
    background: url(../images/RETIRING-tag.png) no-repeat center center;
    position: absolute;
    right: 5px;
    top: 0;
    background-size:contain;
}
.item-grid .item-box .retired{
    width:116px;
    height:118px;
    background: url(../images/RETIRED-tag.png) no-repeat center center;
    position: absolute;
    right: 5px;
    top: 0;
    background-size:contain;
    z-index:1;
}
.item-grid .item-box .swversion-ep9 {
    width: 85px;
    height: 44px;
    background: url(../images/Force-Awaken-01.svg) no-repeat center center;
    position: absolute;
    top: 1px;
    left: 1px;
    background-size: contain;
}
.item-grid .item-box .swversion-hansolo {
    width: 75px;
    height: 37px;
    background: url(../images/sw-han-SOLO-01.svg) no-repeat center center;
    position: absolute;
    top: 2px;
    left: 1px;
    background-size: contain;
}
.item-grid .item-box .swversion-ep8-last-jedi {
    width: 91px;
    height: 50px;
    background: url(../images/sw-ep8-logo.png) no-repeat center center;
    position: absolute;
    top: 0;
    left: 1px;
    background-size: contain;
}
.item-grid .item-box .swversion-rogueone {
    width: 75px;
    height: 43px;
    background: url(../images/sw-ro-logo.png) no-repeat center center;
    position: absolute;
    top: 1px;
    left: 1px;
    background-size: contain;
}
.item-grid .item-box .aviationversion-boeing {
    background: url(../images/Boeing-logo-productbox.png) no-repeat center center;
    width: 54px;
    height: 50px;
    position: absolute;
    top: 2px;
    left: 6px;
    z-index: 1;
    opacity: 0.95;
    background-size: contain;
}
.item-grid .item-box .aviationversion-boeing-bell {
    background: url(../images/boeing-bell-logo-productbox.png?v=1) no-repeat center center;
    width: 85px;
    height: 50px;
    position: absolute;
    bottom: 60px;
    left: 6px;
    z-index: 1;
    opacity: 0.95;
    background-size: contain;
}
.meproduct-details-page .aviationversion-boeing-bell {
    background: url(../images/boeing-bell-logo-productbox.png?v=1) no-repeat center center;
    width: 132px;
    height: 65px;
    position: absolute;
    top: -24px;
    right: 0;
    z-index: 1;
    opacity: 0.95;
    background-size: contain;
}
.item-grid .item-box .aviationversion-apollo11 {
    background: url(../images/Apollo11-logo-productbox.png) no-repeat center center;
    width: 57px;
    height: 56px;
    position: absolute;
    top: 2px;
    left: 6px;
    z-index: 1;
    opacity: 0.95;
    background-size: contain;
}
.meproduct-details-page .aviationversion-apollo11 {
    background: url(../images/Apollo11-logo-productbox.png) no-repeat center center;
    width: 82px;
    height: 82px;
    position: absolute;
    top: -24px;
    right: 0;
    z-index: 1;
    background-size: contain;
}
.item-grid .item-box .aviationversion-bellhelicopter {
    background: url(../images/bellhelicopter-logo-2024.svg) no-repeat center center;
    width: 52px;
    height: 60px;
    position: absolute;
    top: 2px;
    left: 6px;
    z-index: 1;
    opacity: 0.95;
    background-size: contain;
}
.meproduct-details-page .aviationversion-bellhelicopter {
    background: url(../images/bellhelicopter-logo-2024.svg) no-repeat center center;
    width: 78px;
    height: 90px;
    position: absolute;
    top: -24px;
    left: 0;
    z-index: 1;
    background-size: contain;
}
.item-grid .item-box .aviationversion-cessna {
    background: rgba(20, 23, 28, 0.5) url(../images/Cessna-logo-productbox.png) no-repeat center center;
    width: 61px;
    height: 51px;
    position: absolute;
    top: 0px;
    left: 6px;
    z-index: 1;
    opacity: 0.95;
    background-size: contain;
}
.meproduct-details-page .aviationversion-cessna {
    background: rgba(20, 23, 28, 0.5) url(../images/Cessna-logo-productbox.png) no-repeat center center;
    width: 77px;
    height: 70px;
    position: absolute;
    top: -24px;
    right: 0;
    z-index: 1;
    background-size: contain;
}
.iconx-page .item-grid .item-box .aviationversion-lockheedmartin {
    background: url(../images/Lockheed-Martin-logo-productbox-blue-23.svg) no-repeat center center;
    background-size: contain;
}
.item-grid .item-box .aviationversion-lockheedmartin {
    background: url(../images/Lockheed-Martin-logo-productbox-white-23.svg) no-repeat center center;
    width: 154px;
    height: 24px;
    position: absolute;
    top: 1px;
    left: 9px;
    z-index: 1;
    opacity: 0.95;
    background-size: contain;
}
.item-grid .item-box .aviationversion-sikorsky {
    background: url(../images/sikorsky-logo-productbox-white.svg) no-repeat center center;
    width: 86px;
    height: 24px;
    position: absolute;
    top: 1px;
    left: 7px;
    z-index: 1;
    opacity: 0.95;
    background-size: contain;
}
.iconx-page .item-grid .item-box .aviationversion-sikorsky {
    background: url(../images/sikorsky-logo-productbox-blue.svg) no-repeat center center;
    background-size: contain;
}
.iconxproduct-details-page .aviationversion-lockheedmartin {
    background: url(../images/Lockheed-Martin-logo-productbox-blue-23.svg) no-repeat center center;
    width: 200px;
    height: 45px;
    position: absolute;
    top: -24px;
    left: 0;
    z-index: 1;
    background-size: contain;
}
.meproduct-details-page .aviationversion-lockheedmartin {
    background: url(../images/Lockheed-Martin-logo-productbox-white-23.svg) no-repeat center center;
    width: 200px;
    height: 32px;
    position: absolute;
    top: -24px;
    left: 0;
    z-index: 1;
    background-size: contain;
}
.meproduct-details-page .aviationversion-sikorsky {
    background: url(../images/sikorsky-logo-productbox-white.svg) no-repeat center center;
    width: 115px;
    height: 32px;
    position: absolute;
    top: -24px;
    left: 0;
    z-index: 1;
    background-size: contain;
}

.iconxproduct-details-page .aviationversion-sikorsky {
    background: url(../images/sikorsky-logo-productbox-blue.svg) no-repeat center center;
    width: 115px;
    height: 45px;
    position: absolute;
    top: -24px;
    left: 0;
    z-index: 1;
    background-size: contain;
}
.item-grid .item-box .aviationversion-northropgrumman {
    background: url(../images/Northrop-Grumman-logo-24.png) no-repeat center center;
    width: 97px;
    height: 22px;
    position: absolute;
    top: 3px;
    left: 8px;
    z-index: 1;
    opacity: 0.95;
    background-size: contain;
}
.meproduct-details-page .aviationversion-northropgrumman {
    background: url(../images/Northrop-Grumman-logo-24.png) no-repeat center center;
    width: 160px;
    height: 35px;
    position: absolute;
    top: -32px;
    right: 10px;
    z-index: 1;
    background-size: contain;
}
.item-grid .item-box .aviationversion-panamclipper {
    background: url(../images/Pan-Am-Clipper-logo-productbox.png) no-repeat center center;
    width: 93px;
    height: 60px;
    position: absolute;
    bottom: 57px;
    left: 3px;
    z-index: 1;
    opacity: 0.95;
    background-size: contain;
}
.meproduct-details-page .aviationversion-panamclipper {
    background: url(../images/Pan-Am-Clipper-logo-productbox.png) no-repeat center center;
    width: 124px;
    height: 79px;
    position: absolute;
    top: -24px;
    right: 0;
    z-index: 1;
    background-size: contain;
}
.item-grid .item-box .vehiclesversion-westernstar {
    background: url(../images/Western-Star-Logo-White.svg?v=1) no-repeat center center;
    width: 74px;
    height: 32px;
    position: absolute;
    top: 2px;
    left: 8px;
    z-index: 1;
    opacity: 0.95;
    background-size: contain;
}
.iconx-page .item-grid .item-box .vehiclesversion-westernstar {
    background: url(../images/Western-Star-Logo-Black.svg?v=1) no-repeat center center;
    background-size: contain;
}

.item-grid .item-box .vehiclesversion-ford {
    background: url(../images/vehiclesversion-ford.svg) no-repeat center center;
    width: 62px;
    height: 24px;
    position: absolute;
    top: 3px;
    left: 8px;
    z-index: 1;
    opacity: 0.95;
    background-size: contain;
}

.licensed-startrek-page .licensed-header {
    max-width: 660px;
}

.non-licensed-page .non-licensed-header{background: #000;}
.non-licensed-page .non-licensed-header .sub-category-grid{
    max-width:1200px;margin:35px auto;
}
.non-licensed-page .non-licensed-header .non-lic-menu-item{
    width: 140px;
    height: 40px;
    display: inline-block;
    background: #262626;
    line-height: 44px;
    text-align: center;
    font-family: 'Teko', sans-serif;
    font-size: 18px;
    color: #fff;
    margin: 6px 3px;
    border:1px solid #404040;
    border-radius:2px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    text-transform:uppercase;
}
.non-licensed-page .non-licensed-header .non-lic-menu-item:hover,
.non-licensed-page .non-licensed-header .non-lic-menu-item.actived {
    background:#111f07;
    border-color:#77cd2c;
}
.non-licensed-page .page-body{
    margin-top:50px;
}
.licensed-startrek-page .cate-main-body .item-box .product-item:hover {
    box-shadow: 0 0 10px 0 #77cd2c;
    -webkit-box-shadow: 0 0 10px 0 #99ceed;
    -moz-box-shadow: 0 0 10px 0 #77cd2c;
}
.licensed-startrek-page .cate-main-body .item-box .product-item{
    background: rgba(0, 0, 0, 0.40);
    border-color:rgba(78, 78, 78, 0.5);
    position: relative;
}
.category-page .licensed-startrek-page .cate-main-body .item-box .picture::before{
    box-shadow: inset 0 4px 100px 250px rgba(0, 0, 0, 0.55);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    transition: all 0.45s;
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
    -o-transition: all 0.45s;
    opacity: 0;
    z-index:1;
}
.category-page .licensed-startrek-page .cate-main-body .item-box .picture-over::before {
    -webkit-transition: opacity 0.45s ease-in-out;
    -moz-transition: opacity 0.45s ease-in-out;
    -ms-transition: opacity 0.45s ease-in-out;
    -o-transition: opacity 0.45s ease-in-out;
    opacity: 1;
}
.licensed-startrek-page .cate-main-body .product-grid .details{
    background: rgba(255, 255, 255, 0.1);
    height: 60px;
    padding: 10px 0 0;
    line-height: 24px;
}
.licensed-startrek-page .category-page-body .product-grid .details .value{
    position:relative;
}
.licensed-startrek-page .category-page-body .product-grid .details .sheets{
    color:#77cd2c;
    width: auto;
    text-align:right;
}
.licensed-startrek-page .category-page-body .product-grid .details .difficulty{
    width: auto;
    text-align:right;
    right:0;
}
.product-grid .details .easy,
.category-page-body .product-grid .details .easy,
.category-page .details .value.easy{
    color:#c0ea1c;
}
.product-grid .details .moderate,
.category-page-body .product-grid .details .moderate,
.category-page .details .value.moderate{
    color:#ffae01;
}
.product-grid .details .challenging,
.category-page-body .product-grid .details .challenging,
.category-page .details .value.challenging{
    color:#ff4801;
}
.product-grid .details .expert,
.category-page-body .product-grid .details .expert,
.category-page .details .value.expert{
    color:#f3211c;
}
.licensed-startrek-page .category-page-body .product-grid .details .details-left{
    text-align:left;
    width:70%;
    float:left;
    padding:0 15px;
}
.licensed-startrek-page .category-page-body .product-grid .details .details-right{
    text-align:right;
    width:30%;
    float:left;
    padding:0 15px;
}
.licensed-startrek-page .cate-main-body .details .product-title{
    font-family: 'Aldrich', sans-serif;
    font-size:20px;
}
.licensed-startrek-page .assemble-section{
    text-align:center;
    color:#91a9d0;
    margin: 27px auto;
}
.licensed-wrapper .category-page-body .recently-added-products-page{
    background: #0e1015;
}
.licensed-wrapper .recently-added-products-page .item-box .product-item{
    background: rgba(0, 0, 0, 0.25);
    border-color:rgba(78, 78, 78, 0.5);
    height:220px;
    position:relative;
}
.licensed-wrapper .recently-added-products-page .item-box .product-item:hover{
    border-color:rgba(119, 205, 44, 0.65);
}
.licensed-wrapper .recently-added-products-page .details .sku{
    display:none;
}
.licensed-wrapper .category-page-body .recently-added-products-page .product-grid .details{
    position:absolute;
    bottom:-5px;
    height:45px;
    width:100%;
    background: -webkit-linear-gradient(rgba(10, 12, 16, 0),rgba(0, 0, 0, 0.67) 50%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(10, 12, 16, 0),rgba(0, 0, 0, 0.67) 50%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(10, 12, 16, 0),rgba(0, 0, 0, 0.67) 50%); /* For Firefox 3.6 to 15 */
    background: linear-gradient( rgba(10, 12, 16, 0), rgba(0, 0, 0, 0.67) 50%); /* Standard syntax */
}

.licensed-marvel-page {
    background: #14171c url(../images/cate-marvel-bg-23.jpg) repeat center top;
    padding-top: 110px;
    border-top: 1px solid rgba(63, 89, 134, 0.35);
    position: relative;
    background-size:600px;
}
.licensed-marvel-page .cate-main-body{
    max-width: 100%;
}
.licensed-marvel-page .cate-main-body .product-grid{
    margin:0 auto;
}
.licensed-marvel-page .category-page-body .recently-added-products-page {
    margin-top: 0;
}
/*.licensed-marvel-page:before{
    width: 100%;
    height: 400px;
    position: absolute;
    top: -1px;
    content: ".";
    display: block;
    clear: both;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.41) 0, rgba(10, 12, 16, 0));
    background: -o-linear-gradient(rgba(0, 0, 0, 0.41) 0, rgba(10, 12, 16, 0));
    background: -moz-linear-gradient(rgba(0, 0, 0, 0.41) 0, rgba(10, 12, 16, 0));
    background: linear-gradient( rgba(0, 0, 0, 0.41) 0, rgba(10, 12, 16, 0)); 
}*/
.licensed-marvel-page .marvel-top-blur{
    height: 300px;
    width: 100%;
    margin-top: -111px;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.41) 30%, rgba(10, 12, 16, 0));
    background: -o-linear-gradient(rgba(0, 0, 0, 0.41) 30%, rgba(10, 12, 16, 0));
    background: -moz-linear-gradient(rgba(0, 0, 0, 0.41) 30%, rgba(10, 12, 16, 0));
    background: linear-gradient( rgba(0, 0, 0, 0.41) 30%, rgba(10, 12, 16, 0)); 
}
.licensed-marvel-page .marvel-bottom-blur{
    height: 300px;
    width: 100%;    
    margin-top: -265px;
    margin-bottom: -30px;
    background: -webkit-linear-gradient(rgba(10, 12, 16, 0), rgba(0, 0, 0, 0.41) 70%);
    background: -o-linear-gradient(rgba(10, 12, 16, 0), rgba(0, 0, 0, 0.41) 70%);
    background: -moz-linear-gradient(rgba(10, 12, 16, 0), rgba(0, 0, 0, 0.41) 70%);
    background: linear-gradient(rgba(10, 12, 16, 0), rgba(0, 0, 0, 0.41) 70%);
}
.licensed-marvel-page .licensed-header {
    margin-top:-225px;
}
.licensed-marvel-page .cate-main-body .item-grid .item-grid{
    display:inline-block;
}
.licensed-marvel-page .cate-main-body .item-grid .item-box{
    display:inline-block;
    /*width:385px;*/
    width: 32.5%;
    float:none;
    vertical-align: top;
}
.licensed-marvel-page .cate-main-body .item-grid .picture{
    height:375px;
    line-height:375px;
}
.licensed-marvel-page .p-premium-tag {
    bottom: 58px;
    left: 0px;
}
.category-page .licensed-marvel-page .cate-main-body .item-box .picture::before{
    box-shadow: inset 0 4px 100px 360px rgba(0, 0, 0, 0.55);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    transition: all 0.45s;
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
    -o-transition: all 0.45s;
    opacity: 0;
    z-index:1;
}
.category-page .licensed-marvel-page .cate-main-body .item-box .picture-over::before {
    -webkit-transition: opacity 0.45s ease-in-out;
    -moz-transition: opacity 0.45s ease-in-out;
    -ms-transition: opacity 0.45s ease-in-out;
    -o-transition: opacity 0.45s ease-in-out;
    opacity: 1;
}
.licensed-marvel-page .cate-main-body .item-box .product-item{
    background:rgba(0, 0, 0, 0.6);
    border-color:rgba(137, 137, 137, 0.5);
    position: relative;
}
.licensed-marvel-page .cate-main-body .item-box .product-item:hover {
    box-shadow: 0 0 10px 0 #37a3fe;
    -webkit-box-shadow: 0 0 10px 0 #37a3fe;
    -moz-box-shadow: 0 0 10px 0 #37a3fe;
}
.licensed-marvel-page .cate-main-body .item-grid .item-box .retired,
.licensed-marvel-page .cate-main-body .item-grid .item-box .retiring {
    right: 0px;
}
.licensed-marvel-page .cate-main-body .product-grid .details{
    height:60px;
    padding:8px 10px 0;
    background: rgba(0, 0, 0, 0.4);
    position: relative;
}
.licensed-marvel-page .cate-main-body .details-left{
    width:70%;
    float:left;
    text-align:left;
}
.licensed-marvel-page .cate-main-body .details-left .product-title{
    margin-top:8px;
}
.licensed-marvel-page .cate-main-body .details-right{
    width:30%;
    float:left;
    text-align:right;
    padding-top: 7px;
}
.licensed-marvel-page .cate-main-body .details .sku{
    color:#4b7ca5;
    position: absolute;
    top: -20px;
}
.licensed-marvel-page .cate-main-body .details .value{
    position:relative;
}
.licensed-marvel-page .cate-main-body .details .sheets{
    color:#77cd2c;
     width: auto; 
     text-align:right;
}
.licensed-marvel-page .cate-main-body .details .difficulty{
     width: auto; 
     text-align:right;
     right:0;
}
.licensed-marvel-page .assemble-section{
    text-align:center;
    margin-top: 15px;
}

.licensed-marvel-page .cate-main-body .retired-section {
    margin: 0;
}

.licensed-marvel-page .retired-section .retired-grid {
    background: rgb(0 0 0 / 66%);
    padding: 5px 0 20px;
}

.licensed-marvel-page .cate-main-body .retired-section .product-grid .details {
    padding-top: 0;
}
.licensed-marvel-page .retired-section .page-title {
    border: 0;
}

.licensed-topgun-page {
    background: #1a231c url(/Themes/MetalEarth/Content/images/topgun-page-bg.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 45px;
}
.licensed-topgun-page .licensed-header{
    margin-top:0;
}
.licensed-page .licensed-topgun-page .p-premium-tag {
    left: 0;
}
.licensed-topgun-page .topgun-title {
    font-family: 'Teko', sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
    text-align: center;
    margin-bottom: 45px;
    line-height: 50px;
}
.licensed-topgun-page .cate-main-body .item-box .product-item {
    background: rgba(0, 0, 0, 0.3);
}
.licensed-topgun-page .item-grid .item-box .aviationversion-boeing {
    width: 80px;
    height: 76px;
    top: 0px;
    left: 0px;
}
.licensed-topgun-page .item-grid .item-box .aviationversion-northropgrumman {
    width: 195px;
    height: 44px;
}
.licensed-topgun-page .category-page-body .recently-added-products-page {
    background:rgba(0, 0, 0, 0.45);
}
.licensed-topgun-page .cate-main-body .item-box .product-item:hover {
    box-shadow: 0 0 10px 0 #8dab53;
    -webkit-box-shadow: 0 0 10px 0 #8dab53;
    -moz-box-shadow: 0 0 10px 0 #8dab53;
}
.licensed-lotr-page {
    /*background: #3b0211 url(/Themes/MetalEarth/Content/images/cate-lotr-2024-bg.jpg?v=1) no-repeat top center;*/
    /*background-size: 2690px;*/
    /*background-attachment: fixed;*/
    background: none;
    padding-top: 0;
    position: relative;
}

.licensed-lotr-page .licensed-header {
    margin-top: 0;
    margin-bottom:0;
    max-width:100%;
    position:relative;
    z-index:2;
    /*max-width: 630px;*/
}
.licensed-lotr-page .licensed-header h1 {
    margin: 0;
    pointer-events: none;
}
.licensed-lotr-page .licensed-header h1 img{
    box-shadow: 0px 1px 9px 0px rgba(255,255,255,0.65);
}
.licensed-lotr-page .cate-main-body{
    max-width: 100%;
    padding-bottom: 10px;
    padding-top: 100px;
    background: #3b0211 url(/Themes/MetalEarth/Content/images/cate-lotr-2024-bg-2.jpg?v=1) repeat top center;
}
.licensed-lotr-page .cate-main-body:before {
    display: block;
    content: " ";
    position: absolute;
    top: 6%;
    left: 0;
    width: 250px;
    height: 100%;
    background: url(/Themes/MetalEarth/Content/images/cate-lotr-2024-bg-left.png) no-repeat top left;
    z-index: 1;
    /*background-attachment: fixed;*/
    background-size: 235px;
    pointer-events: none;
    opacity:0.7;
}

.licensed-lotr-page .cate-main-body:after {
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    width: 250px;
    height: 100%;
    background: url(/Themes/MetalEarth/Content/images/cate-lotr-2024-bg-right.png) no-repeat top right;
    z-index: 1;
    /*background-attachment: fixed;*/
    background-size: 235px;
    pointer-events: none;
    opacity:0.7;
}
.licensed-lotr-page #newmeproducts-section .recently-added-products-page .page-title{
    margin:0;
}
.licensed-lotr-page .cate-main-body .product-grid {
    margin: 0 auto;
    position:relative;
    z-index:2;
}
.me-page .licensed-lotr-page .cate-main-body .product-grid .details {
    height: 50px;
    padding: 4px 10px 0;
    background: rgba(0, 0, 0, 0.4);
}
.licensed-lotr-page .cate-main-body .item-grid .picture {
    height: 725px;
    line-height: 725px;
}
.licensed-lotr-page .cate-main-body .item-grid .item-box.icx239 .picture {
    line-height: 960px;
}
.licensed-lotr-page .cate-main-body .item-box .product-item{
    background: rgba(36, 17, 4, 0.5);
    background: -moz-radial-gradient(circle, rgba(0,0,0,0.45) 0%, rgba(36,17,4,0.45) 55%);
    background: -webkit-radial-gradient(circle, rgba(0,0,0,0.45) 0%, rgba(36,17,4,0.45) 55%);
    background: radial-gradient(circle, rgba(0,0,0,0.45) 0%, rgba(36,17,4,0.45) 55%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#241104",GradientType=1);
    /*border-color: rgba(205, 143, 119, 0.5);*/
    border-color: #e2c866;
    border-radius: 3px;
}
.licensed-lotr-page .cate-main-body .item-box .product-item:hover {
    box-shadow: 0 0 10px 0 #d23b2c;
    -webkit-box-shadow: 0 0 10px 0 #d23b2c;
    -moz-box-shadow: 0 0 10px 0 #d23b2c;
}
.licensed-lotr-page .assemble-section-licensed {
    margin-top: 30px;
}
.licensed-lotr-page .assemble-section-licensed img{
    width: 123px;
    display:inline-block;
    vertical-align:top;
}
.licensed-lotr-page .licensed-item {
    color: #ffe08f;
    max-width: 362px;
    margin: 0 auto;
    font-size: 12px;
    display: inline-block;
    text-align: justify;
    vertical-align: top;
    padding: 0 10px;
}
.licensed-lotr-page .p-premium-tag{
    bottom: 50px;
    left: 0px;
}
.licensed-lotr-page .cate-main-body .product-grid .details a {
    font-size: 22px;
    font-family: 'trajanpro';
    font-weight: bold;
}
.licensed-lotr-page .assemble-section {
    margin-top: 60px;
    position:relative;
    z-index:2;
}
.licensed-lotr-page .cate-main-body .item-grid .item-box.icx240 {
    display: block;
    width: 50.5%;
    margin: 0 auto 15px;
}
.licensed-lotr-page .cate-main-body .item-grid .item-box.icx239 {
    /*width: 772px;
    display: block;*/
    width: 37.5%;
    margin: 0 auto 15px;
}
.licensed-lotr-page .cate-main-body .item-grid .item-box.icx238 {
    width: 28.5%;
}
.licensed-lotr-page .cate-main-body .item-grid .item-box.icx236 {
    width: 20%;
}
.licensed-batman-page {
    background: #000 url(../images/cate-batman-bg.jpg?v=2) no-repeat center 700px;
    padding-top: 110px;
    border-top: 1px solid rgba(63, 89, 134, 0.35);
}
.licensed-batman-page .cate-main-body .item-grid .item-grid {
    display: inline-block;
}
.licensed-batman-page .cate-main-body .item-grid .item-box{
    display:inline-block;
    width:590px;
    float:none;
    vertical-align:top;
}
.licensed-batman-page .cate-main-body .item-grid .picture{
    height:290px;
    line-height:290px;
}
.category-page .licensed-batman-page .cate-main-body .item-box .picture::before{
    box-shadow: inset 0 4px 100px 250px rgba(0, 0, 0, 0.55);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    transition: all 0.45s;
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
    -o-transition: all 0.45s;
    opacity: 0;
    z-index:1;
}
.category-page .licensed-batman-page .cate-main-body .item-box .picture-over::before {
    -webkit-transition: opacity 0.45s ease-in-out;
    -moz-transition: opacity 0.45s ease-in-out;
    -ms-transition: opacity 0.45s ease-in-out;
    -o-transition: opacity 0.45s ease-in-out;
    opacity: 1;
}
.licensed-batman-page .cate-main-body .item-grid .item-box-retiring {
    width: calc(33% - 10px);
}
.licensed-batman-page .cate-main-body .item-box .product-item:hover {
    box-shadow: 0 0 10px 0 #ebc24e;
    -webkit-box-shadow: 0 0 10px 0 #ebc24e;
    -moz-box-shadow: 0 0 10px 0 #ebc24e;
}
.licensed-batman-page .cate-main-body .item-box .product-item{
    background:rgba(0, 0, 0, 0.65);
    border-color:rgba(78, 78, 78, 0.5);
    position:relative;
}
.licensed-batman-page .cate-main-body .item-box-ps2005 {
}
.licensed-batman-page .cate-main-body .item-box-psmodels {
}
.licensed-batman-page .cate-main-body .item-box .product-item-ps2005 {
}
.licensed-batman-page .cate-main-body .item-box .product-item-ps2014 {
    margin-bottom:15px;
}
.licensed-batman-page .cate-main-body .item-grid .product-item-ps2005 .picture {
    height: 657px;
}
.licensed-batman-page .cate-main-body .product-grid .details {
    height: 60px;
    padding: 8px 10px 0;
    background: rgba(255, 255, 255, 0.1);
    position: relative;
}
.licensed-batman-page .cate-main-body .details-left{
    width:70%;
    float:left;
    text-align:left;
}
.licensed-batman-page .cate-main-body .details-right{
    width:30%;
    float:left;
    text-align:right;
    padding-top:6px;
}
.licensed-batman-page .cate-main-body .details .sku{
    color:#666666;
    position: absolute;
    top: -20px;
    right:10px;
}
.licensed-batman-page .cate-main-body .details .value{
    position:relative;
}
.licensed-batman-page .cate-main-body .details .sheets{
    color:#77cd2c;
    width: auto;
    text-align:right;
}
.licensed-batman-page .cate-main-body .details .difficulty{
    width: auto;
    text-align:right;
    right:0;
}

.licensed-batman-page .assemble-section{
    text-align:center;
    margin-top: 15px;
    font-family: 'Coda', cursive;
    color:#fff;
}
.licensed-batman-page .assemble-section .assemble-section-left,
.licensed-batman-page .assemble-section .assemble-section-right{
width:50%;
float:left;
font-size:12px;
}
.licensed-batman-page .assemble-section .assemble-section-left{
    text-align:right;
    padding-right:5px;
    width:37%;
}
.licensed-batman-page .assemble-section .assemble-section-right{
    padding-left:5px;
    text-align:left;
}
.licensed-batman-page .category-page-body .recently-added-products-page{
        background: #000;
}
.licensed-batman-page .details .product-title{
    font-size:28px;
    line-height:45px;
}
.licensed-batman-page .details .product-title sup{
    top: -5px;
}
.licensed-batman-page .recently-added-item-owl .details .product-title{
    font-size:20px;
}

.licensed-mandalorian-page {
    border-top: 1px solid rgba(63, 89, 134, 0.35);
    background: #14171c url(../images/cate-starwars-bg.jpg) repeat center top;
    background-attachment: fixed;
    background-size: 800px;
}
.licensed-mandalorian-page .licensed-header{
    margin-bottom:30px;
    max-width:100%;
    background: url(../images/sw-mandalorian-header-bg.jpg) no-repeat bottom center;
}
.licensed-mandalorian-page .break-section {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.licensed-mandalorian-page .cate-main-body .item-grid .item-grid {
    display: inline-block;
}
.licensed-mandalorian-page .cate-main-body .item-grid .item-box {
    display: inline-block;
    width: calc(44% - 10px);
    float: none;
    vertical-align: top;
}
.licensed-mandalorian-page .cate-main-body .item-grid .picture {
    height: 390px;
    line-height: 290px;
}
.category-page .licensed-mandalorian-page .cate-main-body .item-box .picture::before {
box-shadow: inset 0 4px 100px 250px rgba(0, 0, 0, 0.55);
content: '';
display: block;
height: 100%;
position: absolute;
top: 0;
width: 100%;
transition: all 0.45s;
-webkit-transition: all 0.45s;
-moz-transition: all 0.45s;
-o-transition: all 0.45s;
opacity: 0;
z-index: 1;
}
.category-page .licensed-mandalorian-page .cate-main-body .item-box .picture-over::before {
-webkit-transition: opacity 0.45s ease-in-out;
-moz-transition: opacity 0.45s ease-in-out;
-ms-transition: opacity 0.45s ease-in-out;
-o-transition: opacity 0.45s ease-in-out;
opacity: 1;
}
.licensed-mandalorian-page .cate-main-body .item-box .product-item:hover {
box-shadow: 0 0 10px 0 #ebc24e;
-webkit-box-shadow: 0 0 10px 0 #ebc24e;
-moz-box-shadow: 0 0 10px 0 #ebc24e;
}
.licensed-mandalorian-page .cate-main-body .item-box .product-item {
background: rgba(0, 0, 0, 0.65);
border-color: rgba(110, 78, 39, 0.5);
position: relative;
}
.licensed-mandalorian-page .cate-main-body .product-grid .details {
height: 60px;
padding: 8px 10px 0;
background: #352a21;
position: relative;
}
.licensed-mandalorian-page .cate-main-body .details-left {
width: 70%;
float: left;
text-align: left;
}
.licensed-mandalorian-page .cate-main-body .details-right {
width: 30%;
float: left;
text-align: right;
padding-top: 6px;
}
.me-page .licensed-mandalorian-page .cate-main-body .product-grid .details a {
    color: #ca9065;
}
.licensed-mandalorian-page .cate-main-body .details .sku {
color: #666666;
position: absolute;
top: -20px;
right: 10px;
}
.licensed-mandalorian-page .cate-main-body .details .value {
position: relative;
}
.licensed-mandalorian-page .cate-main-body .details .sheets {
color: #77cd2c;
width: auto;
text-align: right;
}
.licensed-mandalorian-page .cate-main-body .details .difficulty {
width: auto;
text-align: right;
right: 0;
}

.licensed-mandalorian-page .assemble-section {
text-align: center;
margin-top: 15px;
font-family: 'Coda', cursive;
color: #fff;
}
.licensed-mandalorian-page .assemble-section .assemble-section-left,
.licensed-mandalorian-page .assemble-section .assemble-section-right {
    width: 50%;
    float: left;
    font-size: 12px;
}
.licensed-mandalorian-page .assemble-section .assemble-section-left {
    text-align: right;
    padding-right: 5px;
    width: 37%;
}
.licensed-mandalorian-page .assemble-section .assemble-section-right {
    padding-left: 5px;
    text-align: left;
}
.licensed-mandalorian-page .category-page-body .recently-added-products-page {
background: #000;
margin-top:30px;
}
.licensed-mandalorian-page .details .product-title {
font-size: 28px;
line-height: 45px;
}
.licensed-mandalorian-page .recently-added-item-owl .details .product-title {
font-size: 20px;
}
.licensed-starwars-page {
    background: #14171c url(../images/cate-starwars-bg.jpg) repeat center top;
    padding-top: 60px;
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
    background-size: 800px;
}
.licensed-starwars-page .ep8-section{
    background:#fff url(../images/EP8-Background_03.png) top center no-repeat;
    overflow: hidden;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -o-border-radius:5px;
    -ms-border-radius:5px;
    position:relative;
}
.licensed-starwars-page .sw-ep8-line{
    background:url(../images/sw-ep8-line.png) center center no-repeat;
    width:100%;
    margin:20px auto;
    height:4px;
    background-size: contain;
}
.licensed-starwars-page .ro-section{
    background:#fff url(../images/sw-ro-bg.jpg) top center no-repeat;
    overflow: hidden;
    padding: 96px 93px 0 0;
}
.licensed-starwars-page .ro-section .product-grid{
    width:100%;
    margin:-31px auto 0;
}
.licensed-starwars-page .ro-section .item-grid .item-box .product-item{
    background:none;
    border:none;
}
.licensed-starwars-page .ro-section .item-grid .item-box .product-item:hover{
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    opacity:0.8;
}
.licensed-starwars-page .ro-section .item-grid .picture{
    height: 290px;
    line-height: 290px;
}
.licensed-starwars-page .ro-section .product-grid .details{
    background:none;
    height:auto;
    padding:0;
}
.licensed-starwars-page .starwars-call-out{
    background:url(../images/Star-Wars-Call-Out_03.png?v=1) no-repeat center center;
    width: 177px;
    height: 79px;
    position: absolute;
    z-index: 1;
}
.licensed-starwars-page .ep8-section .product-grid{
    width:100%;
    margin:55px auto 5px;
    padding: 0 10px;
}
.licensed-starwars-page .ep8-section .item-box{
    margin-bottom:18px;
}
.licensed-starwars-page .ep8-section .item-box .product-item{
    background:#b41c17;
    border-color:#a41713;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -o-border-radius:5px;
    -ms-border-radius:5px;
    margin: 0 10px;
    position: relative;
}
.licensed-starwars-page .ep8-section .item-box .product-item:hover{
    box-shadow: 0 0 10px 2px #b41c17;
    -webkit-box-shadow: 0 0 10px 2px #b41c17;
    -moz-box-shadow: 0 0 10px 2px #b41c17;
}
.licensed-starwars-page .ep8-section .item-grid .picture{
    height:250px;
    line-height:250px
}
.licensed-starwars-page .ep8-section .product-grid .details{
    height:auto;
    background:#b41c17;
    padding: 0;
}
.me-page .licensed-starwars-page .ep8-section .product-grid .product-title{
    font-size:20px;
}
.licensed-starwars-page .classic-section{

}
.licensed-starwars-page .classic-section .section-title{
    font-family: 'Teko', sans-serif;
    font-size:28px;
    text-transform:uppercase;
    color:#fff;
    text-align:center;
    margin-bottom: 7px;
}
.licensed-starwars-page .classic-section .product-grid{
    width:100%;
    margin:0 auto;
}
.licensed-starwars-page .classic-section .item-grid .item-box .product-item{
    background:rgba(16, 22, 31, 0.5);
    border-color: rgba(59, 88, 131, 0.5);
    border-radius:5px;
    -webkit-border-radius:5px;
    -o-border-radius:5px;
    -moz-border-radius:5px;
    position: relative;
    padding-bottom: 30px;
}
.licensed-starwars-page .classic-section .item-grid .item-box .product-item:hover{
        box-shadow: 0 0 10px 0 rgba(224, 224, 223, 0.78);
    -webkit-box-shadow: 0 0 10px 0 rgba(224, 224, 223, 0.78);
    -moz-box-shadow: 0 0 10px 0 rgba(224, 224, 223, 0.78);
}
.licensed-starwars-page .classic-section .product-grid .details{
    background:url(../images/product-title-bg.png?v=1) repeat-x bottom;
    height: 99px;
    padding: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.me-page .licensed-starwars-page .classic-section .details .product-title{
    line-height:155px;
    color: #fff;
}
.licensed-starwars-page .classic-section .item-grid .picture{
    height:250px;
    line-height:250px
}
.licensed-starwars-page .sw-logo-bottom{
    margin: 20px 0 15px;
    color: #fff;
}
.licensed-starwars-page .sw-logo-bottom .col-sm-4:last-child{
    text-align:right;
}
.licensed-starwars-page .sw-logo-bottom .col-sm-4:nth-child(2){
    text-align:center;
    font-size: 16px;
    line-height: 36px;
}
.licensed-starwars-page .sw-new{
    background:url(../images/sw-new.png) no-repeat center center;
    width:81px;
    height:25px;
    position:absolute;
    top: 209px;
    left: -1px;
    z-index:1;
}
.licensed-starwars-page .sw-iconx {
    background: url(../images/p-premium-tag.svg) no-repeat center center;
    width: 128px;
    height: 23px;
    position: absolute;
    top: 210px;
    left: -1px;
    z-index: 1;
    background-size: contain;
}
.licensed-starwars-page .hansolo-section{
    background: #fff url(../images/sw-hansolo-bg.jpg) top left no-repeat;
    overflow: hidden;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    position: relative;
}
.licensed-starwars-page .hansolo-section:before{
    content: '';
    display: block;
    position: absolute;
    bottom: 13px;
    left:11px;
    width: 125px;
    height:72px;
    background:url(../images/SW-SOLO-Logo-02.svg?v=1) no-repeat center center;
    background-size:contain;
}
.licensed-starwars-page .hansolo-section .product-grid {
    width: 100%;
    margin: 35px 0 5px 15px;
    padding: 0 10px 0 135px;
}
.licensed-starwars-page .hansolo-section .sw-logo{
    text-align: right;
    padding-right: 24px;
    margin: 16px 0;
}
.category-page .licensed-starwars-page .hansolo-section .item-grid .item-box:first-child{
    margin-left: 340px;
}
.category-page .licensed-starwars-page .hansolo-section .item-grid .item-box {
    width: calc(33.33% - 13px);
    margin-bottom: 28px;
    float: left;
}
.category-page .licensed-starwars-page .hansolo-section .item-box .product-item{
    margin: 0 14px;
    background:#fff;
    border-color:#f5a706;
    border-radius:5px;
    overflow: hidden;
    position:relative;
}
.category-page .licensed-starwars-page .hansolo-section .product-grid .details{    
    background:#fff;
    height: 45px;
    margin-top: -28px;
}
.me-page .licensed-starwars-page .category-page-body .hansolo-section .product-grid .details a{
    color:#f5a706;
}
.category-page .licensed-starwars-page .category-page-body .hansolo-section .item-grid .picture{
    height:290px;
    line-height:290px;
}
.category-page .licensed-starwars-page .hansolo-section .item-box .product-item:hover {
    box-shadow: 0 0 10px 0 #f5a706;
    -webkit-box-shadow: 0 0 10px 0 #f5a706;
    -moz-box-shadow: 0 0 10px 0 #f5a706;
}
.licensed-starwars-page .hansolo-section .sw-new{
    background: #f47424;
    color: #fff;
    top: -5px;
    left: -37px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: 43px;
    width: 101px;
    line-height: 57px;
    font-family: 'Teko', sans-serif;
    font-size: 20px;
}
.licensed-starwars-page .hansolo-section .sw-iconx{
    top:auto;
    bottom:43px;
}
.licensed-starwars-page .helmets-section{
    background: #000 url(../images/licensed-page-sw-helmets-bg.jpg) top right no-repeat;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    position: relative;
    border:1px solid #353535;
}
.licensed-starwars-page .helmets-section .product-grid{
    max-width: 900px;
    margin-left: 11px;
}
.licensed-starwars-page .category-page-body .helmets-section .item-grid{
    background:url(../images/sw-helmets-bg2.jpg) no-repeat center center;
    padding-top: 17px;
}
.me-page .licensed-starwars-page .category-page-body .helmets-section .item-box .product-item:hover{
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    opacity:0.7;
}
.category-page .licensed-starwars-page .helmets-section .item-grid .item-box {
    width: 33.33%;
    float: left;
}
.me-page .licensed-starwars-page .category-page-body .helmets-section .item-box .product-item{
    background:none;
    border:none;
}
.me-page .licensed-starwars-page .category-page-body .helmets-section .product-grid .details{
    background:none;    
    height: 30px;
}
.me-page .licensed-starwars-page .category-page-body .helmets-section .item-grid .picture{
    height: 255px;
}
.me-page .licensed-starwars-page .category-page-body .helmets-section .item-grid #sw-helmet-mms315 .picture{
    margin: -52px 0 52px;
}
.me-page .licensed-starwars-page .category-page-body .helmets-section .item-grid #sw-helmet-mms315 .picture img{
    max-width:none;
    max-height:315px;
}
.me-page .licensed-starwars-page .category-page-body .item-grid .item-box .retired,
.me-page .licensed-starwars-page .category-page-body .item-grid .item-box .retiring {
    right: 0;
    width: 87px;
    height: 89px;
}
.licensed-starwars-page .helmets-section .sw-new-wrap {
    width: 110px;
    height: 110px;
    position: absolute;
    overflow: hidden;
    z-index: 1;
    pointer-events: none;
    border-radius: 3px;
}
.licensed-starwars-page .helmets-section .sw-new {
    background: #363636;
    color: #fff;
    top: -31px;
    left: -75px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: 92px;
    width: 180px;
    line-height: 133px;
    font-family: 'Teko', sans-serif;
    font-size: 25px;
    text-align: center;
}
.licensed-starwars-page .helmets-section .details .product-title{
    font-size:21px;
}
.category-page .licensed-starwars-page .item-box sup{
    font-size:13px;
    top: -8px;
}

.sw-ep9-reveal-page {
}
.sw-ep9-reveal-page .page-body {
    max-width: 100%;
}
.sw-ep9-reveal-page .licensed-header{
    margin-bottom:0;
    max-width: 587px;
}
.sw-ep9-reveal-page .sw-ep9-reveal-body {
    font-family: 'eundheavy',sans-serif;
}
.sw-ep9-reveal-page .sw-ep9-packagingbox {
    text-align: center;
    background: url(../images/sw-ep9-packaging-bg-yl.png) no-repeat center -30px;
    padding: 85px 0 0;
    background-size: contain;
}
.sw-ep9-reveal-page .packaging-item {
    display: inline-block;
}
.sw-ep9-reveal-page .packaging-item img {
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
}
.sw-ep9-reveal-page .packaging-item img:hover{
    opacity:0.8;
}
.sw-ep9-reveal-page .packaging-name h2{
    margin: 0;
    font-size: 22px;
    text-transform: uppercase;
}
.sw-ep9-reveal-page .packaging-model-name{
    color:#f2e52a;
}
.sw-ep9-reveal-page h2.packaging-model-sku{
    margin-top:20px;
    color:#fff;
}
.sw-ep9-reveal-page .sw-ep9-reveal-content{
    background: url(../images/sw-ep9-packaging-starburst.png) no-repeat center -244px;
    padding: 85px 0 0;
    text-align: center;
    text-transform: uppercase;
    margin-top: -40px;
}
.sw-ep9-reveal-page h2{
    font-size:41px;
}
.sw-ep9-reveal-page .reveal-white{
    color:#fff;
}
.sw-ep9-reveal-page .reveal-blue{
    color:#f2e52a;
}
.sw-ep9-reveal-content .reveal-white {
    margin-bottom: 0;
    margin-top: 85px;
}
.sw-ep9-reveal-content .reveal-blue {
    margin-top: 0;
    font-size: 60px;
}
.sw-ep9-reveal-page .sw-ep9-reveal-footer {
    max-width: 1035px;
    margin: 0 auto;
    overflow: hidden;
    color: #e0e0e0;
}
.sw-ep9-reveal-page .sw-licensed-box {
    border-bottom: 1px solid #717171;
    padding: 0 0 15px;
    opacity: 0.5;
    overflow: hidden;
}
.sw-ep9-reveal-page .sw-ep9-footerinfo {
    margin: 0 auto 0;
    overflow: hidden;
    font-family: 'Coda', cursive;
    padding-top: 15px;
    padding-bottom: 30px;
    max-width: 1035px;
}
.sw-ep9-reveal-page .fas-address {
    width: 60%;
    float: left;
    color: #8394b0;
}
.sw-ep9-reveal-page .fas-address strong{
    color: #fff;
    font-size: 19px;
}
.sw-ep9-reveal-page .fas-info {
    width: 40%;
    float: right;
}
.sw-ep9-reveal-page .fas-question {
    border: 1px solid #3ad531;
    color: #3ad531;
    border-radius: 4px;
    padding: 5px 10px;
    text-align: center;
    max-width: 415px;
    margin-top: 15px;
    float:right;
}
.sw-ep9-reveal-page .fas-question span {
    color: #fff;
}
.sw-ep9-product-page {
    background-attachment: scroll;
}
.sw-ep9-product-page .sw-ep9-reveal-body{
    margin-top: 50px;
}
.sw-ep9-product-page .sw-ep9-packagingbox {
    background: none;
}
.sw-ep9-product-page .packaging-name h2{
    font-size:27px;
}
.sw-ep9-product-page .sw-ep9-reveal-content{
    margin-top:-13px;
}
.sw-ep9-product-page .product-box{
    background:url(../images/sw-packaging-yl-animation-big.gif) no-repeat center center;
    background-size:contain;
    height: 560px;
    line-height: 476px;
}
.sw-ep9-product-page .sw-product-mms419 img{
    margin-top:-73px;
 }
.sw-ep9-product-page .product-info{
    margin-top:20px;
}
.sw-ep9-product-page .product-info h2{
    font-size:20px;
    margin:0;
    text-transform: uppercase;
}
.sw-ep9-page {
}
.sw-ep9-page .sw-ep9-products{
    overflow: hidden;
    max-width: 1320px;
    margin: 75px auto 0;
    text-align:center;
}
.sw-ep9-page .sw-ep9-products .item-box {
    display: inline-block;
    float: none;
    width: 33%;
    vertical-align: top;
    margin-bottom: 30px;
}
.sw-ep9-page .category-page-body .item-box .product-item{
    border:0;
    background:none;
}
.sw-ep9-page .details{
    margin-top:10px;
}
.sw-ep9-page .details a {
    color: #f0e32d;
    font-size: 28px;
}
.sw-ep9-page .licensed-starwars-page .item-box sup {
    font-size: 19px;
}
.sw-ep9-page .details .sku{
    display:block;
    color:#fff;
    font-size: 18px;
}
.sw-ep9-page .product-item .picture {
    height: 375px;
    background-size: contain !important;
    line-height: 350px;
    transition: all 0.75s ease;
    -webkit-transition: all 0.75s ease;
    -moz-transition: all 0.75s ease;
    -o-transition: all 0.75s ease;
}
.sw-ep9-page #sw-ep9-mms415 .picture{
    background:url(../images/p-bg-mms418.png) no-repeat center center;
}
.sw-ep9-page #sw-ep9-mms416 .picture{
    background:url(../images/p-bg-mms415.png) no-repeat center center;
}
.sw-ep9-page #sw-ep9-mms417 .picture{
    background:url(../images/p-bg-mms416.png) no-repeat center center;
}
.sw-ep9-page #sw-ep9-mms418 .picture{
    background:url(../images/p-bg-mms419.png) no-repeat center center;
}
.sw-ep9-page #sw-ep9-mms419 .picture{
    background:url(../images/p-bg-mms417.png) no-repeat center center;
}
.sw-ep9-page .item-box .product-item:hover{
    box-shadow:none;
    border:0;
}
.sw-ep9-page .item-box .product-item:hover .picture{
    background:url(../images/p-ep9-bg-hover.png) no-repeat center center !important;
    background-size: contain !important;
}
.sw-ep9-product-page .related-ep9-products-grid {
    max-width: 1125px;
    margin: 0 auto 0;
    overflow: hidden;
    padding-top: 80px;
}

.sw-ep9-product-page .item-box {
    display: inline-block;
    width: calc(25% - 10px);
}
.sw-ep9-page .related-ep9-products-grid .product-item .picture {
    height: 215px;
    line-height: 200px;
}
.sw-ep9-page .related-ep9-products-grid #sw-ep9-mms419 .product-item .picture img {
    margin-top: -25px;
}
.licensed-starwars-page .ep9-section {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    border: 1px solid #58362f;
    background: linear-gradient(to right, rgba(255, 198, 0, 0.07) 40%, rgba(220, 220, 220, 0.09));
    background: -webkit-linear-gradient(left, rgba(255, 198, 0, 0.07) 40%, rgba(220, 220, 220, 0.09));
    background: -o-linear-gradient(right, rgba(255, 198, 0, 0.07) 40%, rgba(220, 220, 220, 0.09));
    background: -moz-linear-gradient(right, rgba(255, 198, 0, 0.07) 40%, rgba(220, 220, 220, 0.09));
}
.licensed-starwars-page .ep9-section:before{
    display:block;
    content:" ";
    position:absolute;
    width:100%;
    height:100%;
    background:url(../images/sw-ep9-section-bg.png) no-repeat left bottom;
}
.licensed-starwars-page .ep9-section .sw-ep9-logo{
    position: absolute;
    top: 15px;
    left: 15px;
    width: 170px;
}
.licensed-starwars-page .ep9-section .product-grid {
    margin: 25px 0 20px;
    width: 100%;
    max-width: 910px;
    float: right;
}
.licensed-starwars-page .ep9-section .product-grid .item-grid {
    text-align: right;
}
.me-page .licensed-starwars-page .category-page-body .ep9-section .item-box .product-item {
    background: none;
    border: none;
}
.me-page .licensed-starwars-page .category-page-body .ep9-section .product-grid .details {
    background: none;
    height: 30px;
}
.me-page .licensed-starwars-page .category-page-body .ep9-section .item-box {
    float: none;
    display: inline-block;
    width: 33%;
}
.me-page .licensed-starwars-page .category-page-body .ep9-section .item-box .product-item:hover {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.me-page .licensed-starwars-page .category-page-body .ep9-section .item-box .product-item:hover a{
    color:#f2e52a;
}
.licensed-starwars-page .mandalorian-section {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    border: 1px solid #58362f;
    background: url(../images/sw-mandalorian-section-bg.jpg) no-repeat center bottom;
}
.licensed-starwars-page .mandalorian-section .sw-mandalorian-logo {
    background: url(../images/sw-mandalorian-header-logo.png) no-repeat center left;
    background-size:contain;
    height: 80px;
    position: absolute;
    width: 100%;
    top: 10px;
    left: 10px;
    pointer-events: none;
}
.licensed-starwars-page .mandalorian-section .product-grid {
    text-align: center;
    margin-top: 60px;
}
.licensed-starwars-page .mandalorian-section .item-grid .item-box {
    width: calc(22% - 5px);
    display: inline-block;
    float:none;
}
.licensed-starwars-page .mandalorian-section .item-grid .item-box .product-item{
    background:none;
    border:0;
}
.licensed-starwars-page .mandalorian-section .product-grid .details{
    background:none;
}
.licensed-starwars-page .mandalorian-section .product-grid .details{
    height:30px;
}
.licensed-starwars-page .mandalorian-section .product-grid .details a{
    color: #ca9065;
}
.licensed-starwars-page .mandalorian-section .item-box .product-item:hover{
    box-shadow:none;
}
.licensed-starwars-page .mandalorian-section .item-box .product-item:hover .details a{
    color: #ffe184;
}
.licensed-starwars-page .mandalorian-section .item-grid .picture{
    height:auto;
}
.licensed-starwars-page #sw-man-icx146 .picture img {
    max-height: 364px;
}
.licensed-starwars-page #sw-man-icx210 .picture img {
    max-height: 305px;
}
.licensed-starwars-page .mandalorian-section .item-grid #sw-man-icx210{
    /*width:14%;*/
}
.licensed-starwars-page .mandalorian-section .item-grid #sw-man-icx217 {
    width: 36%;
    margin-left: -64px;
}
.licensed-starwars-page .mandalorian-section .item-grid #sw-man-icx233 {
    width: 25%;
}

.licensed-starwars-page .mandalorian-section .item-grid .item-box#sw-man-icx233 .product-item {
    max-width: 350px;
    margin: 0 auto;
    position: relative;
}
.licensed-starwars-page .item-grid .item-box#sw-man-icx233 .coming-soon {
    right: -36px;
}
.licensed-starwars-page .mandalorian-section .item-grid #sw-man-icx237 {
    width: 32%;
    margin-left: 0;
}
.licensed-starwars-page .mandalorian-section .item-grid #sw-man-icx244 {
    width: 36%;
    margin-left: -15px;
}
.licensed-starwars-page .mandalorian-section .item-grid #sw-man-icx244 .picture{
    top: -25px;
    position: relative;
}
.licensed-page .licensed-page-collection {
    max-width: 1212px;
    margin: 0 auto 50px;
    padding: 5px;
    background: #3d3f43;
    overflow: hidden;
    border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #66686b;
}
.licensed-page .licensed-page-collection .licensed-collection-item{
    width: 20%;
    float: left;
}
.licensed-page .licensed-page-collection .licensed-collection-item:hover{
    opacity:0.7;
}
.licensed-cat-wrap{
    background:#050505;
}
.licensed-cat-wrap .licensed-cat-page{
    background:#111111 url(../images/cate-cat-bg.jpg?v=2) no-repeat center 145px;
    padding:0;
}
.licensed-cat-wrap .licensed-header{
    background: url(../images/cate-cat-bg-2.png?v=1) repeat-x center bottom;
    max-width: 100%;
    height: 445px;
    line-height: 260px;
    margin-bottom: -115px;
    position: relative;
}
/*.licensed-cat-wrap .licensed-header:after{
    content: '';
    display: block;
    height: 105px;
    position: absolute;
    top: 95px;
    right: 35px;
    width: 30%;
    background: url(../images/cat-logo-text.png?v=1) no-repeat right top;
    max-width: 450px;
}*/
.licensed-cat-wrap .licensed-header img{
    width:240px;
}
.licensed-cat-wrap .licensed-header .top-line-1{
    background: rgba(253, 186, 18, 0.6);
    height: 1px;
}
.licensed-cat-wrap .licensed-header .top-line-2{
    height: 1px;
    background: #fdba12;
}
.licensed-cat-wrap .licensed-header .top-line-3{
    height: 1px;
    background: rgba(253, 186, 18, 0.3);
}
.licensed-cat-wrap .item-grid .item-box .retiring,
.licensed-cat-wrap .item-grid .item-box .retired{
    right:0;
    width:95px;
    height:96px;
}
.me-page .licensed-cat-page .cate-main-body .item-box .product-item{
    border: none;
    background: rgba(10, 7, 7, 0.75);
    position:relative;
}
.me-page .licensed-cat-page .cate-main-body .item-box .product-item:hover{
    box-shadow: 0 0 10px 0 rgba(155, 124, 5, 0.75);
    -webkit-box-shadow: 0 0 10px 0 rgba(155, 124, 5, 0.75);
    -moz-box-shadow: 0 0 10px 0 rgba(155, 124, 5, 0.75);
}
.me-page .licensed-cat-page .cate-main-body .product-grid .details{
    background:none;
}
.category-page .licensed-cat-page .item-grid .product-item-l .picture{
    height: 290px;
    line-height: 290px;
}
.category-page .licensed-cat-page .assemble-section{
    text-align:center;
    max-width:100%;
}
.licensed-cat-wrap .licensed-wrapper .category-page-body .recently-added-products-page{
    border-top: 1px solid #2d2d2d;
    margin-top: 10px;
}
.licensed-cat-wrap .licensed-wrapper .category-page-body .recently-added-products-page .page-title{
    margin-top:0;
}
.licensed-cat-page .assemble-section .assemble-section-bot-wrap{
    max-width:1200px;
    margin:15px auto 0;
}
.category-page .licensed-cat-page .details .product-title{
    font-size: 26px;
}

.category-page .licensed-cat-page .cate-main-body .item-box .picture::before{
    box-shadow: inset 0 4px 100px 250px rgba(0, 0, 0, 0.55);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    transition: all 0.45s;
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
    -o-transition: all 0.45s;
    opacity: 0;
    z-index:1;
}
.category-page .licensed-cat-page .cate-main-body .item-box .picture-over::before {
    -webkit-transition: opacity 0.45s ease-in-out;
    -moz-transition: opacity 0.45s ease-in-out;
    -ms-transition: opacity 0.45s ease-in-out;
    -o-transition: opacity 0.45s ease-in-out;
    opacity: 1;
}
.licensed-cat-page .assemble-section .assemble-section-left, 
.licensed-cat-page .assemble-section .assemble-section-right {
    float: left;
    font-size: 12px;
    margin-top: 23px;
}
.licensed-cat-page .assemble-section .assemble-section-left{
    text-align: right;
    padding-right: 5px;
    width: 10%;
}
.licensed-cat-page .assemble-section .assemble-section-right {
    padding-left: 5px;
    text-align: left;
    width: 90%;
    margin-top: 20px;
    color:#fff;
}
.licensed-boeing-page{
    background: #163257 url(../images/cate-boeing-bg.jpg) no-repeat center top 45px;
    background-attachment: fixed;
}
.licensed-boeing-page .licensed-header{
    margin: 30px auto 75px;
}
.licensed-boeing-page .licensed-header img{
    width:210px;
}
.me-page .licensed-boeing-page .cate-main-body .item-grid .item-box{
    float: none;
    display: inline-block;
    width: 33%;
}
.me-page .licensed-boeing-page .cate-main-body .item-box .product-item{
    border: none;
    background: rgba(10, 7, 7, 0.75);
    position: relative;
    margin: 1px 5px;
}
.me-page .licensed-boeing-page .cate-main-body .product-grid .details {
    background: none;
}
.category-page .licensed-boeing-page .assemble-section {
    text-align: center;
    margin-top: 55px;
}
.category-page .licensed-boeing-page .assemble-section-licensed{
    color:#fff;
    text-align:center;
    padding: 13px 0;
    font-family: 'Coda', cursive;
    font-size:12px;
    margin-top: 15px;
}
.me-page .licensed-boeing-page .cate-main-body .item-box .product-item:hover{
    box-shadow: 0 0 10px 0 #6d869a;
    -webkit-box-shadow: 0 0 10px 0 #6d869a;
    -moz-box-shadow: 0 0 10px 0 #6d869a;
}
.category-page .licensed-boeing-page .cate-main-body .item-box .picture::before{
    box-shadow: inset 0 4px 100px 250px rgba(0, 0, 0, 0.55);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    transition: all 0.45s;
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
    -o-transition: all 0.45s;
    opacity: 0;
    z-index:1;
}
.category-page .licensed-boeing-page .cate-main-body .item-box .picture-over::before {
    -webkit-transition: opacity 0.45s ease-in-out;
    -moz-transition: opacity 0.45s ease-in-out;
    -ms-transition: opacity 0.45s ease-in-out;
    -o-transition: opacity 0.45s ease-in-out;
    opacity: 1;
}
.category-page .licensed-boeing-page .cate-main-body .item-grid .picture {
    height: 250px;
    line-height: 250px;
}
.licensed-boeing-page .category-page-body .recently-added-products-page{
    margin-top:0;
}
.licensed-boeing-page .recently-added-products-page .page-title{
    margin:0;
}
.licensed-freightliner-page{

}
.licensed-freightliner-page .licensed-header{
    margin:25px auto 60px;
}
.me-page .licensed-freightliner-page .cate-main-body .item-box .product-item {
    border: none;
    background: rgba(10, 7, 7, 0.75);
    position: relative;
}
.category-page .licensed-freightliner-page .cate-main-body .item-grid .picture {
    height: 300px;
    line-height: 300px;
}
.category-page .licensed-freightliner-page .item-grid .item-box .retired,
.category-page .licensed-freightliner-page .item-grid .item-box .retiring {
    right: 0;
}
.me-page .licensed-freightliner-page .cate-main-body .product-grid .details {
    background: none;
}
.category-page .licensed-freightliner-page .assemble-section {
    text-align: center;
    max-width: 100%;
}
.licensed-freightliner-page .assemble-section .assemble-section-left {
    text-align: left;
    padding-left: 5px;
    color:#fff;
    font-family: 'Coda', cursive;
    font-size:12px;
    margin-top: 15px;
}
.licensed-freightliner-wrap .freightliner-bottom-blur {
    height: 70vh;
    width: 100%;
    margin-top: -67vh;
    background: linear-gradient(rgba(255, 255, 255, 0) 22%, rgb(0, 0, 0));
    margin-bottom:5px;
}
.me-page .licensed-freightliner-page .newproducts-page-body .recently-added-products-page {
    margin-top: -30px;
}
.category-page .licensed-freightliner-page .cate-main-body .item-box .product-item:hover {
    box-shadow: 0 0 10px 0 #565657;
    -webkit-box-shadow: 0 0 10px 0 #565657;
    -moz-box-shadow: 0 0 10px 0 #565657;
}
.category-page .licensed-freightliner-page .cate-main-body .item-box .picture::before{
    box-shadow: inset 0 4px 100px 250px rgba(0, 0, 0, 0.55);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    transition: all 0.45s;
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
    -o-transition: all 0.45s;
    opacity: 0;
    z-index:1;
}
.category-page .licensed-freightliner-page .cate-main-body .item-box .picture-over::before {
    -webkit-transition: opacity 0.45s ease-in-out;
    -moz-transition: opacity 0.45s ease-in-out;
    -ms-transition: opacity 0.45s ease-in-out;
    -o-transition: opacity 0.45s ease-in-out;
    opacity: 1;
}
.category-page .licensed-freightliner-page .cate-main-body .details .product-title{
    font-size:27px;
}
.licensed-freightliner-page .recently-added-products-page .page-title{
    margin:0;
}

.licensed-avatar-wrap {
    background: #151b29 url(../images/cate-avatar2-bg.jpg) no-repeat center top;
}
.licensed-avatar-wrap .licensed-wrapper{
    padding-top:20px;
}
.licensed-avatar-wrap .licensed-wrapper .category-page-body .recently-added-products-page{
    margin-top:25px;
}
.licensed-avatar-wrap .licensed-header {
    margin-bottom: 0;
}
.licensed-avatar-wrap h2 img {
    height: 225px;
}
.licensed-avatar-wrap .cate-main-body .product-grid{
    margin-top:0px;
}
.licensed-avatar-wrap .cate-main-body .product-grid .details a{
    font-family: 'toruks', sans-serif;
    font-size: 21px;
    line-height: 25px;
}
.licensed-avatar-wrap .cate-main-body .details .value{
    font-family: 'toruks', sans-serif;
}
.licensed-avatar-wrap .cate-main-body .details .sheets{
    color:#fff;
    bottom: 40px;
    right: 0;
    width: 38%;
}
.licensed-avatar-wrap .cate-main-body .details .difficulty{
    bottom: 13px;
    width: 100%;
    text-align: center;
    left: 0;
}
.licensed-avatar-wrap .cate-main-body .item-grid .item-box {
    margin-bottom: 60px;
    display: inline-block;
    float: none;
    width: 33%;
    vertical-align:top;
}
.licensed-avatar-wrap .cate-main-body .item-box .product-item {
    background: url(../images/cate-avatar-product-bg.png) no-repeat center center;
    background-size: contain;
    border: 0;
    /*height: 420px;*/
    height: 390px;
    border-radius: 50%;
    width: 390px;
    margin: 0 auto;
    position:relative;
    border: 1px solid #0456a5;
}
.licensed-avatar-wrap .cate-main-body .item-box .product-item:hover {
    box-shadow: 0 0 21px 9px #034a8f;
    -webkit-box-shadow: 0 0 21px 9px #034a8f;
    -moz-box-shadow: 0 0 21px 9px #034a8f;
    border: 1px solid #ccc;
}
.licensed-avatar-wrap .cate-main-body  .details .product-title{
    margin:22px auto 0;
    max-width:185px;
}
.licensed-avatar-wrap .cate-main-body .item-grid .picture {
    width: 335px;
    margin: 0 auto;
    height: 300px;
    line-height: 275px;
}
.licensed-avatar-wrap .cate-main-body .item-grid .item-icx248 .picture{
    width:354px;
}
.licensed-avatar-wrap .cate-main-body .item-grid .item-icx248 .picture img{
    margin: -42px 0 0 15px;
}
/*.licensed-avatar-wrap .cate-main-body .item-grid .picture:before{
    content: ' ';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    box-shadow: inset 0 0 10px 11px rgb(3 61 117 / 0%);
    pointer-events: none;
    border-radius: 50%;
    transition: all 0.45s;
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
    -o-transition: all 0.45s;
}
.licensed-avatar-wrap .cate-main-body .item-box .product-item:hover .picture:before{
    
    box-shadow: inset 0 0 10px 5px rgb(35 93 149);
}*/
.licensed-avatar-wrap .assemble-section{
    text-align:center;
}
.licensed-avatar-wrap .item-grid .item-box .coming-soon {
    right: 11px;
    top: 16px;
    z-index:1;
}
.licensed-avatar-wrap .item-grid .item-box .ps-tag {    
    background:url(../images/cate-avatar-ps-tag.png) no-repeat center center;
    background-size:contain;
    position:absolute;
    bottom: 27px;
    left: 44px;
    width: 109px;
    height: 43px;
    z-index:1;
}
.licensed-avatar-wrap .item-grid .item-box .additionalInfo-designnotfinal {
    bottom: 60px;
    right: 79px;
    background: #042e56;
    color: #d9d9d9;
    z-index:1;
}
.me-page .category-page-body .product-grid .details {
    background: none;
}

.category-page .retired-section {
    text-align: center;
    padding-top: 40px;
}
.retired-section .btn-see-more-retired{
    margin:0 0 40px;
}
.retired-section .retired-grid {
    display:none;
}
.retired-section .item-grid {
    text-align: left;
}
.retired-section .page-title {
    border-top: 1px solid #415061;
    margin-bottom: 30px;
}
.category-page .cate-main-body .retired-section .item-grid .picture {
    height: 220px;
    line-height: normal;
}
/*Careers page*/
.careers-page {
    min-height: 500px;
}
.careers-page .careers-page-body{
    max-width: 800px;
}
.careers-page .careers-list-table>thead>tr>th{
    color: #8497b6;
    border-bottom:1px solid #3e3e3e;
    font-family: 'Teko', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: normal;
    padding: 0 10px;
}
.careers-page .careers-list-table>tbody>tr>td{
    border:none;
    color:#fff;
    font-family: 'Coda', cursive;
}
.careers-page .careers-list-table .job-item{
    transition: all 0.45s;
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
    -o-transition: all 0.45s;
    cursor:pointer;
}
.careers-page .careers-list-table .job-item:hover{
    background:#2e2e2e;    
}
.careers-page .careers-list-table .job-position{
    font-style: italic;
}
.careers-page .careers-list-table .job-unavailable{
    color:#979797;
}
.careers-details-page .category-description{
    max-width: 560px;
    margin: 0 auto;
    text-transform: none;
    font-style: italic;
    color:#d0d0d0;
}
.careers-details-page .page-body{
    max-width:800px;
}
.master-wrapper-content .careers-details-page .page-title h1{
    padding: 13px 0 6px;
    margin: 0 0 12px;
    background: #1e2229;
}
.careers-details-page .job-section{
    color:#fff;
    font-family: 'Coda', cursive;
    margin: 0 0 40px;
}
.careers-details-page .job-section ul{
    padding-left:20px;
}
.careers-details-page .job-section-title{
    border-bottom: 1px solid #3e3e3e;
    font-family: 'Teko', sans-serif;
    color: #8497b6;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
}
.careers-details-page .job-item-unavailable{  
    background: #1e2229;
    margin: 0 auto;
    text-align: center;
    border-radius: 5px;
    font-size: 20px;
    text-transform: uppercase;
    color: #777777;
    padding: 12px 0 10px;
    font-weight: 700;
    font-family: 'Teko', sans-serif;
    letter-spacing: 1px;
}
.careers-details-page .apply-section{
    background:#1e2229;
    padding:15px;
    overflow:hidden;
    border-radius:5px;
    -o-border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}
.careers-details-page .apply-section-title{
    text-transform:uppercase;
    margin-bottom: 15px;
}
.careers-details-page .job-field{
    margin:10px 0;
}
.careers-details-page .job-field input[type=text]{
    background: #14171c;
    border: none;
    color: #c2c2c2;
}
.careers-details-page .job-field ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-style:italic;
  font-size:13px;
}

.careers-details-page .job-field :-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-style:italic;
    font-size:13px;
}

.careers-details-page .job-field ::-ms-input-placeholder { /* Microsoft Edge */
    font-style:italic;
    font-size:13px;
}
.careers-details-page .job-field .col-md-2{
    line-height:30px;
}
.careers-details-page .apply-section .help-block{
    font-style: italic;
    font-size: 13px;
    margin-bottom: 5px;
}
.careers-details-page .job-apply-btn{
    padding: 8px 120px;
    text-align: center;
    margin: 20px auto 5px;
    display: block;
    background: #6b7d9b;
    color: #fff;
    border: none;
    font-size: 25px;
    font-family: 'Teko', sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 56px;
    height: 65px;
}
.careers-details-page .captcha-box{
    margin: 15px 0 0;
}
.careers-details-page .captcha-box{
    width: 304px;
    margin: 30px auto 0;
}
.careers-details-page .apply-success .job-field .col-md-2{
    line-height: normal;
}
/*Blog page*/
.blog-page{
    overflow: hidden;
    max-width: 1200px;
    margin: 0 auto;
}
.blog-page .blog-posts{
    margin: 0 -6px;
    overflow: hidden;
}
.blog-page .blog-posts .no-blogs{
    padding: 0 15px;
    color: #fff;
    font-family: 'Coda', cursive;
}
.blog-page .post{
    padding:0 5px;
    font-family: 'Coda', cursive;
    margin: 0 0 35px;
}
.blog-page .post .post-box{
    background: #272a2e;
    overflow:hidden;
    height:350px;
    border-radius: 3px;
}
.blog-page .post .post-box .post-breadcrumb{
    display: inline-block;
    font-size: 12px;
    margin-top: 2px;
    text-align: left;
    width: 100%;
    color: #5faa1d;
}
.blog-page .post .post-picture{
    height:200px;
    text-align: center;
    padding: 8px 9px 0;
    margin-bottom: 15px;
}
.blog-page .post .post-head,
.blog-page .post .post-body{
    margin:20px 10px 0;
}
.blog-page .post .post-comment{
    clear:both;
}
.blog-page .post .post-comment a{
    color:#979797;
    font-size:13px;
}
.blog-page .post .post-title{
    display:block;
    color:#8497b6;
    font-size:18px;
    height: 85px;
}
.blog-page .post .post-date{
    color:#979797;
    font-style:italic;
    font-size:13px;
}
.blog-page .post .post-body{
    color:#fff;
    display:none;
}
.blog-page .post .blog-details{
    margin:0 10px 10px;
    display:none;
}
.blog-page .post .blog-details .tags,
.blogpost-page .tags{
    color:#979797;
}
.blog-page .post .blog-details .tags label,
.blogpost-page .tags label{
    float: left;
    margin-right: 5px;
}
.blog-page .post .blog-details .tags a,
.blogpost-page .tags a{
    color:#8497b6;
    font-size:13px;
}
.blog-page .post .blog-details .tags a:hover{
    text-decoration:underline;
}
.blog-page .post .blog-details ul li{
    float:left;
    list-style:none;
    margin:0 1px 0;
    font-style:italic;
}
.blog-page .blog-left-side{
    padding: 0 0 0 25px;
}
.blog-page .blog-section{
    margin: 0 0 25px;
}
.blog-page .blog-section .blog-section-title{
    color: #77cd2c;
    font-family: 'Teko', sans-serif;
    font-size: 24px;
    text-align: center;
    text-transform:uppercase;
}
.blog-page .blog-section .blog-section-content{
    color:#fff;
    font-family: 'Coda', cursive;
}
.blog-page .block-blog-categories .listbox li{
    list-style:none;
    margin-top:10px;
}
.blog-page .block-blog-categories a{
    color: #8497b6;
}
.blog-page .block-blog-categories a:hover,
.blog-page .block-blog-categories .listbox li.active>a{
    color: #77cd2c;
}
.blog-page .block-blog-categories .listbox .fa-angle-right{
    display:none;
}
.blog-page .block-blog-categories .listbox .sublist{
    margin-left:10px;
}
.blog-page .block-blog-categories .listbox .sublist li{    
    margin-top:0;
}
.blog-page .block-blog-categories .listbox .sublist .fa-angle-right{
    display:inline-block;
}
.blog-page .blog-section .tags{
    display: table-cell;
    vertical-align: top;
    text-align: center;
    line-height: 100%;
    font-size: 20px;
    font-family: 'Coda', cursive;
}
.blog-page .blog-section .tags a{
    transition: all 0.45s;
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
    -o-transition: all 0.45s;
    color: #8497b6;
    line-height: 24px;
    padding: 0 2px;
}
.blog-page .blog-section .tags a:hover{
    color: #dfebff;
    text-decoration:underline;
}
.blog-page #blog-month-list li{
    list-style:none;
}
.blog-page #blog-month-list .year{
    font-family: 'Teko', sans-serif;
    color:#fff;
    font-size: 23px;
    margin:0 0 13px
}
.blog-page #blog-month-list .month{
    font-size:14px;
    font-family: 'Coda', cursive;
    margin-left:10px;
}
.blog-page #blog-month-list .month a{
    color: #8497b6;
}
.blog-page #blog-month-list .year .sublist{
    margin-top: -4px;
}
.blog-page .blog-section .tags li,
.blogpost-page .tags li{
    list-style: none;
    float: left;
    height: 29px;
    border: 1px solid #8497b6;
    padding: 0 7px;
    line-height: 26px;
    margin: 3px 3px 4px;
    font-family: 'Coda', cursive;
}
.blog-page .blog-section .tags li a,
.blogpost-page .tags li a{
    color:#8497b6;
    border: none;
}
.blog-page .pager{
    font-family: 'Coda', cursive;
    clear:both;
    text-align: right;
}
.blog-page .pager li{
    padding: 0 1px;
}
.blog-page .pager a{
    color:#77cd2c;
    border:none;
}
.blog-page .pager li>a, .blog-page .pager li>span{
    border-radius: 3px;
    background: #26292e;
}
.blog-page .blog-page span{border-color:#77cd2c;}
.blog-page .current-page span{
    border-color: #77cd2c;
     color:#77cd2c;
}
.blogpost-page{

}
.blogpost-page .me-breadcrumb{
    margin-bottom:35px;
}
.blogpost-page .post-body{
    color: #2B2B2B;
    background: #f4f4f4;
    padding: 1px 55px 15px;
    border-radius: 5px;
    font-family: 'Heebo', sans-serif;
    text-align: justify;
}
.blogpost-page .post-body ul{
    padding-left: 40px;
}
.blogpost-page .post-body .page-title{
    color:#5f718f;
    margin-bottom: 0;
}
.blogpost-page .post-date{
    color: #979797;
    font-style: italic;
    font-size: 13px;
    margin-bottom: 10px;
}
.blogpost-page .tags{
    overflow:hidden;
    margin-top:15px;
}
.blogpost-page .tags label{
    font-size:20px;
    color: #8497b6;
    line-height:38px;
}
.blogpost-page .new-comment{
    clear:both;
    margin: 15px auto;
}
.blogpost-page .new-comment .title,
.blogpost-page .comment-list .title{
    color: #8497b6;
    font-family: 'Teko', sans-serif;
    font-size: 22px;
    text-transform: uppercase;
}
.blogpost-page .new-comment .enter-comment-text{
    background:#19212d;
    border:none;
    width:100%;
    height:200px;
    resize:none;
    border-radius:5px;
    padding:10px;
    color:#fff;
}
.blogpost-page .new-comment .notifications{
    color: #999;
}
.blogpost-page .new-comment .buttons{
    overflow: hidden;
}
.blogpost-page .comment-list{
    font-family: 'Coda', cursive;
}
.blogpost-page .comment-list .title{
    margin-bottom: 15px;
    border-bottom: 1px solid;
}
.blogpost-page .new-comment .blog-post-add-comment-button{
    float: right;
    background: #024b5b;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Coda', cursive;
    margin-top:10px;
}
.blogpost-page .comment-list .blog-comment{
    margin: 0 0 12px;
}
.blog-comment .user-info{
    color: #8497b6;
    font-size:15px;
}
.blog-comment .comment-time{
    color:#adadad;
    font-size:12px;
}
.blog-comment .comment-body{
    color:#fff;
}
/*page not found*/
.not-found-page{
    max-width:1200px;
    margin:0 auto;
    min-height:500px;
    overflow:hidden;
    background:url(../images/error-notfound-3d.png) no-repeat 8% center;
}
.not-found-page .topic-block-body{
    font-family: 'Coda', cursive;
    color: #8394b0;
}
.not-found-page .pnf-404{
    font-family: 'Roboto Slab', serif;
    font-size: 150px;
    color: #77cd2c;
    letter-spacing: 4px;
    margin-top: -40px;
}
.not-found-page .page-body{
    text-align:center;    
    margin-bottom: 50px;
}
.not-found-page .topic-block{
    max-width: 433px;
    margin: -64px auto 25px;
    text-align: justify;
}
.not-found-page .topic-block li{
    list-style:none;
}
/*360 gallery*/
.gallery-360-page, .gallery-instruction-page{padding-bottom: 50px;}
.gallery-360-page .gallery-360-header,
.gallery-instruction-page .gallery-instruction-header{
    text-align:center;
    font-family: 'Teko', sans-serif;
    text-transform:uppercase;
}
.gallery-360-page .gallery-360-header .upHeader,
.gallery-instruction-page .gallery-instruction-header .upHeader{
    color:#77cd2c;
    font-size:41px;
    margin-bottom:0;
}
.gallery-360-page .gallery-360-header .belowHeader,
.gallery-instruction-page .gallery-instruction-header .belowHeader{
    color:#8497b6;
    font-size:58px;
    margin-top:0;
}
.gallery-360-page .gallery-menu-item{
    width: 184px;
    /*height: 95px;*/
    background: rgba(201, 201, 201, 0.08);
    color: #7e7e7e;
    font-family: 'Coda', cursive;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 2px;
    font-weight: 700;
    /*line-height: 13px;*/
    transition: all 0.45s;
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
    -o-transition: all 0.45s;
    cursor:pointer;
    padding: 12px 0;
}
.gallery-360-page .gallery-menu-sll{
    max-width: 400px;
    margin: 0 auto 20px;
    font-weight: bold;
    background: #f3f3f3;
    display:none;
}
.gallery-360-page .gallery-menu-left{
    max-width:184px;
    float:left;
    max-height:852px;
}
.gallery-360-page .gallery-menu-item-left:hover, .gallery-360-page .gallery-menu-item-left.actived{
    margin-left:10px;
    color:#77cd2c;
    background: rgba(201, 201, 201, 0.2);
}
.gallery-360-page .gallery-menu-item-right{
    height:95px;
}
.gallery-360-page .gallery-menu-item-right img{
    margin-bottom:3px;
}
.gallery-360-page .gallery-menu-item-right:hover, .gallery-360-page .gallery-menu-item-right.actived{
    margin-left: -10px;
    color:#77cd2c;
    background: rgba(201, 201, 201, 0.2);
}
.gallery-360-page .gallery-menu-content{
    width:980px;
    float:left;
    background: #fff;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    margin: 5px 15px 0;
    overflow:hidden;
}
.gallery-360-page .gallery-menu-content .gallery-menu-content-header{
    background:#f3f3f3;
    text-align:center;
    padding: 21px 0;
    font-family: 'Teko', sans-serif;
}
.gallery-360-page .gallery-menu-content .gallery-menu-content-header h3, 
.gallery-360-page .gallery-menu-content .gallery-menu-content-header h6{
    margin:0;
}
.gallery-360-page .gallery-menu-content .gallery-menu-content-header h3{
    font-size:28px;
    color:#73bf43;
    text-transform: uppercase;
}
.gallery-360-page .gallery-menu-content .gallery-menu-content-header h6{
    font-size:20px;
    color:#333;
}
.gallery-360-page .gallery-menu-right{
    max-width:184px;
    float:right;
    max-height:852px;
}
.gallery-menu-right .mCSB_scrollTools {
    right:auto;
    left:0;
}
.gallery-360-page .gallery-menu-content .product-cate {
    display: none;
    height: 165px;
}
.gallery-360-page .gallery-menu-content .gallery-content-frame {
    height: 610px;
}
.gallery-360-page .gallery-product-list .item-grid .item-box{
    width: 170px !important;
    float: left;
    margin-top: 4px;
}
.gallery-360-page .gallery-product-list .item-box .product-item{
    margin:0 3px;
    position:relative;
    overflow:hidden;
    cursor:pointer;
}
.gallery-360-page .gallery-product-list .item-box .comingsoon-item:before{
    content: 'Coming Soon';
    display: block;
    height: 51px;
    width: 121px;
    position: absolute;
    top: -8px;
    left: -42px;
    z-index: 1;
    color: #646464;
    background: #e6e6e6;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    font-family: 'Coda', cursive;
    line-height: 14px;
    padding: 21px 22px 0;
    font-size: 13px;
}
.gallery-360-page .gallery-product-list .item-box .comingsoon-item:after{
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
    background: rgba(230, 230, 230, 0.45);
    top: 0;
}
.gallery-360-page .gallery-product-list .actived .product-item{
    border-color:#77cd2c;
}
.gallery-360-page .gallery-product-list .product-grid {
    width:100%;margin-left:0;
}
.gallery-360-page .gallery-product-list .product-grid .details{
    height:auto;
    padding: 2px 0;
}
.gallery-360-page .gallery-product-list .product-grid .sku{
    display:none;
}
.gallery-360-page .gallery-product-list .product-grid .picture{
    height:90px;line-height:90px;
}
.gallery-360-page .gallery-product-list .details .product-title {
    font-family: 'Coda', cursive;
    font-size: 12px;
}
.gallery-360-page .mCSB_horizontal.mCSB_inside>.mCSB_container{
    margin:0;
}
.gallery-360-page .threesixty .spinner{
    margin-top:300px;
}
.gallery-360-page .gallery-threesixty .fa-spinner {
    color: #77cd2c;
    font-size: 35px;
}
.gallery-360-page iframe {
    border:none;
}
.gallery-360-page .mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer{
    margin-top:1px;
}
.gallery-360-page .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background: rgba(119, 205, 44, 0.9);
    border-radius: 0;
}
.gallery-360-page .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
    background:#77cd2c;
}
.gallery-360-page .mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft{
    background-position: -100px -112px;
    margin-top: 1px;
    opacity: 1;
}
.gallery-360-page .mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -128px;
    margin-top: 1px;
    opacity: 1;
}
.gallery-360-page .mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp{
    background-position: -102px -112px;
    height: 16px;
    width: 16px;
    opacity: 1;
    transform:rotate(90deg)
}
.gallery-360-page .mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown{
    background-position: -102px -112px;
    height: 16px;
    width: 16px;
    opacity: 1;
    transform:rotate(-90deg)
}
.product-360-page{
    /*padding-top: 50px;*/
    background: #f3f3f3;
}
.product-360-page .lazyframe{
    height:100%;
    background:#fff;
}
.product-360-page .lazyframe:before{
    padding-top:0;
}
.product-360-page iframe {
    border: none;
}
.product-360-page .product-360-header{
    width:100%;
    background:#f3f3f3;
    font-size:25px;
    text-align:center;
    padding: 11px 0 5px;
    font-size:14px;
    font-family: 'Coda', cursive;
}
.product-360-page .product-360-header .sku{
    color: #77cd2c;
    margin: 0 0 -5px;
    font-size: 28px;
    font-family: 'Teko', sans-serif;
    text-transform:uppercase;
}
.product-360-page .product-360-header .p-name{
    color:#14171c;
    font-weight: 700;
    font-size: 13px;
    margin-top: 6px;
}
.product-360-page .product-360-header .des{    
    color:#5d6572;
}
.product-360-page .product-360-frame{
    background: #fff;
    text-align: center;
    height: 93vh;
}
.product-360-page .product-360-frame .fa-spinner{
    font-size:50px; color:#77cd2c;
    margin-top:10%;
}
.gallery-instruction-page .ins-selectors{
    margin: 50px auto 0;
}
.gallery-instruction-page .ins-selectors select{
    height:34px;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    min-width: 200px;
    color: #efefef;
}
.gallery-instruction-page .ins-selectors .col-lg-6:first-child{
    border-right:1px solid #4f5155;
}
.gallery-instruction-page .ins-selectors .ins-p-filter{
    display: inline-block;
    max-width: 220px;
    background: #14171c;
    border-color: #4f5155;
    color: #eee;
}
.gallery-instruction-page .ins-selectors .ins-p-filter::-webkit-input-placeholder { /* Chrome */
  color: #7c7c7c;
}
.gallery-instruction-page .ins-selectors .ins-p-filter:-ms-input-placeholder { /* IE 10+ */
  color: #7c7c7c;
}
.gallery-instruction-page .ins-selectors .ins-p-filter::-moz-placeholder { /* Firefox 19+ */
  color: #7c7c7c;
  opacity: 1;
}
.gallery-instruction-page .ins-selectors .ins-p-filter:-moz-placeholder { /* Firefox 4 - 18 */
  color: #7c7c7c;
  opacity: 1;
}
.gallery-instruction-page .ins-wrap{
    margin:50px auto 0;
    max-width:1200px;
}
.gallery-instruction-page .ins-category-section{
    padding:0;
    margin:0 0 60px;
}
.gallery-instruction-page .ins-category-section .col-lg-12{
    width:1210px;
    margin:0 -5px;
    text-align: center;
    font-size: 18px;
    color: #77cd2c;
}
.gallery-instruction-page .ins-cate-header {
    background: #373a3e;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    color: #fff;
    font-family: 'Teko', sans-serif;
    font-size: 25px;
    height: 50px;
    line-height: 54px;
    padding-left: 14px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.gallery-instruction-page .ins-category-section .ins-product{
    padding:0;
    margin:10px 0 0;
}
.gallery-instruction-page .ins-category-section .ins-product-sm-wrap{
    background:#0a0b0e;
    margin:0 5px;
    border-radius: 5px;
    overflow: hidden;
    padding: 13px;
    border: 1px solid #4e4e4e;
    transition: all 0.45s;
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
    -o-transition: all 0.45s;
    height: 275px;
}
.gallery-instruction-page .ins-category-section .ins-product-sm-wrap:hover{    
    box-shadow: 0 0 10px 0 #77cd2c;
    -webkit-box-shadow: 0 0 10px 0 #77cd2c;
    -moz-box-shadow: 0 0 10px 0 #77cd2c;
}
.gallery-instruction-page .ins-product .ins-p-pic{
    overflow: hidden;
    height: 200px;
    line-height: 200px;
}
.gallery-instruction-page .ins-product .ins-p-pic .ins-p-default-pic,
.gallery-instruction-page .ins-product .ins-p-pic .ins-p-default-ins-pic{
    width:100%;
    text-align:center;
    height:100%;
}
.gallery-instruction-page .ins-product .ins-product-details{
font-family: 'Coda', cursive;
font-size: 13px;
color: #fff;
text-align: left;
}
.gallery-instruction-page .ins-product .ins-product-details .ins-p-sku{
font-size: 12px;
color: #86a2d0;
margin: 10px 0 0;
}
.gallery-instruction-page .ins-product .ins-product-details .ins-p-title{
width: 70%;
float: left;
}
.gallery-instruction-page .ins-product .ins-product-details .ins-p-download{
width: 30%;
float: left;
text-align: right;
text-transform: uppercase;
font-size:11px;
color: rgba(149, 149, 149, 0.9);
}
.gallery-instruction-page .ins-product .ins-product-details .ins-p-download a:hover{
    text-decoration:underline;
}
.gallery-instruction-page #ins-section-searchresult{
    display:none;
}
/*login-register*/
.login-page .returning-wrapper{
    max-width:400px;
    margin:0 auto;
}
.returning-wrapper label,
.password-recovery-page label{
    font-family: 'Coda', cursive;
    color:#fff;
}
/*.returning-wrapper input[type="text"], .returning-wrapper input[type="password"],
.registration-page input[type="text"], .registration-page input[type="password"]{
    background: none;
    margin: 0 3px 0 0;
    color: #8394b0;
    border-color: #48515f;
}*/
.returning-wrapper .input-group-addon{
    color: #fff;
    background-color: rgba(119, 205, 44, 0.75);
    border: 1px solid rgb(94, 160, 40);
    font-size: 17px;
}
.returning-wrapper .btn-metalearth{
    margin: 0 auto;
    display: block;
    width:100%;
}
.returning-wrapper .forgot-password{
    float:right;
}
.registration-page label{
    font-family: 'Coda', cursive;
    color:#fff;
}
.registration-page .registration-wrap{
    max-width:600px;
    margin:0 auto;
    padding-bottom:100px;
}
.registration-page select{
     background: none;
    margin: 0 3px 0 0;
    border-color: #48515f;
    width:31%;
    float:left;
    margin:0 4px;
}
.registration-page select:first-child{
    margin-left:0;
}
.registration-page .form-group{
    overflow:hidden;
}
.registration-page .required{
    position: absolute;
    left: 6px;
    font-size: 16px;
    color: #eb2d2d;
    top: 0;
}
.registration-page .buttons{
    overflow:hidden;
    margin:0;
}
.registration-page .buttons .btn-metalearth{
    width:100%;
}
.registration-result-page .result,
.password-recovery-page .result{
    font-family: 'Coda', cursive;
    color:#fff;
    font-size:17px;
    margin-bottom:10px;
}
.password-recovery-page{
    padding-bottom:150px;
}
.password-recovery-page form{
    max-width:600px;
    margin:0 auto;
}
.change-password-page .page-body{
    max-width:600px;
}
.change-password-page .result{
    font-family: 'Coda', cursive;
    color:#77cd2c;
    font-size:17px;
    margin-bottom:10px;
}
.change-password-page .inputs{
    margin-bottom:15px;
}
.change-password-page .inputs label{
    font-family: 'Coda', cursive;
    color:#fff;
}
.change-password-page .inputs .required{
    color:#f00;
}
.search-page .no-result{
    color:#fff;
}
.sitemap-page{
    background: #14171c;
}
.sitemap-page .page-body{
    max-width: 1200px;
    margin: 0 auto;
}
.sitemap-page .page-body .description{
    color: #fff;
    font-family: 'Asul', sans-serif;
    font-size: 16px;
    text-align: center;
}
.sitemap-page .page-body .entity-title{
    font-family: 'Abel', sans-serif;
    color: #77cd2c;
}
.sitemap-page .entity-body li{
    list-style:none;
}
.sitemap-page .entity-body li a{
    color:#8394b0;
    font-family: 'Coda', cursive;
}
.sitemap-page .entity-body li a:hover{
    color: #77cd2c;
}
/*forums*/
.forums-header-wrapper{
}
.forums-header-wrapper .forums-header{
    max-width:1200px;
    margin:0 auto;
}
.forums-header-wrapper .forum-search-box{
    position:relative;
}
.forums-header-wrapper .forum-search-box .search-box-text{
    background: none;
    width: 100%;
    margin: 0 3px 0 0;
    color: #8394b0;
    float: left;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    height: 34px;
    border: 1px solid #48515f;
    border-radius: 4px;
}
.forums-header-wrapper .forum-search-box .search-box-button{
    background: none;
    border: 0;
    position: absolute;
    top: 5px;
    right: 2px;
    font-size: 17px;
    color: #b2b2b2;
}
.forums-wrapper{
    background:#fff;
}
.forums-page{
    max-width:1200px;
    margin:0 auto;
    clear: both;
    overflow: hidden;
}
.forums-page .forums-table-section{
    margin:30px 0 20px;
}
.forums-page .forums-table-section-title{
    line-height: 40px;
    font-size: 24px;
    font-family: 'Teko', sans-serif;
    color:#14171c;
}
.forums-page .forums-table-section-title a{
    color:#14171c;
}
.forums-page .forum-table{
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    vertical-align: middle;
    margin-top: 10px;
    margin-bottom: 15px;
}
.forums-page .forum-table th{
    text-align: center;
    background: #67bf23;
    color: #ffffff;
    border-right: solid 1px #53a711;
    height: 40px;
}
.forums-page .forum-table .forum-details{
    width: 55%;
    text-align: left;
    padding-left: 15px;
}
.forums-page .forum-table .forum-details .forum-title a{
    font-size:16px;
    color:#3f830a;
    font-family: 'Coda', cursive;
    padding: 5px 0;
    display:inline-block;
}
.forums-page .forum-table .topics{
    width: 10%;
}
.forums-page .forum-table .posts{
    width: 10%;
}
.forums-page .forum-table .latest-post{
    width: 25%;
    border: none;
    padding:0 5px;
}
.forums-page .forum-table td.latest-post{
    text-align:left;
}
.forum-breadcrumb{
    height:40px;
    line-height:25px;
}
.forum-breadcrumb li{
    list-style:none;
    float:left;
}
/*footer*/
.footer {
    background: #14171c;
    overflow: hidden;
    clear: both;
    position: relative;
    z-index: 2;
}
.footer .footer-content{max-width:1200px;margin: 30px auto 10px;overflow:hidden;}
.footer-content .footer-content-left{color:#1B87A5;}
.footer-content .footer-content-right{
    color: #7F7F7F;
    font-size: 12px;
    line-height: 62px;
    text-align: right;
}
.footer-content .footer-menu-section{width:19%; float:left;}
.footer-content .footer-menu-section:nth-child(5) {
    width: 24%;
}
.footer-content .footer-menu-item {margin: 0 0 17px;
-moz-padding-start: 0;
-webkit-padding-start: 0;
-khtml-padding-start: 0;
-o-padding-start: 0;
padding-start: 0;
padding: 0;
}
.footer-content .footer-menu-item>li{list-style:none;font-family: 'Coda', cursive;font-size:14px;}
.footer-content .footer-menu-item>li a{color:#8394b0;}
.footer-content .footer-menu-item>li a:hover, .footer-content .footer-menu-item>li a:active{color:#77cd2c;}
.footer-content .footer-menu-item>li:first-child{font-family:'Montserrat', sans-serif;color:#fff;text-transform:uppercase;margin-bottom: 10px;}
.footer-content .footer-social-title{font-family: 'Exo 2', sans-serif;text-align:center;font-size:16px;color:#74d02c;}
.footer-content .footer-socials{
    width: 240px;
    margin: 7px auto 0;
    overflow: hidden;
    -moz-padding-start: 0;
-webkit-padding-start: 0;
-khtml-padding-start: 0;
-o-padding-start: 0;
padding-start: 0;
padding: 0;
    text-align: center;
}
.footer-content .footer-socials li{list-style:none;float:left;font-size:37px;padding: 0 7px;}
.footer-content .footer-socials li a{color:#8a8b8e;}
.footer-content .footer-socials li a:hover, .footer-content .footer-socials li a:active{color:#c6c6c6;}
.footer-content .footer-subscribe{text-align:center;width:300px;float:right;margin: -88px 0 0;}
.footer-content .footer-subscribe span{ color:#77cd2c;font-family:'Muli', sans-serif;font-size:16px;text-transform:uppercase;}
.footer-content .footer-subscribe form{margin: 10px auto 0;}
.footer-content .footer-subscribe .btn-metalearth {width: 80px;line-height: 31px;font-size: 12px;text-transform: uppercase;
    padding-left: 0;
    padding-right: 0;
}
.footer-content .footer-subscribe .newsletter{
    margin:6px 0 0;
}
.footer-content .footer-subscribe .text-me{background: none;width: 217px;margin:0 3px 0 0;color:#8394b0;float:left;
 padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    height: 34px;
    border: 1px solid #48515f;
    border-radius: 4px;
}
.footer-content .footer-subscribe .text-me::-webkit-input-placeholder { /* Chrome */
  color: #7c889c;
}
.footer-content .footer-subscribe .text-me:-ms-input-placeholder { /* Chrome */
  color: #7c889c;
}
.footer-content .footer-subscribe .text-me::-moz-input-placeholder { /* Chrome */
  color: #7c889c;
}
.footer-content .footer-subscribe .text-me:-moz-placeholder { /* Firefox 4 - 18 */
  color: #7c889c;
}
.footer-content .footer-subscribe .newsletter-result{
    color: #dedede;
}
.footer-content .footer-subscribe .text-me:focus{outline:none;}
.footer-content .footer-logo{overflow:hidden;float:left;width: 90px;}
.footer-content .footer-logo .logo-sm-metalearth{margin:0 auto;}
.footer-content hr{border-top:1px solid #8394b0;margin: 2px auto;}
.footer-content .footer-bottom-left{width:555px;float:left;font-family: 'Heebo', sans-serif;font-size:11px;margin-top: -10px;}
.footer-content .footer-bottom-left .location{color: #6e7684;font-size:13px;}
.footer-content .footer-bottom-right{width:555px;float:left;font-family: 'Montserrat', sans-serif;font-size:11px;text-align:right;color:#6f81a0;padding-top: 29px;}
.footer-content .footer-bottom-right a{color:#77cd2c;}
.footer-content .footer-bottom-right hr{margin-bottom:22px;}
.footer-content .footer-bottom-right .footer-socials{display:none;}