@import url('https://www.khinsider.com/layout/fonts/bebas-neue-fontfacekit/stylesheet.css');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700');


/* Please note, if you work through this interface, be really careful. REALLY REALLY. 
You can easily screw up the whole site
*/

/*RESET*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  /*font-family: inherit;*/
  vertical-align: baseline
}

::selection {
  color:#fff;
  background: #66A7C5; /* WebKit/Blink Browsers */
}
::-moz-selection {
  color:#fff;
  background: #66A7C5; /* Gecko Browsers */
}

body {
  text-rendering: geometricPrecision;
  line-height: 200%;
  background:url('https://www.images.khinsider.com/images/Site%20Banners/bg-mom2.png') #404040 repeat-x 0px 55px;
  font-family: 'Open Sans', Arial, "Myriad Pro", "Trebuchet MS", sans-serif;
  color:#555;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse:collapse;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}
abbr,acronym {
  border:0;
}

/*---------------Links
/*-----------------------------------------*/

a {
  color: #336981;
  text-decoration:none;
}

a:visited {
  text-decoration:none;
}

a:hover {
  color: #336981;
  text-decoration:none;
}

/*------------------Container
/*---------------------------------------------------*/

#back-drop {
  height:58.1px;
  width:100%;
  background-color:#66a7c5;
  border-bottom: 7px solid rgb(49, 121, 154);
  position:absolute;
  top:0px;
  left:0px;
  z-index:-1;
}

/*
.container {
  width:960px;
  margin:0 auto;
}
*/

#container {
  margin:0 auto;
  width:999px;
}

#container_networkn {
  margin:0 auto;
  width:999px;
}
/*---------------------Header
/*-----------------------------------------------------*/

#logo {
  float:left;
  margin-bottom:15px;
  margin-top:9px;
  margin-right:-5px;
}

div#logo img {
    margin-top: 6px;
    height: 27px;
}

/*------------------Feature Content
/*--------------------------------------------------------*/

#top-graphic {
    background-image: url(https://www.images.khinsider.com/images/Site%20Banners/hdr-mom2.png);
    background-repeat: no-repeat;
    background-position: center top 40px;
    width: 1120px;
    height: 504px;
    margin-left: -85px;
    position: relative;
    z-index: -2;
    background-size: 1170px;
}

#featuredcontent {
    background: rgba(51, 49, 49, 0.63);
    width: 871px;
    height: 185px;
    position: absolute;
    top: 0;
    margin-top: 300px;
    padding: 12px 52px 0px;
    margin-left: -3px;
    z-index: 30;
    border-radius: 8px;
}

.featuredbox {
    font-family:'Montserrat';
    font-weight: bold;
    font-size: 12px;
    width: 245px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    height: 151px;
    float: left;
    margin: 3px;
    padding: 10px 16px;
    -webkit-transition-duration: .20s;
    -webkit-transition-timing-function: ease;
    transition-duration: .20s;
    transition-timing-function: ease;
}

.featuredbox:hover {
    background-color: rgba(102,167,197,.9);
    -webkit-transition-duration: .10s;
    -webkit-transition-timing-function: ease;
    transition-duration: .10s;
    transition-timing-function: ease;
}

.featuredbox ul {
  margin:15px 0 10px 36px;
}

.featuredbox, .featuredbox img, a {
  color:#dedede;
  text-decoration:none;
  margin-bottom:-2px;
  line-height:1;
  text-align:center;
  -webkit-transition-duration: .20s;
  -webkit-transition-timing-function: ease;
  transition-duration: .20s;
  transition-timing-function: ease;
}

.featuredbox img {
  width: 228px;
  border:0px solid #dddddd;
  border-radius: 7px;
  margin-top: 3px;
  margin-left: 3px;
}

.featuredbox img:hover {
    opacity: 1!important;
}

.featuredbox, a:hover {
  -webkit-transition-duration: .20s;
  -webkit-transition-timing-function: ease;
  transition-duration: .20s;
  transition-timing-function: ease;
}

.hover li {
  list-style-type:none;
  margin-left:-38px;
  margin-top: -15px;
}

.hover li:hover {
  cursor:pointer;
}

#featuredad {
  margin-top: -3px;
  margin-bottom: 10px;
/*  margin-right: 320px;
  margin-left: -12;*/
}

/*-------------------Main Nav
/*--------------------------------------------------*/

.menu2 {
border-bottom-right-radius: 10px;
    height: 32px;
    width: 415px;
    line-height: 0;
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 0px;
    margin: 0px 0px 0px 615px;
    position: absolute;
}

.menu2 li {
  display:inline;
  float:left;
}

.menu2 li:last-child {
  padding-right:25px;
}

.menu2 li a {
display:block;
padding: 23.5px 12px;
text-transform: uppercase;
    font-family: 'Montserrat';
    letter-spacing: 2px;
    font-size: 11.5px;
    color: #ffffff;
}

.menu2 li a:hover {
    color: #fff;
    background: #307a99;
}

/*----------------Search Bar
/*--------------------------------------------------*/

.button {
  position:absolute;
}

.search2 label {
  display:none;
}

.search2 {
  margin-left:846px;
  margin-top:65px;
  border:none;
  position:absolute;
  z-index:501;
}

#mod-search-searchword {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    font-family: 'Montserrat', sans-serif;
    width: 194px;
    background-color: rgb(49, 121, 154);
    margin-top: 0px;
    height: 18px;
    margin-left: -90px;
    padding: 6px 20px;
    padding-bottom: 9px;
    border: none;
    outline: none;
    color: #ededed;
    font-size: 13px;
    font-weight: 500;
    float: left;
}

#mod-search-searchword:focus {
}

input.button2 {
    display: none;
}

input[type="text"] {
    font-family: 'Open Sans';
    padding: 6px 10px;
    border: 1px #d0dfe5 solid;
    background: #e8edee;
}

input[type="submit"] {
    text-rendering: geometricPrecision;
    text-transform: uppercase;
    color: #fff;
    border: 0px;
    padding: 8px 18px;
    background-color: #66a7c5;
    font-weight: normal;
    letter-spacing: 1px;
    font-family: 'Montserrat';
    font-size: 11px;
    border-radius: 5px;
}

/*---------------------Search Page
/*--------------------------------------------------------*/

.sresults {
	-webkit-animation:colorchange .5s;
	-moz-animation:colorchange .5s;
	-o-animation:colorchange .5s;
}

.sresults a {
	color:rgba(50, 104, 132, 1);
	font-size:1em;
	padding-bottom:1px;
	line-height:1.3;
	border-bottom:1px dotted rgba(50, 104, 132, 1);
}

.sresults a:hover {
	color:#fff;
	background:rgba(50, 104, 132, .9);
	border-bottom:1px solid rgba(50, 104, 132, 1);
}

.sresults:hover {
	background-color:rgba(0,0,0,.1);
	-webkit-animation:colorchange2 .5s;
	-moz-animation:colorchange2 .5s;
	-o-animation:colorchange2 .5s;
}

@-webkit-keyframes colorchange {
	from {background-color:rgba(0,0,0,.1);}
	to {background: rgba(255, 255, 255, 0.1);}
}

@-webkit-keyframes colorchange2 {
	from {background: rgba(255, 255, 255, 0.1);}
	to {background-color:rgba(0,0,0,.1);}
}

@-moz-keyframes colorchange {
	from {background-color:rgba(0,0,0,.1);}
	to {background: rgba(255, 255, 255, 0.1);}
}

@-moz-keyframes colorchange2 {
	from {background: rgba(255, 255, 255, 0.1);}
	to {background-color:rgba(0,0,0,.1);}
}

@-o-keyframes colorchange {
	from {background-color:rgba(0,0,0,.3);}
	to {background: rgba(255, 255, 255, 0.1);}
}

@-o-keyframes colorchange2 {
	from {background: rgba(255, 255, 255, 0.1);}
	to {background-color:rgba(0,0,0,.1);}
}


.search {
  background:rgba(255,255,255,.75);
  width:608px;
  min-height:2000px;
  height:auto;
  padding:25px;
  border:1px solid #dad9d7;
}

.search h1 {
  padding: 90px 300px 100px 5px;
  margin:25px 0 0 0;
  background:url('https://images.khinsider.com/images/search_bg.png') no-repeat;
  color:#fff;
  font-size: 3em;
  font-family:'BebasNeue', Helvetica, Arial, sans-serif;
  text-shadow:-3px 2px rgba(0,0,0,.35);
}

#searchForm {
  padding:25px;
  margin-bottom:12px;
  /*box-shadow:0px 2px 4px #807e7e;
  border-bottom-right-radius:10px;
  border-bottom-left-radius:10px;
  -moz-border-radius-bottomright:10px;
  -moz-border-radius-bottomleft:10px;
  -webkit-border-bottom-right-radius:10px;
  -webkit-border-bottom-left-radius:10px;*/
  position:relative;
  z-index:0;
  line-height:23px;
  font-size:.9em;
  font-family:Arial, Helvetica, serif;
}

#search-searchword {
  width:250px;
  float:left;
  clear:left;
  margin:10px 0;
  background-color:#E5E1E0;
  padding:10px;
  border:none;
  outline:none;
  color:#333;
  border:1px solid rgba(0,0,0,.25);
}

#searchForm input:focus {
  outline:none;
  -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.25);
  -moz-box-shadow: inset 0 0 10px rgba(0,0,0,0.25);
  box-shadow: inset 0 0 10px rgba(0,0,0,0.25);
}

.word .button, .word label {
  position:static;
  float:left;
}

#searchForm .button {
  border:none;
  background:#EE3231;
  color:#fff;
  font-size:1.1em;
  clear:none;
  margin-top:10px;
  padding:8px 5px 9px 5px;
  text-shadow:-1px 1px #000;
}

#searchForm .button:hover {
  cursor:pointer;
}

.search-results {
  padding:25px;
  min-height:500px;
  height:auto;
  margin-bottom:0px;
  /*box-shadow:0px 2px 4px #807e7e;
  border-bottom-right-radius:10px;
  border-bottom-left-radius:10px;
  -moz-border-radius-bottomright:10px;
  -moz-border-radius-bottomleft:10px;
  -webkit-border-bottom-right-radius:10px;
  -webkit-border-bottom-left-radius:10px;*/
  position:relative;
  z-index:0;
  line-height:23px;
  font-size:.9em;
  font-family:Arial, Helvetica, serif;
}

.searchintro {
  margin:20px 0;
  font-size: 2em;
  font-family:'BebasNeue', Helvetica, Arial, sans-serif;
  color:##326884;
  text-shadow:-1px 1px #fff;
  font-style: normal;
}

#searchForm .counter {
  float:left;
}

/*-------------Phrase Box---------*/

.phrases, .ordering, .form-limit, #searchForm .counter {
  position:relative;
  float:left;
  padding:10px;
}

.phrases, .only {
  padding:10px;
  display:inline;
  border:1px solid rgba(0,0,0,0.25);
  font-size:1.1em;
  width:520px;
  margin-bottom:15px;
  background:url('https://images.khinsider.com/images/input_bg_light.png');
  -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.25);
    -moz-box-shadow: inset 0 0 10px rgba(0,0,0,0.25);
    box-shadow: inset 0 0 10px rgba(0,0,0,0.25);
}

.pharses legend {
  padding:0 10px;
}

.phrases-box input, .phrases-box label {
  float:none;
  width:auto;
}

/*--------------Results-----------*/

.search-results {
}

.result-title {
  text-decoration:none;
  text-shadow:-1px 1px #fff;
  color:#326884;
  font-weight:bold;
  margin:20px 0 5px 0;
  font-size:1.5em;
}

.result-title a {
  color:#326884;
}

.small {
  font-style:italic;
}

.result-text {
  margin:10px 0;
}

.result-created {
  display:none;
}

/*------------Game Menu
/*-----------------------------------------------------*/

.m-menu {
  width:996px;
}


.menu {
  color:#fff;
  height:38px;
  background-color:#302d2d;
  background:-webkit-gradient(linear, left bottom, left top, from(#302d2d), to(#1e1a1b));
  background:-moz-linear-gradient(bottom, #302d2d, #1e1a1b);
  background-image:-o-linear-gradient(top, #1e1a1b, #302d2d);
  border-top-right-radius:10px;
  border-top-left-radius:10px;
  -webkit-border-top-left-radius:10px;
  -webkit-border-top-right-radius:10px;
  -moz-border-radius-topleft:10px;
  -moz-border-radius-topright:10px;
  position:relative;
  z-index:51;
}

.clear {
  clear:both;
}

.menu li ul {
  background-color:#302d2d;
  position:absolute;
  background:url('https://images.khinsider.com/images/menu_bg.png') no-repeat;
  padding:0;
  margin:0;
  margin-left:-90px;
  overflow:hidden;
  width:320px;
  font-size:1em;
}

.menu li ul {
  padding:0 4px;
}

.menu li ul li ul {
  background:none;
  height:auto;
  padding:0;
}


.item-472, .item-540, .item-541 {
  float:left;
  width:140px;
  padding:0 90px;
  text-align:center;
  /*background:url('https://images.khinsider.com/images/drop_down_arrow.png') bottom center no-repeat;*/
}

.menu li p {
  display:inline;
  text-align:center;
  color:#fff;
  margin-bottom:3px;
  cursor:pointer;
}

.menu li ul li {
  padding:0 0 0 10px;
  width:146px;
}

.menu li ul li a, .separator {
  text-align:left;
  margin:0;
  color:#fff;
}

.menu li ul li a, .separator {
  display:block;
  line-height:240%;
}

.menu li ul li:hover {
  color:#66a7c5;
  background:rgba(0,0,0,.1) /*url('https://images.khinsider.com/images/menu_hover_icon.png') right center no-repeat*/;
}


.menu li ul li a:hover, .menu .separator:hover {
  color:#66a7c5;
}

.menu ul li ul {
  width:160px;
  height:auto;
  position:absolute;
  margin-left:146px;
  margin-top:-38px;
  display:none;
}

#m1 p {
  border:none;
}

.separator:hover {
  cursor:pointer;
}

.menu ul .item-465 ul, .menu ul .item-466 ul, .menu ul .item-467 ul, .menu ul .item-468 ul, .menu ul .item-469 ul, .menu ul .item-470 ul, .menu ul .item-471 ul  {
  top:38px;
}

/*#sm1 {
  width:155px;
}

#sm1 li {
  float:left;
  clear:both;
  width:155px;
}

#sm2 {
  width:175px;
}

#sm2 li {
  float:left;
  clear:both;
  width:175px;
}

#sm3 {
  width:168px;
}

#sm3 li {
  float:left;
  clear:both;
  width:168px;
}

#sm4 {
  width:125px;
}

#sm4 li {
  float:left;
  clear:both;
  width:125px;
}

#sm5 {
  width:141px;
}

#sm5 li {
  float:left;
  clear:both;
  width:141px;
}

#sm6 {
  width:89px;
}

#sm6 li {
  float:left;
  clear:both;
  width:89px;
}

#sm7 {
  width:117px;
}

#sm7 li {
  float:left;
  clear:both;
  width:117px;
}*/

/*-------------Categories Menu
/*----------------------------------------------------*/

.blog h2 {
    background:rgba(255, 255, 255, .75);
    border-top:#a4a4a4;
    border-left:1px solid #dad9d7;
  width:660px;
}

.subheading-category {
  font-size:.9em;
  font-style:italic;
  padding: 1px 10px;
  color:#fff;
  background:#EE3231;
  border-radius:7px;
  -moz-border-radius:7px;
  -webkit-border-radius:7px;
  text-shadow:-1px 1px #333;
  margin: 3px 0 13px -1px;
  float: left;
}

.menu3 {
  -webkit-border-top-l: 7px;
  width:643px;
  float:left;
  background: #67a7c4;
  border-top: 7px solid #307a99;
  padding:1px 10px 13px 9px;
  font-weight:bold;
  font-size:.9em;
  position:relative;
  z-index:50;
  height: 28px;
}

.menu3 li {
  float:left;
  display:inline;
  padding:15px;
}

.menu3 li a {
    color:#ffffff;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 2px;
    font-family: 'Montserrat';
    padding: 14px 11px;
    margin-right: -17px;
}

.menu3 li a:hover {
  color:#fff;
  background: #307a99;
}

#c-edge {
  float:left;
  position:absolute;
  margin:0px 0 0 -12px;
  position: relative;
  z-index: -1;
}

/*This gets rid of the "more articles" part when you click on one of the categories*/

.items-more {
  display:none;
}

/*-----------------------Side Bar
/*----------------------------------------------------*/

#side-navigation {
  float:right;
  width:337px;
}

#ad-box, #ad-skyscraper {
  width:336px;
  float:left;
  margin-top: 0px;
}

#ad-box{
  margin-bottom:0px;
}

#ad-skyscraper {
  height:600px;
  margin-bottom:10px;
}

#box1, #box2, #box3, #box4, #box5, #midi-box, #box-email, #box_games_new  {
  width:340px;
  border-top-right-radius:10px;
  border-bottom-right-radius:10px;
  -moz-border-radius-topright:10px;
  -moz-border-radius-bottomright:10px;
  -webkit-border-top-right-radius:10px;
  -webkit-border-bottom-right-radius:10px;
}



#box5 li:before, #box1 li:before, #box2 li:before, #box_games_new li:before  { 
    content: "\00BB \0020";
    color: #6099b4;
    font-size: 13px;
    position: relative;
    left: -0.2em;
    top: -0.1em;
}

#box1 a, #box2 a, #box3 a, #box4 a, #box5 a, #midi-box a, #box-email a, #box_games_new a {
  font-size:13px;
  color:#326884;
  line-height: inherit;
}

#box1 a:hover, #box2 a:hover, #box3 a:hover, #box4 a:hover, #box5 a:hover, #midi-box a:hover, #box-email a:hover, #box_games_new a:hover {
  text-decoration:underline;
}

#box_games_new {
  background-color:#fff;
  background-image:url('https://images.khinsider.com/images/backdrop2-2.png');
  background-repeat:no-repeat;
  height:380px;
  border:1px solid #dad9d7;
  border-left:none;
  float:left;
  margin-bottom:10px;
}

#box_games_new h2 {
  display:inline;
  padding:0;
  margin-left:20px;
  margin-top:20px;
  font-weight:bold;
  font-size:1.5em;
}

#box_games_new ul {
  line-height:140%;
  margin-top:0;
  margin-left:20px;
}


#box1 {
  background-color:#f7f7f7;
  background-repeat:no-repeat;
  background-position: 55px 80px;
  height: auto;
  border:1px solid #67a7c4;
  border-left:none;
  float:left;
  margin-bottom:10px;
  padding-bottom:20px;
}

#box1 h2 {
  display:inline;
  padding:0;
  margin-left:20px;
  margin-top:20px;
  font-weight:bold;
  font-size:1.5em;
  background-position: 10px -37px!important;
}

#box1 ul {
  line-height:140%;
  margin:15px 25px 8px;
}

#box2 {
  padding-bottom: 20px;
  background-color:#f7f7f7;
  background-repeat:no-repeat;
  background-position: 70px;
  height: auto;
  border:1px solid #67a7c4;
  border-left:none;
  float:left;
  margin-bottom:10px;
}


/*-------Game Menu
/*----------------------------------------------*/

#box_games {
  	background-image:none;
	background:none;
	min-height:100px;
	border:none;
	float:left;
	margin-bottom:10px;
        margin-top:0px;
}

#box_games li {
    width: 341px;
    font-size: 1.15em;
    font-family: 'BebasNeueRegular', Helvetica, Arial, sans-serif;
    margin-top: 0px;
    padding: 9px 0px;
    border-top: 0px solid #f0eceb;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    -moz-border-radius-top-right: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-top-right-radius: 8px;
    webkit-border-bottom-right-radius: 8px;
}

#box_games li:hover {
	cursor:pointer;
}

.game-title a {
	padding:3px 0;
}

.game-title a:hover {
	background:rgba(0,0,0,.2);
	background-image:url('https://images.khinsider.com/images/dropdowngraphic.png');
	background-repeat:no-repeat;
	background-position:3% 50%;
	padding-left:11%;
	color:#fff;
	cursor:pointer;
}

#box_games li a {
	display:block;
	text-align:left;
        -webkit-transition-duration: .20s;
        -webkit-transition-timing-function: ease;
        transition-duration: .20s;
        transition-timing-function: ease;
}

#box_games li a:hover {
        -webkit-transition-duration: 0s;
        -webkit-transition-timing-function: ease;
        transition-duration: 0s;
        transition-timing-function: ease;
}

#box_games li ul a {
        font-family: 'Open Sans';
        line-height: 16px;

}

#box_games li ul {
	font-family:Arial, "Myriad Pro", "Trebuchet MS", sans-serif;
	margin-top:8px;
	/*box-shadow:0px -1px 1px rgba(255,255,255,.4);f0eceb
	border-top:1px solid rgba(0,0,0,.1);*/
	font-size:.5em;
}

#box_games li ul li ul {
	font-size: .8em;
	margin: 0;
}

#box_games li ul li ul li a {
     padding-left: 50px;

}

#box_games li ul li {
        margin-left: -3px;
	border-radius:0;
	border:none;
	margin-top:0;
	padding-top:0;
	padding-bottom:0;
	font-size: 1.2em;
	font-family:Arial, "Myriad Pro", "Trebuchet MS", sans-serif;
}

#box_games li:hover, #box_games li ul:hover, #box_games li ul li:hover, #box_games li ul li ul a {
	cursor:pointer;
	color:#fff;
}


/*----------Kingdom Hearts Series & Collaborations------------------*/


li.sidebar-series-collaborations  {
	background:#404040;
	background-image:;
	background-repeat:no-repeat;
	background-position:right;
	background-size:57%;
}

li.sidebar-series-collaborations a {
	color:#fff;
	padding-left:13px;
}

li.sidebar-series-collaborations a:hover {
	color:#fff;
	color:rgba(255,255,255,.7);
}

.sidebar-series-collaborations ul {
	font-family:Arial, "Myriad Pro", "Trebuchet MS", sans-serif;
	font-size:.5em;
	line-height:140%;
}

.sidebar-series-collaborations ul li:hover {
	background:#3b8088;
	background:rgba(0,0,0,.4);
	color:#fff;
}

.sidebar-series-collaborations ul a {
	color:#c2c2c2;
	padding:10px 0 10px 20px;
	display:block;
	text-align:left;
}

.sidebar-series-collaborations ul li a:hover {
	color:#fff;
	padding-left:42px;
	background-image:url('https://images.khinsider.com/images/menugraphic.png');
	background-repeat:no-repeat;
	background-position:12px 11px;
}

/*-------END------------*/


/*----------Kingdom Hearts IV------------------*/


li.sidebar-kingdom-hearts-4  {
	background:#656565;
	background-image:url('https://images.khinsider.com/images/kh4bg2.png');
	background-repeat:no-repeat;
	background-position:right;
	background-position-y:10%;
	background-position-x:95%;
	background-size:57%;
}

li.sidebar-kingdom-hearts-4 a {
	color:#fff;
	padding-left:13px;
}

li.sidebar-kingdom-hearts-4 a:hover {
	color:#fff;
	color:rgba(255,255,255,.7);
}

.sidebar-kingdom-hearts-4 ul {
	font-family:Arial, "Myriad Pro", "Trebuchet MS", sans-serif;
	font-size:.5em;
	line-height:140%;
}

.sidebar-kingdom-hearts-4 ul li:hover {
	background:#3b8088;
	background:rgba(0,0,0,.4);
	color:#fff;
}

.sidebar-kingdom-hearts-4 ul a {
	color:#c2c2c2;
	padding:10px 0 10px 20px;
	display:block;
	text-align:left;
}

.sidebar-kingdom-hearts-4 ul li a:hover {
	color:#fff;
	padding-left:42px;
	background-image:url('https://images.khinsider.com/images/menugraphic.png');
	background-repeat:no-repeat;
	background-position:12px 11px;
}

/*-------END------------*/



/*----------Kingdom Hearts Missing Link------------------*/


li.sidebar-kingdom-hearts-missing-link  {
	background:#bcb391;
	background-image:url('https://images.khinsider.com/images/khmlbg.png');
	background-repeat:no-repeat;
	background-position:right;
	background-position-y:48%;
	background-position-x:95%;
	background-size:57%;
}

li.sidebar-kingdom-hearts-missing-link a {
	color:#fff;
	padding-left:13px;
}

li.sidebar-kingdom-hearts-missing-link a:hover {
	color:#fff;
	color:rgba(255,255,255,.7);
}

.sidebar-kingdom-hearts-missing-link ul {
	font-family:Arial, "Myriad Pro", "Trebuchet MS", sans-serif;
	font-size:.5em;
	line-height:140%;
}

.sidebar-kingdom-hearts-missing-link ul li:hover {
	background:#3b8088;
	background:rgba(0,0,0,.4);
	color:#fff;
}

.sidebar-kingdom-hearts-missing-link ul a {
	color:#716a4f;
	padding:10px 0 10px 20px;
	display:block;
	text-align:left;
}

.sidebar-kingdom-hearts-missing-link ul li a:hover {
	color:#fff;
	padding-left:42px;
	background-image:url('https://images.khinsider.com/images/menugraphic.png');
	background-repeat:no-repeat;
	background-position:12px 11px;
}

/*-------END------------*/



/*----------Kingdom Hearts Dark Seeker Saga------------------*/


li.sidebar-dark-seeker-saga  {
	background:#303030;
	background-image:url('https://images.khinsider.com/images/kh2bg.png');
	background-repeat:no-repeat;
	background-position:right;
	background-position-y:10%;
	background-position-x:95%;
	background-size:57%;
}

li.sidebar-dark-seeker-saga a {
	color:#fff;
	padding-left:13px;
}

li.sidebar-dark-seeker-saga a:hover {
	color:#fff;
	color:rgba(255,255,255,.7);
}

.sidebar-dark-seeker-saga ul {
	font-family:Arial, "Myriad Pro", "Trebuchet MS", sans-serif;
	font-size:.5em;
	line-height:140%;
}

.sidebar-dark-seeker-saga ul li:hover {
	background:#3b8088;
	background:rgba(0,0,0,.4);
	color:#fff;
}

.sidebar-dark-seeker-saga ul a {
	color:#c2c2c2;
	padding:10px 0 10px 20px;
	display:block;
	text-align:left;
}

.sidebar-dark-seeker-saga ul li a:hover {
	color:#fff;
	padding-left:42px;
	background-image:url('https://images.khinsider.com/images/menugraphic.png');
	background-repeat:no-repeat;
	background-position:12px 11px;
}

/*-------END------------*/

/*----------Kingdom Hearts------------------*/


li.sidebar-kingdom-hearts {
	background:#66A7C5;
	background-image:url('https://images.khinsider.com/images/khbg.png');
	background-repeat:no-repeat;
	background-position:right;
	background-position-y:60%;
}

li.sidebar-kingdom-hearts a {
	color:#fff;
	padding-left:13px;
}

li.sidebar-kingdom-hearts a:hover {
	color:#3b8088;
	color:rgba(0,0,0,.4);
}

.sidebar-kingdom-hearts ul {
	font-family:Arial, "Myriad Pro", "Trebuchet MS", sans-serif;
	font-size:.5em;
	line-height:140%;
}

.sidebar-kingdom-hearts ul li:hover {
	background:#3b8088;
	background:rgba(0,0,0,.4);
	color:#fff;
}

.sidebar-kingdom-hearts ul a {
	color:#333;
	padding:10px 0 10px 20px;
	display:block;
	text-align:left;
}

.sidebar-kingdom-hearts ul li a:hover {
	color:#fff;
	padding-left:42px;
	background-image:url('https://images.khinsider.com/images/menugraphic.png');
	background-repeat:no-repeat;
	background-position:12px 11px;
}

/*-------END------------*/

/*----------Kingdom Hearts 2------------------*/


li.sidebar-kingdom-hearts-2 {
	background:#a5bcdc;
	background-image:url('https://images.khinsider.com/images/daysbg.png');
	background-repeat:no-repeat;
	background-position:right;
}

li.sidebar-kingdom-hearts-2 a {
	color:#fff;
	padding-left:13px;
}

li.sidebar-kingdom-hearts-2 a:hover {
	color:#606d80;
	color:rgba(0,0,0,.4);
}

.sidebar-kingdom-hearts-2 ul {
	font-family:Arial, "Myriad Pro", "Trebuchet MS", sans-serif;
	font-size:.5em;
	line-height:140%;
}

.sidebar-kingdom-hearts-2 ul li:hover {
	background:#3b8088;
	background:rgba(0,0,0,.4);
	color:#fff;
}

.sidebar-kingdom-hearts-2 ul a {
	color:#333;
	padding:10px 0 10px 20px;
	display:block;
	text-align:left;
}

.sidebar-kingdom-hearts-2 ul a:hover {
	color:#fff;
	padding-left:42px;
	background-image:url('https://images.khinsider.com/images/menugraphic.png');
	background-repeat:no-repeat;
	background-position:12px 11px;
}

/*-------END------------*/

/*----------Chain of Memories------------------*/


li.sidebar-chain-of-memories {
	background:#9c9277;
	background-image:url('https://images.khinsider.com/images/combg.png');
	background-repeat:no-repeat;
	background-position:right;
}

li.sidebar-chain-of-memories a {
	color:#fff;
	padding-left:13px;
}

li.sidebar-chain-of-memories a:hover {
	color:#5b5545;
	color:rgba(0,0,0,.4);
}

.sidebar-chain-of-memories ul {
	font-family:Arial, "Myriad Pro", "Trebuchet MS", sans-serif;
	font-size:.5em;
	line-height:140%;
}

.sidebar-chain-of-memories ul li:hover {
	background:#3b8088;
	background:rgba(0,0,0,.4);
	color:#fff;
}

.sidebar-chain-of-memories ul a {
	color:#333;
	padding:10px 0 10px 20px;
	display:block;
	text-align:left;
}

.sidebar-chain-of-memories ul a:hover {
	color:#fff;
	padding-left:42px;
	background-image:url('https://images.khinsider.com/images/menugraphic.png');
	background-repeat:no-repeat;
	background-position:12px 11px;
}

/*-------END------------*/

/*----------358/2 Days------------------*/


li.sidebar-358-2-days {
	background:#ed474d;
	background-image:url('https://images.khinsider.com/images/1-5bg.png');
	background-repeat:no-repeat;
	background-position:right;
	background-position-y: 35%;
}

li.sidebar-358-2-days a {
	color:#fff;
	padding-left:13px;
}

li.sidebar-358-2-days a:hover {
	color:#8a292d;
	color:rgba(0,0,0,.4);
}

.sidebar-358-2-days ul {
	font-family:Arial, "Myriad Pro", "Trebuchet MS", sans-serif;
	font-size:.5em;
	line-height:140%;
}

.sidebar-358-2-days ul li:hover {
	background:#3b8088;
	background:rgba(0,0,0,.4);
	color:#fff;
}

.sidebar-358-2-days ul a {
	color:#333;
	padding:10px 0 10px 20px;
	display:block;
	text-align:left;
}

.sidebar-358-2-days ul a:hover {
	color:#fff;
	padding-left:42px;
	background-image:url('https://images.khinsider.com/images/menugraphic.png');
	background-repeat:no-repeat;
	background-position:12px 11px;
}

/*-------END------------*/

/*----------Coded------------------*/


li.sidebar-coded {
	background:#f1c42d;
	background-image:url('https://images.khinsider.com/images/codedbg.png');
	background-repeat:no-repeat;
	background-position:right;
}

li.sidebar-coded a {
	color:#fff;
	padding-left:13px;
}

li.sidebar-coded a:hover {
	color:#8c721a;
	color:rgba(0,0,0,.4);
}

.sidebar-coded ul {
	font-family:Arial, "Myriad Pro", "Trebuchet MS", sans-serif;
	font-size:.5em;
	line-height:140%;
}

.sidebar-coded ul li:hover {
	background:#3b8088;
	background:rgba(0,0,0,.4);
	color:#fff;
}

.sidebar-coded ul a {
	color:#333;
	padding:10px 0 10px 20px;
	display:block;
	text-align:left;
}

.sidebar-coded ul a:hover {
	color:#fff;
	padding-left:42px;
	background-image:url('https://images.khinsider.com/images/menugraphic.png');
	background-repeat:no-repeat;
	background-position:12px 11px;
}

/*-------END------------*/

/*----------Kingdom Hearts Mobile------------------*/


li.sidebar-kingdom-hearts-mobile {
	background:#8953bc;
	background-image:url('https://images.khinsider.com/images/mobilebg.png');
	background-repeat:no-repeat;
	background-position:right;
}

li.sidebar-kingdom-hearts-mobile a {
	color:#fff;
	padding-left:13px;
}

li.sidebar-kingdom-hearts-mobile a:hover {
	color:#714799;
	color:rgba(0,0,0,.4);
}

.sidebar-kingdom-hearts-mobile ul {
	font-family:Arial, "Myriad Pro", "Trebuchet MS", sans-serif;
	font-size:.5em;
	line-height:140%;
}

.sidebar-kingdom-hearts-mobile ul li:hover {
	background:#3b8088;
	background:rgba(0,0,0,.4);
	color:#fff;
}

.sidebar-kingdom-hearts-mobile ul a {
	color:#333;
	padding:10px 0 10px 20px;
	display:block;
	text-align:left;
}

.sidebar-kingdom-hearts-mobile ul a:hover {
	color:#fff;
	padding-left:42px;
	background-image:url('https://images.khinsider.com/images/menugraphic.png');
	background-repeat:no-repeat;
	background-position:12px 11px;
}

/*-------END------------*/

/*----------Birth by Sleep------------------*/


li.sidebar-birth-by-sleep {
	background:#a6cee8;
	background-image:url('https://images.khinsider.com/images/bbsbg.png');
	background-repeat:no-repeat;
	background-position:right;
}

li.sidebar-birth-by-sleep a {
	color:#fff;
	padding-left:13px;
}

li.sidebar-birth-by-sleep a:hover {
	color:#607887;
	color:rgba(0,0,0,.4);
}

.sidebar-birth-by-sleep ul {
	font-family:Arial, "Myriad Pro", "Trebuchet MS", sans-serif;
	font-size:.5em;
	line-height:140%;
}

.sidebar-birth-by-sleep ul li:hover {
	background:#3b8088;
	background:rgba(0,0,0,.4);
	color:#fff;
}

.sidebar-birth-by-sleep ul a {
	color:#333;
	padding:10px 0 10px 20px;
	display:block;
	text-align:left;
}

.sidebar-birth-by-sleep ul a:hover {
	color:#fff;
	padding-left:42px;
	background-image:url('https://images.khinsider.com/images/menugraphic.png');
	background-repeat:no-repeat;
	background-position:12px 11px;
}

/*-------END------------*/

/*----------Kingdom Hearts 3D------------------*/


li.sidebar-kingdom-hearts-3d {
	background:#ff3399;
	background-image:url('https://images.khinsider.com/images/kh3dbg.png');
	background-repeat:no-repeat;
	background-position:right;
}

li.sidebar-kingdom-hearts-3d a {
	color:#fff;
	padding-left:13px;
}

li.sidebar-kingdom-hearts-3d a:hover {
	color:#941e59;
	color:rgba(0,0,0,.4);
}

.sidebar-kingdom-hearts-3d ul {
	font-family:Arial, "Myriad Pro", "Trebuchet MS", sans-serif;
	font-size:.5em;
	line-height:140%;
}

.sidebar-kingdom-hearts-3d ul li:hover {
	background:#3b8088;
	background:rgba(0,0,0,.4);
	color:#fff;
}

.sidebar-kingdom-hearts-3d ul a {
	color:#333;
	padding:10px 0 10px 20px;
	display:block;
	text-align:left;
}

.sidebar-kingdom-hearts-3d ul a:hover {
	color:#fff;
	padding-left:42px;
	background-image:url('https://images.khinsider.com/images/menugraphic.png');
	background-repeat:no-repeat;
	background-position:12px 11px;
}

/*-------END------------*/

/*----------Kingdom Hearts 3------------------*/


li.sidebar-kingdom-hearts-3 {
	background:#003992;
	background-image:url('https://images.khinsider.com/images/kh3bg.PNG');
	background-repeat:no-repeat;
	background-position:right;
}

li.sidebar-kingdom-hearts-3 a {
	color:#fff;
	padding-left:13px;
}

li.sidebar-kingdom-hearts-3 a:hover {
	color:#5B7FB8;
}

.sidebar-kingdom-hearts-3 ul {
	font-family:Arial, "Myriad Pro", "Trebuchet MS", sans-serif;
	font-size:.5em;
	line-height:140%;
}

.sidebar-kingdom-hearts-3 ul li:hover {
	background:#3b8088;
	background:rgba(0,0,0,.4);
	color:#fff;
}

.sidebar-kingdom-hearts-3 ul a {
	color:#ffffff;
	padding:10px 0 10px 20px;
	display:block;
	text-align:left;
}

.sidebar-kingdom-hearts-3 ul a:hover {
	color:#fff;
	padding-left:42px;
	background-image:url('https://images.khinsider.com/images/menugraphic.png');
	background-repeat:no-repeat;
	background-position:12px 11px;
}

/*-------END------------*/

/*----------The World Ends With You------------------*/


li.sidebar-the-world-ends-with-you {
	background:#0090fa;
	background-image:url('https://images.khinsider.com/images/twewybg.png');
	background-repeat:no-repeat;
	background-position:right;
	background-position-y:60%;
}

li.sidebar-the-world-ends-with-you a {
	color:#fff;
	padding-left:13px;
}

li.sidebar-the-world-ends-with-you a:hover {
	color:#3a90cf;
	color:rgba(0,0,0,.4);
}

.sidebar-the-world-ends-with-you ul {
	font-family:Arial, "Myriad Pro", "Trebuchet MS", sans-serif;
	font-size:.5em;
	line-height:140%;
}

.sidebar-the-world-ends-with-you ul li:hover {
	background:#3b8088;
	background:rgba(0,0,0,.4);
	color:#fff;
}

.sidebar-the-world-ends-with-you ul a {
	color:#333;
	padding:10px 0 10px 20px;
	display:block;
	text-align:left;
}

.sidebar-the-world-ends-with-you ul li a:hover {
	color:#fff;
	padding-left:42px;
	background-image:url('https://images.khinsider.com/images/menugraphic.png');
	background-repeat:no-repeat;
	background-position:12px 11px;
}

/*-------END------------*/

/*----------NEO: The World Ends With You------------------*/


li.sidebar-neo-the-world-ends-with-you {
	background:#f08001;
	background-image:url('https://images.khinsider.com/images/neotwewybg.png');
	background-repeat:no-repeat;
	background-position:right;
	background-position-y:60%;
}

li.sidebar-neo-the-world-ends-with-you a {
	color:#fff;
	padding-left:13px;
}

li.sidebar-neo-the-world-ends-with-you a:hover {
	color:#3a90cf;
	color:rgba(0,0,0,.4);
}

.sidebar-neo-the-world-ends-with-you ul {
	font-family:Arial, "Myriad Pro", "Trebuchet MS", sans-serif;
	font-size:.5em;
	line-height:140%;
}

.sidebar-neo-the-world-ends-with-you ul li:hover {
	background:#3b8088;
	background:rgba(0,0,0,.4);
	color:#fff;
}

.sidebar-neo-the-world-ends-with-you ul a {
	color:#333;
	padding:10px 0 10px 20px;
	display:block;
	text-align:left;
}

.sidebar-neo-the-world-ends-with-you ul li a:hover {
	color:#fff;
	padding-left:42px;
	background-image:url('https://images.khinsider.com/images/menugraphic.png');
	background-repeat:no-repeat;
	background-position:12px 11px;
}

/*-------END------------*/

/*----------Kingdom Hearts HD Collections------------------*/


li.sidebar-kingdom-hearts-dark-seeker-saga  {
	background:#303030;
	background-image:url('https://images.khinsider.com/images/kh2bg.png');
	background-repeat:no-repeat;
	background-position:right;
	background-position-y:10%;
}

li.sidebar-kingdom-hearts-dark-seeker-saga a {
	color:#fff;
	padding-left:13px;
}

li.sidebar-kingdom-hearts-dark-seeker-saga a:hover {
	color:#fff;
	color:rgba(255,255,255,.7);
}

.sidebar-kingdom-hearts-dark-seeker-saga ul {
	font-family:Arial, "Myriad Pro", "Trebuchet MS", sans-serif;
	font-size:.5em;
	line-height:140%;
}

.sidebar-kingdom-hearts-dark-seeker-saga ul li:hover {
	background:#3b8088;
	background:rgba(0,0,0,.4);
	color:#fff;
}

.sidebar-kingdom-hearts-dark-seeker-saga ul a {
	color:#c2c2c2;
	padding:10px 0 10px 20px;
	display:block;
	text-align:left;
}

.sidebar-kingdom-hearts-dark-seeker-saga ul li a:hover {
	color:#fff;
	padding-left:42px;
	background-image:url('https://images.khinsider.com/images/menugraphic.png');
	background-repeat:no-repeat;
	background-position:12px 11px;
}

/*-------END------------*/

/*----------Kingdom Hearts HD 2.5 ReMIX------------------*/


li.sidebar-kingdom-hearts-hd-2-5-remix  {
	background:#757575;
	background-image:url('https://images.khinsider.com/images/2-5bg.png');
	background-repeat:no-repeat;
	background-position:right;
	background-position-y:60%;
}

li.sidebar-kingdom-hearts-hd-2-5-remix a {
	color:#fff;
	padding-left:13px;
}

li.sidebar-kingdom-hearts-hd-2-5-remix a:hover {
	color:#fff;
	color:rgba(255,255,255,.7);
}

.sidebar-kingdom-hearts-hd-2-5-remix ul {
	font-family:Arial, "Myriad Pro", "Trebuchet MS", sans-serif;
	font-size:.5em;
	line-height:140%;
}

.sidebar-kingdom-hearts-hd-2-5-remix ul li:hover {
	background:#4e4e4e;
	background:rgba(0,0,0,.4);
	color:#fff;
}

.sidebar-kingdom-hearts-hd-2-5-remix ul a {
	color:#c2c2c2;
	padding:10px 0 10px 20px;
	display:block;
	text-align:left;
}

.sidebar-kingdom-hearts-hd-2-5-remix ul li a:hover {
	color:#fff;
	padding-left:42px;
	background-image:url('https://images.khinsider.com/images/menugraphic.png');
	background-repeat:no-repeat;
	background-position:12px 11px;
}

/*-------END------------*/

/*----------KINGDOM HEARTS X------------------*/


li.sidebar-kingdom-hearts-x {
	background:#0DAF91;
	background-image:url('https://images.khinsider.com/images/pcbg.png');
	background-repeat:no-repeat;
	background-position:right;
	background-position-y:60%;
}

li.sidebar-kingdom-hearts-x a {
	color:#fff;
	padding-left:13px;
}

li.sidebar-kingdom-hearts-x a:hover {
	color:#109483;
	color:rgba(0,0,0,.4);
}

.sidebar-kingdom-hearts-x ul {
	font-family:Arial, "Myriad Pro", "Trebuchet MS", sans-serif;
	font-size:.5em;
	line-height:140%;
}

.sidebar-kingdom-hearts-x ul li:hover {
	background:#076225;
	background:rgba(0,0,0,.4);
	color:#fff;
}

.sidebar-kingdom-hearts-x ul a {
	color:#333;
	padding:10px 0 10px 20px;
	display:block;
	text-align:left;
}

.sidebar-kingdom-hearts-x ul li a:hover {
	color:#fff;
	padding-left:42px;
	background-image:url('https://images.khinsider.com/images/menugraphic.png');
	background-repeat:no-repeat;
	background-position:12px 11px;
}

/*-------END------------*/

/*----------KINGDOM HEARTS Dark Road------------------*/


li.sidebar-Dark-Road {
	background:#5a25c1;
	background-image:url('https://images.khinsider.com/images/khuxbg.png');
	background-repeat:no-repeat;
	background-position:right;
	background-position-y:60%;
}

li.sidebar-Dark-Road a {
	color:#fff;
	padding-left:13px;
}

li.sidebar-Dark-Road a:hover {
	color:rgba(0,0,0,.4);
}

.sidebar-Dark-Road ul {
	font-family:Arial, "Myriad Pro", "Trebuchet MS", sans-serif;
	font-size:.5em;
	line-height:140%;
}

.sidebar-Dark-Road ul li:hover {
	background:#076225;
	background:rgba(0,0,0,.4);
	color:#fff;
}

.sidebar-Dark-Road ul a {
	color:#e3d5ff;
	padding:10px 0 10px 20px;
	display:block;
	text-align:left;
}

.sidebar-Dark-Road ul li a:hover {
	color:#fff;
	padding-left:42px;
	background-image:url('https://images.khinsider.com/images/menugraphic.png');
	background-repeat:no-repeat;
	background-position:12px 11px;
}

/*-------END------------*/

/*----------KINGDOM HEARTS Unchained X------------------*/


li.sidebar-kingdom-hearts-unchained-x {
	background:#0bb5b3;
	background-image:url('https://images.khinsider.com/images/khuxbg.png');
	background-repeat:no-repeat;
	background-position:right;
	background-position-y:60%;
}

li.sidebar-kingdom-hearts-unchained-x a {
	color:#fff;
	padding-left:13px;
}

li.sidebar-kingdom-hearts-unchained-x a:hover {
	color:#04886a;
	color:rgba(0,0,0,.4);
}

.sidebar-kingdom-hearts-unchained-x ul {
	font-family:Arial, "Myriad Pro", "Trebuchet MS", sans-serif;
	font-size:.5em;
	line-height:140%;
}

.sidebar-kingdom-hearts-unchained-x ul li:hover {
	background:#076225;
	background:rgba(0,0,0,.4);
	color:#fff;
}

.sidebar-kingdom-hearts-unchained-x ul a {
	color:#333;
	padding:10px 0 10px 20px;
	display:block;
	text-align:left;
}

.sidebar-kingdom-hearts-unchained-x ul li a:hover {
	color:#fff;
	padding-left:42px;
	background-image:url('https://images.khinsider.com/images/menugraphic.png');
	background-repeat:no-repeat;
	background-position:12px 11px;
}

/*-------END------------*/

/*----------KINGDOM HEARTS Melody of Memory------------------*/


li.sidebar-melody-of-memory {
	background:#e6b66f;
	background-image:url('https://images.khinsider.com/images/khmom.png');
	background-repeat:no-repeat;
	background-position:right;
	background-position-y:47%;
	background-position-x:95%;
}

li.sidebar-melody-of-memory a {
	color:#fff;
	padding-left:13px;
}

li.sidebar-melody-of-memory a:hover {
	color:#8c721a;
	color:rgba(0,0,0,.4);
}

.sidebar-melody-of-memory ul {
	font-family:Arial, "Myriad Pro", "Trebuchet MS", sans-serif;
	font-size:.5em;
	line-height:140%;
}

.sidebar-melody-of-memory ul li:hover {
	background:#3b8088;
	background:rgba(0,0,0,.4);
	color:#fff;
}

.sidebar-melody-of-memory ul a {
	color:#333;
	padding:10px 0 10px 20px;
	display:block;
	text-align:left;
}

.sidebar-melody-of-memory ul a:hover {
	color:#fff;
	padding-left:42px;
	background-image:url('https://images.khinsider.com/images/menugraphic.png');
	background-repeat:no-repeat;
	background-position:12px 11px;
}

/*-------END------------*/

/*----------KINGDOM HEARTS KH 2.8 Final Chapter Prologue------------------*/


li.sidebar-kingdom-hearts-hd-2-8-final-chapter-prologue {
	background:#D60E72;
	background-image:url('https://images.khinsider.com/images/kh28fcp.png');
	background-repeat:no-repeat;
	background-position:right;
}

li.sidebar-kingdom-hearts-hd-2-8-final-chapter-prologue a {
	color:#fff;
	padding-left:13px;
}

li.sidebar-kingdom-hearts-hd-2-8-final-chapter-prologue a:hover {
	color:#941e59;
	color:rgba(0,0,0,.4);
}

.sidebar-kingdom-hearts-hd-2-8-final-chapter-prologue ul {
	font-family:Arial, "Myriad Pro", "Trebuchet MS", sans-serif;
	font-size:.5em;
	line-height:140%;
}

.sidebar-kingdom-hearts-hd-2-8-final-chapter-prologue ul li:hover {
	background:#3b8088;
	background:rgba(0,0,0,.4);
	color:#fff;
}

.sidebar-kingdom-hearts-hd-2-8-final-chapter-prologue ul a {
	color:#fff;
	padding:10px 0 10px 20px;
	display:block;
	text-align:left;
}

.sidebar-kingdom-hearts-hd-2-8-final-chapter-prologue ul a:hover {
	color:#fff;
	padding-left:42px;
	background-image:url('https://images.khinsider.com/images/menugraphic.png');
	background-repeat:no-repeat;
	background-position:12px 11px;
}


/*-------END------------*/




#box2 h2, #box_games h2 {
  display:inline;
  padding:0;
  margin-left:20px;
  margin-top:20px;
  font-weight:bold;
  font-size:1.5em;
  background-position: 10px -151px!important;
}

#box2 ul {
  line-height:140%;
  margin:15px 25px 0px;
}

#box3 small {
    font-size: 11px;
}

#box3, #midi-box {
  background-color:#f7f7f7;
  background-repeat:no-repeat;
  background-position-y: -26px;
  height:auto;
  border:1px solid #67a7c4;
  border-left:none;
  float:left;
  margin-bottom:10px;
}

#box3 h2, #midi-box h2 {
  display:inline;
  padding:0;
  margin-left:20px;
  margin-top:20px;
  font-weight:bold;
  font-size:1.5em;
  background-position: 10px -76px!important;
}

#box-email h2 {
  display:inline;
  padding:0;
  margin-left:20px;
  margin-top:20px;
  font-weight:bold;
  font-size:1.5em;
  background-position: 10px -113px!important;
}

#box3 a {
font-weight: bold;
    font-size: 13px;
    line-height: 19px;
}

#box3 a:hover {
    text-decoration: none;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    color: #66A7C5;
}

#box3 p {
  margin-top: 10px;
  padding:10px 25px 23px;
  line-height:140%;
}

#midi-box {
  margin-top: 0px;
  margin-bottom: 10px;
}

#midi-box p, #box-email p {
  background-position: 92px 34px;
  text-align:left;
  font-size:13px;
  padding:4px 10px;
  line-height:110%;
  margin-top: 13px;
  margin-left: 15px;
}

#box-email {
  background-color:#f7f7f7;
  background-repeat:no-repeat;
  height:auto;
  border:1px solid #67a7c4;
  border-left:none;
  float:left;
  margin-bottom:10px;
  padding-bottom:12px;
}

#box4 {
  background-color:#fff;
  background-repeat:no-repeat;
  height:auto;
  border:1px solid #dad9d7;
  border-left:none;
  float:left;
  margin-bottom:10px;
  display:none;
}

#box4 h2 {
  display:inline;
  padding:0;
  margin-left:20px;
  margin-top:20px;
  font-weight:bold;
  font-size:1.5em;
}

#box5 {
  background-color:#f7f7f7;
  background-repeat:no-repeat;
  background-position: 30px 63px;
  border:1px solid #67a7c4;
  border-left:none;
  float:left;
  margin-bottom:10px;
  padding-bottom: 15px;
}

#box5 h2 {
  display:inline;
  padding:0;
  margin-left:20px;
  margin-top:20px;
  font-weight:bold;
  font-size:1.5em;
  background-position: 10px 2px!important;
}

#box5 ul {
  margin-bottom:5px;
  line-height:140%;
  margin:15px 25px 8px;
}

#box5 li {
  font-size:0.8em;
}

#side-navigation h2 {
border-top-right-radius: 5px;
    color: #fff;
    text-align: left;
    display: block;
    font-size: 11px;
    margin: 0px 0px 0 0px;
    font-family: 'Montserrat';
    font-weight: bold;
    letter-spacing: 1px;
    height: 30px;
    padding: 4px;
    padding-left: 50px;
    background: url(https://www.images.khinsider.com/images/icons.png) no-repeat #68a7c3;
}



/*----------------Feature Articles
/*---------------------------------------------------------------*/

.latest-news {
  width:650px;
  padding-left:10px;
  color:#fff;
  background-color:#66a7c5;
  font-size:1.3em;
  float:left;
  z-index:1;
}

.latest-news h2 {
  display:inline;
}

.key {
  height:30px;
  width:30px;
  background-image:url('https://images.khinsider.com/images/key.png');
  float:left;
}

.items-leading {
  background:#f7f7f7;
  border-right:1px solid #ddd!important;
  border-top:none;
  padding: 12px;
  padding-top: 12px;
  padding-left: 18px;
  width: 631px;
  line-height:20px;
  font-size:.8em;
  float:left;
}

.clear {
  clear:both;
}

.leading-2, .leading-3, .leading-4, .leading-5, .leading-6, .leading-7, .leading-8, .leading-9 {
  float:left;
  padding:12px 0;
  border-bottom:0px solid #d8d8d8;
  border-top:0px solid #fff;
  position:relative;
  min-height:267px;
  width:623px;
}

.leading-1 {
  padding-bottom: 20px;
  border-bottom:1px solid #c2c2c2;
  position:relative;
  min-height: 294px;
}
/*
.leading-0 .moduletable1, .leading-1 .moduletable1, .leading-2 .moduletable1, .leading-3 .moduletable1, .leading-4 .moduletable1, .leading-5 .moduletable1 {
  display:none;
} */

.leading-2 {
  margin-top:0;
  padding-top:24px;
  border-top:1px solid #fff;
}

.leading-9 {
  border:none;
  border-top:1px solid #fff;
}

.items-leading h2 a {
  font-family: 'BebasNeueRegular';
  text-decoration:none;
  text-shadow:-1px 1px #fff;
  color:#326884;
  font-weight:bold;
  margin-bottom:5px;
  display:block;
  width:623px;
  text-align:left;
  float:left;
  font-size:1.7em;
}

.items-leading a {
  line-height: inherit;
  color: #326884;
  font-weight: bold;
}

.items-leading a:hover {
  text-decoration:underline;
}

.items-leading h2 a:hover {
  text-decoration:none;
}

.items-leading h2 a:before {
  margin-right: 4px;
  content:url(https://images.khinsider.com/images/heading_image.png);
  vertical-align: text-bottom;
}

.items-leading p {
  width:590px;
}

.item {
  background-color:#fff;
  border:1px solid #dad9d7;
  padding:25px;
  padding-top:15px;
  padding-right:10px;
  margin:0;
  width:623px;
  min-height:260px;
  height:auto;
  line-height:20px;
  font-size:.8em;
}

.item h2 a {
  text-decoration:none;
  color:#326884;
  font-weight:bold;
  margin-bottom:5px;
  display:block;
  float:left;
  text-align:left;
  width:623px;
  font-size:1.4em;
}

.item h2 a:before {
  content:url(https://images.khinsider.com/images/heading_image.png);
}

.item p {
  width:590px;
  margin-top:0px;
}

.readmore a {
  margin-right:10px;
  display:inline;
  float:left;
}

.addcomment {
  background:url(/layout/comment_grey.png) no-repeat 0 50%;
  padding:0 10px 0 20px;
  margin:0 0 0 20px;
  display:inline;
  float:right;
}

.socialmedialinks {
	float: left;
	width:400px;
	margin: 10px 0 0 0;
}

.cmp_like_container, .cmp_twitter_container, .cmp_google_container {
	float: left;
}

.cmp_like_container {
        margin-right:25px;
}

.readcommentlinks {
    border-bottom: #d0dfe6 solid 1px;
    background-color: #e8edee;
    width: 637px;
    display: block;
    float: right;
    margin-left: auto;
    text-align: right;
    margin-top: 16px;
    padding: 12px;
    margin-right: -18px;
}

.readcommentlinks a {
    font-weight: normal;
}

.articlelinks {
	float:left;
	clear: left;
	padding: 0px 0 0 0;
	width: 625px;
}

.articlesummary {
    padding: 0px 5px;
    margin-top: 4px;
    float: left;
}

#news_comments {
	float:left;
	clear: left;
	padding: 40px 0 20px 0;
}

.reply_to_comment {
    padding: 10px 0px;
    clear: left;
    width: auto;
    float: right;
    font-size: 1.5em;
    font-family: 'BebasNeueRegular', Helvetica, Arial, sans-serif;
}

.reply_to_comment a {
    text-decoration:none;
    padding: 12px 285px 10px;
    background: rgb(102, 167, 197);
    border: 3px solid #307a9952;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.reply_to_comment a:hover {
    background-color: #4385A7;
}

.create {
  color:#336981;
  font-style:normal;
  margin:0 2px;
}

.article-info dt {
  display:none;
}

.article-info {
  letter-spacing: 1px;
  font-family: 'BebasNeueRegular';
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 10px;
  color: #555;
  font-size: 14px;
}

.published {
  float:left;
  width:auto;
  margin-right:5px;
}

.createdby {
  float:left;
  width:auto;
  padding-left:5px;
  margin-right:auto;
  border-left:1px solid #326884;
}

.img-intro-left {
  width:150px;
  height:150px;
  float:left;
  margin:3px 10px 10px 0;
  border:5px solid rgba(50,104,132,1);
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
}

/*------Article Pages
/*---------------------------------------*/



.item-page .post-image {
  display:none;
}

.item-page img {
  margin:20px;
}

.item-page, .content-page {
  background-color: #f7f7f7;
  border:1px solid #dad9d7;
  padding: 18px;
  padding-top:35px;
  margin:0;
  width: 624px;
  min-height:2700px;
  height:auto;
  line-height:22px;
  font-size:.8em;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  position:relative;
  float:left;
  z-index:2;
  overflow-wrap: break-word;
}

.item-page {
  line-height:22px;
}

.content-page a {
  line-height:inherit;
  color: #336981;
  text-decoration: none;
  font-weight: bold;
}

dd.createdby a {
    font-weight: normal;
}

.content-page p, .content-page ul {
  line-height:150%;
  margin: 15px 0;
}

.content-page ul {
	list-style-type:circle;
	padding-left: 30px;
}
.content-page ol {
	list-style-type:decimal;
	padding-left: 30px;
}
.content-page td {
	vertical-align:top;
	padding:5px;
}
/*
.content-page img {
  display:inline;
  float:left;
}
*/

.item-page .latest-news .key {
  display:none;
}

.item-page h2 a, .content-page h2, .content-page h2 a {
  font-family: 'BebasNeueRegular';
  text-shadow: -1px 1px #fff;
  text-decoration:none;
  color:#326884;
  font-weight:bold;
  margin-bottom:5px;
  font-size:1.5em;
  float: left;
  text-align: left;
  width: 100%;
}

.item-page h3 {
  text-decoration:none;
  color:#4b4e50;
  display:inline;
  font-size:.8em;
  font-style:italic;
  font-size:1em;
  margin:10px 0 0 0;
  padding-bottom:5px;
  width:715px;
  float:left;
  clear:left;
}

.moduletable1 {
  margin-top:-30px;
  float:right;
}

.item-page .moduletable1 {
  position:absolute;
  margin-top:0px;
  right:0;
}

td.socialshare_horiz {

}


/*---------Contact Pages
/*------------------------------------------*/

.contact {
  background:rgba(255,255,255,.75);
  border:1px solid #dad9d7;
  padding:25px;
  padding-top: 25px;
  margin:0;
  width:608px;
  min-height:2192px;
  height:auto;
  line-height:23px;
  font-size:.8em;
  font-family:Arial, Helvetica, serif;
  position:relative;
  z-index:2;
}

.contact h1 {
  font-size:1em;
  font-style:italic;
  padding: 5px 10px;
  color:#fff;
  background:#EE3231;
  border-radius: 7px;
  -moz-border-radius:7px;
  -webkit-border-radius:7px;
  text-shadow:-1px 1px #333;
  width: 56px;
  margin: 15px 0;
  position: relative;
}

.contact-name {
  text-decoration:none;
  color:#326884;
  font-weight:bold;
  margin-bottom:5px;
  font-size:1.5em;
}

.panel {
  /*border:1px solid #333;
  margin:5px 0px;
  -webkit-border-radius:10px;
    -moz-border-radius:10px;*/
}

.panel p {
  font-size:2em;
  line-height:180%;
}

.contact-misc p {
  font-size:1.1em;
}

.panel h3 {
  margin-top:5px;
  padding:17px 5px;
  display:block;
  background:url('https://images.khinsider.com/images/contact_headers.png') no-repeat;
  font-size:1.5em;
  text-shadow:0px 1px #000;
}

.panel h3 a {
  padding:10px 5px;
  color:#fff;
}

.pane-slider {
  padding:15px 25px;
  background:#333;
  color:#fff;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  -webkit-border-bottom-left-radius:10px;
  -webkit-border-bottom-right-radius:10px;
  -moz-border-radius-bottomleft:10px;
  -moz-border-radius-bottomright:10px;
}

.pane-toggler, .pane-hide {
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  -webkit-border-bottom-left-radius:10px;
  -webkit-border-bottom-right-radius:10px;
  -moz-border-radius-bottomleft:10px;
  -moz-border-radius-bottomright:10px;
}

#contact-form, .contact-miscinfo, .contact-image, .contact-contactinfo {
  padding:15px 0;
}

#contact-form .button {
  position:static;
}

#contact-form input, #contact-form textarea {
  padding:10px;
  background:#c2c2c2;
  color:#fff;
  border:none;
  width:350px;
  font-size:1.2em;
  text-shadow:-1px 1px #000;
  -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.25);
  -moz-box-shadow: inset 0 0 10px rgba(0,0,0,0.25);
  box-shadow: inset 0 0 10px rgba(0,0,0,0.25);
  border-radius:7px;
  -moz-border-radius:7px;
  -webkit-border-radius:7px;
}

#contact-form input:focus, #contact-form textarea:focus {
  background:url('/web/20160727235133/https://images.khinsider.com/images/input_bg2.png');
  color:#fff;
  text-shadow:-1px 1px #000;
  outline:none;
}

/*---------Pagination
/*------------------------------------------*/

.item-page .pagenav {
  display:none;
}

div#news_comments div.pagination, div#comments_pagination_bottom div.pagination {
    padding-right: 15px;
    height: 32px;
}

.pagination {
  padding: 6px 10px;
  font-size: .9em;
  width: 642px;
  float:left;
  background-color: #66A7C5;
  border-top:none;
  margin-bottom: 20px;
  border-bottom: 7px #307a99 solid;
}

#comments_pagination_top .pagination {
  margin-top:10px;
  margin-bottom:10px;
}

#comments_pagination_bottom .pagination {
  margin-top:0px;
  margin-bottom:10px;
}

#comments_pagination_top .pagination, #comments_pagination_bottom .pagination {
  width: 600px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  -webkit-border-top-left-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  -moz-border-radius-topleft:7px;
  -moz-border-radius-topright:7px;
  font-size: 14px;
  padding-top: 10px;
}

#comments_pagination_top a, #comments_pagination_bottom a {
  text-decoration: none;
}  

#comments_pagination_top p, #comments_pagination_bottom p {
  padding: 0;
  margin: 0;
}  
.pagination ul {
  float:right;
  margin-top:0px;
  list-style: none;
}

.pagination ul li {
  float:left;
  width:auto;
  border-top:none;
}

.counter {
    font-weight: bold;
    font-size: 11px;
    color: #fff;
    padding: 14px 11px;
    margin-top: 4px;
    display: inline;
    letter-spacing: 1px;
}

.search .counter {
  border:none;
  background:none !important;
  color:#000;
  padding:7px 15px;
  margin-top:4px;
}

.pagenav {
  color:#fff;
  padding:13px 9px;
  width:58px;
}

span.pagenav:last-child {
  font-size: 13px;
  background: rgb(48, 122, 153);
  font-weight: bold;
}

.pagination a {
  font-weight:bold;
  font-size: 13px;
  color:#fff;
}

.pagination a:hover {
  color:#fff;
  background: #307a99;
  -webkit-transition-duration: 0s;
  -webkit-transition-timing-function: ease;
  transition-duration: 0s;
  transition-timing-function: ease;
}

.search .pagination {
  margin-top: 16px;
  width:600px;
  background:none;
  border:none;
}

.search .pagenav {
  background:none;
  color:#333;
}

p.pagination {

}

p.pagination a {
	color:#333;
	padding: 0 5px;
}

/*--------------------Footer
/*--------------------------------------------------------*/

#footercontainer {
  background-color: #66a7c5;
  width:100%;
  height:180px;
  margin:0 auto;
  margin-bottom:10px;
  padding: 10px 0px 7px;
}

.footer-wrapper {
  width:960px;
  margin:0 auto;
  line-height:1.3;
}

.joomla-footer {
  margin:0 auto;
  height: 139px;
}

#footer-left {
  border-right: 1px solid #5b9ebc;
  height: 118px;
  float: left;
  color: #336981;
  font-size: 12px;
  width: 400px;
  padding-top: 14px;
  padding-right: 8px;
}

#footer-left img {
  float:left;
}

#bottom-logo {
  margin-bottom:10px;
}

.joomla-footer p {
  float: left;
    padding-left: 8px;
    padding-bottom: 0px;
    width: 353px;
    font-size: 13px;
    line-height: 150%;
    text-align: justify;
    font-family: 'Montserrat';
    font-weight: 300;
}

.left img {
  margin-left:0px;
  clear:left;
  padding: 3px 3px 0 0;
}

#footer-middle {
  height:132px;
  padding:16px 0 0 20px;
  width:220px;
  float:left;
}

#footer-right {
  height: 127px;
  width:250px;
  float:left;
  padding:14px 0 0 20px;
  border-left:1px solid #5b9ebc;
}

#affiliates {
  font-size:.8em;
  line-height:19px;
  margin-top:15px;
  font-family:'Montserrat';
  font-weight: 500;
}

#affiliates a {
  color:#fff;
}

#affiliates a:hover {
  color:#336981;
}

#social-icons {
  margin-top:10px;
}

.regular {
  float:left !important;
}

.fb-like {
  display:inline;
}

.tweet-button {
  position:absolute;
  margin-left:90px;
  margin-top:76px;
}


.item .tweet-button {
  margin-top:42px;
}

.items-leading .tweet-button {
  margin-top:42px;
}

.item-page .tweet-button {
  margin-top:33px;
}

.tweet-button a {
  height: 20px;
  display: block;
  text-indent: -10000em;
  background: transparent url('https://images.khinsider.com/images/tweet.png') no-repeat;
  width: 55px;
}

.tweet-button a:lang(de) {
  background: transparent url('https://images.khinsider.com/images/tweet_de.png') no-repeat;
  width: 67px;
}

.tweet-button a:lang(es) {
  background: transparent url('https://images.khinsider.com/images/tweet_es.png') no-repeat;
  width: 64px;
}

.tweet-button a:lang(fr) {
  background: transparent url('https://images.khinsider.com/images/tweet_fr.png') no-repeat;
  width: 66px;
}

.tweet-button a:lang(ja) {
  background: transparent url('https://images.khinsider.com/images/tweet_de.png') no-repeat;
  width: 80px;
}

.tweet-button a:lang(ko) {
  background: transparent url('https://images.khinsider.com/images/tweet_ko.png') no-repeat;
}

.tweet-button a:hover {
  background-position: 0px -21px;
}

.tweet-button a:active {
  background-position: 0px -42px;
}

/*Poll*/

.poll {
  margin-left:20px;
  margin-bottom:10px;
}

#polldiv_1 {
  margin-bottom:20px;
}

.contentpane {
  width:609px;
  background-color:#fff;
  padding:25px;
}

.contentpane .contentpane {
  padding:0px;
}

.componentheading {
  margin-top:-100px;
  background-color:#fff;
  padding:0 25px;
}

.items-leading:last-child {
  border:none;
}

/*---------Ads
/*---------------------------------------------*/

/*
.custom1 iframe, .custom1 object, .custom1 img {
  margin-top:-250px;
  position:relative;
  z-index:0;
}

.custom1 body {
  margin-bottom:-250px;
}


custom1 { 
  height: 250px;
}
*/
.custom2 {
  margin:20px 0 0 0;
}

/*-----------Social
/*-----------------------------------------------*/
/*
.cmp_buttons_container {
  width:393px;
  margin-top:-10px;
  margin-left:-10px;
  display:block;
  width:100%;
  clear:right;
  margin-bottom:15px;
  float:left;
}

.items-leading .cmp_buttons_container {
  position:absolute;
  width:393px;
  bottom:0;
  margin-left:0;
  float:none;
}
*/

.content-page  .socialmedialinks {
    margin: 0 0 21px 0;

    float: left;
    width: 100%;
}

/*------------Comments Section
/*-------------------------------------------------*/

.alt2 img {
    max-width: 450px!important;
}

.message img {
    max-width: 540px!important;
}

.comment_message img {
    max-width: 580px;
}

.comment_message iframe {
    max-width: 580px;
}

.bbcode_container {
    margin-top: -15px;
    margin-bottom: 15px;
}

a#comments, img.comments_headinggraphic2, img.comments_headinggraphic {
    display: none;
}

#comments {
	background-position: 20px;
	font-family: 'BebasNeue', Helvetica, Arial, sans-serif;
	color:#fff;
	text-shadow:-1px 1px 1px rgba(0,0,0,.7);
	font-size: 1.5em;
	padding:10px;
	background: url('https://images.khinsider.com/images/comments_headingbg.png');
	padding: 4px 0px;
	width: 291px;
	margin-left: -36px;
	float: left;
	background-position: 8px 0;
	text-align: left;
	padding-left: 25px;
}

.comments_headinggraphic {
    float: left;
    clear: left;
    margin: -21px -36px;
}

.comments_headinggraphic2 {
    margin: -66px 0 0 235px;


    float: left;
}

.comment_wrap {
  width:625px;
  margin-bottom: 20px;
  float:left;
  min-height:150px;
  height:auto;
}

.comment_userdata {
  width: 96%;
  height:100%;
  float: left;
  padding: 8px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.comment_message {
  width: 580px;
  border-radius:10px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  float:left;
  padding:10px 17px 10px 17px;
  margin-top: 20px;
  background: #f2f2f2;
  background-repeat:no-repeat;
  background-position:3px 0;
  color:#444;
  border: 1px solid #E0DFDF;
  position:relative;
  clear: left;
}

.comment_message table {
	margin-top: -103px;
	background:rgba(255,255,255,.3);
    border:1px solid rgba(0,0,0,.6);
    text-shadow:none;
	margin-bottom: -40px;
    display: contents;
}

.comment_message .quote {
	font-style:italic;
  margin-left: 15px;
  margin-right: 15px;
  padding: 13px;
  border: 1px #e0dfdf solid;
  background: #eaeaea;
}

.comment_graphic {
	position:absolute;
	top: -19px;
	left: 24px;
}

.comment_userdata p{
	text-align: left;
	padding-left: 10px;
}

.comment_useravatar {
        background-color: #48758B;
	border-radius:10px;
        -webkit-border-radius:10px;
        -moz-border-radius:10px;
        overflow:hidden;
	width: 50px;
	height: 50px;
	float: left;
}

.comment_useravatar img {
	width: 50px;
}

.comment_username {
	margin: 5px 10px 0 10px;
	width: 50%;
	float: left;
	font-size: 1em;
}

.comment_username a {
        text-decoration: none;
        font-family: 'BebasNeueRegular';
	color:rgba(50, 104, 132, 1);
	font-size:1.4em;
	margin:0 auto;
}
     
.comment_username a:hover {
	color: #66A7C5;
}

.comment_userinfo {
    padding-right: 5px;
    float: left;
    padding-bottom: 0px;
    margin-left: 15px;
    -moz-border-radius: 10px;
    width: 521px;
    text-shadow: 0px 1px 0px rgba(255,255,255,1);
    margin-top: 1px;
}

.status {
    margin-left: 15px;

}

/*----------------vB Classes
/*---------------------------------------------------*/


.spoiler {
    text-shadow: none;
    background: #333;
}

.bbcode_quote, blockquote {
	background:rgba(255,255,255,.3);
	background-image:url('https://images.khinsider.com/images/quote_bg.png');
	background-repeat:no-repeat;
	border: 1px solid #ccc;
    text-shadow:none;
	box-shadow: 0 0 7px rgba(0,0,0,.05);
	padding: 28px 20px;
}

blockquote {
     font-style:italic;
     color:#4a4a4a;
}

.quote_container {
	width: auto;
}

.comment_meta {
	margin: 5px 0;
}

br {
   
	 line-height: 1;
}

.article-text {
         float:left;
         clear: left;
}

.top {
       background: #66A7C5;
       position: fixed;
       left: 5px;
       top: 5px;
       border-radius: 10px;
}

.top a {
       width: 76.1px;
       height: 62.1px;
       display: block;
       background: url('https://images.khinsider.com/images/backtop.png') 50% 0% no-repeat;
}


#nn_skin {
 width: 1600px;
 height: 970px;
 z-index: 0;
 position: fixed;
 top: 65px;
 left: 50%;
 margin-left: -800px;
}

#wrap_all {
}
