/*****************************************
*                 import                 *
*****************************************/

@import url(https://fonts.googleapis.com/css?family=Ubuntu:200,300,400,500&display=swap);
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
/*****************************************
*                  body                  *
*****************************************/

/** {outline: 0;}*/

* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html {
	/*	padding-top: 37px;*/
	overflow-y: scroll;
}

body {
	color: #3e3e3e;
	font-size: 14px;
	font-weight: 500;
	font-family: 'Ubuntu', 'sourcehansans-tc', 'Noto Sans S Chinese', 'Noto Sans TC', 'PingFang TC', 'Microsoft JhengHei', Tahoma, Verdana, Arial, Helvetica, sans-serif;
	/* background: #ffffff; */
	background: #f2eee9;
}

body.windows {
	font-weight: 400;
}

a {
	color: #3e454b;
	text-decoration: none;
	cursor: pointer;
}

a:hover, a:focus {
	color: #3e454b;
	text-decoration: none;
	cursor: pointer;
}

a[href^="tel"] {
	color: inherit;
}

h4, h5, h6 {
	font-size: 14px;
	line-height: 1.42857143;
	margin: 0;
}

p {
	margin-bottom: 0;
}

ul, ol {
	padding: 0;
	margin-bottom: 0;
	list-style: none;
}

.input-text, .input-button, input[type="submit"], select {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 16px;
	line-height: normal;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

.input-text {
	background: none;
}

select::-ms-expand {
	display: none;
}

#wrap {
	position: relative;
	width: 100%;
	z-index: 1;
}

#wrap2 {
	position: relative;
	width: 100%;
}

/*****************************************
*                 header                 *
*****************************************/

#header {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 3;
}

.navbar {
	position: relative;
	height: 100%;
	min-height: 0;
	margin: 0;
	border-radius: 0;
}

.navbar-default {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	background: #ffffff;
}

.navbar-default:after {
	content: '';
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: rgb(255, 255, 255);
	background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
	pointer-events: none;
}

.navbar-header {
	position: relative;
	height: 70px;
	z-index: 2;
}

.navbar-brand {
	width: 97px;
	height: 50px;
	padding: 0;
	margin: 13px 0 0 20px;
	background: url(../images/common/navbar-brand.svg) center center no-repeat;
	background-size: 77px 33px;
}

.navbar-toggler {
	/* display: inline-block; */
	display: block;
	float: right;
	width: 50px;
	height: 50px;
	margin: 13px 10px 0 0;
	/* background: url(../images/common/navbar-toggler.svg) center center no-repeat;
	background-size: 28px 30px; */
}

.navbar-toggler div {
	pointer-events: none;
}

.navbar-toggler canvas {
	width: 100%;
	height: auto;
}

/*****************************************
*                  main                  *
*****************************************/

#main {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.fixed-footer #content {
	/* padding-bottom: 127.5px; */
}

.box {
	position: relative;
}

.box-title {
	position: relative;
	text-align: center;
}

.box-content {
	position: relative;
}

#banner {
	font-size: 0;
	text-align: center;
	overflow: hidden;
}

#banner:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}

#banner .caption {
	position: relative;
	display: inline-block;
	color: #ffffff;
	font-size: 70px;
	margin: 0;
	vertical-align: middle;
}

/*****************************************
*                 footer                 *
*****************************************/

#footer {
	position: relative;
	width: 100%;
	font-size: 13px;
	/* overflow: hidden; */
	/* transition: .15s transition; */
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 2;
}

.fixed-footer #footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: bottom .3s ease-out;
	-moz-transition: bottom .3s ease-out;
	-ms-transition: bottom .3s ease-out;
	-o-transition: bottom .3s ease-out;
	transition: bottom .3s ease-out;
}

.fixed-footer.footer-show #footer {
	bottom: 60px;
}

#footer .container,
#footer .container-fluid {
	position: relative;
	/* padding: 5px 30px 120px; */
	/* padding: 5px 30px 45px; */
	padding: 5px 30px 50px;
	background-color: #f2eee9;
	z-index: 2;
}

#footer.show-cookie-policy .container,
#footer.show-cookie-policy .container-fluid {
	/* margin-top: -55px; */
} 

#footer #cookie-policy {
	position: absolute;
	top: 60px;
	width: 100%;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	display: none;
	color: #ffffff;
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	margin-top: 0;
	padding-top: 25px;
	padding-bottom: 90px;
	word-break: break-all;
	background: rgba(62, 69, 75, 0.9);
	z-index: 1;
}

#footer.show-cookie-policy #cookie-policy {
	display: block;
}

#footer #cookie-policy .row > div {padding: 0;}
#footer #cookie-policy p {
	/* font-weight: 300; */
	line-height: 1.7;
	text-align: justify;
	margin-bottom: 12.5px;
}

#footer .row {
	margin: 0;
}

#footer .row-header {
	padding: 5px 0;
	/* margin-top: 15px; */
    margin-top: 10px;
    margin-bottom: 5px;
	/* -webkit-transition: .1s margin;
	-moz-transition: .1s margin;
	-ms-transition: .1s margin;
	-o-transition: .1s margin;
	transition: .1s margin; */
}

.fixed-footer #footer .row-header {
	margin-top: 10px;
	margin-bottom: 5px;
}

#footer .row-header > div {
	padding: 0;
}

#footer .row-header .logo {
	width: 56px;
	margin-top: 1px;
}

#footer .btn-backToTop {
	display: block;
	width: 20px;
	height: 12.5px;
	font-size: 0;
	text-indent: -5000px;
	margin: 7px auto 0;
	background: url(../images/common/back-to-top.svg) 0 0 no-repeat;
	background-size: contain;
}

.languages-picker-list {
	font-size: 0;
	text-align: right;
}

.languages-picker-list li {
	display: inline-block;
	margin-left: 2px;
	opacity: 0.3;
}

.languages-picker-list li.current {
	opacity: 1;
}

.languages-picker-list li a {
	display: block;
	width: 26px;
	height: 26px;
	color: #ffffff;
	font-size: 12px;
	text-align: center;
	line-height: 22px;
	background: #3e454b;
	border: #ffffff 2px solid;
	border-radius: 50%;
}

#footer .box {
	padding: 15px 0;
}

#footer .box-title {
	color: #996a4e;
	font-size: 13px;
	font-weight: 500;
	text-shadow: rgba(153, 106, 78, 1) 0 0 0;
	padding: 2px 0 5px;
}

#footer .box-content {
	padding: 5px 0 0;
}

#footer .box-sitemap {padding: 0;}
.box-sitemap .group {
	border-top: #d8d4cf 1px solid;
}

.box-sitemap .group-title,
.box-sitemap .group-title a,
.box-sitemap #sitemap-others a {
	display: block;
	color: #996a4e;
	font-size: 14px;
	text-shadow: rgba(153, 106, 78, 1) 0 0 0;
}

.box-sitemap .group-title a {
	padding: 12px 0;
}

.box-sitemap .rounded-arrow,
.box-sitemap .rounded-collapse {
	float: right;
	margin-top: 1px;
}

.box-sitemap .group-content li:last-child {margin-bottom: 18px;}
.box-sitemap .group-content li a {
	display: block;
	font-size: 13px;
	text-indent: 25px;
	padding: 6px 0;
}

.box-sitemap .highlight:after {
	content: '';
	position: absolute;
	display: inline-block;
	width: 18px;
	height: 20px;
	margin-left: 2px;
	background: url(../images/common/navbar-toggler.svg) 0 0 no-repeat;
	background-size: contain;
}

.box-sitemap .group:last-child .group-title {
	display: none;
}

.box-sitemap #sitemap-others {}

.box-sitemap #sitemap-others li {
	margin-bottom: 0;
	border-bottom: #d8d4cf 1px solid;
}

.box-sitemap #sitemap-others a {
	font-size: 14px;
	font-weight: 500;
	text-indent: 0;
	padding: 12px 0;
}

#footer .box-latest-magazine {padding: 5px 0;}

#wrap #footer .box-latest-magazine .box-title {
	position: absolute;
	top: 21px;
	left: 50%;
	margin-left: 40px;
}

.box-latest-magazine img {
	/* width: 75px; */
	box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 3px, rgba(0, 0, 0, 0.1) 0px 0px 5px;
}

.box-latest-magazine .magazine {
	width: 70px;
	/* margin-right: 6px; */
}

.box-latest-magazine .extra_issue {
	position: absolute;
	top: 7px;
	left: 88px;
	width: 59px;
	margin-left: 0px;
}

#footer .box-sitemap .box-title,
#footer .box-latest-magazine .box-title {
	padding: 0;
	/* display: none; */
}

.box-latest-magazine .box-content {
	width: 260px;
	text-align: center;
	margin: 0 auto;
}

#footer .box-latest-magazine .box-content {
	padding-top: 13px;
	padding-bottom: 13px;
}

/*
.box-latest-magazine .box-content a {
	display: inline-block;
	margin-left: 25px;
}

.box-latest-magazine .box-content a > div {
	display: table-cell;
	vertical-align: middle;
}
*/

.box-latest-magazine .box-content > div {
	display: table-cell;
	vertical-align: top;
}

.box-latest-magazine .box-content .image {
	position: relative;
	width: 150px;
	padding-left: 10px;
	text-align: left;
}

.box-latest-magazine .box-content .info {
	text-align: left;
	line-height: 1.3;
	text-shadow: rgba(62, 62, 62, 1) 0 0 0;
	padding-top: 24px;
	/* padding: 0 15px; */
}

.box-latest-magazine .box-content .info a {
	display: inline-block;
	width: 100%;
	color: #3e454b;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: left;
	margin-top: 10px;
	margin-left: 20px;
}

.box-latest-magazine .box-content .info a i {
	display: inline-block;
	margin-top: -1px;
	margin-left: 7.5px;
}

.box-latest-magazine .box-content .info p {
	font-size: 12px;
	padding: 0 15px;
}

.box-latest-magazine .box-content .info p span {
	display: block;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transform-origin: left center;
	transform-origin: left center;
}

.box-latest-magazine .rounded-arrow {
	/* margin-top: 10px; */
	vertical-align: middle;
}

.box-social {
	border-top: #d8d4cf 1px solid;
}

.box-social .box-title h5 {
	font-size: 13px;
	font-weight: 400;
}

.box-social ul {
	font-size: 0;
	text-align: center;
}

.box-social li {
	display: inline-block;
	font-size: 20px;
	margin: 0 7.5px;
}

.box-social li .customize-icon.starlux {
	top: 1px;
	width: 22px;
	height: 17px;
	background-image: url(../images/common/box-social-starlux.svg);
}

.row-footer {
	font-size: 12px;
	text-align: center;
	padding-top: 10px;
	border-top: #d8d4cf 1px solid;
}

#footer .links {
	padding: 10px 0;
}

#footer .links li {
	display: inline;
	margin: 0 2.5px;
	padding: 20px 0;
}

#footer .links a {
	color: #3e454b;
	text-decoration: underline;
}

#footer .copyright {
	/* color: #c3bfbe; */
	color: #43434b;
	padding: 10px 0;
}

/*****************************************
*                   pop                  *
*****************************************/

#pop {
	display: none;
	z-index: 2;
	/* 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	min-height: 100%;
	z-index: 2;
*/
}

.pop-container {

	position: absolute;
	width: 100%;
	height: auto;
	min-height: 100%;

	display: -webkit-flex;
	display: -ms-flex;
	display: flex;

	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;

	background: rgba(255, 255, 255, 0.95);

}

/*****************************************
*                  modal                 *
*****************************************/

/*****************************************
*                  menu                  *
*****************************************/

#menu {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	min-height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 3;
	overflow: hidden;
}

.menu-header {
	height: 162px;
	padding: 30px 30px 35px;
	background: rgba(149, 102, 76, 0.9);
}

#menu .menu-header {
	opacity: 0;
	transform: translateX(100px);
	transition: .75s ease-out .1s;
}

#menu.menu-show .menu-header,
#menu.menu-show .menu-body,
#menu.menu-show .menu-body .item {
	opacity: 1;
	transform: translateX(0);
}

.menu-header .field-search {
	position: relative;
	height: 22px;
	font-size: 0;
	margin-top: 15px;
	padding: 15px 0 11px;
	vertical-align: top;
	border-bottom: #be9458 1px solid;
	box-sizing: content-box;
}

#menu .menu-header .field-search {
	margin-top: 15px;
	top: auto;
}

.menu-header .field-search input {height: 100%; vertical-align: top;}

.menu-header .field-search .input-text {
	width: 100%;
	color: #ffffff;
	font-size: 14px;
	font-weight: 300;
	padding: 0 38px 0 8px;
}

.menu-header .field-search .input-text:focus {outline: 0;}

.menu-header .field-search .input-button {
	position: absolute;
	top: 15px;
	right: 0;
	width: 30px;
	height: 22px;
	/* background: #95664c; */
	background: url(../images/common/icon-search.svg) center center no-repeat;
	background-size: 15px auto;
}

.menu-header .field-search .placeholder {
	top: 15px;
	left: 8px;
	color: #ffffff;
	font-size: 14px;
	line-height: 22px;
}

.menu-header .logo {
	visibility: hidden;
	width: 77px;
	height: 33px;
	background: url(../images/common/navbar-brand.svg) center center no-repeat;
	background-size: 77px 33px;
}

.menu-body {
	position: relative;
	min-height: calc(100vh - 162px);
	padding: 30px 30px 35px;
	background: rgba(255, 255, 255, 0.9);
	overflow: hidden;
	opacity: 0;
	transform: translateX(100px);
	transition: .75s ease-out .2s;
}

.menu-body::before {
	display: none;
	position: absolute;
	top: 170px;
	right: -80px;
	content: '';
	width: 191px;
	height: 287px;
	background: url(../images/common/menu-extra.svg) 0 0 no-repeat;
	background-size: contain;
	opacity: 0.5;
	pointer-events: none;
}

.menu-body .list {
	position: relative;
	padding: 5px 0 0 0;
}

.menu-body .item {
	font-weight: 500;
	line-height: 18px;
	opacity: 0;
	transform: translateX(100px);
	transition: .75s ease-out;
}

.menu-body .item i {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: scale(0.75);
	-moz-transform: scale(0.75);
	-ms-transform: scale(0.75);
	-o-transform: scale(0.75);
	transform: scale(0.75);
}

.menu-body .rclp-sm:before {height: 1px;}
.menu-body .rclp-sm:after {width: 1px;}

.menu-body .item a {
	display: block;
	color: #996a4e;
	line-height: 34px;
	padding-left: 18px;
}

.menu-body .item > a {
	text-transform: uppercase;
}

.menu-body .item a.current {
	color: #3e454b;
}

.menu-body .item a.current .rclp-stroke {
	border-color: #3e454b;
}

.menu-body .item a.current .rounded-collapse:before, .rounded-collapse:after {
	background: #3e454b;
}

.menu-body .item li:first-child {
	margin-top: 5px;
}

.menu-body .item li:last-child {
	margin-bottom: 23px;
}

.menu-body .item li a {
	color: #8b8f93;
	padding-left: 44px;
}

.menu-body .item li a:hover {
	color: #be9458;
}

.menu-body .item li a:after {
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-top: -1px;
	margin-left: 5px;
	border-radius: 50%;
	vertical-align: middle;
	border: #8b8f93 1px solid;
	background: url(../images/common/icon-arrow-right-grey.svg) center center no-repeat;
	background-size: 4px 6px;
}

.menu-body .item li a:hover:after {
	border-color: #be9458;
	background-image: url(../images/common/icon-arrow-right-gold.svg);
}

.menu-back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	cursor: pointer;
}

#menu .close {
	position: absolute;
	top: 32px;
	right: 30px;
	width: 28px;
	height: 28px;
	background: url(../images/common/icon-close.svg) center center no-repeat;
	background-size: 19px auto;
	opacity: 0.6;
}

/*****************************************
*                 loading                *
*****************************************/

/*****************************************
*             common settings            *
*****************************************/

.guideline {
	padding: 20px;
}

h3 {
	color: #5e2b28;
	font-size: 16px;
}

.guideline .sample {
	margin-bottom: 50px;
	/* padding: 25px; */
}

.guideline .sample li {
	line-height: 30px;
	margin: 10px 0;
}

.guideline i {
	display: inline-block;
	vertical-align: middle;
}

.guideline .note {
	color: #3e3e3e;
	font-weight: 500;
	margin-left: 10px;
	vertical-align: middle;
}

.category {margin-bottom: 16px;}

.category a {
	display: inline-block;
	color: #996a4e;
	font-size: 14px;
	font-weight: 500;
	line-height: 28px;
	text-transform: uppercase;
	border-bottom: #693936 1px solid;
}

.media {
	display: flex;
	/* flex-direction: column; */
	flex-direction: column-reverse;
	position: relative;
	margin-top: 0;
	margin-bottom: 25px;
	word-break: break-all;
}

.media.media-list {
	padding-right: 15px;
	padding-left: 15px;
}

.media-thumbnail {
	position: relative;
	order: 2;
}

.media-thumbnail a {
	position: relative;
	display: block;
}

.media-thumbnail img {
	display: block;
	width: 100%;
}

.media-thumbnail .btn-circle {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.media-body {
	width: auto;
	padding: 17px 0;
	order: 1;
}

.media-heading {
	height: 18px;
	color: #3e454b;
	font-size: 17px;
	font-weight: 600;
	line-height: 18px;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.media-body p {
	height: 40px;
	color: #656a6f;
	font-size: 14px;
	text-align: justify;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.corner {position: relative;}

.corner:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: #fff 1px solid;
	outline: none;
	box-sizing: border-box;
	z-index: 1;
}

.corner:after {
	position: absolute;
	content: '';
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.corner-lt:after {
	top: 0;
	left: 25px;
	width: 40px;
	height: 20px;
	background-image: url(../images/common/corner-lt.svg);
}

.corner-lb:after {
	bottom: 0;
	left: 25px;
	width: 40px;
	height: 20px;
	background-image: url(../images/common/corner-lb.svg);
}

.corner-right:after {
	top: 0;
	left: 25px;
	width: 40px;
	height: 20px;
	background-image: url(../images/common/corner-lt.svg);
}

.corner-top:after {
	top: 0;
	left: 25px;
	width: 40px;
	height: 20px;
	background-image: url(../images/common/corner-lt.svg);
}

.link {
	position: relative;
	margin: 20px 0;
	overflow: hidden;
}

.link-media {
	display: block;
	width: 100%;
	min-height: 100px;
}

.link-media-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 0;
}

.link-media-background .image {}

.link-media-main {
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	z-index: 1;
}

.link-media-main .text {
	position: relative;
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.link-media-main .text::before {
	content: '';
	position: absolute;
	width: 6px;
	height: 4px;
	background: url(../images/common/icon-arrow-top-white.svg) center center no-repeat;
	background-size: contain;
}

.btn, .btn-arrow, .btn-circle {
	position: relative;
	font-weight: 500;
	border-radius: 50px;
	/*	padding-top: 9px;*/
	/*	padding-bottom: 9px;*/
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 25px;
	padding-left: 25px;
	-webkit-transition: .35s all;
	-moz-transition: .35s all;
	-ms-transition: .35s all;
	-o-transition: .35s all;
	transition: .35s all;
}

.btn-arrow, .btn-circle {
	display: inline-block;
	/* font-size: 13px; */
	/* font-weight: 500; */
	text-align: left;
	line-height: 1.42857143;
	padding-right: 40px;
	padding-left: 15px;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.btn-circle {
	/*	width: 42px;*/
	/*	height: 42px;*/
	/* 暫時註解掉 */
	/* width: 25px;
	height: 25px; */
	width: 30px;
	height: 30px;
	padding: 0;
	border-radius: 50%;
	background-image: url(../images/common/icon-arrow-right-white.svg);
	background-position: center center;
	background-repeat: no-repeat;
	/* background-size: 10px 16px; */
	background-size: 6px 10px;
}

.btn-circle-stroke {
	background-image: url(../images/common/icon-arrow-right-black.svg);
}

.btn-arrow::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 12px;
	width: 10px;
	height: 16px;
	background: url(../images/common/icon-arrow-right-white.svg) 0 0 no-repeat;
	background-size: contain;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.btn-arrow-gray::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 12px;
	width: 10px;
	height: 16px;
	background: url(../images/common/icon-arrow-right-gray.svg) 0 0 no-repeat;
	background-size: contain;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.btn-arrow-gray::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 12px;
	width: 10px;
	height: 16px;
	background: url(../images/common/icon-arrow-right-gray.svg) 0 0 no-repeat;
	background-size: contain;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.btn-arrow-darkgray::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 12px;
	width: 10px;
	height: 16px;
	background: url(../images/common/back-to-top.svg) 0 0 no-repeat;
	background-size: contain;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: rotate(90deg) translateY(-50%);
}

.btn-arrow-stroke::after {
	background-image: url(../images/common/icon-arrow-right-black.svg);
}

/* .btn:hover, .btn:focus {opacity: 0.5;} */

.btn:active {
	box-shadow: none;
}

.btn-primary, .btn-arrow-primary, .btn-circle-primary, .btn-circle-sound, .btn-circle-sound-stroke-brown {
	color: #ffffff;
	/* border: #ffffff 2px solid; */
	border: #ffffff 1px solid;
	background-color: #be9458;
}

.btn-circle-sound-stroke-brown {
	border-color: #be9458;
	background-color: transparent;
}

.btn-circle-sound, .btn-circle-sound-stroke-brown {
	width: 26px;
	height: 26px;
	background-image: url(../images/common/icon-sound-play.svg);
	background-size: 14.5px auto;
}

.btn-circle-sound-stroke-brown {
	border-width: 1px;
	background-image: url(../images/common/icon-sound-play-brown.svg);
	background-size: 16px auto;
	box-shadow: rgba(182, 147, 83, 1) 0 0 1px;
}

.btn-circle-sound.playing, .btn-circle-sound-stroke-brown.playing {
	background-image: url(../images/common/icon-sound-pause.svg);
	background-size: 7px auto;
}

.btn-circle-sound-stroke-brown.playing {
	background-image: url(../images/common/icon-sound-pause-brown.svg);
	background-size: 8px auto;
}

.btn-circle-sound.playing::before, .btn-circle-sound.playing::after, .btn-circle-sound-stroke-brown.playing::before, .btn-circle-sound-stroke-brown.playing::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 26px;
	height: 26px;
	border: 1px solid #be9458;
	border-radius: 50%;
	opacity: 1;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-animation: rippleAnimation 1.1s ease-in infinite;
	animation: rippleAnimation 1.1s ease-in infinite;
	z-index: -1;
	pointer-events: none;
}

.btn-circle-sound.playing::after, .btn-circle-sound-stroke-brown.playing::after {
	-webkit-animation-delay: -0.33s;
	animation-delay: -0.33s;
}

@-webkit-keyframes rippleAnimation {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		border-color: transparent;
		-webkit-transform: translate(-50%, -50%) scale(1.9);
		transform: translate(-50%, -50%) scale(1.9);
	}
}

@keyframes rippleAnimation {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		border-color: transparent;
		-webkit-transform: translate(-50%, -50%) scale(1.9);
		transform: translate(-50%, -50%) scale(1.9);
	}
}

.btn-primary:hover, .btn-primary:active, .btn-primary:active:hover, .btn-primary:focus, .btn-arrow-primary:hover, .btn-arrow-primary:active, .btn-arrow-primary:active:hover, .btn-arrow-primary:focus, .btn-circle-primary:hover, .btn-circle-primary:active, .btn-circle-primary:active:hover, .btn-circle-primary:focus, .btn-circle-sound:hover, .btn-circle-sound:active, .btn-circle-sound:active:hover, .btn-circle-sound:focus {
	color: #ffffff;
	border-color: #ffffff;
	background-color: #996a4e;
}

.btn-circle-primary.translucent {
	background-color: rgba(190, 148, 88, 0.8);
}

.btn-circle-primary.translucent:hover, .btn-circle-primary.translucent:active, .btn-circle-primary.translucent:active:hover, .btn-circle-primary.translucent:focus {
	background-color: rgba(153, 106, 78, 0.8);
}

.btn-stroke, .btn-stroke:hover, .btn-stroke:active, .btn-stroke:active:hover, .btn-stroke:focus, .btn-arrow-stroke, .btn-arrow-stroke:hover, .btn-arrow-stroke:active, .btn-arrow-stroke:active:hover, .btn-arrow-stroke:focus, .btn-circle-stroke, .btn-circle-stroke:hover, .btn-circle-stroke:active, .btn-circle-stroke:active:hover, .btn-circle-stroke:focus, .btn-circle-stroke-brown, .btn-circle-stroke-brown:hover, .btn-circle-stroke-brown:active, .btn-circle-stroke-brown:active:hover, .btn-circle-stroke-brown:focus, .btn-circle-stroke-darkbrown{
	color: #000000;
	border: #000000 2px solid;
	background-color: transparent;
}

/* .btn-stroke, .btn-stroke:hover, .btn-stroke:active, .btn-stroke:active:hover, .btn-stroke:focus, .btn-arrow-stroke, .btn-arrow-stroke:hover, .btn-arrow-stroke:active, .btn-arrow-stroke:active:hover, .btn-arrow-stroke:focus, .btn-circle-stroke, .btn-circle-stroke:hover, .btn-circle-stroke:active, .btn-circle-stroke:active:hover, .btn-circle-stroke:focus, .btn-circle-stroke-brown, .btn-circle-stroke-brown:hover, .btn-circle-stroke-brown:active, .btn-circle-stroke-brown:active:hover, .btn-circle-stroke-brown:focus, .btn-circle-stroke-darkbrown, .btn-circle-stroke-darkbrown:hover, .btn-circle-stroke-darkbrown:active, .btn-circle-stroke-darkbrown:active:hover, .btn-circle-stroke-darkbrown:focus {
	color: #000000;
	border: #000000 2px solid;
	background-color: transparent;
} */

.btn-stroke-primary {
	color: #996a4e;
	border: #996a4e 2px solid;
	background-color: transparent;
}

.btn-stroke-lightprimary {
	color: #be9458;
	border: #be9458 2px solid;
	background-color: transparent;
}

.btn-circle-stroke-brown {
	border-color: #996a4e;
	background-image: url(../images/common/icon-arrow-right-brown.svg);
	opacity: 0.4;
}

.btn-circle-stroke-darkbrown {
	border-color: #996a4e;
	background-image: url(../images/common/icon-arrow-right-darkbrown.svg);
}

.btn-circle-stroke-gray, .btn-circle-stroke-gray:hover, .btn-circle-stroke-gray:active, .btn-circle-stroke-gray:active:hover, .btn-circle-stroke-gray:focus {
	color: #8f9397;
	background-image: url(../images/common/icon-arrow-right-gray.svg);
	border: 2px solid #969a9e;
	opacity: 1;
}

/* .btn-circle-stroke-brown:hover, .btn-circle-stroke-brown:active, .btn-circle-stroke-brown:active:hover, .btn-circle-stroke-brown:focus, .btn-circle-stroke-darkbrown:hover, .btn-circle-stroke-darkbrown:active, .btn-circle-stroke-darkbrown:active:hover, .btn-circle-stroke-darkbrown:focus {
	border-color: #8f9397;
	opacity: 1;
} */

.pagination {
	font-size: 0;
	margin: 0;
}

.pagination>li {
	display: inline-block;
	font-size: 14px;
}

.pagination>li::before {
	content: '...';
	float: left;
	color: #d6c3b8;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 2px;
}

.pagination>li.prev::before, .pagination>li.next::before, .pagination>li:nth-child(2)::before {
	content: none;
}

.pagination>li>a, .pagination>li>span {
	display: block;
	height: 32px;
	color: #996a4e;
	line-height: 18px;
	border: 0;
	padding: 6px 8px;
	margin-left: 0;
	background: none;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
	color: #996a4e;
	background: none;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	color: #3e454b;
	font-size: 18px;
	font-weight: 500;
	background: none;
}

.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
	background-color: transparent;
	border: none;
	opacity: 0.3;
	pointer-events: none;
}

.pagination>li:first-child>a, .pagination>li:first-child>span, .pagination>li:last-child>a, .pagination>li:last-child>span {
	border-radius: 0;
	padding-right: 10px;
	padding-left: 10px;
}

.pagination>li.prev span, .pagination>li.next span {
	display: block;
	width: 8px;
	height: 100%;
	background-position: 0 center;
	background-repeat: no-repeat;
	background-size: contain;
}

.pagination>li.prev span {
	background-image: url(../images/common/icon-arrow-left-darkbrown.svg);
}

.pagination>li.next span {
	background-image: url(../images/common/icon-arrow-right-darkbrown.svg);
}

.customize-icon {
	position: relative;
	display: inline-block;
	line-height: 1;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.rounded-lt {
	border-radius: 55px 0 0 0;
}

.rounded-lb {
	border-radius: 0 0 0 55px;
}

.rounded-rt {
	border-radius: 0 55px 0 0;
}

.rounded-rb {
	border-radius: 0 0 55px 0;
}

.rounded-arrow, .rounded-collapse {
	position: relative;
	display: block;
	border-style: solid;
	border-radius: 50%;
	background-position: 52.5% center;
	background-repeat: no-repeat;
}

.rounded-collapse {}

.rounded-collapse:before, .rounded-collapse:after {
	content: '';
	position: absolute;
	background: #b39b76;
}

.rounded-collapse:before, .rounded-collapse:after {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.rclp-sm:before {
	width: 8px;
	height: 2px;
}

.rclp-sm:after {
	width: 2px;
	height: 8px;
}

.rounded-collapse.expanded:after {
	display: none;
}

.rarw-stroke {
	border-color: #b39b76;
	background-image: url(../images/common/icon-arrow-right-lightbrown.svg);
}

.rclp-stroke {
	border-color: #b39b76;
}

.rarw-xs {
	width: 14px;
	height: 14px;
	border-width: 1px;
	background-size: 5px 6px;
}

.rarw-sm, .rclp-sm {
	width: 18px;
	height: 18px;
	border-width: 1px;
	background-size: 6px 8px;
}

.placeholder {
	position: absolute;
	font-weight: 300;
	font-style: italic;
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top;
	-webkit-transition: all .15s ease-out;
	-moz-transition: all .15s ease-out;
	-ms-transition: all .15s ease-out;
	-o-transition: all .15s ease-out;
	transition: all .15s ease-out;
	pointer-events: none;
}

.menu-header .field-hasValue .placeholder {
	color: #d6c3b8;
	-webkit-transform: translateY(-100%) scale(0.7);
	-moz-transform: translateY(-100%) scale(0.7);
	-ms-transform: translateY(-100%) scale(0.7);
	-o-transform: translateY(-100%) scale(0.7);
	transform: translateY(-100%) scale(0.7);
}

/*****************************************
*              media queries             *
*****************************************/

@media (min-width: 768px) {
	#header .navbar .container {
		width: 710px;
	}
	.navbar-header {
		float: none;
		height: 80px;
	}
	.navbar-brand {
		width: 137px;
		height: 58px;
		background-size: 112px 48px;
	}
	.navbar-toggler {
		margin-right: 0;
		margin-top: 15px;
	}
	.media {
		/* display: block; */
	}
	.media.media-list {
		display: table;
		table-layout: fixed;
		/* width: 100%; */
		/* padding-left: 0; */
	}
	.media-list {
		margin: 0 0 40px;
	}
	.media-list .media-body {
		display: table-cell;
		/* width: 700px; */
		/* padding: 20px 70px; */
		padding: 20px 35px;
		vertical-align: middle;
	}
	.media-list .category {
		margin-bottom: 22px;
	}
	.media-list .media-heading {
		height: 24px;
		font-size: 22px;
		font-weight: 800;
		line-height: 24px;
		margin-bottom: 15px;
	}
	.media-list .media-body p {
		height: auto;
		max-height: 104px;
		font-size: 16px;
		line-height: 26px;
		-webkit-line-clamp: 4;
	}
	.media-list .media-thumbnail {
		display: table-cell;
		width: 270px;
		height: 270px;
	}
	.mainarticleimg.corner-lt:after {
		left: 60px;
		width: 85px;
		height: 42px;
	}
	.corner-top:after {
		top: 0px;
		left: 60px;
		width: 85px;
		height: 42px;
		-webkit-transform-origin: left top;
		-moz-transform-origin: left top;
		-ms-transform-origin: left top;
		-o-transform-origin: left top;
		transform-origin: left top;
	}
	.link-media-main .text {
		font-size: 24px;
		margin-bottom: 10px;
	}
	.link-media-main .text::before {
		width: 8px;
		height: 6px;
	}
	.btn, .btn-arrow, .btn-circle {
		padding: 9px 9px 9px 9px;
	}
	.btn-circle {
		width: 42px;
		height: 42px;
		background-size: 10px 16px;
	}
	.btn-primary, .btn-arrow-primary, .btn-circle-primary, .btn-circle-sound, .btn-circle-sound-stroke-brown {
		border-width: 2px;
	}
	.btn-circle-sound, .btn-circle-sound-stroke-brown {
		background-size: 24px auto;
	}
	.btn-circle-sound-stroke-brown {
		width: 38px;
		height: 38px;
		border-width: 2px;
		box-shadow: none;
	}
	.btn-circle-sound.playing, .btn-circle-sound-stroke-brown.playing {
		background-size: 12px auto;
	}
	.btn-circle-sound.playing::before, .btn-circle-sound.playing::after {
		width: 42px;
		height: 42px;
	}
	.btn-circle-sound-stroke-brown.playing::before, .btn-circle-sound-stroke-brown.playing::after {
		width: 38px;
		height: 38px;
	}

	#footer .container, #footer .container-fluid {
		padding-right: 85px;
		padding-bottom: 85px;
		padding-left: 85px;
	}
	
	#footer #cookie-policy {
		top: 72px;
		padding-top: 30px;
		padding-bottom: 106px;
	}
	
		#footer #cookie-policy .btn-primary {
		font-size: 16px;
		font-weight: 400;
		padding-right: 33px;
		padding-left: 33px;
	}
	#footer #cookie-policy p {
		font-size: 14px;
		letter-spacing: 1px;
		/* line-height: 1.6; */
			margin-bottom: 28px;
	}
.fixed-footer.footer-show #footer {
	bottom: 72px;
}

#footer .row-header,
.fixed-footer.footer-show #footer .row-header {
	margin-bottom: 10px;
}

#footer .row-header > div {
	height: 32px;
}

#footer .row-header .logo {
	width: 79px;
	height: 31px;
}

#footer .btn-backToTop {
	width: auto;
	height: auto;
	color: #996a4e;
	font-size: 14px;
	font-weight: 500;
	text-indent: 0;
	text-align: center;
	line-height: 26px;
	text-transform: uppercase;
	margin-top: 0;
	padding-top: 12px;
	background-image: url(../images/common/back-to-top-brown.svg);
	background-position: center 2px;
	background-size: 14px 9px;
}

.languages-picker-list li a {
	width: 33px;
	height: 33px;
	font-size: 14px;
	line-height: 30px;
}

.box-sitemap .group-title, .box-sitemap .group-title a, .box-sitemap #sitemap-others a {
	font-size: 16px;
	font-weight: 400;
}

.box-sitemap .group-title a,
.box-sitemap #sitemap-others a {
	padding: 15px 0;
}

.box-sitemap .group-content li a {
	font-size: 15.5px;
	text-indent: 45px;
	padding: 8px 0;
}

.box-sitemap .highlight:after {
	width: 22px;
	height: 24px;
	margin-top: -2px;
	margin-left: 3px;
}

.box-sitemap .rounded-arrow, .box-sitemap .rounded-collapse {
	width: 20px;
	height: 20px;
}

.box-sitemap .rclp-sm:before {
	width: 10px;
}

.box-sitemap .rclp-sm:after {
	height: 10px;
}

.box-sitemap .rarw-sm {
	background-size: 7px 10px;
}

#footer .box-latest-magazine {padding: 14px 0;}

#wrap #footer .box-latest-magazine .box-title {
	top: 43px;
    margin-left: 59px;
}
#wrap #footer .box-latest-magazine .box-title h5 {font-size: 16px;}
.box-latest-magazine .box-content {
	width: 340px;
}

#footer .box-latest-magazine .box-content {padding-bottom: 16px; padding-top: 16px;}

.box-latest-magazine .box-content .image {
	width: 196px;
	font-size: 0;
	padding-left: 12px;
}

.box-latest-magazine .magazine {
	width: 100px;
	margin-right: 10px;
}

.box-latest-magazine .extra_issue {
	width: 82px;
	top: 10px;
	left: 122px;
}

.box-latest-magazine .box-content .info {
	padding-left: 19px;
	padding-top: 42px;
}

.box-latest-magazine .box-content .info a {
	font-size: 15px;
	text-align: left;
	margin-bottom: 0;
	margin-left: 14px;
}

.box-latest-magazine .box-content .info a i {
	width: 20px;
	height: 20px;
	margin-top: -4px;
	background-size: 7px 10px;
}

.box-latest-magazine .box-content .info p {
	font-size: 14.5px;
	padding: 0;
}

.box-latest-magazine .box-content .info p span {
	font-size: 12px;
	-webkit-transform: none;
	transform: none;
}

#footer .box-social {
	padding-top: 25px;
	padding-bottom: 25px;
}

.box-social li {
	font-size: 24px;
}

.box-social li .customize-icon.starlux {
	top: 2px;
	width: 26px;
	height: 21px;
}

.box-social .box-title h5 {
	font-size: 16px;
}

.row-footer {
	font-size: 14px;
	padding-top: 15px;
}

#footer .copyright {
	padding: 15px 0;
}
	/*
.rounded-lt {
	border-radius: 100px 0 0 0;
}

#footer {
	font-size: 15px;
}

#footer #cookie-policy {
	top: 100px;
	font-size: 14px;
	font-weight: 300;
	padding-bottom: 135px;
}

#footer #cookie-policy p {margin-bottom: 28px;}

#footer #cookie-policy .btn-primary {
	font-size: 16px;
	font-weight: 400;
	padding-right: 30px;
	padding-left: 30px;
	line-height: 19px;
}

#footer .row-header {
	margin-top: 0;
	padding: 12.5px 0;
}
.fixed-footer #footer .row-header {
	margin-top: 3px;
	margin-bottom: 3px;
}
#footer .row-header .logo {
	width: 79px;
	height: 31px;
}

.languages-picker-list li a {
	width: 34px;
	height: 34px;
	font-size: 14px;
	line-height: 30px;
}

#footer .box {
	padding: 20px 0;
}

#footer .box-sitemap {
	padding: 0;
}

#footer .links li {
	margin: 0 5px;
}

#footer .container, #footer .container-fluid {
	padding-right: 90px;
	padding-left: 90px;
	padding-bottom: 85px;
}

#footer .row-header > div:nth-child(2) {text-align: center;}

#footer .btn-backToTop {
	display: inline-block;
	width: auto;
	height: auto;
	color: #996a4e;
	font-size: 14px;
	font-weight: 500;
	text-indent: 0;
	text-align: center;
	text-transform: uppercase;
	margin-top: 2px;
	padding-top: 12.5px;
	background-size: auto 10px;
	background-position: center top;
}

.box-sitemap .group-title a {
	padding-top: 15px;
	padding-bottom: 15px;
}

.box-sitemap .group-title, .box-sitemap .group-title a, .box-sitemap #sitemap-others a {
	font-size: 16px;
}

.box-sitemap .group-content li {
	margin: 1px 0;
}

.box-sitemap .group-content li:last-child {
	margin-bottom: 20px;
}

.box-sitemap .group-content li a {
	font-size: 16px;
	text-indent: 45px;
	padding: 7px 0;
}

.row-footer {
	font-size: 14px;
}

.box-latest-magazine img {
	width: 96px;
}

.box-latest-magazine .box-content .info {
	padding: 0 20px;
}

.box-social h5 {
	font-size: 16px;
}

.box-social li {
	font-size: 24px;
	margin: 0 10px;
}

.box-social li:nth-child(1) {
	margin: 0 6px;
}

.box-social li .customize-icon.starlux {
	top: 3px;
	width: 29px;
	height: 22px;
}

.rarw-sm, .rclp-sm {
	width: 22px;
	height: 22px;
	background-size: 6px 10px;
}

.rclp-sm:before {
	width: 10px;
}

.rclp-sm:after {
	height: 10px;
}
*/
	.menu-header {
		/* width: 75%; */
		height: auto;
		margin: 0 0 0 auto;
	}
	#menu .menu-header {
		width: 75%;
		padding: 75px 45px 75px 115px;
		border-radius: 0 0 0 115px;
	}
	.menu-header .logo {
		display: none;
	}
	.menu-header .field-search .input-text {
		font-size: 16px;
		padding-right: 40px;
	}
	.menu-header .field-search .placeholder {
		font-size: 16px;
	}
	#menu .close {
		right: 45px;
	}
	.menu-body {
		width: 75%;
		margin: 0 0 0 auto;
		padding: 70px 45px 70px 100px;
		border-radius: 115px 0 0 0;
	}
	.menu-body .item a {
		font-size: 16px;
		line-height: 40px;
	}
	.menu-body .item>a {
		line-height: 50px;
		font-size: 20px;
		padding-left: 15px;
	}
	.menu-body .item li a {
		padding-left: 55px;
	}
	.menu-body .item i {
		margin: -1px 0 0 5px;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	.menu-body .item li a:after {
		margin-left: 7.5px;
	}
}

@media (min-width: 1200px) {
	#header .navbar .container {
		width: 1170px;
	}
	h5 {
		font-size: 16px;
	}
	.rounded-lt {
		border-radius: 115px 0 0 0;
	}
	.rounded-lb {
		border-radius: 0 0 0 115px;
	}
	.rounded-rt {
		border-radius: 0 115px 0 0;
	}
	.rounded-rb {
		border-radius: 0 0 115px 0;
	}
	.corner-lt:after {
		left: 25px;
		width: 40px;
		height: 20px;
	}
	.corner-right:after {
		left: 238px;
		width: 40px;
		height: 25px;
		top: 30px;
		right: 0;
		transform: translate3d(0, 0, 0) rotate(90deg);
	}
	.corner-top:after {
		left: 25px;
		width: 40px;
		height: 20px;
	}
	.mainarticleimg.corner-lt:after {
		top: 145px;
		left: 0;
		width: 85px;
		height: 37px;
		-webkit-transform-origin: left top;
		-moz-transform-origin: left top;
		-ms-transform-origin: left top;
		-o-transform-origin: left top;
		transform-origin: left top;
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
	.corner-top:after {
		top: 0px;
		left: 60px;
		width: 85px;
		height: 42px;
		-webkit-transform-origin: left top;
		-moz-transform-origin: left top;
		-ms-transform-origin: left top;
		-o-transform-origin: left top;
		transform-origin: left top;
		/* -webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg); */
	}
	.media-list .media-body {
		padding-right: 70px;
		padding-left: 70px;
	}
	.link-media-main .text {
		font-size: 26px;
	}
	.link-media-main .text::before {
		width: 10px;
		height: 8px;
	}
	#footer .container,
	#footer .container-fluid {
		/* margin-top: -115px; */
	/* padding-right: 80px;
	padding-left: 80px; */
	padding-top: 0;
	padding-right: 140px;
	padding-bottom: 108px;
	padding-left: 140px;
	}
	#footer #cookie-policy {
		top: 115px;
	}
	#footer .row {
		max-width: 1110px;
		margin: 0 auto;
	}
#footer #cookie-policy {padding: 40px 140px 160px 140px;}
#footer #cookie-policy .row {display: table; width: 100%;}
#footer #cookie-policy .row > div {float: none; display: table-cell; vertical-align: middle;}
#footer #cookie-policy .row > div.col-lg-2 {text-align: right;}
	#footer #cookie-policy p {
		font-size: 14px;
		line-height: 1.7;
		margin-bottom: 0;
	}

	#footer .row-header {padding: 18px 0;}

	.fixed-footer.footer-show #footer .row-header {
			/* margin-top: -10px; */
		margin-top: 0;
		margin-bottom: 0;
	}
	.fixed-footer.footer-show #footer {
		bottom: 70px;
	}
	#footer .row-header > div {
		height: 34px;
	}
	#footer .row-header > div:nth-child(2) {text-align: center;}
	#footer .row-header .logo {width: 80px;}

	#footer .btn-backToTop {
		display: inline-block;
		width: auto;
		height: auto;
		color: #996a4e;
		font-size: 14px;
		font-weight: 500;
		text-indent: 0;
		text-align: center;
		text-transform: uppercase;
		margin-top: 2px;
		padding-top: 11.5px;
		background-size: auto 10px;
		background-position: center top;
	}
	.languages-picker-list li a {
		width: 34px;
		height: 34px;
		font-size: 14px;
		line-height: 30px;
	}
	#footer .row-body {
		font-size: 0;
		padding: 50px 0;
		border-top: #d8d4cf 1px solid;
	}
	#footer .box-content {
		padding-top: 0;
	}
	
	#footer .box-sitemap {
		width: 43.5%;
	}
	
	#footer .box-latest-magazine {
		width: 35%;
		text-align: center;
		/* padding: 2px 25px 2px; */
		/* padding: 2px 20px 50px 25px; */
		padding: 2px 20px 19px 25px;
		margin-top: 15px;
		border-right: #d8d4cf 1px solid;
		border-left: #d8d4cf 1px solid;
	}
	
	#footer .box-social {
		/*width: 258px; */
		width: 21.5%;
		float: right;
		border-top: 0;
		padding: 13px 0 7px;
	}
	
	#footer .box-latest-magazine .box-content {display: inline-block; width: auto; font-size: 14px; margin-top: 0; padding-top: 2px;}
	
	.box-latest-magazine .box-content a > div {
		vertical-align: top;
	}
	
	#footer .row-body .box {
		display: inline-block;
		font-size: 0;
		vertical-align: top;
	}

.box-sitemap .group {
	display: inline-block;
	/* width: 130px; */
	width: 31.25%;
	vertical-align: top;
	border-top: none;
}

.box-sitemap .group-title, .box-sitemap .group-title a, .box-sitemap #sitemap-others a {font-size: 16px;}
.box-sitemap #sitemap-others {padding-top: 3px;}
.box-sitemap #sitemap-others a {padding: 12px 0 0;}
.box-content .group-title i {display: none;}
.box-sitemap .group-content {padding-top: 2px;}
.box-sitemap .group-content li a {font-size: 14px; text-indent: 0; padding: 5px 0 1px;}

.box-sitemap .group-others {
	/* width: 155px; */
	width: 37.5%;
	padding-left: 15px;
}

	.box-sitemap .collapse {
		display: block!important;
		height: auto!important;
	}
	.box-sitemap .collapsing {
		display: block!important;
		height: auto!important;
		overflow: visible!important;
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
	}

	.box-sitemap #sitemap-others li {border-bottom: none;}

	.box-sitemap .rounded-arrow {
		float: none;
		display: inline-block;
		vertical-align: top;
		margin-top: 5px;
		margin-left: 3px;
	}
	.box-sitemap .rarw-sm {
		width: 14px;
		height: 14px;
		background-size: 5px 6px;
	}
#wrap #footer .box-latest-magazine .box-title {
	top: 0px;
    margin-left: 30px;
}

.box-latest-magazine .box-content .image {width: 132px;}
.box-latest-magazine .box-content .info {width: 126px; padding-left: 10px; vertical-align: top; padding-top: 32px;}
.box-latest-magazine .box-content .info a {
	font-size: 14px;
	line-height: 16px;
}
.box-latest-magazine .box-content .info p {
	line-height: 18px;
}
.box-latest-magazine img {width: 96px;}

.box-latest-magazine .magazine {
	width: 96px;
}
.box-latest-magazine .extra_issue {
	position: absolute;
	top: 54px;
	left: 55px;
	width: 78px;
}

.box-latest-magazine .box-content .info a i {
	width: 14px;
	height: 14px;
	margin-top: -2px;
	margin-left: 5px;
	background-size: 5px 6px;
}

.box-social .box-title, .box-social ul {text-align: right;}
#footer .box-social .box-content {margin-top: 17px;}
.box-social li {font-size: 21px;}
.box-social li:first-child {margin: 0 3px;}
.box-social li:last-child {margin-right: 0;}
.box-social li .customize-icon.starlux {
	width: 24px;
	height: 20px;
}

	#footer .row-footer {
		font-size: 14px;
		padding-top: 12px;
	}

	#footer .links {float: left; margin-top: 5px;}
	#footer .links li {
		padding: 17px 0;
	}
	
		#footer .copyright {
		float: right;
	}
	#menu {
		background: rgba(0, 0, 0, 0.4);
	}
	.menu-header {
		width: 37.5%;
		height: auto;
		margin: 0 0 0 auto;
		padding: 75px 90px 75px;
	}
	#menu .menu-header {
		width: 37.5%;
		padding: 75px 45px 45px 75px;
	}
	.menu-header .field-search {
		max-width: 460px;
		height: 54px;
		padding: 0;
		margin-top: 0;
	}
	#menu .menu-header .field-search {
		max-width: none;
	}
	.menu-header .field-search .input-text {
		padding-right: 60px;
	}
	.menu-header .field-search .input-button {
		top: 0;
		width: 60px;
		height: 100%;
	}
	.menu-header .field-search .placeholder {
		top: 16px;
		/* font-size: 18px; */
	}
	.field-hasValue .placeholder {
		-webkit-transform: translateY(-150%) scale(0.7);
		-moz-transform: translateY(-150%) scale(0.7);
		-ms-transform: translateY(-150%) scale(0.7);
		-o-transform: translateY(-150%) scale(0.7);
		transform: translateY(-150%) scale(0.7);
	}
	.menu-body {
		width: 37.5%;
		margin: 0 0 0 auto;
		padding: 55px 55px 70px;
	}
	.menu-body::before {
		top: 305px;
		right: auto;
		left: 290px;
		width: 228px;
		height: 343px;
		opacity: 0.5;
	}
	.menu-body .item li:first-child {
		margin-top: 6px;
	}
	.menu-body .item li:last-child {
		margin-bottom: 25px;
	}
	.menu-body .item a {
		font-size: 16px;
		line-height: 38px;
		padding-left: 20px;
	}
	.menu-body .item li a {
		padding-left: 66px;
	}
	.menu-body .item li a:after {
		width: 14px;
		height: 14px;
		margin-top: -2px;
		margin-left: 10px;
	}

	.menu-body .item > a {
		line-height: 45px;
		font-size: 20px;
	}
	
	#menu .close {top: 26px; right: 60px;}
	
		.media-thumbnail a {
		background-color: #000000;
	}
	.media-thumbnail a img {
		transition: opacity .35s;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.media-thumbnail a:hover img {
		opacity: 0.9;
	}
	.link-media {
		background: #000000;
	}
	.link-media .link-media-background {
		-webkit-transition: opacity .35s;
		transition: opacity .35s;
	}
	.link-media:hover .link-media-background {
		opacity: 0.9;
	}
	.link-media:hover .btn-circle-primary.translucent, .media-thumbnail a:hover .btn-circle-primary.translucent, .media-thumbnail:hover>.btn-circle-primary.translucent, .mainarticle:hover>.group>.btn-circle-primary.translucent {
		background-color: rgba(153, 106, 78, 0.8);
		pointer-events: none;
	}
}

@media (min-width: 1800px) {

/* #footer .box-sitemap {
	width: 44%;
} */

#wrap #footer .box-latest-magazine .box-title {
	margin-left: 54px;
}

.box-latest-magazine .box-content .image {
	width: 160px;
}

.box-latest-magazine .extra_issue {
	left: 88px;
}

.box-latest-magazine .box-content .info {
	width: 134px;
	padding-left: 25px;
}

	.menu-header {
		width: 50%;
		height: auto;
		margin: 0 0 0 auto;
		padding: 75px 90px 75px;
	}
	#menu .menu-header {
		width: 50%;
		padding: 75px 90px 75px;
	}
	#menu .menu-header .field-search.field {
		left: auto;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	.menu-header .field-search {
		max-width: 460px;
		height: 64px;
		padding: 0;
		margin-top: 0;
	}
	#menu .menu-header .field-search {
		max-width: 460px;
	}
	.menu-header .field-search .input-text {
		font-size: 18px;
		padding-right: 40px;
	}
	.menu-header .field-search .input-button {
		top: 0;
		width: 40px;
		height: 100%;
	}
	.menu-header .field-search .placeholder {
		top: 21px;
		font-size: 18px;
	}
	.field-hasValue .placeholder {
		-webkit-transform: translateY(-150%) scale(0.7);
		-moz-transform: translateY(-150%) scale(0.7);
		-ms-transform: translateY(-150%) scale(0.7);
		-o-transform: translateY(-150%) scale(0.7);
		transform: translateY(-150%) scale(0.7);
	}
	.menu-body {
		width: 50%;
		margin: 0 0 0 auto;
		padding: 70px 70px 70px;
	}
	.menu-body::before {
		top: 308px;
		right: auto;
		left: 400px;
		width: 416px;
		height: 625px;
		opacity: 0.3;
	}
	.menu-body .item li:first-child {
		margin-top: 16px;
	}
	.menu-body .item li:last-child {
		margin-bottom: 60px;
	}
	.menu-body .item a {
		font-size: 18px;
		line-height: 40px;
		padding-left: 20px;
	}
	.menu-body .item li a {
		padding-left: 66px;
	}
	.menu-body .item li a:after {
		width: 14px;
		height: 14px;
		margin-top: -2px;
		margin-left: 10px;
	}
	.menu-body .item>a {
		line-height: 64px;
		font-size: 22px;
	}
	#menu .close {right: auto; left: 516px;}

	#footer #cookie-policy {padding: 40px 140px 155px 140px;}
	#footer #cookie-policy p {
		width: 826px;
	}
	
	
	}