
/*IMPORTS*/
@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css";
/*Fonts*/
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

/* SCROLLBAR */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    /* border-radius: 10px; */
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #333; 
    /* border-radius: 10px; */
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #cccccc; 
}

/* ----------------------------------------------------------------------------------- */
body {
	margin: 0;
	color: #333;
}

.nav {
	position: relative;
	width: 100%;
	height: 60px;
	/*border: 1px solid red;*/
}

#tc-scrollnav {
	position: fixed;
	top: 0;
	z-index: 100;
	transition: 0.3s;
}

.nav-left, .nav-center, .nav-right {
	display: inline-block;
	margin: 0 10px;
}

.nav-links, .nav-search {
	display: inline-block;
}

.nav-links {
	width: max-content;
}

.nav-left h1 {
	margin: 0;
	margin-left: 30px;
}

.nav-left img {
	max-height: 50px;
	margin-top: 5px;
}

.nav-links a {
	text-decoration: none;
	padding: 18px 14px;
	color: #333;
	font-size: 18px;
	/*font-weight: bold; */
}

.nav-search {
	margin-left: 30px;
}

.nav-search table {
	border: 2px solid #333;
	border-radius: 20px;
	transform: translateY(5px);
	width: 250px;
}

.nav-search input {
	border: none;
	outline: none;
	background-color: transparent;
	color: #333;
	height: 25px;
}

.nav-search span {
	margin-right: 3px;
}

.nav-center {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.nav-center-mobile {
	display: inline-block;
}

.nav-right {
	float: right;
	margin-top: 20px;
}

.nav-right span {
	font-size: 2em;
	margin: 0 10px;
	color: #333;
}

.nav-right a {
	text-decoration: none;
	font-size: 2em;
	margin: 0 10px;
	color: #333;
}

.nav-right-mobile {
	font-size: 2em;
	float: right;
	margin-right: 10px;
	margin-top: 10px;
}

.nav-right button {
	width: 80px;
	height: 35px;
	transform: translateY(-5px);
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* SIDE NAV */
.side-outer {
	position: absolute;
	width: 25%;
	height: 100%;
	left: -25%;
	top: 0;
}

.side-menu::-webkit-scrollbar {
	display: none;
}

/* +++++++++++++++++++++++++++++++ */
.side-menu {	
	position: fixed;
	overflow-x: auto;
	width: 80%;
	height: 100%;
	background-color: white;
	right: -100%;
	top: 0;
	z-index: 10;
	border-left: 1px solid #cccccc;
	transition: 0.3s;
}

.side-menu h1 {
	text-align: center;
	margin-top: 40px;
}

.side-menu .side-logo {
	width: 100%;
	text-align: center;
}

.side-menu .side-logo img {
	width: 90%;
}
/* ++++++++++++++++++++++++++++++++++++++ */
.side-close {
	font-size: 2em;
	position: absolute;
	right: 10px;
	top: 5px;

}
/* ++++++++++++++++++++++++++++++++++++++ */
.side-search {
	width: 80%;
	margin: auto;
}

.side-search table {
	border: 2px solid #333;
	border-radius: 20px;
	transform: translateY(5px);
	width: 100%;
}

.side-search input {
	border: none;
	outline: none;
	background-color: transparent;
	color: #333;
	width: 90%;
}

.side-search span {
	margin-right: 3px;
}
/* +++++++++++++++++++++++++++++++++++++++++ */
.side-links {
	margin-left: 10%;
	margin-top: 30px;
}

.side-links a {
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 6vw;
	font-weight: bold;
	padding: 14px 0;

}

.side-links a span {
	margin-right: 10px;
}
/* +++++++++++++++++++++++++++++++++++++++++ */
.side-social {
	text-align: center;
}

.side-social span, .side-social a {
	text-decoration: none;
	font-size: 2em;
	padding: 20px;
	color: #333;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.center-btn, .message-block .center-btn {
	width: max-content;
	margin: auto;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.slide-controls {
	width: max-content;
	margin: auto;
	margin-top: 20px;
}

.arrow {
	font-size: 2em;
	cursor: pointer;
}

.slide-controls span {
	margin: 0 5px;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* FOOTER */
.footer {
	background-color: #333;	
	color: white;
	text-align: center;
	padding: 20px 0;
}

.footer-cont div {
	display: block;
	margin-bottom: 60px;
}

.footer p {
	text-align: left;
	width: 70%;
	margin: auto;
}

.footer-cont .quick-links a {
	text-decoration: none;
	background-color: #1DABF8;
	color: white;
	padding: 14px 16px;
	margin: 0 10px;

	display: inline-block;
	width: 25%;
}

.footer-cont span, .footer-cont .footer-links a {
	text-decoration: none;
	color: white;
	font-size: 2em;
	margin: 0 30px;
}

.copy-right {
	display: block;
}

.copy-right a {
	text-decoration: none;
	color: white;
}

.copy-right a:hover {
	color: #1DABF8;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ELEMENTS */
button {
	width: max-content;
	height: 35px;
	border: none;
	outline: none;
	background-color: #333;
	color: white;
	font-weight: bold;
	padding: 0 20px;
}

input {
	background-color: transparent;
	border: 1px solid #333;
	height: 35px;
	border-radius: 5px;
	text-indent: 5px;
}

textarea {
	background-color: transparent;
	border: 1px solid #333;
	border-radius: 5px;
	resize: none;
	text-indent: 5px;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* EXTRA FEATURES */

/* SLIDE 2 */
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.slide2-cont::-webkit-scrollbar {
	display: none;
}

.slide2-cont {
	width: 100%;
	margin: auto;
	overflow-x: scroll;
	overflow-y: hidden;
	/*border: 1px solid red;*/
	margin-top: 100px;
	scroll-behavior: smooth;	
}

.slide2-cont table {
	height: 300px;	
}

.slide2-cont table td {
	position: relative;
}

.slide2-cont table td img {
	width: 80%;
	position: absolute;

	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 0 4px 8px 0 #00000033, 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	z-index: 0;
	transition: 0.3s;

}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* MESSANGER 1 */
/* MESSAGE BUTTON */
.message-btn {
	position: fixed;
	bottom: 3%;
	right: 2%;
    transition: 0.3s;
}

.message-btn span {
	padding: 50%;
	transform: translateX(-50%);
	font-size: 2em;
	background-color: #333;
	color: white;

	border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
    /* border: 1px solid white; */
	box-shadow: 0 4px 8px 0 #00000033, 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*Message block*/
.message-block::-webkit-scrollbar {
	display: none;
}

.message-block {
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 0;

	background-color: white;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

	z-index: 1;
	overflow-y: scroll;
	transition: 0.3s;
	text-align: center;
}

.message-block label {
    display: block;
	font-size: 4vw;
	margin: 0;
	margin-bottom: 10px;
}

.message-block div {
	margin: 20px 5%;
	text-align: left;
}

.message-block span {
	position: absolute;
	right: 2%;
	font-size: 8vw;
	margin: 2%;
	color: #333;
}

.message-block h1 {
	text-align: center;
	font-size: 8vw;
}

.message-block input {
	width: 70%;
	border: 1px solid #cccccc;
	background-color: #f5f5f5;
	border-radius: 5px;
	margin-top: 5px;
	font-size: 4vw;
	padding: 1vh 2vw;
}

.message-block select, .message-block textarea {
	width: 60%;
	border: 1px solid #cccccc;
	background-color: #f5f5f5;
	border-radius: 5px;
	margin-top: 5px;
	font-size: 4vw;
	padding: 1vh 2vw;
}

.message-block textarea {
	width: 90%;
	height: 200px;
	font-size: 4vw;
	resize: none;
	background-color: #f5f5f5;
	border: 2px solid #cccccc;
	margin: 0;
}

#msg {
    margin-left: 10px;
    color: red;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* IMAGE VIEWER */
.viewer-cont {
    position: fixed;
    top: 0;
    left: 0;
    
    width: 100%;
    height: 100%;

    display: none;
	z-index: 500;

}

.image-viewer {
	text-align: center;

    background-color: white;
	overflow-y: hidden;

    width: 100%;
    height: 100%;
    z-index: 200;

}

.image-viewer h1 {
    position: absolute;
    left: 2%;
    top: 2%;
    font-size: 8vw;
    margin: 0;
}

.image-viewer #img-close {
    position: absolute;
    font-size: 10vw;
    right: 2%;
    top: 2%;
}

#img-back {
    position: absolute;
    left: 30%;
    bottom: 2%;
    font-size: 15vw;
}

#img-next {
    position: absolute;
    right: 30%;
    bottom: 2%;
    font-size: 15vw;
}

.image-viewer img {
	position: absolute;
    max-width: 90%;
	max-height: 70%;
	left: 50%;
    top: 50%;
	transform: translate(-50%, -50%);
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* SEARCH RESULTS */
.search-results::-webkit-scrollbar {
    display: none;
}

.search-results {
    position: fixed;
    z-index: 51;
	top: 0;
	left: 0;

    background-color: white;
	overflow-y: scroll;
    overflow-x: hidden;

    width: 100%;
    height: 100%;
    display: none;
}

.search-results h1 {
    position: absolute;
    left: 30px;
    top: 2%;
    font-size: 8vw;
    margin: 0;
}

.search-results h2 {
	font-size: 6vw;
	padding: 20px 0;
	border-bottom: 1px solid #cccccc;

}

.search-results p {
	font-size: 6vw;
	/* color: #2E2E88; */
}

.results {
    height: max-content;
	margin: 0 10px;
	margin-top: 20%;
}

.results a {
    text-decoration: none;
	color: #333;

    display: block;
    padding: 2vh 2vw;
}

.search-results #search-close {
    position: absolute;
    font-size: 8vw;
    right: 2%;
    top: 2%;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* SHAPES*/
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* .triangle-bottom-right {
	width: 0;
	height: 0;
	border-bottom: 100px solid #333;
	border-left: 100px solid transparent;

	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 0;
}

.triangle-top-left {
	width: 0;
	height: 0;
	border-top: 100px solid #333;
	border-right: 100px solid transparent;

	position: absolute;
	top: 0;
	left: 50px;
}

.page1 .page-right {
	position: relative;
	min-height: 80%;
}

.page1 .page-left {
	position: relative;
} */

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

@media only screen and (min-width: 768px) {
	/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
	/* FOOTER PC */
	.footer {
		width: 100%;
	}

	.footer-cont div {
		display: inline-block;
		padding: 0 1%;
		/* border: 1px solid red; */
		width: 30%
	}

	.footer .quick-links a {
		width: 30%;
	}

	/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
	/* MESSAGE BLOCK PC */
	.message-block {
		position: fixed;
		
		background-color: white;
		border-radius: 20px;
		box-shadow: 0 4px 8px 0 #00000033, 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	
		z-index: 1;
		overflow-y: scroll;
		transition: 0.3s;
	
		width: 25%;
		height: 0;
		bottom: 0%;
		/* left: 50%; */
		/* transform: translateX(-50%); */
		right: 30px;
		margin-bottom: 20px;
	}
	
	.message-block div {
		margin: 20px 5%;
		text-align: left;
	}
	
	.message-block span {
		position: absolute;
		right: 2%;
		font-size: 2em;
		margin: 2%;
		color: #333;
	}
	
	.message-block h1 {
		text-align: center;
		font-size: 2vw;
	}

	.message-block label {
		font-size: 18px;
	}
	
	.message-block input {
		width: 80%;
		border: 1px solid #cccccc;
		background-color: #f5f5f5;
		border-radius: 5px;
		margin-top: 5px;
		font-size: 16px;
		padding: 1vh 10px;
	}
	
	.message-block textarea {
		width: 80%;
		height: 100px;
		border: 1px solid #cccccc;
		background-color: #f5f5f5;
		border-radius: 5px;
		margin-top: 5px;
		font-size: 16px;
		padding: 3px;
	}

	/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
	/* IMAGE VIEWER */
	.viewer-cont {
		position: fixed;
		top: 0;
		left: 0;
		
		z-index: 100;
		width: 100%;
		height: 100%;

		display: none;
	}

	.image-viewer {
		position: relative;
		text-align: center;

		background-color: white;
		color: #333;
		border-radius: 20px;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		overflow-y: hidden;

		width: 80%;
		height: 90%;
		top: 5%;
		left: 50%;
		transform: translateX(-50%);
	}

	.image-viewer img::-moz-selection {
		background-color: transparent;
	}
	
	.image-viewer img::selection {
		background-color: transparent;
	}

	.image-viewer h1 {
		position: absolute;
		left: 2%;
		top: 2%;
		font-size: 2vw;
		margin: 0;
	}

	.image-viewer #img-close {
		position: absolute;
		font-size: 3vw;
		right: 2%;
		top: 2%;
		cursor: pointer;
	}

	#img-back {
		position: absolute;
		left: 3%;
		top: 45%;
		/* transform: translateY(-50%); */
		font-size: 4vw;
		cursor: pointer;
	}

	#img-next {
		position: absolute;
		right: 3%;
		top: 45%;
		/* transform: translateY(-50%); */
		font-size: 4vw;
		cursor: pointer;
	}

	.image-viewer img {
		position: absolute;
		max-height: 80%;
		max-width: 85%;
		top: 52%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
	/* SEARCH RESULTS */
	.search-results {
		position: fixed;
		top: 50%;
		left: 50%;
		
		transform: translate(-50%,-50%);
	
		z-index: 31;
	
		background-color: white;
		border-radius: 20px;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		overflow-y: scroll;
		overflow-x: hidden;
	
		width: 80%;
		height: 90%;
		display: none;
	}
	
	.search-results h1 {
		position: absolute;
		left: 30px;
		top: 2%;
		font-size: 2vw;
		margin: 0;
	}
	
	.results {
		height: max-content;
		margin: 0 20px;
		margin-top: 5%;
	}

	.results h2 {
		font-size: 2vw;
		padding-top: 60px;
	}
	
	.results a {
		text-decoration: none;
		color: #333;
		display: block;
		padding: 0;
	}
	
	.search-results #search-close {
		position: absolute;
		font-size: 3vw;
		right: 2%;
		top: 2%;
	}
}