@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&subset=latin,cyrillic-ext,greek-ext,greek,vietnamese,latin-ext,cyrillic);
@import url(http://fonts.googleapis.com/css?family=Courgette&subset=latin,latin-ext);

@import url("colors/color.css");

/* Hide all scrollbars globally */
::-webkit-scrollbar {
	display: none !important;
	width: 0 !important;
	height: 0 !important;
}
* {
	-ms-overflow-style: none !important;
	scrollbar-width: none !important;
}



/* #Preloader
================================================== */

body.royal_preloader {
	background: none;
	visibility: hidden;
}

#royal_preloader {
	font-family: Arial;
	font-size: 12px;
	visibility: visible;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: auto;
	margin: 0;
	z-index: 9999999999;
}

#royal_preloader.royal_preloader_number:before,
#royal_preloader.royal_preloader_progress:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.01));
	background-image: -moz-radial-gradient(circle, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.01));
	background-image: -ms-radial-gradient(circle, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.01));
	background-image: -o-radial-gradient(circle, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.01));
	background-image: radial-gradient(circle, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.01));
}

#royal_preloader.complete {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear 0.5s;
	-moz-transition: opacity 0.2s linear 0.5s;
	-ms-transition: opacity 0.2s linear 0.5s;
	-o-transition: opacity 0.2s linear 0.5s;
	transition: opacity 0.2s linear 0.5s;
}

#royal_preloader.royal_preloader_line {
	height: 2px;
	bottom: auto;
}

/* Number Mode */

#royal_preloader.royal_preloader_number .royal_preloader_percentage {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100px;
	height: 100px;
	line-height: 100px;
	font-size: 20px;
	color: #FFFFFF;
	font-family: Impact, Arial;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	text-align: center;
	-webkit-transition: all 0.3s linear 0.5s;
	-moz-transition: all 0.3s linear 0.5s;
	-ms-transition: all 0.3s linear 0.5s;
	-o-transition: all 0.3s linear 0.5s;
	transition: all 0.3s linear 0.5s;
}

#royal_preloader.royal_preloader_number .royal_preloader_percentage:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 1px solid rgba(255, 255, 255, 0.7);
	border-radius: 50%;
}

#royal_preloader.royal_preloader_number .royal_preloader_percentage:after {
	content: '';
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	border: 4px solid transparent;
	border-left-color: #FFFFFF;
	border-radius: 50%;
	-webkit-animation: rotate 0.8s linear infinite;
	-moz-animation: rotate 0.8s linear infinite;
	-ms-animation: rotate 0.8s linear infinite;
	-o-animation: rotate 0.8s linear infinite;
	animation: rotate 0.8s linear infinite;
}

/* Line Mode */

#royal_preloader.royal_preloader_line .royal_preloader_loader {
	position: absolute;
	height: 100%;
	left: 0;
}

#royal_preloader.royal_preloader_line .royal_preloader_peg {
	position: absolute;
	right: 0;
	height: 100%;
	width: 100px;
	opacity: 0.5;
}

/* Text Mode */

#royal_preloader.royal_preloader_text .royal_preloader_loader {
	color: #FFFFFF;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	height: 30px;
	line-height: 30px;
	margin: auto;
	letter-spacing: 3px;
	font-size: 16px;
	white-space: nowrap;
}

#royal_preloader.royal_preloader_text .royal_preloader_loader div {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0%;
	background-color: #000000;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/* Logo Mode */

#royal_preloader.royal_preloader_logo .royal_preloader_loader {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: 0px;
	overflow: hidden;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 100%;
	border-radius: 5px;
}

#royal_preloader.royal_preloader_logo .royal_preloader_loader div {
	position: absolute;
	bottom: 0%;
	left: 0px;
	right: 0px;
	height: 100%;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#royal_preloader.royal_preloader_logo .royal_preloader_percentage {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 40px;
	line-height: 40px;
	margin: 0px;
	color: #072E77;
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

/* Progress Mode */

#royal_preloader.royal_preloader_progress .royal_preloader_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -100%);
	margin-top: -30px;
	width: 150px;
	height: auto;
	filter: invert(1);
	opacity: 0.8;
}

#royal_preloader.royal_preloader_progress .royal_preloader_percentage {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	color: #212121;
	margin-top: 10px;
	letter-spacing: 2px;
	font-family: 'Courgette';
	font-size: 14px;
	text-align: center;
}

#royal_preloader.royal_preloader_progress .royal_preloader_loader {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 10%;
	height: 2px;
	margin: -10px auto auto auto;
	background-color: #bababa;
}

#royal_preloader.royal_preloader_progress .royal_preloader_meter {
	width: 0;
	height: 100%;
	margin: auto;
	padding: 0;
}


@-webkit-keyframes rotate {
	0% {
		-webkit-transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@-moz-keyframes rotate {
	0% {
		-moz-transform: rotate(0);
	}

	100% {
		-moz-transform: rotate(360deg);
	}
}

@-ms-keyframes rotate {
	0% {
		-ms-transform: rotate(0);
	}

	100% {
		-ms-transform: rotate(360deg);
	}
}

@-o-keyframes rotate {
	0% {
		-o-transform: rotate(0);
	}

	100% {
		-o-transform: rotate(360deg);
	}
}

@keyframes rotate {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}


/* #Navigation
================================================== */


.header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 100;
}

.logo-wrap {
	display: block;
	float: left;
	margin-top: -5px;
	margin-left: -20px;
}

.logo-wrap img {
	width: auto;
	height: 100px;
	max-height: 100px;
	display: block;
	margin-top: 5px;
	border-bottom: none !important;
	object-fit: contain;
	transform: scale(1.35);
	transform-origin: center top;
}

/* Desktop Text Navigation */
.desktop-text-nav {
	display: none;
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 80px;
}

.desktop-text-nav li {
	display: inline-block;
	margin-left: 28px;
}

.desktop-text-nav li a {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: #ffffff;
	text-decoration: none;
	transition: color 0.3s ease, opacity 0.3s ease;
	position: relative;
	padding-bottom: 4px;
	opacity: 0.9;
}

.desktop-text-nav li a:hover,
.desktop-text-nav li a.active {
	color: #ffffff;
	opacity: 1;
}

.desktop-text-nav li a::after {
	content: '';
	position: absolute;
	width: 0;
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: #ffffff;
	transition: width 0.3s ease;
}

.desktop-text-nav li a:hover::after,
.desktop-text-nav li a.active::after {
	width: 100%;
}

@media only screen and (min-width: 768px) {
	.desktop-text-nav {
		display: block;
	}

	.cd-primary-nav-trigger {
		display: none !important;
	}
}

@media only screen and (max-width: 767px) {
	.desktop-text-nav {
		display: none !important;
	}

	.cd-primary-nav-trigger {
		display: block !important;
	}
}

/* Portfolio Video Orientation Switch (Left of Categories Filter) */
.portfolio-filter-old-ui {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
	position: relative;
	width: 100%;
	margin-bottom: 10px;
}

.format-switch-left {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-right: 15px;
}

.format-switch-left .format-title {
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 2px;
	color: #999;
	text-transform: uppercase;
}

#filter {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-flex;
	gap: 10px;
	align-items: center;
	flex-wrap: wrap;
}

#filter li a {
	display: inline-block;
	padding: 8px 24px;
	border-radius: 30px;
	background: #f5f5f5;
	color: #666666;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: all 0.3s ease;
	border: 1px solid #eeeeee;
}

#filter li a.current, #filter li a:hover {
	background: #9C17E4;
	color: #ffffff;
	border-color: #9C17E4;
	box-shadow: 0 5px 15px rgba(156, 23, 228, 0.35);
}

/* iPhone iOS Segmented Control Switch */
.ios-segmented-control {
	position: relative;
	display: inline-flex;
	background: #f5f5f5;
	border: 1px solid #eeeeee;
	padding: 4px;
	border-radius: 30px;
	user-select: none;
	width: 250px;
	height: 38px;
	box-sizing: border-box;
	overflow: hidden;
}

.ios-slider-thumb {
	position: absolute;
	top: 4px;
	left: 4px;
	width: calc((100% - 8px) / 2);
	height: calc(100% - 8px);
	background: #9C17E4;
	border-radius: 26px;
	box-shadow: 0 5px 15px rgba(156, 23, 228, 0.35);
	transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
	z-index: 1;
	pointer-events: none;
}

.ios-segment-btn {
	position: relative;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	background: transparent !important;
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #666666;
	cursor: pointer;
	text-align: center;
	line-height: 1;
	padding: 0;
	margin: 0;
	transform: translateY(-2px);
	transition: color 0.3s ease;
	-webkit-tap-highlight-color: transparent;
}

.ios-segment-btn:hover,
.ios-segment-btn:focus,
.ios-segment-btn:active {
	background: transparent !important;
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
	color: #666;
}

.ios-segment-btn.active,
.ios-segment-btn.active:hover,
.ios-segment-btn.active:focus {
	color: #fff !important;
	background: transparent !important;
}

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body.overflow-hidden {
	/* when primary navigation is visible, the content in the background won't scroll */
	overflow: hidden;
}

.cd-container {
	/* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
	width: 90%;
	max-width: 768px;
	margin: 0 auto;
}

.cd-container:after {
	content: "";
	display: table;
	clear: both;
}

/* -------------------------------- 

Main components 

-------------------------------- */


.cd-header {
	position: absolute;
	padding-top: 0px;
	top: 0;
	left: 0;
	background: transparent;
	height: 80px;
	width: 100%;
	z-index: 9999;
	box-shadow: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.cd-header .columns,
.cd-header .column {
	margin-top: 0;
	margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
	.cd-header {
		height: 80px;
		background: transparent;
		box-shadow: none;
	}
}

.cd-header {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.cd-header.is-fixed {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	background: linear-gradient(90deg, rgba(16, 5, 22, 0.95) 0%, rgba(47, 16, 59, 0.95) 70%, rgba(156, 50, 167, 0.95) 100%) !important;
	backdrop-filter: blur(12px) !important;
	-webkit-backdrop-filter: blur(12px) !important;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4) !important;
	z-index: 99999 !important;
	transform: none !important;
}

.cd-header .logo-wrap {
	display: none;
}

.cd-header.is-fixed .logo-wrap {
	display: inline-block;
	margin-top: 13px !important;
	margin-left: 0 !important;
	background-color: #ffffff;
	border-radius: 12px;
	padding: 2px 24px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	transition: all 0.3s ease;
}

.cd-header.is-fixed .logo-wrap:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 20px rgba(156, 50, 167, 0.4), 0 6px 10px rgba(0, 0, 0, 0.2);
}

.cd-header.is-fixed .logo-wrap img {
	height: 50px !important;
	max-height: 50px !important;
	margin-top: 0 !important;
	transform: none;
	display: block;
	transition: transform 0.3s ease;
}

.cd-header.is-fixed .logo-wrap:hover img {
	transform: scale(1.08);
}

.cd-header.menu-is-open {
	/* add a background color to the header when the navigation is open */
	background: rgba(18, 8, 28, 1);
}

@media only screen and (min-width: 768px) {
	.cd-secondary-nav {
		display: block;
	}
}

.cd-primary-nav-trigger {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 50px;
}

.cd-primary-nav-trigger .cd-menu-text {
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 700;
	/* hide the text on small devices */
	display: none;
}

.cd-primary-nav-trigger .cd-menu-icon {
	/* this span is the central line of the menu icon */
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 18px;
	height: 2px;
	background-color: #ffffff;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	transition: background-color 0.3s;
	/* these are the upper and lower lines in the menu icon */
}

.cd-primary-nav-trigger .cd-menu-icon::before,
.cd-primary-nav-trigger .cd-menu-icon:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #ffffff;
	right: 0;
	-webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
	-moz-transition: -moz-transform .3s, top .3s, background-color 0s;
	transition: transform .3s, top .3s, background-color 0s;
}

.cd-primary-nav-trigger .cd-menu-icon::before {
	top: -5px;
}

.cd-primary-nav-trigger .cd-menu-icon::after {
	top: 5px;
}

.cd-primary-nav-trigger .cd-menu-icon.is-clicked {
	background-color: rgba(255, 255, 255, 0);
}

.cd-primary-nav-trigger .cd-menu-icon.is-clicked::before,
.cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
	background-color: #ffffff;
}

.cd-primary-nav-trigger .cd-menu-icon.is-clicked::before {
	top: 0;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

.cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
	top: 0;
	-webkit-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	transform: rotate(225deg);
}

@media only screen and (min-width: 768px) {
	.cd-primary-nav-trigger {
		width: 100px;
		padding-left: 1em;
		background-color: transparent;
		height: 30px;
		line-height: 30px;
		right: 2.2em;
		top: 50%;
		bottom: auto;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.cd-primary-nav-trigger .cd-menu-text {
		display: inline-block;
	}

	.cd-primary-nav-trigger .cd-menu-icon {
		left: auto;
		right: 1em;
		-webkit-transform: translateX(0) translateY(-50%);
		-moz-transform: translateX(0) translateY(-50%);
		-ms-transform: translateX(0) translateY(-50%);
		-o-transform: translateX(0) translateY(-50%);
		transform: translateX(0) translateY(-50%);
	}
}

.cd-primary-nav {
	/* by default it's hidden - on top of the viewport */
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(247, 247, 247, 0.98);
	z-index: 9998;
	text-align: center;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: auto;
	/* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
	-webkit-overflow-scrolling: touch;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.cd-primary-nav ul.cd-scndr-nav {
	position: absolute;
	top: 50%;
	width: 100%;
	max-width: 300px;
	left: 50%;
	margin-left: -150px;
	-webkit-transform: translateY(-55%);
	-moz-transform: translateY(-55%);
	-ms-transform: translateY(-55%);
	-o-transform: translateY(-55%);
	transform: translateY(-55%);
}

@media only screen and (max-width: 300px) {
	.cd-primary-nav ul.cd-scndr-nav {
		left: 0;
		margin-left: 0;
	}
}

.cd-primary-nav li {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 2px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.cd-primary-nav a {
	display: inline-block;
	text-transform: uppercase;
	padding: .4em 0.8em;
	color: #212121;
	-webkit-transition: background 0.3s, color 0.3s;
	-moz-transition: background 0.3s, color 0.3s;
	transition: background 0.3s, color 0.3s;
}

.no-touch .cd-primary-nav a:hover {
	color: #fff;
}

.cd-primary-nav .cd-label {
	color: #212121;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.cd-primary-nav.is-visible {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

@media only screen and (min-width: 1170px) {
	.cd-primary-nav li {
		font-size: 11px;
	}
}


.cd-main-content {
	position: relative;
	z-index: 1;
}

.cd-main-content p {}

@media only screen and (min-width: 1170px) {
	.cd-main-content p {}
}

.cd-label ul {
	overflow: hidden;
	max-height: 0;
	transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-webkit-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
}

.cd-label:hover ul {
	margin-top: 5px;
	margin-bottom: 10px;
	max-height: 500px;
}

.cd-label ul a {
	padding: .4em .7em;
}

a.curent-nav-color {
	color: #999999;
}

.social-nav {
	position: absolute;
	bottom: 40px;
	width: 100%;
	left: 0;
	z-index: 100;
	text-align: center;
	margin: 0 auto;
	display: block;
}

.list-social-nav li {
	padding: 0;
	list-style: none;
	text-align: center;
	width: 50px;
	height: 30px;
	display: inline-block;
	border-right: 1px solid #bdbdbd;
	cursor: pointer;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.list-social-nav li:last-child {
	border-right: 1px solid transparent;
}

.list-social-nav li.icon-soc-nav a {
	font-family: 'FontAwesome';
	font-size: 14px;
	line-height: 30px;
	width: 50px;
	color: #000;
	opacity: 1;
	margin: 0;
	padding: 0;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.list-social-nav li:hover {
	background: transparent;
}

.list-social-nav li:hover.icon-soc-nav a {
	background: transparent;
}




/* #Classic Navigation
================================================== */

#menu-wrap {
	position: fixed;
	padding-bottom: 10px;
	width: 100%;
	z-index: 500;
	top: 0;
	left: 0;
}

#menu-wrap .container .columns {
	margin-top: 10px;
	margin-bottom: 10px;
}

.menu-back {
	background: rgba(247, 247, 247, .8);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}


.cbp-af-header {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.cbp-af-header.cbp-af-header-shrink {
	background: rgba(247, 247, 247, .95);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.cbp-af-header.cbp-af-header-shrink .logo {
	width: 86px;
	height: 16px;
	top: 32px;
	background: url('../images/logo.svg') no-repeat center center;
	background-size: 86px 16px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.cbp-af-header.cbp-af-header-shrink ul.slimmenu {
	margin-top: 1px;
	margin-bottom: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.cbp-af-header.cbp-af-header-shrink ul.slimmenu li:first-child {
	background: none;
}

.cbp-af-header.cbp-af-header-shrink ul.slimmenu li ul li:first-child {
	background: none;
}

ul.slimmenu li ul li a {
	color: #000;
}

ul.slimmenu li ul li a:hover {}

ul.slimmenu li ul li {
	background: none;
	padding-left: 0;
}

ul.slimmenu li ul {
	background: rgba(255, 255, 255, .95);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}






.logo {
	position: absolute;
	width: 134px;
	height: 25px;
	z-index: 10000;
	left: 40px;
	top: 50px;
	background: url('../images/logo.svg') no-repeat center center;
	background-size: 134px 25px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}



.menu-collapser {
	position: relative;
	width: 100%;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	padding: 0 8px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box -webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.collapse-button {
	position: absolute;
	right: 8px;
	top: 60%;
	width: 40px;
	background-image: linear-gradient(to bottom, #151515, #040404);
	background-repeat: repeat-x;
	border-style: solid;
	border-width: 1px;
	color: #000;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
	padding: 7px 10px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	cursor: pointer;
	font-size: 14px;
	text-align: center;

	transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}

.collapse-button:hover,
.collapse-button:focus {
	background-image: none;
	background-color: #040404;
	color: #FFF;
}

.collapse-button .icon-bar {
	background-color: #fff;
	border-radius: 1px 1px 1px 1px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	display: block;
	height: 2px;
	width: 18px;
	margin: 2px 0;
}

ul.slimmenu {
	padding-top: 10px;
	padding-right: 10px;
	text-align: right;
	margin-top: 23px;
	margin-bottom: 20px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

ul.slimmenu li {
	position: relative;
	display: inline-block;
	background: url('../images/line.png') 0 14px no-repeat;
	background-size: 15px 10px;
	padding-left: 20px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

ul.slimmenu>li {}

ul.slimmenu>li:first-child {
	border-left: 0
}

ul.slimmenu>li:last-child {
	margin-right: 0
}

ul.slimmenu li a {
	display: block;
	color: #111111;
	padding: 10px 0px;
	cursor: pointer;
	margin: 0px 12px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-bottom: 1px solid rgba(0, 0, 0, 0);
	font-size: 11px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

ul.slimmenu li a:hover {
	text-decoration: none;
}

ul.slimmenu li {}

ul.slimmenu li:first-child {
	background: none;
}

ul.slimmenu li .sub-collapser {
	position: absolute;
	right: 0;
	top: 0;
	width: 48px;
	height: 100%;
	z-index: 999;
	cursor: pointer;
}

ul.slimmenu li .sub-collapser:before {
	display: none;
}

ul.slimmenu li .sub-collapser>i {
	display: none;
}

ul.slimmenu li ul {
	margin: 0;
	list-style-type: none;
}

ul.slimmenu li ul a {
	font-size: 10px;
}

ul.slimmenu li ul li:first-child {
	background: none;
}

ul.slimmenu li ul li {
	background: none;
	padding-left: 0;
}

ul.slimmenu li>ul {
	display: none;
	position: absolute;
	text-align: left;
	left: 0;
	top: 100%;
	z-index: 999;
	width: 140%;
}

ul.slimmenu li>ul>li ul {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	z-index: 999;
	width: 100%;
}

ul.slimmenu.collapsed {
	padding: 0;
	margin: 0;
}

ul.slimmenu.collapsed li {
	display: block;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

ul.slimmenu.collapsed li a {
	display: block;
	border-bottom: 1px solid rgba(0, 0, 0, 0);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}

ul.slimmenu.collapsed li .sub-collapser {
	height: 40px;
}

ul.slimmenu.collapsed li>ul {
	display: none;
	position: static;
}


/* #Tooltip
================================================== */

.tipper {
	height: 1px;
	left: -99999px;
	position: absolute;
	pointer-events: none;
	top: -99999px;
	width: 1px;
	z-index: 100000;
}

.tipper .tipper-content {
	background: rgba(0, 0, 0, 0.85);
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
	border-radius: 2px;
	color: #fff;
	font-weight: 500;
	display: block;
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 9px;
	margin: 0;
	letter-spacing: 2px;
	padding: 4px 20px;
	position: relative;
	white-space: nowrap;
}

.tipper .tipper-caret {
	background: url('../images/tipper-icon.png') no-repeat;
	display: block;
	height: 11px;
	position: absolute;
	width: 100%;
}

.tipper.right .tipper-content {
	box-shadow: 1px 0 3px rgba(0, 0, 0, 0.25);
}

.tipper.right .tipper-caret {
	background-position: left center;
	left: -5px;
	top: 0;
}

.tipper.left .tipper-content {
	box-shadow: -1px 0 3px rgba(0, 0, 0, 0.25);
}

.tipper.left .tipper-caret {
	background-position: right center;
	right: -5px;
	top: 0;
}

.tipper.top .tipper-caret,
.tipper.bottom .tipper-caret {
	display: block;
	float: none;
	height: 5px;
	width: 12px;
	margin-left: -6px;
}

.tipper.top .tipper-content {
	box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.25);
}

.tipper.top .tipper-caret {
	background-position: center bottom;
	bottom: -5px;
	left: 0;
	text-align: center;
}

.tipper.bottom .tipper-content {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

.tipper.bottom .tipper-caret {
	background-position: center top;
	top: -5px;
	left: 0;
}




/* #Hero Sections
================================================== */
.hero-top {
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 100%;
	margin: 0 auto;
	z-index: 100;
}

.hero-text {
	position: relative;
	width: 100%;
}

.hero-text.back-white {
	max-width: 300px;
	padding: 30px;
	display: block;
	background: rgba(255, 255, 255, .9);
}

.hero-text h2 {
	text-align: left;
	letter-spacing: 4px;
}

.hero-text h4 {
	text-align: left;
	letter-spacing: 4px;
}

.hero-text h5 {
	text-align: left;
	letter-spacing: 4px;
}

.hero-text.right h5 {
	text-align: right;
}

.hero-text .hero-subtext {
	position: relative;
	width: 100%;
	padding-top: 15px;
	color: #000;
	text-align: left;
	letter-spacing: 2px;
	font-family: 'Courgette', cursive;
	font-size: 17px;
	line-height: 27px;
}

.hero-text .hero-subtext-2 {
	position: relative;
	width: 100%;
	padding-top: 10px;
	color: #999999;
	text-align: left;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 11px;
	line-height: 24px;
}

.hero-text .hero-subtext-2.right {
	text-align: right;
}



a.scroll-down.float-right {
	float: right;
}

a.scroll-down {
	position: relative;
	display: block;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: url(../images/cd-icon-arrow.svg) no-repeat center center;
	background-color: #212121;
	background-size: 20px 20px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

*,
*::after,
*::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body::before {
	/* never visible - this is used in jQuery to check the current MQ */
	content: 'mobile';
	display: none;
}

@media only screen and (min-width: 1170px) {
	body::before {
		/* never visible - this is used in jQuery to check the current MQ */
		content: 'desktop';
	}
}

@media only screen and (min-width: 1170px) {
	.cd-section {
		height: 100vh;
	}
}

.cd-block {
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.cd-block {
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	transform-origin: center center;
}

.cd-section:first-of-type .cd-block {
	visibility: visible;
	height: 100vh;
	background-color: #fff;
}

@media only screen and (min-width: 1170px) {
	.cd-block {
		position: fixed;
		width: 100%;
		min-height: 100vh;
		top: 0;
		left: 0;
		height: 100vh;
		box-shadow: 0 0 60px rgba(0, 0, 0, 0.3);
		visibility: hidden;
		overflow: hidden;
	}

	.cd-section:first-of-type .cd-block {
		visibility: visible;
	}

	.cd-block>* {
		visibility: visible;
	}
}

.cd-half-block {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.cd-half-block.image-folio-1 {
	background-image: url('../images/portfolio/homebanner2-1.png');
	background-position: left center;
	background-size: cover;
}

.cd-half-block.image-folio-2 {
	background-image: url('../images/portfolio/homebanner2-2.png');
	background-position: right center;
	background-size: cover;
}

.cd-half-block.image-folio-3 {
	background-image: url('../images/portfolio/homebanner3-1.png');
	background-position: center center;
	background-size: cover;
}

.cd-half-block.image-folio-4 {
	background-image: url('../images/portfolio/homebanner3-2.png');
	background-position: center center;
	background-size: cover;
}

.cd-half-block.image-folio-5 {
	background-image: url('../images/portfolio/homebanner4-1.png');
	background-position: center center;
	background-size: cover;
}

.cd-half-block.image-folio-6 {
	background-image: url('../images/portfolio/homebanner4-2.png');
	background-position: center center;
	background-size: cover;
}

.cd-half-block:nth-of-type(1) {
	height: 80vh;
	background-repeat: no-repeat;
}

.cd-half-block:nth-of-type(2) {
	height: 80vh;
	background-repeat: no-repeat;
}

@media only screen and (min-width: 1170px) {
	.cd-half-block {
		height: 100vh !important;
		width: 50.05%;
		position: absolute;
		top: 0;
	}

	.cd-section:nth-of-type(even) .cd-half-block:first-of-type,
	.cd-section:nth-of-type(odd) .cd-half-block:nth-of-type(2) {
		left: 0;
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%);
	}

	.cd-section:nth-of-type(odd) .cd-half-block:first-of-type,
	.cd-section:nth-of-type(even) .cd-half-block:nth-of-type(2) {
		right: 0;
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%);
	}
}

.cd-vertical-nav {
	position: fixed;
	z-index: 3;
	right: 2%;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	display: none;
}

.cd-vertical-nav a {
	display: block;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	/* image replace */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: url(../images/cd-icon-arrow.svg) no-repeat center center;
	background-color: #212121;
	background-size: 20px 20px;
	-webkit-transition: opacity 0.2s 0s, visibility 0.2s 0s;
	-moz-transition: opacity 0.2s 0s, visibility 0.2s 0s;
	transition: opacity 0.2s 0s, visibility 0.2s 0s;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.cd-vertical-nav a.cd-prev {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	margin-bottom: 10px;
}

.cd-vertical-nav a.inactive {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
	-moz-transition: opacity 0.2s 0s, visibility 0s 0.2s;
	transition: opacity 0.2s 0s, visibility 0s 0.2s;
}

.cd-vertical-nav a.inactive1 {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
	-moz-transition: opacity 0.2s 0s, visibility 0s 0.2s;
	transition: opacity 0.2s 0s, visibility 0s 0.2s;
}

@media only screen and (min-width: 1170px) {
	.cd-vertical-nav {
		display: block;
	}
}





.curtain-text {
	position: relative;
	display: block;
	max-width: 350px;
	margin-left: 6%;
	padding: 15px 30px;
	z-index: 5;
	-webkit-transform: translateY(90%);
	-moz-transform: translateY(90%);
	-ms-transform: translateY(90%);
	-o-transform: translateY(90%);
	transform: translateY(90%);
}

.curtain-text h5 {
	text-align: left;
	letter-spacing: 4px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	font-size: 15px;
	line-height: 26px;
}

.curtain-text p {
	color: #999999;
	text-align: left;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 11px;
	line-height: 26px;
}

.curtain-text .arrow-right {
	font-family: 'FontAwesome';
	width: 100%;
	text-align: left;
	font-size: 18px;
	line-height: 26px;
	padding-top: 30px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.curtain-text:hover .arrow-right {
	padding-left: 20px;
	font-size: 24px;
}





/* #Video Background
================================================== */

.poster_background_home {
	position: absolute;
	bottom: 0;
	left: 0;
	top: 0;
	right: 0;
	background: url('../images/portfolio/big/1.jpg')no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 100%;
	z-index: -2;
	overflow: hidden;
}

video#video_background_home {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	width: auto;
	height: auto;
	z-index: -1;
	overflow: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

/* youtube player
--------------------------------------------------------*/
.hero-top.on-youtube {
	bottom: 35px;
}


.mb_YTVPlayer :focus {
	outline: 0;
}

.mb_YTVPlayer {
	display: block;
	overflow: hidden;
}

.mbYTP_wrapper iframe {
	max-width: 4000px !important;
	overflow: hidden;
}

.inline_YTPlayer {
	margin-bottom: 20px;
	vertical-align: top;
	position: relative;
	left: 0;
	overflow: hidden;
	border-radius: 4px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .7);
	background: rgba(0, 0, 0, .5);
}

.inline_YTPlayer img {
	border: none !important;
	transform: none !important;
}

/*CONTROL BAR*/
.mb_YTVPBar {
	transition: opacity 1s;
	width: 100%;
	height: 30px;
	padding: 5px;
	position: absolute;
	bottom: 0;
	left: 0;
	box-sizing: padding-box;
	text-align: left;
	z-index: 1000;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 13px;
	line-height: 24px;
	opacity: .8;
}

.mb_YTVPBar:hover {
	opacity: .9;
}

.mb_YTVPBar .buttonBar {
	transition: all 1s;
	background: rgba(5, 5, 5, .9);
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 13px;
	line-height: 24px;
	position: absolute;
	top: -17px;
	left: 0;
	padding: 5px;
	width: 100%;
	box-sizing: border-box;
}

.mb_YTVPBar:hover .buttonBar {
	background: rgba(5, 5, 5, 1);
}

.mb_YTVPBar span {
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 13px;
	line-height: 24px;
	position: relative;
	width: 30px;
	height: 25px;
	vertical-align: middle;
}

.mb_YTVPBar span.mb_YTVPTime {
	width: 100px;
	text-align: right;
	float: right;
	margin-right: 20px;
}

.mb_YTVPBar span.mb_YTVPUrl,
.mb_YTVPBar span.mb_OnlyYT {
	position: absolute;
	width: auto;
	display: block;
	top: 6px;
	right: 20px;
	cursor: pointer;
}

.mb_YTVPBar span.mb_YTVPUrl img {
	width: 60px;
}

.mb_YTVPBar span.mb_OnlyYT {
	left: 185px;
	right: auto;
}

.mb_YTVPBar span.mb_OnlyYT img {
	width: 25px;
}

.mb_YTVPBar span.mb_YTVPUrl a {
	color: white;
}

.mb_YTVPPlaypause,
.mb_YTVPlayer .mb_YTVPPlaypause img {
	cursor: pointer;
	margin-left: 20px;
}

.mb_YTVPMuteUnmute {
	cursor: pointer;
}

/*PROGRESS BAR*/
.mb_YTVPProgress {
	height: 12px;
	width: 100%;
	background: #111;
	bottom: -2px;
	left: 0;
}

.mb_YTVPLoaded {
	height: 12px;
	width: 0;
	background: #555;
	left: 0;
}

.mb_YTVTime {
	height: 12px;
	width: 0;
	bottom: 0;
	left: 0;
	opacity: .6;
}

.YTPOverlay {
	/*box-shadow: inset 0 0 5px rgba(0,0,0,.5);*/
}


/* #Hero Tooltip
================================================== */

.tooltip {
	position: absolute;
	z-index: 999;
	width: 2.2em;
	height: 2.2em;
	cursor: pointer;
}

/* Trigger item */

.tooltip-item {
	width: 20px;
	height: 20px;
	left: 50%;
	top: 50%;
	margin: -10px 0 0 -10px;
	position: absolute;
	border-radius: 50%;
	-webkit-animation: pulse 0.6s infinite alternate;
	animation: pulse 0.6s infinite alternate;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

@-webkit-keyframes pulse {
	from {
		-webkit-transform: scale3d(0.5, 0.5, 1);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
	}
}

@keyframes pulse {
	from {
		-webkit-transform: scale3d(0.5, 0.5, 1);
		transform: scale3d(0.5, 0.5, 1);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.tooltip:hover .tooltip-item {
	border-color: #212121;
}

.tooltip:first-child {
	top: 40%;
	left: 29%;
}

.tooltip:nth-child(2) {
	top: 57%;
	left: 58%;
}

.tooltip:nth-child(3) {
	top: 26%;
	left: 72%;
}


/* Tooltip */

.tooltip-content {
	position: absolute;
	background: #212121;
	z-index: 9999;
	width: 200px;
	bottom: 50%;
	margin-bottom: -1em;
	padding: 18px 25px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 24px;
	letter-spacing: 2px;
	font-style: italic;
	border-radius: 20px;
	text-align: center;
	color: #fff;
	opacity: 0;
	cursor: default;
	pointer-events: none;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}

.tooltip-west .tooltip-content {
	left: 4em;
	-webkit-transform-origin: -2em 50%;
	transform-origin: -2em 50%;
	-webkit-transform: translate3d(0, 50%, 0) rotate3d(1, 1, 1, 30deg);
	transform: translate3d(0, 50%, 0) rotate3d(1, 1, 1, 30deg);
}

.tooltip-east .tooltip-content {
	right: 4em;
	-webkit-transform-origin: calc(100% + 2em) 50%;
	transform-origin: calc(100% + 2em) 50%;
	-webkit-transform: translate3d(0, 50%, 0) rotate3d(1, 1, 1, -30deg);
	transform: translate3d(0, 50%, 0) rotate3d(1, 1, 1, -30deg);
}

.tooltip:hover .tooltip-content {
	opacity: 1;
	-webkit-transform: translate3d(0, 50%, 0) rotate3d(0, 0, 0, 0);
	transform: translate3d(0, 50%, 0) rotate3d(0, 0, 0, 0);
	pointer-events: auto;
}

/* Gap "bridge" and arrow */

.tooltip-content::before,
.tooltip-content::after {
	content: '';
	position: absolute;
}

.tooltip-content::before {
	height: 100%;
	width: 3em;
}

.tooltip-content::after {
	width: 2em;
	height: 2em;
	top: 50%;
	margin: -1em 0 0;
	background: url(../images/tooltip2.svg) no-repeat center center;
	background-size: 100%;
}

.tooltip-west .tooltip-content::before,
.tooltip-west .tooltip-content::after {
	right: 99%;
	/* because of FF, otherwise we have a gap */
}

.tooltip-east .tooltip-content::before,
.tooltip-east .tooltip-content::after {
	left: 99%;
	/* because of FF, otherwise we have a gap */
}

.tooltip-east .tooltip-content::after {
	-webkit-transform: scale3d(-1, 1, 1);
	transform: scale3d(-1, 1, 1);
}







/* #Parallax
================================================== */

.parallax-about {
	background-image: url('../images/homeaboutimage.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
}

@media only screen and (min-width: 1930px) {
	.parallax-about {
		background-size: cover;
	}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1200px) and (orientation : landscape) {
	.parallax-about {
		background-size: cover !important;
		background-attachment: scroll !important;
		background-position: center center !important;
	}
}

@media only screen and (max-width: 1400px) {
	.parallax-about {
		background-size: cover !important;
		background-attachment: scroll !important;
		background-position: center center !important;
	}
}

@media only screen and (max-width: 767px) {
	.parallax-about {
		background-image: linear-gradient(to bottom, #000000 0%, rgba(15, 0, 30, 0.35) 25%, rgba(15, 0, 30, 0.35) 75%, #000000 100%), url('../images/homeaboutimage.png') !important;
		background-size: cover, cover !important;
		background-attachment: scroll, scroll !important;
		background-position: center center, 18% center !important;
		background-repeat: no-repeat, no-repeat !important;
		position: absolute !important;
		top: 0 !important;
		left: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		width: 100% !important;
		height: 100% !important;
		display: block !important;
		z-index: 1 !important;
	}
	.video-quote-sec {
		position: relative !important;
		padding-top: 120px !important;
		padding-bottom: 120px !important;
		overflow: hidden !important;
		background-color: #000000 !important;
	}
	.video-quote-sec .container {
		position: relative !important;
		z-index: 10 !important;
	}
}


.section-hidden {
	overflow: hidden;
}

.container.z-bigger {
	z-index: 10;
}

.hero-text.parallax-portfolio-hero {
	margin-bottom: 20px;
}

.hero-text.parallax-portfolio-hero .hero-subtext-2 {
	padding-top: 10px;
	font-size: 12px;
	color: #505050;
}

.parallax-portfolio-1 {
	background: url('../images/portfolio/1f.jpg') repeat fixed;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
}

@media only screen and (min-width: 1930px) {
	.parallax-portfolio-1 {
		background-size: cover;
	}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1200px) and (orientation : landscape) {
	.parallax-portfolio-1 {
		background-size: cover;
		background-attachment: scroll;
		background-position: center center !important;
	}
}

@media only screen and (max-width: 1400px) {
	.parallax-portfolio-1 {
		background-size: cover;
		background-attachment: scroll;
		background-position: center center !important;
	}
}

.parallax-portfolio-2 {
	background: url('../images/portfolio/4b.jpg') repeat fixed;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
}

@media only screen and (min-width: 1930px) {
	.parallax-portfolio-2 {
		background-size: cover;
	}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1200px) and (orientation : landscape) {
	.parallax-portfolio-2 {
		background-size: cover;
		background-attachment: scroll;
		background-position: center center !important;
	}
}

@media only screen and (max-width: 1400px) {
	.parallax-portfolio-2 {
		background-size: cover;
		background-attachment: scroll;
		background-position: center center !important;
	}
}

.parallax-portfolio-3 {
	background: url('../images/portfolio/5b.jpg') repeat fixed;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
}

@media only screen and (min-width: 1930px) {
	.parallax-portfolio-3 {
		background-size: cover;
	}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1200px) and (orientation : landscape) {
	.parallax-portfolio-3 {
		background-size: cover;
		background-attachment: scroll;
		background-position: center center !important;
	}
}

@media only screen and (max-width: 1400px) {
	.parallax-portfolio-3 {
		background-size: cover;
		background-attachment: scroll;
		background-position: center center !important;
	}
}

.parallax-portfolio-4 {
	background: url('../images/portfolio/6e.jpg') repeat fixed;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
}

@media only screen and (min-width: 1930px) {
	.parallax-portfolio-4 {
		background-size: cover;
	}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1200px) and (orientation : landscape) {
	.parallax-portfolio-4 {
		background-size: cover;
		background-attachment: scroll;
		background-position: center center !important;
	}
}

@media only screen and (max-width: 1400px) {
	.parallax-portfolio-4 {
		background-size: cover;
		background-attachment: scroll;
		background-position: center center !important;
	}
}

.parallax-portfolio-5 {
	background: url('../images/portfolio/8f.jpg') repeat fixed;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
}

@media only screen and (min-width: 1930px) {
	.parallax-portfolio-5 {
		background-size: cover;
	}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1200px) and (orientation : landscape) {
	.parallax-portfolio-5 {
		background-size: cover;
		background-attachment: scroll;
		background-position: center center !important;
	}
}

@media only screen and (max-width: 1400px) {
	.parallax-portfolio-5 {
		background-size: cover;
		background-attachment: scroll;
		background-position: center center !important;
	}
}



.more-left {
	position: relative;
	width: 35px;
	height: 35px;
	background: url('../images/plus.png') no-repeat center center;
	background-size: 11px 10px;
	background-color: #000;
	float: left;
	margin-right: 3px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	z-index: 2;
	cursor: pointer;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.more-left:hover {}

.project-left-but {
	position: relative;
	width: 65px;
	height: 35px;
	background: url('../images/grab-right-white.png') no-repeat center center;
	background-size: 21px 10px;
	background-color: #000;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	float: left;
	z-index: 2;
	cursor: pointer;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}


/* #About
================================================== */


.about-top {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background: url('../images/img-1-large.jpg')no-repeat center center;
	background-size: cover;
}

.shadow-sec {
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
}

.white-back {
	background-color: #fff;
}

.main-wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.section-in {
	position: relative;
	width: 100%;
}

.padding-top-bottom {
	padding-top: 50px;
	padding-bottom: 70px;
}

.video-quote-sec {
	padding-top: 250px !important;
	padding-bottom: 250px !important;
}

.padding-big-top-bottom {
	padding-top: 200px;
	padding-bottom: 120px;
}

.padding-top {
	padding-top: 120px;
}

.padding-bottom {
	padding-bottom: 70px;
}



.section-big-header-text {
	position: relative;
	width: 100%;
}

.section-big-header-text h3 {
	padding-bottom: 15px;
	text-align: left;
	color: #212121;
}

.section-big-header-text p {
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #777777;
	letter-spacing: 3px;
	text-align: left;
	padding-top: 0;
}

.section-big-header-text .line-big-header {
	display: none !important;
}

.text-bottom-margin {
	padding-bottom: 15px;
}



.section-header-text {
	position: relative;
	width: 100%;
	margin-bottom: 40px;
	text-align: center;
}

.section-header-text h5 {
	font-family: 'Playfair Display', serif;
	font-size: 34px;
	font-weight: 700;
	line-height: 1.25;
	color: #1a0933;
	letter-spacing: 0.5px;
	padding-bottom: 8px;
	text-align: center;
	margin: 0;
	text-transform: capitalize;
}

.section-header-text h5 span {
	color: #9C17E4;
}

.section-header-text p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #6b5b7b;
	letter-spacing: 0.2px;
	text-align: center;
	text-transform: none;
	padding-bottom: 5px;
	margin: 0;
}

.section-header-text .line-header {
	position: relative;
	width: 50px;
	height: 3px;
	display: block;
	margin: 15px auto 0 auto;
	background: linear-gradient(90deg, #9C17E4 0%, #B814DC 100%);
	border-radius: 3px;
	box-shadow: 0 2px 10px rgba(156, 23, 228, 0.3);
}









.team-wrap {
	position: relative;
	width: 100%;
	display: block;
}

.team-wrap .img-team-wrap {
	background: linear-gradient(135deg, #1b004a 0%, #4a00e0 100%);
	border-radius: 8px;
	overflow: hidden;
	position: relative;
	width: 100%;
	display: block;
}

.team-wrap .img-team-wrap img {
	width: 100%;
	height: auto;
	aspect-ratio: 3 / 4;
	object-fit: cover;
	display: block;
}

.team-wrap h6 {
	text-align: center;
	padding-top: 30px;
}

.team-wrap .job-position {
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 10px;
	letter-spacing: 3px;
}


.team-wrap .img-team-wrap .team-mask {
	position: absolute;
	background: rgba(255, 255, 255, .8);
	top: 80%;
	left: 5%;
	width: 90%;
	padding: 20px;
	z-index: 5;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.team-wrap:hover .img-team-wrap .team-mask {
	opacity: 1;
	top: 50%;
}

.team-wrap .img-team-wrap .team-mask .quote {
	text-align: center;
	color: #000;
	letter-spacing: 2px;
	font-family: 'Courgette', cursive;
	font-size: 15px;
	line-height: 27px;
}

.social-team {
	position: relative;
	z-index: 5;
	text-align: center;
	margin: 0 auto;
	display: block;
	padding-top: 20px;
}

.list-social-team li {
	padding: 0;
	list-style: none;
	text-align: center;
	width: 22px;
	height: 22px;
	display: inline-block;
	cursor: pointer;
	margin-left: 5px;
	margin-right: 5px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.list-social-team li.icon-soc-team a {
	font-family: 'FontAwesome';
	font-size: 15px;
	line-height: 22px;
	width: 22px;
	color: #000;
	opacity: 1;
	margin: 0;
	padding: 0;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.list-social-team li:hover {}

.list-social-team li:hover.icon-soc-team a {}

/* 5-Column Grid System Layout for Team Section */
.container .one-fifth.column {
	float: left;
	display: inline;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 25px;
	margin-bottom: 25px;
	width: 222px;
}

@media only screen and (min-width: 1200px) and (max-width: 1359px) {
	.container .one-fifth.column {
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 10px;
		margin-bottom: 10px;
		width: 220px;
	}
}

@media only screen and (min-width: 960px) and (max-width: 1199px) {
	.container .one-fifth.column {
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 10px;
		margin-bottom: 10px;
		width: 172px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.container .one-fifth.column {
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 10px;
		margin-bottom: 10px;
		width: 133.6px;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.container .one-fifth.column {
		margin-left: 0;
		margin-right: 0;
		margin-top: 10px;
		margin-bottom: 10px;
		width: 420px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
	.container .one-fifth.column {
		margin-left: 0;
		margin-right: 0;
		margin-top: 10px;
		margin-bottom: 10px;
		width: 300px;
	}
}

.services-list {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.services-list .icons {
	width: 100%;
	text-align: center;
	padding-bottom: 30px;
}

.services-list .icons svg {
	width: 44px;
	height: 44px;
	stroke: #9C17E4;
	stroke-width: 1.5;
	fill: none;
	display: inline-block;
	transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	filter: drop-shadow(0 0 4px rgba(156, 23, 228, 0.4)) drop-shadow(0 0 8px rgba(184, 20, 220, 0.2));
}

.services-list:hover .icons svg {
	stroke: #B814DC;
	filter: drop-shadow(0 0 6px rgba(156, 23, 228, 0.9)) 
	        drop-shadow(0 0 12px rgba(184, 20, 220, 0.7)) 
	        drop-shadow(0 0 24px rgba(156, 23, 228, 0.5))
	        drop-shadow(0 0 36px rgba(184, 20, 220, 0.3));
	transform: scale(1.15);
}

.services-list h6 {
	padding-bottom: 20px;
	text-align: center;
}

.services-list p {
	text-align: center;
}


.img-wrap {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.img-wrap img {
	width: 100%;
	height: auto;
	display: block;
}





#owl-facts .item {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.quote-about {
	position: relative;
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
	padding-bottom: 40px;
}

.quote-text {
	text-align: center;
	letter-spacing: 2px;
	font-family: 'Courgette', cursive;
	font-size: 16px;
	line-height: 32px;
	color: #333333;
}

.quote-text span {
	font-size: 22px;
}

.quote-about h6 {
	text-align: center;
	padding-top: 30px;
}





.pricing-item {
	position: relative;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid rgba(100, 100, 100, .2);
	padding: 40px;
	margin: 0 auto;
	text-align: center;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	-webkit-transform: scale(0.95);
	-moz-transform: scale(0.95);
	-ms-transform: scale(0.95);
	-o-transform: scale(0.95);
	transform: scale(0.95);
}

.pricing-item:hover {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.pricing-item.popular {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.pricing-item h6 {
	text-align: center;
	padding-bottom: 20px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.pricing-item p {
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	color: #626262;
}

.pricing-item p span {
	font-weight: 800;
}

.pricing-item .number-price {
	position: relative;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-weight: 100;
	font-size: 44px;
	line-height: 44px;
	color: #323232;
	text-align: center;
	padding-bottom: 17px;
}

.pricing-item .number-price span {
	font-family: 'FontAwesome';
	font-size: 22px;
	line-height: 62px;
	vertical-align: super;
	font-weight: 400;
	padding-right: 8px;
}

.pricing-item .number-price span:last-child {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 54px;
	vertical-align: -1%;
	font-weight: 600;
	padding-right: 0;
	padding-left: 5px;
}

.pricing-item a.price-link {
	position: relative;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 130px;
	margin: 0 auto;
	margin-top: 22px;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: block;
	background: #111111;
	border-radius: 3px;
	font-size: 12px;
	color: #fff;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.pricing-item a.price-link:hover {
	color: #fff;
}




.logos {
	position: relative;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.logos img {
	width: 110px;
	height: auto;
	display: block;
	margin: 0 auto;
	text-align: center;
}


/* #Portfolio
================================================== */


.portfolio-top {
	position: relative;
	width: 100%;
	height: 100vh;
	margin: 0 auto;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.portfolio-top.top-image-4 {
	background-image: url('../images/portfolio/big/4.jpg');
}

.portfolio-top.top-image-5 {
	background-image: url('../images/portfolio/mainbanner1.png');
}

a.scroll-down-arrow {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 20%;
	width: 100%;
	z-index: 200;
	cursor: url(../images/grab-down.png) 8 8, move !important;
}

#owl-top {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

#owl-top .item {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: url(../images/grab-slider.png) 8 8, move !important;
	z-index: 2;
}

#owl-top .item.top-image-1 {
	background-image: url('../images/portfolio/big/1.jpg');
}

#owl-top .item.top-image-2 {
	background-image: url('../images/portfolio/big/2.jpg');
}

#owl-top .item.top-image-3 {
	background-image: url('../images/portfolio/big/3.jpg');
}

#owl-top .item.top-image-4 {
	background-image: url('../images/portfolio/big/4.jpg');
}

#owl-top .item.top-image-5 {
	background-image: url('../images/portfolio/big/5.jpg');
}


#owl-top.owl-theme .owl-controls .owl-buttons .owl-prev {
	position: absolute;
	left: 0;
	cursor: url(../images/grab-left.png) 8 8, move !important;
}

#owl-top.owl-theme .owl-controls .owl-buttons .owl-next {
	position: absolute;
	right: 0;
	cursor: url(../images/grab-right.png) 8 8, move !important;
}

#owl-top.owl-theme .owl-controls .owl-buttons .owl-next,
#owl-top.owl-theme .owl-controls .owl-buttons .owl-prev {
	top: 0;
	width: 30%;
	height: 100%;
	z-index: 1;
	text-indent: 100%;
}

#bar {
	width: 0%;
	max-width: 100%;
	height: 1px;
	background: #212121;
}

#progressBar {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #EDEDED;
	z-index: 5;
}










#projects-grid {
	position: relative;
	text-align: center;
	margin: 0 auto;
	width: calc(100% - 20px);
	max-width: 1360px;
}

#projects-grid:after {
	content: '';
	display: block;
	clear: both;
}

.portfolio-box-1 {
	position: relative;
	float: left;
	width: 33.3333333333%;
	display: inline-block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	padding: 15px; /* Creates modern gutters */
}

@media only screen and (min-width: 960px) {
	.portfolio-box-1 {
		width: 33.3333333333% !important;
	}
}

.portfolio-box-1 .mask-1 {
	position: absolute;
	width: calc(100% - 30px);
	height: calc(100% - 30px);
	top: 15px;
	left: 15px;
	-moz-box-sizing: border-box;
	border: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: rgba(166, 63, 82, 0.85); /* cinematic red overlay */
	border-radius: 12px;
	z-index: 2;
	opacity: 0;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.portfolio-box-1 .mask-1.no-border {
	border: none;
}

.portfolio-box-1:hover .mask-1 {
	background: rgba(0, 0, 0, .9);
}

.portfolio-box-1 h6 {
	position: absolute;
	top: calc(50% - 20px);
	left: 120px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	font-size: 15px;
	line-height: 26px;
	letter-spacing: 4px;
	text-transform: uppercase;
	z-index: 4;
	opacity: 0;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.portfolio-box-1.no-border h6 {
	top: calc(50% - 20px);
}

.portfolio-box-1.no-border:hover h6 {
	left: 50px;
	opacity: 1;
}

.portfolio-box-1:hover h6 {
	left: 60px;
	opacity: 1;
}

.portfolio-box-1 p {
	position: absolute;
	top: calc(50% + 10px);
	left: 120px;
	color: #999999;
	z-index: 4;
	opacity: 0;
	font-size: 11px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	line-height: 14px;
	text-align: left;
	letter-spacing: 3px;
	text-transform: uppercase;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.portfolio-box-1.no-border p {
	top: calc(50% + 10px);
}

.portfolio-box-1.no-border:hover p {
	left: 50px;
	opacity: 1;
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.portfolio-box-1:hover p {
	left: 60px;
	opacity: 1;
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
.portfolio-box-1 img,
.portfolio-box-1 .video-thumb-img {
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: top center;
	display: block;
	border-radius: 12px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.portfolio-box-1.format-vertical img,
.portfolio-box-1.format-vertical .video-thumb-img {
	aspect-ratio: 9/16;
	max-height: 550px;
}
.portfolio-box-1.format-horizontal img,
.portfolio-box-1.format-horizontal .video-thumb-img {
	aspect-ratio: 16/9;
	max-height: 260px;
}

.portfolio-box-1:hover img,
.portfolio-box-1:hover .video-thumb-img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}




#portfolio-filter {
	position: relative;
	width: 100%;
	text-align: center;
	padding-bottom: 10px;
}

#portfolio-filter.image-no-margin {
	padding-bottom: 35px;
}

#filter {
	position: relative;
	width: 100%;
	text-align: center;
}

#filter li {
	display: inline-block;
	text-align: center;
}

#filter:after {
	content: '';
	display: block;
	clear: both;
}

#filter li a {
	position: relative;
	display: inline-block;
	letter-spacing: 3px;
	font-family: 'Courgette', cursive;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	margin-bottom: 5px;
	text-align: center;
	outline: none;
	color: #666666;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: none;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

#filter li .current {}

#filter li a:hover {}

.isotope-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

.isotope,
.isotope .isotope-item {
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	transition-duration: 0.6s;
}

.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: top, left, opacity;
	transition-property: transform, opacity;
}




/* #Projects
================================================== */


.project-top {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.project1-top-image {
	background-image: url('../images/portfolio/1f.jpg');
}

.project2-top-image {
	background-image: url('../images/portfolio/big/2.jpg');
}

.project3-top-image {
	background-image: url('../images/portfolio/big/5.jpg');
}

.project4-top-image {
	background-image: url('../images/portfolio/4b.jpg');
}

.project5-top-image {
	background-image: url('../images/portfolio/5b.jpg');
}

.project6-top-image {
	background-image: url('../images/portfolio/6e.jpg');
}

.project7-top-image {
	background-image: url('../images/portfolio/7d.jpg');
}

.project8-top-image {
	background-image: url('../images/portfolio/8f.jpg');
}

.project9-top-image {
	background-image: url('../images/portfolio/9b.jpg');
}


.gallery-image-wrap {
	position: relative;
	width: 100%;
	margin: 0 auto;
	max-width: 1360px;
	overflow: hidden;
	display: block;
}

.gallery-image-wrap:after {
	content: '';
	display: block;
	clear: both;
}

.item-one-half {
	position: relative;
	background-color: #000;
	float: left;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 25px solid #fff;
	overflow: hidden;
}

.item-one-half img {
	width: 100%;
	height: auto;
	display: block;
}

.item-one-half p {
	padding-top: 50px;
	padding-left: 50px;
	padding-right: 50px;
	color: #f1f1f1;
	text-align: center;
}

.item-one-half .credi {
	letter-spacing: 3px;
	font-family: 'Courgette', cursive;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
	padding-top: 20px;
	color: #fff;
	padding-bottom: 50px;
	padding-left: 50px;
	padding-right: 50px;
}






#owl-project .item {
	position: relative;
	width: 100%;
}

#owl-project.owl-theme .owl-controls .owl-buttons .owl-prev {
	position: absolute;
	left: 0;
	cursor: url(../images/grab-left.png) 8 8, move !important;
}

#owl-project.owl-theme .owl-controls .owl-buttons .owl-next {
	position: absolute;
	right: 0;
	cursor: url(../images/grab-right.png) 8 8, move !important;
}

#owl-project.owl-theme .owl-controls .owl-buttons .owl-next,
#owl-project.owl-theme .owl-controls .owl-buttons .owl-prev {
	top: 0;
	width: 50%;
	height: 100%;
	z-index: 1;
	text-indent: 100%;
}

#bar-project {
	width: 0%;
	max-width: 100%;
	height: 3px;
	background: #212121;
}

#progressBar-project {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #f1f1f1;
	z-index: 5;
}





.parallax-project {
	background: url('../images/type.png') repeat fixed;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
}


.project-next-prev {
	position: relative;
	width: 100%;
	overflow: hidden;
	z-index: 5;
}

.project-next-prev:after {
	content: '';
	display: block;
	clear: both;
}

.project-prev {
	position: relative;
	width: 50%;
	display: inline-block;
	height: 350px;
	float: left;
	background: url('../images/project-left.svg')no-repeat center center;
	background-size: 120px 120px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}

.project-prev .text,
.project-next .text {
	position: absolute;
	letter-spacing: 3px;
	font-family: 'Courgette', cursive;
	width: 100%;
	left: 0;
	top: 120%;
	margin-top: -28px;
	font-size: 22px;
	line-height: 28px;
	text-align: center;
	color: #fff;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}

.project-prev:hover .text,
.project-next:hover .text {
	top: 50%;
}

.project-prev .text span,
.project-next .text span {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 10px;
	color: #b5b5b5;
	line-height: 28px;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.project-prev:hover {
	background-position: center -100%;
}

.project-next {
	position: relative;
	width: 50%;
	display: inline-block;
	height: 350px;
	float: left;
	background: url('../images/project-right.svg')no-repeat center center;
	background-size: 120px 120px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}

.project-next:hover {
	background-position: center -100%;
}


/* #Blog
================================================== */

.blog-sections.section-big-header-text h3 {
	text-align: center;
}

.blog-sections.section-big-header-text p {
	text-align: center;
}

.blog-sections.section-big-header-text .line-big-header {
	text-align: center;
	margin: 0 auto;
}


#blog-filter {
	position: relative;
	width: 100%;
	text-align: center;
	padding-bottom: 10px;
}

#filter2 {
	position: relative;
	width: 100%;
	text-align: center;
}

#filter2 li {
	display: inline-block;
	text-align: center;
}

#filter2:after {
	content: '';
	display: block;
	clear: both;
}

#filter2 li a {
	position: relative;
	display: inline-block;
	letter-spacing: 3px;
	font-family: 'Courgette', cursive;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	margin-bottom: 5px;
	text-align: center;
	outline: none;
	color: #666666;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: none;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

#filter2 li .current {}

#filter2 li a:hover {}



#blog-grid {
	position: relative;
	text-align: center;
	margin: 0 auto;
	width: calc(100% - 20px);
	max-width: 1360px;
}

#blog-grid:after {
	content: '';
	display: block;
	clear: both;
}

.blog-post {
	position: relative;
	float: left;
	width: 33.3333333333%;
	border: 25px solid #fff;
	display: inline-block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #f1f1f1;
	padding-bottom: 30px;
	overflow: hidden;
	margin-left: -1px;
	-webkit-transform: translate3d(1px, 0, 0);
	transform: translate3d(1px, 0, 0);
}

.blog-post.width-2 {
	width: 66.66666666666%;
	margin-left: -3px;
	-webkit-transform: translate3d(3px, 0, 0);
	transform: translate3d(3px, 0, 0);
}

.blog-post img {
	width: 100%;
	height: auto;
	display: block;
}

.blog-post h6 {
	text-align: left;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.blog-post p {
	text-align: left;
	padding-left: 30px;
	padding-right: 30px;
}

.blog-post .time-autor {
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
	font-size: 11px;
	line-height: 26px;
	color: #999999;
	padding-top: 30px;
	text-align: left;
	padding-left: 30px;
	padding-right: 30px;
}

.blog-post .time-autor span {
	padding-left: 10px;
}

.blog-post .arrow-to-post {
	letter-spacing: 2px;
	font-family: 'Courgette', cursive;
	font-size: 14px;
	line-height: 26px;
	color: #606060;
	text-align: left;
	margin-left: 30px;
	margin-top: 30px;
	display: block;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.blog-post .arrow-to-post span {
	font-family: 'FontAwesome';
	padding-left: 8px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.blog-post .arrow-to-post:hover span {
	padding-left: 15px;
}

.blog-post .arrow-to-post:hover {
	color: #000;
}



#owl-blog .item {
	position: relative;
	width: 100%;
}

#owl-blog.owl-theme .owl-controls .owl-buttons .owl-prev {
	position: absolute;
	left: 0;
	cursor: url(../images/grab-left.png) 8 8, move !important;
}

#owl-blog.owl-theme .owl-controls .owl-buttons .owl-next {
	position: absolute;
	right: 0;
	cursor: url(../images/grab-right.png) 8 8, move !important;
}

#owl-blog.owl-theme .owl-controls .owl-buttons .owl-next,
#owl-blog.owl-theme .owl-controls .owl-buttons .owl-prev {
	top: 0;
	width: 50%;
	height: 100%;
	z-index: 1;
	text-indent: 100%;
}

#bar-blog {
	width: 0%;
	max-width: 100%;
	height: 3px;
	background: #212121;
}

#progressBar-blog {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #f1f1f1;
	z-index: 5;
}


.blog-post.quote-post {
	background: #000;
	padding: 40px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.blog-post.quote-post:hover {
	background: #111;
}

.blog-post.quote-post h6 {
	letter-spacing: 2px;
	font-family: 'Courgette', cursive;
	font-size: 15px;
	line-height: 25px;
	text-align: left;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 30px;
	color: #fff;
}

.blog-post.quote-post h6:hover {
	color: #fff;
}

.blog-post:hover.quote-post p {}

.blog-post.quote-post p {
	text-align: left;
	text-transform: uppercase;
	color: #fff;
	font-weight: 800;
	letter-spacing: 3px;
	padding-left: 0;
	padding-right: 0;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}











nav[role="navigation"] {
	text-align: center;
}

.cd-pagination {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.cd-pagination li {
	/* hide numbers on small devices */
	display: none;
	margin: 0 .2em;
}

.cd-pagination li.button-pag {
	/* make sure prev next buttons are visible */
	display: inline-block;
}

.cd-pagination a,
.cd-pagination span {
	display: inline-block;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	/* use padding and font-size to change buttons size */
	font-size: 11px;
	letter-spacing: 2px;
	font-weight: 600;
}

.cd-pagination a {
	border: 1px solid #e6e6e6;
	border-radius: 0.25em;
	color: #000;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.no-touch .cd-pagination a:hover {
	background-color: #000;
	border: 1px solid #000;
	color: #fff;
}

.cd-pagination a:active {
	/* click effect */
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
}

.cd-pagination a.disabled {
	/* button disabled */
	color: #fff;
	pointer-events: none;
}

.cd-pagination a.disabled::before,
.cd-pagination a.disabled::after {
	opacity: .4;
}

.cd-pagination .button-pag:first-of-type a::before {
	content: '\00ab  ';
}

.cd-pagination .button-pag:last-of-type a::after {
	content: ' \00bb';
}

.cd-pagination .current {
	/* selected number */
	color: #ffffff;
	pointer-events: none;
}

@media only screen and (min-width: 768px) {
	.cd-pagination li {
		display: inline-block;
	}
}

@media only screen and (min-width: 1170px) {
	.cd-pagination {}
}

/* -------------------------------- 

No space - remove distance between list items

-------------------------------- */
.cd-pagination.no-space {
	width: auto;
	max-width: none;
	display: inline-block;
	border-radius: 0.25em;
	border: 1px solid #e6e6e6;
}

.cd-pagination.no-space:after {
	content: "";
	display: table;
	clear: both;
}

.cd-pagination.no-space li {
	margin: 0;
	float: left;
	border-right: 1px solid #e6e6e6;
}

.cd-pagination.no-space li:last-of-type {
	border-right: none;
}

.cd-pagination.no-space a,
.cd-pagination.no-space span {
	float: left;
	border-radius: 0;
	border: none;
}

.cd-pagination.no-space li:first-of-type a {
	border-radius: 0.25em 0 0 0.25em;
}

.cd-pagination.no-space li:last-of-type a {
	border-radius: 0 0.25em 0.25em 0;
}

/* -------------------------------- 

move buttons - move prev and next buttons to the sides

-------------------------------- */
.cd-pagination.move-buttons:after {
	content: "";
	display: table;
	clear: both;
}

.cd-pagination.move-buttons .button-pag:first-of-type {
	float: left;
}

.cd-pagination.move-buttons .button-pag:last-of-type {
	float: right;
}

.cd-pagination.no-space.move-buttons {
	width: 90%;
	max-width: 768px;
	display: block;
	overflow: hidden;
}

.cd-pagination.no-space.move-buttons li {
	float: none;
	border: none;
}

.cd-pagination.no-space.move-buttons a,
.cd-pagination.no-space.move-buttons span {
	float: none;
}

/* -------------------------------- 

custom icons - customize the small arrow inside the next and prev buttons 

-------------------------------- */
.cd-pagination.custom-icons .button-pag a {
	position: relative;
}

.cd-pagination.custom-icons .button-pag:first-of-type a {
	padding-left: 2.4em;
}

.cd-pagination.custom-icons .button-pag:last-of-type a {
	padding-right: 2.4em;
}

.cd-pagination.custom-icons .button-pag:first-of-type a::before,
.cd-pagination.custom-icons .button-pag:last-of-type a::after {
	content: '';
	position: absolute;
	display: inline-block;
	/* set size for custom icons */
	width: 16px;
	height: 16px;
	top: 50%;
	/* set margin-top = icon height/2 */
	margin-top: -8px;
	background: transparent url("../images/cd-icon-arrow-1.svg") no-repeat center center;
}

.cd-pagination.custom-icons .button-pag:first-of-type a::before {
	left: .8em;
}

.cd-pagination.custom-icons .button-pag:last-of-type a::after {
	right: .8em;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

/* -------------------------------- 

custom buttons - replace prev and next buttons text with a custom icon 

-------------------------------- */
.cd-pagination.custom-buttons a,
.cd-pagination.custom-buttons span {
	vertical-align: middle;
}

.cd-pagination.custom-buttons .button-pag a {
	/* set custom width */
	width: 40px;
	/* image replacement */
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	color: transparent;
	background-image: url("../images/cd-icon-arrow-2.svg");
	background-repeat: no-repeat;
	background-position: center center;
}

.cd-pagination.custom-buttons .button-pag:last-of-type a {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.no-touch .cd-pagination.custom-buttons .button-pag:last-of-type a:active {
	-webkit-transform: scale(0.9) rotate(180deg);
	-moz-transform: scale(0.9) rotate(180deg);
	-ms-transform: scale(0.9) rotate(180deg);
	-o-transform: scale(0.9) rotate(180deg);
	transform: scale(0.9) rotate(180deg);
}

.cd-pagination.no-space.custom-buttons .button-pag:last-of-type a {
	border-radius: 0.25em 0 0 0.25em;
}

/* -------------------------------- 

animated buttons - animate the text inside prev and next buttons 

-------------------------------- */
.cd-pagination.animated-buttons a,
.cd-pagination.animated-buttons span {
	padding: 0 1.2em;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
}

.cd-pagination.animated-buttons .button-pag a {
	position: relative;
	padding: 0 2em;
}

.cd-pagination.animated-buttons .button-pag:first-of-type a::before,
.cd-pagination.animated-buttons .button-pag:last-of-type a::after {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	right: auto;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}

.cd-pagination.animated-buttons .button-pag:last-of-type a::after {
	-webkit-transform: translateX(-50%) rotate(180deg);
	-moz-transform: translateX(-50%) rotate(180deg);
	-ms-transform: translateX(-50%) rotate(180deg);
	-o-transform: translateX(-50%) rotate(180deg);
	transform: translateX(-50%) rotate(180deg);
}

.cd-pagination.animated-buttons i {
	display: block;
	height: 100%;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}

.no-touch .cd-pagination.animated-buttons .button-pag a:hover i {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.no-touch .cd-pagination.animated-buttons .button-pag:first-of-type a:hover::before {
	-webkit-transform: translateX(-50%) translateY(-50px);
	-moz-transform: translateX(-50%) translateY(-50px);
	-ms-transform: translateX(-50%) translateY(-50px);
	-o-transform: translateX(-50%) translateY(-50px);
	transform: translateX(-50%) translateY(-50px);
}

.no-touch .cd-pagination.animated-buttons .button-pag:last-of-type a:hover::after {
	-webkit-transform: translateX(-50%) rotate(180deg) translateY(50px);
	-moz-transform: translateX(-50%) rotate(180deg) translateY(50px);
	-ms-transform: translateX(-50%) rotate(180deg) translateY(50px);
	-o-transform: translateX(-50%) rotate(180deg) translateY(50px);
	transform: translateX(-50%) rotate(180deg) translateY(50px);
}


/* #Post Page
================================================== */

#owl-post .item {
	position: relative;
	width: 100%;
}

#owl-post.owl-theme .owl-controls .owl-buttons .owl-prev {
	position: absolute;
	left: 0;
	cursor: url(../images/grab-left.png) 8 8, move !important;
}

#owl-post.owl-theme .owl-controls .owl-buttons .owl-next {
	position: absolute;
	right: 0;
	cursor: url(../images/grab-right.png) 8 8, move !important;
}

#owl-post.owl-theme .owl-controls .owl-buttons .owl-next,
#owl-post.owl-theme .owl-controls .owl-buttons .owl-prev {
	top: 0;
	width: 50%;
	height: 100%;
	z-index: 1;
	text-indent: 100%;
}

.content-post {
	position: relative;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #f1f1f1;
	padding-bottom: 30px;
	overflow: hidden;
	margin-bottom: 50px;
}

.content-post img {
	width: 100%;
	height: auto;
	display: block;
}

.content-post h5 {
	text-align: left;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.content-post p {
	text-align: left;
	padding-left: 30px;
	padding-right: 30px;
}

.content-post .time-autor {
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
	font-size: 11px;
	line-height: 26px;
	color: #999999;
	padding-top: 30px;
	text-align: left;
	padding-left: 30px;
	padding-right: 30px;
}

.content-post .time-autor span {
	padding-left: 10px;
}

.content-post .quote-aut {
	position: relative;
	letter-spacing: 2px;
	font-family: 'Courgette', cursive;
	font-size: 14px;
	line-height: 26px;
	color: #000;
	padding-top: 30px;
	padding-left: 30px;
	border-left: 3px solid #999999;
	padding-bottom: 30px;
	text-align: left;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
	margin-right: 30px;
}

.content-comm {
	position: relative;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #f1f1f1;
	padding: 30px;
	overflow: hidden;
	margin-top: 20px;
}

.content-comm.subcomm {
	width: calc(100% - 50px);
	margin-left: 50px;
}

.content-comm:after {
	content: '';
	display: block;
	clear: both;
}

.content-comm img {
	width: 150px;
	height: auto;
	display: block;
	float: left;
	margin-right: 30px;
}

.content-comm .name-aut-replay {
	position: relative;
	display: block;
	float: right;
	letter-spacing: 3px;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 26px;
	color: #999999;
	margin-top: 30px;
	text-align: left;
	font-weight: 600;
}

.content-comm .name-aut-replay span {
	color: #777777;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}





.sidebar {
	position: relative;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #f1f1f1;
	padding: 30px;
	overflow: hidden;
}

.sidebar input {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 12px;
	line-height: 22px;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #fff;
	border: none;
	color: #737373;
	-webkit-transition: background 0.3s, color 0.3s;
	transition: background 0.3s, color 0.3s;
}

.sidebar input:active {
	color: #fff;
	outline: none !important;
}

.sidebar input:hover {
	color: #737373;
	outline: none !important;
}

.sidebar input:focus {
	color: #fff;
	outline: none !important;
}

.sidebar input:-ms-input-placeholder {
	font-size: 10px;
	text-transform: uppercase;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.sidebar input::-moz-placeholder {
	font-size: 10px;
	text-transform: uppercase;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.sidebar input:-moz-placeholder {
	font-size: 10px;
	text-transform: uppercase;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.sidebar input::-webkit-input-placeholder {
	font-size: 10px;
	text-transform: uppercase;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.sidebar input:active:-ms-input-placeholder {
	color: #fff;
}

.sidebar input:active::-moz-placeholder {
	color: #fff;
}

.sidebar input:active:-moz-placeholder {
	color: #fff;
}

.sidebar input:active::-webkit-input-placeholder {
	color: #fff;
}

.sidebar input:focus:-ms-input-placeholder {
	color: #fff;
}

.sidebar input:focus::-moz-placeholder {
	color: #fff;
}

.sidebar input:focus:-moz-placeholder {
	color: #fff;
}

.sidebar input:focus::-webkit-input-placeholder {
	color: #fff;
}

.separator-sidebar {
	position: relative;
	width: 100%;
	padding-top: 70px;
}

.sidebar h6 {
	text-align: left;
	padding-bottom: 30px;
}

.link-recents {
	position: relative;
	width: 100%;
	overflow: hidden;
	text-align: left;
}

.link-recents a {
	position: relative;
	display: block;
	cursor: pointer;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	line-height: 21px;
	text-align: left;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid rgba(0, 0, 0, .1);
	letter-spacing: 1px;
	color: #323232;
	font-weight: 300;
	-webkit-transition: padding-left 0.3s, color 0.3s;
	transition: padding-left 0.3s, color 0.3s;
}

.link-recents a:last-child {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.link-recents a:hover {
	padding-left: 10px;
}


.link-tag {
	position: relative;
	width: 100%;
	overflow: hidden;
	text-align: left;
}

.link-tag a {
	position: relative;
	display: inline-block;
	cursor: pointer;
	outline: none;
	text-decoration: none;
	white-space: nowrap;
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	line-height: 21px;
	text-align: left;
	margin-right: 3px;
	margin-bottom: 3px;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 3px 9px;
	border: 1px solid #000;
	color: #000;
	font-weight: 600;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.link-tag a:hover {
	color: #fff;
}



/* #Shop
================================================== */


.shop-top {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}

.shop-top.background-shop {
	background-image: url('../images/shop/1.jpg');
}

.hero-text.shop-white-text {
	margin-bottom: 80px;
}

a.scroll-down-arrow-shop {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 25%;
	width: 100%;
	z-index: 200;
	cursor: url(../images/grab-down.png) 8 8, move !important;
}


/* #Checkout */

.dummy-fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	padding: 15px;
	width: 100%;
	height: calc(3em + 30px);
	background: rgba(255, 255, 255, .85);
	text-align: center;
	z-index: 1000;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.checkout__icon {
	position: absolute;
	top: 1.5em;
	left: 1.5em;
	fill: #000;
}

.checkout__count {
	position: absolute;
	top: 1.3em;
	right: 1.3em;
	padding: 0.5em;
	width: 2.7em;
	height: 2.7em;
	border: 2px solid #000;
	border-radius: 50%;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.3;
	color: #000;
}

.checkout {
	position: absolute;
	left: 50%;
	margin: 0 auto;
	margin-left: -4.5em;
	width: 9em;
	height: 3em;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.7, 0, 0.3, 1);
	transition: transform 0.6s cubic-bezier(0.7, 0, 0.3, 1);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.checkout--active {
	/* center on screen (padding of parent, half of summary height, half of viewport height) */
	-webkit-transform: translate3d(0, 15px, 0) translate3d(0, 30vh, 0) translate3d(0, -50vh, 0);
	transform: translate3d(0, 15px, 0) translate3d(0, 30vh, 0) translate3d(0, -50vh, 0);
}

a.checkout__button {
	position: relative;
	z-index: 10;
	display: block;
	margin: 0 auto;
	height: 100%;
	border-radius: 3px;
	color: #fff;
	line-height: 3em;
	-webkit-transition: background-color 0.6s cubic-bezier(0.7, 0, 0.3, 1), -webkit-transform 0.6s cubic-bezier(0.7, 0, 0.3, 1);
	transition: background-color 0.6s cubic-bezier(0.7, 0, 0.3, 1), transform 0.6s cubic-bezier(0.7, 0, 0.3, 1);
}

a.checkout__button:hover,
a.checkout__button:focus {
	outline: none;
	color: #fff;
}

.fa-shopping-cart {
	font-family: 'FontAwesome';
}

.checkout--active a.checkout__button {
	background-color: #212121;
	font-weight: 400;
	letter-spacing: 2px;
	font-size: 14px;
	-webkit-transform: perspective(1000px) translate3d(0, -2.5em, 0);
	transform: perspective(1000px) translate3d(0, -2.5em, 0);
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.checkout--active a.checkout__button:hover {}

.checkout__text-inner {
	font-weight: 400;
	letter-spacing: 2px;
	font-size: 12px
}

.checkout__final-text,
.checkout__initial-text {
	-webkit-transition: opacity 0.6s cubic-bezier(0.7, 0, 0.3, 1);
	transition: opacity 0.6s cubic-bezier(0.7, 0, 0.3, 1);
}

.checkout--active .checkout__initial-text {
	opacity: 0
}

.checkout__final-text {
	position: absolute;
	left: 0;
	width: 100%;
	opacity: 0;
}

.checkout--active .checkout__final-text {
	opacity: 1;
}

.checkout__order,
.checkout__order::before {
	position: absolute;
	bottom: 0%;
	left: 50%;
	-webkit-transform: translate3d(-50%, 0%, 0);
	transform: translate3d(-50%, 0%, 0);
}

.checkout__order {
	overflow: hidden;
	min-width: 320px;
	max-width: 700px;
	width: 95vw;
	height: 60vh;
	text-align: right;
	pointer-events: none;
}

.checkout--active .checkout__order {
	pointer-events: auto;
}

.checkout__order::before {
	content: '';
	z-index: 0;
	width: 9em;
	height: 3em;
	border-radius: 10px;
	background: #000;
	-webkit-transition: width 0.6s cubic-bezier(0.7, 0, 0.3, 1), height 0.6s cubic-bezier(0.7, 0, 0.3, 1);
	transition: width 0.6s cubic-bezier(0.7, 0, 0.3, 1), height 0.6s cubic-bezier(0.7, 0, 0.3, 1);
}

.checkout--active .checkout__order::before {
	width: 100%;
	height: 100%;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.checkout__order-inner {
	position: relative;
	padding: 3em 4em;
}

.checkout__close {
	position: absolute;
	top: 1.5em;
	right: 1.5em;
	overflow: hidden;
	width: 20px;
	height: 20px;
	border: none;
	background: transparent;
	color: transparent;
	text-indent: 100%;
	opacity: 0;
	backface-visibility: hidden;
}

.checkout__close:focus {
	outline: none;
}

.checkout--active .checkout__close {
	opacity: 1;
	-webkit-transition: opacity 0.8s cubic-bezier(0.7, 0, 0.3, 1) 0.015s;
	transition: opacity 0.8s cubic-bezier(0.7, 0, 0.3, 1) 0.015s;
}

.checkout__close .icon {
	position: absolute;
	font-family: 'FontAwesome';
	text-align: center;
	top: 0;
	left: 0;
	width: 100%;
	color: #fff;
	text-indent: 0;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.checkout__close:hover {
	background-color: transparent;
}

.checkout__close:hover .icon {
	background-color: transparent;
}

.checkout__summary {
	margin: 0.5em 0 0.75em;
	width: 100%;
	color: #fff;
	text-align: center;
	font-size: 1.15em;
	line-height: 1.5;
}

.checkout__summary tr {
	opacity: 0;
	-webkit-transition: -webkit-transform 0.8s cubic-bezier(0.7, 0, 0.3, 1), opacity 0.3s cubic-bezier(0.7, 0, 0.3, 1);
	transition: transform 0.8s cubic-bezier(0.7, 0, 0.3, 1), opacity 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}

.checkout__summary tr:nth-child(1) {
	-webkit-transform: translate3d(0, 120px, 0);
	transform: translate3d(0, 120px, 0);
}

.checkout__summary tr:nth-child(2) {
	-webkit-transform: translate3d(0, 140px, 0);
	transform: translate3d(0, 140px, 0);
}

.checkout__summary tr:nth-child(3) {
	-webkit-transform: translate3d(0, 160px, 0);
	transform: translate3d(0, 160px, 0);
}

.checkout__summary tr:nth-child(4) {
	-webkit-transform: translate3d(0, 180px, 0);
	transform: translate3d(0, 180px, 0);
}

.checkout__summary tr:nth-child(5) {
	-webkit-transform: translate3d(0, 200px, 0);
	transform: translate3d(0, 200px, 0);
}

.checkout__summary tr:nth-child(6) {
	-webkit-transform: translate3d(0, 220px, 0);
	transform: translate3d(0, 220px, 0);
}

.checkout--active .checkout__summary tr {
	opacity: 1;
	-webkit-transform: perspective(1000px) translate3d(0, 0, 0);
	transform: perspective(1000px) translate3d(0, 0, 0);
	-webkit-transition: -webkit-transform 0.8s cubic-bezier(0.7, 0, 0.3, 1), opacity 0.8s cubic-bezier(0.7, 0, 0.3, 1);
	transition: transform 0.8s cubic-bezier(0.7, 0, 0.3, 1), opacity 0.8s cubic-bezier(0.7, 0, 0.3, 1);
}

.checkout--active .checkout__summary tbody tr:nth-child(1) {
	-webkit-transition-delay: 0.015s;
	transition-delay: 0.015s;
}

.checkout--active .checkout__summary tbody tr:nth-child(2) {
	-webkit-transition-delay: 0.03s;
	transition-delay: 0.03s;
}

.checkout--active .checkout__summary tbody tr:nth-child(3) {
	-webkit-transition-delay: 0.045s;
	transition-delay: 0.045s;
}

.checkout--active .checkout__summary tbody tr:nth-child(4) {
	-webkit-transition-delay: 0.06s;
	transition-delay: 0.06s;
}

.checkout--active .checkout__summary tbody tr:nth-child(5) {
	-webkit-transition-delay: 0.075s;
	transition-delay: 0.075s;
}

.checkout--active .checkout__summary tbody tr:nth-child(6) {
	-webkit-transition-delay: 0.09s;
	transition-delay: 0.09s;
}

.checkout__summary tbody tr:first-child td {
	padding-top: 0.5em;
}

.checkout__summary tbody td {
	padding: 0.25em 0;
	font-weight: 400;
	font-size: 0.85em;
}

.checkout__summary thead th {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 0.65em;
	line-height: 2;
}

.checkout__summary thead th:first-child,
.checkout__summary tbody td:first-child {
	text-align: left;
}

.checkout__summary tbody td span {}

.checkout__summary th:last-child,
.checkout__summary td:last-child {
	text-align: right;
}

.checkout__action {
	padding: 0;
	border: none;
	background: none;
}

.checkout__action:hover {
	background-color: transparent;
}

.checkout__action:focus {
	outline: none;
}

.checkout__action .icon {
	font-family: 'FontAwesome';
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.checkout__action .icon:hover {}

@media screen and (max-width:26em) {
	.checkout--active {
		-webkit-transform: translate3d(0, 15px, 0);
		transform: translate3d(0, 15px, 0);
	}

	.checkout__order::before {
		border-radius: 0
	}

	.checkout__summary {
		margin-top: 2em
	}

	.checkout__order-inner {
		padding: 1em 1.75em
	}

	.checkout__order {
		width: 100vw;
		height: 100vh;
	}

	.checkout__summary th:last-child,
	.checkout__summary td:last-child {
		padding-left: 10px
	}
}

/* #Products */



.shop-item-top {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.shop-item-top img {
	width: 100%;
	display: block;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.shop-item-top:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.shop-item-top h4 {
	position: absolute;
	top: 50%;
	text-align: left;
	padding-left: 40px;
	margin-top: -50px;
	z-index: 2;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.shop-item-top p {
	position: absolute;
	color: #999999;
	top: 50%;
	text-align: left;
	margin-top: 5px;
	padding-left: 40px;
	z-index: 2;
}


#cd-gallery-items {
	position: relative;
}

.cd-container-shop {
	/* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
	width: 100%;
	max-width: 1360px;
	margin: 0 auto;
}

.cd-container-shop::after {
	/* clearfix */
	content: '';
	display: table;
	clear: both;
}

#cd-gallery-items>li {
	position: relative;
	width: 100%;
	border: 25px solid #fff;
}

#cd-gallery-items>li img {
	width: 100%;
	display: block;
}

@media only screen and (min-width: 768px) {
	#cd-gallery-items>li {
		width: 50%;
		float: left;
		border: 25px solid #fff;
	}
}

@media only screen and (min-width: 1170px) {
	#cd-gallery-items {}

	#cd-gallery-items>li {
		width: 25%;
		float: left;
		border: 25px solid #fff;
	}
}

.cd-item-wrapper {
	-webkit-perspective: 500px;
	-moz-perspective: 500px;
	perspective: 500px;
	-webkit-perspective-origin: 50% -30%;
	-moz-perspective-origin: 50% -30%;
	perspective-origin: 50% -30%;
}

.cd-item-wrapper li {
	position: absolute;
	top: 0;
	left: 0;
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.cd-item-wrapper li.cd-item-front {
	position: relative;
	z-index: 3;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.cd-item-wrapper li.cd-item-middle {
	z-index: 2;
}

.active .cd-item-wrapper li.cd-item-middle {
	/* 3D effect on touch devices */
	-webkit-transform: translate3d(0, 0, -20px);
	-moz-transform: translate3d(0, 0, -20px);
	-ms-transform: translate3d(0, 0, -20px);
	-o-transform: translate3d(0, 0, -20px);
	transform: translate3d(0, 0, -20px);
	opacity: .8;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.cd-item-wrapper li.cd-item-back {
	z-index: 1;
}

.active .cd-item-wrapper li.cd-item-back {
	/* 3D effect on touch devices */
	-webkit-transform: translate3d(0, 0, -40px);
	-moz-transform: translate3d(0, 0, -40px);
	-ms-transform: translate3d(0, 0, -40px);
	-o-transform: translate3d(0, 0, -40px);
	transform: translate3d(0, 0, -40px);
	opacity: .4;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.cd-item-wrapper li.cd-item-out {
	/* picture not visible - use this class in case you have more than 3 pictures per item */
	z-index: 0;
	opacity: 0;
	-webkit-transform: translate3d(0, 0, -60px);
	-moz-transform: translate3d(0, 0, -60px);
	-ms-transform: translate3d(0, 0, -60px);
	-o-transform: translate3d(0, 0, -60px);
	transform: translate3d(0, 0, -60px);
}

.cd-item-wrapper li.move-right {
	-webkit-transform: translate3d(200px, 0, 0);
	-moz-transform: translate3d(200px, 0, 0);
	-ms-transform: translate3d(200px, 0, 0);
	-o-transform: translate3d(200px, 0, 0);
	transform: translate3d(200px, 0, 0);
	opacity: 0;
	z-index: 4 !important;
}

.cd-item-wrapper li.hidden {
	/* used to hide the picture once it's pushed out - to the right */
	display: none !important;
}

.no-csstransitions .cd-item-wrapper li.cd-item-middle,
.no-csstransitions .cd-item-wrapper li.cd-item-back {
	/* 3D effect not visible on browsers that don't support transitions */
	display: none;
}

.cd-item-info {
	position: relative;
	width: 100%;
	height: 70px;
	line-height: 70px;
	background-color: #f2f2f2;
	padding: 0 1em;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
	z-index: 5;
}

.cd-item-info:after {
	content: "";
	display: table;
	clear: both;
}

.cd-item-info b {
	float: left;
	font-weight: bold;
}

.cd-item-info b a {
	color: #000;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.cd-item-info b a:hover {}

.cd-item-info em {
	float: right;
	color: #444444;
}

.cd-item-info em span {
	padding-right: 5px;
	text-decoration: line-through;
}

.cd-item-navigation a {
	position: absolute;
	top: calc(50% - 35px);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	text-indent: 1000%;
	width: 36px;
	height: 66px;
	background-color: rgba(216, 216, 216, 0.4);
	background-image: url("../images/cd-icon-arrow-shop.svg");
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 4;
	display: none;
	border-radius: 0.25em;
}

.no-touch .cd-item-navigation a:hover {
	background-color: rgba(216, 216, 216, 0.6);
}

.cd-item-navigation a.visible {
	display: block;
	-webkit-animation: cd-fade-in 0.4s;
	-moz-animation: cd-fade-in 0.4s;
	animation: cd-fade-in 0.4s;
}

.cd-item-navigation li:nth-child(1) a {
	left: 14px;
	-webkit-transform: translateY(-50%) rotate(180deg);
	-moz-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	-o-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

.cd-item-navigation li:nth-child(2) a {
	right: 14px;
}

.no-csstransitions .cd-item-navigation {
	display: none;
}

@-webkit-keyframes cd-fade-in {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-moz-keyframes cd-fade-in {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes cd-fade-in {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.cd-3d-trigger {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 44px;
	height: 44px;
	background: url("../images/cd-icon-3d.svg") no-repeat center center;
	z-index: 4;
}

.no-touch .cd-3d-trigger {
	display: none;
}

.no-touch #cd-gallery-items>li:hover .cd-item-middle,
.no-touch #cd-gallery-items>li:hover .cd-item-back {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.no-touch #cd-gallery-items>li:hover .cd-item-middle {
	/* 3D effect on no-touch devices */
	-webkit-transform: translate3d(0, 0, -30px);
	-moz-transform: translate3d(0, 0, -30px);
	-ms-transform: translate3d(0, 0, -30px);
	-o-transform: translate3d(0, 0, -30px);
	transform: translate3d(0, 0, -30px);
	opacity: .8;
}

.no-touch #cd-gallery-items>li:hover .cd-item-back {
	/* 3D effect on no-touch devices */
	-webkit-transform: translate3d(0, 0, -60px);
	-moz-transform: translate3d(0, 0, -60px);
	-ms-transform: translate3d(0, 0, -60px);
	-o-transform: translate3d(0, 0, -60px);
	transform: translate3d(0, 0, -60px);
	opacity: .6;
}

/* #Product Page */

.shop-carousel-wrap {
	position: relative;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	z-index: 2;
}

#sync1 .item {
	position: relative;
	margin: 0 auto;
	width: 100%;
	display: block;
}

#sync1 .item:after {
	content: '';
	display: block;
	clear: both;
}

#sync1 .item img {
	width: 100%;
	height: auto;
	display: block;
}

#sync2 {
	position: relative;
	width: 100%;
	z-index: 200;
}

#sync2 .item {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 5px solid #fff;
	z-index: 200;
	overflow: hidden;
	cursor: pointer;
	opacity: .5;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

#sync2 .item img {
	width: 100%;
	height: auto;
	display: block;
}

#sync2 .item:hover {
	opacity: 1;
	border: 5px solid #212121;
}

#sync2 .synced .item {
	opacity: 1;
	border: 5px solid #212121;
}


.shop-item-details {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.shop-item-details .price {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 50px;
	line-height: 50px;
	letter-spacing: 3px;
	color: #212121;
	text-align: left;
	display: block;
	margin-bottom: 30px;
}

.shop-item-details .price span {
	font-weight: 400;
	font-size: 30px;
	line-height: 30px;
	padding-right: 20px;
	letter-spacing: 1px;
	text-decoration: line-through;
}

.shop-item-details .num-itm {
	float: left;
	display: inline-block;
	height: 40px;
	width: 40px;
	background: #212121;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 40px;
	color: #fff;
	margin-bottom: 30px;
}

.shop-item-details .num-itm-ic {
	float: left;
	display: inline-block;
	height: 40px;
	width: 40px;
	font-family: 'FontAwesome';
	cursor: pointer;
	background: #414141;
	text-align: center;
	font-size: 12px;
	line-height: 40px;
	color: #fff;
	margin-bottom: 30px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.shop-item-details .num-itm-ic:hover {
	background: #111111;
}

.shop-item-details .button-shop {
	float: left;
	display: inline-block;
	height: 40px;
	padding-left: 30px;
	padding-right: 30px;
	border-radius: 3px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 40px;
	color: #fff;
	margin-left: 30px;
	margin-bottom: 30px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.shop-item-details .button-shop:hover {
	background: #212121;
}

.shop-item-details:after {
	content: '';
	display: block;
	clear: both;
}

.after-button {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: block;
}

.after-button p {
	text-align: left;
	display: block;
	width: 100%;
	padding-bottom: 20px;
}

.after-button .accordion {
	margin-top: 10px;
}




/* #Contact
================================================== */

.contact-top {
	position: relative;
	width: 100%;
	margin: 0 auto;
	z-index: 1;
}

.contact-top-min {
	background: url('../images/geometry2.png');
}

.tooltip.contact-tooltip {
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -14.3px;
}

#google-container {
	position: relative;
	width: 100%;
	height: 100%;
	opacity: .8;
}

#cd-google-map {
	position: relative;
}

#cd-zoom-in,
#cd-zoom-out {
	height: 32px;
	width: 32px;
	cursor: pointer;
	margin-left: 10px;
	background-repeat: no-repeat;
	background-size: 32px 64px;
	opacity: .7;
	background-image: url("../images/cd-icon-controller.svg");
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.no-touch #cd-zoom-in:hover,
.no-touch #cd-zoom-out:hover {
	opacity: 1;
}

#cd-zoom-in:hover,
#cd-zoom-out:hover {
	opacity: 1;
}

@media only screen and (min-width: 768px) {

	#cd-zoom-in,
	#cd-zoom-out {
		margin-left: 50px;
	}
}

#cd-zoom-in {
	background-position: 50% 0;
	margin-top: 100px;
	margin-bottom: 1px;
}

#cd-zoom-out {
	background-position: 50% -32px;
}



#ajax-form {
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #101010;
	margin: 0 auto;
}

#ajax-form label {
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 30px;
}

#ajax-form input {
	position: relative;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 13px;
	line-height: 24px;
	padding-bottom: 15px;
	background: transparent;
	border: none;
	color: #737373;
	-webkit-transition: border-bottom 0.3s, color 0.3s;
	transition: border-bottom 0.3s, color 0.3s;
}

#ajax-form textarea {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 13px;
	line-height: 24px;
	padding-bottom: 15px;
	background: transparent;
	height: 100px;
	border: none;
	color: #737373;
	-webkit-transition: border-bottom 0.3s, color 0.3s;
	transition: border-bottom 0.3s, color 0.3s;
}

#ajax-form textarea,
#ajax-form input {
	border-bottom: 1px solid rgba(100, 100, 100, .2);
}

.error {
	font: 11px/22px 'Open Sans', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: none;
	color: #636363;
}

#ajaxsuccess {
	background: #f2f2f2;
	color: #101010;
	font: 20px/60px 'Open Sans', sans-serif;
	height: 60px;
	display: none;
	padding-left: 10px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

.text-align-center {
	text-align: center;
	padding-top: 10px;
}

#ajax-form textarea:active,
#ajax-form input:active {
	color: #101010;
}

#ajax-form textarea:active,
#ajax-form input:hover {
	color: #101010;
}

#ajax-form textarea:focus,
#ajax-form input:focus {
	outline: none !important;
}

#ajax-form input:-ms-input-placeholder {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #999999;
}

#ajax-form input::-moz-placeholder {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #999999;
}

#ajax-form input:-moz-placeholder {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #999999;
}

#ajax-form input::-webkit-input-placeholder {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #999999;
}

#ajax-form textarea:-ms-input-placeholder {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #999999;
}

#ajax-form textarea::-moz-placeholder {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #999999;
}

#ajax-form textarea:-moz-placeholder {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #999999;
}

#ajax-form textarea::-webkit-input-placeholder {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #999999;
}

#ajax-form button {
	position: relative;
	width: 160px;
	height: 40px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	border-radius: 3px;
	margin: 0 auto;
	display: block;
	padding: 0;
	font-size: 12px;
	line-height: 40px;
	background: #efefef;
	border: none;
	-webkit-transition: background 0.3s, color 0.3s;
	transition: background 0.3s, color 0.3s;
}

#ajax-form button:hover {
	color: #fff;
	background: #212121;
}

#ajax-form button:focus,
#ajax-form button:active {
	border: none;
	outline: none;
}



.contact-details {
	position: relative;
	width: 100%;
}

.contact-details p {
	font-weight: 600;
	font-size: 15px;
	line-height: 24px;
	color: #999999;
	letter-spacing: 2px;
	text-align: center;
	padding-bottom: 10px;
}

.contact-details h6 {
	text-align: center;
}

.contact-details p span {
	font-family: 'FontAwesome';
	font-weight: normal;
	font-size: 15px;
	line-height: 24px;
	padding-right: 5px;
}






.contact-min-wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.contact-min-wrapper:after {
	content: '';
	display: block;
	clear: both;
}

.contact-min-wrap {
	position: relative;
	width: 50%;
	display: inline-block;
	padding-top: 150px;
	padding-bottom: 150px;
}

.contact-min-wrap.float-left {
	float: left;
}

.contact-min-wrap.float-right {
	float: right;
}

.contact-min-wrap.background-grey {
	background-color: #f1f1f1;
}

.contact-min-wrap p {
	font-weight: 600;
	font-size: 15px;
	line-height: 24px;
	color: #999999;
	letter-spacing: 2px;
	text-align: center;
	padding-bottom: 10px;
}

.contact-min-wrap p span {
	font-family: 'FontAwesome';
	font-weight: normal;
	font-size: 15px;
	line-height: 24px;
	padding-right: 5px;
}

.contact-min-wrap a {
	font-family: 'big-john';
	text-align: center;
	margin: 0 auto;
	display: block;
	color: #414141;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 3px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.contact-min-wrap a span {
	border-bottom: 2px solid transparent;
	padding-bottom: 5px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.contact-min-wrap a:hover span {
	border-bottom: 2px solid #212121;
}




.contact-min-wrap #google-container {
	height: 363px;
}

.contact-min-wrap #cd-zoom-in {
	margin-top: 50px;
}

.contact-min-wrap.google-wrapper {
	padding-top: 0;
	padding-bottom: 0;
}


/* #404 and 500 page
================================================== */

.error-page {
	position: relative;
	margin: 0 auto;
	display: block;
	width: 100%;
}

.error-page h2 {
	text-align: center;
	font-size: 300px;
	line-height: 320px;
}

.error-page p {
	padding-top: 50px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 11px;
	line-height: 26px;
	letter-spacing: 3px;
	text-transform: uppercase;
}


/* #shortcodes
================================================== */

.columns-block {
	position: relative;
	width: 100%;
	background: #efefef;
	height: 50px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.columns-block:hover {
	background: #000;
}

.columns-block p {
	line-height: 50px;
	text-align: center;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.columns-block:hover p {
	color: #fff;
}


p.justify {
	text-align: justify;
}

.gu-box {
	position: relative;
	width: 100%;
	border-left: 2px solid #bababa;
	padding-bottom: 20px;
}

.gu-box.float-quotes {
	float: right;
	max-width: 440px;
	margin-left: 30px;
}

.gu-box p {
	color: #000;
	padding-left: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	letter-spacing: 2px;
	font-family: 'Courgette', cursive;
	font-size: 16px;
	line-height: 28px;
}

.gu-box span {
	color: #999999;
	padding-left: 30px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	letter-spacing: 3px;
	font-size: 12px;
	line-height: 20px;
}

.gu-box.margin-gu {
	margin-top: 20px;
	margin-bottom: 20px;
}


.counter-wrap {
	position: relative;
	width: 100%;
	margin: 0 auto;
	z-index: 10;
}

.counter-numb {
	position: relative;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 4px;
	color: #060606;
	padding-bottom: 10px;
}

.counter-line {
	position: relative;
	width: 20px;
	margin: 0 auto;
	text-align: center;
	height: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.counter-wrap h6 {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 0;
}

.services-list.services-box {
	padding: 30px;
	background: #f1f1f1;
}




.alert {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 20px;
}

.alert p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 10px;
	line-height: 18px;
	color: #212121;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.alert p span {
	font-size: 12px;
	font-family: 'FontAwesome';
	padding-right: 15px;
}

.alert.alert-green {
	background-color: #c5ebd4;
	border-left: 3px solid #8cd7aa;
}

.alert.alert-red {
	background-color: #ffcccb;
	border-left: 3px solid #ff817f;
}

.alert.alert-blue {
	background-color: #b9dff4;
	border-left: 3px solid #77c1ea;
}

.alert.alert-yelow {
	background-color: #fce1b6;
	border-left: 3px solid #f9c36d;
}

.alert.alert-blank {
	background-color: #eeeeee;
	border-left: 3px solid #ccc;
}

.alert.alert-blank-2 {
	background-color: #333333;
	border-left: 3px solid #111;
}

.alert.alert-blank-2 p {
	color: #fff;
}



.pro-bar-container {
	position: relative;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	width: 100%;
	height: 2px;
	background: #ccc;
}

.pro-bar-margin {
	margin-bottom: 30px;
}

.skills-name {
	position: relative;
	width: 100%;
	text-align: left;
	padding-bottom: 5px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 12px;
	letter-spacing: 2px;
	color: #999999;
	text-transform: uppercase;
}

.skills-name span {
	font-weight: 700;
	color: #121212;
	padding-left: 5px;
}

.pro-bar {
	position: relative;
	height: 2px;
	overflow: hidden;
}

.pro-bar.bar-100 {
	width: 100%;
}

.pro-bar.bar-99 {
	width: 99%;
}

.pro-bar.bar-98 {
	width: 98%;
}

.pro-bar.bar-97 {
	width: 97%;
}

.pro-bar.bar-96 {
	width: 96%;
}

.pro-bar.bar-95 {
	width: 95%;
}

.pro-bar.bar-94 {
	width: 94%;
}

.pro-bar.bar-93 {
	width: 93%;
}

.pro-bar.bar-92 {
	width: 92%;
}

.pro-bar.bar-91 {
	width: 91%;
}

.pro-bar.bar-90 {
	width: 90%;
}

.pro-bar.bar-89 {
	width: 89%;
}

.pro-bar.bar-88 {
	width: 88%;
}

.pro-bar.bar-87 {
	width: 87%;
}

.pro-bar.bar-86 {
	width: 86%;
}

.pro-bar.bar-85 {
	width: 85%;
}

.pro-bar.bar-84 {
	width: 84%;
}

.pro-bar.bar-83 {
	width: 83%;
}

.pro-bar.bar-82 {
	width: 82%;
}

.pro-bar.bar-81 {
	width: 81%;
}

.pro-bar.bar-80 {
	width: 80%;
}

.pro-bar.bar-79 {
	width: 79%;
}

.pro-bar.bar-78 {
	width: 78%;
}

.pro-bar.bar-77 {
	width: 77%;
}

.pro-bar.bar-76 {
	width: 76%;
}

.pro-bar.bar-75 {
	width: 75%;
}

.pro-bar.bar-74 {
	width: 74%;
}

.pro-bar.bar-73 {
	width: 73%;
}

.pro-bar.bar-72 {
	width: 72%;
}

.pro-bar.bar-71 {
	width: 71%;
}

.pro-bar.bar-70 {
	width: 70%;
}

.pro-bar.bar-69 {
	width: 69%;
}

.pro-bar.bar-68 {
	width: 68%;
}

.pro-bar.bar-67 {
	width: 67%;
}

.pro-bar.bar-66 {
	width: 66%;
}

.pro-bar.bar-65 {
	width: 65%;
}

.pro-bar.bar-64 {
	width: 64%;
}

.pro-bar.bar-63 {
	width: 63%;
}

.pro-bar.bar-62 {
	width: 62%;
}

.pro-bar.bar-61 {
	width: 61%;
}

.pro-bar.bar-60 {
	width: 60%;
}

.pro-bar.bar-59 {
	width: 59%;
}

.pro-bar.bar-58 {
	width: 58%;
}

.pro-bar.bar-57 {
	width: 57%;
}

.pro-bar.bar-56 {
	width: 56%;
}

.pro-bar.bar-55 {
	width: 55%;
}

.pro-bar.bar-54 {
	width: 54%;
}

.pro-bar.bar-53 {
	width: 53%;
}

.pro-bar.bar-52 {
	width: 52%;
}

.pro-bar.bar-51 {
	width: 51%;
}

.pro-bar.bar-50 {
	width: 50%;
}

.pro-bar.bar-49 {
	width: 49%;
}

.pro-bar.bar-48 {
	width: 48%;
}

.pro-bar.bar-47 {
	width: 47%;
}

.pro-bar.bar-46 {
	width: 46%;
}

.pro-bar.bar-45 {
	width: 45%;
}

.pro-bar.bar-44 {
	width: 44%;
}

.pro-bar.bar-43 {
	width: 43%;
}

.pro-bar.bar-42 {
	width: 42%;
}

.pro-bar.bar-41 {
	width: 41%;
}

.pro-bar.bar-40 {
	width: 40%;
}

.pro-bar.bar-39 {
	width: 39%;
}

.pro-bar.bar-38 {
	width: 38%;
}

.pro-bar.bar-37 {
	width: 37%;
}

.pro-bar.bar-36 {
	width: 36%;
}

.pro-bar.bar-35 {
	width: 35%;
}

.pro-bar.bar-34 {
	width: 34%;
}

.pro-bar.bar-33 {
	width: 33%;
}

.pro-bar.bar-32 {
	width: 32%;
}

.pro-bar.bar-31 {
	width: 31%;
}

.pro-bar.bar-30 {
	width: 30%;
}

.pro-bar.bar-29 {
	width: 29%;
}

.pro-bar.bar-28 {
	width: 28%;
}

.pro-bar.bar-27 {
	width: 27%;
}

.pro-bar.bar-26 {
	width: 26%;
}

.pro-bar.bar-25 {
	width: 25%;
}

.pro-bar.bar-24 {
	width: 24%;
}

.pro-bar.bar-23 {
	width: 23%;
}

.pro-bar.bar-22 {
	width: 22%;
}

.pro-bar.bar-21 {
	width: 21%;
}

.pro-bar.bar-20 {
	width: 20%;
}

.pro-bar.bar-19 {
	width: 19%;
}

.pro-bar.bar-18 {
	width: 18%;
}

.pro-bar.bar-17 {
	width: 17%;
}

.pro-bar.bar-16 {
	width: 16%;
}

.pro-bar.bar-15 {
	width: 15%;
}

.pro-bar.bar-14 {
	width: 14%;
}

.pro-bar.bar-13 {
	width: 13%;
}

.pro-bar.bar-12 {
	width: 12%;
}

.pro-bar.bar-11 {
	width: 11%;
}

.pro-bar.bar-10 {
	width: 10%;
}

.pro-bar.bar-9 {
	width: 9%;
}

.pro-bar.bar-8 {
	width: 8%;
}

.pro-bar.bar-7 {
	width: 7%;
}

.pro-bar.bar-6 {
	width: 6%;
}

.pro-bar.bar-5 {
	width: 5%;
}

.pro-bar.bar-4 {
	width: 4%;
}

.pro-bar.bar-3 {
	width: 3%;
}

.pro-bar.bar-2 {
	width: 2%;
}

.pro-bar.bar-1 {
	width: 1%;
}

.pro-bar.bar-0 {
	width: 0%;
}




.smk_accordion {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

.smk_accordion .accordion_in {
	position: relative;
	z-index: 10;
	margin-top: -1px;
	overflow: hidden;
	margin-bottom: 2px;
}

.smk_accordion .accordion_in .acc_head {
	position: relative;
	padding: 15px;
	text-align: left;
	background: #f2f2f2;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 13px;
	line-height: 20px;
	text-transform: uppercase;
	color: #666666;
	letter-spacing: 2px;
	display: block;
	cursor: pointer;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.smk_accordion .accordion_in .acc_head:hover {
	color: #fff;
}

.smk_accordion .accordion_in.acc_active>.acc_head {
	color: #fff;
}

.smk_accordion .accordion_in .acc_head .acc_icon_expand {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -10px;
	background: url('../images/acc1.png')no-repeat center center;
	background-size: 20px 20px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.smk_accordion .accordion_in .acc_head:hover .acc_icon_expand {
	background: url('../images/acc2.png')no-repeat center center;
	background-size: 20px 20px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.smk_accordion .accordion_in.acc_active>.acc_head .acc_icon_expand {
	background: url('../images/acc3.png')no-repeat center center;
	background-size: 20px 20px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.smk_accordion .accordion_in .acc_content {
	color: #606060;
	padding: 30px;
	background: #f2f2f2;
}

.smk_accordion .accordion_in .acc_content h1:first-of-type,
.smk_accordion .accordion_in .acc_content h2:first-of-type,
.smk_accordion .accordion_in .acc_content h3:first-of-type,
.smk_accordion .accordion_in .acc_content h4:first-of-type,
.smk_accordion .accordion_in .acc_content h5:first-of-type,
.smk_accordion .accordion_in .acc_content h6:first-of-type {
	margin-top: 5px;
}

.smk_accordion .accordion_in:first-of-type,
.smk_accordion .accordion_in:first-of-type .acc_head {}

.smk_accordion .accordion_in:last-of-type,
.smk_accordion .accordion_in:last-of-type .acc_content {}

.smk_accordion .accordion_in.acc_active>.acc_content {
	display: block;
}

.smk_accordion.acc_with_icon .accordion_in .acc_head,
.smk_accordion.acc_with_icon .accordion_in .acc_content {
	padding-left: 40px;
}



.on-scroll-effect {
	position: relative;
	width: 100%;
	padding: 50px 30px;
	text-align: center;
	color: #fff;
	background: #000;
}


/* #Counter
================================================== */


.countdown-text {
	position: relative;
	margin-top: 120px;
	width: 100%;
	display: block;
	text-align: center;
}

ul.countdown {
	position: relative;
	width: 100%;
	display: block;
	text-align: center;
}

ul.countdown li {
	display: inline-block;
}

ul.countdown li span {
	font-size: 80px;
	line-height: 80px;
	font-family: 'big-john';
	font-weight: normal;
	color: #000;
}

ul.countdown li.seperator {
	font-size: 40px;
	width: 40px;
	text-align: center;
	line-height: 80px;
	vertical-align: top;
	padding-left: 40px;
	padding-right: 40px;
	color: #000;
	font-family: 'big-john';
}

ul.countdown li p {
	font-family: 'Open Sans', sans-serif;
	color: #000;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-top: 20px;
}


/* #Footer
================================================== */




.dark-back {
	background: #111;
}

.grey-back {
	background: #f1f1f1;
}

.footer-boxed {
	max-width: 1400px;
	margin: 0 auto;
}


.footer-line {
	position: relative;
	margin: 0 auto;
	display: block;
	width: 100%;
	max-width: 300px;
	opacity: .4;
}

.footer-img {
	position: relative;
	margin: 0 auto;
	text-align: center;
	display: block;
	width: 100%;
}

.footer-img img {
	width: 90px;
	height: auto;
	display: block;
	margin: 0 auto;
	text-align: center;
}

.footer-img.float-left img {
	float: left;
}

.social-footer.float-right {
	float: right;
}


.social-footer {
	position: relative;
	z-index: 100;
	text-align: center;
	margin: 0 auto;
	display: block;
}

.list-social li {
	padding: 0;
	list-style: none;
	text-align: center;
	width: 30px;
	height: 30px;
	display: inline-block;
	border-radius: 50%;
	border: 1px solid #414141;
	cursor: pointer;
	margin-left: 7px;
	margin-right: 7px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.list-social li.icon-soc a {
	font-family: 'FontAwesome';
	font-size: 11px;
	line-height: 30px;
	width: 30px;
	color: #414141;
	opacity: 1;
	margin: 0;
	padding: 0;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.list-social li:hover {}

.list-social li:hover.icon-soc a {}

.social-footer.dark-footer .list-social li {
	border: 1px solid #fff;
}

.social-footer.dark-footer .list-social li.icon-soc a {
	color: #fff;
}


.footer-copy-text {
	position: relative;
	width: 100%;
}

.footer-copy-text p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 11px;
	line-height: 24px;
	letter-spacing: 2px;
	text-align: center;
	color: #606060;
}

.footer-copy-text.dark-footer p {
	color: #fff;
}


/* #Media Queries
================================================== */

@media only screen and (max-width: 1200px) {
	.logo {
		width: 80px;
		height: 15px;
		left: 10px;
		top: 30px;
		background: url('../images/logo.svg') no-repeat center center;
		background-size: 80px 15px;
	}

	.cbp-af-header.cbp-af-header-shrink .logo {
		width: 80px;
		height: 15px;
		left: 10px;
		top: 30px;
		background: url('../images/logo.svg') no-repeat center center;
		background-size: 80px 15px;
		-webkit-transition: all 0.5s ease-out;
		-moz-transition: all 0.5s ease-out;
		-o-transition: all 0.5s ease-out;
		transition: all 0.5s ease-out;
	}

	.cbp-af-header.cbp-af-header-shrink ul.slimmenu li a {
		border-bottom: none;
	}

	.cbp-af-header.cbp-af-header-shrink ul.slimmenu li a:hover {
		border-bottom: none;
		background: none;
	}

	.cbp-af-header.cbp-af-header-shrink ul.slimmenu li {
		background: none;
	}

	ul.slimmenu li a: {
		border-bottom: none;
	}

	ul.slimmenu li a:hover {
		border: none;
		background: none;
	}

	ul.slimmenu li {
		background: none;
	}

	ul.slimmenu li>ul {
		width: 100%;
		text-align: right;
	}

	.portfolio-box-1 {
		width: 50%;
	}

	.blog-post {
		width: 50%;
	}

	.blog-post.width-2 {
		width: 50%;
	}

	.contact-min-wrap {
		width: 100%;
	}

	.content-comm img {
		display: none;
	}

	.error-page h2 {
		font-size: 100px;
		line-height: 110px;
	}

	.project-prev,
	.project-next {
		height: 100px;
		background-size: 60px 60px;
	}

	ul.countdown li span {
		font-size: 30px;
		line-height: 30px;
	}

	ul.countdown li.seperator {
		font-size: 20px;
		width: 20px;
		line-height: 30px;
		padding-left: 5px;
		padding-right: 5px;
	}

	ul.countdown li p {
		font-size: 10px;
		letter-spacing: 1px;
		margin-top: 15px;
	}
}

@media only screen and (max-width: 600px) {
	.portfolio-box-1 {
		width: 100%;
	}

	.blog-post {
		width: 100%;
	}

	.blog-post.width-2 {
		width: 100%;
	}

	.error-page h2 {
		font-size: 60px;
		line-height: 65px;
	}

	.item-one-half {
		width: 100%;
	}
}


@media only screen and (max-width: 800px) {
	#royal_preloader.royal_preloader_progress .royal_preloader_loader {
		width: 50%;
	}

	.social-nav {
		bottom: 20px;
	}

	.cd-primary-nav ul.cd-scndr-nav {
		-webkit-transform: translateY(-60%);
		-moz-transform: translateY(-60%);
		-ms-transform: translateY(-60%);
		-o-transform: translateY(-60%);
		transform: translateY(-60%);
	}
}

@media only screen and (min-width: 1350px) {
	.cd-primary-nav .cd-label {
		font-size: 28px;
		letter-spacing: 3px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1359px) {
	.cd-primary-nav .cd-label {
		font-size: 20px;
		letter-spacing: 1px;
	}
}

@media only screen and (min-width: 960px) and (max-width: 1199px) {
	.cd-primary-nav .cd-label {
		font-size: 20px;
		letter-spacing: 1px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.cd-primary-nav .cd-label {
		font-size: 20px;
		letter-spacing: 1px;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.cd-primary-nav .cd-label {
		font-size: 18px;
		letter-spacing: 1px;
	}

	.footer-img.float-left img {
		float: none;
	}

	.social-footer.float-right {
		float: none;
	}
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
	.cd-primary-nav .cd-label {
		letter-spacing: 1px;
	}

	.footer-img.float-left img {
		float: none;
	}

	.social-footer.float-right {
		float: none;
	}
}

@media only screen and (max-width: 319px) {
	.cd-primary-nav .cd-label {
		letter-spacing: 1px;
	}

	.footer-img.float-left img {
		float: none;
	}

	.social-footer.float-right {
		float: none;
	}
}



/* #Font-Face
================================================== */


@font-face {
	font-family: 'big-john';
	src: url('font/big-john.eot');
	src: url('font/big-john.eot?#iefix') format('embedded-opentype'),
		url('font/big-john.woff') format('woff'),
		url('font/big-john.ttf') format('truetype'),
		url('font/big-john.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'et-line';
	src: url('font/et-line.eot');
	src: url('font/et-line.eot?#iefix') format('embedded-opentype'),
		url('font/et-line.woff') format('woff'),
		url('font/et-line.ttf') format('truetype'),
		url('font/et-line.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* #Custom Mobile Responsive Banner Overrides
================================================== */
@media only screen and (max-width: 1169px) {
	.cd-section {
		height: 100vh !important;
	}
	.cd-block {
		position: fixed;
		width: 100%;
		min-height: 100vh !important;
		top: 0;
		left: 0;
		height: 100vh !important;
		background: linear-gradient(180deg, #07020d 0%, #20062b 30%, #5a0e52 50%, #20062b 70%, #07020d 100%) !important;
		box-shadow: 0 0 60px rgba(0, 0, 0, 0.3);
		visibility: hidden;
	}
	.cd-section:first-of-type .cd-block {
		visibility: visible;
	}
	.cd-block>* {
		visibility: visible;
	}
	.portfolio-top {
		height: 56.25vw !important;
		width: 100%;
		position: absolute;
		top: calc(50vh - 28.125vw);
		background-size: cover !important;
		background-position: center center !important;
	}
	.cd-half-block {
		height: 56.25vw !important;
		width: 50%;
		position: absolute;
		top: calc(50vh - 28.125vw);
		background-size: cover !important;
		background-repeat: no-repeat !important;
	}
	.cd-section:nth-of-type(even) .cd-half-block:first-of-type,
	.cd-section:nth-of-type(odd) .cd-half-block:nth-of-type(2) {
		left: 0;
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	.cd-section:nth-of-type(odd) .cd-half-block:first-of-type,
	.cd-section:nth-of-type(even) .cd-half-block:nth-of-type(2) {
		right: 0;
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%);
	}
	.services-list .icons svg {
		width: 38px !important;
		height: 38px !important;
	}
}

.blink-btn {
	position: relative;
	display: inline-block;
	padding: 16px 40px;
	color: #9C17E4 !important;
	font-family: 'big-john', sans-serif;
	font-size: 14px;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-decoration: none;
	background: transparent;
	transition: 0.5s;
	overflow: hidden;
	z-index: 10;
}

.blink-btn:hover {
	background: #9C17E4;
	color: #fff !important;
	box-shadow: 0 0 10px #9C17E4, 0 0 30px #9C17E4;
}

.blink-btn span {
	position: absolute;
	display: block;
}

.blink-btn span:nth-child(1) {
	top: 0; left: -100%; width: 100%; height: 2px;
	background: linear-gradient(90deg, transparent, #9C17E4);
	animation: btn-anim1 1.5s linear infinite;
}
@keyframes btn-anim1 {
	0% { left: -100%; } 50%, 100% { left: 100%; }
}

.blink-btn span:nth-child(2) {
	top: -100%; right: 0; width: 2px; height: 100%;
	background: linear-gradient(180deg, transparent, #9C17E4);
	animation: btn-anim2 1.5s linear infinite;
	animation-delay: 0.375s;
}
@keyframes btn-anim2 {
	0% { top: -100%; } 50%, 100% { top: 100%; }
}

.blink-btn span:nth-child(3) {
	bottom: 0; right: -100%; width: 100%; height: 2px;
	background: linear-gradient(270deg, transparent, #9C17E4);
	animation: btn-anim3 1.5s linear infinite;
	animation-delay: 0.75s;
}
@keyframes btn-anim3 {
	0% { right: -100%; } 50%, 100% { right: 100%; }
}

		letter-spacing: 1px;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.cd-primary-nav .cd-label {
		font-size: 18px;
		letter-spacing: 1px;
	}
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	text-decoration: none;
	background: linear-gradient(90deg, #ff1d68 0%, #e60067 28%, #8a2be2 72%, #5d00d6 100%);
	border-radius: 50px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	box-shadow: 
		0 0 20px rgba(255, 29, 104, 0.45),
		0 0 32px rgba(120, 20, 240, 0.4),
		0 8px 24px rgba(0, 0, 0, 0.25),
		inset 0 1.5px 1px rgba(255, 255, 255, 0.7),
		inset 0 -2px 4px rgba(0, 0, 0, 0.35);
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
	cursor: pointer;
	overflow: hidden;
	z-index: 1;
	transform: translateY(0);
}

/* Glass shine on top half */
.blink-btn::after {
	content: '';
	position: absolute;
	top: 0;
	left: 5%;
	width: 90%;
	height: 50%;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.05) 80%, transparent 100%);
	border-radius: 50px 50px 20px 20px;
	pointer-events: none;
}

/* Moving gloss highlight */
.blink-btn::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
	transform: skewX(-25deg);
	transition: left 0.75s ease;
	pointer-events: none;
	z-index: 2;
}

.blink-btn:hover {
	background: linear-gradient(90deg, #ff337a 0%, #fa127c 28%, #9b3cf2 72%, #6f12e8 100%);
	color: #ffffff !important;
	transform: translateY(-3px) scale(1.02);
	box-shadow: 
		0 0 28px rgba(255, 29, 104, 0.65),
		0 0 45px rgba(120, 20, 240, 0.6),
		0 12px 30px rgba(0, 0, 0, 0.3),
		inset 0 1.5px 1px rgba(255, 255, 255, 0.85),
		inset 0 -2px 4px rgba(0, 0, 0, 0.35);
}

.blink-btn:hover::before {
	left: 150%;
}

.blink-btn:active {
	transform: translateY(2px) scale(0.98);
	box-shadow: 
		0 0 15px rgba(255, 29, 104, 0.4),
		0 0 20px rgba(120, 20, 240, 0.35),
		0 4px 12px rgba(0, 0, 0, 0.3),
		inset 0 2px 4px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 768px) {
	/* Dark neon purple gradient for all cd-section and cd-block project containers on mobile */
	.cd-section, .cd-block {
		background: linear-gradient(180deg, #07020d 0%, #20062b 30%, #5a0e52 50%, #20062b 70%, #07020d 100%) !important;
	}

	/* White background for the About content section and lower pages */
	.main-wrapper, .section-in, #about-section, .contact-top-min, .white-back {
		background: #ffffff !important;
		background-color: #ffffff !important;
	}

	/* Ensure text inside content section is dark and easily legible */
	.main-wrapper h3, .section-big-header-text h3 {
		color: #111111 !important;
	}
	.main-wrapper p {
		color: #444444 !important;
	}
}

/* Modern Contact Section */
.modern-contact-section {
	padding: 100px 0;
	background-color: #fafafa;
	background-image: radial-gradient(#d9d9d9 1px, transparent 1px);
	background-size: 30px 30px;
	position: relative;
}

.modern-contact-grid {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.modern-contact-info, .modern-contact-form {
	flex: 0 0 50%;
	max-width: 50%;
	padding: 0 15px;
	box-sizing: border-box;
}

.contact-info-card {
	background: #ffffff;
	padding: 30px 40px;
	border-radius: 16px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
	margin-bottom: 30px;
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	display: flex;
	align-items: center;
	border: 1px solid rgba(0, 0, 0, 0.03);
}

.contact-info-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 20px 50px rgba(156, 23, 228, 0.15);
	border-color: rgba(156, 23, 228, 0.15);
}

.contact-icon {
	width: 60px;
	height: 60px;
	background: rgba(156, 23, 228, 0.12);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	color: #9C17E4;
	margin-right: 20px;
	flex-shrink: 0;
	font-family: 'FontAwesome';
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.contact-info-card:hover .contact-icon {
	background: linear-gradient(135deg, #9C17E4 0%, #B814DC 100%);
	color: #ffffff;
	transform: scale(1.1);
}

.contact-social-links {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	margin-top: 8px;
}

.contact-social-btn {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 7px 14px;
	background: #f8f0fc;
	color: #9C17E4;
	border-radius: 30px;
	text-decoration: none;
	font-size: 13px;
	font-weight: 600;
	transition: all 0.3s ease;
	border: 1px solid rgba(156, 23, 228, 0.15);
}

.contact-social-btn svg {
	width: 15px;
	height: 15px;
	fill: currentColor;
	transition: fill 0.3s ease;
}

.contact-social-btn:hover {
	background: linear-gradient(135deg, #9C17E4 0%, #B814DC 100%);
	color: #ffffff !important;
	transform: translateY(-3px);
	box-shadow: 0 6px 16px rgba(156, 23, 228, 0.25);
	border-color: transparent;
}

.contact-details {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.contact-details h5 {
	margin: 0 0 5px 0;
	font-size: 14px;
	color: #222222;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.contact-details p {
	margin: 0;
	color: #666666;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
}

.modern-form {
	background: #ffffff;
	padding: 50px;
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.05);
	border: 1px solid #f0f0f0;
}

.modern-form h3 {
	margin-top: 0;
	margin-bottom: 30px;
	font-size: 28px;
	color: #222222;
	font-family: 'Playfair Display', serif;
	font-style: italic;
	font-weight: 700;
	text-align: center;
	letter-spacing: 1px;
}

.form-group {
	margin-bottom: 25px;
}

.modern-form input, .modern-form textarea {
	width: 100%;
	padding: 15px 20px;
	border: 1px solid #dddddd;
	border-radius: 8px;
	background: #fafafa;
	font-family: inherit;
	font-size: 15px;
	color: #333333;
	transition: all 0.3s ease;
	box-sizing: border-box;
}

.modern-form input:focus, .modern-form textarea:focus {
	border-color: #9C17E4;
	background: #ffffff;
	outline: none;
	box-shadow: 0 0 0 3px rgba(156, 23, 228, 0.15);
}

.modern-form textarea {
	height: 150px;
	resize: vertical;
}

.modern-btn {
	display: inline-block;
	padding: 16px 40px;
	background: linear-gradient(135deg, #9C17E4 0%, #B814DC 100%);
	color: #ffffff !important;
	border: none;
	border-radius: 8px;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	cursor: pointer;
	transition: all 0.3s ease;
	width: 100%;
}

.modern-btn:hover,
.modern-btn:focus,
.modern-btn:active {
	background: linear-gradient(135deg, #6F00B3 0%, #9C17E4 100%);
	color: #ffffff !important;
	transform: translateY(-2px);
	box-shadow: 0 10px 25px rgba(156, 23, 228, 0.3);
}

@media (max-width: 991px) {
	.modern-contact-info, .modern-contact-form {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.modern-contact-form {
		margin-top: 40px;
	}
}

@media (max-width: 768px) {
	.contact-info-card {
		flex-direction: column;
		text-align: center;
		padding: 30px 20px;
	}
	.contact-icon {
		margin-right: 0;
		margin-bottom: 15px;
	}
	.contact-details {
		align-items: center;
	}
	.contact-details h5 {
		font-size: 13px;
	}
	.contact-details p {
		font-size: 13px;
	}
	.modern-form {
		padding: 35px 25px;
	}
}

.full-width-map {
	width: 100%;
	height: 500px;
	background: #e0e0e0;
	position: relative;
}

/* Custom Contact Banner Styles */
.top-image-contact {
	background-image: url('../images/contact-banner.png');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

@media (max-width: 768px) {
	.top-image-contact {
		background-position: center bottom;
	}
}

.hero-top-centered {
	position: absolute;
	top: 50%;
	left: 16%;
	width: 64%;
	transform: translateY(-50%);
	z-index: 100;
	text-align: center;
}

.hero-text-contact {
	position: relative;
	width: 100%;
}

.hero-text-contact h2 {
	text-align: center;
	letter-spacing: 4px;
	font-size: 72px;
	margin-bottom: 0;
	color: #ffffff;
	font-family: 'big-john', sans-serif;
	text-shadow: 0 10px 20px rgba(0,0,0,0.8);
	font-weight: normal;
}

.hero-text-contact h2 .highlight-text {
	background: linear-gradient(to right, #ff8da1 0%, #ff4d79 50%, #e63946 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
	vertical-align: baseline;
}

.hero-text-contact .hero-subtext {
	position: relative;
	width: 100%;
	padding-top: 15px;
	color: #f1f1f1;
	text-align: center;
	letter-spacing: 3px;
	font-family: 'Courgette', cursive;
	font-size: 24px;
	line-height: 34px;
	text-shadow: 0 5px 15px rgba(0,0,0,0.8);
}

@media (max-width: 768px) {
	.logo-wrap {
		margin-left: -15px !important;
	}
	.logo-wrap img {
		height: 52px !important;
		max-height: 52px !important;
	}
.contact-details p {
	margin: 0;
	color: #666666;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
}

.modern-form {
	background: #ffffff;
	padding: 50px;
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.05);
	border: 1px solid #f0f0f0;
}

.modern-form h3 {
	margin-top: 0;
	margin-bottom: 30px;
	font-size: 28px;
	color: #222222;
	font-family: 'Playfair Display', serif;
	font-style: italic;
	font-weight: 700;
	text-align: center;
	letter-spacing: 1px;
}

.form-group {
	margin-bottom: 25px;
}

.modern-form input, .modern-form textarea {
	width: 100%;
	padding: 15px 20px;
	border: 1px solid #dddddd;
	border-radius: 8px;
	background: #fafafa;
	font-family: inherit;
	font-size: 15px;
	color: #333333;
	transition: all 0.3s ease;
	box-sizing: border-box;
}

.modern-form input:focus, .modern-form textarea:focus {
	border-color: #9C17E4;
	background: #ffffff;
	outline: none;
	box-shadow: 0 0 0 3px rgba(156, 23, 228, 0.15);
}

.modern-form textarea {
	height: 150px;
	resize: vertical;
}

.modern-btn {
	display: inline-block;
	padding: 16px 40px;
	background: linear-gradient(135deg, #9C17E4 0%, #B814DC 100%);
	color: #ffffff !important;
	border: none;
	border-radius: 8px;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	cursor: pointer;
	transition: all 0.3s ease;
	width: 100%;
}

.modern-btn:hover,
.modern-btn:focus,
.modern-btn:active {
	background: linear-gradient(135deg, #6F00B3 0%, #9C17E4 100%);
	color: #ffffff !important;
	transform: translateY(-2px);
	box-shadow: 0 10px 25px rgba(156, 23, 228, 0.3);
}

@media (max-width: 991px) {
	.modern-contact-info, .modern-contact-form {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.modern-contact-form {
		margin-top: 40px;
	}
}

@media (max-width: 768px) {
	.contact-info-card {
		flex-direction: column;
		text-align: center;
		padding: 30px 20px;
	}
	.contact-icon {
		margin-right: 0;
		margin-bottom: 15px;
	}
	.contact-details {
		align-items: center;
	}
	.contact-details h5 {
		font-size: 13px;
	}
	.contact-details p {
		font-size: 13px;
	}
	.modern-form {
		padding: 35px 25px;
	}
}

.full-width-map {
	width: 100%;
	height: 500px;
	background: #e0e0e0;
	position: relative;
}

/* Custom Contact Banner Styles */
.top-image-contact {
	background-image: url('../images/contact-banner.png');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

@media (max-width: 768px) {
	.top-image-contact {
		background-position: center bottom;
	}
}

.hero-top-centered {
	position: absolute;
	top: 50%;
	left: 16%;
	width: 64%;
	transform: translateY(-50%);
	z-index: 100;
	text-align: center;
}

.hero-text-contact {
	position: relative;
	width: 100%;
}

.hero-text-contact h2 {
	text-align: center;
	letter-spacing: 4px;
	font-size: 72px;
	margin-bottom: 0;
	color: #ffffff;
	font-family: 'big-john', sans-serif;
	text-shadow: 0 10px 20px rgba(0,0,0,0.8);
	font-weight: normal;
}

.hero-text-contact h2 .highlight-text {
	background: linear-gradient(to right, #ff8da1 0%, #ff4d79 50%, #e63946 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
	vertical-align: baseline;
}

.hero-text-contact .hero-subtext {
	position: relative;
	width: 100%;
	padding-top: 15px;
	color: #f1f1f1;
	text-align: center;
	letter-spacing: 3px;
	font-family: 'Courgette', cursive;
	font-size: 24px;
	line-height: 34px;
	text-shadow: 0 5px 15px rgba(0,0,0,0.8);
}

@media (max-width: 768px) {
	.logo-wrap {
		margin-left: -5px !important;
		margin-top: 5px !important;
	}
	.logo-wrap img {
		height: 65px !important;
		max-height: 65px !important;
		margin-top: 0 !important;
		transform: scale(1.0);
		transform-origin: left center;
	}
}
/* Custom Format Toggle */
.format-toggle-container { display: flex; justify-content: center; margin-bottom: 25px; }
.format-toggle { background-color: #e9ecef; border-radius: 50px; display: inline-flex; padding: 5px; }
.format-toggle .format-btn { padding: 10px 30px; border-radius: 50px; color: #555; text-decoration: none; font-weight: 600; transition: all 0.3s ease; font-size: 15px; }
.format-toggle .format-btn.current { background-color: #000; color: #fff; }

/* Custom Brand Toggle */
.brand-toggle-container { display: flex; justify-content: center; margin-bottom: 25px; }
.brand-toggle { background-color: #e9ecef; border-radius: 50px; display: inline-flex; padding: 5px; }
.brand-toggle .brand-btn { padding: 10px 30px; border-radius: 50px; color: #555; text-decoration: none; font-weight: 600; transition: all 0.3s ease; font-size: 15px; text-transform: uppercase; }
.brand-toggle .brand-btn.current { background-color: #9C17E4; color: #fff; }


	margin-top: 0;
	margin-bottom: 30px;
	font-size: 28px;
	color: #222222;
	font-family: 'Playfair Display', serif;
	font-style: italic;
	font-weight: 700;
	text-align: center;
	letter-spacing: 1px;
}

.form-group {
	margin-bottom: 25px;
}

.modern-form input, .modern-form textarea {
	width: 100%;
	padding: 15px 20px;
	border: 1px solid #dddddd;
	border-radius: 8px;
	background: #fafafa;
	font-family: inherit;
	font-size: 15px;
	color: #333333;
	transition: all 0.3s ease;
	box-sizing: border-box;
}

.modern-form input:focus, .modern-form textarea:focus {
	border-color: #9C17E4;
	background: #ffffff;
	outline: none;
	box-shadow: 0 0 0 3px rgba(156, 23, 228, 0.15);
}

.modern-form textarea {
	height: 150px;
	resize: vertical;
}

.modern-btn {
	display: inline-block;
	padding: 16px 40px;
	background: linear-gradient(135deg, #9C17E4 0%, #B814DC 100%);
	color: #ffffff !important;
	border: none;
	border-radius: 8px;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	cursor: pointer;
	transition: all 0.3s ease;
	width: 100%;
}

.modern-btn:hover,
.modern-btn:focus,
.modern-btn:active {
	background: linear-gradient(135deg, #6F00B3 0%, #9C17E4 100%);
	color: #ffffff !important;
	transform: translateY(-2px);
	box-shadow: 0 10px 25px rgba(156, 23, 228, 0.3);
}

@media (max-width: 991px) {
	.modern-contact-info, .modern-contact-form {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.modern-contact-form {
		margin-top: 40px;
	}
}

@media (max-width: 768px) {
	.contact-info-card {
		flex-direction: column;
		text-align: center;
		padding: 30px 20px;
	}
	.contact-icon {
		margin-right: 0;
		margin-bottom: 15px;
	}
	.contact-details {
		align-items: center;
	}
	.contact-details h5 {
		font-size: 13px;
	}
	.contact-details p {
		font-size: 13px;
	}
	.modern-form {
		padding: 35px 25px;
	}
}

.full-width-map {
	width: 100%;
	height: 500px;
	background: #e0e0e0;
	position: relative;
}

/* Custom Contact Banner Styles */
.top-image-contact {
	background-image: url('../images/contact-banner.png');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

@media (max-width: 768px) {
	.top-image-contact {
		background-position: center bottom;
	}
}

.hero-top-centered {
	position: absolute;
	top: 50%;
	left: 16%;
	width: 64%;
	transform: translateY(-50%);
	z-index: 100;
	text-align: center;
}

.hero-text-contact {
	position: relative;
	width: 100%;
}

.hero-text-contact h2 {
	text-align: center;
	letter-spacing: 4px;
	font-size: 72px;
	margin-bottom: 0;
	color: #ffffff;
	font-family: 'big-john', sans-serif;
	text-shadow: 0 10px 20px rgba(0,0,0,0.8);
	font-weight: normal;
}

.hero-text-contact h2 .highlight-text {
	background: linear-gradient(to right, #ff8da1 0%, #ff4d79 50%, #e63946 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
	vertical-align: baseline;
}

.hero-text-contact .hero-subtext {
	position: relative;
	width: 100%;
	padding-top: 15px;
	color: #f1f1f1;
	text-align: center;
	letter-spacing: 3px;
	font-family: 'Courgette', cursive;
	font-size: 24px;
	line-height: 34px;
	text-shadow: 0 5px 15px rgba(0,0,0,0.8);
}

@media (max-width: 768px) {
	.logo-wrap {
		margin-left: -5px !important;
		margin-top: 5px !important;
	}
	.logo-wrap img {
		height: 65px !important;
		max-height: 65px !important;
		margin-top: 0 !important;
		transform: scale(1.0);
		transform-origin: left center;
	}
}
/* Custom Format Toggle */
.format-toggle-container { display: flex; justify-content: center; margin-bottom: 25px; }
.format-toggle { background-color: #e9ecef; border-radius: 50px; display: inline-flex; padding: 5px; }
.format-toggle .format-btn { padding: 10px 30px; border-radius: 50px; color: #555; text-decoration: none; font-weight: 600; transition: all 0.3s ease; font-size: 15px; }
.format-toggle .format-btn.current { background-color: #000; color: #fff; }

/* Custom Brand Toggle */
.brand-toggle-container { display: flex; justify-content: center; margin-bottom: 25px; }
.brand-toggle { background-color: #e9ecef; border-radius: 50px; display: inline-flex; padding: 5px; }
.brand-toggle .brand-btn { padding: 10px 30px; border-radius: 50px; color: #555; text-decoration: none; font-weight: 600; transition: all 0.3s ease; font-size: 15px; text-transform: uppercase; }
.brand-toggle .brand-btn.current { background-color: #9C17E4; color: #fff; }

/* === GLOSSY GRADIENT RECTANGLE BUTTON === */
.blink-btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 18px 56px;
	color: #ffffff !important;
	font-family: 'big-john', sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	text-decoration: none;
	background: linear-gradient(90deg, #e000ff 0%, #cc00ee 25%, #9900cc 60%, #6600aa 100%);
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	box-shadow: 
		0 0 25px rgba(156, 23, 228, 0.65),
		0 0 50px rgba(100, 0, 180, 0.4),
		0 6px 20px rgba(0, 0, 0, 0.45),
		inset 0 1px 0px rgba(255, 255, 255, 0.9),
		inset 0 -2px 6px rgba(0, 0, 0, 0.5);
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
	cursor: pointer;
	overflow: hidden;
	z-index: 1;
	transform: translateY(0);
}

/* Strong glossy white sheen — top 50% */
.blink-btn::after {
	content: '';
	position: absolute;
	top: 2px;
	left: 3%;
	width: 94%;
	height: 48%;
	background: linear-gradient(180deg, 
		rgba(255, 255, 255, 0.75) 0%, 
		rgba(255, 255, 255, 0.35) 50%,
		rgba(255, 255, 255, 0.05) 85%,
		transparent 100%);
	border-radius: 8px 8px 50% 50%;
	pointer-events: none;
	z-index: 2;
}

/* Auto-continuous sweeping shine */
.blink-btn::before {
	content: '';
	position: absolute;
	top: 0;
	left: -120%;
	width: 80%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
	transform: skewX(-20deg);
	pointer-events: none;
	z-index: 3;
	animation: btn-shimmer 2s ease-in-out infinite;
}

@keyframes btn-shimmer {
	0%   { left: -120%; }
	60%  { left: 150%; }
	100% { left: 150%; }
}

.blink-btn:hover {
	background: linear-gradient(90deg, #ee22ff 0%, #dd11ee 25%, #aa00dd 60%, #7700bb 100%);
	color: #ffffff !important;
	transform: translateY(-3px) scale(1.02);
	box-shadow: 
		0 0 35px rgba(156, 23, 228, 0.85),
		0 0 65px rgba(100, 0, 180, 0.6),
		0 10px 28px rgba(0, 0, 0, 0.45),
		inset 0 1px 0px rgba(255, 255, 255, 0.95),
		inset 0 -2px 6px rgba(0, 0, 0, 0.5);
}

/* hover::before handled by animation — no override needed */

.blink-btn:active {
	transform: translateY(2px) scale(0.98);
	box-shadow: 
		0 0 15px rgba(156, 23, 228, 0.5),
		0 0 25px rgba(100, 0, 180, 0.4),
		0 4px 10px rgba(0, 0, 0, 0.4),
		inset 0 2px 5px rgba(0, 0, 0, 0.5);
}

/* === RIPPLE TOUCH EFFECT === */
.blink-btn .ripple {
	position: absolute;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.55);
	transform: scale(0);
	animation: ripple-expand 0.65s linear;
	pointer-events: none;
	z-index: 10;
}

@keyframes ripple-expand {
	to {
		transform: scale(4);
		opacity: 0;
	}
}

/* Glow Purple Button */
.glow-purple-btn { display: inline-block; background-color: #a800ff; color: #ffffff !important; font-size: 14px; font-weight: 800; letter-spacing: 3px; padding: 18px 40px; border-radius: 8px; text-transform: uppercase; text-decoration: none; box-shadow: 0 15px 30px -10px rgba(168, 0, 255, 0.8); transition: all 0.3s ease; }
.glow-purple-btn:hover { box-shadow: 0 20px 40px -10px rgba(168, 0, 255, 1); transform: translateY(-3px); color: #ffffff !important; }

/* Services List Text Color */
.services-list h6 {
	font-size: 20px !important;
	margin-bottom: 15px;
	min-height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.services-list p {
	color: #000000 !important;
	font-weight: 500;
	line-height: 1.7;
	font-size: 16px !important;
}

/* Mobile Header Override */
@media only screen and (max-width: 767px) {
	.cd-header {
		position: fixed !important;
		background: linear-gradient(90deg, rgba(16, 5, 22, 1) 0%, rgba(47, 16, 59, 1) 70%, rgba(156, 50, 167, 1) 100%) !important;
		backdrop-filter: blur(12px) !important;
		-webkit-backdrop-filter: blur(12px) !important;
		box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4) !important;
	}
	.cd-header .logo-wrap {
		display: inline-block !important;
		margin-top: 22px !important;
		margin-left: 0 !important;
		background-color: #ffffff;
		border-radius: 12px;
		padding: 2px 24px;
		box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	}
	.cd-header .logo-wrap img {
		height: 50px !important;
		max-height: 50px !important;
		margin-top: 0 !important;
		transform: none !important;
		display: block !important;
	}
	.cd-primary-nav-trigger {
		top: 8px !important;
	}
}
