@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: 'kozukaR';
  src: url("../font/Kozuka Gothic Std R/Kozuka Gothic Std R.ttf") format('truetype');
  
}

@font-face {
  font-family: 'kozukaM';
  src:url("../font/Kozuka Gothic Std M/Kozuka Gothic Std M.ttf")format('truetype');
  
}
@font-face {
  font-family: 'kozukaEL';
  src: url("../font/Kozuka Gothic Pr6N EL/Kozuka Gothic Pr6N EL.ttf") format('truetype');
}
@font-face {
  font-family: 'kozukaL';
  src: url("../font/Kozuka Gothic Pr6N L/Kozuka Gothic Pr6N L.ttf") format('truetype');
}


/* general styles */
body{
	background-color: #e2e2e2;
	font-family: 'kozukaEL', sans-serif;
}
a{
	text-decoration: none !important;
	color: #000000;
	transition: ease-in .5s;
}
a:hover{
	color:#8C8C8C;
    transition-duration: 0.6s;
    transition-timing-function: ease;
    transition-delay: 0s;
}

a img{
	transition: ease-in .5s;
}
a img:hover{
	webkit-filter: grayscale(100%);filter: grayscale(100%);
	transition-duration: 0.6s;
    transition-timing-function: ease;
    transition-delay: 0s;
}
p{
	font-family: 'kozukaL', sans-serif;
}
strong{
	font-family: 'kozukaR', sans-serif;
}

.dropdown-toggle::after {
	display: none;
}

/* page-header styles */
#page-header .text-center .main-logo-text{
	font-size: 24px;
}

#page-header{
	background-image: url("../images/bg-header.jpg");
	background-repeat: no-repeat;
	/*background-size: cover;*/
	width: 100%;
}

/* page-header navbar-menu styles */
#page-header nav.text-center .nav-item .nav-link {
	font-family: 'kozukaL', sans-serif;
	padding: 1px;
}

.dropdown-menu {
	font-family: 'kozukaL', sans-serif;
	background-color: unset;
	border: unset;
	text-align: center;
}
.dropdown-menu li {
	font-size: 30px;
}
.dropdown-menu-lg {
	width: 800px;
	left: -300px;
}
.dropdown-menu-lg li {
	display: inline;
	list-style: none;
	font-size: 20px;
}


/* page-header styles just for home page */
header .row-1 .line-3 h1 {
	letter-spacing: -1px;
	display: inline-block;
	text-align: right;
	line-height: 1;
}
header .row-1 .line-3 h2 {
	font-family: 'kozukaM', sans-serif;
	font-size: 6rem;
	display: inline-block;
}
header .row-1 p {
	line-height: 1.2;
}
header .row-1 .about-me {
	text-align: right;
	width: 300px;
	margin-left: 44%;
}
header .row-1 .line-3 {
	text-align: left;
	width: 300px;
	margin-left: 44%;
}
header .row-1 .know-me-header , .portfolio-header , .talk-to-me-header {
	text-align: left;
	width: 300px;
	margin-left: 44%;
}
header .row-1 .education {
	text-align: left;
	margin-left: 44%
}
header .headline .headline-col {
	position: relative;
}
header .headline .works-title .header h1 {
	font-size: 3.4rem;
}
header .headline .headline-col .header h2 {
	font-size: 8rem;
}


/* ---- all pages , buttuns & lines styles ---- */
header .headline .menu-btn {
	width: 30px;
	height: 30px;
	border-radius: 100%;
	color: #000000;
	background-color: #000000;
	padding: 0.28rem;
	position: absolute;
	left: 0;
	margin-top: 10px;
}
header .headline .vl-abs {
	margin-top: 20px;
}
.menu-btn {
	width: 30px;
	height: 30px;
	border-radius: 100%;
	color: #000000;
	background-color: #000000;
	padding: 0.28rem;
}
.menu-btn:focus {
	outline: 0;
}
.vl {
  	border-left: 1px solid #000000;
  	height: 75px;
	width: 10px;
	margin: 0 0 0 50%;
	margin-top: -10;
}
.vl-abs {
  	border-left: 1px solid #000000;
  	height: 100%;
	width: 10px;
	position: absolute;
	top: 0;
	padding: 0.28rem;
}
.vl-end{
  	height: 150px;
	width: 16px;
	margin-top: -10;
}


/* main styles */

/* main styles just for home page */
main .row-1 .line-3 h1 {
	display: inline-block;
	text-align: right;
	line-height: 1;
}
main .row-1 .line-3 h2 {
	font-family: 'kozukaM', sans-serif;
	font-size: 6rem;
	display: inline-block;
}
main .row-1 p {
	line-height: 1.2;
}


/* section-works for all pages styles */
.row .header h2 {
	font-family: 'kozukaM', sans-serif;
	font-size: 6rem;
	display: inline-block;
	margin: 0;
	margin-block-end: -2em;
}
.row .header h1 {
	letter-spacing: -1px;
	display: inline-block;
	text-align: right;
	line-height: 1;
}
.row h5 {
	font-size: 1.37rem;
}
.row .header p {
	letter-spacing: .03em;
	text-align: center;
	line-height: 1.2;
	margin-bottom: 8px;
}
.section-works .row .header{
	position: relative;
	background-color: #e2e2e2;
	z-index: 100;
}
.row .works-img {
	position: relative;
	width: 100%;
}
.row .works-img a img {
  	margin: auto;
  	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 10000;
	transition: ease-in 1s;
	
}
.row .works-img a img:hover { /* ---animate styles for all pages --- */
    webkit-filter: grayscale(100%);filter: grayscale(100%);
	moz-transform: rotate(-3deg);
	webkit-transform: rotate(-3deg);
	o-transform: rotate(-3deg);
	ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
	moz-transition: all 1s ease-in;
	webkit-transition: all 1s ease-in-out;
	o-transition: all 1s ease-in-out;
	ms-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.row .works-img.animated-none a img:hover { /* ---animate styles for all pages --- */
	transform: rotate(0deg);
	moz-transform: rotate(0deg);
	webkit-transform: rotate(0deg);
	o-transform: rotate(0deg);
	ms-transform: rotate(0deg);
}
.row-9 .works-img a img { /* ---animate styles just for home pages r0w-9 --- */
  	transform: rotate(5deg);
	transition: ease-in 1s;
}
.section-works .row .box-2 {
  	display: none;
}
.section-works {
	position: relative;
}
.works-title {
	position: relative;
	margin-top: 10px;
}
.works-description .header {
	margin-top: 20px;
	padding-top: 10px;
}
.works-description h2 {
	text-align: center !important;
}
.row-header {
	margin-bottom: 0 !important;
}

/* page-footer styles */
#page-footer {
	background-image: url("../images/bg-footer.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 100%;
}
#page-footer.footer-talk {
	background-image: url("../images/bg-footer-talk-page.jpg");
}
#page-footer.footer-publication {
	background-image: url("../images/bg-footer-publication-page.jpg");
}
#page-footer.footer-poster {
	background-image: url("../images/bg-footer-poster-page.jpg");
}
#page-footer.footer-portfolio {
	background-image: url("../images/bg-footer-portfolio-page.jpg");
}
#page-footer.footer-packaging {
	background-image: url("../images/bg-footer-packaging-page.jpg");
}
#page-footer.footer-know-me {
	background-image: url("../images/bg-footer-know-me-page.jpg");
}
#page-footer.footer-branding {
	background-image: url("../images/bg-footer-branding-page.jpg");
}
#page-footer.footer-book {
	background-image: url("../images/bg-footer-book-page.jpg");
}
#page-footer .row {
	text-align: left;
	margin: 0 auto;
	max-width: 75%;
	line-height: 1.2;
}
#page-footer .row-1 h4{
	font-family: 'kozukaM', sans-serif;
	width: 80%;
	font-size: 1.4em;
}
#page-footer .row-2{
	margin-top: 10px;
	padding-bottom: 120px;
}
#page-footer .row-2 li {
	float: left;
	margin-right: 5px;
}
#page-footer .row-2 li:last-child {
	margin-right: 0;
}
#page-footer .row-2 li a{
	font-size: 3em;
}
#page-footer .row-2 ul {
	padding: 0;
	margin: 0 auto;
}
#page-footer .copy-right {
	padding-bottom: 120px;
	margin-bottom: 0px;
}
#page-footer .menu-btn {
	margin-bottom: 120px;
}
#page-footer .download div h1 {
	margin-bottom: 0 !important;
}

/*------------------ styles for script ------------------*/
.div-toggle {
	height: 16px;
}
.div-toggle-click {
	height: 510px;
}
.div-toggle-drop {
	height: 0px;
}
.div-toggle-drop-click {
	height: 280px;
}
.row {
	margin-left: auto!important;
	margin-right: auto !important;
}


/*------------------ boostrap.css code braked codes ------------------*/
.mb-4, .my-4 {
	margin-bottom: 0 !important;
}
.mt-2{
	padding: 0;
}
.btn-primary {
    color: black;
    background-color: rgba(0,0,0,0);
    border: 0;
	transition: ease-in .5s;
}
.btn-primary:hover {
    color:#8C8C8C;
    background-color: rgba(0,0,0,0);
    border: 0;
	transition-duration: 0.6s;
    transition-timing-function: ease;
    transition-delay: 0s;
}
.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.0 rgba(0, 0, 0, 0);}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: black;
    background-color: rgba(0,0,0,0);
	border: 0;}


/*------------------ portfolio page styles ------------------*/
header .row-1 .portfolio-header h1 {
	margin-bottom: 0;
}

header .row-1 .portfolio-header h1:last-child {
	margin-bottom: 60px;
}

header .row-1 .portfolio-header {
	padding-bottom: 350px;
}
main .row-2.portfolio .portfolio .header{
	margin-top: 60px;
}
main .row .btn-0 {
	margin-bottom: 60px;
	margin-top: 30px;
}
main .row-3.portfolio .header {
	margin-top: 60px;
}
.btn-0 span {
	position: relative;
	font-size: 80px;
	border-radius: 100%;
	border: 3px solid #e2e2e2;
	background-color: #e2e2e2;
	z-index: 10000;
}
header .btn-0{
	position: absolute;
	font-size: 80px;
	z-index: 10000;
}
header .desiner-photo picture img {
	left: 28%;
    position: absolute;
    z-index: 10000;
    top: 0;
}
.row-10 .portfolio .btn-0 {
	margin-bottom: 0 !important;
}
.footer-portfolio {
	padding-top: 150px;
}


/*------------------ talk to me page styles ------------------*/
#page-header .social .row-2 , main .row-2.social{
	margin-top: 10px;
	padding-bottom: 60px;
}
#page-header .row-2 li , main .row-2 li {
	float: left;
	margin-right: 5px;
}
#page-header .row-2 li:last-child , main .row-2 li:last-child {
	margin-right: 0;
}
#page-header .row-2 li a , main .row-2 li a{
	font-size: 3em;
}

header .talk-to-me-header h2 , main .talk-to-me-header h2 {
	margin-bottom: 60px;;
}
header .talk-to-me-header , main .talk-to-me-header{
	margin-bottom: 60px;;
}
header .question , .social {
	text-align: left;
	margin-left: 44%;
	padding-bottom: 100px;
}

.section-works .row-2 .container input , .section-works .row-2 .container textarea {
	border-top: 10px solid black;
	background-color: #e2e2e2; 
	padding-left: 0;
}
.section-works .row-2 .container{
	text-align: left;
	background-color: #e2e2e2; 
	z-index: 10000;
	position: relative;
	padding: 0;
}
.btn-primary {
	position: relative;
	font-size: 80px;
	z-index: 10000;
	color: black;
}

.form-control {
	border:0;
	border-radius: 0;
}
.form-control:focus {
	border:0;
	box-shadow: none;
}

.section-works .row-2 .form {
	margin-top: 60px;
}
.section-works .row-2 .container input:hover {
	border-bottom: 10px solid black;
	border-top: 0;
	border-color:#8C8C8C; 
}
.section-works .row-2 .container input:focus {
	border-bottom: 10px solid black;
	border-top: 0;
	border-color:#8C8C8C;
}

.section-works .row-2 .container textarea:hover {
	border-bottom: 10px solid black;
	border-top: 0;
}
.section-works .row-2 .container textarea:focus {
	border-bottom: 10px solid black;
	border-top: 0;
	border-color:#8C8C8C;
}

button {
	margin: 0 !important;
	padding: 0 !important;
}

.btn-primary {
	font-size: 0px !important;
}


/*------------------ page load page styles ------------------*/

.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 99999999;
	background-color: #000000;
}
.se-pre-con div{
	width: 50%;
}
		
.page-load-left {
	height: 0px;
	border-right: 1px #ffffff solid;
}


/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 768px) {
	
	/* page-header viewport styles */
	.logo {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	#page-header{
		height: 550px !important;
		background-size: cover;
	}
	#page-header .text-center{
		padding-top: 100px;
	}
	#page-header nav.text-center .nav-item .nav-link {
		font-size: 40px;
	}
	header .row .works-img img {
		width: 90%;
	
	}
	header .row .works-img a img {
		width: 90%;
	}
	
	/* buttun and lines viewport styles */
	.vl-abs {
		left: 50%;
		z-index: 10;
	}
	.menu-btn {
		margin: 0 auto;
	}
	.vl-end {
		border: none;
		border-left: 1px solid #000000;
		margin: 0 0 0 50%;
	}
	
	/* main viewport styles */
	.works-description p,.works-description h1,.works-description h2,.works-description h3,.works-description h4,.works-description h5,.works-description h6 {
		text-align: center !important;
	}
	.section-works {
		padding-bottom: 40px;
	}
	.section-works .row .works-img .box-2 {
  		display: none !important;
	}
	.section-works .row .works-img img {
		width: 90%;
	}
	.section-works .row .works-img a img {
		width: 90%;
	}
	
	.row-9 .works-img a img:hover { /* ---animate viewport styles just for home pages r0w-9 --- */
		-moz-transform: rotate(-5deg) translate(6vw);
		-webkit-transform: rotate(-5deg) translate(6vw);
		-o-transform: rotate(-5deg) translate(6vw);
		-ms-transform: rotate(-5deg) translate(6vw);
		transform: rotate(-5deg) translate(6vw);
		-moz-transition: all 1s ease-in;
		-webkit-transition: all 1s ease-in-out;
		-o-transition: all 1s ease-in-out;
		-ms-transition: all 1s ease-in-out;
		transition: all 1s ease-in-out;
	}
	
	/* page-footer viewport styles */
	#page-footer .row-1 {
		width: 260px;
		margin: 0 auto;
	}

	/*------------------ works Pages page-footer viewport styles ------------------*/
	.btn-0 {
		text-align: center;
		margin-bottom: 120px;
	}
	
	.down-page{
		text-align: center;
		margin: 20px 0 70px;
	}
	.footer-down {
		position: relative;
	}
	/*.footer-down .download {
		height: 150px;
		
	}*/
	.footer-down .download div {
		position: relative;
		text-align: center;
		width: 100%;
		top: 0;
	}
	.footer-abs {
		position: relative !important;
		height: 50px;
	}
	
	/*------------------ Packaging Page main viewport styles ------------------*/
	.row-free-caviar a .can-img-sm {
		width: 45% !important;
		left: 45% !important;
		top: 50% !important;
		margin: 0 !important;
	}
	.row-free-caviar a .rope-img-sm {
		width: 45% !important;
		left: 40% !important;
		top: 0 !important;
		margin: 0 !important;
	}
	.row-5 .works-img a .margritte-lotion {
		top: 55% !important;
	}
	.row-5.row-free-cream .works-img img {
		margin: 0 auto 0 auto !important;
		top: 0;
	}
	
	/*------------------ branding page main viewport styles ------------------*/
	
	.paniz-set .paniz-letter {
		width: 100% !important;
		top: 5%;
		bottom: auto !important;
	}
	.row-free a .stamp-img-sm {
		width: 70% !important;
		left: 25% !important;
		top: 70% !important;
		margin: 0 !important;
	}
	
	.row-3 .works-img a .setarebaran-brand {
		top: 45% !important;
	}
	.row-3.row-free-caviar .works-img img {
		margin: 0 auto 0 auto !important;
		top: 0;
	}
	
	.row-4 .works-img a .bamada-oil {
		width: 85% !important;
		left: 5% !important;
	}
	.row-5 .works-img a .bamada-jam-1 {
		width: 50% !important;
		left: 5% !important;
		top: 10;
	}
	.row-5 .works-img a .bamada-jam-2 {
		width: 70% !important;
		left: -15% !important;
	}
	.row .works-description .logo{
		padding: 40px 0;
		width: 70%;
		margin: 0 auto;
	}
	.row .works-description .logo img{
		width: 100%;
	}
	
	.section-works .header .logo a{
	display: inline-block;
	width: 100%;
	}
	.section-works .header .logo.logo-1 a{
	display: inline-block;
	width: 32%;
	}
	.setarebaran-visit {
		top: 0 !important;
		bottom: auto !important;
	}
	
	
	
	/*------------------ talk to me viewport styles ------------------*/
	#page-header .row-2 ul , main .row-2 ul {
	margin: 0 auto;
	}
	.section-works .row-2 .container{
	text-align: left;
	margin: 0 auto;
	width: 70%;
	}
	
	.header , .line.line-2 {
		padding: 0 5%;
	}
	
	/*------------------ page load page styles ------------------*/

.se-pre-con div{
	width: 50%;
}
	
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	
	/* page-header viewport styles */
  	#page-header{
		height: 550px !important;
		background-size: cover;
	}
	#page-header .text-center{
		padding-top: 100px;
	}
	header .row .works-img img {
		width: 90%;
	}
	header .row .works-img a img {
		width: 90%;
	}
	#page-header nav.text-center .nav-item .nav-link {
		font-size: 40px;
	}
	
	/* buttun and lines viewport styles */
	.vl-abs {
		left: 50%;
		z-index: 10;
	}
	.menu-btn {
		margin: 0 auto;
	}
	
	/* main viewport styles */
	.section-works .row .works-img img {
		width: 90%;
	}
	.section-works .row .works-img a img {
		width: 90%;
	}
	
	/* page-footer viewport styles */
	#page-footer .row-1 {
		width: 260px;
		margin: 0 auto;
	}
	
	/*------------------ works Pages page-footer viewport styles ------------------*/
	.btn-0 {
		text-align: center;
		margin-bottom: 120px;
	}
	.down-page{
		text-align: center;
		margin: 20px 0 70px;
	}
	.footer-down {
		position: relative;
	}
	.footer-down .download {
		/*height: 160px;*/
		margin: 20px 0px;
	}
	.footer-down .download div {
		position: relative;
		text-align: center;
		width: 100%;
		top: 0;
	}
	.footer-abs {
		position: relative !important;
		height: 50px;
	}
	
	/*------------------ Packaging main viewport styles ------------------*/
	.row-free-caviar a .can-img-sm {
		width: 45% !important;
		left: 45% !important;
		top: 50% !important;
		margin: 0 !important;
	}
	.row-free-caviar a .rope-img-sm {
		width: 45% !important;
		left: 40% !important;
		top: 0 !important;
		margin: 0 !important;
	}
	.row-5 .works-img a .margritte-lotion {
		top: 55% !important;
	}
	.row-5.row-free-cream .works-img img {
		margin: 0 auto 0 auto !important;
		top: 0;
	}
	
	
	/*------------------ branding page main viewport styles ------------------*/
	
	.row-free a .stamp-img-sm {
		width: 60% !important;
		left: 25% !important;
		top: 55% !important;
		margin: 0 !important;
	}
	.row-3 .works-img a .setarebaran-brand {
		top: 50% !important;
	}
	.row-3 .works-img img {
		margin: 0 auto 0 auto !important;
		top: 0;
	}
	.row-4 .works-img a .bamada-oil {
		width: 85% !important;
		left: 5% !important;
	}
	.row-5 .works-img a .bamada-jam-1 {
		width: 50% !important;
		left: 5% !important;
		top: 10;
	}
	.row-5 .works-img a .bamada-jam-2 {
		width: 70% !important;
		left: -15% !important;
	}
	.section-works .header .logo.logo-1 a{
	display: inline-block;
	width: 24%;
	}
	
	
	/*------------------ talk to me page viewport styles ------------------*/
	#page-header .row-2 ul , main .row-2 ul {
	margin: 0 auto;
	}
	.section-works .row-2 .container{
	text-align: left;
	margin: 0 auto;
	width: 50%;
	}
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	
	/* page-header viewport styles */
	.logo {
		margin-top: 50px;
		margin-bottom: 70px;
	}
  	#page-header{
	  height: auto !important;
	  padding-top: 100px;
	  background-size: 100%;
	}
	#page-header .text-center{
		padding-top: 0px !important;
		margin-bottom: 0px !important;
	}
	.mt-2{
		margin-top: 0 !important;
	}
	#page-header nav.text-center .nav-item .nav-link {
		font-size: 20px;
	}
	header .row .works-img img {
		width: 60%;
	}
	header .row .works-img a img {
		width: 60%;
	}
	.headline-header {
		background-size: 100% !important;
	}
	.header-1 {
		padding-bottom: 200px;
	}
	
	/* buttun and lines viewport styles */
	.vl-abs {
		left: 40%;
		z-index: 1000;
		margin-left: 15px;
	}
	.menu-btn {
		margin: 0 0 0 40%;
	}
	.vl-end {
		border: none;
		border-right: 1px solid #000000;
		margin: 0 0 0 40%;
	}
	
	/* main viewport styles */
	.header{
		width: auto !important;
		margin-left: 44%;
		text-align: left;
	}
	.works-description p,.works-description h1,.works-description h2,.works-description h3,.works-description h4,.works-description h5,.works-description h6 {
		text-align: left !important;
	}
	.section-works .row-4 .box-2 {
  		display: block;
	}
	.section-works .row-4 .box-1 {
  		display: none;
	}
	.section-works .row .works-img img {
		width: 60%;
	}
	.section-works .row .works-img a img {
		width: 60%;
	}
	.row-9 .works-img a img:hover {/* ---animate viewport styles just for home pages r0w-9 --- */
		-moz-transform: rotate(-5deg) translate(4.8vw);
		-webkit-transform: rotate(-5deg) translate(4.8vw);
		-o-transform: rotate(-5deg) translate(4.8vw);
		-ms-transform: rotate(-5deg) translate(4.8vw);
		transform: rotate(-5deg) translate(4.8vw);
		-moz-transition: all 1s ease-in;
		-webkit-transition: all 1s ease-in-out;
		-o-transition: all 1s ease-in-out;
		-ms-transition: all 1s ease-in-out;
		transition: all 1s ease-in-out;
	}
	.md-up li {
		margin-right: 10px;
	}
	.md-up {
		margin-bottom: 150px;
	}
	
	/* page-footer viewport styles */
	#page-footer .row-1 {
		width: 260px;
	}
	
	/*------------------ works Pages page-footer viewport styles ------------------*/
	.btn-0 {
		width: 97px;
		margin-left: 40%;
		text-align: left;
	}
	.btn-0 img{
		margin-left: -32px;
	}
	.footer-down {
		position: relative;
	}
	.footer-down .download {
		height: 0;
		margin: 0;
	}
	.footer-down .download div {
		position: absolute;
		text-align: right;
		width: auto;
		top: 16.5%;
		left: 47%;
	}
	.footer-abs {
		position: relative !important;
		height: 50px;
		text-align: left;
	}
	
	/*------------------ Packaging page main viewport styles ------------------*/
	.row-free {
		position: relative !important;
	}
	.row-free .works-img {
		position: unset !important;
	}
	.row-free.unsent .works-img {
		position: relative !important;
	}
	.row-free .works-img a img {
		margin-top: 0 !important;
		margin-left: 27% !important;
	}
	.row-free-caviar a .can-img-lg {
		width: 35% !important;
		left: 20% !important;
		top: 40% !important;
	}
	.vinger-bottle a img{
		top: -2%;
	}
	.vinger-bottle img{
		width: 40% !important;
	}
	.vinger-bottle a img{
		width: 60% !important;
	}
	
	/*------------------ branding page main viewport styles ------------------*/
	.paniz-set .paniz-letter {
		width: 60% !important;
		top: 5%;
		bottom: auto !important;
	}
	.animated-none a .stamp-img-sm {
		width: 45% !important;
		left: 10% !important;
		top: 65% !important;
		margin: 0 !important;
	}
	.row-3.row-free-caviar .works-img img {
		margin: 0 auto 0 auto !important;
		top: 0;
	}
	.row-4 .works-img a .bamada-oil {
		width: 57% !important;
		left: 5% !important;
	}
	.row-5 .works-img a .bamada-jam-1 {
		width: 50% !important;
		left: 5% !important;
		top: 0;
	}
	.row-5 .works-img a .bamada-jam-2 {
		width: 70% !important;
		left: -15% !important;
	}
	
	
	/*------------------ portfolio viewport styles ------------------*/
	header .row-1 .header p {
		text-align: left;
	}
	.section-works .row .header p{
		text-align: left;
	}
	.btn-0 span {
	left:-28%;
	}
	
	/*------------------ talk to me page viewport styles ------------------*/
	#page-header .row-2 ul , main .row-2 ul {
	padding: 0;
	margin: 0;
	}
	.section-works .row-2 .container{
	text-align: left;
	margin-left: 44%;
	width: 30%;
	}
	.row .talk-page {
		padding-bottom: 60px;
	}
	/*------------------ poster to me page viewport styles ------------------*/
	
	.row .poster a img {
    margin: auto;
    position: absolute;
    left: auto;
    bottom: 0;
    right: 0;
    z-index: 10000;
    transition: ease-in 1s;
	}
	.row .poster {
		text-align: right;
	}
	.row .poster img{
		margin-right: 13% !important;
	}
	.se-pre-con .page-load-left{
		width: 40%;
		margin-left: 15px;
	}
	.se-pre-con .page-load-right{
		width: 60%;
	}
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
 
	/* page-header viewport styles */
	
	.mt-2{
		margin-top: 0 !important;
	}
	
	/*------------------ Packaging page main viewport styles ------------------*/
	.row-free .works-img a img {
		margin-top: 0 !important;
		margin-left: 20% !important;
	}
	.vinger-bottle a img{
		top: -4%;
	}
	.vinger-bottle img{
		width: 60% !important;
	}
	
	
}