/*  
kaorukikuchidesign-min.css
 */
 /***** reset *****/
html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,
address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,table {
	margin:0;
	padding:0;
	border:0;
	font:inherit;
	font-size:100%;
	vertical-align:baseline
}
caption {
	margin:0;
	padding:0;
	border:0;
	font:inherit;
	font-size:100%
}
tbody,tfoot,thead,tr {
	vertical-align:baseline
}
tbody,tfoot,thead,tr,th,td {
	margin:0;
	padding:0;
	border:0;
	font:inherit;
	font-size:100%
}
article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,
menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin:0;
	padding:0;
	border:0;
	font:inherit;
	font-size:100%;
	vertical-align:baseline
}
button{
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}
/* //////////////////////////////////////////
  base
//////////////////////////////////////////*/
html, body {
    margin: 0;
    padding: 0;
	height: 100%
}
html {
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}
body {
	color: #000;
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: .02em;
	text-align: center;
	font-family: "Avenir Next", Verdana, sans-serif
}
body#home {
    overflow: hidden;
}
ol,ul {
	list-style: none
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
h1, h2, p, pre {
	word-wrap: break-word
}
caption,th,td {
	text-align: left;
	font-weight: 400;
	vertical-align: middle
}
a {
	color: #cf2334;
	text-decoration: none
}
a img {
	border: none
}
article,aside,details,figcaption,figure,footer,header,hgroup,
menu,nav,section,summary {
	display: block
}
/* clearfix */
.cf:after {
	content: '';
	display: block;
	clear: both
}
/* //////////////////////////////////////////
  general
//////////////////////////////////////////*/
.pir::after {
	content: "";
	width: 100%;
    display: block;
    height: 100%;
	position: absolute;
    left: 0;
    top: 0;
	overflow: hidden;
	background-color: #000;
    transition: transform 0.8s cubic-bezier(0, 0.5, 0.3, 1) 2s;
    z-index: 10;
}
.pir.show::after {
    transform: translate3d(-100%, 0px, 0px);
	-webkit-transform: translate3d(-100%, 0, 0);
}
.pir-inner {
    -webkit-animation-duration:0.8s;
	 -ms-animation-duration:0.8s;
	 animation-duration:0.8s;
	 -webkit-animation-name: fadeInDown;
	 animation-name: fadeInDown;
}
.pir-text {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	color: #cf2334;
	font-size: 2.6em;
	letter-spacing: 1em;
	margin: auto;
	width: 100%;
	height: 80px;
	z-index: 9990
}
.pir-text.show {
    opacity: 0;
	display: block;
    transform: scale(0);
    transition-delay: 0s, 1.7s, 2.5s;
    transition-duration: 1.7s, 0.8s, 0s;
    visibility: hidden;
}
.pir-text span {
    display: inline-block;
    letter-spacing: 0;
    margin-right: 0.6em;
    opacity: 0;
    transform: scale(2);
    transition-duration: 0.5s;
    transition-property: transform, opacity
}
.pir.show .pir-text span {
	opacity: 1;
    transform: scale(1);
}
.pir.show .pir-text .ptf:nth-child(1) {
    transition-delay: 0.333s;
}
.pir.show .pir-text .ptf:nth-child(2) {
    transition-delay: 0.12s;
}
.pir.show .pir-text .ptf:nth-child(3) {
    transition-delay: 0.433s;
}
/***** loader *****/
#loader-module {
    width: 100%;
    height: 100%;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	z-index:1;
	overflow: hidden;
	position: absolute;
	z-index: 9980
}
#loader-module.pir::after {
	background-color: #fff!important
}
#loader {
	position: absolute;
	top: -10px;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 300px;
	height: 114px;
	z-index:9990
}
#loader > svg g {
    opacity: 0;
    transition-duration: 0.5s;
    transition-property: transform, opacity;
    transition-timing-function: cubic-bezier(0.6, 0, 0.3, 1);
}
#loader-module.show #loader > svg g {
	opacity: 1;
}
#loader-module.show #loader > svg g:nth-child(1) {
    transition-delay: 0.12s;
}
#loader-module.show #loader > svg g:nth-child(2) {
    transition-delay: 0.333s;
}
#loader-module.show #loader > svg g:nth-child(3) {
    transition-delay: 0.433s;
}


/* //////////////////////////////////////////
  l-master,  l-container,  l-contents
//////////////////////////////////////////*/
#l-master {
}
.l-contents {
}
.portfolio {
	margin: 0 0 80px 0
}



/* //////////////////////////////////////////
  header, footer
//////////////////////////////////////////*/
/*--- header ---*/
#header {
}
.h-logo {
	position: fixed;
	top: 57px;
	left: 45px;
	z-index: 8900
}
.h-logo > svg {
	fill: #fff
}
.m-trigger {
	position: fixed;
	top: 62px;
	right: 50px;
	display: block;
	width: 24px;
	z-index: 9960
}
.m-trigger, .m-trigger span {
	transition: all .4s;
	box-sizing: border-box;
}
.m-trigger span {
	display: block;
	height: 2px;
	width: 100%;
	background: #fff;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.m-trigger span:nth-of-type(2),
.m-trigger span:nth-of-type(3) {
	margin-top: 4px;
}
.open .m-trigger span:nth-of-type(1) {
	-webkit-transform: translateY(9px) translateX(0) rotate(45deg);
	-ms-transform: translateY(9px) translateX(0) rotate(45deg);
	transform: translateY(9px) translateX(0) rotate(45deg);
}
.open .m-trigger span:nth-of-type(2) {
	margin-top: 9px;
	opacity: 0;
	-webkit-transform: translateY(9px);
	-ms-transform: translateY(9px);
	transform: translateY(9px);
}
.open .m-trigger span:nth-of-type(3) {
	-webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
	-ms-transform: translateY(-9px) translateX(0) rotate(-45deg);
	transform: translateY(-9px) translateX(0) rotate(-45deg);
}
.m-trigger:hover span, .open .m-trigger span, .m-scroll .m-trigger:hover span {
	background: #cf2334
}
.m-trigger:hover span:nth-of-type(2) {
	width: 70%
}
.m-trigger:hover span:nth-of-type(3) {
	width: 35%
}
.open .m-trigger:hover span:nth-of-type(3) {
	width: auto
}
/*--- m-scroll ---*/
body#home.pp-viewing-3 .h-logo > svg,
.m-scroll > .h-logo > svg {
	fill: #000!important
}
body#home.pp-viewing-3 .m-trigger span,
.m-scroll .m-trigger span {
	background: #000
}
.m-nav {
    position: fixed;
    display: table;
    top: 0;
    right: 0;
    width: 30%;
    height: 100%;
    background: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
	z-index: 9000
}
.open .m-nav {
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: visible;
    opacity: 0.9
}
.fadeInDown, .open .m-nav ul {
	 -webkit-animation-fill-mode:both;
	 -ms-animation-fill-mode:both;
	 animation-fill-mode:both;
	 -webkit-animation-duration:0.8s;
	 -ms-animation-duration:0.8s;
	 animation-duration:0.8s;
	 -webkit-animation-name: fadeInRIGHT;
	 animation-name: fadeInRIGHT;
}
@-webkit-keyframes fadeInRIGHT {
	0% { opacity: 0; -webkit-transform: translateX(50px); }
	100% { opacity: 1; -webkit-transform: translateX(0); }
}
@keyframes fadeInRIGHT {
	0% { opacity: 0; -webkit-transform: translateX(50px); -ms-transform: translateX(50px); transform: translateX(50px); }
	100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
}
.m-nav ul {
	display: table-cell;
	vertical-align: middle;
	margin-top: -10px
}
.m-nav ul li a {
	position: relative;
	display: inline-block;
	color: #000;
	font-size: 15px;
	line-height: 4;
	font-weight: 600;
	letter-spacing: .1em;
	padding: 0 15px
}
.m-nav ul li a::before {
	content: '';
	position: absolute;
	bottom: 47%;
	left: 0px;
	width: 100%;
	height: 2px;
	background: #cf2334;
	display: block;
	-webkit-transform-origin: center top;
	-ms-transform-origin: center top;
	transform-origin: center top;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transition: transform 0.3s cubic-bezier(1, 0, 0, 1);
	transition: transform 0.3s cubic-bezier(1, 0, 0, 1)
}
.m-nav ul li a:hover::before,
.m-nav ul li a.m-active::before {
	-webkit-transform-origin: center top;
	-ms-transform-origin: center top;
	transform-origin: center top;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1)
}

/*--- footer ---*/
#footer a {
	display: block;
	color: #757575;
	letter-spacing: .18em;
	padding: 7em 0;
	background: #2f2f2f
}


/* //////////////////////////////////////////
  i-module
//////////////////////////////////////////*/
/*--- pagepiling ---*/
.pp-section {
	height: 100%;
	position: absolute;
    width: 100%;
}
.pp-easing {
    -webkit-transition: all 1000ms cubic-bezier(0.550, 0.085, 0.000, 0.990);
    -moz-transition: all 1000ms cubic-bezier(0.550, 0.085, 0.000, 0.990);
    -o-transition: all 1000ms cubic-bezier(0.550, 0.085, 0.000, 0.990);
    transition: all 1000ms cubic-bezier(0.550, 0.085, 0.000, 0.990);
    /* custom */
    -webkit-transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990);
    -moz-transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990);
    -o-transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990);
    transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990);
    /* custom */
}
.pp-scrollable{
    overflow-y: scroll;
    height: 100%;
}
.pp-section.pp-table{
    display: table;
}
.pp-tableCell {
	position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

/*--- section-h ---*/
#section-h {
}
#topVideo{
	position: absolute;
	z-index: 4;
	right: 0;
	bottom: 0;
	top:0;
	right:0;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-color: black; /* in case the video doesn't fit the whole page*/
	background-image: /* our video */;
	background-position: center center;
	background-size: contain;
	object-fit: cover; /*cover video background */
}

/* Layer with position absolute in order to have it over the video
* --------------------------------------- */
#section-h .layer {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	/*background-color: rgba(255,255,255,0.1)*/
}
#section-h .main-logo {
	position: absolute;
	top: -10px;
	right: 0;
	bottom: 0;
	left: 0;
	color: #fff;
	margin: auto;
	width: 300px;
	height: 114px
}
#section-h .main-logo > svg {
	fill: currentColor
}
/*--- portfolio-sec---*/
.portfolio-sec {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
#section-p .portfolio-sec {
	background-image: url("https://kkd.com/images/photos/sp-bg.jpg")
}
#section-v .portfolio-sec {
	background-image: url("https://kkd.com/images/photos/sv-bg.jpg")
}
.portfolio-sec a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	-webkit-transition:	all 0.3s ease;
	transition: all 0.3s ease;
}
.portfolio-sec a:hover .portfolio-title {
	opacity: 1;
}
.portfolio-sec a div {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	display: table;
	width: 100%;
	height: 100%;
	background: rgba(207,35,52,.4);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
}
.portfolio-sec a:hover div {
	opacity: 1;
}
.portfolio-sec a div h3 {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	font-size: 2.7em;
	letter-spacing: .3em;
}

/*--- #section-a ---*/
#section-a {
	background: #fff
}


/* //////////////////////////////////////////
  l-header
//////////////////////////////////////////*/
.l-header {
	position: relative;
	height: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
.lh-inner {
	display: table;
	width: 100%;
	height: 100%
}
.lh-title {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	font-size: 4.4rem;
	letter-spacing: .005em;
	margin-top: -30px
}
.lh-title span {
	display: inline-block;
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:0.5s;
	-ms-animation-duration:0.5s;
	animation-duration:0.5s;
	-webkit-animation-name: ta;
	animation-name: ta;
}
.lh-title span:nth-child(1){
	animation-delay: 2.4s;
}
.lh-title span:nth-child(4){
	animation-delay: 2.42s;
}
.lh-title span:nth-child(6){
	animation-delay: 2.44s;
}
.lh-title span:nth-child(2){
	animation-delay: 2.46s;
}
.lh-title span:nth-child(10){
	animation-delay: 2.48s;
}
.lh-title span:nth-child(3){
	animation-delay: 2.50s;
}
.lh-title span:nth-child(11){
	animation-delay: 2.52s;
}
.lh-title span:nth-child(8){
	animation-delay: 2.54s;
}
.lh-title span:nth-child(9){
	animation-delay: 2.56s;
}
.lh-title span:nth-child(5){
	animation-delay: 2.58s;
}
.lh-title span:nth-child(7){
	animation-delay: 2.6s;
}
@-webkit-keyframes ta {
	0% { opacity: 0; -webkit-transform: translateY(-30px); }
	100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes ta {
	0% { opacity: 0; -webkit-transform: translateY(-30px); -ms-transform: translateY(-30px); transform: translateY(-30px); }
	100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
.photography .l-header {
	background-image: url("../images/photos/lhp-bg.jpg")
}
.videography .l-header {
	background-image: url("../images/photos/lhv-bg.jpg")
}
.scroll-down {
	position: absolute;
	bottom: 50px;
	width: 100%
}
.sd-text {
	color: #fff;
	font-size: 1,2em;
	letter-spacing: .2em
}
.sd-text span {
    position: absolute;
	top: 10px;
	left: 50%;
	width: 1px;
	height: 80px;
	margin-top: 12px;
	background: #d5d5d5
}
#video-module .sd-text span {
	height: 40px;
}

/* //////////////////////////////////////////
  photo-module
//////////////////////////////////////////*/
/*--- photo-list---*/
.photo-list {
	width: 100%;
	margin: 0 auto;
}
.photo-list li {
	float: left;
	width: 33.3333%;
	margin: 0
}

.photo-list li a,
.photo-list li img,
.photo-list li span  {
	display: block;
	width: 100%!important;
	max-height: 100%!important;
	overflow: hidden
}
.photo-list li a {
	position: relative;
	width: 33.3333%;
	height: 100%;
	padding-bottom: 72%;/* 16:9 */
	overflow: hidden
}
.photo-list li .cover {
	position: absolute;
	height: 100%;
	background-position: center center;
	-moz-background-size: cover;
	background-size: cover;
	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .25s ease-out;
}
.photo-list li .cover:hover {
    opacity: .8;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.photo-list li span.ct {
	background-position: center 10%!important
}
.photo-list li span.ctt {
	background-position: center 20%!important
}
.photo-list li span.ctl {
	background-position: center 30%!important
}
.photo-list li span.ctlt {
	background-position: center 40%!important
}
.photo-list li span.ctrt {
	background-position: left 20%!important
}
/* linkbox */
#linkbox {
	position: relative;
	padding-top: 90px
}
.op {
	position: absolute;
	top: 35px;
	width: 100%;
	color: #d5d5d5;
	letter-spacing: .1em;
	z-index: 5
}
.op span {
    position: absolute;
	top: 10px;
	left: 50%;
	width: 1px;
	height: 70px;
	margin-top: 15px;
	background: #d5d5d5;
	-webkit-animation: sdb 2s infinite;
	animation: sdb 1.5s infinite;
}
.op-cap a {
	position: relative;
	display: block;
	height: 280px;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: 0.3s linear
}
.op-cap a:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%);
}
.videos-link .op-cap a {
	background-image: url("../images/photos/lv-bg.jpg")
}
.photography-link .op-cap a {
	background-image: url("../images/photos/lp-bg.jpg")
}
.op-cap a div {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	display: table;
	width: 100%;
	height: 100%;
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
}
.op-cap a:hover div {
	opacity: 1;
}
.op-cap a div span {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	font-size: 2.6em;
	letter-spacing: .32em;
}



/* //////////////////////////////////////////
  video-module
//////////////////////////////////////////*/
#video-module {
	margin-bottom: 80px
}
#video-list .videos {
	max-width: 980px;
	width: 100%;
	height: auto;
	margin: 5% auto 0 auto
}
.videos video {
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-color: none;
	background-image: /* our video */;
	background-position: center center;
	background-size: contain;
	object-fit: cover; /*cover video background */
}

/* //////////////////////////////////////////
  about-module
//////////////////////////////////////////*/
.about {
    display: table;
    width: 100%;
    height: 100%;
	color: #fff;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("../images/photos/about-bg.jpg")
}
.am {
	display: table-cell;
	vertical-align: middle;
	padding: 0;
	background-color: rgba(0,0,0,0.7)!important
}
.about-module {
	width: 67%;
	max-width: 1000px;
	height: 280px;
	font-size: 1.25em;
	line-height: 1.6;
	margin: 0 auto;
	padding: 8% 20px
}
.am-heading {
}
.am-heading::after {
	content: "";
    display: inline-block;
	width: 40px;
	height: 1px;
	background: #000
}
.about .am-heading::after {
	background: #fff
}
.am-heading span {
	font-size: 11px;
	letter-spacing: .12em
}
.am-title {
	font-size: 2.3rem;
	letter-spacing: .26em;
	padding: 8px 0 6px 0
}
.about .am-title {
	color: #fff
}
.about-module p {
	letter-spacing: .14em;
	margin-top: 20px
}
.about-module p span {
	display: block;
	padding: 5px 0
}
.about-module a {
	position: relative;
	display: inline-block;
	padding: 0 10px
}
.about-module a::after {
	content: '';
    position: absolute;
    bottom: 43%;
    left: 0;
    width: 100%;
    height: 1px;
    transform: scaleX(0);
    background-color: #cf2334;
    transition: all .2s ease;
}
.about-module a:hover::after {
	transform: scaleX(1);
}
.ill {
	letter-spacing: .18em;
	margin-top: 25px
}

/* //////////////////////////////////////////
  studio-module
//////////////////////////////////////////*/
.studio {
	overflow: hidden
}
.studio::before {
	background-image: url("../images/photos/studio-bg.jpg");
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-position: center top;
	background-repeat: no-repeat;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: -1
}
.studio-module {
	text-align: center;
	margin: 50% auto 0 auto;
	background: #fff
}
.studio-module section {
	max-width: 980px;
	margin: 0 auto
}
.s-detail h3 {
	font-size: 16px;
	letter-spacing: .02em;
	line-height: 1.8;
	font-weight: 400;
	padding: 65px 40px
}
.s-layout img {
	width: 100%;
	border: solid 1px #e5e5e5
}
.equipment-list {
	padding: 25px 0
}
.eql, .eqr {
	width: 50%;
}
.eql {
	float: left
}
.eqr {
	float: right
}
.equipment-list li {
	text-align: left;
	font-size: 1.11em;
	letter-spacing: -.01em;
	line-height: 1.2;
	padding: 3px 0
}
.eqr li {
	margin-left: 45px;
}
.equipment-img {
	width: 107%;
	overflow: hidden
}
.equipment-img li {
	float: left;
	margin-right: 49px
}
.equipment-img img {
	width: 156px;
}
.equipment-img span {
	display: block;
	text-align: center;
	font-size: .95em;
	padding-top: 3px;
}
.studio-rates {
	padding-top: 70px
}
.studio-rates .heading {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: .08em;
	padding: 35px 0 30px 0;
	border-top: solid 3px #000;
}
.rates-list {
	font-size: 15px;
	padding: 20px 0;
	margin: 0 50px 10px 50px;
	background: #f0f0f0
}
.rates-list dt {
	float: left;
	padding-left: 30px
}
.rates-list dd {
	float: right;
	padding-right: 30px
}
.studio-rates .rt {
	font-size: 16px;
	line-height: 1.6;
	padding-top: 15px
}
.studio-rates .rt a:hover {
	text-decoration: underline
}
.studio-movie {
	padding-top: 60px
}
.sm-main  {
	padding-top: 35px;
	border-top: solid 1px #e5e5e5
}
.sm-main video  {
	width: 100%;
	max-width: 690px
}
.sm-sub  {
	margin: 12px 50px 0 50px
}
.sm-sub ul  {
	width: 104%;
	overflow: hidden
}
.sm-sub ul.smsb  {
	margin-top: 8px
}
.sm-sub ul li.sms-title  {
	float: none;
	width: 100%;
	text-align: left;
	font-size: 16px;
	font-weight: 700;
	text-decoration: underline
}
.sm-sub ul li  {
	float: left;
	width: 200px;
	margin: 12px 26px 0 0;
}
.sm-sub ul li img  {
	width: 200px;
	height: auto;
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.sm-sub ul li img:hover {
	opacity: .5
}
.studio-contact {
	padding: 70px 0 100px 0
}
.sc-btn {
	display: block;
	padding: 2.8em 0;
	border: 4px solid #000;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: .46em;
	color: #000;
	text-align: center;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.sc-btn:hover {
	color: #fff;
	border: 4px solid #cf2334;
	background: #cf2334;
}
@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){
}@media (max-width:768px){
	.portfolio {
		margin: 80px 0
	}
	.photo-list li {
		width: 49.3333%
	}
	.studio-module section {
		max-width: 800px;
		margin: 0 40px;
	}
	.equipment-img img {
		width: 192px;
	}
	.rates-list {
		margin: 0 30px 10px 30px
	}
	.sm-main video  {
		max-width: auto
	}
	.sm-sub  {
		margin: 12px 0 0
	}
	.sm-sub ul li {
		width: 46.9999%;
		margin: 12px 15px 0 0
	}
	.sm-sub ul li img  {
		width: 100%
	}
}
@media (max-width:480px){
	#i-nav, .i-navLeft, #v-nav  {
		display: none
	}
	.h-logo {
		top: 37px;
		left: 20px
	}
	.m-trigger {
		top: 42px;
		right: 20px
	}
	.m-nav {
		width: 60%;
	}
	.lh-title {
		font-size: 2.6rem;
		letter-spacing: .08em;
	}
	.photo-list li a {
		padding-bottom: 78%
	}
	.videos {
		height: 100%
	}
	.about-module {
		width: 90%;
		height: auto
	}
}