/* input(3308,51): run-time error CSS1062: Expected semicolon or closing curly-brace, found '!important' */
/* ----------------------------------------------------------------
	CSS Specific to the One Page Module

	Some of the CSS Codes have been modified from the Original
	style.css File to match the Minimal Styling of this Module

	Version: 6.6.5
-----------------------------------------------------------------*/

/* Custom Header Size
-----------------------------------------------------------------*/
.header-size-custom #logo img {
	height: 70px;
}

@media (min-width: 992px) {

	.header-size-custom .header-wrap-clone {
		height: calc( 70px + 1px );
	}

	#header.header-size-custom + .include-header {
		margin-top: calc( -70px - 2px );
	}

	.header-size-custom .menu-container > .menu-item > .menu-link {
		padding-top: 24px;
		padding-bottom: 24px;
	}

}

@media (min-width: 992px) {

	/* ----------------------------------------------------------------------------
		Header
	---------------------------------------------------------------------------- */

	#header.full-header.transparent-header,
	#header.full-header.transparent-header:not(.border-full-header):not(.sticky-header) #header-wrap {
		border-bottom-color: transparent !important;
	}

	#header.full-header:not(.border-full-header):not(.sticky-header) #header-wrap { border-bottom-color: transparent; }

	#header.full-header.transparent-header.border-full-header #header-wrap { border-bottom-color: rgba(0,0,0,0.05); }

	.dark #header.full-header.transparent-header.border-full-header #header-wrap,
	#header.dark.full-header.transparent-header.border-full-header #header-wrap { border-bottom-color: rgba(255,255,255,0.15); }

	#header.full-header #logo { border-right: 0; }

	#header.full-header .primary-menu > .menu-container {
		padding-right: 0;
		margin-right: 0;
		border-right: 0;
	}

	#header.show-on-sticky #header-wrap {
		opacity: 0;
		pointer-events: none;
	}

	#header.show-on-sticky.sticky-header #header-wrap {
		opacity: 1;
		pointer-events: auto;
	}


	/* Sticky Header
	---------------------------------------------------------------------------- */

	#header.sticky-header #header-wrap,
	#header.full-header.border-full-header.sticky-header #header-wrap {
		box-shadow: none;
		border-bottom: 1px solid #F5F5F5 !important;
		-webkit-backface-visibility: hidden;
	}

	.dark #header.sticky-header #header-wrap,
	.dark #header.full-header.border-full-header.sticky-header #header-wrap {
		border-bottom-color: rgba(255,255,255,0.1) !important;
	}


	/* Side Header
	---------------------------------------------------------------------------- */

	.side-header #header-wrap { width: 300px !important; }

	/* Primary Menu
	---------------------------------------------------------------------------- */

	.primary-menu .menu-container .menu-link {
		padding-left: 22px;
		padding-right: 22px;
		font-size: 12px;
		font-weight: 400;
		letter-spacing: 3px;
	}

}


/* ----------------------------------------------------------------------------
	Page Section
---------------------------------------------------------------------------- */

.page-section { padding: 120px 0; }


/* ----------------------------------------------------------------------------
	Heading Block
---------------------------------------------------------------------------- */

.heading-block h2 {
	font-weight: 500;
	letter-spacing: 3px;
	font-family: 'Roboto', sans-serif;
}


/* ----------------------------------------------------------------------------
	Portfolio Description
---------------------------------------------------------------------------- */

.bg-overlay .portfolio-desc h3 {
	font-size: 22px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.bg-overlay .portfolio-desc h3 a {
	color: #333 !important;
	text-shadow: none;
}

.bg-overlay .portfolio-desc span {
	margin-top: 12px;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 300;
}

.bg-overlay .portfolio-desc span a {
	color: #999 !important;
	text-shadow: none;
}


/**/

.op-gradient-icon {
	background: rgb(131,58,180);
	background: linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


/* ----------------------------------------------------------------------------
	Buttons
---------------------------------------------------------------------------- */

.button.button-border {
	font-weight: 400;
	letter-spacing: 2px;
	font-size: 13px;
}

.button.button-border.button-large {
	font-size: 15px;
}

.button.button-border.button-light {
	border-color: #F9F9F9;
	color: #F9F9F9;
}

.button.button-border.button-light:hover {
	background-color: #F9F9F9;
	color: #333;
	text-shadow: none;
}


/* Blog
---------------------------------------------------------------------------- */

.posts-md .entry-title h3 {
	font-size: 1.375rem;
	letter-spacing: 0;
}


/* More Link
---------------------------------------------------------------------------- */

.more-link {
	font-weight: 400;
	border-bottom-width: 1px;
	font-style: normal;
}

.more-link i.icon-angle-right {
	position: relative;
	top: 2px;
	margin-left: 3px;
}


.link-border {
	font-weight: 600;
	border-bottom: 3px solid #1ABC9C;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.link-border:hover { border-color: #FFF; }


/* ----------------------------------------------------------------------------
	Team & Testimonials
---------------------------------------------------------------------------- */

.team-title h4 {
	font-weight: 600;
	font-size: 17px;
	letter-spacing: 2px;
}

.team-title span {
	font-style: normal;
	color: #999;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	margin-top: 2px;
}

.team-social-icons {
	position: absolute;
	width: 100%;
	bottom: 20px;
}

.parallax .fslider * { -webkit-backface-visibility: hidden !important; }

.parallax .fslider .flex-control-paging * { -webkit-backface-visibility: visible !important; }

.parallax .testimonial .testi-content p {
	line-height: 1.6 !important;
	font-size: 24px;
	letter-spacing: 1px;
	font-weight: 300;
	font-family: 'Source Sans Pro', sans-serif;
	font-style: normal;
}

.parallax .testimonial .testi-meta {
	margin-top: 20px;
	font-size: 15px;
	letter-spacing: 2px;
	font-weight: 500;
}

.parallax .testimonial .testi-meta span {
	font-weight: 300;
	font-size: 14px;
	letter-spacing: 1px;
}


/* Border Form Design
---------------------------------------------------------------------------- */

.border-form-control {
	height: 48px;
	padding: 8px 4px;
	font-size: 21px;
	letter-spacing: 1px;
	background-color: transparent !important;
	border-top: transparent;
	border-right: transparent;
	border-left: transparent;
	border-bottom-width: 1px;
	font-family: 'Source Sans Pro', sans-serif;
}

.border-form-control::-moz-placeholder { font-weight: 300; }
.border-form-control:-ms-input-placeholder { font-weight: 300; }
.border-form-control::-webkit-input-placeholder { font-weight: 300; }

textarea.border-form-control {
	resize: none;
	overflow: hidden;
	word-wrap: break-word;
}


/* ----------------------------------------------------------------------------
	Helper CSS Styles
---------------------------------------------------------------------------- */

.font-body { font-family: 'Roboto', sans-serif !important; }

.font-primary { font-family: 'Source Sans Pro', sans-serif !important; }



/* ----------------------------------------------------------------------------
	Footer Widgets
---------------------------------------------------------------------------- */

#footer .widget { padding: 30px 0; }

#footer .widget > h4 {
	margin-bottom: 50px;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 3px;
	text-transform: uppercase;
}



#footer .widget ul.footer-site-links li {
	margin: 5px 0;
	font-size: 17px;
	letter-spacing: 1px;
	font-weight: 300;
}


#footer .widget .form-control { text-align: center; }

.widget p.lead {
	font-size: 17px;
	letter-spacing: 1px;
	line-height: 1.6;
}


/* ----------------------------------------------------------------------------
	Services Grid
---------------------------------------------------------------------------- */

.grid-border { overflow: hidden; }

.grid-border [class^=col-]:before,
.grid-border [class^=col-]:after {
	content: '';
	position: absolute;
}

.grid-border [class^=col-]:before {
	height: 100%;
	top: 0;
	left: -1px;
	border-left: 1px solid rgba(0,0,0,0.05);
}

.grid-border [class^=col-]:after {
	width: 100%;
	height: 0;
	top: auto;
	left: 0;
	bottom: -1px;
	border-bottom: 1px solid rgba(0,0,0,0.05);
}

.dark .grid-border [class^=col-]:before,
.dark .grid-border [class^=col-]:after { border-color: rgba(255,255,255,0.05); }


/* ----------------------------------------------------------------------------
	One Page Module: Slider Specifics
---------------------------------------------------------------------------- */

.one-page-arrow i {
	-webkit-animation-duration: 1.5s !important;
	animation-duration: 1.5s !important;
}


/* Large One Word in Slider
---------------------------------------------------------------------------- */

.opm-large-word { font-size: 116px; }

.device-md .opm-large-word { font-size: 96px; }

.device-sm .opm-large-word { font-size: 72px; }

.device-xs .opm-large-word { font-size: 54px; }


/* Medium One Word in Slider
---------------------------------------------------------------------------- */

.opm-medium-word { font-size: 96px; }

.device-md .opm-medium-word { font-size: 80px; }

.device-sm .opm-medium-word { font-size: 60px; }

.device-xs .opm-medium-word { font-size: 48px; }


/* Medium Before Heading
---------------------------------------------------------------------------- */

.before-heading.opm-medium {
	font-size: 30px;
	font-style: normal;
	margin: 0 0 0 5px;
	line-height: 1;
	letter-spacing: 12px;
}

.device-md .before-heading.opm-medium { font-size: 22px; }

.device-sm .before-heading.opm-medium { font-size: 18px; }

.device-xs .before-heading.opm-medium { font-size: 14px; }


/* Large Counter in Slider
---------------------------------------------------------------------------- */

.opm-large-counter {
	font-size: 480px;
	color: #F2F2F2;
	line-height: 1;
}

.device-md .opm-large-counter { font-size: 360px; }

.device-sm .opm-large-counter { font-size: 220px; }

.device-xs .opm-large-counter { font-size: 150px; }


/* Slider Grid Blocks
---------------------------------------------------------------------------- */

.videoplay-on-hover h2 {
	font-size: 40px;
	font-weight: bold;
}

.device-sm .videoplay-on-hover h2 { font-size: 32px; }

.device-xs .videoplay-on-hover h2 { font-size: 26px; }



/* Content Switch
---------------------------------------------------------------------------- */


.con-switch {
	position: relative;
	display: block;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
}

.con-switch .con-default,
.con-switch .con-show {
	display: block;
	opacity: 1;
	-webkit-transition: opacity .4s ease;
	-o-transition: opacity .4s ease;
	transition: opacity .4s ease;
}

.con-switch .con-show {
	position: absolute;
	opacity: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	text-align: center;
}

.con-switch:hover .con-show { opacity: 1; }

.con-switch:hover .con-default { opacity: 0; }



/* Hero Video Play Event
---------------------------------------------------------------------------- */

.big-video-button {
	display: inline-block;
	width: 64px;
	height: 64px;
	line-height: 64px;
	border-radius: 50%;
	background-color: #333;
	color: #F5F5F5 !important;
	font-size: 24px;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	opacity: 1;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.big-video-button:hover { opacity: 0.9; }

.dark .big-video-button,
.big-video-button.dark {
	background-color: #F5F5F5;
	color: #333 !important;
	text-shadow: none;
}

.big-video-button i:nth-of-type(1) {
	position: relative;
	left: 3px;
}

.big-video-button i:nth-of-type(2),
.big-video-button.video-played i:nth-of-type(1) { display: none; }

.big-video-button.video-played i:nth-of-type(2) { display: block; }

.big-video-button.video-played { opacity: 0.1; }

#slider:hover .big-video-button.video-played { opacity: 1; }


.slider-caption h2 {
	font-size: 78px;
	letter-spacing: 3px;
	text-transform: lowercase;
}

.slider-caption p {
	font-weight: 300;
	text-transform: lowercase;
	font-size: 26px;
	line-height: 1.8;
	max-width: 600px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}



.testimonials-lg { overflow: visible; }

.testimonials-lg:before {
	position: absolute;
	top: -20px;
	left: -30px;
	content: "“";
	color: rgba(0,0,0,0.07);
	font-size: 144px;
	line-height: 1;
	font-family: 'Passion One';
}

.testimonials-lg .testi-content p {
	font-size: 26px;
	line-height: 1.6;
	font-style: normal;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	color: #111;
}

.testimonials-lg .testi-content p:before,
.testimonials-lg .testi-content p:after { content:''; }

.testimonials-lg .testi-meta {
	font-size: 14px;
	font-weight: 400;
	margin-top: 30px;
	color: #999;
}

.testimonials-lg .testi-meta span {
	font-size: 13px;
	font-weight: 300;
	color: #BBB;
}



/* ----------------------------------------------------------------------------
	Dark
---------------------------------------------------------------------------- */


.dark #header.sticky-header #header-wrap,
#header.sticky-header.dark #header-wrap { border-bottom-color: rgba(255,255,255,0.1) !important; }


/* ----------------------------------------------------------------------------
	Responsive
---------------------------------------------------------------------------- */


@media (max-width: 991px) {

	#header.transparent-header:not(.sticky-header) #header-wrap {
		background-color: #FFF;
		border-bottom: 1px solid #EEE;
	}

	#header.transparent-header.dark:not(.sticky-header) #header-wrap {
		background-color: #333;
		border-bottom-color: rgba(255,255,255,0.1) !important;
	}

	.dark #header.transparent-header #header-wrap,
	.dark #header.semi-transparent #header-wrap,
	#header.dark.transparent-header #header-wrap,
	#header.dark.semi-transparent #header-wrap {
		background-color: #333;
		border-bottom-color: rgba(255,255,255,0.1);
	}

}


/* ----------------------------------------------------------------
	Dark Scheme
-----------------------------------------------------------------*/

:root {
	--dark-background-color: #000000; /* Change this Color */
}

.dark,
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6 {
	color: #EEE;
}

.dark a:not([class*="btn-"]):hover {
	color: #EEE;
}

body.dark,
.dark #wrapper,
.dark #content,
.dark .shop-quick-view-ajax,
.dark .portfolio-ajax-modal,
.dark .ajax-modal-title,
.dark .modal-content,
.dark .page-transition-wrap,
body.dark #side-panel,
body #side-panel.dark {
	background-color: var(--dark-background-color);
}

.dark .css3-spinner > div {
	background-color: rgba(255,255,255,0.3);
}

.dark .css3-spinner-clip-rotate > div,
.dark .css3-spinner-scale-ripple > div {
	border-color: rgba(255,255,255,0.3);
}

.dark .line,
.dark .double-line {
	border-top-color: rgba(255,255,255,0.15);
}

.dark .section,
.section.dark {
	background-color: var(--dark-background-color);
	border-color: rgba(255,255,255,0.1);
}

.dark #top-bar,
#top-bar.dark {
	border-bottom-color: rgba(255,255,255,0.1);
	background-color: #282828;
}

.dark .top-links {
	border-bottom-color: rgba(255,255,255,0.1);
}

.dark .top-links-item {
	border-left-color: rgba(255,255,255,0.1);
}

.dark .top-links-item > a {
	color: #AAA;
}

.dark .top-links-item:hover {
	background-color: #333;
}

.dark .top-links-sub-menu,
.dark .top-links-section {
	background: #333;
	border-color: #444;
	border-top-color: #1ABC9C;
}

.dark .top-links-sub-menu .top-links-item:not(:first-child) {
	border-top-color: #444;
}

.dark .top-links-sub-menu .top-links-item:hover {
	background-color: #383838;
}

.dark #top-social li {
	border-left-color: rgba(255,255,255,0.1);
}

.dark #top-social a {
	color: #BBB;
}

.dark #header,
#header.dark {
	background-color: #333;
	border-bottom-color: rgba(255,255,255,0.05);
}

.dark #header-wrap {
	background-color: #333;
}

@media (min-width: 992px) {

	.dark #header.transparent-header,
	#header.transparent-header.dark,
	.dark #header.transparent-header:not(.sticky-header) #header-wrap,
	#header.transparent-header.dark:not(.sticky-header) #header-wrap {
		background: transparent;
		border-bottom-color: transparent;
	}

	.dark #header.transparent-header.semi-transparent #header-wrap,
	#header.transparent-header.semi-transparent.dark #header-wrap {
		background-color: rgba(0,0,0,0.6);
	}

	.dark .transparent-header.floating-header .container,
	.transparent-header.floating-header.dark .container {
		background-color: #333;
	}

	.dark #header.full-header,
	#header.full-header.dark {
		border-bottom-color: rgba(255,255,255,0.15);
	}

	.dark #header.transparent-header.full-header #header-wrap,
	#header.transparent-header.full-header.dark #header-wrap {
		border-bottom-color: rgba(255,255,255,0.15);
	}

	#slider + .dark #header.transparent-header.full-header #header-wrap,
	#slider + #header.transparent-header.full-header.dark #header-wrap {
		border-top-color: rgba(255,255,255,0.15);
	}

	.dark .sticky-header #header-wrap
	.sticky-header.dark #header-wrap {
		background-color: #333;
	}

	.dark .sticky-header.full-header #header-wrap,
	.sticky-header.full-header.dark #header-wrap {
		border-bottom-color: rgba(255,255,255,0.15);
	}

	.dark .semi-transparent.sticky-header #header-wrap,
	.semi-transparent.sticky-header.dark #header-wrap {
		background-color: rgba(0,0,0,0.6);
	}

}

@media (max-width: 991.98px) {

	.dark .sticky-header #header-wrap,
	.sticky-header.dark #header-wrap {
		background-color: #333;
		border-bottom-color: rgba(255,255,255,0.15);
	}

	body.dark:not(.primary-menu-open) .transparent-header-responsive,
	body:not(.primary-menu-open) .transparent-header-responsive.dark,
	body.dark:not(.primary-menu-open) .transparent-header-responsive #header-wrap,
	body:not(.primary-menu-open) .transparent-header-responsive.dark #header-wrap {
		background-color: transparent;
		border-bottom-color: transparent;
	}

	body.dark:not(.primary-menu-open) .semi-transparent.transparent-header-responsive,
	body:not(.primary-menu-open) .semi-transparent.transparent-header-responsive.dark {
		background-color: rgba(0,0,0,0.6);
	}

}


.dark #logo a {
	color: #FFF;
}

@media (min-width: 992px) {

	.dark .full-header #logo,
	.full-header.dark #logo {
		border-color: rgba(255,255,255,0.15);
	}

	.dark #header.transparent-header.full-header #logo,
	#header.transparent-header.full-header.dark #logo {
		border-color: rgba(255,255,255,0.15);
	}

}

.dark .primary-menu + .primary-menu,
.dark .menu-item:not(:first-child),
.dark .sub-menu-container,
.dark .mega-menu-content,
.dark .sub-menu-container .menu-item:not(:first-child) {
	border-top-color: rgba(255,255,255,0.15);
}

.dark .svg-trigger path {
	stroke: #FFF;
}

.dark .menu-item .sub-menu-trigger {
	color: #F7F7F7;
}

.dark .menu-link {
	color: #F7F7F7;
}

.dark .primary-menu:not(.not-dark) .sub-menu-container .menu-item > .menu-link {
	color: #E5E5E5;
}

.dark .menu-item:hover > .menu-link,
.dark .menu-item.current > .menu-link {
	color: #1ABC9C;
}

@media (max-width: 991.98px) {

	.dark .mega-menu-content .sub-menu-container {
		border-top-color: rgba(255,255,255,0.2);
	}

	/* Off Canvas Menu
	-----------------------------------------------------------------*/

	.dark #header:not(.sticky-header) .mobile-menu-off-canvas .menu-container,
	#header.dark:not(.sticky-header) .mobile-menu-off-canvas .menu-container {
		background-color: #333;
		border-right-color: rgba(255,255,255,0.2) !important;
	}

	.dark #header:not(.sticky-header) .mobile-menu-off-canvas.from-right .menu-container,
	#header.dark:not(.sticky-header) .mobile-menu-off-canvas.from-right .menu-container {
		border-left-color: rgba(255,255,255,0.2) !important;
	}

}

@media (min-width: 992px) {

	.dark .full-header .primary-menu .menu-container,
	.full-header.dark .primary-menu .menu-container {
		border-color: rgba(255,255,255,0.15);
	}

	.dark .transparent-header.full-header .primary-menu .menu-container,
	.transparent-header.full-header.dark .primary-menu .menu-container {
		border-color: rgba(255,255,255,0.2);
	}

	.dark .primary-menu:not(.not-dark) .sub-menu-container,
	.dark .primary-menu:not(.not-dark) .mega-menu-content {
		background-color: #333;
		border-color: rgba(255,255,255,0.05);
		border-top-color: #1ABC9C;
	}

	.dark .primary-menu:not(.not-dark) .sub-menu-container .menu-item > .menu-link {
		color: #999;
	}

	.dark .primary-menu:not(.not-dark) .sub-menu-container .menu-item:hover > .menu-link {
		background-color: rgba(0,0,0,0.1);
		color: #1ABC9C;
	}

	.dark .primary-menu:not(.not-dark) .mega-menu-content .sub-menu-container:not(.mega-menu-dropdown) {
		background-color: transparent;
	}

	.dark .primary-menu:not(.not-dark) .sub-menu-container.mega-menu-column:not(:first-child) {
		border-left-color: rgba(255,255,255,0.05);
	}

	.dark .primary-menu:not(.not-dark) .mega-menu-style-2 .mega-menu-title > .menu-link {
		color: #BBB;
	}

	.dark .primary-menu:not(.not-dark) .mega-menu-style-2 .mega-menu-title:hover > .menu-link {
		background-color: transparent;
		color: #1ABC9C;
	}


	.dark .style-3 .menu-container > .menu-item:hover > .menu-link {
		color: #F7F7F7;
		background-color: rgba(255,255,255,0.05);
	}

	.dark .style-3 .menu-container > .menu-item.current > .menu-link {
		color: #FFF;
		background-color: #1ABC9C;
	}

	.dark .style-4 .menu-container > .menu-item:hover > .menu-link,
	.dark .style-4 .menu-container > .menu-item.current > .menu-link {
		color: #F7F7F7;
		border-color: #F7F7F7;
	}

	.dark .style-5 .menu-container {
		border-right-color: rgba(255,255,255,0.15);
	}


	.dark .sub-title .menu-container > .menu-item:not(:first-child) > .menu-link::before {
		background-color: rgba(255,255,255,0.15);
	}

	.dark .sub-title .menu-container > .menu-item > .menu-link span {
		color: #999;
	}

	.dark .sub-title .menu-container > .menu-item:hover > .menu-link,
	.dark .sub-title .menu-container > .menu-item.current > .menu-link {
		color: #FFF;
	}

	.dark .sub-title .menu-container > .menu-item:hover > .menu-link span,
	.dark .sub-title .menu-container > .menu-item.current > .menu-link span {
		color: #EEE;
	}


	.side-header.dark #header,
	.side-header #header.dark {
		background-color: #333;
		border-right-color: rgba(255,255,255,0.15);
	}

	.side-header.open-header.dark #header-trigger {
		background-color: rgba(0,0,0,0.3);
	}

	.side-header.side-header-right.dark #header,
	.side-header.side-header-right #header.dark {
		border-left-color: rgba(255,255,255,0.15);
	}

	.overlay-menu.dark .primary-menu > #overlay-menu-close,
	.overlay-menu .dark .primary-menu > #overlay-menu-close {
		color: #F7F7F7;
	}

	.overlay-menu.dark .primary-menu,
	.overlay-menu .dark .primary-menu,
	.overlay-menu .primary-menu.dark {
		background-color: rgba(0,0,0,0.85);
	}

	.overlay-menu.dark .sub-menu-container,
	.overlay-menu.dark .mega-menu-content,
	.overlay-menu .dark .sub-menu-container,
	.overlay-menu .dark .mega-menu-content {
		background-color: transparent;
	}

}

@media (max-width: 991.98px) {

	.side-push-panel.dark #side-panel-trigger-close a,
	.side-push-panel .dark #side-panel-trigger-close a {
		color: #F7F7F7;
		background-color: rgba(0,0,0,0.3);
	}

}

.dark .header-misc-icon > a {
	color: #F7F7F7;
}

.dark .top-search-form input {
	color: #F7F7F7 !important;
}

@media (min-width: 992px) {
	.dark .transparent-header:not(.sticky-header):not(.full-header):not(.floating-header) .top-search-form input,
	.transparent-header.dark:not(.sticky-header):not(.full-header):not(.floating-header) .top-search-form input {
		border-bottom-color: rgba(255,255,255,0.15);
	}
}

.search-overlay.dark .top-search-form,
.search-overlay .dark .top-search-form {
	background-color: rgba(0,0,0,0.85);
}

.dark .top-search-form input::-moz-placeholder {
	color: rgba(255,255,255,0.6) !important;
}

.dark .top-search-form input:-ms-input-placeholder {
	color: rgba(255,255,255,0.6) !important;
}

.dark .top-search-form input::-webkit-input-placeholder {
	color: rgba(255,255,255,0.6) !important;
}


.dark .top-cart-content {
	background-color: #333;
	border-left-color: rgba(255,255,255,0.1);
}

.dark .top-cart-title {
	border-bottom-color: rgba(255,255,255,0.1);
}

.dark .top-cart-item:not(:first-child),
.dark .top-cart-action {
	border-top-color: rgba(255,255,255,0.1);
}

.dark .top-cart-item-image:not(:hover) {
	border-color: rgba(255,255,255,0.1);
}

.dark .top-cart-item-desc a {
	color: #F7F7F7;
}

.dark .top-cart-item-desc a:hover {
	color: #1ABC9C;
}

.dark .top-cart-item-price,
.dark .top-cart-item-quantity {
	color: #AAA;
}

@media (min-width: 992px) {

	.dark .top-cart-content {
		border-color: rgba(255,255,255,0.1);
		border-top-color: #1ABC9C;
	}

	.dark .dots-menu .page-menu-item:not(.current) > a {
		background-color: rgba(255,255,255,0.3);
	}

	.dark .dots-menu .page-menu-item:not(.current) > a:hover {
		background-color: rgba(255,255,255,0.6);
	}

	.dark .dots-menu.dots-menu-border .page-menu-item:not(.current) > a {
		background-color: transparent !important;
		border-color: rgba(255,255,255,0.3);
	}

	.dark .dots-menu.dots-menu-border .page-menu-item:not(.current) > a:hover {
		border-color: rgba(255,255,255,0.6);
	}

}

.dark .one-page-arrow,
.one-page-arrow.dark {
	color: #FFF;
}

.dark #side-panel,
#side-panel.dark {
	background-color: #333;
}

.dark #side-panel .widget:not(:first-child),
#side-panel.dark .widget:not(:first-child) {
	border-top-color: rgba(255,255,255,0.15);
}


.dark .slider-caption:not(.not-dark),
.dark .slider-caption:not(.not-dark) h2 {
	color: #F7F7F7;
}

.dark #page-title,
#page-title.dark {
	background-color: #282828;
	border-bottom-color: rgba(255,255,255,0.15);
}

.dark #page-title h1,
#page-title.dark h1 {
	color: #F7F7F7;
}

.dark #page-title span,
#page-title.dark span {
	color: #AAA;
}

.dark .breadcrumb a {
	color: #EEE;
}

.dark .breadcrumb a:hover {
	color: #1ABC9C;
}

.dark .page-title-nobg,
.page-title-nobg.dark {
	border-bottom-color: rgba(255,255,255,0.15);
}

.dark .grid-filter li a {
	color: #DDD;
}

@media (min-width: 768px) {

	.dark .grid-filter {
		border-color: rgba(255,255,255,0.15);
	}

	.dark .grid-filter:not(.style-3) li a {
		border-left-color: rgba(255,255,255,0.15);
	}

}

.dark .grid-filter.style-4 li.activeFilter a {
	color: #EEE !important;
}

.dark .grid-shuffle {
	border-color: rgba(255,255,255,0.15);
	color: #EEE;
}

.dark .portfolio-desc h3 a {
	color: #F7F7F7;
}

.dark .portfolio-desc h3 a:hover {
	color: rgba(255,255,255,0.75);
}

.dark .portfolio-desc span,
.dark .portfolio-desc span a {
	color: #BBB;
}

.dark .portfolio-desc span a:hover {
	color: #EEE;
}

.dark .portfolio-reveal .portfolio-desc {
	background-color: #383838;
}

.dark .ajax-modal-title {
	border-bottom-color: rgba(255,255,255,0.15);
}

.dark .portfolio-meta li {
	color: #BBB;
}

.dark .portfolio-meta li span {
	color: #EEE;
}

.dark #portfolio-navigation a {
	color: #EEE;
}

.dark #portfolio-navigation a:hover {
	color: #1ABC9C;
}

.dark .entry::after {
	background-color: rgba(255,255,255,0.2);
}


.dark .entry-title h2 a,
.dark .entry-title h3 a,
.dark .entry-title h4 a {
	color: #F7F7F7;
}

.dark .entry-title h2 a:hover,
.dark .entry-title h3 a:hover,
.dark .entry-title h4 a:hover {
	color: #1ABC9C;
}

.dark .entry-meta li,
.dark .entry-meta a:not(:hover) {
	color: #BBB;
}

.dark .entry-link {
	background-color: rgba(0,0,0,0.2);
	color: #F7F7F7;
}

.dark .entry-link:hover {
	color: #FFF;
	background-color: #1ABC9C;
}

.dark .entry-link span {
	color: #AAA;
}

.dark .entry-link:hover span {
	color: #EEE;
}

.dark .more-link:hover {
	border-bottom-color: #CCC;
}

.dark #comments {
	border-top-color: rgba(255,255,255,0.1);
}

.dark .commentlist {
	border-bottom-color: rgba(255,255,255,0.1);
}

.dark .comment-wrap {
	border-color: rgba(255,255,255,0.1);
}

.dark .comment-avatar {
	background: rgba(255,255,255,0.1);
	border-color: rgba(255,255,255,0.1);
}

.dark .comment-content .comment-author {
	color: #CCC;
}

.dark .comment-content .comment-author a {
	color: #BBB;
}

.dark .comment-content .comment-author a:hover {
	color: #EEE;
}

.dark .review-comment-ratings {
	color: #CCC;
}

.dark .comment-reply-link:hover {
	color: #888;
}

.dark p.wp-caption-text {
	background-color: rgba(0,0,0,0.2);
}


.dark .product-title h3 a,
.dark .single-product .product-title h2 a {
	color: #F7F7F7;
}

.dark .product-title h3 a:hover,
.dark .single-product .product-title h2 a:hover {
	color: #1ABC9C;
}

.dark .product-price {
	color: #DDD;
}

.dark .product-price del {
	color: #BBB;
}

.dark .product-price ins {
	color: #1ABC9C;
}

.dark .quantity .qty {
	border-left-color: rgba(255,255,255,0.15);
	border-right-color: rgba(255,255,255,0.15);
	background-color: rgba(0,0,0,0.3);
	color: #DDD;
}

.dark .quantity .plus,
.dark .quantity .minus {
	background-color: rgba(0,0,0,0.3);
	color: #DDD;
}

.dark .quantity .plus:hover,
.dark .quantity .minus:hover {
	background-color: rgba(0,0,0,0.5);
}

.dark .product-meta {
	color: #BBB;
}

.dark .cart .remove:hover {
	color: #EEE;
}

.dark .cart th {
	color: #DDD;
}

.dark .cart td {
	border-color: rgba(255,255,255,0.15) !important;
}

.dark .cart-product-thumbnail img {
	border-color: rgba(0,0,0,0.2);
}

.dark .cart-product-thumbnail img:hover {
	border-color: #1ABC9C;
}

.dark .cart-product-name a,
.dark .product-name a {
	color: #EEE;
}

.dark .cart-product-name a:hover,
.dark .product-name a:hover {
	color: #BBB;
}

@media (max-width: 767.98px) {

	.dark .cart-product-quantity .quantity .qty {
		border-top-color: rgba(255,255,255,0.15);
		border-bottom-color: rgba(255,255,255,0.15);
	}

}

.dark td.actions {
	background-color: rgba(0,0,0,0.2);
}

.dark .event .grid-inner {
	background-color: rgba(0,0,0,0.2);
	border-bottom-color: rgba(255,255,255,0.15);
}

.dark .countdown-section {
	border-left-color: rgba(255,255,255,0.15);
	color: #CCC;
}

.dark .countdown-amount {
	color: #F7F7F7;
}

.dark .button-dark:not(.button-border):not(:hover),
.dark .button:hover {
	background-color: rgba(0,0,0,0.3);
}

.dark .button-light:not(.button-border):hover {
	background-color: #282828;
}

.dark .button.button-border:not(.button-light):not(.button-fill) {
	border-color: #BBB;
	color: #BBB;
}

.dark .button.button-border:not(.button-light):not(.button-fill):hover {
	color: #EEE;
}

.not-dark .button.button-border:not(.button-light) {
	border-color: #444;
	color: #333;
}

.not-dark .button.button-border:not(.button-light):hover {
	background-color: #444;
	color: #FFF;
}

.dark .promo h3 + span,
.promo.dark h3 + span {
	color: rgba(255,255,255,0.8);
}

.dark .promo.promo-border {
	border-color: rgba(255,255,255,0.15);
}

.dark .promo.promo-light {
	background-color: rgba(255,255,255,0.15);
}

.dark .promo.promo-dark:not(.bg-color) {
	background-color: rgba(0,0,0,0.3);
}

.dark .fbox-content h3 {
	color: #F7F7F7;
}

.dark .fbox-content p {
	color: #BBB;
}

.dark .fbox-light.fbox-outline .fbox-icon a {
	border-color: rgba(255,255,255,0.15);
}

.dark .fbox-light .fbox-icon i,
.dark .fbox-light .fbox-icon img {
	border-color: rgba(255,255,255,0.15);
	background-color: rgba(255,255,255,0.2);
	color: #EEE;
}

.dark .fbox-dark.fbox-outline .fbox-icon a {
	border-color: rgba(255,255,255,0.15);
}

.dark .fbox-dark .fbox-icon i,
.dark .fbox-dark .fbox-icon img {
	background-color: rgba(255,255,255,0.2);
}

.dark .fbox-border.fbox-light .fbox-icon a {
	border-color: rgba(255,255,255,0.15);
}

.dark .fbox-border.fbox-light .fbox-icon i,
.dark .fbox-border.fbox-light .fbox-icon img {
	color: #BBB;
}

.dark .fbox-border.fbox-dark .fbox-icon a {
	border-color: rgba(255,255,255,0.1);
}

.dark .fbox-border.fbox-dark .fbox-icon i,
.dark .fbox-border.fbox-dark .fbox-icon img {
	color: #EEE;
}

.fbox-plain.fbox-light .fbox-icon i,
.fbox-plain.fbox-light .fbox-icon img {
	color: #BBB;
}

.dark .fbox-plain.fbox-dark .fbox-icon i,
.dark .fbox-plain.fbox-dark .fbox-icon img {
	color: #EEE;
}

.dark .fbox-content h3 span.subtitle {
	color: #BBB;
}

.dark .fbox-center.fbox-sep:not(.fbox-bg) h3::after {
	background-color: #E5E5E5;
}

.dark .fbox-bg.fbox-center {
	border-color: rgba(255,255,255,0.15);
}

.dark .fbox-bg.fbox-center .fbox-icon {
	background-color: #383838;
}

.dark .media-box.fbox-bg .fbox-content {
	background-color: rgba(0,0,0,0.2);
	border-color: rgba(255,255,255,0.15);
}

.dark .fbox-effect .fbox-icon i:after {
	box-shadow: 0 0 0 2px #494949;
}

.dark .fbox-effect .fbox-icon i:hover,
.dark .fbox-effect:hover .fbox-icon i {
	background-color: #494949;
}

.dark .fbox-effect.fbox-dark .fbox-icon i:after {
	box-shadow: 0 0 0 2px #1ABC9C;
}

.dark .fbox-effect.fbox-dark .fbox-icon i:hover,
.dark .fbox-effect.fbox-dark:hover .fbox-icon i {
	background-color: #1ABC9C;
}

.dark .fbox-border.fbox-effect .fbox-icon i:hover,
.dark .fbox-border.fbox-effect:hover .fbox-icon i {
	box-shadow: 0 0 0 1px #494949;
}

.dark .fbox-border.fbox-effect .fbox-icon i:after {
	background-color: #494949;
}

.dark .fbox-border.fbox-effect.fbox-dark .fbox-icon i:hover,
.dark .fbox-border.fbox-effect.fbox-dark:hover .fbox-icon i {
	box-shadow: 0 0 0 1px #1ABC9C;
}

.dark .fbox-border.fbox-effect.fbox-dark .fbox-icon i:after {
	background-color: #1ABC9C;
}


.dark .process-steps li .i-bordered {
	background-color: rgba(255,255,255,0.2);
}

@media (min-width: 992px) {

	.dark .process-steps li::before,
	.dark .process-steps li::after {
		border-top-color: rgba(255,255,255,0.15);
	}

}

.dark .style-msg2 {
	border-left-color: rgba(0,0,0,0.3);
}

.dark .style-msg .sb-msg,
.dark .style-msg2 .msgtitle,
.dark .style-msg2 .sb-msg {
	border-left-color: rgba(255,255,255,0.1);
}

.dark .i-rounded,
.dark .i-circled {
	background-color: rgba(0,0,0,0.3);
}

.dark .i-bordered {
	border-color: rgba(255,255,255,0.1);
	color: #EEE;
}

.dark .i-plain {
	color: #EEE;
	text-shadow: none;
}

.dark .i-plain:hover {
	color: #CCC;
}

.dark .i-light {
	background-color: rgba(255,255,255,0.15);
	color: #EEE;
	text-shadow: 1px 1px 1px none;
	box-shadow: inset 0 0 15px rgba(0,0,0,0.2);
}

.dark .i-rounded:hover,
.dark .i-circled:hover {
	background-color: #1ABC9C;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	box-shadow: 0 0 0 rgba(0,0,0,0.2);
}

.dark .i-bordered:hover {
	background-color: rgba(255,255,255,0.15) !important;
	color: #FFF;
	border-color: rgba(255,255,255,0.15);
}

.dark .social-icon {
	color: #EEE;
	border-color: #AAA;
}

.dark .si-dark {
	background-color: rgba(0,0,0,0.2);
	color: #FFF !important;
	border-color: transparent;
}

.dark .si-light {
	background-color: rgba(255,255,255,0.15);
	color: #CCC !important;
	border-color: transparent;
}

.dark .si-share {
	border-top-color: rgba(255,255,255,0.15);
	border-bottom-color: rgba(255,255,255,0.15);
}

.dark .toggle-header,
.dark .accordion-header {
	color: #EEE;
}

.dark .toggle-bg .toggle-header,
.dark .accordion-bg .accordion-header {
	background-color: rgba(0,0,0,0.2);
}

.dark .toggle-border,
.dark .accordion-border,
.dark .accordion-border .accordion-header {
	border-color: rgba(255,255,255,0.15);
}

.dark .faqs .toggle {
	border-bottom-color: rgba(255,255,255,0.15);
}

.dark .accordion-header {
	border-top-color: rgba(255,255,255,0.15);
}

.dark .tab-nav {
	border-bottom-color: rgba(255,255,255,0.1);
}

.dark .tab-nav li {
	border-color: rgba(255,255,255,0.1);
}


.dark .tab-nav li:first-child {
	border-left-color: rgba(255,255,255,0.1);
}

.dark .tab-nav li a {
	color: #EEE;
	background-color: rgba(0,0,0,0.2);
}

.dark .tab-nav li.ui-tabs-active a {
	background-color: #383838;
}

.dark .tabs-alt .tab-nav li a {
	background-color: #383838;
}

.dark .tabs-alt .tab-nav li { border-color: transparent; }

.dark .tabs-alt .tab-nav li.ui-tabs-active a {
	border-color: rgba(255,255,255,0.1);
}

.dark .tabs-tb .tab-nav li.ui-tabs-active a {
	border-top: 2px solid #1ABC9C;
}

.dark .tabs-bb .tab-nav li a {
	background-color: transparent;
}

.dark .tab-nav.tab-nav2 li a {
	background-color: rgba(0,0,0,0.2);
}

.dark .tab-nav.tab-nav2 li.ui-state-active a {
	background-color: #1ABC9C;
}

.dark .tab-nav-lg li a {
	color: #EEE;
}

.dark .tab-nav-lg li.ui-tabs-active a {
	color: #1ABC9C;
}

.dark .tab-nav-lg.tab-nav-section li.ui-tabs-active::before,
.dark .tab-nav-lg.tab-nav-section li.ui-tabs-active::after {
	border-color: transparent;
}

.dark .tab-nav-lg.tab-nav-section li.ui-tabs-active::after {
	border-top-color: rgba(255,255,255,0.15);
}

.dark .tab-nav-lg.tab-nav-section li.ui-tabs-active::before {
	border-top-color: rgba(255,255,255,0.15);
}

.dark .tabs-bordered .tab-container {
	border-color: rgba(255,255,255,0.1);
}

@media (min-width: 768px) {

	.dark .side-tabs .tab-nav {
		border-right-color: rgba(255,255,255,0.1);
	}

	.dark .side-tabs .tab-nav li {
		border-color: rgba(255,255,255,0.1);
	}

	.dark .side-tabs .tab-nav li:first-child {
		border-top-color: rgba(255,255,255,0.1);
		border-left-color: rgba(255,255,255,0.1);
	}

	.dark .tabs-bordered.side-tabs .tab-nav li.ui-tabs-active a {
		border-right-color: #383838;
	}

	.dark .tabs-bordered.side-tabs .tab-container {
		border-left: 0;
		border-top-color: rgba(255,255,255,0.1);
	}

}

.dark .sidenav {
	background-color: rgba(0,0,0,0.2);
}

.dark .sidenav li a {
	border-color: rgba(255,255,255,0.15);
	color: #BBB;
}

.dark .sidenav > li > a:hover {
	background-color: rgba(255,255,255,0.2);
	color: #EEE;
}

.dark .faqlist li a { color: #CCC; }

.dark .clients-grid .grid-item::before,
.dark .testimonials-grid .grid-item::before {
	border-left-color: rgba(255,255,255,0.15);
}

.dark .clients-grid .grid-item::after,
.dark .testimonials-grid .grid-item::after {
	border-bottom-color: rgba(255,255,255,0.15);
}


.dark .testimonial {
	background-color: rgba(0,0,0,0.2);
	border-color: rgba(255,255,255,0.15);
}

.dark .testi-image i {
	background-color: rgba(0,0,0,0.2);
	color: #BBB;
	text-shadow: none;
}

.dark .testi-meta span {
	color: #AAA;
}

.dark .testimonial.twitter-scroll .testi-meta span a { color: #BBB; }

.dark .testimonial.twitter-scroll .testi-meta span a:hover { color: #EEE; }

.dark .team-desc.team-desc-bg {
	background-color: rgba(0,0,0,0.2);
}

.dark .team-content {
	color: #AAA;
}

.dark .pricing-box {
	border-color: rgba(255,255,255,0.15);
	background-color: rgba(0,0,0,0.2);
}

.dark .pricing-title {
	background-color: rgba(0,0,0,0.1);
	border-bottom-color: rgba(255,255,255,0.15);
}

.dark .pricing-title h3 {
	color: rgba(255,255,255,0.95);
}

.dark .pricing-title span {
	color: rgba(255,255,255,0.75);
}

.dark .pricing-price {
	color: rgba(255,255,255,0.9);
}

.dark .pricing-price .price-tenure {
	color: rgba(255,255,255,0.7);
}

.dark .pricing-features {
	border-top-color: rgba(255,255,255,0.15);
	border-bottom-color: rgba(255,255,255,0.15);
	background-color: rgba(0,0,0,0.1);
}

.dark .pricing-highlight .pricing-title,
.dark .pricing-highlight .pricing-features {
	background-color: rgba(0,0,0,0.2);
}

.dark .pricing-simple,
.dark .pricing-simple .pricing-title,
.dark .pricing-simple .pricing-features,
.pricing-simple.dark,
.pricing-simple.dark .pricing-title,
.pricing-simple.dark .pricing-features {
	border: 0;
}

.dark .pricing-simple .pricing-title,
.dark .pricing-simple .pricing-features,
.pricing-simple.dark .pricing-title,
.pricing-simple.dark .pricing-features {
	background-color: transparent;
}

.dark .pricing-minimal .pricing-price {
	background-color: rgba(0,0,0,0.2);
	border-bottom: rgba(255,255,255,0.15);
}

.dark .pricing-extended {
	background-color: rgba(0,0,0,0.2);
}

.dark .pricing-extended .pricing-action-area {
	border-left-color: rgba(255,255,255,0.15);
	background-color: rgba(0,0,0,0.1);
}

.dark .pricing-extended .pricing-meta {
	color: rgba(255,255,255,0.7);
}

.dark .counter.counter-lined + h5::before {
	border-top-color: rgba(255,255,255,0.15);
}

.dark .rounded-skill {
	color: rgba(255,255,255,0.9);
}

.dark .skills li {
	background-color: rgba(255,255,255,0.15);
}

.dark .skills li .progress-percent {
	background-color: #666;
	color: rgba(255,255,255,0.95);
}

.dark .progress-percent::after {
	border-top-color: #666;
}

.dark .progress-percent::before {
	border-top-color: #666;
}

.dark .skills li > span {
	color: rgba(255,255,255,0.9);
}

.dark blockquote {
	border-left-color: rgba(255,255,255,0.15);
}

.dark .blockquote-reverse {
	border-right-color: rgba(255,255,255,0.15);
}

.dark .quote::before {
	color: rgba(255,255,255,0.2);
}

.dark .highlight {
	background-color: rgba(255,255,255,0.15);
	color: rgba(255,255,255,0.95);
}

.dark .owl-carousel .owl-nav [class*=owl-] {
	border-color: rgba(255,255,255,0.15);
	color: #CCC;
	background-color: rgba(0,0,0,0.5);
}

.dark .flip-card-front,
.dark .flip-card-back {
	color: #FFF;
}

.dark .flip-card-back {
	background-color: rgba(255,255,255,0.2);
}

.dark .flip-card-inner p {
	color: rgba(255,255,255,0.95);
}

.dark .sm-form-control {
	color: #EEE;
	background-color: rgba(0,0,0,0.3);
}

.dark .sm-form-control:not(.error) {
	border-color: rgba(255,255,255,0.15);
}

.dark .sm-form-control:not(.error):focus {
	border-color: rgba(255,255,255,0.25);
}

.dark .sm-form-control::-moz-placeholder {
	color: #AAA;
}
.dark .sm-form-control:-ms-input-placeholder {
	color: #AAA;
}
.dark .sm-form-control::-webkit-input-placeholder {
	color: #AAA;
}

.dark .sm-form-control[disabled],
.dark .sm-form-control[readonly],
.dark fieldset[disabled] .sm-form-control {
	background-color: #eeeeee;
}

.dark .form-control:active,
.dark .form-control:focus {
	border-color: rgba(255,255,255,0.25);
}

.dark label {
	color: #E5E5E5;
}

.dark label.label-muted {
	color: #AAA;
}

.dark .contact-form-overlay {
	background-color: #333;
}

.dark .title-block > span {
	color: rgba(255,255,255,0.7);
}

.dark .heading-block > span:not(.before-heading) {
	color: rgba(255,255,255,0.65);
}

.dark .heading-block::after {
	border-top-color: rgba(255,255,255,0.7);
}

.dark .fancy-title::before,
.dark .fancy-title::after {
	border-top-color: rgba(255,255,255,0.15);
}

.dark .before-heading {
	color: rgba(255,255,255,0.7);
}

.dark .divider {
	color: rgba(255,255,255,0.15);
}

.dark .divider::after,
.dark .divider::before {
	background-color: rgba(255,255,255,0.15);
}

.dark .divider a:hover {
	color: #CCC;
}

.dark .divider.divider-rounded i,
.dark .divider.divider-border i {
	color: rgba(255,255,255,0.7);
	background-color: rgba(255,255,255,0.15);
}

.dark .divider.divider-border {
	color: rgba(255,255,255,0.15);
}

.dark .divider.divider-border i {
	background-color: transparent;
	border-color: rgba(255,255,255,0.15);
}

.dark .top-advert {
	border-left-color: rgba(255,255,255,0.15);
	border-right-color: rgba(255,255,255,0.15);
}

.dark #gotoTop {
	background-color: rgba(255,255,255,0.3);
}

.dark #gotoTop:hover {
	background-color: #1ABC9C;
}

.dark .read-more-wrap .read-more-mask {
	background-image: linear-gradient( rgba(0,0,0,0), rgba(0,0,0,1) );
}

.dark .gdpr-settings {
	background-color: #111;
}

.dark .error404 {
	color: rgba(255,255,255,0.2);
}

.dark .preloader,
.dark .preloader2,
.dark .form-process::before {
	background-color: #383838;
}


.dark #footer,
#footer.dark {
	color: rgba(255,255,255,0.75);
	background-color: #282828;
	border-top-color: rgba(255,255,255,0.15);
}

.dark .footer-widgets-wrap a {
	color: rgba(255,255,255,0.75);
}

.dark .footer-widgets-wrap a:hover {
	color: rgba(255,255,255,0.85);
}

.dark #footer .social-icon.si-borderless,
#footer.dark .social-icon.si-borderless {
	color: rgba(255,255,255,0.5) !important;
}

.dark #copyrights,
#copyrights.dark {
	color: rgba(255,255,255,0.4);
	background-color: rgba(0,0,0,0.2);
}

.dark .copyright-links a {
	color: rgba(255,255,255,0.4);
	border-bottom-color: rgba(255,255,255,0.65);
}

.dark .copyright-links a:hover {
	color: rgba(255,255,255,0.6);
	border-bottom-color: rgba(255,255,255,0.7);
}

.dark .sidebar-widgets-wrap .widget {
	border-top-color: rgba(255,255,255,0.15);
}

.dark .tagcloud a {
	border-color: rgba(255,255,255,0.15);
	color: rgba(255,255,255,0.6);
}

.dark .widget_nav_menu li a,
.dark .widget_links li a,
.dark .widget_meta li a,
.dark .widget_archive li a,
.dark .widget_recent_entries li a,
.dark .widget_categories li a,
.dark .widget_pages li a,
.dark .widget_rss li a,
.dark .widget_recent_comments li a {
	color: rgba(255,255,255,0.8);
}

.dark .widget_nav_menu li a:hover,
.dark .widget_links li a:hover,
.dark .widget_meta li a:hover,
.dark .widget_archive li a:hover,
.dark .widget_recent_entries li a:hover,
.dark .widget_categories li a:hover,
.dark .widget_pages li a:hover,
.dark .widget_rss li a:hover,
.dark .widget_recent_comments li a:hover {
	color: rgba(255,255,255,0.9);
}

.dark .widget .testimonial.twitter-scroll .testi-image i {
	background-color: rgba(0,0,0,0.2);
	color: rgba(255,255,255,0.7);
}

.dark .widget-twitter-feed small a:not(:hover) {
	color: rgba(255,255,255,0.6);
}

.dark .widget-filter-links li a {
	color: rgba(255,255,255,0.9);
}

.dark .widget-filter-links li span {
	color: rgba(255,255,255,0.7);
	background-color: rgba(0,0,0,0.3);
}

.dark .widget-filter-links li:hover a {
	color: rgba(255,255,255,0.7);
}


.dark .nav-tree li a {
	color: rgba(255,255,255,0.9);
}

.dark .pagination.pagination-3d .page-item .page-link {
	border-bottom-color: rgba(255,255,255,0.15) !important;
}

.dark .pagination.pagination-inside-transparent .page-item .page-link:not(:hover) {
	color: rgba(255,255,255,0.95);
}

.dark .pagination.pagination-primary .page-item.active .page-link,
.dark .pagination.pagination-primary .page-link:hover,
.dark .pagination.pagination-primary .page-link:focus,
.dark .pagination.pagination-secondary .page-item.active .page-link,
.dark .pagination.pagination-secondary .page-link:hover,
.dark .pagination.pagination-secondary .page-link:focus,
.dark .pagination.pagination-success .page-item.active .page-link,
.dark .pagination.pagination-success .page-link:hover,
.dark .pagination.pagination-success .page-link:focus,
.dark .pagination.pagination-danger .page-item.active .page-link,
.dark .pagination.pagination-danger .page-link:hover,
.dark .pagination.pagination-danger .page-link:focus,
.dark .pagination.pagination-info .page-item.active .page-link,
.dark .pagination.pagination-info .page-link:hover,
.dark .pagination.pagination-info .page-link:focus,
.dark .pagination.pagination-light .page-item.active .page-link,
.dark .pagination.pagination-light .page-link:hover,
.dark .pagination.pagination-light .page-link:focus {
	background-color: rgba(0,0,0,0.1) !important;
	border-color: rgba(0,0,0,0.1) !important;
	color: rgba(255,255,255,0.95);
}

.dark input.switch-toggle-round + label {
	background-color: rgba(255,255,255,0.2);
}

.dark input.switch-toggle-round + label::before {
	background-color: rgba(255,255,255,0.1);
}

.dark input.switch-toggle-round + label::after {
	background-color: rgba(255,255,255,0.5);
}

.dark input.switch-toggle-round:checked + label::before {
	background-color: #1ABC9C;
}

.dark input.switch-toggle-round:checked + label::after {
	background-color: rgba(255,255,255,0.85);
}

.dark input.switch-toggle-flat + label {
	background-color: rgba(255,255,255,0.2);
}

.dark input.switch-toggle-flat + label::before {
	background-color: #383838;
}

.dark input.switch-toggle-flat + label::after {
	background-color: rgba(255,255,255,0.5);
}

.dark input.switch-toggle-flat:checked + label {
	background-color: #1ABC9C;
}

.dark input.switch-toggle-flat:checked + label::after {
	background-color: #1ABC9C;
}

.dark .shape-divider-fill {
	fill: #383838;
}


/* Dark Scheme - Bootstrap
-----------------------------------------------------------------*/

.dark .show-grid [class^=col-] {
	background-color: rgba(255,255,255,0.05);
	border-color: rgba(255,255,255,0.1);
}

.dark mark {
	background: rgba(0,0,0,0.5);
	color: #FFF;
}

.dark fieldset {
	border-color: rgba(255,255,255,0.1);
}

.dark .img-thumbnail {
	background-color: rgba(0,0,0,0.2);
	border-color: rgba(255,255,255,0.1);
}

.dark hr { border-top-color: rgba(255,255,255,0.1); }

.dark .page-header { border-bottom-color: rgba(255,255,255,0.1); }

.dark blockquote { border-left-color: rgba(255,255,255,0.2); }

.dark .blockquote-reverse,
.dark blockquote.pull-right { border-right-color: rgba(255,255,255,0.2); }

.dark code {
	color: #DF6F72;
	background-color: rgba(0,0,0,0.3);
}

.dark kbd { background-color: rgba(255,255,255,0.1); }

.dark pre {
	color: #FFF;
	background-color: rgba(0,0,0,0.3);
	border-color: rgba(255,255,255,0.15);
}

.dark .table {
	color: #EEE;
}

.dark .table > thead > tr > th,
.dark .table > tbody > tr > th,
.dark .table > tfoot > tr > th,
.dark .table > thead > tr > td,
.dark .table > tbody > tr > td,
.dark .table > tfoot > tr > td { border-top-color: rgba(255,255,255,0.1); }

.dark .table > thead > tr > th { border-bottom-color: rgba(255,255,255,0.1); }

.dark .table > tbody + tbody { border-top-color: rgba(255,255,255,0.1); }

.dark .table .table { background-color: rgba(0,0,0,0.2); }

.dark .table-bordered { border-color: rgba(255,255,255,0.1); }

.dark .table-bordered > thead > tr > th,
.dark .table-bordered > tbody > tr > th,
.dark .table-bordered > tfoot > tr > th,
.dark .table-bordered > thead > tr > td,
.dark .table-bordered > tbody > tr > td,
.dark .table-bordered > tfoot > tr > td { border-color: rgba(255,255,255,0.1); }

.dark .table-striped > tbody > tr:nth-child(odd) > td,
.dark .table-striped > tbody > tr:nth-child(odd) > th,
.table-striped > tbody > tr:nth-child(odd) { background-color: rgba(0,0,0,0.05); }

.dark .table-striped > tbody > tr:nth-of-type(odd) > * {
	color: #EEE;
}

.dark .table-hover > tbody > tr:hover > td,
.dark .table-hover > tbody > tr:hover > th { background-color: rgba(0,0,0,0.1); }

.dark .table > thead > tr > td.active,
.dark .table > tbody > tr > td.active,
.dark .table > tfoot > tr > td.active,
.dark .table > thead > tr > th.active,
.dark .table > tbody > tr > th.active,
.dark .table > tfoot > tr > th.active,
.dark .table > thead > tr.active > td,
.dark .table > tbody > tr.active > td,
.dark .table > tfoot > tr.active > td,
.dark .table > thead > tr.active > th,
.dark .table > tbody > tr.active > th,
.dark .table > tfoot > tr.active > th { background-color: rgba(0,0,0,0.1); }

.dark .table-hover > tbody > tr > td.active:hover,
.dark .table-hover > tbody > tr > th.active:hover,
.dark .table-hover > tbody > tr.active:hover > td,
.dark .table-hover > tbody > tr.active:hover > th { background-color: rgba(255,255,255,0.1); }

@media (max-width: 767px) {
	.table-responsive { border-color: rgba(255,255,255,0.1); }
}

.dark legend {
	color: #DDD;
	border-bottom-color: rgba(255,255,255,0.1);
}

.dark output { color: #999; }

.dark .form-control:not(.not-dark),
.dark .sm-form-control:not(.not-dark),
.dark .form-select:not(.not-dark) {
	color: #999;
	background-color: rgba(0,0,0,0.2);
	border-color: rgba(255,255,255,0.15);
}

.dark .form-select:not(.not-dark) {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23AAAAAA' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}

.dark .form-select:not(.not-dark) option,
.dark .sm-form-select:not(.not-dark) option { background-color: #282828; }

.dark .form-control:not(.not-dark):active,
.dark .form-control:not(.not-dark):focus,
.dark .sm-form-control:not(.not-dark):active,
.dark .sm-form-control:not(.not-dark):focus,
.dark .form-select:not(.not-dark):active,
.dark .form-select:not(.not-dark):focus {
	background-color: rgba(0,0,0,0.3);
	border-color: rgba(255,255,255,0.25) !important;
}

.dark .form-control:not(.not-dark)::-moz-placeholder { color: #666; }
.dark .form-control:not(.not-dark):-ms-input-placeholder { color: #666; }
.dark .form-control:not(.not-dark)::-webkit-input-placeholder { color: #666; }
.dark .sm-form-control:not(.not-dark)::-moz-placeholder { color: #666; }
.dark .sm-form-control:not(.not-dark):-ms-input-placeholder { color: #666; }
.dark .sm-form-control:not(.not-dark)::-webkit-input-placeholder { color: #666; }

.dark .form-control:not(.not-dark)[disabled],
.dark .form-control:not(.not-dark)[readonly],
.dark fieldset[disabled] .form-control:not(.not-dark),
.dark .form-select:not(.not-dark)[disabled],
.dark .form-select:not(.not-dark)[readonly],
.dark fieldset[disabled] .form-select:not(.not-dark),
.dark .sm-form-control:not(.not-dark)[disabled],
.dark .sm-form-control:not(.not-dark)[readonly],
.dark fieldset[disabled] .sm-form-control:not(.not-dark) { background-color: rgba(255,255,255,0.1); }

.dark .input-group .form-control.error:not(.not-dark) { color: #E42C3E; }

.dark .sm-form-control.error:not(.not-dark) { border-color: #E42C3E !important; }

.dark .form-control.error:not(.not-dark)::-moz-placeholder { color: rgba(228,44,62,0.6); }
.dark .form-control.error:not(.not-dark):-ms-input-placeholder { color: rgba(228,44,62,0.6); }
.dark .form-control.error:not(.not-dark)::-webkit-input-placeholder { color: rgba(228,44,62,0.6); }
.dark .form-select.error:not(.not-dark)::-moz-placeholder { color: rgba(228,44,62,0.6); }
.dark .form-select.error:not(.not-dark):-ms-input-placeholder { color: rgba(228,44,62,0.6); }
.dark .form-select.error:not(.not-dark)::-webkit-input-placeholder { color: rgba(228,44,62,0.6); }

.dark .dropdown-menu {
	background-color: #333;
	border-color: #3F3F3F;
}

.dark .dropdown-menu .dropdown-divider { border-top-color: rgba(255,255,255,0.1); }

.dark .dropdown-item { color: #DDD; }

.dark .dropdown-item:hover,
.dark .dropdown-item:focus {
	color: #EEE;
	background-color: rgba(255,255,255,0.1);
}

.dark .input-group-text {
	color: #999;
	background-color: rgba(0,0,0,0.25);
	border-color: rgba(255,255,255,0.15);
}

.dark .nav > li > a:hover,
.dark .nav > li > a:focus,
.dark .nav .open > a,
.dark .nav .open > a:hover,
.dark .nav .open > a:focus { background-color: rgba(0,0,0,0.2); }

.dark .nav .nav-divider { background-color: rgba(255,255,255,0.1); }

.dark .nav-tabs { border-bottom-color: rgba(255,255,255,0.15); }

.dark .nav-tabs > li > a:hover {
	border-color: rgba(255,255,255,0.2);
	border-bottom: none;
}

.dark .nav-tabs.nav-justified > li > a:hover,
.dark .nav-tabs-justified > li > a:hover { border-bottom: 1px solid rgba(255,255,255,0.2); }

.dark .nav-tabs > li.active > a,
.dark .nav-tabs > li.active > a:hover,
.dark .nav-tabs > li.active > a:focus {
	color: #DDD;
	background-color: #383838;
	border: 1px solid rgba(255,255,255,0.2);
	border-bottom-color: #383838;
}

.dark .nav-tabs.nav-justified > .active > a,
.dark .nav-tabs.nav-justified > .active > a:hover,
.dark .nav-tabs.nav-justified > .active > a:focus { border-color: rgba(255,255,255,0.15); }

@media (min-width: 768px) {
	.dark .nav-tabs.nav-justified > li > a { border-bottom-color: rgba(255,255,255,0.15); }

	.dark .nav-tabs.nav-justified > .active > a,
	.dark .nav-tabs.nav-justified > .active > a:hover,
	.dark .nav-tabs.nav-justified > .active > a:focus { border-bottom-color: #383838; }
}

.dark .nav-tabs-justified > .active > a,
.dark .nav-tabs-justified > .active > a:hover,
.dark .nav-tabs-justified > .active > a:focus { border-color: rgba(255,255,255,0.15); }

@media (min-width: 768px) {
	.dark .nav-tabs-justified > li > a { border-bottom-color: rgba(255,255,255,0.15); }

	.dark .nav-tabs-justified > .active > a,
	.dark .nav-tabs-justified > .active > a:hover,
	.dark .nav-tabs-justified > .active > a:focus { border-bottom-color: #383838; }
}

.dark .navbar-default {
	background-color: rgba(255,255,255,0.1);
	border-color: rgba(255,255,255,0.1);
}

.dark .navbar-default .navbar-brand { color: #EEE; }

.dark .navbar-default .navbar-brand:hover,
.dark .navbar-default .navbar-brand:focus { color: #BBB; }

.dark .navbar-default .navbar-text { color: #999; }

.dark .navbar-default .navbar-nav > li > a { color: #BBB; }

.dark .navbar-default .navbar-nav > li > a:hover,
.dark .navbar-default .navbar-nav > li > a:focus {
	color: #EEE;
	background-color: transparent;
}

.dark .navbar-default .navbar-nav > .active > a,
.dark .navbar-default .navbar-nav > .active > a:hover,
.dark .navbar-default .navbar-nav > .active > a:focus {
	color: #EEE;
	background-color: rgba(0,0,0,0.25);
}

.dark .navbar-default .navbar-nav > .disabled > a,
.dark .navbar-default .navbar-nav > .disabled > a:hover,
.dark .navbar-default .navbar-nav > .disabled > a:focus { color: #999; }

.dark .navbar-default .navbar-toggle { border-color: rgba(255,255,255,0.15); }

.dark .navbar-default .navbar-toggle:hover,
.dark .navbar-default .navbar-toggle:focus { background-color: rgba(255,255,255,0.15); }

.dark .navbar-default .navbar-toggle .icon-bar { background-color: #BBB; }

.dark .navbar-default .navbar-collapse,
.dark .navbar-default .navbar-form { border-color: rgba(255,255,255,0.15); }

.dark .navbar-default .navbar-nav > .open > a,
.dark .navbar-default .navbar-nav > .open > a:hover,
.dark .navbar-default .navbar-nav > .open > a:focus {
	background-color: rgba(0,0,0,0.25);
	color: #EEE;
}

@media (max-width: 767px) {
	.dark .navbar-default .navbar-nav .open .dropdown-item { color: #BBB; }

	.dark .navbar-default .navbar-nav .open .dropdown-item:hover,
	.dark .navbar-default .navbar-nav .open .dropdown-item:focus { color: #EEE; }

	.dark .navbar-default .navbar-nav .open .dropdown-item.active,
	.dark .navbar-default .navbar-nav .open .dropdown-item.active:hover,
	.dark .navbar-default .navbar-nav .open .dropdown-item.active:focus {
		background-color: rgba(0,0,0,0.25);
		color: #EEE;
	}

	.dark .navbar-default .navbar-nav .open .dropdown-item.disabled,
	.dark .navbar-default .navbar-nav .open .dropdown-item.disabled:hover,
	.dark .navbar-default .navbar-nav .open .dropdown-item.disabled:focus { color: #999; }
}

.dark .navbar-default .navbar-link { color: #BBB; }

.dark .navbar-default .navbar-link:hover { color: #EEE; }

.dark .page-link {
	color: #BBB;
	background-color: rgba(255,255,255,0.1);
	border-color: #666;
}

.dark .page-link:hover,
.dark .page-link:focus {
	color: #EEE;
	background-color: rgba(0,0,0,0.1);
}

.dark .disabled .page-link,
.dark .disabled .page-link:hover,
.dark .disabled .page-link:focus {
	color: #999;
	background-color: rgba(255,255,255,0.2);
	border-color: #777;
}

.dark .label-default { background-color: rgba(255,255,255,0.2); }

.dark .label-default[href]:hover,
.dark .label-default[href]:focus { background-color: rgba(0,0,0,0.2); }

.dark .badge:not([class*="badge.bg-"]) { background-color: rgba(255,255,255,0.2); }

.dark .jumbotron { background-color: rgba(255,255,255,0.15); }

.dark .thumbnail {
	background-color: rgba(255,255,255,0.15);
	border-color: rgba(255,255,255,0.1);
}

.dark .thumbnail .caption { color: #EEE; }

.dark .progress { background-color: rgba(255,255,255,0.15); }

.dark .list-group-item {
	background-color: rgba(0,0,0,0.2);
	border-color: #444;
}

.dark a.list-group-item { color: #BBB; }

.dark a.list-group-item .list-group-item-heading { color: #DDD; }

.dark a.list-group-item:hover,
.dark a.list-group-item:focus { background-color: rgba(255,255,255,0.05); }

.dark a.list-group-item.active,
.dark a.list-group-item.active:hover,
.dark a.list-group-item.active:focus {
	color: #ffffff;
	background-color: #428bca;
	border-color: #428bca;
}

.dark .list-group-item-success {
	color: #3c763d;
	background-color: #dff0d8;
}

.dark a.list-group-item-success { color: #3c763d; }

.dark a.list-group-item-success:hover,
.dark a.list-group-item-success:focus {
	color: #3c763d;
	background-color: #d0e9c6;
}

.dark a.list-group-item-success.active,
.dark a.list-group-item-success.active:hover,
.dark a.list-group-item-success.active:focus {
	color: #fff;
	background-color: #3c763d;
	border-color: #3c763d;
}

.dark .list-group-item-info {
	color: #31708f;
	background-color: #d9edf7;
}

.dark a.list-group-item-info { color: #31708f; }

.dark a.list-group-item-info:hover,
.dark a.list-group-item-info:focus {
	color: #31708f;
	background-color: #c4e3f3;
}

.dark a.list-group-item-info.active,
.dark a.list-group-item-info.active:hover,
.dark a.list-group-item-info.active:focus {
	color: #fff;
	background-color: #31708f;
	border-color: #31708f;
}

.dark .list-group-item-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
}

.dark a.list-group-item-warning { color: #8a6d3b; }

.dark a.list-group-item-warning:hover,
.dark a.list-group-item-warning:focus {
	color: #8a6d3b;
	background-color: #faf2cc;
}

.dark a.list-group-item-warning.active,
.dark a.list-group-item-warning.active:hover,
.dark a.list-group-item-warning.active:focus {
	color: #fff;
	background-color: #8a6d3b;
	border-color: #8a6d3b;
}

.dark .list-group-item-danger {
	color: #a94442;
	background-color: #f2dede;
}

.dark a.list-group-item-danger { color: #a94442; }

.dark a.list-group-item-danger:hover,
.dark a.list-group-item-danger:focus {
	color: #a94442;
	background-color: #ebcccc;
}

.dark a.list-group-item-danger.active,
.dark a.list-group-item-danger.active:hover,
.dark a.list-group-item-danger.active:focus {
	color: #fff;
	background-color: #a94442;
	border-color: #a94442;
}

.dark .card { background-color: rgba(0,0,0,0.2); }

.dark .card-footer {
	background-color: rgba(255,255,255,0.1);
	border-top-color: rgba(255,255,255,0.1);
}

.dark .card > .card-body + .table,
.dark .card > .card-body + .table-responsive { border-top-color: rgba(255,255,255,0.1); }

.dark .card-group .card-heading + .collapse .card-body { border-top-color: rgba(255,255,255,0.1); }

.dark .card-group .card-footer + .collapse .card-body { border-bottom-color: rgba(255,255,255,0.1); }

.dark .card-default { border-color: rgba(255,255,255,0.15); }

.dark .card-default > .card-heading {
	color: #DDD;
	background-color: rgba(255,255,255,0.1);
	border-color: rgba(255,255,255,0.1);
}

.dark .card-default > .card-heading + .collapse .card-body { border-top-color: rgba(255,255,255,0.15); }

.dark .card-default > .card-footer + .collapse .card-body { border-bottom-color: rgba(255,255,255,0.15); }

.dark .close {
	opacity: 1;
	color: rgba(0,0,0,0.15);
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}

.dark .close:hover,
.dark .close:focus {
	color: rgba(0,0,0,0.4);
}

.dark .modal-content { border-color: #555; }

.dark .modal-header { border-bottom-color: rgba(255,255,255,0.15); }

.dark .modal-footer { border-top-color: rgba(255,255,255,0.15); }

.dark .popover {
	background-color: #282828;
	border-color: #494949;
}
.dark .popover-title {
	background-color: rgba(255,255,255,0.1);
	border-bottom-color: rgba(255,255,255,0.075);
}
.dark .popover.top > .arrow { border-top-color: #494949; }

.dark .popover.top > .arrow:after { border-top-color: #282828; }

.dark .popover.right > .arrow { border-right-color: #494949; }

.dark .popover.right > .arrow:after { border-right-color: #282828; }

.dark .popover.bottom > .arrow { border-bottom-color: #494949; }

.dark .popover.bottom > .arrow:after { border-bottom-color: #282828; }

.dark .popover.left > .arrow { border-left-color: #494949; }

.dark .popover.left > .arrow:after { border-left-color: #282828; }


/* ----------------------------------------------------------------

	slider.scss

-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Flex Slider
-----------------------------------------------------------------*/
.fslider,
.fslider .flexslider,
.fslider .slider-wrap,
.fslider .slide,
.fslider .slide > a,
.fslider .slide > img,
.fslider .slide > a > img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
}

.fslider.h-100 .flexslider,
.fslider.h-100 .slider-wrap,
.fslider.h-100 .slide {
  height: 100% !important;
}

.fslider {
  min-height: 32px;
}

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
  border: none;
}

.slider-wrap,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  border: none;
}

.flexslider {
  position: relative;
  margin: 0;
  padding: 0;
}
.flexslider .slider-wrap > .slide {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slider-wrap img {
  width: 100%;
  display: block;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

.slider-wrap::after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slider-wrap {
  display: block;
}

* html .slider-wrap {
  height: 1%;
}

.no-js .slider-wrap > .slide:first-child {
  display: block;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

/* ----------------------------------------------------------------
	Slider
-----------------------------------------------------------------*/
.slider-element {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.slider-parallax {
  position: relative;
}

.slider-parallax,
.slider-parallax .swiper-container {
  visibility: visible;
  -webkit-backface-visibility: hidden;
}

.slider-inner {
  position: absolute;
  overflow: hidden;
  opacity: 1;
  visibility: visible;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.slider-parallax .slider-inner {
  position: fixed;
}

.h-auto:not(.slider-parallax) .slider-inner,
.h-auto .swiper-container,
.min-vh-0:not(.slider-parallax) .slider-inner,
.min-vh-0 .swiper-container {
  position: relative !important;
  height: auto !important;
}

.slider-parallax-invisible .slider-inner {
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 992px) {
  .h-auto .swiper-wrapper,
  .min-vh-0 .swiper-wrapper {
    height: 75vh;
  }
}
.slider-inner.slider-inner-relative {
  position: relative !important;
  height: auto !important;
}

.device-touch .slider-parallax .slider-inner {
  position: relative;
}

body:not(.side-header) .slider-parallax .slider-inner {
  left: 0;
}

body:not(.stretched) .slider-parallax .slider-inner {
  left: auto;
}

.slider-parallax .slider-inner,
.slider-parallax .slider-caption {
  will-change: transform;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: transform 0s linear;
  -webkit-backface-visibility: hidden;
}

@media (max-width: 991.98px) {
  #slider {
    display: -ms-flexbox !important;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
  }
  #slider .slider-inner {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    flex-grow: 1;
    align-items: center;
  }
}
/* Boxed Slider
-----------------------------------------------------------------*/
.boxed-slider {
  padding-top: 40px;
}

/* Swiper Slider
-----------------------------------------------------------------*/
.swiper_wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.full-screen .swiper_wrapper {
  height: auto;
}
.swiper_wrapper .swiper-container {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
}
.swiper_wrapper .swiper-slide {
  position: relative;
  margin: 0;
  overflow: hidden;
}
.swiper_wrapper .swiper-slide [data-caption-animate] {
  -webkit-backface-visibility: hidden;
}

.swiper-slide-bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-element .video-wrap,
.section .video-wrap,
.swiper-slide .yt-bg-player,
.section .yt-bg-player,
.swiper-slide-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
}

.yt-bg-player .inlinePlayButton,
.yt-bg-player .loading {
  display: none !important;
}

.slider-element .container,
.slider-element .container-fluid {
  position: relative;
  height: 100%;
}

.slider-element.canvas-slider .swiper-slide img {
  width: 100%;
}

.slider-element.canvas-slider a {
  display: block;
  height: 100%;
}

.swiper-pagination {
  position: absolute;
  width: 100%;
  z-index: 20;
  margin: 0;
  top: auto;
  bottom: 20px !important;
  text-align: center;
  line-height: 1;
}
.swiper-pagination span {
  display: inline-block;
  cursor: pointer;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  opacity: 1;
  background-color: transparent;
  border: 1px solid #FFF;
  border-radius: 50%;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.swiper-pagination span:hover, .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #FFF !important;
}

/* Video Overlay
-----------------------------------------------------------------*/
.video-wrap {
  overflow: hidden;
  width: 100%;
  position: relative;
  direction: ltr;
}
.video-wrap video {
  position: relative;
  z-index: 1;
  opacity: 1;
  width: 100%;
  transition: opacity .3s 1s ease;
  /*min-width: 100%;
  min-height: 100%;
  top: 50%;
  transform: translateY(-50%);*/
}
body:not(.has-plugin-html5video) .video-wrap video {
  opacity: 0;
}

.video-overlay,
.video-placeholder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  background: transparent url("theme/imports/images/grid.png") repeat;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}

.video-placeholder {
  z-index: 4;
  background-repeat: no-repeat !important;
}

/* Slider Caption
-----------------------------------------------------------------*/
.slider-caption {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  flex-flow: column;
  justify-content: center;
  z-index: 20;
  max-width: 550px;
  color: #EEE;
  font-size: 300;
  font-weight: 300;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  transition: top 0.3s ease;
}

.slider-caption:not(.dark), .slider-caption:not(.dark) h2 {
  color: #222222;
  text-shadow: none;
}
.slider-caption h2 {
  font-size: 4rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .slider-caption h2 {
    font-size: 5.5vw;
  }
}
.slider-caption p {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 1.5rem;
}
@media (max-width: 991.98px) {
  .slider-caption p {
    font-size: 2.6vw;
  }
}

.slider-caption.slider-caption-right {
  margin-left: auto;
}

.slider-caption.slider-caption-center {
  position: relative;
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.slider-caption-bg {
  padding: 5px 12px;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.6);
  top: auto;
  bottom: 50px;
  left: 50px;
}

.slider-caption-bg.slider-caption-bg-light {
  background-color: rgba(255, 255, 255, 0.8);
  color: #444;
  font-weight: 400;
  text-shadow: none;
}

.slider-caption-top-left {
  top: 50px;
  bottom: auto;
}

.slider-caption-top-right {
  top: 50px;
  bottom: auto;
  left: auto;
  right: 50px;
}

.slider-caption-bottom-right {
  left: auto;
  right: 50px;
}

/* Slider Arrows
-----------------------------------------------------------------*/
.slider-element .owl-carousel {
  margin: 0;
}

.slider-arrow-left,
.slider-arrow-right,
.flex-prev,
.flex-next,
.slider-arrow-top-sm,
.slider-arrow-bottom-sm {
  position: absolute;
  cursor: pointer;
  z-index: 10;
  top: 50%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 0 3px 3px 0;
  transform: translateY(-50%);
  -webkit-transition: background-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
}

.slider-arrow-top-sm,
.slider-arrow-bottom-sm {
  top: auto;
  bottom: 57px;
  left: auto;
  right: 20px;
  margin: 0;
  width: 32px;
  height: 32px;
  border-radius: 3px 3px 0 0;
}

.slider-arrow-bottom-sm {
  bottom: 20px;
  border-radius: 0 0 3px 3px;
}

.fslider[data-thumbs="true"] .flex-prev,
.fslider[data-thumbs="true"] .flex-next {
  margin-top: -20px;
}

.slider-arrow-right,
.slider-element .owl-next,
.flex-next {
  left: auto;
  right: 0;
  border-radius: 3px 0 0 3px;
}

.slider-arrow-left i,
.slider-arrow-right i,
.flex-prev i,
.flex-next i,
.slider-arrow-top-sm i,
.slider-arrow-bottom-sm i {
  line-height: 50px;
  width: 100%;
  height: 100%;
  color: #DDD;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  font-size: 34px;
  text-align: center;
  transition: color .3s ease-in-out;
}

.slider-arrow-top-sm i,
.slider-arrow-bottom-sm i {
  width: 32px;
  height: 32px;
  margin: 0;
  line-height: 30px;
  font-size: 18px;
  color: #FFF;
}

.slider-element .owl-prev i {
  margin-left: 0;
}

.slider-element .owl-next i {
  margin-right: 4px;
}

.slider-arrow-left:hover,
.slider-arrow-right:hover,
.flex-prev:hover,
.flex-next:hover,
.slider-arrow-top-sm:hover,
.slider-arrow-bottom-sm:hover {
  background-color: rgba(0, 0, 0, 0.6) !important !important;
}

/* Slide Number
-----------------------------------------------------------------*/
.slide-number {
  position: absolute;
  opacity: 0;
  top: auto;
  right: 20px;
  bottom: 20px;
  z-index: 20;
  width: 36px;
  height: 40px;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  font-size: 18px;
  font-weight: 300;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.slider-element:hover .slide-number {
  opacity: 1;
}

.slide-number-current,
.slide-number-total {
  position: absolute;
  line-height: 1;
  top: 5px;
  left: 0;
}

.slide-number-total {
  top: auto;
  bottom: 5px;
  left: auto;
  right: 0;
}

.slide-number span {
  display: block;
  font-size: 32px;
  line-height: 40px;
}

/* Pagination
-----------------------------------------------------------------*/
.slider-element .owl-dots {
  position: absolute;
  width: 100%;
  z-index: 20;
  margin: 0;
  top: auto;
  bottom: 15px;
}

.slider-element .owl-dots button {
  width: 0.625rem;
  height: 0.625rem;
  margin: 0 3px;
  opacity: 1 !important;
  background-color: transparent !important;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.slider-element .owl-dots .owl-dot.active,
.slider-element .owl-dots .owl-dot:hover {
  background-color: #FFF !important;
}

/* Flex Slider - Navigation
-----------------------------------------------------------------*/
.nav-offset .flex-prev,
.nav-offset .flex-next {
  border-radius: 3px;
}

.nav-offset .flex-prev {
  left: 20px;
}

.nav-offset .flex-next {
  right: 20px;
}

.nav-circle .flex-prev,
.nav-circle .flex-next {
  border-radius: 50%;
}

.nav-solid .flex-prev,
.nav-solid .flex-next {
  opacity: 1;
  background-color: #FFF;
}

.nav-solid .flex-prev:hover,
.nav-solid .flex-next:hover {
  background-color: #333 !important;
}

.nav-solid .flex-prev:not(:hover) i,
.nav-solid .flex-next:not(:hover) i {
  color: #444;
  text-shadow: none;
}

.nav-size-sm .flex-prev,
.nav-size-sm .flex-next {
  width: 32px;
  height: 32px;
}

.nav-size-sm .flex-prev i,
.nav-size-sm .flex-next i {
  line-height: 32px;
  font-size: 1.5rem;
}

.fslider[class*="nav-pos-"] .flex-prev,
.fslider[class*="nav-pos-"] .flex-next {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 5px;
  transform: none;
}

.fslider.nav-size-sm[class*="nav-pos-"] .flex-prev,
.fslider.nav-size-sm[class*="nav-pos-"] .flex-next {
  margin: 0 3px;
}

.fslider[class*="nav-pos-"] .flex-direction-nav {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
}

.nav-pos-top .flex-direction-nav,
.nav-pos-top-left .flex-direction-nav,
.nav-pos-top-right .flex-direction-nav {
  top: 20px;
  left: 0;
}

.nav-pos-bottom .flex-direction-nav,
.nav-pos-bottom-left .flex-direction-nav,
.nav-pos-bottom-right .flex-direction-nav {
  top: auto;
  bottom: 20px;
}

.nav-pos-top-left .flex-direction-nav,
.nav-pos-bottom-left .flex-direction-nav {
  width: auto !important;
  left: 16px;
}

.nav-pos-top-right .flex-direction-nav,
.nav-pos-bottom-right .flex-direction-nav {
  width: auto !important;
  left: auto;
  right: 16px;
}

/* Flex Slider - Pagination & Thumbs
-----------------------------------------------------------------*/
.fslider[data-animation="fade"][data-thumbs="true"] .flexslider,
.fslider.testimonial[data-animation="fade"] .flexslider {
  height: auto !important;
}

.flex-control-nav {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  width: auto;
  z-index: 10;
  text-align: center;
  top: 14px;
  right: 10px;
  margin: 0;
}

.flex-control-nav li {
  display: block;
  margin: 0 3px;
  width: 0.625rem;
  height: 0.625rem;
}

.flex-control-nav li a {
  display: block;
  cursor: pointer;
  text-indent: -9999px;
  width: 100% !important;
  height: 100% !important;
  border: 1px solid #FFF;
  color: transparent;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
}

.flex-control-nav li:hover a,
.flex-control-nav li a.flex-active {
  background-color: #FFF;
}

.control-solid .flex-control-nav li a {
  border: none;
  background-color: #FFF;
}

.control-solid .flex-control-nav li:hover a,
.control-solid .flex-control-nav li a.flex-active {
  background-color: #1ABC9C;
}

.control-square .flex-control-nav li a {
  border-radius: 3px;
}

.control-diamond .flex-control-nav li a {
  border-radius: 3px;
  transform: rotate(45deg);
}

/* Flex Slider: Pagination Positions
-----------------------------------------------------------------*/
.control-offset-lg .flex-control-nav {
  top: 24px;
  right: 20px;
}

.control-pos-top-left .flex-control-nav,
.control-pos-bottom-left .flex-control-nav {
  left: 10px;
  right: auto;
}

.control-offset-lg.control-pos-top-left .flex-control-nav,
.control-offset-lg.control-pos-bottom-left .flex-control-nav {
  left: 20px;
}

.control-pos-bottom-right .flex-control-nav,
.control-pos-bottom-left .flex-control-nav,
.control-pos-bottom .flex-control-nav,
.control-pos-bottom .flex-control-nav {
  top: auto;
  bottom: 14px;
}

.control-offset-lg.control-pos-bottom-right .flex-control-nav,
.control-offset-lg.control-pos-bottom-left .flex-control-nav,
.control-offset-lg.control-pos-bottom .flex-control-nav,
.control-offset-lg.control-pos-bottom .flex-control-nav {
  bottom: 24px;
}

.control-pos-bottom .flex-control-nav,
.control-pos-bottom .flex-control-nav,
.control-pos-top .flex-control-nav,
.control-pos-top .flex-control-nav {
  width: 100%;
  right: 0;
}

.control-size-lg .flex-control-nav li {
  width: 0.9325rem;
  height: 0.9325rem;
  margin: 0 5px;
}

/* Flex Slider: Thumbs
-----------------------------------------------------------------*/
.flex-control-nav.flex-control-thumbs {
  position: relative;
  justify-content: left;
  top: 0;
  left: 0;
  right: 0;
  margin: 2px -2px -2px 0;
  height: auto;
}

.flex-control-nav.flex-control-thumbs li {
  margin: 0 2px 2px 0;
}

.flex-control-nav.flex-control-thumbs li img {
  cursor: pointer;
  text-indent: -9999px;
  border: 0;
  border-radius: 0;
  margin: 0;
  opacity: 0.5;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.flex-control-nav.flex-control-thumbs li,
.flex-control-nav.flex-control-thumbs li img {
  display: block;
  width: 100px !important;
  height: auto !important;
}

.flex-control-nav.flex-control-thumbs li:hover img,
.flex-control-nav.flex-control-thumbs li img.flex-active {
  border-width: 0;
  opacity: 1;
}

/* FlexSlider: Thumbs - Flexible
-----------------------------------------------------------------*/
.fslider.flex-thumb-grid .flex-control-nav.flex-control-thumbs {
  margin: -2px 0;
  height: auto;
}

.fslider.flex-thumb-grid .flex-control-nav.flex-control-thumbs li {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  height: auto !important;
  margin: 0;
  padding: 0 2px 2px 0;
}

.fslider.flex-thumb-grid .flex-control-nav.flex-control-thumbs li img {
  width: 100% !important;
  height: auto !important;
}


/* FlexSlider: Thumbs - Flexible
-----------------------------------------------------------------*/

.fslider.flex-thumb-grid .flex-control-nav.flex-control-thumbs {
  margin: 2px -2px -2px 0;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}

.fslider.flex-thumb-grid .flex-control-nav.flex-control-thumbs li {
  flex-shrink: 0;
  flex: 0 0 auto;
  max-width: 100%;
  height: auto !important;
  margin: 0;
  padding: 0 2px 2px 0;
}

.fslider.flex-thumb-grid .flex-control-nav.flex-control-thumbs li {
  width: 25% !important;
}

.fslider.flex-thumb-grid.grid-3 .flex-control-nav.flex-control-thumbs li {
  width: 33.333333% !important;
}

.fslider.flex-thumb-grid.grid-5 .flex-control-nav.flex-control-thumbs li {
  width: 20% !important;
}

.fslider.flex-thumb-grid.grid-6 .flex-control-nav.flex-control-thumbs li {
  width: 16.666666% !important;
}

.fslider.flex-thumb-grid.grid-8 .flex-control-nav.flex-control-thumbs li {
  width: 12.5% !important;
}

.fslider.flex-thumb-grid.grid-10 .flex-control-nav.flex-control-thumbs li {
  width: 10% !important;
}

.fslider.flex-thumb-grid.grid-12 .flex-control-nav.flex-control-thumbs li {
  width: 8.333333% !important;
}

.fslider.flex-thumb-grid .flex-control-nav.flex-control-thumbs li img {
  width: 100% !important;
  height: auto !important;
}
/* ----------------------------------------------------------------

	blog.scss

-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Blog
-----------------------------------------------------------------*/
#posts {
  position: relative;
}

.entry {
  position: relative;
  margin-bottom: 50px;
}
.posts-md .entry, .posts-sm .entry {
  margin-bottom: 0;
}
.entry::after {
  content: '';
  position: relative;
  height: 2px;
  margin-top: 50px;
  background-color: whitesmoke;
}
.entry-image {
  margin-bottom: 30px;
}

.posts-md .entry-image,
.posts-sm .entry-image {
  margin-bottom: 0;
}

.entry-image,
.entry-image > a,
.entry-image .slide a,
.entry-image img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}

.posts-sm .entry-image {
  width: 64px;
}

.entry-image iframe {
  display: block;
}
.entry-image video {
  display: block;
  width: 100%;
}
.entry-image img {
  border-radius: 3px;
}

.posts-md .entry-image + .entry-title {
  margin-top: 0.875rem;
}

.entry-title h2,
.entry-title h3,
.entry-title h4 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.entry-title h2 a,
.entry-title h3 a,
.entry-title h4 a {
  color: #333333;
}
.entry-title h2 a:hover,
.entry-title h3 a:hover,
.entry-title h4 a:hover {
  color: #1ABC9C;
}
.entry-title.title-sm h2,
.entry-title.title-sm h3 {
  font-size: 1.25rem;
  letter-spacing: 0;
}
.entry-title.title-sm h3 {
  font-size: 1.125rem;
}
.entry-title.title-xs h2,
.entry-title.title-xs h3 {
  font-size: 1rem;
  letter-spacing: 0;
}
.entry-title h4 {
  font-size: 0.875rem;
  letter-spacing: 0;
}
.entry-title.nott h2, .entry-title.nott h3,
.entry-title h4 {
  text-transform: none;
}

.entry-meta {
  position: relative;
  overflow: hidden;
  margin-top: 10px;
}
.posts-sm .entry-meta {
  margin-top: 6px;
}
.single-post .entry-meta {
  margin-bottom: 20px;
}
.posts-md .entry-meta, .posts-sm .entry-meta {
  margin-bottom: 0px;
}
.entry-meta ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 -10px -20px;
  list-style: none;
}

.entry-meta.no-separator ul,
.entry-meta ul.flex-column {
  align-items: start;
  margin-left: 0;
}

.posts-sm .entry-meta ul {
  margin-bottom: -5px;
}

.entry-meta li {
  font-size: 90%;
  margin: 0 15px 10px 0;
  color: #999;
}

.entry-meta ul.flex-column li {
  margin-left: 0;
}

.posts-sm .entry-meta li {
  margin-bottom: 5px;
}

.entry-meta:not(.no-separator) li::before {
  content: "⁞";
  width: 5px;
  text-align: center;
  display: inline-block;
  margin-right: 15px;
  opacity: 0.5;
}

.entry-meta i {
  position: relative;
  top: 1px;
  padding-left: 1px;
  margin-right: 5px;
}

.entry-meta a:not(:hover) {
  color: #999999;
}

.entry-meta ins {
  font-weight: 700;
  text-decoration: none;
}

.entry-content {
  margin-top: 30px;
}

.single-post .entry-content {
  margin-top: 0;
}

.posts-md .entry-content,
.posts-sm .entry-content {
  margin-top: 20px;
}

.single-post .entry-content .entry-image {
  max-width: 350px;
}

.entry-content {
  position: relative;
}

.entry-link {
  display: block;
  width: 100%;
  background-color: whitesmoke;
  padding: 30px 0;
  text-align: center;
  color: #444;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.5rem;
  font-weight: 700;
  border-radius: 3px;
}

body:not(.device-touch) .entry-link {
  -webkit-transition: background-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
}

.entry-link:hover {
  color: #FFF;
  background-color: #1ABC9C;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.entry-link span {
  display: block;
  margin-top: 5px;
  font-family: "PT Serif", serif;
  font-style: italic;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.875rem;
  color: #aaaaaa;
}

.entry-link:hover span {
  color: #eeeeee;
}

.entry blockquote p {
  font-weight: 400;
  font-family: "PT Serif", serif;
  font-style: italic;
}

/* Blog - Grid
-----------------------------------------------------------------*/
.post-grid .entry {
  margin-bottom: 30px;
}

.post-grid .entry-title h2 {
  font-size: 1.125rem;
  letter-spacing: 0;
  font-weight: 600;
}

.post-grid .entry-link {
  font-size: 1.5rem;
}

.post-grid .entry-link span {
  font-size: 0.875rem;
}

/* Blog - Timeline
-----------------------------------------------------------------*/
.entry-timeline {
  display: none;
}

@media (min-width: 992px) {
  .timeline-border {
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    border-left: 1px dashed #cccccc;
    height: 100%;
    transform: translateX(-50%);
  }

  .postcontent .post-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    border-left: 1px dashed #cccccc;
    height: 100%;
  }

  .post-timeline .entry-timeline {
    display: block;
    position: absolute;
    border: 2px solid #cccccc;
    background-color: #FFF;
    padding-top: 0;
    text-indent: -9999px;
    top: 40px;
    left: auto;
    right: -6px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    font-size: 1.75rem;
    font-weight: bold;
    color: #AAA;
    text-align: center;
    line-height: 1;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }

  .post-timeline .entry-timeline .timeline-divider {
    position: absolute;
    top: 4px;
    left: auto;
    right: 15px;
    width: 70px;
    height: 0;
    border-top: 1px dashed #cccccc;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }

  .post-timeline .entry:not(.entry-date-section) {
    padding-right: 85px;
  }

  .post-timeline .entry.alt:not(.entry-date-section) {
    padding-right: inherit;
    padding-left: 85px;
  }

  .post-timeline .alt .entry-timeline {
    right: auto;
    left: -6px;
  }

  .post-timeline .alt .entry-timeline .timeline-divider {
    left: 15px;
    right: auto;
  }

  .post-timeline .entry-timeline span {
    display: block;
    margin-top: 3px;
    font-size: 13px;
    font-weight: normal;
  }

  .post-timeline .entry:hover .entry-timeline,
  .post-timeline .entry:hover .timeline-divider {
    border-color: #1ABC9C;
    color: #1ABC9C;
  }
}
.entry.entry-date-section {
  margin: 50px 0 80px;
  text-align: center;
}

.entry.entry-date-section:first-child {
  margin-top: 0;
}

.entry.entry-date-section span {
  display: inline-block;
  width: 250px;
  background-color: #FFF;
  border: 2px solid #eeeeee;
  font-size: 18px;
  line-height: 50px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

@media (min-width: 992px) {
  /* Blog - Timeline - Sidebar
  -----------------------------------------------------------------*/
  .postcontent .post-timeline::before {
    left: -68px;
    margin-left: 0;
  }

  .postcontent .post-timeline {
    padding-left: 0;
    margin-left: 100px;
    margin-right: 0 !important;
    overflow: visible;
  }

  .postcontent .post-timeline .entry {
    width: 100% !important;
    padding: 0 !important;
  }

  .postcontent .post-timeline .entry-timeline {
    display: block;
    border: 3px solid #cccccc;
    background-color: #FFF;
    padding-top: 10px;
    text-indent: 0;
    top: 20px;
    left: -100px;
    right: auto;
    width: 64px;
    height: 64px;
    font-size: 1.5rem;
  }

  .postcontent .post-timeline .entry-timeline div.timeline-divider {
    top: 29px;
    left: 64px;
    width: 32px;
  }
}
.more-link {
  display: inline-block;
  border-bottom: 1px solid #1ABC9C;
  padding: 0 2px;
  font-family: "PT Serif", serif;
  font-style: italic;
}
.more-link:hover {
  border-bottom-color: #555;
}

.post-navigation + .line {
  margin-top: 50px;
}

/* ----------------------------------------------------------------
	Blog - Author
-----------------------------------------------------------------*/
.author-image {
  float: left;
  width: 64px;
  height: 64px;
  margin-right: 15px;
}
.author-image img {
  width: 64px;
  height: 64px;
}
.author-desc {
  position: relative;
  overflow: hidden;
}

/* ----------------------------------------------------------------
	Comments List
-----------------------------------------------------------------*/
#comments {
  position: relative;
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #eeeeee;
}

.commentlist {
  list-style: none;
  padding-bottom: 50px;
  margin: 0 0 50px;
  border-bottom: 1px solid #eeeeee;
}

#reviews .commentlist {
  padding-bottom: 30px;
  margin: 0 0 20px;
}

.commentlist ul {
  list-style: none;
}

.commentlist li,
.commentlist li ul,
.commentlist li ul li {
  margin: 30px 0 0 0;
}

.commentlist ul:first-child {
  margin-top: 0;
}

.commentlist li {
  position: relative;
  margin: 30px 0 0 30px;
}

#reviews .commentlist li {
  margin-top: 20px;
}

.comment-wrap {
  position: relative;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  padding: 20px 20px 20px 35px;
}

.commentlist ul .comment-wrap {
  margin-left: 25px;
  padding-left: 20px;
}

#reviews .comment-wrap {
  border: 0;
  padding: 10px 0 0 35px;
}

.commentlist > li:first-child,
#reviews .commentlist > li:first-child {
  padding-top: 0;
  margin-top: 0;
}

.commentlist li .children {
  margin-top: 0;
}

.commentlist li li .children {
  margin-left: 30px;
}

.commentlist li .comment-content,
.pingback {
  position: relative;
  overflow: hidden;
}

.commentlist li .comment-content p,
.pingback p {
  margin: 20px 0 0 0;
}

.commentlist li .comment-content {
  padding: 0 0 0 15px;
}

.commentlist li .comment-meta {
  float: left;
  margin-right: 0;
  line-height: 1;
}

.comment-avatar {
  position: absolute;
  top: 15px;
  left: -35px;
  padding: 4px;
  background: #FFF;
  border: 1px solid #E5E5E5;
  border-radius: 50%;
}

.comment-avatar img {
  display: block;
  border-radius: 50%;
}

.commentlist li .children .comment-avatar {
  left: -25px;
}

.comment-content .comment-author {
  margin-bottom: -10px;
  font-size: 1rem;
  font-weight: bold;
  color: #555;
}

.comment-content .comment-author a {
  border: none;
  color: #333;
}

.comment-content .comment-author a:hover {
  color: #1ABC9C;
}

.comment-content .comment-author span {
  display: block;
}

.comment-content .comment-author span,
.comment-content .comment-author span a {
  font-size: 12px;
  font-weight: normal;
  font-family: "PT Serif", serif;
  font-style: italic;
  color: #AAA;
}

.comment-content .comment-author span a:hover {
  color: #888;
}

.comment-reply-link,
.review-comment-ratings {
  display: block;
  position: absolute;
  top: 4px;
  left: auto;
  text-align: center;
  right: 0px;
  width: 14px;
  height: 14px;
  color: #CCC;
  font-size: 0.875rem;
  line-height: 1;
}

.review-comment-ratings {
  width: auto;
  color: #333;
}

.comment-reply-link:hover {
  color: #888;
}

/* ----------------------------------------------------------------
	Comment Form
-----------------------------------------------------------------*/
#respond,
#respond form {
  margin-bottom: 0;
}

.commentlist li #respond {
  margin: 30px 0 0;
}

.commentlist li li #respond {
  margin-left: 30px;
}

#respond p {
  margin: 10px 0 0 0;
}

#respond p:first-child {
  margin-top: 0;
}

#respond label small {
  color: #999;
  font-weight: normal;
}

#respond input[type="text"],
#respond textarea {
  margin-bottom: 0;
}

.fb-comments,
.fb_iframe_widget,
.fb-comments > span,
.fb_iframe_widget > span,
.fb-comments > span > iframe,
.fb_iframe_widget > span > iframe {
  display: block !important;
  width: 100% !important;
  margin: 0;
}

/* Post Elements
-----------------------------------------------------------------*/
img.alignleft,
div.alignleft {
  float: left;
  margin: 5px 20px 13px 0;
  max-width: 100%;
}

div.alignleft > img,
div.alignnone > img,
div.aligncenter > img,
div.alignright > img {
  display: block;
  float: none;
}

img.alignnone,
img.aligncenter,
div.alignnone,
div.aligncenter {
  display: block;
  margin: 10px 0;
  float: none;
}

img.aligncenter,
div.aligncenter,
div.aligncenter img {
  margin-left: auto;
  margin-right: auto;
  clear: both;
}

img.alignright,
div.alignright {
  float: right;
  margin: 5px 0 13px 20px;
}

.wp-caption {
  text-align: center;
  margin: 10px 20px 13px 20px;
  font-family: "Lato", sans-serif, Georgia, "Times New Roman", Times, serif;
  font-style: italic;
}

.wp-caption img,
.wp-caption img a {
  display: block;
  margin: 0;
}

p.wp-caption-text {
  display: inline-block;
  margin: 10px 0 0 0;
  padding: 5px 10px;
  background-color: #eeeeee;
  border-radius: 50px;
}

.wp-smiley {
  max-height: 13px;
  margin: 0 !important;
}

/* ----------------------------------------------------------------

	portfolio.scss

-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Portfolio
-----------------------------------------------------------------*/
/* Grid - Filter
-----------------------------------------------------------------*/
.grid-filter {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 3.5rem;
  list-style: none;
  /* Grid - Filter: Style 2
  -----------------------------------------------------------------*/
  /* Grid - Filter: Style 3
  -----------------------------------------------------------------*/
  /* Portfolio - Filter: Style 4
  -----------------------------------------------------------------*/
}
@media (min-width: 768px) {
  .grid-filter {
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 4px;
  }
}
.grid-filter-wrap {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.grid-filter li {
  position: relative;
  width: 50%;
}
@media (min-width: 576px) {
  .grid-filter li {
    width: 33.3333333333%;
  }
}
@media (min-width: 768px) {
  .grid-filter li {
    width: auto;
  }
}
.grid-filter li a {
  display: block;
  position: relative;
  padding: 10px 20px;
  font-size: 0.9375rem;
  color: #666;
  text-align: center;
  border-radius: 2px;
}
@media (min-width: 768px) {
  .grid-filter li a {
    border-left: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 0;
  }
  .bothsidebar .grid-filter li a {
    padding: 12px 14px;
  }
}
.grid-filter li a:hover {
  color: #1ABC9C;
}
.grid-filter li.activeFilter a {
  color: #FFF;
  background-color: #1ABC9C;
  margin: 0;
  font-weight: bold;
}
@media (min-width: 768px) {
  .grid-filter li.activeFilter a {
    margin: -1px 0;
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .bothsidebar .grid-filter li.activeFilter a {
    padding: 13px 18px;
  }
}
@media (min-width: 768px) {
  .grid-filter li:first-child a {
    border-left: none;
    border-radius: 4px 0 0 4px;
  }
  .grid-filter li:last-child a {
    border-radius: 0 4px 4px 0;
  }
}
.grid-filter.style-2, .grid-filter.style-3, .grid-filter.style-4 {
  border: none;
  border-radius: 0;
  margin-bottom: 2.75rem;
}
.grid-filter.style-2 li, .grid-filter.style-3 li, .grid-filter.style-4 li {
  margin-bottom: 0.75rem;
}
.grid-filter.style-2 li a, .grid-filter.style-3 li a, .grid-filter.style-4 li a {
  padding-top: 9px;
  padding-bottom: 9px;
  border-radius: 22px;
  border: none;
}
.grid-filter.style-2 li.activeFilter a {
  color: #FFF !important;
  margin: 0;
}
@media (min-width: 768px) {
  .grid-filter.style-2 li:not(:first-child), .grid-filter.style-3 li:not(:first-child) {
    margin-left: 0.75rem;
  }
}
.grid-filter.style-3 li a {
  border: 1px solid transparent;
}
.grid-filter.style-3 li.activeFilter a {
  color: #1ABC9C !important;
  border-color: #1ABC9C;
  background-color: transparent;
  margin: 0;
}
@media (min-width: 768px) {
  .grid-filter.style-4 li:not(:first-child) {
    margin-left: 30px;
  }
}
.grid-filter.style-4 li a {
  padding: 13px 5px;
  border-radius: 0;
}
.grid-filter.style-4 li a::after {
  content: '';
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.grid-filter.style-4 li.activeFilter a {
  color: #444 !important;
  background-color: transparent;
  margin: 0;
}
.grid-filter.style-4 li.activeFilter a::after {
  width: 100%;
  left: 0%;
  background-color: #1ABC9C;
}

/* Portfolio - Shuffle Icon
-----------------------------------------------------------------*/
.grid-shuffle {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  color: #333333;
  cursor: pointer;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.grid-shuffle:hover {
  background-color: #1ABC9C;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

/* Portfolio - Items
-----------------------------------------------------------------*/
.portfolio {
  position: relative;
}
.portfolio-item {
  position: relative;
}
.portfolio-reveal .portfolio-item {
  overflow: hidden;
}
.portfolio-item .portfolio-image {
  position: relative;
  overflow: hidden;
}
.portfolio-item .portfolio-image,
.portfolio-item .portfolio-image > a,
.portfolio-item .portfolio-image img {
  display: block;
  width: 100%;
  height: auto;
}
.portfolio-rounded .portfolio-image {
  border-radius: 5px;
  overflow: hidden;
}
body:not(.device-touch) .portfolio {
  -webkit-transition: height .4s linear;
  -o-transition: height .4s linear;
  transition: height .4s linear;
}

@media (min-width: 768px) {
  .portfolio-reveal .portfolio-image img,
  .portfolio-reveal .bg-overlay {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
}
/* Portfolio - Item Title
-----------------------------------------------------------------*/
.portfolio-desc {
  position: relative;
  z-index: 6;
  padding: 20px 5px;
}
.portfolio-desc h3 {
  margin: 0;
  padding: 0;
  font-size: 1.25rem;
}
.col-md-9 .portfolio-desc h3 {
  font-size: 1.125rem;
}
.portfolio-desc h3 a {
  color: #222222;
}
.portfolio-desc h3 a:hover {
  color: #1ABC9C;
}
.portfolio-desc span {
  display: block;
}
.col-md-9 .portfolio-desc span {
  font-size: 0.875rem;
}
.portfolio-desc span,
.portfolio-desc span a {
  color: #888888;
}
.portfolio-desc span a:hover {
  color: #000;
}
.desc-lg .portfolio-desc {
  padding: 20px 8px;
}
.desc-lg .portfolio-desc h3 {
  font-size: 1.5rem;
}
.desc-lg .portfolio-desc span {
  font-size: 110%;
}
.desc-sm .portfolio-desc {
  padding: 15px 5px;
}
.desc-sm .portfolio-desc h3 {
  font-size: 1rem;
}
.desc-sm .portfolio-desc span {
  font-size: 90%;
}
.portfolio.g-0 .portfolio-desc {
  padding-left: 15px;
  padding-right: 15px;
}
.desc-sm.g-0 .portfolio-desc {
  padding-left: 10px;
  padding-right: 10px;
}
.portfolio-reveal .portfolio-desc {
  background-color: #FFF;
  top: -100%;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
@media (min-width: 768px) {
  .portfolio-reveal .portfolio-desc {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
}
@media (max-width: 767.98px) {
  .portfolio-reveal .portfolio-desc {
    display: none !important;
  }
}

.portfolio-reveal .portfolio-item:hover .portfolio-desc {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.portfolio-reveal .portfolio-item:hover .portfolio-image img,
.portfolio-reveal .portfolio-item:hover .bg-overlay {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media (min-width: 768px) {
  .portfolio-reveal .portfolio-item:hover .portfolio-image img,
  .portfolio-reveal .portfolio-item:hover .bg-overlay {
    -webkit-transform: translateY(-15%);
    transform: translateY(-15%);
  }
}

/* Portfolio - Parallax
-----------------------------------------------------------------*/
.portfolio-parallax .portfolio-image {
  height: 60vh;
  background-attachment: fixed;
}
@media (min-width: 992px) {
  .portfolio-parallax .portfolio-image {
    height: 500px;
  }
}

/* Portfolio Single
-----------------------------------------------------------------*/
/* Portfolio Single - Image
-----------------------------------------------------------------*/
.portfolio-single-image > a,
.portfolio-single-image .slide a,
.portfolio-single-image img,
.portfolio-single-image iframe,
.portfolio-single-image video {
  display: block;
  width: 100%;
}
.portfolio-single-image-full {
  position: relative;
  height: 600px;
  overflow: hidden;
  margin: -80px 0 80px !important;
}
.portfolio-single-video {
  height: auto !important;
}

/* Masonry Thumbs
-----------------------------------------------------------------*/
.masonry-thumbs {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1px;
  margin-right: -1px;
  margin-bottom: -2px;
}
.masonry-thumbs .grid-item {
  display: block;
  position: relative;
  width: 25%;
  max-width: 100%;
  height: auto;
  overflow: hidden;
  padding-left: 1px;
  padding-right: 1px;
  padding-bottom: 2px;
  padding-top: 0;
}

.masonry-gap-0 {
  margin: 0;
}
.masonry-gap-0 .grid-item {
  padding: 0;
}

.masonry-gap-lg {
  margin-left: -3px;
  margin-right: -3px;
  margin-bottom: -6px;
}
.masonry-gap-lg .grid-item {
  padding-left: 3px;
  padding-right: 3px;
  padding-bottom: 6px;
}

.masonry-gap-xl {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: -10px;
}
.masonry-gap-xl .grid-item {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
}

.grid-item > img,
.grid-item .grid-inner > img {
  width: 100%;
  height: auto;
  border-radius: 0;
}

.grid-1 > .grid-item {
  width: 100%;
}

.grid-2 > .grid-item {
  width: 50%;
}

.grid-3 > .grid-item {
  width: 33.3333333333%;
}

.grid-4 > .grid-item {
  width: 25%;
}

.grid-5 > .grid-item {
  width: 20%;
}

.grid-6 > .grid-item {
  width: 16.6666666667%;
}

.grid-7 > .grid-item {
  width: 14.2857142857%;
}

.grid-8 > .grid-item {
  width: 12.5%;
}

.grid-9 > .grid-item {
  width: 11.1111111111%;
}

.grid-10 > .grid-item {
  width: 10%;
}

.grid-11 > .grid-item {
  width: 9.0909090909%;
}

.grid-12 > .grid-item {
  width: 8.3333333333%;
}

@media (min-width: 576px) {
  .grid-sm-1 > .grid-item {
    width: 100%;
  }

  .grid-sm-2 > .grid-item {
    width: 50%;
  }

  .grid-sm-3 > .grid-item {
    width: 33.3333333333%;
  }

  .grid-sm-4 > .grid-item {
    width: 25%;
  }

  .grid-sm-5 > .grid-item {
    width: 20%;
  }

  .grid-sm-6 > .grid-item {
    width: 16.6666666667%;
  }

  .grid-sm-7 > .grid-item {
    width: 14.2857142857%;
  }

  .grid-sm-8 > .grid-item {
    width: 12.5%;
  }

  .grid-sm-9 > .grid-item {
    width: 11.1111111111%;
  }

  .grid-sm-10 > .grid-item {
    width: 10%;
  }

  .grid-sm-11 > .grid-item {
    width: 9.0909090909%;
  }

  .grid-sm-12 > .grid-item {
    width: 8.3333333333%;
  }
}
@media (min-width: 768px) {
  .grid-md-1 > .grid-item {
    width: 100%;
  }

  .grid-md-2 > .grid-item {
    width: 50%;
  }

  .grid-md-3 > .grid-item {
    width: 33.3333333333%;
  }

  .grid-md-4 > .grid-item {
    width: 25%;
  }

  .grid-md-5 > .grid-item {
    width: 20%;
  }

  .grid-md-6 > .grid-item {
    width: 16.6666666667%;
  }

  .grid-md-7 > .grid-item {
    width: 14.2857142857%;
  }

  .grid-md-8 > .grid-item {
    width: 12.5%;
  }

  .grid-md-9 > .grid-item {
    width: 11.1111111111%;
  }

  .grid-md-10 > .grid-item {
    width: 10%;
  }

  .grid-md-11 > .grid-item {
    width: 9.0909090909%;
  }

  .grid-md-12 > .grid-item {
    width: 8.3333333333%;
  }
}
@media (min-width: 992px) {
  .grid-lg-1 > .grid-item {
    width: 100%;
  }

  .grid-lg-2 > .grid-item {
    width: 50%;
  }

  .grid-lg-3 > .grid-item {
    width: 33.3333333333%;
  }

  .grid-lg-4 > .grid-item {
    width: 25%;
  }

  .grid-lg-5 > .grid-item {
    width: 20%;
  }

  .grid-lg-6 > .grid-item {
    width: 16.6666666667%;
  }

  .grid-lg-7 > .grid-item {
    width: 14.2857142857%;
  }

  .grid-lg-8 > .grid-item {
    width: 12.5%;
  }

  .grid-lg-9 > .grid-item {
    width: 11.1111111111%;
  }

  .grid-lg-10 > .grid-item {
    width: 10%;
  }

  .grid-lg-11 > .grid-item {
    width: 9.0909090909%;
  }

  .grid-lg-12 > .grid-item {
    width: 8.3333333333%;
  }
}
@media (min-width: 1200px) {
  .grid-xl-1 > .grid-item {
    width: 100%;
  }

  .grid-xl-2 > .grid-item {
    width: 50%;
  }

  .grid-xl-3 > .grid-item {
    width: 33.3333333333%;
  }

  .grid-xl-4 > .grid-item {
    width: 25%;
  }

  .grid-xl-5 > .grid-item {
    width: 20%;
  }

  .grid-xl-6 > .grid-item {
    width: 16.6666666667%;
  }

  .grid-xl-7 > .grid-item {
    width: 14.2857142857%;
  }

  .grid-xl-8 > .grid-item {
    width: 12.5%;
  }

  .grid-xl-9 > .grid-item {
    width: 11.1111111111%;
  }

  .grid-xl-10 > .grid-item {
    width: 10%;
  }

  .grid-xl-11 > .grid-item {
    width: 9.0909090909%;
  }

  .grid-xl-12 > .grid-item {
    width: 8.3333333333%;
  }
}
@media (min-width: 1440px) {
  .grid-xxl-1 > .grid-item {
    width: 100%;
  }

  .grid-xxl-2 > .grid-item {
    width: 50%;
  }

  .grid-xxl-3 > .grid-item {
    width: 33.3333333333%;
  }

  .grid-xxl-4 > .grid-item {
    width: 25%;
  }

  .grid-xxl-5 > .grid-item {
    width: 20%;
  }

  .grid-xxl-6 > .grid-item {
    width: 16.6666666667%;
  }

  .grid-xxl-7 > .grid-item {
    width: 14.2857142857%;
  }

  .grid-xxl-8 > .grid-item {
    width: 12.5%;
  }

  .grid-xxl-9 > .grid-item {
    width: 11.1111111111%;
  }

  .grid-xxl-10 > .grid-item {
    width: 10%;
  }

  .grid-xxl-11 > .grid-item {
    width: 9.0909090909%;
  }

  .grid-xxl-12 > .grid-item {
    width: 8.3333333333%;
  }
}
/* Portfolio Single - Content
-----------------------------------------------------------------*/
.portfolio-single-content h2 {
  margin: 0 0 20px;
  padding: 0;
  font-size: 1.25rem;
  font-weight: 600 !important;
}

.modal-padding {
  padding: 40px;
}

.ajax-modal-title {
  background-color: #f9f9f9;
  border-bottom: 1px solid #eeeeee;
  padding: 25px 40px;
}

.ajax-modal-title h2 {
  font-size: 1.75rem;
  margin-bottom: 0;
}

#portfolio-ajax-wrap {
  position: relative;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .4s ease;
  -o-transition: max-height .4s ease;
  transition: max-height .4s ease;
}

#portfolio-ajax-wrap.portfolio-ajax-opened {
  max-height: 1200px;
}

#portfolio-ajax-container {
  display: none;
  padding-bottom: 60px;
}

#portfolio-ajax-title h2 {
  font-size: 1.75rem;
}

/* Portfolio Single - Meta
-----------------------------------------------------------------*/
.portfolio-meta,
.portfolio-share {
  list-style: none;
  font-size: 0.875rem;
}

.portfolio-meta li {
  margin: 10px 0;
  color: #666666;
}

.portfolio-meta li:first-child {
  margin-top: 0;
}

.portfolio-meta li span {
  display: inline-block;
  width: 150px;
  font-weight: bold;
  color: #333333;
}

.portfolio-meta li span i {
  position: relative;
  top: 1px;
  width: 14px;
  text-align: center;
  margin-right: 7px;
}

.well .line {
  margin: 20px 0;
  border-color: 1px solid #e5e5e5;
}

/* Portfolio Single Navigation
-----------------------------------------------------------------*/
#portfolio-navigation {
  position: absolute;
  top: 50%;
  left: auto;
  right: 10px;
  max-width: 96px;
  height: 24px;
  margin-top: -12px;
}
.page-title-right #portfolio-navigation {
  left: 10px;
  right: auto;
}
.page-title-center #portfolio-navigation {
  position: relative;
  top: 0;
  left: 0;
  margin: 20px auto 0;
}
#portfolio-navigation a {
  display: block;
  float: left;
  margin-left: 12px;
  width: 24px;
  height: 24px;
  text-align: center;
  color: #444;
  transition: color .3s linear;
  -webkit-transition: color .3s linear;
  -o-transition: color .3s linear;
}
.page-title-dark #portfolio-navigation a {
  color: #EEE;
}
.page-title-parallax #portfolio-navigation a {
  color: #FFF;
}
#portfolio-navigation a:first-child {
  margin-left: 0;
}
#portfolio-navigation a:hover {
  color: #1ABC9C;
}
#portfolio-navigation a i {
  position: relative;
  top: -1px;
  font-size: 24px;
  line-height: 1;
}
#portfolio-navigation a i.icon-angle-left, #portfolio-navigation a i.icon-angle-right {
  font-size: 32px;
  top: -6px;
}
#portfolio-navigation a i.icon-angle-right {
  left: -1px;
}
#portfolio-ajax-show #portfolio-navigation {
  top: 0;
  margin-top: 0;
}

/*-----------------------------------------------------------------------------------

	Shortcodes: feature-box.scss

-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Featured Boxes
-----------------------------------------------------------------*/
.feature-box {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.feature-box:first-child {
  margin-top: 0;
}

.fbox {
  /* Feature Box - Icon Small
  -----------------------------------------------------------------*/
  /* Feature Box - Icon Large
  -----------------------------------------------------------------*/
  /* Feature Box - Icon X-Large
  -----------------------------------------------------------------*/
  /* Feature Box - Icon Outline
  -----------------------------------------------------------------*/
  /* Feature Box - Icon Rounded
  -----------------------------------------------------------------*/
  /* Feature Box - Light Background
  -----------------------------------------------------------------*/
  /* Feature Box - Dark Background
  -----------------------------------------------------------------*/
  /* Feature Box - Border
  -----------------------------------------------------------------*/
  /* Feature Box - Plain
  -----------------------------------------------------------------*/
  /* Feature Box - Center
  -----------------------------------------------------------------*/
  /* Feature Box - Subtitle
  -----------------------------------------------------------------*/
  /* Feature Box - Background
  -----------------------------------------------------------------*/
}
.fbox-icon {
  width: 5.5rem;
  height: 4rem;
  padding: 0 0.75rem;
}
.fbox-icon a,
.fbox-icon i,
.fbox-icon img {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  color: #FFF;
}
.fbox-icon i,
.fbox-icon img {
  border-radius: 50%;
  background-color: #1ABC9C;
}
.fbox-icon i {
  font-style: normal;
  font-size: 1.75rem;
  line-height: 4rem;
  text-align: center;
}
.fbox-content {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
  padding: 0 0.75rem;
}
.fbox-content h3 {
  font-size: 1rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #333333;
}
.fbox-content p {
  margin-top: 0.5rem;
  margin-bottom: 0px;
  color: #999;
}
.fbox-content .before-heading {
  font-size: 0.875rem;
}
.fbox-content-sm h3,
.fbox-content-sm p {
  font-size: 0.875rem;
}
.fbox-content-sm .before-heading {
  font-size: 0.75rem;
}
.fbox-content-lg h3 {
  font-size: 1.25rem;
}
.fbox-content-lg p {
  font-size: 1.125rem;
  margin-top: 0.75rem;
}
.fbox-content-lg .before-heading {
  font-size: 1rem;
}
.fbox-sm {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.fbox-sm .fbox-icon {
  width: 3rem;
  height: 2rem;
  padding: 0 0.5rem;
}
.fbox-sm .fbox-icon i {
  font-size: 1rem;
  line-height: 2rem;
}
.fbox-sm .fbox-content {
  padding: 0 0.5rem;
}
.fbox-lg .fbox-icon {
  width: 7.5rem;
  height: 6rem;
}
.fbox-lg .fbox-icon i {
  font-size: 2.5rem;
  line-height: 6rem;
}
.fbox-xl .fbox-icon {
  width: 9.5rem;
  height: 8rem;
}
.fbox-xl .fbox-icon i {
  font-size: 4.5rem;
  line-height: 8rem;
}
.fbox-outline {
  /* Feature Box - Icon Outline Sizes
  -----------------------------------------------------------------*/
}
.fbox-outline .fbox-icon a {
  border: 1px solid #1ABC9C;
  padding: 0.25rem;
  border-radius: 50%;
}
.fbox-outline .fbox-icon i {
  line-height: 3.5rem;
}
.fbox-outline.fbox-sm .fbox-icon i {
  line-height: 1.5rem;
}
.fbox-outline.fbox-lg .fbox-icon i {
  line-height: 5.5rem;
}
.fbox-outline.fbox-xl .fbox-icon i {
  line-height: 7.5rem;
}
.fbox-rounded {
  /* Feature Box - Icon Rounded Sizes
  -----------------------------------------------------------------*/
}
.fbox-rounded .fbox-icon {
  border-radius: 3px !important;
}
.fbox-rounded .fbox-icon i,
.fbox-rounded .fbox-icon img {
  border-radius: 3px !important;
}
.fbox-rounded .fbox-lg .fbox-icon {
  border-radius: 4px !important;
}
.fbox-rounded .fbox-lg .fbox-icon i,
.fbox-rounded .fbox-lg .fbox-icon img {
  border-radius: 4px !important;
}
.fbox-rounded .fbox-xl .fbox-icon {
  border-radius: 6px !important;
}
.fbox-rounded .fbox-xl .fbox-icon i,
.fbox-rounded .fbox-xl .fbox-icon img {
  border-radius: 6px !important;
}
.fbox-light.fbox-outline .fbox-icon a {
  border-color: #e5e5e5;
}
.fbox-light .fbox-icon i,
.fbox-light .fbox-icon img {
  border: 1px solid #e5e5e5;
  background-color: whitesmoke;
  color: #444;
}
.fbox-dark.fbox-outline .fbox-icon a {
  border-color: #4e4e4e;
}
.fbox-dark.fbox-outline .fbox-icon i,
.fbox-dark.fbox-outline .fbox-icon img {
  background-color: #3d3d3d;
}
.fbox-border {
  /* Feature Box - Border - Light
  -----------------------------------------------------------------*/
  /* Feature Box - Border - Light / Dark
  -----------------------------------------------------------------*/
}
.fbox-border .fbox-icon a {
  border: 1px solid #1ABC9C;
  border-radius: 50%;
}
.fbox-border .fbox-icon i,
.fbox-border .fbox-icon img {
  border: none;
  background-color: transparent !important;
  color: #1ABC9C;
}
.fbox-border.fbox-light .fbox-icon a {
  border-color: #e5e5e5;
}
.fbox-border.fbox-light .fbox-icon i,
.fbox-border.fbox-light .fbox-icon img {
  color: #888;
}
.fbox-border.fbox-dark .fbox-icon a {
  border-color: #4e4e4e;
}
.fbox-border.fbox-dark .fbox-icon i,
.fbox-border.fbox-dark .fbox-icon img {
  color: #444;
}
.fbox-plain {
  /* Feature Box - Icon Plain Sizes
  -----------------------------------------------------------------*/
}
.fbox-plain .fbox-icon {
  border: none !important;
  height: auto !important;
}
.fbox-plain .fbox-icon i,
.fbox-plain .fbox-icon img {
  border: none;
  background-color: transparent;
  color: #1ABC9C;
  border-radius: 0;
}
.fbox-plain .fbox-icon i {
  font-size: 3rem;
  line-height: 1;
}
.fbox-plain .fbox-icon img {
  height: auto;
}
.fbox-plain.fbox-image .fbox-icon {
  width: auto;
}
.fbox-plain.fbox-image .fbox-icon img {
  width: auto;
  display: inline-block;
}
.fbox-plain.fbox-light .fbox-icon i,
.fbox-plain.fbox-light .fbox-icon img {
  color: #888;
}
.fbox-plain.fbox-dark .fbox-icon i,
.fbox-plain.fbox-dark .fbox-icon img {
  color: #444;
}
.fbox-plain.fbox-sm .fbox-icon i {
  font-size: 2rem;
}
.fbox-plain.fbox-lg .fbox-icon i {
  font-size: 4.5rem;
}
.fbox-plain.fbox-xl .fbox-icon i {
  font-size: 6rem;
}
.fbox-center {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.fbox-center .fbox-icon {
  margin-bottom: 1.5rem;
}
.fbox-center .fbox-content {
  -ms-flex-preferred-size: auto;
}
.fbox-content + .fbox-icon {
  margin-top: 1.5rem;
  margin-bottom: 0 !important;
}
.fbox-content h3 span.subtitle {
  display: block;
  margin-top: 5px;
  color: #444;
  font-weight: 300;
  text-transform: none;
}
.fbox-center.fbox-sep:not(.fbox-bg) h3::after {
  content: '';
  display: block;
  margin: 1.25rem auto;
  width: 2rem;
  height: 2px;
  background-color: #555;
  -webkit-transition: width .3s ease;
  -o-transition: width .3s ease;
  transition: width .3s ease;
}
.fbox-center.fbox-sep:not(.fbox-bg):hover h3::after {
  width: 3rem;
}
.fbox-center.fbox-italic p {
  font-style: italic;
  font-family: "Lato", sans-serif;
}
.fbox-bg.fbox-center {
  margin-top: 2rem;
  margin-left: 0;
  margin-right: 0;
  padding: 0 2rem 2rem;
  border: 1px solid whitesmoke;
  border-radius: 5px;
}
.fbox-bg.fbox-center.fbox-icon {
  margin-top: -2rem;
  background-color: #FFF;
}
.fbox-bg.fbox-center.fbox-lg {
  margin-top: 3rem;
}
.fbox-bg.fbox-center.fbox-lg .fbox-icon {
  margin-top: -3rem;
}
.fbox-bg.fbox-center.fbox-xl {
  margin-top: 4rem;
}
.fbox-bg.fbox-center.fbox-xl .fbox-icon {
  margin-top: -4rem;
}

/* Animated Icon Hovers
-----------------------------------------------------------------*/
.fbox-effect .fbox-icon i {
  z-index: 1;
}
.fbox-effect .fbox-icon i::after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.fbox-rounded.fbox-effect .fbox-icon i::after {
  border-radius: 3px;
}

.fbox-effect .fbox-icon i {
  -webkit-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.fbox-effect .fbox-icon i::after {
  top: -3px;
  left: -3px;
  padding: 3px;
  box-shadow: 0 0 0 2px #3d3d3d;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -webkit-transform: scale(0.8);
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transition: transform 0.3s, opacity 0.3s;
  transform: scale(0.8);
  opacity: 0;
}
.fbox-effect .fbox-icon i:hover, .fbox-effect:hover .fbox-icon i {
  background-color: #3d3d3d;
  color: #FFF;
}
.fbox-effect.fbox-dark .fbox-icon i::after {
  box-shadow: 0 0 0 2px #1ABC9C;
}
.fbox-effect.fbox-dark .fbox-icon i:hover, .fbox-effect.fbox-dark:hover .fbox-icon i {
  background-color: #1ABC9C;
}
.fbox-effect .fbox-icon i:hover::after, .fbox-effect:hover .fbox-icon i::after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/* Icon Effects - Bordered
-----------------------------------------------------------------*/
.fbox-border.fbox-effect .fbox-icon i {
  -webkit-transition: color 0.5s, box-shadow 0.5s, background-color 0.5s;
  -o-transition: color 0.5s, box-shadow 0.5s, background-color 0.5s;
  transition: color 0.5s, box-shadow 0.5s, background-color 0.5s;
}
.fbox-border.fbox-effect .fbox-icon i::after {
  top: -2px;
  left: -2px;
  padding: 2px;
  z-index: -1;
  box-shadow: none;
  background-image: url("theme/imports/shortcodes/images/icons/iconalt.svg");
  background-position: center center;
  background-size: 100% 100%;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s, background-color 0.5s;
  -o-transition: -moz-transform 0.5s, opacity 0.5s, background-color 0.5s;
  transition: transform 0.5s, opacity 0.5s, background-color 0.5s;
}
.fbox-border.fbox-rounded.fbox-effect .fbox-icon i::after {
  border-radius: 3px;
}
.fbox-border.fbox-effect .fbox-icon i:hover, .fbox-border.fbox-effect:hover .fbox-icon i {
  color: #FFF;
  box-shadow: 0 0 0 1px #3d3d3d;
}
.fbox-border.fbox-effect .fbox-icon i::after {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
  background-color: #3d3d3d;
}
.fbox-border.fbox-effect.fbox-dark .fbox-icon i:hover, .fbox-border.fbox-effect.fbox-dark:hover .fbox-icon i {
  box-shadow: 0 0 0 1px #1ABC9C;
}
.fbox-border.fbox-effect.fbox-dark .fbox-icon i::after {
  background-color: #1ABC9C;
}
.fbox-border.fbox-effect .fbox-icon i:hover::after, .fbox-border.fbox-effect:hover .fbox-icon i::after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/* Media Featured Box
-----------------------------------------------------------------*/
.media-box {
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  -ms-flex-direction: column;
  flex-direction: column;
}
.media-box .fbox-media {
  margin: 0 0 1.5rem;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.media-box .fbox-media a,
.media-box .fbox-media img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.media-box .fbox-media iframe {
  display: block;
}
.media-box p {
  margin-top: 1rem;
}
.media-box .fbox-content {
  -ms-flex-preferred-size: auto;
}
.media-box.fbox-bg .fbox-media {
  margin: 0;
}
.media-box.fbox-bg .fbox-media img {
  border-radius: 5px 5px 0 0;
}
.media-box.fbox-bg .fbox-content {
  padding: 1.5rem;
  background-color: #FFF;
  border: 1px solid whitesmoke;
  border-top: 0;
  border-radius: 0 0 5px 5px;
}

/*-----------------------------------------------------------------------------------

	Shortcodes: toggles-accordions.scss

-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Toggle
-----------------------------------------------------------------*/
.toggle {
  display: block;
  position: relative;
  margin: 0 0 20px 0;
}

.toggle-header,
.accordion-header {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px;
  cursor: pointer;
  color: #444;
  font-size: 1rem;
  font-weight: 700;
}

.toggle-icon,
.accordion-icon {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  padding: 0 5px;
  text-align: center;
}

.toggle-icon i,
.toggle-icon span {
  width: 1rem;
}

.toggle-title,
.accordion-title {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding: 0 5px;
}

.toggle:not(.toggle-active) > .toggle-header .toggle-open,
.toggle-active > .toggle-header .toggle-closed {
  display: none;
}

.toggle-active > .toggle-header .toggle-open {
  display: inline-block;
}


.toggle-content,
.accordion-content {
  display: none;
  position: relative;
  padding: 0.75rem 0;
}

/* Toggle - with Title Background
-----------------------------------------------------------------*/
.toggle-bg .toggle-header {
  background-color: #eeeeee;
  margin: 0;
  padding: 0.75rem;
  border-radius: 2px;
}
.toggle-bg .toggle-content {
  padding: 1rem 0.75rem;
}

/* Toggle - Bordered
-----------------------------------------------------------------*/
.toggle-border {
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.toggle-border .toggle-header {
  padding: 0.75rem;
  margin: 0;
}
.toggle-border .toggle-content {
  padding: 1rem;
  padding-top: 0;
}

/* Toggle - FAQs
-----------------------------------------------------------------*/
.faqs .toggle {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.faqs .toggle-content {
  padding-bottom: 10px;
}

/* ----------------------------------------------------------------
	Accordions
-----------------------------------------------------------------*/
.accordion {
  margin-bottom: 20px;
}
.accordion-header {
  padding: 0.75rem 0;
  border-top: 1px dotted #dddddd;
  cursor: pointer;
}
.accordion-header:first-child {
  border-top: none;
}
.accordion:not([data-collapsible="true"]) .accordion-header.accordion-active {
  cursor: auto;
}
.accordion-header:not(.accordion-active) .accordion-open, .accordion-active .accordion-closed {
  display: none;
}
.accordion-active .accordion-open {
  display: inline-block;
}
.accordion-content {
  padding-top: 0;
  padding-bottom: 1.5rem;
}

/* Accordion - with Title Background
-----------------------------------------------------------------*/
.accordion-bg .accordion-header {
  background-color: #eeeeee;
  padding: 0.75rem;
  border-radius: 2px;
  margin: 0;
  margin-bottom: 5px;
  border-top: 0;
}
.accordion-bg .accordion-content {
  padding: 0.75rem 0.75rem 1.5rem;
}

/* Accordion - Bordered
-----------------------------------------------------------------*/
.accordion-border {
  border: 1px solid #dddddd;
  border-radius: 4px;
}
.accordion-border .accordion-header {
  border-color: #cccccc;
  padding: 0.75rem;
  margin: 0;
}
.accordion-border .accordion-content {
  padding: 0 1.125rem 1.5rem;
}

/* Accordion - Large
-----------------------------------------------------------------*/
.accordion-lg .accordion-header {
  font-size: 1.25rem;
}

/* ----------------------------------------------------------------
	Clients
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Testimonials
-----------------------------------------------------------------*/
/* Testimonials - Grid
-----------------------------------------------------------------*/
.testimonials-grid {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  list-style: none;
  overflow: hidden;
}
.testimonials-grid .grid-item {
  position: relative;
  padding: 2rem;
  -webkit-backface-visibility: hidden;
  /* Testimonials - Item
  -----------------------------------------------------------------*/
}
.testimonials-grid .grid-item::before, .testimonials-grid .grid-item::after {
  content: '';
  position: absolute;
  height: 100%;
  top: 0;
  left: -1px;
  border-left: 1px dashed #dddddd;
}
.testimonials-grid .grid-item::after {
  height: 0;
  top: auto;
  left: 0;
  bottom: -1px;
  border-bottom: 1px dashed #dddddd;
}
.testimonials-grid .grid-item .testimonial {
  padding: 0;
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body:not(.device-touch) .clients-grids-grid li a {
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.testimonial {
  position: relative;
  padding: 20px;
  background-color: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  /* Testimonial - Pagination
  -----------------------------------------------------------------*/
}
.testimonial .flex-control-nav {
  top: auto;
  bottom: 6px;
  right: 0;
}
.testimonial .flex-control-nav li {
  margin: 0 2px;
  width: 6px;
  height: 6px;
}
.testimonial .flex-control-nav li a {
  width: 6px !important;
  height: 6px !important;
  border: none;
  background-color: #1ABC9C;
  opacity: 0.5;
}
.testimonial .flex-control-nav li:hover a {
  opacity: 0.75;
}
.testimonial .flex-control-nav li a.flex-active {
  opacity: 1;
}

.testi-image {
  float: left;
  margin-right: 15px;
  display: block;
  width: 64px;
  height: 64px;
}
.testi-image a {
  display: block;
  width: 64px;
  height: 64px;
}
.testi-image img {
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
}
.testi-image i {
  display: block;
  width: 64px;
  height: 64px;
  text-align: center;
  background-color: #EEE;
  border-radius: 50%;
  line-height: 64px;
  font-size: 28px;
  color: #888888;
  text-shadow: 1px 1px 1px #FFF;
}

.testi-content {
  position: relative;
  overflow: hidden;
}
.testi-content p {
  margin-bottom: 0;
  font-family: "PT Serif", serif;
  font-style: italic;
}
.testi-content p::before {
  content: ' " ';
}
.testi-content p::after {
  content: ' " ';
}

.testi-meta {
  margin-top: 10px;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}
.testi-meta::before {
  content: '\2013';
}
.testi-meta span {
  display: block;
  font-weight: normal;
  color: #999;
  font-size: 13px;
  text-transform: none;
  padding-left: 10px;
}

/* Twitter - Small Scroller
-----------------------------------------------------------------*/
.testimonial.twitter-scroll .testi-content p::before, .testimonial.twitter-scroll .testi-content p::after {
  content: '';
}
.testimonial.twitter-scroll .testi-meta::before {
  content: '';
}
.testimonial.twitter-scroll .testi-meta span {
  padding-left: 0;
}
.testimonial.twitter-scroll .testi-meta span a {
  color: #999;
}
.testimonial.twitter-scroll .testi-meta span a:hover {
  color: #222;
}

.testimonial.testimonial-full {
  padding: 30px;
  /* Testimonial - Full Scroller
  -----------------------------------------------------------------*/
}
.testimonial.testimonial-full .flex-control-nav {
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 6px;
  margin-top: 20px;
}
.testimonial.testimonial-full .flex-control-nav li {
  display: inline-block;
  float: none;
}

.testimonial.testimonial-full[data-animation="fade"] {
  padding: 30px;
}
.testimonial.testimonial-full[data-animation="fade"] .flexslider {
  overflow: visible !important;
}

/* Testimonials - Full Width
-----------------------------------------------------------------*/
.testimonial-full .testi-image {
  float: none;
  margin: 0 auto 20px;
  display: block;
  width: 72px;
  height: 72px;
}
.testimonial-full .testi-image a {
  display: block;
  width: 72px;
  height: 72px;
}
.testimonial-full .testi-image img {
  display: block;
  width: 72px;
  height: 72px;
}
.testimonial-full .testi-image i {
  display: block;
  width: 72px;
  height: 72px;
  line-height: 72px;
}
.testimonial-full .testi-content {
  text-align: center;
  font-size: 1.125rem;
}
.testimonial-full .testi-meta {
  margin-top: 15px;
}
.testimonial-full .testi-meta span {
  padding-left: 0;
}

/* Testimonial - Section Scroller
-----------------------------------------------------------------*/
.section > .testimonial {
  padding: 0;
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  max-width: 800px;
  margin: 0 auto;
}
.section > .testimonial .testi-content {
  font-size: 1.2499875rem;
}
.section > .testimonial .testi-meta {
  font-size: 0.8748055988rem;
}
.section > .testimonial .testi-meta span {
  font-size: 0.8748055988rem;
}
.section > .testimonial[data-animation="fade"] {
  padding: 0;
}

.more-link {
    display: inline-block;
    border-bottom: 1px solid #1ABC9C;
    padding: 0px;
    font-family: "Segoe UI", system-ui,-apple-system,sans-serif !important;
    font-style: normal !important;
    margin-top: 0px;
    text-transform: uppercase;
    font-size: 0.75rem;
}

.posts-md .entry, .posts-sm .entry {
    margin-bottom: 30px;
}

.posts-sm .endtry .posts-md .entry-content {
    margin-top: 10px;
}

.entry-image {
    margin-bottom: 1rem;
}


.entry-content {
    margin-bottom: 2rem;
}

.entry-content {
    margin-top: 6px;
}

    .entry-content p {
        line-height: 1.8;
        font-size: 14px;
        margin-bottom: 1rem;
    }

.entry-meta {
    margin-top: 6px;
    margin-bottom: 0px;
}


.dark .tagcloud a {
    color: #eee !important;
}

    .dark .tagcloud a:hover {
        border-color: #FDD800 !important;
    }

.input-group:hover {
    border-color: #FFD800 !important;
}

    .dark .form-control:not(.not-dark):active,
    .dark .form-control:not(.not-dark):focus,
    .dark .sm-form-control:not(.not-dark):active,
    .dark .sm-form-control:not(.not-dark):focus,
    .dark .form-select:not(.not-dark):active,
    .dark .form-select:not(.not-dark):focus {
        background-color: rgba(0,0,0,0.3);
        border-color: #EEE !important;
    }

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: red;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: red;
}

.entry-content ol li {
    margin-left: 1rem;
}
.opm-medium-word {
	font-size: 6rem;
}

.device-md .opm-medium-word {
	font-size: 4.5rem;
}

.device-sm .opm-medium-word {
	font-size: 3rem;
}

.device-xs .opm-medium-word {
	font-size: 2.5rem;
}

.emphasis-title h1, .emphasis-title h2 {
	font-weight: 700;
	text-transform: uppercase;
	color: #333;
	text-transform: none;
	font-size: 64px;
	letter-spacing: -2px;
}


@media (min-width: 992px) {

	.primary-menu .menu-container .menu-link {
		padding-left: 12px;
		padding-right: 12px;
		font-size: 14px;
		font-weight: 600;
		letter-spacing: 0px;
	}
}
@font-face {
    font-family: 'simplygon';
    src: url('/css/fonts/simplygon-icons.eot?v=_Igiv74S6grsWLBtr_jICVU8258&zamwja');
    src: url('/css/fonts/simplygon-icons.eot?v=_Igiv74S6grsWLBtr_jICVU8258&zamwja#iefix') format('embedded-opentype'), url('/css/fonts/simplygon-icons.ttf?v=_Igiv74S6grsWLBtr_jICVU8258&zamwja') format('truetype'), url('/css/fonts/simplygon-icons.woff?v=_Igiv74S6grsWLBtr_jICVU8258&zamwja') format('woff'), url('/css/fonts/simplygon-icons.svg?v=_Igiv74S6grsWLBtr_jICVU8258&zamwja#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

[class^="simplygon-icon-"], [class*="simplygon-icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'simplygon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.simplygon-icon-batch:before {
    content: "\e900";
    color: #FFFFFF;
}
.simplygon-icon-billboard-cloud:before {
    content: "\e901";
    color: #FFFFFF;
}
.simplygon-icon-flipbook:before {
    content: "\e902";
    color: #FFFFFF;
}
.simplygon-icon-kitbashing:before {
    content: "\e903";
    color: #FFFFFF;
}
.simplygon-icon-material-baking:before {
    content: "\e904";
    color: #FFFFFF;
}
.simplygon-icon-object-aggregation:before {
    content: "\e905";
    color: #FFFFFF;
}
.simplygon-icon-occlution-mesh:before {
    content: "\e906";
    color: #FFFFFF;
}
.simplygon-icon-physics-mesh:before {
    content: "\e907";
    color: #FFFFFF;
}
.simplygon-icon-proxy-object:before {
    content: "\e908";
    color: #FFFFFF;
}
.simplygon-icon-reduction:before {
    content: "\e909";
    color: #FFFFFF;
}
.simplygon-icon-remeshing:before {
    content: "\e90a";
    color: #FFFFFF;
}
.simplygon-icon-shadow-mesh:before {
    content: "\e90b";
    color: #FFFFFF;
}
.simplygon-icon-skinned-lod:before {
    content: "\e90c";
    color: #FFFFFF;
}
.simplygon-icon-static-object-lod:before {
    content: "\e90d";
    color: #FFFFFF;
}
.simplygon-icon-vegetation:before {
    content: "\e90e";
    color: #FFFFFF;
}
.simplygon-icon-visibility-culling:before {
    content: "\e90f";
    color: #FFFFFF;
}

#main:focus {
    border: 2px solid #fff;
}

.hide {
    display: none;
}

.play-video, .pause-video {
    background: transparent;
    border: none;
    color: #ffffff;
}

.btn-icon {
    vertical-align: middle;
}


.button.button-border.button-light:hover {
    background-color: transparent !important;
    color: #EEE;
    text-shadow: none;
    border-color: #FFD800 !important;
}

.btn-icon:hover {
   color: #FFD800; 
}

.block-tab-2 ul.tab-nav:not(.tab-nav-lg) {
    border-bottom: none;
}

    .block-tab-2 ul.tab-nav:not(.tab-nav-lg) li {
        float: left;
        border: 0;
        height: auto;
        text-align: center;
    }

.block-tab-2.tabs.tabs-alt ul.tab-nav li.ui-tabs-active a {
    border: 0;
}

.block-tab-2 ul.tab-nav:not(.tab-nav-lg) li a {
    height: auto;
    line-height: 1;
    background-color: transparent;
    font-size: 1rem;
    font-weight: 600;
    padding: 0 0 20px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

    .block-tab-2 ul.tab-nav:not(.tab-nav-lg) li a:hover {
        color: #FFD800;
    }

    .block-tab-2 ul.tab-nav:not(.tab-nav-lg) li a i {
        display: block;
        font-size: 4rem;
        margin: 0 0 17px 0;
    }

.block-tab-2 ul.tab-nav:not(.tab-nav-lg) li.ui-tabs-active a {
    top: 0;
}

.block-tab-2 ul.tab-nav:not(.tab-nav-lg) li.ui-tabs-active i {
    color: var(--danger, #dc3545);
}

.block-tab-2 ul.tab-nav:not(.tab-nav-lg) li.ui-tabs-active a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0%;
    background: #FFD800;
}

.story-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    cursor: pointer;
}

    .story-box .story-box-image {
        width: 70%;
        height: 500px;
        z-index: 2;
        overflow: hidden;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

        .story-box .story-box-image img {
            display: block;
            height: auto;
            width: 100%;
            opacity: 1;
            transition: opacity .3s ease;
        }

    .story-box:hover .story-box-image img {
        opacity: .9;
    }

    .story-box .story-box-info {
        box-sizing: border-box;
        width: 50%;
        height: 430px;
        padding: 60px;
        margin: 35px 0 0 -20%;
        background: #282828;
        z-index: 4;
        transition: all ease-in .3s;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .story-box.description-left .story-box-info {
        -ms-flex-order: -1;
        order: -1;
        margin: 35px -20% 0 0;
    }

    .story-box .story-box-info .story-title {
        font-family: "Segoe UI", system-ui,-apple-system,sans-serif !important;
        font-size: 26px;
        line-height: 1.4;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0;
        color: #EEE;
        margin-bottom: 1rem;
    }

    .story-box .story-box-info .story-box-content p {
        font-size: 1em;
        font-weight: 400;
        color: #EEE;
        line-height: 1em;
        margin-bottom: 1em;
    }

    .story-box .story-box-info .story-box-content a {
        font-size: 16px;
        text-decoration: underline !important;
    }

/* ----- Story-Box Responsive ----- */
@media (max-width: 991px) {

    .story-box .story-box-image {
        height: auto;
        width: 100%;
        -ms-flex-order: -1;
        order: -1;
    }

    .story-box.description-left .story-box-info {
        -ms-flex-order: -1;
        order: -1;
        margin: 0px -20% 0 0;
    }

    .story-box.description-left .story-box-info {
        margin: 0px 5% 0;
    }

    .story-box .story-box-info {
        max-width: 90%;
        height: auto;
        -ms-flex-preferred-size: 90%;
        flex-basis: 90%;
        margin: 0px 5% 0;
    }

    [class^="simplygon-icon-"], [class*="simplygon-icon-"] {
        font-size: 3rem !important;
    }
}



@media (max-width: 767px) {

    .story-box.description-left .story-box-info {
        margin: 0px 5% 0;
    }

    .story-box .story-box-info {
        padding: 35px;
        text-align: left;
        margin: 0px 5% 0;
    }

    .customers-count {
        border-right: none
    }

    [class^="simplygon-icon-"], [class*="simplygon-icon-"] {
        text-transform: uppercase !important;
        display: none;
    }

    .accordion-title {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
        padding: 0 5px;
        text-transform: uppercase !important;
        text-align: center;
        font-size: 1rem;
        font-weight: 600;
        letter-spacing: 1px;
    }

    .story-box .story-box-info .story-title {
        font-family: "Segoe UI", system-ui,-apple-system,sans-serif !important;
        font-size: 1.5rem;
        line-height: 1.4;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0;
        color: #EEE;
        margin-bottom: 1rem;
    }


    ul.tab-nav:not(.tab-nav-lg) li a i {
        display: none;
    }

    [class^="simplygon-icon-"], [class*="simplygon-icon-"] {
        display: none;
    }

    .accordion-icon {
        display: none;
    }
}

@media (max-width: 479px) {

    .story-box .story-box-info {
        width: 100%;
        padding: 15px;
        text-align: left;
        margin: 0px 5% 0;
    }

    .story-box.description-left .story-box-info {
        margin: 0px 5% 0;
    }

    .accordion-title {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
        padding: 0 5px;
        text-transform: uppercase !important;
        text-align: center;
        font-size: 1rem;
        font-weight: 600;
        letter-spacing: 1px;
    }

    .story-box .story-box-info .story-title {
        font-family: "Segoe UI", system-ui,-apple-system,sans-serif !important;
        font-size: 1.5rem;
        line-height: 1.4;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0;
        color: #EEE;
        margin-bottom: 1rem;
    }


    ul.tab-nav:not(.tab-nav-lg) li a i {
        display: none;
    }

    [class^="simplygon-icon-"], [class*="simplygon-icon-"] {
        display: none;
    }

    .accordion-icon {
        display: none;
    }
}

.nobottompadding {
    padding-bottom: 0px !important;
}

.pricing-table {
    color: #FFFFFF;
    background-color: #202020 !important;
    border-color: #282828 !important;
    padding: 0.75rem 0.75rem !important;
}


.dark .pricing-table a {
    color: #FFD800;
    font-size: 0.75rem;
}

.dark .pricing-table .pricing-title {
    background-color: transparent;
    border-bottom-color: transparent !important;
}

    .dark .pricing-table .pricing-title h3 {
        text-transform: uppercase;
        font-size: 3em;
        padding: 15px;
    }

.dark .pricing-table .pricing-price span {
    display: inline-block;
    vertical-align: top;
    margin: 7px 3px 0 0;
    font-size: 28px;
    font-weight: normal;
}

.dark .pricing-table .pricing-price {
    font-size: 3em;
    color: #FFFFFF !important;
}

    .dark .pricing-table .pricing-price span.price-tenure {
        vertical-align: baseline;
        font-size: 14px !important;
        font-weight: normal;
        color: #EEE;
        margin: 0 0 0 3px;
        display: inline-block;
    }

.table-comparison th:first-child, .table-comparison td:first-child {
    text-align: left;
    font-weight: bold;
    padding-left: 25px;
    max-width: 310px;
}

.toggle {
    display: block;
    position: relative;
    margin: 0 0 0px 0 !important;

}

.toggle-icon, .accordion-icon {
    font-size: 0.75rem !important;
    padding-top: 0px !important;
    padding-right: 5px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    color: #FFD800;
}
.toggle-header, .accordion-header {
    font-weight: 400;
}

.pricing-table .toggle-title {
    color: #FFD800;
    font-size: 0.75rem;
    padding-left: 0px !important;
}

.toggle-content, .accordion-content {
    display: none;
    position: relative;
    padding: 0.75rem 0;
    font-weight:400;
    font-size: 0.75rem;
}

.fbox-lg .fbox-icon i {
    font-size: 4.5rem;
    line-height: 6rem;
}

.fbox-content h3 {
    font-size: 1.2rem;
}



.testi-content {
    position: relative;
    overflow: hidden;
}

    .testi-content p {
        margin-bottom: 0;
        font-family: "Segoe UI", system-ui,-apple-system,sans-serif !important;
        font-style: normal !important;
    }

        .testi-content p::before {
            content: '' !important;
        }

        .testi-content p::after {
            content: '' !important;
        }
