/** ----------

[table of contents]

01. grid
02. commons
03. buttons
04. forms
05. header
06. generals
07. portfolio
08. blog
09. footer
10. sliders

---------- **/

@import url('https://fonts.googleapis.com/css2?family=Inter&family=Inter+Tight:wght@200;400&display=swap');

:root{
	font-family: 'Inter Tight', sans-serif;
}

#text_main{
	flex-direction:column;
	width:100%;
	display:flex;
	align-items:center; 
	justify-content:flex-start;
	font-size:1.2em;
	font-style: normal !important;
	font-family: 'Inter Tight', sans-serif;
	font-weight: 200;
}

u{
	text-decoration: underline dotted !important;
	cursor: pointer;
	-webkit-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
	-moz-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
	-ms-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
	-o-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
	transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
}

u:hover{
	background-image: linear-gradient(45deg, #2458F2, #D369B5);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
	-webkit-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
	-moz-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
	-ms-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
	-o-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
	transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
}

.gradient-hover{
	cursor: pointer;
	-webkit-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
	-moz-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
	-ms-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
	-o-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
	transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
}

.gradient-hover:hover{
	background-image: linear-gradient(45deg, #2458F2, #D369B5);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
	-webkit-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
	-moz-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
	-ms-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
	-o-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
	transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
}

.text_container{
	justify-content: right;
}

@media (max-width:900px) {
	.text_container{
		width:90%;
	}
}
@media (min-width:900px) {
	.text_container{
		width:60%;
	}
}

.annoucement{
	justify-content:center; align-items:center;width:100vw; height:33px;  top:0; background-color: rgb(234, 234, 234);
}

@media (max-width:900px) {
	.annoucement{
		display:none;
	}
}
@media (min-width:900px) {
	.annoucement{
		display:flex;
	}
}


.large-spacer{
	width: 100%;
	height: 80px;
}
.medium-spacer{
	width: 100%;
	height: 60px;
}
.spacer{
	width: 100%;
	height: 40px;
}

.small-spacer{
	width: 100%;
	height: 15px;
}

.large-title{
	margin-bottom:0px !important;
	font-size: 55px !important;
	font-weight: 800 !important;
	line-height: 50px !important;
	margin-bottom: 30px !important;
}

.medium-title{
	margin-bottom:0px !important;
	font-size: 35px !important;
	font-weight: 800 !important;
	line-height: 50px !important;
	margin-bottom: 30px !important;
	line-height: 36px !important;
}

.main-title{
	margin-bottom:0px !important;
}

.sub-title{
	color: rgb(192, 192, 192);
}

.footer-main{
	width: 100%;
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.social-icon{
	margin-right:15px; 
	width:20px; 
	opacity:0.4;
	cursor: pointer;
}

.gradient-text{
    background-image: linear-gradient(45deg, #2458F2, #D369B5);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
	font-weight: 500 !important;
}

.select_text_style{
	-webkit-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
	-moz-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
	-ms-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
	-o-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
	transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
}

.select_text_style:hover{
	/* color:rgb(192, 192, 192); */
	background-image: linear-gradient(45deg, #2458F2, #D369B5);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
	-webkit-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
	-moz-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
	-ms-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
	-o-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
	transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
}

#arrow-down{
	position:absolute;
	cursor: pointer;
}

.pub{
	margin-top:25px;
	height: 550px;
	width:100% !important;
	height: 100% !important;
}

#embed-container-pub-1,
#embed-container-pub-2,
#embed-container-pub-3,
#embed-container-pub-4,
#embed-container-pub-5,
#embed-container-pub-6,
#embed-container-pub-7,
#embed-container-pub-8,
#embed-container-pub-9,
#embed-container-pub-10
{
	height: 550px !important;
	width: 100% !important;
}

.pub-full{
	height: 600px;
	width:100%;
}

.pub-cover-img{
	object-fit: cover;
	z-index:90;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.fit-to-container{
	max-width: 80vw;
	max-height: 450px;
}

.overflow-container{
	height: 75%;
}

.pub-cover{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn-open-article{
	z-index:100;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
}

.btn-open-article-white{
	z-index:100;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	color: black !important;
	background-color: white !important;
}
   

@media (max-width:900px) {
	#arrow-down{
		right:50px;
		bottom:50px;
	}
	.text_container p{
		font-size:18px;
		line-height: 25px;
	}
	.sub-title{
		font-size: 18px !important;
	}
}

@media (min-width:900px) {
	#arrow-down{
		right:100px;
		bottom:100px;
	}
	.text_container p{
		font-size:20px;
	}
	.sub-title{
		font-size: 20px !important;
	}
}

#arrow-down-img{
	height:100px;
	-webkit-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
	-moz-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
	-ms-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
	-o-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
	transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
}

#arrow-down-img:hover{
	-webkit-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
	-moz-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
	-ms-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
	-o-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
	transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
	opacity: 0.3;
}

#arrow-down-project{
	position:absolute;
	cursor: pointer;
}

@media (max-width:900px) {
	#arrow-down-project{
		right:50px;
		bottom:50px;
	}
}

@media (min-width:900px) {
	#arrow-down-project{
		right:8vw;
		bottom:80px;
	}
}

#arrow-down-img-project{
	height:100px;
	-webkit-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
	-moz-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
	-ms-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
	-o-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
	transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
}

#arrow-down-img-project:hover{
	-webkit-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
	-moz-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
	-ms-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
	-o-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
	transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
	opacity: 0.3;
}

/* 00. Bio */


@media (min-width:900px) {
	#top-logo{
		width:40px;
		margin-top:50px; 
		margin-left: 20px;
	}

}

@media (max-width:900px) {
	#top-logo{
		width:25px;
		margin-top:30px; 
		margin-left: 20px;
	}

}

@media (max-width:500px) {
	#top-logo{
		width:25px;
		margin-top:15px; 
		margin-left: 15px;
	}

}

@media (min-width:900px) {
	#top-logo-1{
		width:40px;
		margin-top:50px; 
		margin-left: 50px;
	}

}

@media (max-width:900px) {
	#top-logo-1{
		width:25px;
		margin-top:30px; 
		margin-left: 30px;
	}

}

@media (max-width:500px) {
	#top-logo-1{
		display:none;
	}

}


.zoom:hover{

	transform: scale(1.05);
	transition: transform .8s;
}

.zoom{

	transform: scale(1);
	transition: transform .8s;
}

@media (max-width:900px) {

		div{
			-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		}
		body{
			-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		}
		p{
			-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		}
}


body p::selection{
	background-color: #3a3a3a;
	background: #3a3a3a;
	color:white;
}

body h6::selection{
	background-color: #3a3a3a;
	background: #3a3a3a;
	color:white;
}

body h5::selection{
	background-color: #3a3a3a;
	background: #3a3a3a;
	color:white;
}

body h4::selection{
	background-color: #3a3a3a;
	background: #3a3a3a;
	color:white;
}

body h3::selection{
	background-color: #3a3a3a;
	background: #3a3a3a;
	color:white;
}

body h2::selection{
	background-color: #3a3a3a;
	background: #3a3a3a;
	color:white;
}

body h1::selection{
	background-color: #3a3a3a;
	background: #3a3a3a;
	color:white;
}

body li::selection{
	background-color: #3a3a3a;
	background: #3a3a3a;
	color:white;
}

body ul::selection{
	background-color: #3a3a3a;
	background: #3a3a3a;
	color:white;
}

body b::selection{
	background-color: #3a3a3a;
	background: #3a3a3a;
	color:white;
}

body a::selection{
	background-color: #3a3a3a;
	background: #3a3a3a;
	color:white;
}

body i::selection{
	background-color: #3a3a3a;
	background: #3a3a3a;
	color:white;
}

body img::selection{
	background-color: #3a3a3a;
	background: #3a3a3a;
	color:white;
}

body blockquote::selection{
	background-color: #3a3a3a;
	background: #3a3a3a;
	color:white;
}

body div::selection{
	background-color: #3a3a3a;
	background: #3a3a3a;
	color:white;
}

/* body a{
	background-color: #f10f0f;
} */

#bio-image{
	width: 20%
}

.hyperlink{
	text-decoration: underline dotted;
	-webkit-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
	-moz-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
	-ms-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
	-o-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
	transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
}

.hyperlink:hover{
	color:rgb(192, 192, 192);
	-webkit-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
	-moz-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
	-ms-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
	-o-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
	transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
}

.resume-container{
	width: 100%;
	margin:auto; 
	display: flex;
	justify-content: center !important;
	height: 100%;
	position: relative;
	flex-direction: column;
	align-items: center !important; 
}

.conference-container{
	width: 100%;
	margin:auto; 
	display: flex;
	justify-content: center !important;
	height: 100%;
	position: relative;
	flex-direction: column;
	/* align-items: center !important;  */
}

@media (max-width:900px) {

	.bio-container{
		width: 100%;
		padding:0; 
		margin:auto; 
		display: flex; 
		flex-direction: column;
		justify-content: center;
		align-items: center;
		height: 100%;
	
	}

	#bio-text{
		width: 90%;
		text-justify: left;
	}

	.resume-section{
		display: flex; 
		flex-direction: column;
		width: 100%; 
		align-content: center; 
		justify-content: center;
		align-items: center;
		text-align: center;
	}

	.rubrique-title{
		justify-content: center; 
		text-align: center;
		align-items: center;
		display: inline-block; 
		font-size:30px!important;
		width: 1000%; 
		margin-bottom: 20px;
		font-style:bold!important;
	}

	.rubrique-content{
		width: 80%; 
		margin-left: 10%;
		display: flex; 
		justify-content: center; 
		align-items: center;
		text-align: center;
		margin-bottom: 20px;
	}

	.press-section{
		display: flex; 
		flex-direction: column;
		align-content: center; 
		justify-content: center;
		text-align: center;
	}

	.press-title{
		justify-content: center; 
		display: inline-block; 
		width: 100%; 
		text-align: center;
		align-items: center;
		margin-bottom: 10px;
		font-weight: 500;
	}

	.press-content{
		width:100%;
		text-align: center;
		margin-bottom: 20px;
		color: grey;
	}

	.conference-container{
		justify-content: center; 
		display: inline-block; 
		margin-right: 20px; 
		text-align: center;
		align-items: center;
		left:15%! important;
		width:70%!important;
	}

	.resume-content{
		width: 80%; 
		/* margin-left: 10%; */
		display: flex; 
		justify-content: center; 
		align-items: center;
		text-align: center;
		margin-bottom: 20px;
	}

	.resume-title{
		justify-content: center; 
		text-align: center;
		align-items: center;
		display: inline-block; 
		font-size:30px!important;
		width: 100%; 
		margin-bottom: 20px;
		font-style:bold!important;
	}



}

@media (min-width:900px) {

	.bio-container{
		width: 100%;
		padding:0; 
		margin:auto; 
		display: flex; 
		flex-direction: row;
		justify-content: center;
		align-items: center;
		height: 100%;
	
	}

	#bio-text{

		width: 50%;
		text-justify: left;
	
	}

	.resume-section{
		display: flex; 
		flex-direction: row;
		width: 60%; 
		align-content: center; 
		justify-content: center;
		left: 80%;
	}

	.rubrique-title{
		justify-content: right; 
		display: inline-block; 
		margin-right: 20px; 
		width: 40%; 
		text-align: right;
		align-items: right;
	}

	.rubrique-content{
		width: 60%; 
		justify-content: left; 
		align-items: center;
		display: flex; 
		margin-left: 20px;
	}

	.press-section{
		display: flex; 
		flex-direction: row;
		width: 80%; 
		align-content: center; 
		/* justify-content: center; */
		left: 80%;
	}

	.press-content{
		justify-content: center;
		display:flex;
		align-items: center;
	}

	.press-title{
		justify-content: right; 
		display: inline-block; 
		margin-right: 20px; 
		width: 40%; 
		text-align: right;
		align-items: right;
		font-weight: 500;
	}

	.conference-container .press-title{
		justify-content: right; 
		display: inline-block; 
		margin-right: 20px; 
		width: 50%; 
		text-align: right;
		/* align-items: right; */
	}

	.conference-container{
		align-items: center;
	}

	.resume-content{
		width: 60%; 
		justify-content: left; 
		align-items: center;
		display: flex; 
		margin-left: 20px;
	}

	.resume-content h5{
		text-align: right!important;
		justify-content: right;
	}

	.resume-title{
		width: 30%; 
		/* justify-content: flex-end!important;  */
		align-items: flex-start!important;
		display: flex; 
		margin-right: 20px;
	}

}


.date-content{
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.date-content li{
	color: rgb(116, 116, 116);
}

.location{

	color: rgb(175, 175, 175);
	cursor: default;

}


/** 01. grid
-------------------------------------------------- **/

:root {
    --main-color-grad-1: coral;
    --main-color-grad-2: blue; 
}

#portfolio{
	padding: 0px;
	margin: 0px;
	height: 100%
}



#square_container{
	opacity:0;
	justify-content: left;
	margin: auto;
	text-align: left;
	width: 80%;
	cursor: pointer;
}

.square{
	cursor: pointer;
	display:inline-flex;
	width:180px;
	height: 180px;
	margin: auto;
	cursor: auto;
	-webkit-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
	-moz-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
	-ms-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
	-o-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
	transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
}

@media (max-width:900px) {
	.square{
		width:130px;
		height: 130px;
	}
}

#square_container:hover .square{
	opacity: 0.2 ! important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
}

#square_container:hover .square:hover{
	opacity: 1 ! important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#square_container_end{
	opacity:0;
	justify-content: center;
	margin: auto;
	text-align: center;
	width: 80%;
	cursor: pointer;
}

/* .square{
	cursor: pointer;
	display:inline-flex;
	width:180px;
	height: 180px;
	margin: auto;
	cursor: auto;
	-webkit-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
	-moz-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
	-ms-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
	-o-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
	transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
} */

#square_container_end:hover .square{
	opacity: 0.2 ! important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
}

#square_container_end:hover .square:hover{
	opacity: 1 ! important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.fade_out{
	opacity:0.2;
}

#tech_container{
	position: absolute;
	margin: auto;
	justify-content: center;
    left: 0;
    right: 0;

}

#archi_container{
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
    left: 0;
	right: 0;
	padding-bottom: 100px;

}

.text_ico{
	margin-left:100%;
	padding: 10px;
}

.ico-container{
	text-align: right;
	justify-content: right;
	position: block;
	margin-right: 30%;
	padding-top:50px;
	padding-top:20px;
}

.ico{
	text-align: right;
	opacity: 0.5;
	justify-content: right;
	display: block;
	margin-left:100%
}

#ico-tiles{
	width: 45px;
	padding: 10px;
	text-align: right;
	display: block;
	cursor: pointer;
}

#ico-sq{
	width: 45px;
	padding: 10px;
	text-align: right;
	display: block;
	cursor: pointer;
}



#ico-tiles:hover{
	opacity: 1.0;
}
#ico-sq:hover{
	opacity: 1.0;
}

#main-content{
	justify-content: center;
}

.container {
	width: 90%;
	max-width: 960px;
	margin: 0 auto;
	position: relative;
}

.column {
	float: left;
	position: relative;
	padding: 0 30px;
}

.column.col-1 {
	width: 8.333%;
}

.column.col-2 {
	width: 16.666%;
}

.column.col-3 {
	width: 24.999%;
}

.column.col-4 {
	width: 33.332%;
}

.column.col-5 {
	width: 41.665%;
}

.column.col-6 {
	width: 49.998%;
}

.column.col-7 {
	width: 58.331%;
}

.column.col-8 {
	width: 66.664%;
}

.column.col-9 {
	width: 74.997%;
}

.column.col-10 {
	width: 83.33%;
}

.column.col-11 {
	width: 91.663%;
}

.column.col-12 {
	width: 100%;
}

.column.offset-1 {
	margin-left: 8.333%;
}

.column.offset-2 {
	margin-left: 16.666%;
}

.column.offset-3 {
	margin-left: 24.999%;
}

.column.offset-4 {
	margin-left: 33.332%;
}

.column.offset-5 {
	margin-left: 41.665%;
}

.column.offset-6 {
	margin-left: 49.998%;
}

.column.offset-7 {
	margin-left: 58.331%;
}

.column.offset-8 {
	margin-left: 66.664%;
}

.column.offset-9 {
	margin-left: 74.997%;
}

.column.offset-10 {
	margin-left: 83.33%;
}

.column.offset-11 {
	margin-left: 91.663%;
}

@media (max-width:800px) {
	.column {
		float: none;
		width: 100% !important;
		padding: 0 !important;
		margin-left: 0 !important;
	}

	.column:not(:last-child) {
		margin-bottom: 60px;
	}

}

.row {
	display: block;
	position: relative;
	margin: 0 -30px;
}

.row + .row {
	margin-top: 60px;
}

@media (max-width:800px) {
	.row {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

}

.container::after,
.row::after,
.clearfix::after {
	content: '';
	display: table;
	clear: both;
}


/* 01-1 Post
--------------------------------------------------  */

/* scrol down arrow */

.scroll-down-1{
	cursor: pointer;
	bottom: 10% !important;
	margin: auto;
	left:0;
	right:0;
	bottom: 40%;
	position: absolute !important;
	text-align: center;
	justify-content: center;
	font-size: 20px;
	z-index: 100;
	text-decoration: none;
	text-shadow: 0;
	width: 30px;
	height: 30px;
	border-bottom: 1px solid rgb(0, 0, 0);
	border-right: 1px solid rgb(0, 0, 0);
	-webkit-transform: translate(-50%, 0%) rotate(45deg);
	-moz-transform: translate(-50%, 0%) rotate(45deg);
	transform: translate(-50%, 0%) rotate(45deg);
	-webkit-animation: fade_move_down 4s ease-in-out infinite;
	-moz-animation:    fade_move_down 4s ease-in-out infinite;
	animation:         fade_move_down 4s ease-in-out infinite;
}

/*animated scroll arrow animation*/
@-webkit-keyframes fade_move_down {
	0%   { -webkit-transform:translate(0,-10px) rotate(45deg); opacity: 0;  }
	50%  { opacity: 1;  }
	100% { -webkit-transform:translate(0,10px) rotate(45deg); opacity: 0; }
  }
  @-moz-keyframes fade_move_down {
	0%   { -moz-transform:translate(0,-10px) rotate(45deg); opacity: 0;  }
	50%  { opacity: 1;  }
	100% { -moz-transform:translate(0,10px) rotate(45deg); opacity: 0; }
  }
  @keyframes fade_move_down {
	0%   { transform:translate(0,-10px) rotate(45deg); opacity: 0;  }
	50%  { opacity: 1;  }
	100% { transform:translate(0,10px) rotate(45deg); opacity: 0; }
  }

@media (min-width:500px) {

.scroll-down-2{
	cursor: pointer;
	bottom: 10% !important;
	margin: auto;
	left:0;
	right:0;
	position: relative !important;
	display: block;
	text-align: center;
	justify-content: center;
	font-size: 20px;
	z-index: 100;
	text-decoration: none;
	text-shadow: 0;
	width: 30px;
	height: 30px;
	border-bottom: 1px solid rgb(255, 255, 255);
	border-right: 1px solid rgb(255, 255, 255);
	-webkit-transform: translate(-50%, 0%) rotate(45deg);
	-moz-transform: translate(-50%, 0%) rotate(45deg);
	transform: translate(-50%, 0%) rotate(45deg);
	-webkit-animation: fade_move_down 4s ease-in-out infinite;
	-moz-animation:    fade_move_down 4s ease-in-out infinite;
	animation:         fade_move_down 4s ease-in-out infinite;
}

}

.text-para{

	text-align: left;
}

#img-top{

	height: 60vh;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	top:0;

}

#img-top-IMG{

	align-items: center;
	height: 100vh;
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	width: 50%;

}

@media (max-width:400px) {
	
	#img-top-IMG{

		width: 90%
	
	}

}

#drawing{
	align-items: center;
}

#img-top-title{

	justify-content: left;
	text-align: left;
	font-size: 2em;

}

#img-top-title h1{

	font-size: 1em;
	padding: 0 !important;
	margin: 0 !important;

}

#img-top-title h3{

	font-size: .7em;
	color: #C0C0C0 ;

}

#logo-top-small{
	width: 70px!important;
	padding-bottom:20px;
	/* padding-left:3px; */
}

.top-post{
	width: 100%;
	height: 100vh;
	margin-top: 0;
	display: flex;
	text-align: center;
	justify-content: center;
}

#top-post-container{
	top:35%;
	position:absolute
}

.titles h1{
	font-size: 2.5em !important;
	justify-content: right;
	text-align: right; 
	font:200 !important;
	margin-bottom: 15px !important;
}
.titles  h3{
	font-size: 1.7em !important;
	justify-content: right;
	text-align: right; 
	font:200 !important;
}

.titles  h4{
	font-size: 1.7em !important;
	justify-content: right;
	text-align: right; 
	font:200 !important;
	color:"grey"
}


.titles  p{
	justify-content: right;
	text-align: right; 
}

@media (max-width:500px) {
	.titles h1{
		font-size: 1.7em !important;
		justify-content: right;
		text-align: right; 
		font:200 !important;
		margin-bottom: 15px !important;
	}
	.titles  h3{
		font-size: 1.2em !important;
		justify-content: right;
		text-align: right; 
		font:200 !important;
	}

}

.logo-top-container{
	width:80vh;
	align-content: center;
}

.top-img-container{
	width: 100%;
	height: 100%;
	top: 0;
	left:0;
	display: block;
	background-color:#f7f7f7; 
	height: 600px;
	padding-top: 2px;
}

#top-img{
	width: 100%;
}



/** 02. commons
-------------------------------------------------- **/
*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	vertical-align: baseline;
	box-sizing: border-box;
}

body {
	font-family: 'Inter Tight','Lora';
	font-size: 20px;
	font-weight: 200;
	line-height: 1.5;
	overflow-y: scroll;
	overflow-x: hidden;
	background: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {

	color: #111111;
}

h1{
	font-weight: 600;
}

h5{
	font-style: 400;
}

h6{
	font-weight: 700;
}

h1:not(:last-child),
h2:not(:last-child),
h3:not(:last-child),
h4:not(:last-child),
h5:not(:last-child),
h6:not(:last-child) {
	margin-bottom: 25px;
}

h1 {
	font-size: 46px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 22px;
}

h6 {
	font-size: 18px;
}

/* @media (max-width:800px) {
	h1 {
		font-size: 38px;
	}

	h2 {
		font-size: 30px;
	}

	h3 {
		font-size: 26px;
	}

	h4 {
		font-size: 22px;
	}

	h5 {
		font-size: 20px;
	}

	h6 {
		font-size: 18px;
	}

}

@media (max-width:500px) {
	h1 {
		font-size: 28px;
	}

	h2 {
		font-size: 24px;
	}

	h3 {
		font-size: 22px;
	}

	h4 {
		font-size: 19px;
	}

	h5 {
		font-size: 17px;
	}

	h6 {
		font-size: 15px;
	}

} */

p:not(:last-child) {
	margin-bottom: 25px;
}

p.lead {
	font-size: 19px;
	color: #111111;
}

@media (max-width:600px) {
	p {
		font-size: inherit;
	}

}

b,
strong {
	font-weight: bold;
}

small {
	font-size: 80%;
}

.subtitle {
	display: block;
	font-size: 13px;
	font-weight: 700;
}

.subtitle:not(:last-child) {
	margin-bottom: 15px;
}

a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}

a.link {
	font-weight: 700;
	padding-bottom: 4px;
	border-bottom: 3px solid #cccccc;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a.link:hover {
	border-bottom-color: #111111;
}

img,
video {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

img.responsive,
video.responsive {
	display: block;
	width: 100%;
	/* background-color: #f3f3f3; */
}

ul,
ol {
	list-style: none;
}

ul.spaced li:not(:last-child),
ol.spaced li:not(:last-child) {
	margin-bottom: 15px;
}

blockquote {
	text-align: center;
	padding: 25px;
}

blockquote:not(:last-child) {
	margin-bottom: 25px;
}

blockquote p {
	font-size: 22px;
	font-weight: 700;
}

blockquote p::before {
	content: open-quote;
	display: block;
	color: #111111;
}

table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

table:not(:last-child) {
	margin-bottom: 25px;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

div[class*='gap-'] {
	display: block;
}

.gap-25 {
	height: 25px;
}

.gap-50 {
	height: 50px;
}

.gap-100 {
	height: 100px;
}

.gap-150 {
	height: 150px;
}

@media (max-width:800px) {
	.gap-50 {
		height: 25px;
	}

	.gap-100 {
		height: 50px;
	}

	.gap-150 {
		height: 100px;
	}

}

.va {
	display: table;
	width: 100%;
	height: 100%;
	position: relative;
}

.va .vc {
	display: table-cell;
	vertical-align: middle;
}

.light-content {
	color: #ffffff;
}

.light-content h1,
.light-content h2,
.light-content h3,
.light-content h4,
.light-content h5,
.light-content h6,
.light-content p.lead {
	color: #ffffff;
}

.fade {
	display: table;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
	background: rgb(217, 217, 217);
	-webkit-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
	-moz-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
	-ms-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
	-o-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
	transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
}

.fade .fade-content {
	display: table-cell;
	vertical-align: middle;
	/* padding: 0 45vw; */
}

.fade-content span{
	width: 200px !important;
	margin-left:-30%;
}

@media screen and (max-device-width:700px), screen and (max-width:700px)  {
	.fade .fade-content {
		padding: 0 40vw;
	}
}

@media screen and (min-device-width:700px), screen and (min-width:700px)  {
	.fade .fade-content {
		padding: 0 47vw;
	}
}

.fade .fade-content span {
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
	opacity: 0;
	/* width:90px; */
	/* margin-top: 100px; */
	top:50%;
	-webkit-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
	-moz-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
	-ms-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
	-o-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
	transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
}

.fade.show-content .fade-content span {
	opacity: 1;
	margin-top: 0;
}

.fade.hide-content .fade-content span {
	margin-top: 0px;
	opacity: 0;
}

.fade.hide {
	top:  -120%;
}

/** 03. buttons
-------------------------------------------------- **/
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.btn {
	display: flex;
	align-items: center;
	justify-content: center;;
	position: relative;
	height: 40px;
	line-height: 45px;
	font-family: inherit;
	font-size: 15px;
	color: #ffffff;
	padding: 0 20px;
	background: #111111;
	border: none;
	border-radius: 10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover,
.btn:hover {
	background: #2b2b2b;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block,
button.btn-block,
.btn.btn-block {
	display: block;
	width: 100%;
}

@media (max-width:600px) {
	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.btn {
		height: 40px;
		line-height: 40px;
		font-size: 12px;
	}

}

/** 04. forms
-------------------------------------------------- **/
.form-group:not(:last-child) {
	margin-bottom: 15px;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
	width: 100%;
	font-family: inherit;
	font-size: 15px;
	padding: 15px;
	border: 0.5px solid #111111;
	background: #ffffff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
	border-color: #c0bebe;
}

textarea {
	width: 100%;
	max-width: 100%;
	min-height: 150px;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

input[type]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
	color: #111111;
}

input[type]::-moz-input-placeholder,
textarea::-moz-input-placeholder,
select::-moz-input-placeholder {
	color: #111111;
}

input[type]:-moz-input-placeholder,
textarea:-moz-input-placeholder,
select:-moz-input-placeholder {
	color: #111111;
}

input[type]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
	color: #111111;
}

label {
	display: block;
	margin-bottom: 5px;
	cursor: pointer;
}

/** 05. header
-------------------------------------------------- **/
.header {
	width: 100%;
	position: relative;
	padding: 50px 5vw;
}

.header .inner {
	height: 50px;
	line-height: 50px;
}

.header .logo {
	font-size: 14px;
	font-weight: 700;
}

.header .burger {
	width: 20px;
	height: 20px;
	margin-top: 15px;
	z-index: 100;
	cursor: pointer;
	position: relative;
	opacity: 0.5;
}

.header .burger .inner {
	width: 18px;
	height: 14px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -7px 0 0 -9px;
}

.header .burger .inner .icon-bar {
	width: 100%;
	height: 2px;
	position: absolute;
	right: 0;
	background: black;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.header .burger .inner .icon-bar.top {
	top: 0;
}

.header .burger .inner .icon-bar.middle {
	top: 50%;
	margin-top: -1px;
}

.header .burger .inner .icon-bar.bottom {
	bottom: 0;
	width: 60%;
}

.header .burger .inner:hover .icon-bar {
	width: 100%;
}
/*#6600cc, #6666ff*/
.nav {
	width: 100%;
	height: 100%;
	position: fixed;
	top: -120%;
	left: 0;
	z-index: 1000;
	background:rgb(223, 223, 223);
	/* background: -webkit-linear-gradient(left, rgba(201, 201, 201, 0.7), rgba(17, 17, 17, 0.7));
	background: -moz-linear-gradient(left, rgba(201, 201, 201, 0.7), rgba(17, 17, 17, 0.7));
	background: -ms-linear-gradient(left, rgba(201, 201, 201, 0.7), rgba(17, 17, 17, 0.7));
	background: -o-linear-gradient(left, rgba(201, 201, 201, 0.7), rgba(17, 17, 17, 0.7));
	background: linear-gradient(to right, rgba(201, 201, 201, 0.7), rgba(17, 17, 17, 0.7)); */
	-webkit-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
	-moz-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
	-ms-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
	-o-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
	transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
}

.nav .menu li {
	display: block;
	position: relative;
	color: black;
	top: 50px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.nav .menu li.visible {
	top: 0;
	opacity: 1;
	visibility: visible;
}

.nav .menu li a {
	font-size: 20px;
	font-weight: 100;
	color: black;
	position: relative;
}

.nav .menu li a::before {
	content: '';
	width: 0;
	height: 1px;
	position: absolute;
	top: 60%;
	left: 105%;
	margin-top: -2px;
	background: black;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.nav .menu li a.active::before,
.nav .menu li a:hover::before {
	width: 110%;
	left: -5%;
	-webkit-transition: width 0.3s ease;
	-moz-transition: width 0.3s ease;
	-ms-transition: width 0.3s ease;
	-o-transition: width 0.3s ease;
	transition: width 0.3s ease;
}

.nav .close-nav {
	position: absolute;
	top: 50px;
	right: 5vw;
	width: 20px;
	height: 20px;
	margin-top: 15px;
	cursor: pointer;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nav .close-nav::before,
.nav .close-nav::after {
	content: '';
	position: absolute;
	background: black;
}

.nav .close-nav::before {
	width: 2px;
	height: 100%;
	top: 0;
	left: 50%;
	margin-left: -1px;
}

.nav .close-nav::after {
	width: 100%;
	height: 2px;
	top: 50%;
	left: 0;
	margin-top: -1px;
}

.nav .close-nav:hover::before {
	-webkit-animation: header-close-1 0.3s linear;
	animation: header-close-1 0.3s linear;
}

.nav .close-nav:hover::after {
	-webkit-animation: header-close-2 0.3s linear;
	animation: header-close-2 0.3s linear;
}

.nav.visible {
	top: 0;
}

@keyframes header-close-1 {
	49% {
		-webkit-transform: translateY(100%);
		-moz-transform: translateY(100%);
		-ms-transform: translateY(100%);
		-o-transform: translateY(100%);
		transform: translateY(100%);
	}

	50% {
		-webkit-transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		-o-transform: translateY(-100%);
		transform: translateY(-100%);
		opacity: 0;
	}

	51% {
		opacity: 1;
	}

}

@keyframes header-close-2 {
	49% {
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%);
	}

	50% {
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 0;
	}

	51% {
		opacity: 1;
	}

}

@media (max-width:800px) {
	.header {
		padding: 25px 5vw;
	}

	.nav .menu li a {
		font-size: 20px;
	}

	.nav .menu li a::before {
		height: 1px;
	}

	.nav .close-nav {
		top: 25px;
	}

}

/** 06. generals
-------------------------------------------------- **/
@media (max-width:600px) {
	#main #main-content.pb {
		padding-bottom: 50px;
	}

}

.headline {
	padding: 5px 0 5px;
}

@media (max-width:600px) {
	.headline {
		padding: 50px 0 50px;
	}

}

.fullwidth-section {
	position: relative;
}

.fullwidth-section .fullwidth-content {
	padding: 100px 50px;
}

.reveal {
	position: relative;
	top: 100px;
	opacity: 0;
	-webkit-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
	-moz-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
	-ms-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
	-o-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
	transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
}

.reveal.reveal-in {
	top: 0;
	opacity: 1;
}

/** 07. portfolio
-------------------------------------------------- **/

.gallery-container .arrow{
	display: none;
}

.arrow{
	display: none;
}

.gallery-container .item-overlay{
	display: none;
}

.portfolio .item {
	display: block;
	width: 100%;
	position: relative;
	margin-top: -75px;
}

.portfolio .item:first-child {
	margin-top: 0;
}

.portfolio .item .inner {
	width: 50%;
	position: relative;
	z-index: 1;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
	-moz-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
	-ms-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
	-o-transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
	transition: all 0.5s cubic-bezier(0.5, 0.3, 0.2, 1);
}

.portfolio .item .inner .item-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: #111111;
	background: -webkit-linear-gradient(left, rgba(201, 201, 201, 0.5), rgba(17, 17, 17, 0.5));
	background: -moz-linear-gradient(left, rgba(201, 201, 201, 0.5), rgba(17, 17, 17, 0.5));
	background: -ms-linear-gradient(left, rgba(201, 201, 201, 0.5), rgba(17, 17, 17, 0.5));
	background: -o-linear-gradient(left, rgba(201, 201, 201, 0.5), rgba(17, 17, 17, 0.5));
	background: linear-gradient(to right, rgba(201, 201, 201, 0.5), rgba(17, 17, 17, 0.5));
	opacity: 0;
	visibility: hidden;
	padding: 50px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.portfolio .item .inner .item-overlay .cat {
	font-size: 13px;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.7);
}

.image-title{
	left: 100px;
	color: rgb(175, 175, 175);
	margin-top:10px;
	display: flex !important;
	flex-direction: row;
	opacity: 1;
	/* height:0; */
}

.image-title.left{
	align-items: flex-start !important;
	justify-content: flex-start !important;
}
.image-title.right{
	align-items: flex-end !important;
	justify-content: flex-end !important;
	color: red!important;
}

.image-title .title1{
	color:gray;
}
.image-title .title2{
	color:lightgray;
}

.portfolio .item .inner .item-overlay .title {
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
}

.portfolio .item .inner .item-overlay .arrow {
	width: 40px;
	height: 40px;
	border: 2px solid #ffffff;
	border-radius: 50%;
	position: absolute;
	bottom: 50px;
	left: 25px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.portfolio .item .inner .item-overlay .arrow span {
	width: 14px;
	height: 2px;
	background: #ffffff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -1px 0 0 -7px;
}

.portfolio .item .inner .item-overlay .arrow span::before {
	content: '';
	width: 8px;
	height: 8px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -4px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.portfolio .item .inner:hover {
	z-index: 10;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.portfolio .item .inner:hover .item-overlay {
	opacity: 1;
	visibility: visible;
}

.portfolio .item .inner:hover .item-overlay .arrow {
	left: 50px;
}

.portfolio .item[data-width="40"] .inner {
	width: 40%;
}

.portfolio .item[data-width="50"] .inner {
	width: 50%;
}

.portfolio .item[data-width="60"] .inner {
	width: 60%;
}

.portfolio .item[data-width="70"] .inner {
	width: 70%;
}

.portfolio .item:nth-child(even)[data-width="40"] .inner {
	margin-left: 60%;
}

.portfolio .item:nth-child(even)[data-width="50"] .inner {
	margin-left: 50%;
}

.portfolio .item:nth-child(even)[data-width="60"] .inner {
	margin-left: 40%;
}

.portfolio .item:nth-child(even)[data-width="70"] .inner {
	margin-left: 30%;
}

@media (max-width:800px) {
	.portfolio .item .inner .item-overlay {
		display: none;
	}

}

@media (max-width:600px) {
	.portfolio .item {
		margin-top: 0;
	}

	.portfolio .item:not(:last-child) {
		margin-bottom: 25px;
	}

	.portfolio .item .inner {
		width: 100% !important;
		margin-left: 0 !important;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}

}

.project-nav {
	position: absolute;
	right: 5vw;
	bottom: 50px;
	z-index: 10;
	display: none;
}

.project-nav li {
	display: block;
	float: left;
	height: 20px;
	position: relative;
	display: none;
}

.project-nav li:not(:last-child) {
	margin-right: 15px;
	display: none;
}

.project-nav li a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 12px;
	font-weight: 700;
	position: relative;
	display: none;
}

.project-nav li.prev,
.project-nav li.next {
	width: 20px;
	position: relative;
	display: none;
}

.project-nav li.prev span,
.project-nav li.next span {
	display: none;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -6px;
}

.project-nav li.prev span::before,
.project-nav li.next span::before,
.project-nav li.prev span::after,
.project-nav li.next span::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	background: #111111;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.project-nav li.prev span::before,
.project-nav li.next span::before {
	width: 100%;
	height: 3px;
}

.project-nav li.prev span::after,
.project-nav li.next span::after {
	width: 3px;
	height: 100%;
}

.project-nav li.prev span {
	left: 50%;
	margin-left: -3px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.project-nav li.prev:hover span::before {
	-webkit-animation: navigation-bars-1 0.3s linear;
	animation: navigation-bars-1 0.3s linear;
}

.project-nav li.prev:hover span::after {
	-webkit-animation: navigation-bars-2 0.3s linear;
	animation: navigation-bars-2 0.3s linear;
}

.project-nav li.next span {
	right: 50%;
	margin-right: -3px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.project-nav li.next:hover span::before {
	-webkit-animation: navigation-bars-1 0.3s linear;
	animation: navigation-bars-1 0.3s linear;
}

.project-nav li.next:hover span::after {
	-webkit-animation: navigation-bars-2 0.3s linear;
	animation: navigation-bars-2 0.3s linear;
}

@media (max-width:600px) {
	.project-nav {
		width: 100%;
		height: 50px;
		right: 0;
		bottom: 0;
		left: 0;
		background: #ffffff;
		border-top: 1px solid #e6e6e6;
	}

	.project-nav li {
		float: none;
		height: 50px;
		text-align: center;
		line-height: 50px;
	}

	.project-nav li:not(:last-child) {
		margin-right: 0;
	}

	.project-nav li.prev {
		width: 50px;
		position: absolute;
		left: 0;
		top: 0;
	}

	.project-nav li.next {
		width: 50px;
		position: absolute;
		right: 0;
		top: 0;
	}

	.project-nav li.close {
		margin: 0 50px;
	}

}

@keyframes navigation-bars-1 {
	49% {
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%);
	}

	50% {
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 0;
	}

	51% {
		opacity: 1;
	}

}

@keyframes navigation-bars-2 {
	49% {
		-webkit-transform: translateY(100%);
		-moz-transform: translateY(100%);
		-ms-transform: translateY(100%);
		-o-transform: translateY(100%);
		transform: translateY(100%);
	}

	50% {
		-webkit-transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		-o-transform: translateY(-100%);
		transform: translateY(-100%);
		opacity: 0;
	}

	51% {
		opacity: 1;
	}

}

/** 08. blog
-------------------------------------------------- **/
.blog .post {
	position: relative;
}

.blog .post:not(:last-child) {
	margin-bottom: 150px;
}

.blog .post .post-image:not(:last-child) {
	margin-bottom: 50px;
}

.blog .post .post-header:not(:last-child) {
	margin-bottom: 25px;
}

.post-metas:not(:last-child) {
	margin-bottom: 15px;
}

.post-metas span {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	position: relative;
}

.post-metas span:not(:last-child)::after {
	content: '-';
	display: inline-block;
	margin: 0 15px;
}

.blog-navigation {
	display: block;
	text-align: center;
}

.blog-navigation li {
	display: inline-block;
	position: relative;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.blog-navigation li a {
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	font-weight: 700;
	color: #111111;
	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.blog-navigation li a i {
	width: 12px;
	height: 2px;
	background: #111111;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.blog-navigation li a i::before {
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	top: 50%;
	margin-top: -4px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.blog-navigation li.prev {
	position: absolute;
	left: 0;
	color: #111111;
}

.blog-navigation li.prev a i {
	left: 2px;
}

.blog-navigation li.prev a i::before {
	left: 0;
	border-bottom: 2px solid #111111;
	border-left: 2px solid #111111;
}

.blog-navigation li.prev a {
	padding-left: 25px;
}

.blog-navigation li.prev:hover a {
	padding-left: 35px;
}

.blog-navigation li.next {
	position: absolute;
	right: 0;
	color: #111111;
}

.blog-navigation li.next a i {
	right: 2px;
}

.blog-navigation li.next a i::before {
	right: 0;
	border-top: 2px solid #111111;
	border-right: 2px solid #111111;
}

.blog-navigation li.next a {
	padding-right: 25px;
}

.blog-navigation li.next:hover a {
	padding-right: 35px;
}

.blog-navigation li.page-number {
	width: 40px;
	font-size: 12px;
	font-weight: 500;
	border-radius: 50%;
}

.blog-navigation li.active.page-number {
	background: #111111;
	color: #ffffff;
}

.blog-navigation li.page-number:hover a,
.blog-navigation li.active a {
	color: #b3b3b3;
}

@media (max-width:600px) {
	.blog-navigation li a span {
		display: none;
	}

}

.comments .comment:not(:last-child) {
	margin-bottom: 50px;
}

.comments .comment .comment-img {
	width: 80px;
	float: left;
}

.comments .comment .comment-img img {
	display: block;
	width: 100%;
	border-radius: 50%;
}

.comments .comment .comment-content {
	padding-left: 100px;
}

.comments .comment .comment-content .name {
	font-weight: 700;
}

.comments .comment .comment-content .date {
	font-size: 12px;
}

.comments .comment .comment-content .desc {
	margin: 25px 0;
}

.comments .comment .comment-content a.reply {
	font-size: 12px;
	font-weight: 700;
}

.comments .comments {
	padding: 50px 0 0 50px;
}

@media (max-width:600px) {
	.comments .comment .comment-img {
		width: 50px;
	}

	.comments .comment .comment-content {
		padding-left: 70px;
	}

	.comments .comments {
		padding: 50px 0 0 0;
	}

}

@media (max-width:400px) {
	.comments .comment .comment-img {
		display: none;
	}

	.comments .comment .comment-content {
		padding-left: 0;
	}

}

/** 09. footer
-------------------------------------------------- **/
.footer page {
	/* margin-top: 150px; */
	margin-bottom: 100px;
	bottom: 50px;
	color: white;
}

.footer menu {
	/* margin-top: 150px; */
	margin-bottom: 100px;
	bottom: 50px;
	color: white;
}

.footer .footer-social li {
	display: inline-block;
	position: relative;
	line-height: 20px;
}

.footer .footer-social li::after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 1px;
	margin: 0 15px;
	background: #cccccc;
}

.footer .footer-social li:last-child::after {
	display: none;
}

.footer .footer-social li a {
	font-size: 12px;
	font-weight: 700;
}

.footer .copy {
	font-size: 12px;
	margin-top: 15px;
}


/* @media (max-width:900px) {
	.to-top {
		right: 5vw;
		bottom: 0px !important;
		margin-bottom: 0!important;
	}
} */

.to-top {
	right: 5vw;
	bottom: 0px !important;
	margin-bottom: 0!important;
}

/* @media (min-width:900px) {
	.to-top {
		right: 5vw;
		bottom: 150px!important;
	}
} */

#home{
	width:20px;
	/* padding:5px; */
	align-self: center;
}

.to-top {
	position: fixed;
	/* align-items: flex-end; */
	display:flex;
	flex-direction: column;
	z-index: 1000;
	width: 8px;
	height: 100px;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	margin-bottom: -25px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;

}

.to-top.visible {
	opacity: 1;
	visibility: visible;
	margin-bottom: 0;
}

.to-top span {
	width: 2px;
	height: 14px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -7px 0 0 -1px;
	background: #111111;
}

.to-top span::before {
	content: '';
	width: 10px;
	height: 10px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-top: 2px solid #111111;
	border-right: 2px solid #111111;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/** 10. sliders
-------------------------------------------------- **/
.slider {
	position: relative;
}

.slider .owl-dots {
	width: 100%;
	height: 7px;
	position: absolute;
	right: 0;
	bottom: 3vw;
	left: 0;
	z-index: 99;
	text-align: center;
}

.slider .owl-dots .owl-dot {
	display: inline-block;
	margin: 0 5px;
	overflow: hidden;
}

.slider .owl-dots .owl-dot span {
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: rgba(17, 17, 17, 0.3);
	border: none;
	box-shadow: none;
	margin: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.slider .owl-dots .owl-dot:hover span,
.slider .owl-dots .owl-dot.active span {
	background: #111111;
}

.slider .owl-nav {
	z-index: 100;
}

.slider .owl-nav div {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 80px;
	margin-top: -40px;
	background: rgba(17, 17, 17, 0.5);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.slider .owl-nav div:hover {
	background: rgba(17, 17, 17, 0.7);
}

.slider .owl-nav div.owl-prev {
	left: 0;
}

.slider .owl-nav div.owl-next {
	right: 0;
}

.slider .owl-nav div.owl-prev::before,
.slider .owl-nav div.owl-next::before {
	content: '';
	width: 10px;
	height: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -5px 0 0 -5px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.slider .owl-nav div.owl-prev::before {
	border-bottom: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
}

.slider .owl-nav div.owl-next::before {
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
}

.slider.outside .owl-dots {
	position: relative;
	top: 15px;
	bottom: 0;
}

.slider.controls-light .owl-dots .owl-dot span {
	background: rgba(255, 255, 255, 0.5);
}

.slider.controls-light .owl-dots .owl-dot:hover span,
.slider.controls-light .owl-dots .owl-dot.active span {
	background: #ffffff;
}

.slider.controls-light .owl-nav div.owl-prev {
	border-bottom-color: rgba(255, 255, 255, 0.5);
	border-left-color: rgba(255, 255, 255, 0.5);
}

.slider.controls-light .owl-nav div.owl-prev:hover {
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
}

.slider.controls-light .owl-nav div.owl-next {
	border-top-color: rgba(255, 255, 255, 0.5);
	border-right-color: rgba(255, 255, 255, 0.5);
}

.slider.controls-light .owl-nav div.owl-next:hover {
	border-top-color: #ffffff;
	border-right-color: #ffffff;
}



/* SMALL */
@media (max-width:800px) {

	#top-title{
		width:100vw;
		height: 20%;
		z-index:100;
		display: flex;
		align-items: center;
		pointer-events: none;
		flex-direction: column;
		/* margin-top:40px!important; */
		margin-bottom:40px!important;
	}
	#top-title img{
		width: 90vw;
		max-width:90vw !important;
		max-height:90vw !important;
		margin-bottom:60px;
	}
	#top-title video{
		/* width: 90vw;
		max-width:90vw !important;
		max-height:90vw !important; */
		/* height:100vh; */
		width:100vw;
		margin-bottom:60px;
	}
	#arrow-down-project{
		display: none;
	}
	#top-title h1{
		font-size:50px!important;
		text-align: center;
		width:80vw;
	}
	#top-title p{
		width:75vw;
		text-align: justify;
		margin-bottom: 50px !important;
	}
	#top-title-text{
		width:80vw;
		z-index:100;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	#top-title-text h1{
		margin-bottom: 16px;
	}
	#top-title-text h3{
		margin-bottom: 50px;
	}

	#img_text_banner{
		width:100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		margin-bottom: 20px;
		padding-top: 50px;
	}
	
	#img_text_banner p{
		width: 80%;
		margin-right:100px;
		text-align: justify;
		margin-right: 0;
		order:2;
		margin-top: 40px;
		margin-bottom: 30px;
	}
	#img_text_banner-img{
		width: 90%;
		order:1;
	}
	.img_text_banner-img img{
		width:100%;
	}
	.img_text_banner-img p{
		text-align: center!important;
		margin-right: 0 !important;
		margin-top:0px;
		width:100%!important;
		color: rgb(175, 175, 175);
		font-size: 17px!important;
	}

	.text_banner p{
		width: 80%;
		text-align: justify;
	}
	.text_banner{
		width:100%;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		margin-bottom: 100px;
		padding-top: 20px;
	}

	/* .img_text_banner-img{
		width: 40%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.img_text_banner-img img{
		width:100%;
	}
	.img_text_banner-img p{
		text-align: center!important;
		margin-right: 0 !important;
		margin-top:20px;
		width:100%;
		color: rgb(175, 175, 175);
		font-size: 17px!important;
	} */

	/* .dot_banner p{
		width: 80%;
		text-align: justify;
	}
	.dot_banner{
		width:100%;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	} */

}

/* LARGE */
@media (min-width:800px) {

	#top-title{
		width:70vw;
		height: 72vh;
		z-index:100;
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		pointer-events: none;
		margin-left: 15vw;
		margin-bottom:150px!important;
	}
	#top-title{
		flex-direction: row;
	}
	#top-title img{
		width:60%;
		max-width:70vh !important;
		max-height:70vh !important;
	}
	#top-title video{
		width:60%;
		max-width:70vh !important;
		max-height:70vh !important;
	}
	#top-title h1{
		font-size:100px!important;
		text-align: right;
	}
	#top-title p{
		width:20vw;
		text-align: right;
	}
	#top-title-text{
		width:40%;
		height: 80%;
		z-index:100;
		right:10vw;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		
	}
	#top-title-text h3{
		margin-bottom: 30px;
	}

	#top-title-text h1{
		line-height: 110px;
	}

	#img_text_banner{
		width:100%;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		margin-bottom: 20px;
		padding-top: 250px;
	}	
	#img_text_banner p{
		width: 30%;
		margin-right:100px;
		text-align: right;
	}
	.img_text_banner-img{
		width: 40%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.img_text_banner-img img{
		width:100%;
	}
	.img_text_banner-img p{
		text-align: center!important;
		margin-right: 0 !important;
		margin-top:20px;
		width:100%;
		color: rgb(175, 175, 175);
		font-size: 17px!important;
	}

	.text_banner p{
		width: 60%;
		text-align: center;
	}
	.text_banner{
		width:100%;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		margin-bottom: 200px;
		padding-top: 200px;
	}

}

.gallery{
	width:100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.line-gallery{
	display: flex;
	align-items: center;
	justify-content: center;
}

.large-img{
	width: 100% !important;
}

.sub-title-small{
	font-size: 14px !important;
}

.gallery-full-width{
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width:800px) {
	.line-gallery{
		flex-direction:column;
	}
	.gallery img{
		width: 80%;
		margin-bottom: 40px;
	}
	.line-gallery{
		width:100%;
	}
	.gallery-full-width{
		width: 100%;
	}
	.iframe-semanticism{
		width:355px;
		height:200px;
		pointer-events: none;
	}
	.tree-container{
		width:100vw;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		margin-top:50px
	}
	.tree-container button{
		width: 90vw;
		height:40px;
		margin-top:10px;
		margin-bottom:10px;
		font-size: 14px;
	}
	.tree-container h4{
		color: #999999;
		margin-bottom: 0px;
	}
	.tree-container h6{
		color: #bcbcbc;
	}
	.tree-container img {
		width: 50px;
		margin-bottom: 30px;
	}
}
@media (min-width:800px) {
	.line-gallery{
		flex-direction:row;
	}
	.gallery img{
		width: 350px;
		margin-bottom: 40px;
	}
	.line-gallery{
		width:750px;
	}
	.line-gallery img{
		padding-left:30px;
	}
	.gallery-full-width{
		width: 600px;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
	.point{
		margin-left:20px;
		padding-right: 20px;
	}
	.iframe-semanticism{
		width:746px;
		height:420px;
		pointer-events: none;
	}
		.tree-container{
		width:100vw;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		margin-top:50px
	}
	.tree-container button{
		width: 300px;
		height:40px;
		margin-top:10px;
		margin-bottom:10px;
		font-size: 14px;
	}
	.tree-container h4{
		color: #999999;
	}
	.tree-container img {
		width: 50px;
		margin-bottom: 30px;
	}
}

.book_container{
	display: flex;
	flex-direction: row;
	justify-content: space-between !important;
	
}

@media (min-width:800px) {
	.book_container{
		flex-direction: row;
		justify-content: space-between !important;
		width: 60vw;
		flex-wrap: wrap;
	}
	.book_container img{
		width:29vw;
		margin-bottom: 2vw;
	}
}
@media (max-width:800px) {
	.book_container{
		flex-direction: column;
		width: 90vw;
	}
	.book_container img{
		width:100%;
		margin-bottom: 30px;
	}
}

.book_container img{
	cursor: pointer;
}











