
/* Main image */
.img-maining-wrap {
    height: 100%;
}
.img-maining-ctr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.col-pad-20 {
    padding: 20px 30px;
}

@media screen and (max-width:900px) {
    .img-maining-ctr {
        padding: 0 20px;
    }
	
	.col-pad-20 {
        padding: 20px;
    }
}
#section-livesolution p{
	font-size: 14px;
	line-height: 2;
}
.icon-blank::after {
    font-weight: normal;
    font-size: 60%;
    vertical-align: middle;
}

.color-bg-26 {
    background: #262626;
}

.hl-section {
    margin-bottom: 30px;
    margin-top: 40px;
}

.newmark {
	position: relative;
	padding-bottom: 2px;
}
.newmark::before {
    content: "NEW";
    display: inline-block;
    background: #d1c000;
    color: #fff;
    padding: 2px 10px;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 10px;
}



/* Why Panasonic? */

.flex {
    padding: 10px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.resrc {
    width: calc(50% - 10px);
    margin: 10px 0 !important;
}

.hl-rss {
    margin-left: 0;
    margin-right: 0;
}

h3.h3-ls {
	font-size: 20px;
}
ul.ls-list {
	margin: 0 0 40px;
	padding: 0;
}
ul.ls-list li{
	list-style: none;
	font-size: 14px;
	margin-bottom: 0.5em;
}
.list-indent01 {
	padding-left: 0.7em;
    text-indent: -0.6em;
}
.sl-bnrimg {
	width: 100%;
}
.sl-bnrimg img{
	width: 100%;
}
@media screen and (max-width:900px) {
    .flex {
        display: block;
    }
	
    .resrc {
        width: 100%;
        margin-top: 20px !important;
    }
	ul.ls-list {
		margin: 0 ;
	}
	.sl-bnrimg {
		text-align: center;
		margin-bottom: 20px;
	}
}




/* Casestudies */

.casestudies-list {
	padding: 0 5px;
	overflow: hidden;
}
.casestudies-list-item {
	margin: 4px 0;
    height: 100px;
    background: #fff url("../img/news-arrow.png") no-repeat 97% 50%;
    cursor: pointer;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
    white-space: nowrap;
	width: calc(50% - 5px);
	float: left;
}
.casestudies-list-item:nth-of-type(2n+1) {
	margin-right: 10px;
}
.casestudies-list-item:hover {
	background-position: 98% 50%
}
.casestudies-list-item .thumb {
	width: 176px;
}
.casestudies-list-item .thumb img {
	width: 176px;
}
.casestudies-list-item .resdesc--casestudies-list {
    -webkit-transition: color .1s ease-in;
    transition: color .1s ease-in;
    white-space: normal;
    overflow: hidden;
	width: calc(100% - 176px);
	color: black;
	font-size: 14px;
}
.casestudies-list-item .resdesc--casestudies-list:hover {
    color: #00a0c6
}
.casestudies-list-item .restag {
	bottom: 16px;
}
@media screen and (max-width:900px) {
	.casestudies-list-item {
		width: 100%;
		float: none;
	}
	.casestudies-list-item:nth-of-type(2n+1) {
		margin-right: 0;
	}
	.casestudies-list-item .resdesc {
		font-size: 12px;
	}
}



.casestudies-link .resrc-ctr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    padding-left: 0;
	-webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.casestudies-link .resrc-ctr > li {
    width: calc(25% - 10px);
    margin-bottom: 10px;
	margin-left: 5px;
    margin-right: 5px;
    height: auto;
}

.casestudies-link .resrc {
    width: 100%;
	height: 100%;
    margin: 0 !important;
    background-color: #434343;
}
.casestudies-link .resrc a {
    display: block;
    height: 100%;
}

.casestudies-link .resdesc {
    width: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
	padding-bottom: 40px;
}

.casestudies-link .restag {
    bottom: 0;
    font-size: 12px;
}

@media screen and (max-width:900px) {
	.casestudies-link .resrc-ctr > li {
        width: calc(50% - 10px);
    }
}
