
#social-feed-area {
    text-align: center;
    margin: 5px 10px;
}


/* ----------------------------------------------------
LOADING
---------------------------------------------------- */
#nprogress {
    pointer-events: none;
}

#nprogress .bar {
    background: #404045;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
}

#nprogress .peg {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #404045, 0 0 5px #404045;
    opacity: 1.0;
    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px);
}

#nprogress .spinner {
    display: block;
    position: fixed;
    z-index: 1031;
    top: 15px;
    right: 15px;
}

#nprogress .spinner-icon {
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    border: solid 2px transparent;
    border-top-color: #404045;
    border-left-color: #404045;
    border-radius: 50%;
    -webkit-animation: nprogress-spinner 400ms linear infinite;
    animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
    overflow: hidden;
    position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
    position: absolute;
}

@-webkit-keyframes nprogress-spinner {
    0%   { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes nprogress-spinner {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* ----------------------------------------------------
GENERAL STYLES
---------------------------------------------------- */
html {
    height: 100%;
    font-size: 100%;
}

body {
    color: #42210b;
    margin: 0;
    padding: 0;
    font-weight: 300;
    height: 100%;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 1.2rem;
	line-height: 2rem;
}

::-moz-selection {
    color: #fff;
    background: #404045;
    text-shadow: none;
}

::selection {
    color: #fff; 
    background: #404045;
    text-shadow: none;
}

h1, h2, h3, h4  {
    font-weight: 400;
    color: #404045;
    padding: 0;
}

h1 {
    font-size: 5rem;
    line-height: 5rem;
}

h2 {
    margin: 0 0 0.9rem;
    font-size: 2rem;
    line-height: 2rem;
    color: #404045;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

h3 {
    margin: 0 0 30px;
    font-size: 3rem;
    line-height: 1rem;
	font-family: 'Cormorant Garamond', serif;
	padding-top:0;
}

h4 {
    margin: 0 0 30px;
    font-size: 2rem;
    line-height: 3rem;
	color:#997a43;
}

h5 {
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.6rem;
}

h6 {
    margin: 10px 0;
    font-size: 1rem;
    line-height: 1.5rem;
}

p {
    margin-bottom: 1rem;
}

a	{
    color: #fefcf8;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #997a43;
    text-decoration: none;
}

img {
    max-width: 100%;
}

i, em   {
    font-style: italic;
    font-family: serif;
}

blockquote	{
    border: 0;
    padding-left: 60px;
    position: relative;
}

blockquote:before  {
    content: "";
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 2rem;
    color: #404045;
}


/* ----------------------------------------------------
MAIN IMAGE
---------------------------------------------------- */
#mainimage {
    width: 100%;
    height: 70%;
    position: relative;
    z-index: 1;
    text-align: center;
    background: url(../images/top_image.jpg) no-repeat center;
    background-size: cover;
    display: table;
    position: relative;
}

#logo   {
    margin: 0 auto;
	position: absolute;
    bottom: -90px;
    left: 50%;
    margin-left: -300px;
    width: 613px;
    height: 360px;
}



/* ----------------------------------------------------
CONTENT
---------------------------------------------------- */
#content {}

.navigator  {
    text-align: center;
    padding: 0 1rem;
	margin-bottom:80px;
}

.navigator img  {
    width: 70%;
}

.navigator h2 {
	background: url(../images/navigator_bg.png) no-repeat;
    background-position: center center;
    padding: 2rem;
    text-transform: none;
    color: #fff;
    margin: 0;
	font-size: 1rem;
	letter-spacing: 4px;
	font-weight:normal;
	line-height: 0.5rem;
}
.chris {
	margin-bottom:30px;
}

p.star {
	color: #997a43;
	letter-spacing: 6px;
	font-size:1rem;
}

.banner {margin: 3rem;}

.bg-light {
    background-color: #fefcf8;
}

section {
    position: relative;
    padding: 9rem 0 9rem;
}

.section-title  {
    padding: 8rem 4rem 4rem;
    text-transform: none;
    color: #353b44;
    margin-bottom: 0;
	font-size: 2rem;
	letter-spacing: 4px;
	font-weight:600;
	text-align: center;
}


.btn-call   {
    padding: 9px 18px;
    color: #a78b5e;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    display: inline-block;
    margin: 30px 0 0;
    border: 2px solid #a78b5e;
}

.btn-call:hover   {
    border-color: #f1f1ef;
    color: #f1f1ef;
	background-color:#1c2028;
}

.bg-dark .btn-call:hover   {
    border-color: #fff;
    color: #fff;
}

.equal-height-col.row   {
    display: table;
    margin: 0;
    padding: 0;
    width: 100%;
}

.equal-height-col [class*="col-"]  {
    display: table-cell;
    margin: 0;
    padding: 0;
    position: relative;
}


/* ----------------------------------------------------
FEATURED SECTION
---------------------------------------------------- */
#featured-section	{text-align: center;}

#featured-section	.section-title  {
	background: url(../images/title_bg.png) no-repeat;
	background-position: center center;
    padding: 4rem;
}
/* ----------------------------------------------------
GUEST SECTION
---------------------------------------------------- */
#guest-section   {
    background-color: #fff;
	text-align: center;
}

#guest-section .section-title  {
	background: url(../images/guest_title_bg.png) no-repeat;
    background-position: center center;
}

.guest {
	padding: 2rem;
}
.guest h2 {
	background: url(../images/guest_bg.png) no-repeat;
    background-position: center center;
    padding: 3.5rem 2rem 1rem;
    text-transform: none;
    margin: 0;
	font-size: 1.2rem;
	letter-spacing: 4px;
	font-weight:normal;
	line-height: 0.5rem;
	color:#997a43;
}
.guest p, .navigator p {
	font-size:1rem;
	line-height: 1rem;
	letter-spacing:normal;
}

/* ----------------------------------------------------
PRESENT SECTION
---------------------------------------------------- */
#present-section   {
    background-color: #353b44;
	text-align: center;
}

#present-section .section-title  {
	background: url(../images/present_title_bg.png) no-repeat;
    background-position: center center;
	color:#fff;
	padding-top: 10rem;
}

#present-section p {
	margin: 4rem;
	color:#fff;
}

.sub {
	font-size: 1rem;
	margin: 1rem;
}
/* ----------------------------------------------------
GALLERY SECTION
---------------------------------------------------- */
#gallery-section   {
    background-color: #fff;
}

#gallery-section .section-title  {
	background: url(../images/photo_title_bg.png) no-repeat;
    background-position: center center;
	color:#353b44;
	padding-top: 9rem;
}

#gallery-masonry    {
    margin: 0;
    padding: 0;
}


.masonry-item {
    position: relative;
    float: left;
    padding: 1rem;
    width: 25%;
}

.masonry-item.wide {
    width: 50%;
}

.masonry-item > a     {
    display: block;
    background-color: #fff;
}

.masonry-overlay {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    box-shadow: inset 0 0 18px rgba(0, 0, 0, 0.6);
}

.masonry-item a:hover .masonry-overlay {
    opacity: 1;
}

.masonry-item h4,
.masonry-item h3    {
    margin: 0;
}

.masonry-overlay .item-frame    {
    display: block;
    height: 100%;
}



/* ----------------------------------------------------
FORM
---------------------------------------------------- */

header {
	margin-top: 40px;
}
.formLogo {
	margin: 0 auto;
	text-align: center;
}
#form-section   {
    padding: 50px 0;
}
#form-section h3.section-title {
	padding:10px;
}

.icon-left  {
    float: left;
    color: #ea9044;
    font-size: 2.6rem;
    line-height: 3.3rem;
    width: 3.3rem;
    padding-right: 1rem;
}

.form-frame {
    background: #fff;
    padding: 0;
}

/*------------------------ form ------------------------*/


.form-inp {
    width: 100%;
    height: 45px;
    border: solid 1px #dfdfdf;
    font-size: 14px;
    padding-left: 10px;
    margin-bottom: 15px;
}
.form-inp2 {
    width: 30%;
    height: 45px;
    border: solid 1px #dfdfdf;
    font-size: 14px;
    padding-left: 10px;
    margin-bottom: 15px;
}
.form-inp3 {
    width: 50%;
    height: 45px;
    border: solid 1px #dfdfdf;
    font-size: 14px;
    padding-left: 10px;
    margin-bottom: 15px;
}

#formarea {margin: 20px;}

#formarea select{font-size:14px;}

#formarea textarea {
    width: 100%;
    border: solid 1px #dfdfdf;
    font-size: 14px;
    padding: 10px 0 0 10px;
    margin-bottom: 15px;
}

#formarea .formbox h3{color:#534741;;margin:0 0 30px;padding:5px 0;border-bottom:2px solid #534741;font-weight:bold;clear:both;font-size:18px}
#formarea .notice2{margin-left:170px;font-size:0.86em; }
#formarea .notice{background:#F7F4EC;margin:20px 0;padding:8px 10px;border-radius:5px;font-size:14px;}
.formbox #formarea .notice{margin-top:40px}
#formarea .notice strong{font-weight:normal}
#formarea .member-link a{display:inline-block;margin-right:15px;text-decoration:none;color:#997a43;}
#formarea .center-buttons{padding:30px 0 0;text-align:center}#formarea .center-buttons input{display:inline-block}

.but-big {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 12px 25px;
    display: inline-block;
    border: 0;
    background: #997a43;
    line-height: 21px;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
}

.but-big:hover {    
    background: #000;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    
}
/* ----------------------------------------------------
FOOTER
---------------------------------------------------- */
footer  {
    background-image: url(../images/footer_line.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: 100%;
    padding: 3rem 0 1rem;
	font-size:0.6rem;
}


/* ----------------------------------------------------
WAYPOINTS
---------------------------------------------------- */
.wp1, 
.wp2, 
.wp3, 
.wp4, 
.wp5, 
.wp6	{
    visibility: hidden;
}

.bounceInLeft, 
.bounceInRight, 
.fadeInUp, 
.fadeInUpDelay, 
.fadeInDown, 
.fadeInUpD, 
.fadeInLeft, 
.fadeInRight {
    visibility: visible;
}

.delay-05s {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}

.delay-1s {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}

.delay-15s {
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
}



/* ----------------------------------------------------
MAGNIFIC POPUP STYLES
---------------------------------------------------- */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.9;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-.list li {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #cccccc;
}

.mfp-preloader a:hover {
    color: white;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #404045;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black;
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

.mfp-.list li {
    line-height: 0;
}

.mfp-.list li:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444;
}

.mfp-.list li small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-.list li .list li {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 2rem;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 46px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-.list li {
    cursor: pointer;
}

/* ----------------------------------------------------
RETINA/HIDPI
---------------------------------------------------- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1024px) {
    #featured .lead   { 
        position: relative; 
        right: auto; 
        top: auto; 
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1024px) and (orientation: portrait) {
    .masonry-item {
        width: 50%;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 480px) {
    #mainimage   {
        height: 200px;
    }
    #logo   {
        width: 350px;
		position: absolute; 
        left: 83%; 
        top: 50%; 
    }
    .section-title	{
        font-size: 2rem;
    }
	#gallery-section .section-title {
		padding-top: 10rem;
		line-height: 2rem;
	}
	#present-section .section-title {
		padding-top: 11rem;
	}
	#guest-section .section-title {
		padding-top: 9rem;
	}
    .masonry-item {
        width: 100%;
    }
    footer	{
        text-align: left;
    }
}

/* ----------------------------------------------------
MEDIA QUERIES FOR FONT ROOT SIZE
---------------------------------------------------- */
@media (max-width: 62em)	{
    html	{
        font-size:15px;
    }
}
@media (max-width: 43.75em)	{
    html	{
        font-size:13px;
    }
}

/* ----------------------------------------------------
MEDIA QUERIES
---------------------------------------------------- */
@media screen and (max-width:1024px) {
    .equal-height-col.row	{
        display: block;
    }
    .equal-height-col.row [class*="col-"] {
        float: left;
        display: inline-block;
    }
    section	{
        position: relative;
        padding: 110px 0;
    }
    .wp1, .wp2, .wp3, .wp4, .wp5, .wp6,
    .wp7, .wp8, .wp9, .wp10, .wp11, .wp12,
    .wp13, .wp14, .wp15	{
        visibility: visible;
    }
    .bounceInLeft, 
    .bounceInRight, 
    .fadeInUp, 
    .fadeInUpDelay, 
    .fadeInDown, 
    .fadeInUpD, 
    .fadeInLeft, 
    .fadeInRight {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
    #mainimage	{
        background-attachment: scroll;
    }
    .masonry-item {
        width: 50%;
    }
}
@media screen and (max-width:1024px) {
    #featured .lead   { position: relative; right: auto; top: auto; }
}

/* ----------------------------------------------------
MEDIA QUERIES FOR MAGNIFIC POPUP PLUGIN
---------------------------------------------------- */
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-.list li:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-.list li small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}