.navbar-sticky   .navbar-nav .nav-item a:not(.btn) {
	color:var(--primary-color);
}

.navbar-expand.top .navbar-nav .nav-item a:not(.btn):hover {
	color:var(--secondary-p-color);
}



.slide-content .title {
	font-family:var(--logo-font);
	color:var(--white-color);
	font-weight:700;
}


h1 .featured {
	padding:0;
	vertical-align:top;
}
h1 .featured span {
	padding:0 15px;
	background-color:var(--white-color);
	color:var(--black-color);	
	font-weight:300;
	font-size:0.6em;
	vertical-align:top;
	
}


.slide-content .outline-button, 
.slide-content .outline-button:visited, 
.slide-content .outline-button:active {
	color:var(--white-color);
	border-color:var(--white-color);
}

.slide-content .outline-button:hover, 
.slide-content .outline-button:visited:hover, 
.slide-content .outline-button:active:hover {
	color:var(--black-color);
	border-color:var(--black-color);
}
.home .navbar:not(.navbar-sticky) .navbar-nav.action {
	display:none;
}
.navbar-brand__icon {
	display:none;
}
.navbar-sticky .navbar-brand__icon_bl{
	display:inline;
}
.navbar:not(.navbar-sticky) .navbar-brand__icon_w{
	/* display:inline; */
}


h2 .featured:before {
	background-color: var(--secondary-btn-color);
	opacity:1;
}



footer .nav-item .nav-link:hover {
    color: var(--secondary-btn-color);
}


section.featured:after {
	opacity:0.75;
}


.process .step:before {
	background-color: var(--secondary-btn-color);
}

.process .items:before {
    background-color: var(--primary-color);
	opacity:0.15;
}


.team .quote .quote-right{
	color:var(--secondary-btn-color);
}



.offers .items .item .icon {
	color:var(--primary-btn-color);
}


/*----------------------------------------------
10. Gallery
----------------------------------------------*/

/* #region Gallery */

.gallery-video {
    position: relative;
    overflow: hidden;
}

.content .gallery-video {
    margin: 35px 0 0 0;
}

.gallery-video .item:not(:last-child) {
    margin-bottom: 30px;
}

.gallery-video img {
    border-radius: 4px;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.gallery-video .fit-image {
    width: 100%;
    height: 100%;
}

.gallery-video img:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.gallery-video a:hover img {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.gallery-video.featured {
    transform: scale(1);
}

.gallery-video.featured a:first-child:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -30px;
    left: -15px;
    width: 90%;
    height: 90%;
    border: 4px solid;
    border-color: var(--primary-color);
    transition-timing-function: cubic-bezier(.25, .25, .75, .75);
    transition-duration: 0.6s;
    transition-property: opacity, transform;
}

.gallery-video.featured a:last-child:before {
    content: '';
    position: absolute;
    z-index: -1;
    right: -15px;
    bottom: 0;
    width: 90%;
    height: 90%;
    border: 4px solid;
    border-color: var(--primary-color);
    transition-timing-function: cubic-bezier(.25, .25, .75, .75);
    transition-duration: 0.6s;
    transition-property: opacity, transform;
}

/* #endregion Gallery */

.mobile-app {
	display:flex !important;
	flex-wrap:wrap;
	margin-top:40px;
}

.mobile-app a {
	flex-shrink:0;
	margin-right:16px;
	margin-bottom:12px;	
	border-radius:8px;
	transition:background 0.2s ease;
}
.mobile-app a:hover {
	background:rgba(255,255,255,0.2);
}

.mobile-app img {
	height:56px;
}

@media screen and (max-width:1000px){

}

@media screen and (max-width:768px){

	.mobile-app a {
	}
}

@media screen and (max-width:480px){

}




.slide-content .description  {
	color:#fff;
}

section.section-5.carousel {
	background:none !important;
}


@media screen and (min-width:1000px){
	section a[href*='tel:']:not(.btn), 
	section a[href*='tel:']:link:not(.btn), 
	section a[href*='tel:']:visited:not(.btn), 
	section a[href*='tel:']:hover:not(.btn), 
	section a[href*='tel:']:active:not(.btn) {
		font-weight:700;
	}


	blockquote {
		max-width:50%;
	}

}



.scroll-to-top-phone {
    display: none;
    position: fixed;
    z-index: 5;
    right: 25px;
    bottom: 84px;
    opacity: 0.75;
    transition-timing-function: ease;
    transition-duration: .4s;
    transition-property: opacity, transform;
}

.scroll-to-top-phone:hover {
    opacity: 1;
}

.scroll-to-top-phone i {
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 22px;
    background-color: var(--primary-bg-color-2);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.odd.scroll-to-top-phone i {
    background-color: var(--secondary-bg-color-2);
}

.scroll-to-top-phone i:hover,
.scroll-to-top-phone i:focus {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

@media screen and (max-width:1000px){
	.scroll-to-top-phone {
		display:block;		
	}
}

.ios section {
	background-attachment:scroll;
}
@media screen and (max-width:1000px){
/* 	.gallery > .item {
		display:none;
	}
	
	.gallery .item:nth-child(1),
	.gallery .item:nth-child(2),
	.gallery .item:nth-child(3){
		display:inline;
	} */
}
@media screen and (max-width:768px){
	.menu .items {
		width:100%;
		margin:0;
	}
	.menu > .row > .items {
		margin-top:32px;
	}
}

@media screen and (max-width:480px){

}


body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-object {
	opacity:1 !important;
}



.showcase .gallery .card .image-over img,
.showcase .shuffle .card .image-over img,
.showcase .sfilter-items .card .image-over img,
.showcase .mid-slider .card .image-over img {
	min-height:auto !important;
}

@media screen and (max-width:480px){
	.showcase .gallery .card .card-body,
	.showcase .shuffle .card .card-body,
	.showcase .sfilter-items .card .card-body,
	.showcase .mid-slider .card .card-body {
		padding:8px;
		transform: translateY(100%);
		left: 0;
		bottom: 80px;
		position: absolute;
		width: 100%;
	}
	.showcase .sfilter-items .card:hover .card-body,
	.showcase .shuffle .card:hover .card-body{
		bottom: 80px;
		transform: translateY(100%);
	}
	.showcase .mid-slider .card:hover .card-body{
		bottom:0;
		transform: translateY(0);
	}
	
	.showcase .sfilter-items .card .card-body h3,
	.showcase .shuffle .card .card-body h3,
	.showcase .mid-slider .card .card-body h3{
		font-size:1rem;
	}
	.showcase .sfilter-items .card .card-body p,
	.showcase .shuffle .card .card-body p,
	.showcase .mid-slider .card .card-body p{
		font-size:0.8rem;
		margin:0.5rem;
	}
	
	.intro {
		margin-top:32px;
	}
	.section-5.carousel.showcase {
		padding:45px 0;
	}
	.shuffle .item,
	.gallery .item {
		padding-left:6px !important;
		padding-right:6px !important;
	}
	.gallery .item,
	body .blog-grid:not(.masonry) .items .item {
		margin-bottom:12px !important;
	}
	
	.shuffle-item {
		/* max-width:48% !important; */
	}
}

.hero .parallax-x-bg {
	background-position:20% 50% !important; 
}


.team .quote h3 {
  margin-top: 0;
  color: var(--white-color);
}


.contacts .btn {
	margin-top:24px;
}
.contacts .icons {
	margin-top:32px;
	flex-direction:row !important;
}



.personal-data {
	padding:16px;
    background: rgba(240, 241, 242, 0.96);
    border-radius: 5px;
    box-sizing: border-box;
	position:fixed;
	
	bottom:16px;
	left:50%;
	transform:translateX(-50%);
	
	width:1280px;
	max-width:calc(100% - 32px);
	z-index:100;
	
	line-height:1.15;
	display:flex;
	align-items:flex-end;
	
}
.personal-data_accepted {
	display:none;
}
.personal-data__content {
	flex-grow:1;
	
}

.personal-data__action {
	display:flex;
	justify-content:flex-end;
	text-align:right;
	margin-left:16px;
}
.personal-data__action .btn {
	margin-top:0 !important;
}

@media screen and (max-width:1000px){
	.personal-data a,
	.personal-data {
		font-size:14px !important;
	}
}

@media screen and (max-width:768px){
	.personal-data {
		flex-direction:column;
	}
	.personal-data__action {
		margin-top:8px;
	}
}

@media screen and (max-width:480px){

}
