@charset "utf-8";
/* CSS Document */

/* Body - Default Font and Layout */
body {
	font-family: 'PT Sans', sans-serif !important;
	font-size: 16px !important;
	color: #333333 !important;

	background-color: #f6f6f4 !important;
}

.body_op {
	position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    width: 100vw;
    height: 100vh;
    background-color: #000;

	opacity: 0.5;
}

/* Body - Smooth Scroll */
html {
	scroll-behavior: smooth;
}

/* Body - links */
a {
	color: #333333 !important;

	text-decoration: none !important;
}
a:hover {
	color: #333333 !important;

	text-decoration: none !important;
}

/* Body - Lines */
hr {
	border-top: 1px solid #ececec !important;
}

/* Body - Headers */
h1, h2, h3, h4, h5 {
	font-family: 'Playfair Display', sans-serif !important;
}

/* Body - Default Buttons */
button {
	outline: none;
}
	*:focus {
		outline: none !important;
	}
.btn:focus,.btn:active {
   outline: none !important;
   box-shadow: none !important;
}

/* Body - Image fix for Chrome */
.img-fix {
	image-rendering: -webkit-optimize-contrast;
}

/* Body - Logo */
.logo {

}
	.logo a {
		text-decoration: none;

		height: 60px;

		padding: 0;

		display: inline-block;

		transition: 0.1s;
	}
		.logo a:hover {
			background: #f0efeb !important;

			text-decoration: none;

			box-shadow: none !important;
		}

	.logo h5 {
		font-family: 'Playfair Display', sans-serif !important;

		display: inline-block;

		font-size: 24px;
		font-weight: 500;
		color: #333333;

		padding-top: 11px;
	}
	.logo img {
		display: inline-block;

		width: 30px;

		margin-top: -5px;
	}

.logo-footer {

}
	.logo-footer a {
		text-decoration: none;

		height: 60px;

		padding: 0 20px 0 20px;

		display: inline-block;

		transition: 0.2s;
	}

	.logo-footer h5 {
		font-family: 'Playfair Display', sans-serif !important;

		display: inline-block;

		font-size: 24px;
		font-weight: 500;
		color: #333333;

		position: relative;
		top: -3px;
	}
	.logo-footer img {
		display: inline-block;

		width: 30px;

		margin-top: -17px;
	}

/* Body - Default Navigation - Sticky */
.sticky-element {
    position: sticky;
    top: 0;

	background: #fff;

    width: 100%;

    z-index: 300;
}
.sticky-element__bottom {
	background: #f0efeb;
	border-top: 1px solid #e2e2e2;

	font-size: 12px;

	width: 100%;
	height: 50px;

	padding: 8px 0 8px 0;

	position: fixed;
    bottom: 0;

    width: 100%;

	overflow: hidden;

    z-index: 20;
}

/* Body- Notifications */
.notification {
	position: absolute;
	top: -50px;

	z-index: 40;

	animation: fadeOut 0.4s forwards;
	animation-delay: 4s;
}
@keyframes fadeOut {
	from {opacity: 1;}
	to {opacity: 0;}
}

.notification-fadein {
	opacity: 0;
	animation: fadeIn 0.4s ease;
	animation-delay: 3s;
	animation-fill-mode: forwards;
}
@keyframes fadeIn {
	from {opacity: 0;}
	to {opacity: 1;}
}

	/* Notification - Green Box */
	.notification__success {
		background: #47C9A2;

		color: #fff;
		font-size: 15px;

		padding-top: 5px;

		text-align: center;

		width: 100%;
		height: 33px;
	    display: block;

		position: relative;
		top: 60px;
	}
	/* Notification - Red Box */
	.notification__error {
		background: #E85E6C;

		color: #fff;
		font-size: 15px;

		padding-top: 5px;

		text-align: center;

		width: 100%;
		height: 33px;
	    display: block;

		position: relative;
		top: 60px;
	}

/* Body - Tooltip */
.tip {
	position: relative;

	display: inline-block;

	cursor: pointer;
}

.tip .tiptext {
	visibility: hidden;

	background-color: white;
	box-shadow: 0 0 8px #ccc;
	color: #333;
	text-align: left;

	width: 250px;

	position: absolute;
	top: 100%;
	left: 50%;

	margin-left: -60px;
	margin-top: 10px;
	padding: 10px;

	border-radius: 6px;

	z-index: 1;
}
	.tip .tiptext ul {
		padding-left: 15px;
	}

.tip:hover .tiptext {
	visibility: visible;
}

.tip .tiptext-lg {
	visibility: hidden;

	background-color: white;
	color: #333333;
	text-align: center;

	width: 498px;

	position: absolute;
	top: 10px;
	left: 50%;
	transform: translate(-50%, 0%);

	margin-top: 10px;
	padding: 30px;

	border-radius: 6px;

	z-index: 1;
}

.tip:hover .tiptext-lg {
	visibility: visible;
}

/* Dropdown Menu */
.dropdown {
	display: inline;

}
	.dropdown a {
		font-size: 14px;
		font-weight: 700;

		text-decoration: none;

		padding: 18px 20px 0 20px;

		height: 60px;

		display: inline-block;

		transition: 0.1s;
	}
		.dropdown a:hover {
			background: #fff !important;

			text-decoration: none;

			box-shadow: inset 0 -1px 0 #ececec !important;
		}

.dropdown-menu {
	background: #fff !important;

	width: 350px !important;

	color: #333 !important;

	border: none !important;
	border-right: 1px solid #e2e2e2 !important;
	border-bottom: 1px solid #e2e2e2 !important;
	border-left: 1px solid #e2e2e2 !important;
    border-radius: 0 !important;

	margin: 0 !important;
	padding: 0 !important;

	transform: none !important;
	top: auto !important;

	z-index: 50 !important;
}
	.dropdown-menu a {
		font-size: 14px;

		width: 100%;

		padding: 0;

		height: inherit;

		text-decoration: none;
	}
		.dropdown-menu a:hover {
			background: none !important;

			font-weight: bold;

			text-decoration: none;

			box-shadow: none !important;
		}

.dropdown-head {
	background: #f0efeb !important;
	border-bottom: 1px solid #e2e2e2;

	text-align: center;

	padding: 20px !important;
}

.dropdown-item {
	padding: 20px !important;
}

.dropdown-menu-left {
	transform: translate3d(-253px, 0px, 0px) !important;

    padding-bottom: 15px !important;
}

/* Review Slider */
.carousel-inner {
	margin: 0 auto;
	margin-top: 60px;
}
.carousel-control-next, .carousel-control-prev {
	width: 1% !important;
}
.carousel-control-prev-icon {
 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

/* Modal - Hack */
body.modal-open {
    overflow: auto;
}
body.modal-open[style] {
    padding-right: 0px !important;
}
.modal::-webkit-scrollbar {
    width: 0 !important;
}

/* HTML Editor */
.note-modal-content {
	box-shadow: none !important;
	border: none !important;
    border-radius: .3rem !important;
}

.note-modal-header {
    padding: 20px 20px 35px 10px !important;

	border: none !important;
	border-bottom: 1px solid #dee2e6 !important;
    border-top-left-radius: .3rem !important;
    border-top-right-radius: .3rem !important;
}
	.note-modal-header button {
		font-size: 14px !important;
	}
	.note-modal-header h4 {
		display: none !important;
	}

.note-modal-body input {
	background: #f6f6f4 !important;
    padding: 25px 15px !important;
}
.note-modal-body label {
	font-size: 14px !important;
	color: #333333 !important;
}
.note-group-select-from-files label {
	background: #f6f6f4 !important;
	border: 1px solid #d0d0d0 !important;
	border-radius: 2px !important;

	color: #333333 !important;
	font-size: 14px !important;
	font-weight: bold !important;

	padding: 8px 20px !important;

	width: auto;
}

.note-modal-footer {
	height: 70px !important;
	padding: 15px !important;
}

.note-editor .note-airframe, .note-editor.note-frame {
	border: 1px solid #dee2e6 !important;
}
.note-toolbar {
	border-color: #dee2e6 !important;
}
.note-statusbar {
	display: none !important;
}
.note-modal-footer .note-btn {
	background: #dc475b !important;
    border: none !important;
    border-radius: 2px !important;

    color: #fff !important;
    font-size: 14px !important;
    font-weight: bold !important;

    padding: 8px 20px !important;

	opacity: 1 !important;
}
.sn-checkbox-open-in-new-window input {
	margin-right: 10px;
}
.sn-checkbox-use-protocol input {
	margin-right: 10px;
}

/*  Side Panel */
.sidepanel  {
	background-color: #fff;
	border-bottom: 1px solid #ececec !important;

	width: 100%;
	height: auto;

	padding-top: 60px;

	position: fixed;
	z-index: 60;
	text-align: left;

	top: 0;
	left: -1000px;

	overflow-x: hidden;
	transition: 0.5s;
}
	.sidepanel ul {
		list-style: none;

		padding: 10px 20px 10px 20px;
	}
	.sidepanel li {
		padding: 10px 0 10px 0;
	}

.sidepanel .closebtn {
	font-size: 36px;

	position: absolute;
	top: 60px;
	right: 16px;
}

/* Footer - Classes */
.footer {
	background: #fff;

	padding: 50px 0 50px 0;

	margin-top: 40px;
}
	.footer h2 {
		font-family: 'PT Sans', sans-serif !important;
		font-size: 18px;
	}
	.footer ul {
		list-style: none;

		padding: 0;
		margin: 0;
	}
	.footer li {
		font-size: 13px;
	}

.footer-bottom {
	background: #f6f6f4;

	padding: 15px 0 15px 0;
}
