/* ----------------------------------------------------------------
	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: 5.9
-----------------------------------------------------------------*/



/* ----------------------------------------------------------------------------
	Header
---------------------------------------------------------------------------- */

#header {
	border-bottom: 0;
}
#header #header-wrap {
	z-index: 199;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #FFF;
	-webkit-transition: height .4s ease, background-color .4s ease, opacity .3s ease;
	-o-transition: height .4s ease, background-color .4s ease, opacity .3s ease;
	transition: height .4s ease, background-color .4s ease, opacity .3s ease;
}
#header.full-header:not(.border-full-header):not(.sticky-header) #header-wrap {
	border-bottom: 0;
}
#header.full-header.border-full-header #header-wrap {
	border-bottom-color: rgba(0,0,0,0.05) !important;
}
.dark #header.full-header.border-full-header #header-wrap, #header.dark.full-header.border-full-header #header-wrap {
	border-bottom-color: rgba(255,255,255,0.15) !important;
}
#header.transparent-header:not(.sticky-header) #header-wrap {
	background-color: transparent;
}
#header.transparent-header + #slider, #header.transparent-header + #page-title.page-title-parallax, #header.transparent-header + #google-map, #slider + #header.transparent-header {
	top: -90px;
	margin-bottom: -90px;
}
#header.full-header #logo {
	border-right: 0;
}
#header.full-header #primary-menu > ul {
	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;
}
#header, #header-wrap, #logo img {
	height: 90px;
	-webkit-transition: height .4s ease, opacity .3s ease;
	-o-transition: height .4s ease, opacity .3s ease;
	transition: height .4s ease, opacity .3s ease;
}
.side-panel-trigger .material-icons {
	font-size: 48px;
}
/* Sticky Header
---------------------------------------------------------------------------- */

#header.sticky-header #header-wrap, #header.full-header.border-full-header.sticky-header #header-wrap {
	border-bottom: 1px solid #F5F5F5 !important;
	-webkit-backface-visibility: hidden;
}

/* Side Header
---------------------------------------------------------------------------- */

@media (min-width: 992px) {
.side-header #header #header-wrap {
	position: relative;
}
.side-header #header,  .side-header #header-wrap {
	height: 100%;
}
.side-header #header-wrap {
	width: 300px !important;
}
.side-header #logo,  .side-header #logo img,  .side-header #primary-menu:not(.style-2),  .side-header #primary-menu:not(.style-2) > ul {
	height: auto;
}
}
/* Primary Menu
---------------------------------------------------------------------------- */

#primary-menu ul li a {
	padding: 24px 22px;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 3px;
}
/* Side Panel
---------------------------------------------------------------------------- */

body.side-push-panel.stretched #header .container {
	right: 0;
}
body.side-push-panel.side-panel-open.stretched #header .container {
	right: 300px;
}
body.side-panel-left.side-push-panel.stretched #header .container {
	left: 0;
	right: auto;
}
body.side-panel-left.side-push-panel.side-panel-open.stretched #header .container {
	left: 300px;
}
#side-panel-trigger {
	margin-top: 25px;
	margin-bottom: 25px;
}
/* ----------------------------------------------------------------------------
	Page Section
---------------------------------------------------------------------------- */

.page-section {
	padding: 120px 0;
}
/* ----------------------------------------------------------------------------
	Heading Block
---------------------------------------------------------------------------- */

.heading-block h2 {
	font-weight: 500;
	letter-spacing: 3px;
	font-family: 'Noto Sans KR', sans-serif;
}
/* ----------------------------------------------------------------------------
	Portfolio Overlay
---------------------------------------------------------------------------- */

.portfolio-overlay {
	background-color: rgba(255,255,255,0.9);
}
.portfolio-overlay .portfolio-desc h3 {
	font-size: 22px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.portfolio-overlay .portfolio-desc h3 a {
	color: #333 !important;
	text-shadow: none;
}
.portfolio-overlay .portfolio-desc span {
	margin-top: 12px;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 300;
}
.portfolio-overlay .portfolio-desc span a {
	color: #999 !important;
	text-shadow: none;
}
/* ----------------------------------------------------------------------------
	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;
}
/* 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 #1FDB84;
	-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;
}
.dark .team-overlay:before {
	background-color: rgba(0,0,0,0.9);
}
.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: 'Noto Sans KR', 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;
}
/* Page Menu - Dots Style
-----------------------------------------------------------------*/

#page-menu.dots-menu nav ul li {
	margin: 15px 6px;
}
#page-menu.dots-menu nav li a {
	background-color: rgba(0,0,0,0.3);
}
#page-menu.dots-menu nav li a:hover, #page-menu.dots-menu nav li.current a {
	background-color: rgba(0,0,0,0.65) !important;
}
#page-menu.dots-menu nav li .dots-menu-caption {
	background-color: #EEE !important;
	color: #333;
	text-shadow: none;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 2px;
	font-weight: 400;
}
#page-menu.dots-menu nav li .dots-menu-caption:after {
	border-left: 6px solid #EEE !important;
}
/* 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: 'Noto Sans KR', 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: 'Noto Sans KR', sans-serif !important;
}
.font-primary {
	font-family: 'Noto Sans KR', sans-serif !important;
}
/* ----------------------------------------------------------------------------
	Footer Widgets
---------------------------------------------------------------------------- */

#footer .widget {
	padding: 50px 0 30px 0;
    text-align: center !important;
}
#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
---------------------------------------------------------------------------- */

.half-screen {
	position: relative;
	height: 50%;
}
.videoplay-on-hover .vertical-middle {
	z-index: 2;
}
.videoplay-on-hover .video-wrap {
	z-index: 1;
}
.videoplay-on-hover .vertical-middle h2 {
	font-size: 40px;
	font-weight: bold;
}
.device-sm .videoplay-on-hover .vertical-middle h2 {
	font-size: 32px;
}
.device-xs .videoplay-on-hover .vertical-middle 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;
	margin-bottom: 50px;
}
.slider-caption p {
	font-weight: 300;
	text-transform: lowercase;
	font-size: 26px;
	line-height: 1.8;
	max-width: 600px;
	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: 'Noto Sans KR';
}
.testimonials-lg .testi-content p {
	font-size: 26px;
	line-height: 1.6;
	font-style: normal;
	font-weight: 300;
	font-family: 'Noto Sans KR', 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;
}
.container > div.vertical-middle {
	padding: 0 15px !important;
}
#section-about {
	background: #1FDB84 url('../img/bonydony-about.png');
	background-size: cover;
	background-position: center center;
	padding: 450px 0;
}
#section-about h1 {
	font-size: 100px;
	color: #1FDB84;
	margin-bottom: 0!important;
}
#section-about h3 {
	font-size: 40px;
	color: #FFF;
	margin-bottom: 0!important;
}
#section-about p {
	font-size: 45px;
	color: #1FDB84;
}
#about-wrap {
	margin-top: -350px;
	padding: 120px 0 0;
}
#about-wrap .about-wrap {
	border-radius: 6px;
	background: #FFF;
	padding: 50px;
	box-shadow: 0 10px 35px 0 rgba(210,210,210,0.5);
	-moz-box-shadow: 0 10px 35px 0 rgba(210,210,210,0.5);
	-webkit-box-shadow: 0 10px 35px 0 rgba(210,210,210,0.5);
	margin: 0 -30px !important;
	color: #031D5B !important;
}
#about-wrap .about-wrap img {
	margin-bottom: 20px;
}
#about-wrap h2, #section-how2use h2 {
	font-size: 40px;
	color: #FFF!important;
	font-family: Montserrat!important;
}
#section-how2use h2 {
	color: #031D5B!important;
	margin-bottom: 80px;
}
#about-wrap .about-wrap h3 {
	color: #031D5B !important;
}
#about-wrap .about-wrap h3:after {
	display: block;
	border-bottom: 4px solid #1FDB84;
	width: 73px;
	content: '';
	clear: both;
	margin-top: 15px;
}
#about-wrap .about-wrap p {
	margin-bottom: 0 !important;
}
#section-about h1, #section-about p {
	font-family: Montserrat;
}
#section-about p {
	line-height: 1.2;
}
#section-how2use {
	background: #FFF;
	padding: 330px 0 0;
	margin-top: -220px;
}
#section-how2use .phone {
	width: 521px;
	height: 708px;
	text-align: center;
}
#section-how2use #owl-how2use {
	background: url('../img/bg-phone.png') no-repeat 15px 0;
	height: 708px;
	background-size: 521px auto;
}
#section-how2use h3 {
	font-size: 30px;
	margin: 30px 0 0;
	color: #031D5B!important;
}
#section-how2use p {
	font-size: 17px;
	margin: 15px 0 0;
	color: #031D5B!important;
}
#section-platform {
	background: #1FDB84 url('../img/bonydony-platform.png');
	background-size: cover;
	background-position: center center;
	padding: 120px 0 550px;
}
#section-platform h2 {
	font-size: 40px;
	color: #313A5A;
	font-family: Montserrat;
}
#section-platform h5 {
	font-size: 30px;
	color: #313A5A;
	font-family: 'Noto Sans KR';
}
#section-platform p {
	font-size: 25px;
	color: #313A5A;
	font-family: 'Noto Sans KR';
}
#section-say {
	background: #FFF url('../img/bonydony-say.png') repeat-y;
	background-size: contain;
	background-position: center right;
	padding: 50px 0 500px;
}
#section-say h2 {
	position: absolute;
}
#section-say .say {
	background: url('../img/icon-say.svg') no-repeat;
	height: 413px;
	margin-top: -780px;
}
#owl-testimonials {
	margin: 0 -300px 0 300px;
}
#owl-testimonials .owl-wrapper-outer {
	padding: 200px 10px 30px;
}
.say-wrap {
	height: 500px;
	background: #FFF url(../img/icon-sm-green.svg) no-repeat 50px 50px;
	border-radius: 6px;
	padding: 120px 50px 50px;
	text-align: left;
	box-shadow: 0 3px 10px 0 rgba(210,210,210,0.5);
	-moz-box-shadow: 0 3px 10px 0 rgba(210,210,210,0.5);
	-webkit-box-shadow: 0 3px 10px 0 rgba(210,210,210,0.5);
	margin: 0 20px;
	font-size: 17px;
	color: #5B6C94;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.say-wrap img {
	margin-bottom: 30px;
}
.say-wrap .said {
	color: #313A5A;
	font-weight: 600;
}
.say-wrap span {
	font-weight: 600;
	color: #939EB7;
}
.say-wrap span:before {
	content: '/';
	padding: 0 5px;
	display: inline-block;
}
#owl-testimonials .owl-controls {
	margin: 0 0 0 -700px !important;
}
.say-wrap:hover {
	color: #FFF;
	background: #1FDB84 url(../img/icon-sm-white.svg) no-repeat 50px 50px;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	box-shadow: 0 3px 10px 0 rgba(31,219,132,0.8);
	-moz-box-shadow: 0 3px 10px 0 rgba(31,219,132,0.8);
	-webkit-box-shadow: 0 3px 10px 0 rgba(31,219,132,0.8);
}
.say-wrap:hover .said {
	color: #FFF;
	opacity: 1;
}
.say-wrap:hover span {
	color: #FFF;
	opacity: 0.4 !important;
}
#section-whatsnew {
	background: #313A5A;
	padding: 150px 0;
}
#section-whatsnew h2 {
	font-size: 40px;
	color: #FFF!important;
	font-family: Montserrat!important;
	margin-bottom: 50px;
}
#owl-whatsnew .item {
	margin: 30px 20px;
}
#owl-whatsnew .desc {
	padding: 20px;
	background: #FFF;
}
/*#owl-whatsnew .desc-img-wrap{
	width:180px!important
}*/
#owl-whatsnew .desc-img {
	position: relative;
	background: #CCC;
}
/*#owl-whatsnew .desc-img img {
	position: absolute; top: 0; left: 0; right: 0; bottom: 0; max-width: 100%; height: auto; margin-left:-10%;
}*/
#owl-whatsnew .desc .cat {
	color: #919EAB;
	font-weight: 600;
	font-size: 15px;
	font-family: Montserrat!important;
	margin-bottom: 5px;
}
#owl-whatsnew .desc h3 {
	color: #313A5A;
	font-weight: 600;
	font-size: 20px;
	font-family: 'Noto Sans KR' !important;
	margin-bottom: 5px;
	line-height: 1.2;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.entry-date {
	color: #919EAB;
	font-weight: 200;
	font-size: 13px;
	font-family: Montserrat!important;
}
#section-whatsnew .owl-theme .owl-controls {
	margin: 50px 0 0;
}
#footer.dark {
	background-color: #252C48!important;
}
.footer-site-links li {
	display: inline-block;
	font-family: 'Noto Sans KR' !important;
	padding-bottom: 15px;
}
/*.footer-site-links a,.footer-site-links a:hover{
	margin-right:20px; color:#FFF!important;font-size: 15px!important;font-weight: 400;
}
.footer-site-links a i{
	font-size: 20px; vertical-align: sub;margin-right:-5px;
}*/
#footer .btn-primary {
	background-color: #1FDB84!important;
	border-color: #1FDB84!important;
	font-weight: 600;
	font-size: 15px;
	font-family: Montserrat!important;
	color: #031D5B;
}
#footer .btn-primary:hover {
	background-color: #069F58!important;
	border-color: #069F58!important;
	;
}
#footer input, #footer textarea {
	font-family: Montserrat;
	font-size: 13px;
}
input::placeholder, textarea::placeholder {
 font-size: 13px;
font-family: Montserrat!important;
color: #444;
}
.dark .form-control:not(.not-dark) {
	color: #031D5B!important;
	background-color: rgba(255,255,255,1)!important;
	border-color: rgba(255,255,255,1)!important;
}
.dark .form-control:not(.not-dark):focus {
	color: #031D5B!important;
	background-color: rgba(255,255,255,1)!important;
	border-color: rgba(255,255,255,1)!important;
}
.nav-tabs {
	border: none;
}
.nav-tabs .nav-link {
	border: none;
	margin-right: 10px;
}
.nav-tabs a {
	font-size: 20px;
	font-family: 'Noto Sans KR' !important;
	color: #031D5B!important;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
	background-color: #031D5B!important;
	border: none;
	border-radius: 6px;
	color: #FFF!important;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.tab-pane {
	color: #031D5B!important;
	margin-top: 30px;
}
.tab-pane strong {
	display: block;
	margin-bottom: 5px;
}
.org {text-align:center;background-color: #069F58;color:#FFF;font-size: 15px; font-family: 'Noto Sans KR'; font-weight: 500; display: block; margin-bottom: 10px;padding:10px; border-radius: 6px;}
.emphasis-title h1 span{
	color: #031D5B!important;
}

/* ----------------------------------------------------------------------------
	Responsive
---------------------------------------------------------------------------- */


@media (max-width: 991px) {
#logo {
	height: 70px !important;
}
#header {
	min-height: 70px;
}
#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;
}
#header.transparent-header:not(.hidden) + #slider,  #header.transparent-header:not(.hidden) + #page-title.page-title-parallax,  #header.transparent-header:not(.hidden) + #google-map,  #slider + #header.transparent-header:not(.hidden) {
	top: 0;
	margin-bottom: 0;
}
#primary-menu-trigger {
	top: 10px !important;
}
#side-panel-trigger {
	margin: 25px 0 !important;
	right: 15px !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.overlay-menu #primary-menu:not(.not-dark) ul,  .overlay-menu #primary-menu.dark ul {
	background-color: transparent;
}
}
/***** FancyApp Morphing ***/

.list-unstyled li:first-child {
	text-align: center;
	width: 90px;
	margin-right: 20px!important;
}
.list-unstyled li:last-child {
	text-align: center;
	width: 146px;
}
.morphing-btn-wrap {
	display: inline-block;
	position: relative;
	text-align: center;
}
.morphing-btn {
	-webkit-transition: background 0.3s, color 0.2s 0.2s, width 0.2s 0s;
	-moz-transition: background 0.3s, color 0.2s 0.2s, width 0.2s 0s;
	-o-transition: background 0.3s, color 0.2s 0.2s, width 0.2s 0s;
	transition: color 0.3s 0.2s, width 0.2s 0s;
	white-space: nowrap;
	box-sizing: border-box;
	border-radius: 50px;
	padding: 0.375rem 1rem;
	margin-right: 20px;
}
.morphing-btn_circle {
	color: transparent !important;
	padding-left: 0;
	padding-right: 0;
	width: 35.6px !important;
	/* Override inline style rule */
	-webkit-transition: color 0.2s 0s, width .3s 0.2s;
	-moz-transition: color 0.2s 0s, width .3s 0.2s;
	-o-transition: color 0.2s 0s, width .3s 0.2s;
	transition: color 0.2s 0s, width .3s 0.2s;
}
.morphing-btn-clone {
	position: fixed;
	background: #1FDB84;
	border-radius: 50%;
	z-index: 3;
	-webkit-transition: all 0.5s cubic-bezier(.65, .05, .36, 1);
	-moz-transition: all 0.5s cubic-bezier(.65, .05, .36, 1);
	-o-transition: all 0.5s cubic-bezier(.65, .05, .36, 1);
	transition: all 0.5s cubic-bezier(.65, .05, .36, 1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.morphing-btn-clone_visible {
	display: block;
	-webkit-transform: scale(1) !important;
	-moz-transform: scale(1) !important;
	-ms-transform: scale(1) !important;
	-o-transform: scale(1) !important;
	transform: scale(1) !important;
}
.fancybox-morphing .fancybox-bg {
	background: #1FDB84;
	opacity: 1;
}
.fancybox-morphing .fancybox-toolbar {
	top: 20px;
	right: 40px;
}
.fancybox-morphing .fancybox-button--close {
	background: rgba(0, 0, 0, 0.2);
	border-radius: 50%;
	color: #fff;
}
.fancybox-morphing .fancybox-button--close::after, .fancybox-morphing .fancybox-button--close::before {
	height: 1.55px;
	width: 22px;
	left: calc(50% - 11px);
}
.fancybox-morphing .fancybox-button--close:hover {
	background: rgba(0, 0, 0, 0.25);
}
/* Styling for element used in example */

#morphing-content, #morphing-content2 {
	margin: 0;
	position: relative;
	background: transparent;
	color: #fff;
	padding: 6em 10vw;
	line-height: 2;
	z-index: 3;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
#morphing-content a, #morphing-content2 a {
	color: #fff;
}
