<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
*:focus {outline:none;}
html {overflow:auto; height:100%; color:#000;}
html {font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,figure,figcaption{margin:0;padding:0}
fieldset,img{border:0}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
table{border-collapse:collapse;border-spacing:0;vertical-align: top;}
caption, th, td {font-weight: normal; vertical-align: top; }
abbr,acronym{border:0;font-variant:normal}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section {display:block}
img {vertical-align:middle;}
main {display:block;/* for IE */}
li {list-style:none;}

/*==================================================
Body_Bace
==================================================*/
body {
	width: 100%;
	height: 100%;
	font-size: 14px;
	color: #333;
	background: #d6ccc2;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, sans-serif, monospace;
	word-wrap: break-word;
	-webkit-overflow-scrolling: touch;
}

/*------ link ------*/
a { color: #333; text-decoration: none;}
a:hover { transition: all .3s;}

.txt-kerning {
	font-feature-settings: "palt";
	font-style: normal;
	font-family: "游ゴシック";
}
sup {font-size: .8em;}

/*==================================================
#loader
==================================================*/
#loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #d6ccc2;
	z-index: 9999;
}
#loader .loader-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	-webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
}
#loader .txt {
	position: absolute;
	top: 50%;
	left: 50%;
	line-height: 100%;
	color: #fff;
	font-size: 10px;
	font-family: 'Calibre-Regular';
	letter-spacing: 0.2em;
	-webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
}
#loader .img-circle {
	-webkit-animation: spin 1.5s linear infinite;
	-moz-animation: spin 1.5s linear infinite;
	-ms-animation: spin 1.5s linear infinite;
	-o-animation: spin 1.5s linear infinite;
	animation: spin 1.5s linear infinite;
}
	@-webkit-keyframes spin {
		0% {-webkit-transform: rotate(0deg);}
		100% {-webkit-transform: rotate(360deg);}
	}
	@-moz-keyframes spin {
		0% {-moz-transform: rotate(0deg);}
		100% {-moz-transform: rotate(360deg);}
	}
	@-ms-keyframes spin {
		0% {-ms-transform: rotate(0deg);}
		100% {-ms-transform: rotate(360deg);}
	}
	@-o-keyframes spin {
		0% {-o-transform: rotate(0deg);}
		100% {-o-transform: rotate(360deg);}
	}
	@keyframes spin {
		0% {transform: rotate(0deg);}
		100% {transform: rotate(360deg);}
	}

/*=================================================
 pc : frame-layout
==================================================*/
#wrapper {
	overflow: hidden;
	position: relative;
	opacity:0;
}
#frame-main{
	position: relative;
	background-color:#d6ccc2;
}
#header .header{
	opacity:0;
}
body.init #header .header{
	opacity:1;
	-webkit-transition: opacity 0.5s ease 1.1s;
	-moz-transition: opacity 0.5s ease 1.1s;
	-o-transition: opacity 0.5s ease 1.1s;
	-ms-transition: opacity 0.5s ease 1.1s;
	transition: opacity 0.5s ease 1.1s;
}
#frame-main:before {
	display: block;
	position: absolute;
	top: 0;
	left: -140px;
	width: 140px;
	height: 100%;
	content: "";
	background: #fff;
}
	@media (min-width: 1px) and (max-width: 1000px) {
		#frame-main:before {
			width: 100px;
			left: -100px;
		}
	}
	@media (min-width: 751px) and (max-width: 9999px) {
		#header {
			position: relative;
			width: 140px;
			float: left;
			z-index: 10;
		}
		.header{
			width: 140px;
			position:fixed;

		}
		#frame-main {
			width: 100%;
			float: right;
			margin-right: -140px;
			padding-right: 140px;
			box-sizing: border-box;
		}
	}
	@media (min-width: 751px) and (max-width: 1000px) {
		#header .header,
		#header {
			width: 100px;
		}
		#frame-main {
			margin-right: -100px;
			padding-right: 100px;
		}
	}

/*=================================================
#header
==================================================*/
	@media (min-width: 1px) and (max-width: 750px) {
		#header {
			position: fixed;
			width: 100%;
			top: 0;
			left: 0;
			z-index: 200;
		}
		body.init #header .header {
			position:static;

			padding: 3.67% 0;
			-webkit-transition: background-color 0.4s ease 0s;
			-moz-transition: background-color 0.4s ease 0s;
			-o-transition: background-color 0.4s ease 0s;
			-ms-transition: background-color 0.4s ease 0s;
			transition: background-color 0.4s ease 0s;
		}
		body.init #header.fixed .header,
		body.init #header.tech-fixed .header {

			-webkit-transition: background-color 0.4s ease 0.05s;
			-moz-transition: background-color 0.4s ease 0.05s;
			-o-transition: background-color 0.4s ease 0.05s;
			-ms-transition: background-color 0.4s ease 0.05s;
			transition: background-color 0.4s ease 0.05s;
			background-color: #fff;
		}
		#header.tech-fixed .gnav {
			display: none !important;
		}
	}

/* logo */
#header .logo {
	display:block;
	width: 20px;
	padding: 0 0 0 5px;
	margin: 35px auto;
}
#header .logo a {
	overflow: hidden;
	display: block;
	position: relative;
	height: 140px;
	text-align: center;
	white-space: nowrap;
	text-indent: 100%;
	background: url(/the-citizen/caliber0100/images/logo02.svg) no-repeat 0 50%;
	background-size: contain;
}
#header .logo a:hover {
	opacity: 0.7;
}
	@media (min-width: 1px) and (max-width: 750px) {
		#header .logo {
			width: 33.25%;
			width: 36.5%;
			margin: 0 auto;
			padding: 0;
		}
		#header .logo a {
			height: auto;
			padding: 13.86% 0 0;
			margin: 0 auto;
			background: url(/the-citizen/caliber0100/images/logo.svg) no-repeat 0 50%;
			background-size: contain;
		}
		.technology #header .logo a {
			background: url(/the-citizen/caliber0100/images/logo_wt.svg) no-repeat 0 50%;
			background-size: contain;
		}
		.technology #header.tech-fixed .logo a {
			background: url(/the-citizen/caliber0100/images/logo.svg) no-repeat 0 50%;
			background-size: contain;
		}
	}

/* gnav */
#header .gnav li {
	text-align: center;
}
#header .gnav li +li {
	margin-top: 15px;
}
#header .gnav li a {
	position: relative;
	font-size: 13px;
	color: #8e8e8e;
	font-family: 'Calibre-Medium';
	letter-spacing: 0.08em;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
#header .gnav li a.current,
#header .gnav li a:hover {
	color: #494949;
}
#header .gnav li a:after {
	position: absolute;
	top: 0;
	left: -10px;
	content: '';
	width: 2px;
	height: 0;
	background: #2a2a2a;
	transition: .3s;
}
#header .gnav li a.current::after,
#header .gnav li a:hover::after {
	height: 100%;
}
	@media screen and (min-width: 751px) {/* for PC */
		#header .gnav li a {
			-webkit-writing-mode: vertical-rl;
			-ms-writing-mode: tb-rl;
			writing-mode: vertical-rl;
		}
	}
	@media (min-width: 1px) and (max-width: 750px) {
		#header #test {
			position: absolute;
			opacity:0;
			bottom: 9999px;
			left: 0;
			width: 100%;
			text-align: center;
			border-top: 1px solid #ccc;
			background: #ff0000;
			box-sizing:border-box;

			-webkit-transform: translate(0, 100%);
			transform: translate(0, 100%);
			-webkit-transition: bottom 0.01s ease 0.45s,opacity 0.4s ease 0s;
			-moz-transition: bottom 0.01s ease 0.45s,opacity 0.4s ease 0s;
			-o-transition: bottom 0.01s ease 0.45s,opacity 0.4s ease 0s;
			-ms-transition: bottom 0.01s ease 0.45s,opacity 0.4s ease 0s;
			transition: bottom 0.01s ease 0.45s,opacity 0.4s ease 0s;
			justify-content:center;
		}
		#header.tech-fixed #test,
		#header.fixed #test {
			bottom: 0px;
			opacity:1;
			-webkit-transition: bottom 0.01s ease 0s,opacity 0.4s ease 0.05s;
			-moz-transition: bottom 0.01s ease 0s,opacity 0.4s ease 0.05s;
			-o-transition: bottom 0.01s ease 0s,opacity 0.4s ease 0.05s;
			-ms-transition: bottom 0.01s ease 0s,opacity 0.4s ease 0.05s;
			transition: bottom 0.01s ease 0s,opacity 0.4s ease 0.05s;
		}
		#header .gnav {
			position: absolute;
			opacity:0;
			bottom: 9999px;
			left: 0;
			width: 100%;
			text-align: center;
			border-top: 1px solid #ccc;
			background: #fff;
			-webkit-transform: translate(0, 100%);
			transform: translate(0, 100%);
			-webkit-transition: bottom 0.01s ease 0.45s,opacity 0.4s ease 0s;
			-moz-transition: bottom 0.01s ease 0.45s,opacity 0.4s ease 0s;
			-o-transition: bottom 0.01s ease 0.45s,opacity 0.4s ease 0s;
			-ms-transition: bottom 0.01s ease 0.45s,opacity 0.4s ease 0s;
			transition: bottom 0.01s ease 0.45s,opacity 0.4s ease 0s;
			justify-content:center;
		}
		#header.tech-fixed .gnav,
		#header.fixed .gnav {
			bottom: 0px;
			opacity:1;
			-webkit-transition: bottom 0.01s ease 0s,opacity 0.4s ease 0.05s;
			-moz-transition: bottom 0.01s ease 0s,opacity 0.4s ease 0.05s;
			-o-transition: bottom 0.01s ease 0s,opacity 0.4s ease 0.05s;
			-ms-transition: bottom 0.01s ease 0s,opacity 0.4s ease 0.05s;
			transition: bottom 0.01s ease 0s,opacity 0.4s ease 0.05s;
		}
		#header #test ul:after {
			content: "";
			display: block;
			clear: both;
			height: 0;
			visibility: hidden;
		}
		#header .gnav ul:after {
			content: "";
			display: block;
			clear: both;
			height: 0;
			visibility: hidden;
		}
		#header .gnav li {
			display: block;
			float: left;
			width: 33.333%;
			padding: 0 3%;
			margin:0px;
			box-sizing: border-box;
		}
		#header .gnav li +li {
			padding: 0 3%;
			margin-top: 0;
		}
		#header .gnav li:nth-child(1) {
			text-align: right;
		}
		#header .gnav li:nth-child(3) {
			text-align: left;
		}
		#header .gnav li a {
			display: block;
			width:100%;
			padding:13% 0;
			box-sizing:border-box;
			font-size: 3.125vw;
			line-height: 100%;
		}
		#header .gnav li a::after {
			display:none;
		}
	}

/* logo-citizenn  */
#header .logo-citizen {
	display: block;
	width: 103px;
	margin: 0 auto;
}
#header .logo-citizen a {
	overflow: hidden;
	display: block;
	position: relative;
	height: 30px;
	text-align: center;
	white-space: nowrap;
	text-indent: 100%;
	background: url(/the-citizen/caliber0100/images/logo_citizen.svg) no-repeat 0 50%;
	background-size: contain;
}
#header .logo-citizen a:hover {
	opacity: 0.7;
}
	@media (min-width: 1px) and (max-width: 1000px) {
		#header .logo-citizen {
			max-width: 75%;
		}
		#header .logo-citizen a {
			height: auto;
			padding: 29% 0 0;
		}
	}
	@media (min-width: 1px) and (max-width: 750px) {
		#header .logo-citizen {
			position: absolute;
			top: 50%;
			right: 4.2%;
			width: 17.8%;
			-webkit-transform: translate(0, -50%);
			transform: translate(0, -50%);
		}
		#header .logo-citizen a {
			width: 100%;
		}
		.technology #header .logo-citizen a {
			background: url(/the-citizen/caliber0100/images/logo_citizen_wt.svg) no-repeat 0 50%;
			background-size: contain;
		}
		.technology #header.tech-fixed .logo-citizen a {
			background: url(/the-citizen/caliber0100/images/logo_citizen.svg) no-repeat 0 50%;
			background-size: contain;
		}
	}

/* header-bottom &gt; sns-share */
.header-bottom.bottomfixed {
	position:fixed;
	bottom: 77px;
	left: 18px;
}
	@media (min-width: 1px) and (max-width: 1000px) {
		.header-bottom.bottomfixed {
			left: 0;
		}
	}

#header .sns-share {
	margin: 65px 0 50px;
}
#header .sns-share li {
	position: relative;
	margin: 0 auto 20px;
}
#header .sns-share a {
	overflow: hidden;
	display:block;
	position: relative;
	white-space: nowrap;
	text-indent: 100%;
}
#header .sns-share li.facebook {
	width: 9px;
	height: 19px;
}
#header .sns-share li.twitter {
	width: 19px;
	height: 14px;
}
#header .sns-share li.line {
	width: 21px;
	height: 20px;
}
#header .sns-share li a:before,
#header .sns-share li a:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	transition: all .3s;
}
#header .sns-share li a:after {
	opacity: 0;
}
#header .sns-share li a:hover:after {
	opacity: 1;
}
#header .sns-share li.facebook a:before {
	background: url(/the-citizen/caliber0100/images/icn_facebook.svg) no-repeat 0 0;
	background-size: contain;
}
#header .sns-share li.facebook a:after {
	background: url(/the-citizen/caliber0100/images/icn_facebook_bk.svg) no-repeat 0 0;
	background-size: contain;
}
#header .sns-share li.twitter a:before {
	background: url(/the-citizen/caliber0100/images/icn_twitter.svg) no-repeat 0 0;
	background-size: contain;
}
#header .sns-share li.twitter a:after {
	background: url(/the-citizen/caliber0100/images/icn_twitter_bk.svg) no-repeat 0 0;
	background-size: contain;
}
#header .sns-share li.line a:before {
	background: url(/the-citizen/caliber0100/images/icn_line.svg) no-repeat 0 0;
	background-size: contain;
}
#header .sns-share li.line a:after {
	background: url(/the-citizen/caliber0100/images/icn_line_bk.svg) no-repeat 0 0;
	background-size: contain;
}
	@media (min-width: 1px) and (max-width: 750px) {
		#header .sns-share {
			display: none;
		}
	}

/* btn-back ( technology page only ) */
#header .btn-back {
	display: none;
	position: absolute;
	top: 50%;
	left: 2.3%;
	width: 9.8%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
#header .btn-back a {
	position: relative;
	display: block;
	padding: 10%;
	text-align: center;
}
#header .btn-back .icn {
	display: block;
	width: 60%;
	padding: 60% 0 0;
	margin: 0 auto;
	background: url(/the-citizen/caliber0100/images/icn_back_wt.svg) no-repeat 0 50%;
	background-size: contain;
}
#header .btn-back .txt {
	display: block;
	padding: 5% 0 0;
	color: #fff;
	letter-spacing: 0.03em;
	font-size: 2.5vw;
	font-family: 'Calibre-Medium';
}
#header.tech-fixed .btn-back .icn  {
	background: url(/the-citizen/caliber0100/images/icn_back.svg) no-repeat 0 50%;
	background-size: contain;
}
#header.tech-fixed .btn-back .txt {
	color: #404040;
}
	@media (min-width: 1px) and (max-width: 750px) {
		#header .btn-back {
			display: block;
		}
	}

/*=================================================
#footer
==================================================*/
#footer {
	padding: 83px 0 46px;
	text-align: center;
	color: #414141;
	background: #fff;
}
#footer a {
	color: #414141;
}
#footer .logo {
	margin: 0 0 45px;
}
#footer .logo img {
	width: 160px;
	height: 21px;
}
#footer .link-baselworld {
	margin: 0 0 65px;
}
#footer .link-baselworld a {
	position: relative;
	display: block;
	width: 240px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	font-family: 'Calibre-Medium';
	letter-spacing: 0.03em;
	border: 1px solid #333;
	transition: all .3s;
}
#footer .link-baselworld a:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 12px;
	height: 9px;
	content: "";
	background: url(/the-citizen/caliber0100/images/icn_link.svg) no-repeat 0 0;
	background-size: contain;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	transition: all .3s;
}
#footer .link-baselworld a:hover {
	color: #fff;
	background: #414141;
}
#footer .link-baselworld a:hover:after {
	background: url(/the-citizen/caliber0100/images/icn_link_wt.svg) no-repeat 0 0;
	background-size: contain;
}
#footer .footer-link {
	margin: 0 0 25px;
}
#footer .footer-link li {
	display: inline-block;
	margin: 0 8px;
	font-size: 14px;
	font-family: 'Calibre-Medium';
	letter-spacing: 0.08em;
}
#footer .footer-link li a {
	position: relative;
	display: block;
}
#footer .footer-link li a::after {
	position: absolute;
	bottom: -10px;
	left: 50%;
	content: '';
	width: 0;
	height: 2px;
	background: #404040;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#footer .footer-link li a:hover::after {
	width: 100%;
}
#footer .logo-citizen,
#footer .sns-share {
	display: none;
}
	@media (min-width: 1px) and (max-width: 750px) {
		#footer .logo-citizen,
		#footer .sns-share {
			display: block;
		}
		#footer .logo {
			display: none;
		}
		#footer .logo-citizen {
			width: 37.3%;
			margin: 0 auto 8.6%;
		}
		#footer .sns-share {
			margin: 0 0 11.0%;
		}
		#footer .sns-share li {
			position: relative;
			display: inline-block;
			margin: 0 2.5%;
			text-align: center;
		}
		#footer .sns-share a {
			display: block;
		}
		#footer .sns-share li.facebook {
			width: 2.65%;
		}
		#footer .sns-share li.twitter {
			width: 5.46%;
		}
		#footer .sns-share li.line {
			width: 5.46%;
		}
		#footer .sns-share li img {
			width: 100%;
		}
		#footer .link-baselworld {
			margin: 0;
		}
		#footer .link-baselworld a {
			width: 61%;
			padding: 4.5% 0;
			height: auto;
			line-height: 100%;
			font-size: 3.125vw;
		}
		#footer .link-baselworld a:after {
			width: 5%;
			height: auto;
			padding: 4% 0 0;
			right: 8%;
		}
		#footer .footer-link-wrap {
			position: relative;
			padding: 11% 0 0;
		}
		#footer .footer-link {
			margin: 0 0 6.25%;
		}
		#footer .footer-link li {
			font-size: 3.125vw;
		}
	}

/* copy */
#copy small {
	font-size: 12px;
	font-family: 'Calibre-Regular';
	letter-spacing: 0.02em;
}
#copy br {
	display: none;
}
	@media (min-width: 1px) and (max-width: 750px) {
		#copy br {
			display: block;
		}
		#copy {
			font-size: 2.18vw;
		}
	}

/*==================================================
modal
==================================================*/
#movie-modal {
	min-height:100%;
	height:100%;
	width:100%;
	background: #d6ccc2;
	overflow:hidden;
	display:block;
}
#movie-modal #modal-cont {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 1400px;
	width: 90%;
	padding-right: 80px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	box-sizing: border-box;
}
#movie-modal .txt-wrap {
	display: table-cell;
	width: 245px;
	vertical-align: middle;
	color: #fff;
}
#movie-modal .txt-wrap .txt01 {
	margin: 0 0 15px;
	font-size: 28px;
	font-family: 'Calibre-Medium';
	letter-spacing: 0.03em;
}
#movie-modal .txt-wrap .txt01 span {
	display: block;
	font-size: 15px;
}
#movie-modal .txt-wrap .txt02 {
	letter-spacing: 0.02em;
}
#movie-modal .txt-wrap .txt02 .en {
	font-size: 18px;
	font-family: 'Calibre-Medium';
}
#movie-modal .txt-wrap .txt02 .jp {
	font-size: 13px;
	font-weight: 700;
}
#movie-modal .iframe {
	position: relative;
	display: table-cell;
	width: 900px;
	padding: 52% 0 0;
	margin: 0 auto;
}
#movie-modal iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}
	@media (min-width: 1px) and (max-width: 1000px) {
		#movie-modal .txt-wrap {
			display: block;
			width: 100%;
			margin: 0 0 5%;
		}
		#movie-modal .iframe {
			display: block;
			width: 100%;
			padding: 52% 0 0;
		}
	}
	@media (min-width: 1px) and (max-width: 750px) {
		#movie-modal #modal-cont {
			width: 81.25%;
			padding-right: 0;
		}
		#movie-modal .txt-wrap .txt01 {
			margin: 0 0 3.5%;
			font-size: 6.56vw;
		}
		#movie-modal .txt-wrap .txt01 span {
			font-size: 3.43vw;
		}
		#movie-modal .txt-wrap .txt02 .en {
			font-size: 4.375vw;
		}
		#movie-modal .txt-wrap .txt02 .jp {
			font-size: 3.43vw;
		}
	}

/* btn-back */
	@media screen and (min-width: 751px) {/* fow PC */
		#movie-modal .btn-back {
			position: absolute;
			top: 50%;
			right: 30px;
			-webkit-transform: translate(0, -50%);
			transform: translate(0, -50%);
		}
		#movie-modal .btn-back a {
			position: relative;
			display: block;
			width: 60px;
			height: 60px;
			margin: 0 0 0 auto;
			content: "";
			background: #fff;
			border-radius: 50%;
			-webkit-border-radius: 50%;
			-moz-border-radius: 50%;
			transition: all .3s;
			-webkit-transform: rotateZ( 0deg ) ;
			transform: rotateZ( 0deg ) ;
		}
		#movie-modal .btn-back a:hover {
			background: #000;
			-webkit-transform: rotateZ( 360deg ) ;
			transform: rotateZ( 360deg ) ;
		}
		#movie-modal .btn-back a .icn {
			display: block;
			position: absolute;
			top: 50%;
			left: 50%;
			width: 16px;
			height: 16px;
			content: "";
			background: url(/the-citizen/caliber0100/images/icn_back.svg) no-repeat 0 50%;
			background-size: contain;
		 	-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
			 transition: all .3s;
		}
		#movie-modal .btn-back a:hover .icn {
			background: url(/the-citizen/caliber0100/images/icn_back_wt.svg) no-repeat 0 50%;
			background-size: contain;
		}
		#movie-modal .btn-back span {
			display: none;
		}
	}
	@media (min-width: 1px) and (max-width: 750px) {
		#movie-modal .btn-back {
			position: absolute;
			top: 0;
			left: 2.3%;
			width: 9.8%;
			margin: 2.5% 0 0;
		}
		#movie-modal .btn-back a {
			position: relative;
			display: block;
			padding: 10%;
			text-align: center;
		}
		#movie-modal .btn-back .icn {
			display: block;
			width: 60%;
			padding: 60% 0 0;
			margin: 0 auto;
			background: url(/the-citizen/caliber0100/images/icn_back.svg) no-repeat 0 50%;
			background-size: contain;
		}
		#movie-modal .btn-back .txt {
			display: block;
			padding: 5% 0 0;
			color: #404040;
			letter-spacing: 0.03em;
			font-size: 2.5vw;
			font-family: 'Calibre-Medium';
		}
	}

/*==================================================
font-fase
==================================================*/
.fontCalibre_l { font-family: 'Calibre-Light'; }
.fontCalibre_m { font-family: 'Calibre-Medium'; }
.fontCalibre_mi { 	font-family: 'Calibre-MediumItalic'; }
.fontCalibre_r { font-family: 'Calibre-Regular'; }
.fontCalibre_sb { font-family: 'Calibre-Semibold'; }
@font-face {
	font-family: 'Calibre-Light';
	src: url('/webfonts/calibre/CalibreWeb-Light.woff'), url('/webfonts/calibre/CalibreWeb-Light.eot');
}
@font-face {
	font-family: 'Calibre-Medium';
	src: url('/webfonts/calibre/CalibreWeb-Medium.woff'), url('/webfonts/calibre/CalibreWeb-Medium.eot');
}
@font-face {
	font-family: 'Calibre-MediumItalic';
	src: url('/webfonts/calibre/CalibreWeb-MediumItalic.woff'), url('/webfonts/calibre/CalibreWeb-MediumItalic.eot');
}
@font-face {
	font-family: 'Calibre-Regular';
	src: url('/webfonts/calibre/CalibreWeb-Regular.woff'), url('/webfonts/calibre/CalibreWeb-Regular.eot');
}
@font-face {
	font-family: 'Calibre-Semibold';
	src: url('/webfonts/calibre/CalibreWeb-Semibold.woff'), url('/webfonts/calibre/CalibreWeb-Semibold.eot');
}

/*==================================================
Slider ----- swiper
==================================================*/
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical &gt; .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow &gt; .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode &gt; .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal &gt; .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical &gt; .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal &gt; .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical &gt; .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical &gt; .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical &gt; .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical &gt; .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal &gt; .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal &gt; .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal &gt; .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl &gt; .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal &gt; .swiper-pagination-progressbar,
.swiper-container-vertical &gt; .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical &gt; .swiper-pagination-progressbar,
.swiper-container-horizontal &gt; .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal &gt; .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical &gt; .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container &gt; img,
.swiper-zoom-container &gt; svg,
.swiper-zoom-container &gt; canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/*==================================================
MYMODAL
==================================================*/
#mymodalwapper {
	overflow: hidden !important;
}
#mymodal #mymodalmask{
	overflow: hidden !important;
	overflow: auto;
	position: relative;
	padding: 0px;
	margin: 0px;
	width: 100%;
	max-width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
#mymodal #mymodalmask &gt; div{
	width:100%;
	height:100%;
}
#mymodal{
	position:fixed;
	z-index:6000;
	width:100%;
	height:100%;
	padding-bottom:1px;
	top:0px;
	left:0px;
	display:none;
}
#mymodal.nobg{
	background-color:none;
}
	@media screen and (max-width: 768px) {
			#mymodal #mymodalmask img{
				/*width: 100%;*/
			}
	}
	
#mymodalheader {
	position:fixed;
	z-index:6500;
	width:100%;
	top:0px;
	left:0px;
}
#mymodal_clickarea_top{
	position:fixed;
	z-index:6001;
	width:100%;
	top:0px;
	left:0px;
	bottom:auto;
	right:auto;
}
#mymodal_clickarea_bottom{
	position:fixed;
	z-index:6001;
	width:100%;
	top:auto;
	left:0px;
	bottom:0px;
	right:auto;
}
#mymodal_clickarea_right{
	position:fixed;
	z-index:6001;
	height:100%;
	top:0px;
	left:auto;
	bottom:auto;
	right:0px;
}
#mymodal_clickarea_left{
	position:fixed;
	z-index:6001;
	height:100%;
	top:0px;
	left:0px;
	bottom:auto;
	right:auto;
}
#mymodal_cont {
	z-index:6010;
	background:#ffffff;
	position:relative;
	top:5%;
	left:50%;
	width:90.625%;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	box-sizing:border-box;
	padding: 70px 6.59% 12.9% 6.59%;
}
#mymodal_cont img{
	width:100%;
}
#mymodal_cont figure{
	margin-bottom:20px;
}
#mymodal_cont p{
	line-height:200%;
}
#mymodal_cont .btn_close {
	position:absolute;
	top: 35px;
	right:13%;
}
.mymodal_noscroll{
	z-index:6100;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}

/*==================================================
clearfix
==================================================*/
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
</pre></body></html>