@charset "utf-8";
@font-face {
	font-family: 'tox_typewriterregular';
	src: url('../fonts/tox_typewriter-webfont.woff2') format('woff2'), url('../fonts/tox_typewriter-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

.fm{
	font-family: 'Muli', sans-serif !important;
}

.is-hide{
/*	display: none !important;*/
	
}


.left-controls, .right-controls{
	transition: all 0.3s ease-in-out;
		transition: translate3d(0px,0px,0px);
	opacity:1;
}

.is-hide .left-controls{
	transform: translate3d(120px,0px,0px);
	opacity:0;
}

.is-hide .right-controls{
	transform: translate3d(-170px,0px,0px);
	opacity:0;
}


body {
	font-family: 'tox_typewriterregular';
	font-size: 20px;
	font-weight: 400;
	color: #000;
	overflow-x: hidden;
	background-color: #D7C38C;
	background-image: url(../images/bg.png);
    background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}
p {
	line-height: 140%;
	margin-bottom: 20px;
}
a {
	text-decoration: none;
	outline: none;
	color: #262626;
}
button, a {
	outline: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
}
h1, h2, h3, h4, h5, h6 {
	color: #262626;
	font-weight: 700;
}
.is-loading {
	display: block;
}



.full-vh-wrapper {
	height: 100vh;
	text-align: center;
}
.full-vh-wrapper .container {
	height: 100%;
	overflow: hidden;
}
.animated-text {
	position: absolute;
	top: 30px;
	left: 0px;
	width: 100%;
	opacity: 0.2;
}
.kargil-text {
	position: relative;
	top: 54%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0px auto 0 auto;
	max-width: 740px;
}
.kargil-text h1 {
    position: relative;
    margin: 0 auto;
    z-index: 1;
    font-size: 210%;
    color: #5e241f;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #bf966c;
}
.kargil-text p {
	font-weight: 700;
	line-height: 130%;
	position: relative;
	z-index: 2;
	font-family: 'Muli', sans-serif;
	font-size: 75%;
	margin: 0 0 25px 0;  
}
.kargil-text p a{
	color: #5e241f;
	text-decoration: underline;
}

.video-content {
    border-radius: 10px;
    overflow: hidden;
    margin: 0 auto;
    width: 520px;
    max-width: 100%;
}



.letters-wrapper {
	padding: 40px 0px;
}
.headline {
	margin: 0 0 40px 0;
	padding: 0;
	text-align: center;
}
.headline span {
	background: #000;
	padding: 10px 20px;
	line-height: 100%;
	color: #D7C38C;
	display: inline-block;
	font-size: 40px;
	font-weight: 700;
	border-radius: 8px;
}
.letters-wrapper .container{
	max-width: 900px;
}

.letters {
	margin: 0px -20px;
	text-align: center;
}
.letters li {
	display: inline-block;
	width: 32.9%;
	margin-bottom: 40px;
	position: relative;
	transform: rotate(.5deg);
}
.letters li figure {
	margin: 0px 20px;
	position: relative;
	box-shadow: 2px 5px 8px rgba(0,0,0,0.5);
	cursor: pointer;
	border-radius: 10px;
	overflow: hidden;
}
.letters li figcaption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	background: #000;
	font-size: 20px;
	padding: 10px 0px;
	line-height: 100%;
	font-weight: bold;
}
body.is-modal {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
	transform: translate(0);
	top: 0;
	left: 0;
}
body.is-modal .logo-tq.is-modal, body.is-modal .paint-1.is-modal{
	display: none;
}

.modal {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transform: translate(0);
	z-index: 1000;
	background-color: #D7C38C;
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: center top;
	display: none;
}
.logo-tq-modal {
	width: 242px;
	top: 20px;
	left: 20px;
	position: fixed;
	z-index: 99;
	font-size: 0px;
	transform: translate(0);
}
.modal-outer {
	display: block;
	overflow: auto;
	height: 100%;
	position: relative;
	padding-top: 70px;
}
.modal-body {
	position: relative;
	margin: 40px auto 0 auto;
	color: #fff;
}
.letter-name {
	background: #000;
	padding: 10px;
	line-height: 100%;
	color: #D7C38C;
	display: block;
	font-size: 20px;
	font-weight: 700;
	text-align: left;
	position: relative;
}
.modal-bottom {
	text-align: center;
	position: absolute;
	bottom: -58px;
	left: 0;
	width: 100%;
	padding-bottom: 20px;
}
.modal-bottom a {
	display: inline-block;
	background: #000;
	padding: 10px 10px;
	line-height: 100%;
	color: #D7C38C;
	font-weight: 700;
}
/*flip*/

.flip-container {
	box-shadow: 9px 7px 11px rgba(0,0,0,0.5);
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000;
	-ms-transform: perspective(1000px);
	-moz-transform: perspective(1000px);
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	position: relative;
}
.flip-container.fliped .back, .flip-container.hover .back {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	transform: rotateY(0deg);
}
.flip-container.fliped .front, .flip-container.hover .front {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
/* END: Accommodating for IE */

.flip-container, .front, .back, .modal-body {
	width: 400px;
	z-index: 1000;/*    height: 500px;*/
}
.flipper {
	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	-ms-transition: 0.6s;
	-moz-transition: 0.6s;
	-moz-transform: perspective(1000px);
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transition: 0.6s;
	transform-style: preserve-3d;
	position: relative;
}
.front, .back {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	-webkit-transform: rotateY(0deg);
	-moz-transition: 0.6s;
	-moz-transform-style: preserve-3d;
	-moz-transform: rotateY(0deg);
	-o-transition: 0.6s;
	-o-transform-style: preserve-3d;
	-o-transform: rotateY(0deg);
	-ms-transition: 0.6s;
	-ms-transform-style: preserve-3d;
	-ms-transform: rotateY(0deg);
	transition: 0.6s;
	transform-style: preserve-3d;
	transform: rotateY(0deg);
	position: absolute;
	top: 0;
	left: 0;
}
.front {
	-webkit-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	z-index: 2;
}
.back {
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}
/*Custom Flip Content*/

.back {
	background: #9cd8fd;
	color: #030c7e;
	overflow: hidden;
/*	overflow: auto;*/
}
.back.open
{
	overflow:auto; 
}
.back-container {
	padding: 15px;
}
.back p {
	line-height: 145%;
	margin-bottom: 20px;
}
.left-controls {
	position: absolute;
	left: 0;
	top: 30%;
}
.controls a {
	background: #000;
	display: inline-block;
	height: 50px;
	padding: 0px 20px;
	line-height: 48px;
	color: #D7C38C;
	position: relative;
	font-weight: 700;
	text-decoration: none;
	font-size: 18px;
}
.left-controls a {
	border-radius: 25px 0px 0px 25px;
	text-align: left;
}
.right-controls a {
	border-radius: 0px 25px 25px 0px;
	text-align: right;
}
.controls a::before {
	position: absolute;
	content: '';
	width: 40px;
	height: 40px;
	z-index: 1;
	top: 5px;
	border-radius: 100%;
	background-size: contain;
	background-repeat: no-repeat;
}
.controls .left-controls a::before {
	left: 5px;
}
.controls .right-controls a::before {
	right: 5px;
}
.right-controls {
	position: absolute;
	right: 0;
	top: 15%;
}
/* All bttn */
.controls a.btn-goback {
	padding-left: 50px;
	position: absolute;
	left: -120px;
	top: 0;
	width: 200px;
}
.controls a.btn-goback::before {
	background-image: url(../images/ico-1.svg);
}
.controls a.btn-flip {
	padding-right: 50px;
	position: absolute;
	left: -145px;
	top: 0;
	width: 200px;
	font-size: 0px;
}
.controls a.btn-flip::before {
	background-image: url(../images/ico-2.svg);
}
.controls a.btn-audio {
	padding-right: 50px;
	position: absolute;
	left: -145px;
	top: 60px;
	width: 200px;
	font-size: 0px;
}
.controls a.btn-audio::before {
	background-image: url(../images/ico-3.svg);
}
.controls a.btn-detail {
	padding-right: 15px;
	position: absolute;
	left: -45px;
	top: 120px;
	width: 220px;
}
.controls a.btn-detail::before {
	display: none;
}
.controls a.btn-nextletter {
	padding-right: 52px;
	position: absolute;
	left: -45px;
	top: 350px;
	width: 215px;
}
.controls a.btn-nextletter::before {
	background-image: url(../images/ico-1.svg);
	transform: rotate(180deg);
}
.tabs {
	position: relative;
	text-align: center;
	padding: 40px 0px 30px 0;
}
.tabs::before {
	content: 'page';
	position: absolute;
	width: 100%;
	height: 20px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	top: 20px;
	left: 0;
	display: block;
}
.tabs li {
	display: inline-block;
	padding: 0px 4px;
}
.tabs li a {
	width: 28px;
	height: 28px;
	display: block;
	border-radius: 100%;
	border: 2px solid #000;
	background-color: #D7C38C;
	color: #000;
	font-weight: bold;
	text-align: center;
	line-height: 24px;
	font-size: 20px;
}
.tabs li.active a {
	background: #000;
	color: #D7C38C;
}
.modal-body .slick-dots {
	position: absolute;
	top: -30px;
	right: 10px;
	width: auto;
	
}
.modal-body .slick-dots li {
	float: left;
	line-height: 0;
	margin: 0 0 0 10px;
}
.modal-body .slick-dots li button {
	width: 20px;
	height: 20px;
	border-radius: 100%;
	font-size: 14px;
	background: #000;
	position: relative;
	cursor: pointer;
	border: 2px solid #D7C38C;
	text-align: center;
	color: #D7C38C;
	line-height: 18px !important;
	font-weight: bold;
	outline: none !important;
	padding: 0;
}
.modal-body .slick-dots li.slick-active button{
	background: #D7C38C;
	color: #000;
}
.modal-body .slick-dots li button::before{
	display: none;
}

/*
.modal-body .slick-dots li button::before {
	position: absolute;
	width: 16px;
	height: 16px;
	content: '';
	border-radius: 100%;
	font-size: 0px;
	background: #000;
	top: 2px;
	left: 2px;
	display: block;
}
.modal-body .slick-dots li.slick-active button::before {
	display: none;
}
*/



.paint-1 {
	width: 120px;
	position: absolute;
	top: 0;
	right: 0;
}
.paint-2 {
	width: 220px;
	position: absolute;
	top: 20%;
	right: 10%;
}
/*
.details-wrapper .btn-goback, .btn-goback-mob{
	display: none;
}
*/
.btn-goback-mob {
	display: none;
}
.details-wrapper .btn-goback {
	border-radius: 25px 0px 0px 25px;
	text-align: left;
	background: #000;
	display: inline-block;
	height: 50px;
	padding: 0px 0 0 52px;
	line-height: 48px;
	color: #D7C38C;
	position: absolute;
	font-weight: 700;
	text-decoration: none;
	width: 147px;
	left: -148px;
	top: 50%;
	margin-top: -25px;
}
.details-wrapper .btn-goback::before {
	position: absolute;
	content: '';
	width: 40px;
	height: 40px;
	z-index: 1;
	top: 5px;
	left: 5px;
	border-radius: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(../images/ico-1.svg);
}
.detail-lists {
}
.detail-lists li {
	padding: 0px 0px 10px 0px;
	display: none;
}
.detail-lists li.is-active{
	display:block;
}


.details-wrapper .container {
	max-width: 740px;
	padding: 120px 15px 0px 15px;
	font-size: 21px;
}
.details-wrapper .article-headline {
	margin: 0 0 15px 0;
}
.details-wrapper .article-headline span {
	display: inline-block;
	background: #000;
	padding: 8px 13px;
	font-size: 45px;
	color: #D7C38C;
	border-radius: 8px;
}
.details-wrapper .article-sub-headline {
	font-size: 30px;
	font-weight: bold;
	margin: 0 0px 5px 0;
}

.details-wrapper .article-sub-headline.inner {
	font-size: 25px;
	font-weight: bold;
	margin: 0 0px 5px 0;
}




.article-text {
	padding: 2px 10% 0px 20px;
	position: relative;
	border-left: 2px solid #000;
	margin-bottom: 20px;
}
.article-image {
	padding-bottom: 25px;
}
.article-image img {
	width: 100%;
}


.article-portrait{
	
text-align: center;
	padding-bottom: 20px;
}
.article-portrait img{
	max-width: 450px;
	width:100%;
	border: 6px solid #fff;
	box-shadow: 2px 0px 10px rgba(0,0,0,0.3);
}



.article-landscape{
	
text-align: center;
	padding-bottom: 20px;
}
.article-landscape img{
	width:100%;
	border: 6px solid #fff;
	box-shadow: 2px 0px 10px rgba(0,0,0,0.3);
}


.article-views {
	margin: 0;
}
.article-views h3 {
	font-size: 34px;
	border-bottom: 2px solid #000;
	padding: 0px 0 8px 0px;
}
.article-audio{
	padding: 10px 0px 10px 0px;
}

.article-audio audio{
	width: 100%;
	
}

.dn {
	display: none !important;
}
.btn-stamp {
	position: absolute;
	width: 150px;
	top: 0;
	left: 0px;
	text-align: center;
	cursor: pointer;
}
.btn-stamp::before {
	width: 32px;
	height: 32px;
	content: '';
	position: absolute;
	top: 44px;
	left: 50%;
	border-radius: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-left: -16px;
}
.btn-stamp span.text {
	position: absolute;
	width: 100%;
	top: 20px;
	left: 0px;
	color: #000;
	font-size: 17px;
	font-weight: bold;
}
/*All Stamp button*/
.btn-stamp.btn-stamp-flip {
	top: 0px;
	left: -10px;
	transform: rotate(-2deg);
}
.btn-stamp.btn-stamp-flip::before {
	background-image: url(../images/ico-4.svg);
}
.btn-stamp.btn-stamp-audio {
	top: 102px;
	left: -6px;
	transform: rotate(2deg);
}
.btn-stamp.btn-stamp-audio::before {
	background-image: url(../images/ico-5.svg);
}

.btn-stamp.btn-stamp-audio.pause-audio::before {
	background-image: url(../images/ico-6.svg);
}


.btn-stamp.btn-stamp-detail {
	top: 214px;
	left: -4px;
	transform: rotate(-6deg);
}
.btn-stamp.btn-stamp-detail span.text {
	font-size: 20px;
	top: 30px;
}
.btn-stamp.btn-stamp-detail::before {
	display: none;
}
.profil-image {
	position: absolute;
	width: 153px;
	z-index: 10000;
	top: 10px;
	left: -200px;
	border: 6px solid #fff;
	transform: rotate(5deg);
	display: inline-block;
*display: inline;
	zoom: 1;
	box-shadow: 4px 2px 7px rgba(0,0,0,0.5);
}
.profil-image img {
	width: 100%;
}
.profil-image:before, .profil-image:after {
	content: "";
	display: block;
	width: 100px;
	height: 30px;
	position: relative;
	top: 20px;
	margin: auto;
	background: rgba(255,255,200,0.6);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
}

.profil-image:before, .profil-image:after {
	position: absolute;
	top: 0px;
}
.profil-image:before {
	left: -36px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.profil-image::after {
	top: inherit;
	bottom: -140px;
	right: -35px;
	-webkit-transform: rotate(-35deg);
	-moz-transform: rotate(-35deg);
	transform: rotate(-35deg);
}

.scrol-text{
	max-height: 200px;
	overflow-y: auto;
}


/*Fixed CSS*/
.flip-container.hover .slick-dots{
	display: none !important;
}

.metype-cont {
	background: #fff;
	padding: 15px;
	opacity: 0.7;
	margin-bottom: 30px;
}

.go-down {
  color: var(--color-black);
  position: absolute;
  bottom: 55px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 700;
  white-space: nowrap;
  font-size: 80%;	
	
}
.go-down span {
  position: absolute;
  width: 25px;
  display: block;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
}
.go-down span svg {
  width: 100%;
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translate3d(-50%, 0, 0);
  }
  40% {
    transform: translate3d(-50%, -10px, 0);
  }
  60% {
    transform: translate3d(-50%, -5px, 0);
  }
}

.header-wrapper{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	transform: translateZ(0);
	z-index: 99999;
	padding: 20px 20px;
}

.header-wrapper .header-left{
	
}

.header-container{
	position: relative;
}
.header-container.is-flex{
	justify-content: space-between;
	align-items: center;
}

.header-wrapper .header-right{

}



.logo-tq {
	width: 80px;
	display: block;
}

.logo-jk {
	width: 50px;
	display: block;
	cursor: default;
}


.is-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

a.btn-ugc {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0px 10px 0px 34px;
    border-radius: 5px;
    background-color: #5e241f;
    font-weight: 800;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 12px center;
    background-image: url("../images/ico-pencil.svg");
	white-space: nowrap;
}


.slide-footer {
    text-align: center;
    padding-top: 20px;
}
.slide-footer a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0px 10px;
    border-radius: 5px;
    background-color: #5e241f;
    font-weight: 800;
    font-size: 16px;
    text-align: center;
    color: #fff;
    margin: 0px 3px;
}
a.btn-ugc:hover, .slide-footer a:hover,  .form-group .btn:hover{
	background-color: #000;
}

.is-top{
	padding-top: 70px;
}

.form-container{
    margin: 120px auto 30px auto;
    border-radius: 10px;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.16);
    background-color: rgba(255, 255, 255, 0.9);
    padding: 55px 60px 35px 60px;
    overflow: hidden;
    position: relative;
}

.form-container h2 {
    font-weight: 800;
    font-size: 28px;
    margin: 0 0 5px 0;
    display: block;
    line-height: 120%;
}

.form-container p {
    line-height: 180%;
    font-weight: 600;   
	font-size: 70%;
    color: var(--color-bg);
    margin-bottom: 25px;
}


.form-group {
    margin-bottom: 30px;
}
.form-group label {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 70%;
    margin: 0 0 10px 0;
}
.form-group input[type="text"], 
.form-group input[type="tel"], 
.form-group input[type="email"], 
.form-group textarea {
    width: 100%;
    border: 1px solid #9F9F9F;
    height: 50px;
    line-height: 50px;
    border-radius: 8px;
    padding: 0px 20px;
    font-size: 90%;
    color: #000;
    font-weight: 400;
    background-color: #fff;
}
.form-group textarea {
    width: 100%;
    min-height: 200px;
    height: 200px;
    line-height: 140%;
    padding: 20px;
    resize: vertical;
}

.form-group .btn {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0px 10px;
    border-radius: 5px;
    background-color: #5e241f;
    font-weight: 800;
    font-size: 16px;
    text-align: center;
    color: #fff;
    margin: 0px 3px;
	cursor: pointer;
	border: 0px;
	
}
/* letters CSS */
.letters-container{
	width: 100%;
    max-width: 800px;
    margin: 120px auto 50px auto;
    position: relative;
	
}

.data-list .item {
   width: 50%;
   margin-bottom: 30px;
   padding: 0px 15px;
 }
 @media (max-width: 860px) {
   .letters-container h2 img {
     width: 90%;
     max-width: 280px;
   }
   .data-list {
     width: 400px;
     max-width: 100%;
     padding: 0px;
     margin: 0 auto;
   }
   .data-list .item {
     width: 100%;
   }
 }


 .item-content {
   padding: 50px 30px 25px 30px;
   border-radius: 5px;
   overflow: hidden;
   background-color: #f3ede9;
   box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
   position: relative;
 }
 .grid-sizer {
   width: 50%;
 }
 .item-content::after, .item-content::before {
   display: block;
   position: absolute;
   content: '';
   background-size: 100%;
   background-repeat: no-repeat;
 }
 .item-content::after {
	 
	top: 26px;
    left: 30px;
    width: 76px;
    height: 35px;
    content: 'From';
    color: #727272;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 800;
	 
/*
   top: 20px;
   left: 30px;
   width: 76px;
   height: 35px;
   background-image: url("../images/post-card.png");
*/
 }
 .item-content::before {
   top: 20px;
   right: 15px;
   width: 87px;
   height: 100px;
   background-image: url("../images/stamp.png");
 }
 .item-content h3 {
   font-weight: 800;
   font-size: 18px;
   line-height: 120%;
   margin: 0 0 5px 0;
   color: #5e241f;	 
 }
 .item-content h4 {
   font-weight: 700;
   font-size: 14px;
   line-height: 120%;
   margin: 0 0 0 0;
 }
 .item-content .content-body {
   font-size: 16px;
   padding-top: 45px;
   position: relative;
 }
 .item-content .content-body::before {
   position: absolute;
   width: 40%;
   height: 3px;
   background-color: #5e241f;
   content: '';
   left: 0;
   top: 20px;
   border-radius: 10px;
   display: block;
 }
 .item-content .content-body p {
   line-height: 150%;
   display: none;
   margin: 0px 0px 20px 0px;
 }
 .item-content .content-body p:nth-child(1), .item-content .content-body p:nth-child(2) {
   display: block;
 }
 .content-bottom ul {
   margin: 0px -10px;
 }
 .content-bottom li {
   float: left;
   width: 50%;
   padding: 0px 10px;
 }
 .btn-card {
   display: block;
   background-color: #5e241f;
   color: var(--color-white);
   cursor: pointer;
   border: 0;
   border-radius: 5px;
   height: 36px;
   position: relative;
   font-size: 15px;
   font-weight: 700;
 }
 .btn-card:hover {
   background-color: #5e241f;
 }
 .btn-card span {
   display: block;
   line-height: 100%;
   position: absolute;
   white-space: nowrap;
   top: 50%;
   left: 50%;
   transform: translate3d(-50%, -50%, 0);
   padding-left: 25px;
 }
 .btn-card span::before {
   position: absolute;
   left: 0;
   top: 1px;
   content: '';
   background-repeat: no-repeat;
   background-size: 100%;
   width: 17px;
   height: 17px;
   background-image: url("../images/ico-read.svg");
 }
 .btn-card.is-video span {
   padding-left: 23px;
 }
 .btn-card.is-video span::before {
   top: 0px;
   width: 15px;
   height: 15px;
 }
 .btn-card.is-video span::before {
   background-image: url("../images/ico-play.svg");
 }
 /*Share button*/
 .btn-share {
   display: block;
   background-color: #E0E0E0;
   color: var(--color-white);
   border: 0;
   border-radius: 5px;
   height: 36px;
   position: relative;
   font-size: 15px;
   font-weight: 700;
   transition: all 0.2s ease-in-out;
   overflow: hidden;
 }
 .btn-share .is-layer {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: #292929;
   transform: translate3d(0, 0, 0);
   transition: all 0.3s ease-in-out;
   z-index: 2;
   cursor: pointer;
 }
 .btn-share .is-icons {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   padding: 0px 4px;
   z-index: 1;
 }
 .btn-share .is-layer.is-active {
   transform: translate3d(-100%, 0, 0);
 }
 .btn-share .is-icons a {
   display: block;
   width: 28px;
   margin: 4px 0 0 4px;
   padding: 0;
   float: left;
 }
 .btn-share .is-icons a img {
   width: 100%;
 }
 .btn-share .is-icons a.share-close {
   position: absolute;
   top: 8px;
   right: 8px;
   width: 20px;
   margin: 0;
 }
 .btn-share span {
   display: block;
   line-height: 100%;
   position: absolute;
   white-space: nowrap;
   top: 50%;
   left: 50%;
   transform: translate3d(-50%, -50%, 0);
   padding-left: 25px;
 }
 .btn-share span::before {
   position: absolute;
   left: 0;
   top: -1px;
   content: '';
   background-repeat: no-repeat;
   background-size: 100%;
   width: 15px;
   height: 17px;
   background-image: url("../images/ico-share.svg");
 }
.header-mid{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
}

