/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {

    color: #404040;
    font-family: sans-serif;
    font-size: 15px;
    line-height: 1.5;
}

h1,
h2 {
    font-size: 1.2em;
    font-weight: bold;
 
}

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

p {
    margin-bottom: 1.5em;
}

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

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

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

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

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

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

big {
    font-size: 125%;
}

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

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

body {
    background: #fff;
    color: #3c3c3c;
}

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

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

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

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

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

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

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

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

table {
    margin: 0 0 1.5em;
    width: 100%;
}
/*--------------------------------------------------------------
## Base
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/



a:hover,
a:active {
    outline: 0;
    text-decoration: none;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header{
    width: 100%;	
}
.header-web{
    display: none;
}
/*---------Mobile----------*/
.header-mobile{
    background: #fff;
    display: block;
    height: 100%;
    width: 100%;
    border-bottom: solid 1px #ccc;
    overflow: hidden;
}
.mobile-logo{
    display: inline-block;
    padding-left: 5px;
    text-align: center;
}
.kcsg-logo-mobile{
    padding-top: 13px;
    max-height: inherit!important;
    max-width: 230px!important;
}
.left-menu{
    display: inline-block;
    height: inherit;
    width: 44px;
    margin-left: 0px;
    border-right: 1px solid #ccc;
    text-align: center;	
}
.left-menu .li.active a{
    background: #af1426;
}
.left-menu i{
    font-size: 25px;
    color: #db192f;
}
.left-menu a {
    width: inherit;
    height: inherit;
    margin:0;
    color: #fff!important;
}
.left-menu nav{
    width: 70%;
}
.left-menu .navmenu{
    background: #db192f;
}
.left-menu .sub-menu li{
     background: #db192f;
}
#kcsgLeftMenu  a:hover,
#kcsgLeftMenu  a:focus,
.left-menu .sub-menu li > a:hover,
.left-menu .sub-menu li > a:focus{
    background: #af1426;
}
.navmenu-left{
    margin:auto 0;
}
.right-menu{
    display: inline-block;
    height: inherit;
    width: 44px;
    margin-right: 0px;
    border-left: 1px solid #ccc;
}
/*----------Web---------*/
.site-branding{
    height: 80px;
    padding-top: 10px;
}
.web-logo{
    display: inline-block;
}
.search-area{	
    display: inline-block;
    height: inherit;
    float: right;
}
.search-area label{
    font-size: 14px;
    font-weight: normal;
}

.search-area .company-label {
    background: url("/wp-content/themes/kcsg/assets/img/kscg-label-company.png");
    background-size: cover;
    text-indent: -9999px;
    display: block;
    width: 320px;
    float: right;
}

.form-inline search-box {
    display: inline-block;			
    position: relative;
    float: right;
}
.form-inline search-box input {
    padding-right: 30px; 
    border-radius: 0;  
    outline:none!important; 
    -webkit-tap-highlight-color:none;
}
.form-inline search-box input:focus{
    outline: none!important;
}
.form-inline search-box i {
    font-size: 14px;
    position: absolute;
    right: 0px;
    padding: 10px 12px;
    pointer-events: none;
}

.search-box label,.search-box a{
    line-height: 34px;
}
.search-box a{
    color: #db1a2f;
    font-size: 16px;
}

/*--------------------------------------------------------------
## Top Page
--------------------------------------------------------------*/

#masthead .header-web .site-branding .search-area .form-inline label a{
    color: black;
}
.top-content{
    padding-bottom: 20px;
}
.top-page-title{
    position: relative;
    padding-bottom: 5px;
    color: #342a27;
}

.top-page-title hr{
    width: 92px;
    border-top: 1px solid #dd1a34;
    position: absolute;
    left: 0;
    margin: 0;
    margin-top: 5px;	
}
.new-release-section .top-item:nth-child(2){
    border-top: 1px solid #ccc;
}
.event-section .top-item:nth-child(2){
    border-top: 1px solid #ccc;
}
.top-item{
    width: 100%;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 7px 15px;
}
.top-item-date{
    display: inline-block;
    width: 100px;
    text-align: left;
    margin:0;
    color: #dd1a34;
    font-weight: 300;
}
.top-item-content{
    display: inline-block;
    width: 88%;
    text-align: left;
    margin: 0;
}
.top-item-content a{
    color: #342a27;
}
.top-item-content a:hover, .top-item-content a:focus{
    color: #342a27;
    text-decoration: none;
}

.event-section header h3 a,
.new-release-section header h3 a{
    color: black;
    text-decoration: none;
}



/*--------------------------------------------------------------
## Page Common CSS
--------------------------------------------------------------*/
.page-title{
    margin-bottom: 15px;
}
.page-title span{
    border-bottom:1px solid #dc1c35;
    /*position: relative;*/
    font-weight: bold;
    font-size: 24px;
}
.page-title span:after{
    content: "";
    width:50%;
    height:1px;
    background-color:white;
    position: absolute;
    right:0;
    bottom:-1px;
}

.entry-title a{
    font-weight: bold;
    color: black;

}
.entry-title a:hover,.entry-title a:focus{
    text-decoration: none;
    color: black;

}
.entry-content{
    color: black;
    font-size: 15px;
    margin-top: 15px;
}
.entry-meta{
    font-size: 15px;
    color: #919191;
    padding-top: 5px;
}
.home-banner{
    margin-top: 20px;
}
/*--------------------------------------------------------------
## New Release Content
--------------------------------------------------------------*/
.item-block{
    width: 100%;
    height: 100%;
}
.news-item{
    background-color: #fff;
    margin-bottom: 100px;
    height: 350px;
}
.news-item .entry-title{
    font-size: 20px;
	height: 100px;
}
.news-item .entry-meta{
    font-size: 13px;
	height: 100px;
}
.post-thumbnail-img{ 
    width: 100%;
    height: auto;
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/	

/*--------------------------------------------------------------
## Back to top
--------------------------------------------------------------*/
.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(116, 116, 116, 1) url(../kcsg/assets/img/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}
.cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5;
}
.no-touch .cd-top:hover {
    background-color: #e86256;
    opacity: 1;
}

/*--------------------------------------------------------------
## Smart phone
--------------------------------------------------------------*/
@media only screen and (min-width : 321px) and (max-width : 768px){

    /*--------------------------------------------------------------
    ## Footer
    --------------------------------------------------------------*/
    .footer-nav div>ul li{
        width: 50%;
    }
    #colophon{
        padding-left: 0;
        padding-right: 0;
    }
    .event-banner{
        display: none;
    }
}
/*--------------------------------------------------------------
## Smart phone (lanscape)
--------------------------------------------------------------*/
##@media only screen and (min-width : 321px) and (max-width : 768px) and (orientation: landscape) {
    /*--------------------------------------------------------------
    ## New Release Content
    --------------------------------------------------------------*/
    .item-block{
        width: 50%;
    }
    #colophon{
        padding-left: 0;
        padding-right: 0;
    }
    .news-item{
        height: 370px;
    }
}

/*--------------------------------------------------------------
##  iPads (portrait and landscape)
--------------------------------------------------------------*/
##@media only screen and (min-width : 768px) and (max-width : 1024px) {
    /*--------------------------------------------------------------
    ## Header
    --------------------------------------------------------------*/
    .header-mobile{
        display: none;
    }
    .header-web{
        display: block;
        height: 120px;	
    }
    /*--------------------------------------------------------------
    ## New Release Content
    --------------------------------------------------------------*/
    .item-block{
        width: 33.33%;
    }

    .news-item{
        height:370px;
    }
    /*--------------------------------------------------------------
    ## Footer
    --------------------------------------------------------------*/

}

/*--------------------------------------------------------------
## Desktops and laptops
--------------------------------------------------------------*/
@media only screen  and (min-width : 1024px) {
    /*--------------------------------------------------------------
    ## Header
    --------------------------------------------------------------*/
    .header-mobile{
        display: none;
    }
    .header-web{
        display: block;
    }
    /*--------------------------------------------------------------
    ## New Release Content
    --------------------------------------------------------------*/
    .item-block{
        width: 33.33%;
    }
    .news-item{
        height:370px;
    }


}

.footer-content a{
    text-transform: uppercase!important;
    color:#fff!important;
    font-size: 13px;
    text-decoration: none;
}

.footer-content nav #footerNav ul li{
    text-align: center;
    /*padding: 5px;*/
}
.footer-content nav #footerNav ul li:first-child{
    margin-left: 20px;
}
#colophon {
    position: relative;
}

#colophon .logo-menu-footer .web-footer-bg{
    width: 100%;
    height: 140px;
    margin-bottom: 0;
}
#colophon .logo-menu-footer .mobile-footer-bg{
    display: none;
    height: 150px;
}
#colophon .footer-content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    padding: 20px;
    padding-top: 10px;
}
.footer-content nav .navbar-header a img{
    margin-top: 10px;
    height: 20px;
    width: 116px
}
.footer-content .navbar-inverse{
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 10px!important;
    border-bottom: 1px #ccc solid;
    margin-bottom: 0;
}
.footer-content .footer-bottom{
    height: 30px;
    line-height: 30px;
}
.footer-content .copyright{
    color: white;
    font-size: 11px;
    padding-left: 15px;
    line-height: 30px;
}
@media(max-width:600px){
    .footer-content .navbar-inverse{
        margin-right: 40px;
    }
    .navbar-header .navbar-toggle{
        margin-right: 0;
    }
    .navbar-inverse .navbar-collapse{
        border-color: white;
        background-color: #db192f;
    }
	.footer-content .copyright{
		color: white;
		font-size: 11px;
		padding-left: 15px;
		line-height: 30px;
	}
}

.nav>li>a, .dropdown-menu>li>a {
    text-transform: none!important;
}

/*--------------------------------------------------------------
## ISL Online CSS
--------------------------------------------------------------*/

.nav.islonline-nav>li>a, .dropdown-menu>li>a {
    color: white!important;
}
.islonline-nav #menu-primary li.active,
.islonline-nav #menu-primary-japanese li.active{
   background-color: #af1426!important; 
}

.islonline-nav{background: #db192f;}

.islonline-nav .islonline-nav .sub-menu dropdown-menu{
    border: solid 1px #eee;
}

.islonline-nav>.menu-primary-container>ul>li a:hover,
.islonline-nav>.menu-primary-japanese-container>ul>li a:hover{
    background-color: #af1426!important;
    
}
.islonline-nav #menu-primary .menu-item .dropdown-menu,
.islonline-nav #menu-primary-japanese .menu-item .dropdown-menu{
    background-color: #db192f!important;
}


.islonline-footer .footer-content{background: #db192f;}
#page-isl-online .menu-primary-japanese-container #menu-primary-japanese-2 .active a{background-color: #af1426;}

#page-isl-online .menu-primary-contaiFner #menu-primary-2 .active a {
    background-color: #af1426;
}


 #site-branding{
float : right;
display : inline-block;
}

