@font-face {
	font-family: 'Josefin Sans';
	src: url("/front/fonts/Josefin_Sans/static/JosefinSans-Light.ttf");
}

@font-face {
	font-family: "Josefin Sans";
	src: url("/front/fonts/Josefin_Sans/static/JosefinSans-Bold.ttf");
	font-weight: bold;
}

@font-face {
	font-family: "Josefin Sans";
	src: url("/front/fonts/Josefin_Sans/static/JosefinSans-LightItalic.ttf");
	font-style: italic;
}

@font-face {
	font-family: "Josefin Sans";
	src: url("/front/fonts/Josefin_Sans/static/JosefinSans-BoldItalic.ttf");
	font-weight: bold;
	font-style: italic;
}

* {
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	font-family: "Josefin Sans";
	border-radius: 0px !important;
}

.color-1 {
	color: #07282D !important;
}

.color-2 {
	color: #217266 !important;
}

.color-3 {
	color: #309A89 !important;
}

.color-4 {
	color: #B4E5D8 !important;
}

.color-5 {
	color: #F3CFB6 !important;
}

.color-6 {
	color: #D48957 !important;
}

.bg-1 {
	background-color: #07282D !important;
}

.bg-2 {
	background-color: #217266 !important;
}

.bg-3 {
	background-color: #309A89 !important;
}

.bg-4 {
	background-color: #B4E5D8 !important;
}

.bg-5 {
	background-color: #F3CFB6 !important;
}

.bg-6 {
	background-color: #D48957 !important;
}

#loading {
	position: fixed;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 1002;
	background-color: #07282D;
}

#loading img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

header {
	background: rgb(2, 0, 36);
	background: linear-gradient(180deg, rgba(2, 0, 36, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
}

header.home {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 10;
}

header .web .home-menu {
	list-style: none;
	display: flex;
	justify-content: center;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 5px;
	margin: 10px auto;
}

header .web .home-menu li {
	margin-right: 30px;
	line-height: 100px;
}

header .web .home-menu li a {
	color: #07282D;
	text-decoration: none;
	transition: all .5s;
	text-transform: uppercase;
	-webkit-transform: uppercase;
	-moz-transform: uppercase;
	-ms-transform: uppercase;
	-o-transform: uppercase;
}

header .web .home-menu li a:hover {
	color: #217266;
}

header .web .home-menu li:last-child {
	margin-right: 0px;
}

header .web .home-menu li.logo img {
	height: 100px;
}

header .mobile {
	display: none;
	background-color: #F3CFB6;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: -16px;
}

header.home .mobile {
	background: rgb(2, 0, 36);
	background: linear-gradient(180deg, rgba(2, 0, 36, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
}

header .mobile .logo a img{
	height: 80px;
	width: auto;
}

header .mobile .menu-bar a{
	line-height: 80px;
	float: right;
	font-size: 30px;
	color: #07282D;
}

#mobileMenuShadow {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 1055;
	background-color: rgba(0,0,0,.3);
	display: none;
}

#mobileMenu {
	position: fixed;
	top: 0px;
	right: -100%;
	height: 100%;
	width: 70%;
	z-index: 1056;
	background-color: #B4E5D8;
	transition: all 1s;
}

#mobileMenu #closeMenuButton {
	float: right;
    text-align: right;
    font-size: 20px;
    color: #07282d;
    margin-top: 10px;
}

#mobileMenu ul.mobile-menu {
	list-style: none;
	justify-content: center;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 5px;
	margin: 10px auto;
}

#mobileMenu ul.mobile-menu li {
	line-height: 50px;
	text-align: center;
}

#mobileMenu ul.mobile-menu li a {
	color: #07282D;
	text-decoration: none;
	transition: all .5s;
	text-transform: uppercase;
	-webkit-transform: uppercase;
	-moz-transform: uppercase;
	-ms-transform: uppercase;
	-o-transform: uppercase;
}

#mobileMenu ul.mobile-menu li a:hover {
	color: #217266;
}

body.mobile-menu-open #mobileMenuShadow {
	display: block;
}
body.mobile-menu-open #mobileMenu {
	right: 0px;
}

footer .section1 {
	background-color: #B4E5D8;
}

footer .section1 ul.social-media {
	list-style: none;
	display: flex;
	justify-content: center;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 5px;
	margin: 10px auto;
}

footer .section1 ul.social-media li {
	margin-right: 20px;
	line-height: 50px;
}

footer .section1 ul.social-media li a {
	color: #07282D;
	text-decoration: none;
	transition: all .5s;
}

footer .section1 ul.social-media li a:hover {
	color: #217266;
}

footer .section1 ul.social-media li:last-child {
	margin-right: 0px;
}

footer .section2 {
	background-color: #F3CFB6;
	color: #07282D;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
}

footer .section2 a {
	color: #07282D;
	text-decoration: none;
}

footer .section2 a:hover {
	color: #217266;
}

footer .section2 img {
	height: 100px;
}

section.list-section {
	padding-top: 50px;
	padding-bottom: 50px;
}

section.list-section.bg-section {
	background-color: #f5f3f3;
}

section.list-section .list-item {
	transition: all .5s;
	border-radius: 5px;
	overflow: hidden;
	text-decoration: none;
}

section.list-section h2 {
	font-weight: bold;
	text-align: center;
	font-size: 3rem;
}

section.list-section .list-item img {
	height: 400px;
	width: 100%;
	object-fit: cover;
	border-radius: 5px;
	transition: all .5s;
}

section.list-section .list-item .item-title {
	text-decoration: none !important;
}

section.list-section .list-item.gallery-item img {
	height: 300px;
}

section.list-section .list-item .cover .cover-container .item-title {
	font-size: 18px;
	font-weight: bold;
}

section.list-section .list-item .cover .cover-container .icon {
	font-size: 28px;
	font-weight: bold;
	transition: all 1s;
}

section.list-section .list-item:hover {
	filter: drop-shadow(0px 0px 3px black);
}

section.list-section .list-item:hover .item-title {
	text-decoration: none !important;
}

section.list-section .list-item:hover img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
}

.albums a.other-albums {
	border-radius: 0px;
	background-color: #07282D;
	color: #D48957;
	border: none;
	transition: all .5s;
}
.albums a.other-albums:hover {
	background-color: #309A89;
	color: #F3CFB6;
}

.text-bold {
	font-weight: bold;
}
.page-content {
	min-height: 73vh;
}
section.gallery-page .image-single {
	transition: all .5s;
	border-radius: 5px;
	overflow: hidden;
}

section.gallery-page h2 {
	font-weight: bold;
	text-align: center;
	font-size: 3rem;
}

section.gallery-page .image-single img {
	height: 300px;
	width: 100%;
	object-fit: cover;
	border-radius: 5px;
	transition: all .5s;
}

section.gallery-page .image-single .cover {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	padding: 0px 15px;
	text-align: center;
	opacity: 0;
	transition: all .5s;
	z-index: 4;
	color: #fff;
}

section.gallery-page .image-single .cover .cover-container {
	position: absolute;
	left: 50%;
	top: 50%;
	transition: all 1s;
	transform: translate(-50%, -80%);
	-webkit-transform: translate(-50%, -80%);
	-moz-transform: translate(-50%, -80%);
	-ms-transform: translate(-50%, -80%);
	-o-transform: translate(-50%, -80%);
}

section.gallery-page .image-single .cover .cover-container .albume-name {
	font-size: 18px;
	font-weight: bold;
}

section.gallery-page .image-single .cover .cover-container .icon {
	font-size: 28px;
	font-weight: bold;
	transition: all 1s;
}

section.gallery-page .image-single:hover {
	filter: drop-shadow(0px 0px 3px black);
	cursor: pointer;
}

section.gallery-page .image-single:hover img {
	transform: scale(1.3);
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
}

section.gallery-page .image-single:hover .cover {
	opacity: 1;
	background: rgb(2, 0, 36);
	background: linear-gradient(135deg, rgba(2, 0, 36, 1) 0%, rgba(48, 154, 137, 1) 0%, rgba(7, 40, 45, 0.8) 0%, rgba(243, 207, 182, 0.8) 100%);
}

section.gallery-page .image-single:hover .cover .cover-container {
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

section.gallery-page .image-single:hover .cover .cover-container .icon {
	font-size: 18px;
}

section.blog-page .blog-posts .blog-post {
	text-decoration: none;
}

section.blog-page .blog-posts .blog-post img.blog-image {
	width: 100%;
	height: 200px;
	object-fit: cover;
	transition: all .5s;
}

section.blog-page .blog-posts .blog-post .blog-title {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	color: #07282D;
	transition: all .5s;
}
section.blog-page .blog-posts .blog-post .blog-desc {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	transition: all .5s;

}

section.blog-page .blog-posts .blog-post:hover .blog-title {
	color: #217266;
}

section.blog-page .blog-posts .blog-post:hover .blog-desc {
	color: #217266;
}

section.blog-page .blog-posts .blog-post:hover img.blog-image {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

section.blog-page .menu-section ul {
	list-style: none;
}

section.blog-page .menu-section ul li {
	padding: 5px 20px;
	border-bottom: 1px solid rgba(0,0,0,.1);
	transition: all .5s;
}

section.blog-page .menu-section ul li:last-child {
	border-bottom: none;
}

section.blog-page .menu-section ul li a {
	text-decoration: none;
	color: #07282D;
	transition: all .5s;
}

section.blog-page .menu-section ul li:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

section.blog-page .menu-section ul li:hover a {
	color: #217266;
}

section.contact-page form .form-control {
	outline: none !important;
	border-radius: 0px !important;
	box-shadow: none !important;
}

section.contact-page form .form-control:focus {
	border-color: #309A89;
}

section.contact-page form button {
	border-radius: 0px !important;
	border: none;
	box-shadow: none !important;
	background-color: #B4E5D8;
	color: #07282D;
	transition: all .5s;
}

section.contact-page form button:hover {
	background-color: #309A89;
	color: #fff;
}

.btn {
	outline: none !important;
	box-shadow: none !important;
}




@media only screen and (max-width: 1025px) {
	header .web {
		display: none;
	}
	header .mobile {
		display: block;
	}
	section.list-section .list-item img {
		height: 200px;
	}

	section.list-section .list-item.gallery-item img {
		height: 150px;
	}
}

.line-limit-1 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	color: #07282D;
}
.line-limit-2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #07282D;
}

