@font-face {
	font-family: BureauAgencyBold;
	font-weight: normal;
	font-style: normal;
	src: url("./fonts/BureauAgencyBold.eot");
	src: url("./fonts/BureauAgencyBold.eot?#iefix") format("embedded-opentype"),
	     url("./fonts/BureauAgencyBold.woff") format("woff"),
	     url("./fonts/BureauAgencyBold.ttf") format("truetype"),
	     url("./fonts/BureauAgencyBold.svg#BureauAgencyBold") format("svg");
}

a {
	text-decoration: none;
	outline:none;
}

a:active {
	 background-color: transparent; /*for IE9*/
}

.hidden {
	width: 0;
	height: 0;
	position: absolute;
	overflow: hidden;
}

html,body {
	min-height: 100%;
}

html {
	font-size: 62.5%;
	
}

@media screen and (max-width:768px) {
	html {
		font-size: 55%;
	}
}

body {
	background: #161616;
	color: #fff;
	font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN W3", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 1.6rem;
	line-height: 1.6;
	overflow: auto;
}

body.sb-active {
	overflow-x: hidden;
}

img {
	max-width: 100%;
	height: auto;
}

div.ga,
iframe[name="google_conversion_frame"],
img[height="1"] {
	position: absolute;
	height: 0;
	overflow: hidden;
}

h1 {
	text-align: center;
}

h2,
ul.nav {
	font-family: BureauAgencyBold;
	text-transform: uppercase;
}

div[off-canvas^="sb-left"] {
	background-color: #161616;
	background-image: url(images/nav_bg.png);
	background-position: center 45%;
	background-size: 80%;
	background-repeat: no-repeat;
}

div[canvas="container"] {
	margin-top: 44px;
	height: -webkit-calc( 100% - 44px );
	height: -moz-calc( 100% - 44px );
	height: calc( 100% - 44px );
	background-color: inherit;
}

.home div[canvas="container"] {
	margin-top: 0;
	height: 100%;
}

#sb-overlay {
	position: fixed;
	display: block;
	z-index: 10;
	top:0;
	left: 0;
	width: 0;
	height: 0;
	opacity: 0;
	background-color: rgba(0,0,0,.75);
}

.sb-active #sb-overlay {
	width: auto;
	height: auto;
	right: 0;
	bottom: 0;
	opacity: 1;	
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
  	margin: 0 auto -200px;
}

#wrapper:after {
	content: "";
	display: block;
	position: relative;
	width: 100%;
	height: 200px;
}

@media screen and (min-width:769px) {
	#wrapper {
	  	margin: 0 auto -180px;
	}	
	#wrapper:after {
		height: 180px;
	}
}

.home #wrapper {
	min-height: 0;
	margin: 0;
}

.home #wrapper:after {
	display: none;
}

#fnav {
	position: fixed;
	top:0;
	right: 0;
	left: 0;
	height: 44px;
}

.home #fnav {
	right: auto;
	width: 50%;	
}

#fnav-toggle {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 100;
	width: 44px;
	height: 44px;
	color: rgba(255,255,255,.8);
	cursor: pointer;
	-webkit-transition:0.1s ease-in-out;
	-moz-transition:0.1s ease-in-out;
	-ms-transition:0.1s ease-in-out;
	transition:0.1s ease-in-out;
}

.no-touch #fnav-toggle:hover {
	color: rgba(255,255,255,1);
}


#fnav-toggle::before {
	content: "\f0c9";
	position: relative;
	display: block;
	font-family: FontAwesome;
	font-size: 26px;
	line-height: 35px;
	width: 44px;
	height: 44px;
	text-align: center;
}

#fnav-toggle::after {
	content:"menu";
	position: absolute;
	display: block;
	bottom: 3px;
	left: 0;
	font-family: BureauAgencyBold;
	font-size: 12px;
	line-height: 1;
	text-transform: uppercase;
	width: 44px;
	text-align: center;
	letter-spacing: 1px;
}

@media screen and (min-width:769px) {
	
	#fnav-toggle {
		width: 96px;	
	}
	
	#fnav-toggle::before {
		line-height: 44px;
	}
	
	#fnav-toggle::after {
		left: 34px;
		font-size: 18px;
		height: 16px;
		top:0;
		bottom:0;
		margin: auto;
	}

}


#fnav-title {
	text-align: center;
	position: absolute;
	font-family: BureauAgencyBold;
	text-transform: uppercase;
	margin: 0;
	top:0;
	height: 44px;
	font-size: 30px;
	line-height: 46px;
	right: 0;
	left: 0;
	z-index: 99;
	cursor: default;
	background-color: rgba(16, 16, 16, 0.95);
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
}

.home #fnav-title {
	display: none;
}

.home #home {
	position: relative;
	min-height: 100vh;	
}

#home .header {
	position: relative;
	top:0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-image: url(../images/home_bg.jpg);
	background-position: center center;
	background-size: cover;
}

h1 {
	display: none;		
}

@media screen and (max-width:768px) {
	.home #home {
		min-height: 0;
	}
	
	#home .header {
		position: relative;
		width: 100%;
		/*padding-top: 120%;*/
		padding-top: 90%;
		height: 0;
	}
}



#home .header:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 20%;
	background: -moz-linear-gradient(top,  rgba(22,22,22,0) 0%, rgba(22,22,22,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(22,22,22,0)), color-stop(100%,rgba(22,22,22,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(22,22,22,0) 0%,rgba(22,22,22,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(22,22,22,0) 0%,rgba(22,22,22,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(22,22,22,0) 0%,rgba(22,22,22,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(22,22,22,0) 0%,rgba(22,22,22,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00161616', endColorstr='#161616',GradientType=0 ); /* IE6-9 */
}

ul.nav {
	display: block;
	list-style-type: none;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	font-size: 24px;
	text-align: center;
	line-height: 2em;
	
}

ul.nav a {
	color: #fff;
	text-decoration: none;
	display: block;
	font-weight: normal;
	letter-spacing: .01em;
}

ul#snav>li:first-child>a {
	padding-top: 74px;
	background-image: url(./images/tt.png);
	background-repeat: no-repeat;
	background-position: center 15px;
	background-size: 48px 51px;
} 

#nav-main {
	padding: 0 10px;
}

@media screen and (min-width:769px) {
	#nav-main {
		display: none;	
	}
}

#nav-main>ul {
	position: relative;
	z-index: 100;
	border-radius: 5px;
	margin: 0 auto;
	font-size: 26px;
	line-height: 44px;
	background-color: rgba(255,255,255,.067);
	max-width: 560px;
}

#nav-main>ul>li {
	display: block;
	border-bottom: 1px solid #161616;
}

#nav-main>ul>li:last-child {
	border-bottom: none !important;
}

#nav-main>ul>li:first-child {
	display: none;	
}

.home ul.nav a[href='#'],
.home ul.nav a[href='#home'],
.synopsis ul.nav a[href='#synopsis'],
.gallery ul.nav a[href='#gallery'],
.videos ul.nav a[href='#videos'] {
	color: #e71218;
}

ul.nav a[title='News'] {
	/*color: #fc0 !important;*/	
}

.content {
	position: relative;
	height:0px;
	overflow:hidden;
	opacity: 0;
}

.synopsis div[canvas="container"] {
	background-image:url(./images/home_blur_bg.jpg);
	background-size: cover;
	background-position: center center;
}

.fancybox-wrap .content,
.content.active {
	height: auto;
	overflow: auto;
	opacity: 1;
	
}

.content .title {
	display: none;
}

.content .subtitle {
	font-family: "ヒラギノ角ゴ ProN W6","Hiragino Kaku Gothic ProN W6", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	text-align: center;
	font-size: 2.1rem;
	margin: 1.5em 0 0 0;
	color: #ecb53b;
}

.content .text {
	padding: 10px;
	max-width: 800px;
	box-sizing: border-box;
	margin: 0 auto;
}

.content .text p {
	font-size: 1.6rem;
	letter-spacing: 0;
	line-height: 2em;
	margin: 1.5em 0 0 0;	
}

.content .text p:first-child {
	margin-top: 0;
}


/* footer
----------------------------------------------------- */


ul#social {
	position: fixed;
	right: 66px;
	top: 11px;
	display: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 0;
	line-height: 0;
	z-index: 1000;
}


.home ul#social {
	display: block;	
}

ul#social>li {
	display: inline-block;
	margin: 0 0 0 3px;
}


ul#social>li>a {
	display: block;
	position: relative;
	width: 22px;
	height: 22px;
	overflow: hidden;
	background-color: rgba(255, 255, 255, .25);
	color: rgba(255, 255, 255, 0.75);
	border-radius: 1px;
	text-indent: 120%;
	white-space: nowrap;
	-webkit-transition:0.1s ease-in-out;
	-moz-transition:0.1s ease-in-out;
	-ms-transition:0.1s ease-in-out;
	transition:0.1s ease-in-out;
	text-transform: uppercase;
}

ul#social>li>a:hover {
	color: #fff;	
}

ul#social>li>a:before {
	content: "";
	font-family: FontAwesome;
	font-size: 15px;
	line-height: 22px;
	
	text-indent: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.no-touch ul#social a[href*="facebook"]:hover {
	background-color: #3d5d98;
}

ul#social a[href*="facebook"]:before {
	content: "\f09a";
}

.no-touch ul#social a[href*="twitter"]:hover {
	background-color: #23b2eb;
}

ul#social a[href*="twitter"]:before {
	content: "\f099";
}

.no-touch ul#social a[href*="youtube"]:hover {
	background-color: #d22d26;
}

ul#social a[href*="youtube"]:before {
	content: "\f167";
}



ul#share-toggle {
	position: fixed;
	right: 11px;
	top: 11px;
	display: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 0;
	line-height: 0;
	z-index: 1000;
}

.home ul#share-toggle {
	display: block;	
}

ul#share-toggle>li {
	display: inline-block;
}

ul#share-toggle>li>a {
	text-align: center;
	display: inline-block;
	position: relative;
	background-color: rgba(255, 255, 255, .25);
	box-sizing: border-box;
	height: 22px;
	width: 52px;
	overflow: hidden;
	color: rgba(255, 255, 255, 0.75);
	border-radius: 2px;
	white-space: nowrap;
	font-family: BureauAgencyBold;
	font-size: 15px;

	line-height: 22px;
	overflow: hidden;
	-webkit-transition:0.1s ease-in-out;
	-moz-transition:0.1s ease-in-out;
	-ms-transition:0.1s ease-in-out;
	transition:0.1s ease-in-out;
	text-transform: uppercase;
}

ul#share-toggle>li>a:after {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	text-indent: 0;
	vertical-align: top;
	margin-left: .1em;
}


ul#share-toggle a[href^="#share"]:after {
	content: "\f1e0";
}

.no-touch ul#share-toggle a:hover {
	color: rgba(255, 255, 255, 1);
	background-color: rgba(255, 255, 255, .5);
}


#share {
	display: none;
	text-align: center;
	list-style-type: none;
	font-size: 0;
	line-height: 0;
	vertical-align: top;
	margin: 0;
	padding: 0;
	
}


#share>* {
	position: relative !important;
	display: inline-block;
	vertical-align: top !important;
	height: 20px !important;
	max-height: 20px !important;
	margin: 2px;
}

.twitter-share-button {
	width: 75px !important;
}

.fb-like {
	display: block;
}
.fb-like>span {
	min-width: 84px !important;
	vertical-align: top !important;
	overflow: hidden !important;
}

#___plusone_0,
#___plusone_0 iframe {
	width: 32px !important;
}


/* footer
----------------------------------------------------- */

#footer {
	position: relative;
	margin: 0;
	width: 100%;
	height: 200px;
	box-sizing: border-box;
	padding: 10px 0;
	text-align: center;
	font-size: 10px;
	z-index: 1000;
}

.home #footer {
	height: auto;
}

@media screen and (min-width:769px) {
	
	#footer {
		height: 180px;
	}
	
	.home #footer {
		position: absolute;
		bottom: 0;	
		margin: 0 auto;
	}
}

.footer__home {
	display: block;
	margin: 0 auto;
	background-image: url(./images/tt_date.png);
	background-size:cover;
	background-repeat: no-repeat;
	width: 170px;
	height: 137px;
	overflow: hidden;
}

.footer__home>a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: 120%;
	white-space: nowrap;
}

.home .footer__home {
	display: none;
}

#date {
	display: none;
	margin: 20px auto;
	line-height: 0;
	width: 300px;
	text-align: center;
}

@media screen and (min-width:769px) {
	#date {
		margin: 0 auto;
	}
}

.home #date {
	display: block;
}


ul.bnrs {
	display: none;
	margin: 0 auto;
	font-size: 0;
	line-height: 0;
	width: 320px;
	list-style-type: none;
	padding: 0;
	text-align: center;
}

ul.bnrs li {
	display: inline-block;
	margin: 3px;
	vertical-align: middle;
}

@media screen and (min-width:769px) {
	ul.bnrs {
		position: absolute;
		
	}
	
	ul.bnrs#bnrs-1 {
		width: 150px;
		left: 10px;
		bottom: 30px;
	}
	
	ul.bnrs#bnrs-3 {
		width: 120px;
		right: 20px;
		bottom: 62px;
	}

}

ul.bnrs a {
	display: inline-block;
	margin: 0 auto;	
}

.home ul.bnrs {
	display: block;
}




ul#terms {
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

ul#terms>li {
	display: inline;
}

ul#terms>li+li {
	margin-left: 8px;	
}

ul#terms a {
	display: inline-block;
	color:inherit;
	font-size: 10px;
	line-height: 1;
	text-decoration: none;
	color: rgba(255,255,255,.5);
	-webkit-transition:0.1s ease-in-out;
	-moz-transition:0.1s ease-in-out;
	-ms-transition:0.1s ease-in-out;
	transition:0.1s ease-in-out;
	text-transform: uppercase;

}

ul#terms a[href^="#credit"]::after {
	content: "▲";
	display: inline-block;
	margin-left: .2em;
	font-size: 8px;
	vertical-align: middle;
	color: rgba(255,255,255,.3);
	-webkit-transition:0.1s ease-in-out;
	-moz-transition:0.1s ease-in-out;
	-ms-transition:0.1s ease-in-out;
	transition:0.1s ease-in-out;
}
ul#terms a[href^="#credit"] {
	margin-right: 10px;
}

.no-touch ul#terms a:hover,
.no-touch ul#terms a:hover::after {
	color: rgba(255,255,255,1);
}

#copyright {
	margin: 10px 0 0 0;
	font-size: 10px;
	line-height: 1;
	text-transform: uppercase;
	color: rgba(255,255,255,.5);

}

#footer-bottom {
	
	transform: scale(0.9);
	text-align: center;
}

@media screen and (max-width:768px) {
	.home #footer-bottom {
		margin-top: 30px;
	}
}
	
@media screen and (min-width:769px) {
	
	ul#terms,
	#copyright {
		display: inline-block;
		
	}
	
	#copyright {
		margin-left: 10px;	
	}

}
/*@media screen and (min-width:769px) {
	
	ul#terms {
		position: absolute;
		margin: 0;
		right: 10px;
		bottom: 10px;
		transform: scale(0.8);
		transform-origin:right 0;
		
	}
	
	#copyright {
		position: absolute;
		margin: 0;
		left: 10px;
		bottom: 10px;
		transform: scale(0.9);
		transform-origin:0 0;
	}
}*/

/* synopsis
----------------------------------------------------- */

#synopsis .subtitle#introduction {
	color:#e71218;
}

#synopsis .imgs {
	display: block;
	font-size: 0;
	line-height: 0;
	margin: 20px 0;
}

#synopsis .imgs img {
	display: inline-block;
	box-sizing: border-box;
	padding: 0 1px 1px 0;
	max-width: 33.33%;
	margin: 0;
}

#synopsis .imgs img.m {
	width: 66.66%;
	max-width: 66.66%;
}


#synopsis .imgs img.l {
	width: 99.99%;
	max-width: 99.99%;
}



/* gallery
----------------------------------------------------- */

#gallery ul.bxslider li>span {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	padding-top: 66.66%;
}

#gallery ul.bxslider li img {
	position: absolute;
	  top: 0;
	  right: 0;
	  bottom: 0;
	  left: 0;
	  max-width: 100%;
	  max-height: 100%;
	  min-height: 100%;
	  margin: auto;	
}

#gallery ul.bxslider li img[class="small"] {
	min-height: 0;	
}

/* videos
----------------------------------------------------- */

#video-area {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	height: 0;
}

#video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#nav-video {
	width: 100%;
	margin: 5px auto 0 auto;
}

#nav-video ul {
	display: block;
	list-style-type: none;
	text-align: center;
	margin: 0 4px;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

#nav-video li {
	display: inline-block;
	margin: 4px;
}

#nav-video li button {
	font-size: 1.7rem;
	font-family: BureauAgencyBold;
	line-height: 1;
	background-color: rgba(51, 51, 51, 0.85);
	border:0;
	border-radius: 3px;
	margin: 0;
	padding: 5px;
	color: rgba(255, 255, 255, 0.85);
	cursor: pointer;
	-webkit-transition:0.1s ease-in-out;
	-moz-transition:0.1s ease-in-out;
	-ms-transition:0.1s ease-in-out;
	transition:0.1s ease-in-out;
	text-transform: uppercase;
}

.no-touch #nav-video li button:hover {
	background-color: rgba(75, 75, 75, 1);
}

#nav-video li button.current,
.no-touch #nav-video li button.current:hover {
	background-color: #e71218;
	color: #000;
	cursor: default;
}

#nav-video li button small {
	font-size: 1.0rem;
	text-transform: none;
}

/* credit
----------------------------------------------------- */


#credit p {
	margin: 0;
}


/* queryloader2 override
----------------------------------------------------- */

#qLpercentage {
	font-family: BureauAgencyBold,sans-serif !important;
	color: rgba(255,255,255,.75) !important;
	font-size: 21px !important;
	margin: -1.5em 0 0 0 !important;
	padding: 0 !important;
}

/* bxslider override
----------------------------------------------------- */

.bxslider {
	margin: 0;
	padding: 0;
}

.bx-wrapper {
	background-color: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	margin-bottom: 40px !important;
}

.bx-wrapper .bx-viewport {
    -moz-box-shadow: 0;
    -webkit-box-shadow: 0;
    box-shadow: 0 0 0 0;
    border: 0;
    left: 0;
    background: #000;
}

.bx-pager-item {
	width: auto !important;
	margin: 0 3px  !important;
}

.bx-pager {
	white-space: nowrap;
}

.bx-pager-link {
	margin: 0 !important;
	width: 8px !important;
	height: 8px !important;
	background-color: #333 !important;
	border: solid 5px #161616 !important;
	border-radius: 50% !important;
}

.bx-pager-link:hover {
	background-color: #666 !important;
}

.bx-pager-link.active {
	background-color: #e71218 !important;
}

.bx-prev,
.bx-next {
	background-image: none !important;
	background-color: rgba(66,66,66,.5) !important;
	width: 44px !important;
	height: 44px !important;
	margin-top: -22px !important;
	text-decoration: none !important;
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
}

.bx-prev:before,
.bx-next:before {
	position: absolute;
	left: 0;
	top:0;
	display: block;
	font-family: FontAwesome;
	color: rgba(255,255,255,.85);
	font-size: 44px;
	line-height: 42px;
	width: 100%;
	height: 100%;
	text-align: center;
	text-indent: 0;
}

.bx-prev:before {
	content: "\f104";
	text-indent: -5px;
}

.bx-next:before {
	content: "\f105";
	text-indent: 5px;
}

.bx-prev {
	left: 0px !important;
}

.bx-next {
	right: 0px !important;
}

.bx-viewport li {
	min-height: 1px; min-width: 1px;
}


/* fancybox override
----------------------------------------------------- */

.fancybox-skin {
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
	background-color: transparent !important;
	box-shadow: none !important;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.fancybox-overlay {
	overflow: auto;
	overflow-y: auto !important;
	background-color: rgba(15, 15, 15, 0.9);
	background-image: none !important;
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
}

.init .fancybox-overlay::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 15px;
	width: 150px;
	height: 121px;
	margin: 0 auto;
	background-size: contain;
	background-image: url(./images/tt_date.png);
	background-repeat: no-repeat;
	background-position: center center;
}


.fancybox-wrap {
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}

.fancybox-prev,
.fancybox-next {
	width: 44px !important;
	height: 44px !important;
	top:50% !important;
	margin-top: -22px !important;
	background-color: transparent;
}

.fancybox-prev {
	left: -44px !important;
}

.fancybox-next {
	right: -44px !important;
}

.fancybox-prev span,
.fancybox-next span {
	visibility: visible !important;
}

.fancybox-prev span {
	left: 5px !important;
}

.fancybox-next span {
	right: 5px !important;
}

.fancybox-close {
	position: fixed !important;
	width: 44px !important;
	height: 44px !important;
	background-image: none;
	text-decoration: none !important;
}

.fancybox-close {
	top: 0px !important;
	right: 0px !important;
}

.fancybox-close::before {
	content: "×";
	font-family: sans-serif;
	color: rgba(255,255,255,.85);
	display: inline-block;
	width: 44px;
	height: 44px;
	text-align: center;
	font-size: 48px;
	line-height: 44px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	-webkit-transition:0.1s ease-in-out;
	-moz-transition:0.1s ease-in-out;
	-ms-transition:0.1s ease-in-out;
	transition:0.1s ease-in-out;
}

.no-touch .fancybox-close:hover::before {
	color: rgba(255,255,255,1);
}

.fancybox-title a {
	color: #999;
}

.fancybox-title .child {
	background-color: transparent;
}

.fancybox-type-iframe .fancybox-inner{
    padding-top: 56.2%;
    height: 0 !important;
}

.fancybox-type-iframe .fancybox-inner .fancybox-iframe{ 
    position: absolute; 
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0;
    margin: auto;
}