/* Master3 custom CSS */

/*ALL*/
html {
	font-size: 1rem;
	font-family: Gilroy;
}
h1, h2, h3, h4 {
	color: #555;
	text-transform: uppercase;
	font-family: Gilroy;
	letter-spacing: -1px;
}
a {
	color: #555;
}
a:hover {
	color: #666;
}
.uk-button {
	background: rgba(92, 216, 212, 1);
	font-size: 1rem;
	padding: 0;
	color: #555;
	font-weight: bold;
	border-radius: 10px;
}
.uk-button:hover {
	background: #8BCA33;
	color: #fff;
}
.uk-input {
	border-radius: 10px;
}
/*/ALL*/

/*NOTIFICATION*/
.uk-notification-message {
	text-align: center;
	padding: 30px;
    border-radius: 20px;
    color: rgba(255, 255, 255, .9);
    background: #5CD8D4;
}
/*/NOTIFICATION*/


/*PRELOADER*/
.preloader {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #fff;
}
.loader {
	text-align: center;
    position: absolute;
    top: 50%;
	left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
/*/PRELOADER*/


/*CALL-BLOCK*/
.call-block {
	z-index: 99;
    left: 18px;
    bottom: 20px;
}
[class*=uk-modal-close-] {
	top: 20px;
    right: 20px;
}
.call-block .uk-icon svg path {
    fill: rgba(255, 255, 255, 1);
    stroke: rgba(255, 255, 255, 1)!important;
}
.call-modal-soc a {
    margin: 0 4px;
}
#modal-close-default .uk-modal-dialog {
	width: 640px;
}
#modal-close-default .uk-modal-body {
	border-radius: 20px;
	padding: 50px 50px;
}
@media screen and (max-width: 360px) {
    #modal-close-default .uk-modal-body {
        padding: 45px 30px;
    }
}
.call {
    display: flex;
    justify-content: center;
    background: rgba(92, 216, 212, 1);
    width: 60px;
    height: 60px;
    position: relative;
    margin: 0 auto;
    border-radius: 20px;
    animation: play 2s ease infinite;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.call-phone a,
.call-soc a,
.call-mail a {
	font-size: 1.5rem;
	color: #333;
}
/*/CALL-BLOCK*/


/*BREADCRUMBS*/
.breadcrumbs {
	padding-bottom: 0;
}
.uk-breadcrumb>*>* {
	font-size: 1rem;
}
/*/BREADCRUMBS*/


/*VALIDATION*/
@keyframes uk-shake {

    0%,
    100% {
        transform: translateX(0);
    }

    10% {
        transform: translateX(-9px);
    }

    20% {
        transform: translateX(8px);
    }

    30% {
        transform: translateX(-7px);
    }

    40% {
        transform: translateX(6px);
    }

    50% {
        transform: translateX(-5px);
    }

    60% {
        transform: translateX(4px);
    }

    70% {
        transform: translateX(-3px);
    }

    80% {
        transform: translateX(2px);
    }

    90% {
        transform: translateX(-1px);
    }
}

textarea.uk-form-danger,
input.uk-form-danger {
    border-color: #ff3333;
    animation-duration: .3s;
    animation-timing-function: ease-out;
    animation-fill-mode: both;
    animation-name: uk-shake;
}
.uk-form-danger + .tm-error {
	display: block;
}
.tm-error {
	position: absolute;
	font-size: 13px;
	color: #FF0000;
	display: none;
	top: -18px;
}
/*/VALIDATION*/


/*NAVBAR*/
.index .navbar {
	z-index: 1;
	background: rgba(255, 255, 255, .7);
	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 40px;
}
.index .uk-light .uk-navbar-toggle {
	color: rgba(0, 0, 0, .5);
}
.navbar {
	z-index: 1;
	background: rgba(0, 0, 0, .1);
	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 40px;
}
.uk-navbar-nav>li>a {
	color: rgba(0, 0, 0, .6)!important;
	font-size: 1rem;
	font-family: Gilroy;
}
.index .uk-navbar-nav>li.uk-active>a {
	background: rgba(255, 255, 255, .4);
}
.uk-navbar-nav>li>a {
	border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
}
.uk-navbar-nav>li>a:hover {
	background: rgba(255, 255, 255, .4);
	border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
}
.uk-navbar-nav>li.uk-active>a {
	background: rgba(255, 255, 255, .6);
	font-weight: 500;
	color: rgba(0, 0, 0, .5)!important;
	border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
}
.navbar .uk-navbar-dropdown {
	
}
.uk-navbar-dropdown.uk-open {
	border-radius: 10px;
}
.uk-navbar-dropdown-nav {
	font-size: 1rem;
    line-height: 1.3;
}
.uk-offcanvas-bar {
	background: #5cd8d4;
	border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}
.uk-offcanvas-bar .uk-nav > .uk-active > a {
	background: rgba(255, 255, 255, .3);
	border-radius: 10px;
}
.uk-offcanvas-bar .uk-nav>li>a {
	display: inline-block;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	padding: 5px 10px;
}
.uk-offcanvas-bar .uk-nav>li>a.uk-nav-header {
	padding-bottom: 0;
}
.uk-offcanvas-bar .uk-nav li a {
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
ul.uk-nav-sub {
	padding: 5px 0 5px 20px;
}
/*/NAVBAR*/


/*TOP-SLIDESHOW*/
.b-slideshow h1 {
	display: inline-block;
	font-size: 2rem;
	line-height: 1.25;
    font-weight: 300;
    padding: 40px;
    background: rgba(255, 255, 255, .7);
    border-radius: 40px;
    color: rgba(0, 0, 0, .7);
    max-width: 500px;
}
.b-slideshow .uk-slideshow-items {
	min-height: 100vh!important;
}
.b-slideshow .uk-slideshow-items li img {
	object-fit: cover;
    width: 100vw;
    height: 100vh;
}
.b-slideshow .uk-position-small[class*=uk-position-center-right],
.b-slideshow .uk-position-small[class*=uk-position-center-left] {
	transform: translateY(-50%) translateY(15px);
}
.uk-slidenav-previous,
.uk-slidenav-next {
	background: rgba(255, 255, 255, .7);
    padding: 18px 22px;
    border-radius: 20px
}
.uk-slidenav-previous:hover,
.uk-slidenav-next:hover {
	background: rgba(255, 255, 255, .9);
}
.uk-slidenav-previous.uk-position-small,
.uk-slidenav-next.uk-position-small {
	margin: 15px 18px;
}
.uk-slidenav-previous svg polyline,
.uk-slidenav-next svg polyline {
	stroke-width: 3px;
}
.uk-dotnav>.uk-active>* {
	background: rgba(255, 255, 255, 1);
}
.uk-dotnav>*>:hover {
	background: rgba(255, 255, 255, .7);
}
.uk-dotnav>.uk-active>*:hover {
	background: rgba(255, 255, 255, 1);
}
.uk-dotnav>*>* {
	width: 14px;
	height: 14px;
	border-color: rgba(255, 255, 255, .7);
}
/*TOP-SLIDESHOW*/


/*INTRO-CATEGORIES (ALBUMS)*/
.b-categories .mod_uk_albums .uk-text-center {
	z-index: 2;
}
.b-categories .mod_uk_albums h2 {
	max-width: 300px;
	margin-bottom: 0;
}
.b-categories img {
	max-height: 760px;
}
.b-categories .mod_uk_albums a {
	color: #666;
	font-size: 1.5rem;
	opacity: .8;
	text-transform: uppercase;
}
.b-categories .uk-background-cover {
	min-height: 500px;
	height: 760px;
}
.b-categories .mod_uk_albums .uk-card-default {
	height: 100%;
	background: none;
}
.b-categories .mod_uk_albums .uk-card-default:before {
	transition: all 0.5s;
}
.b-categories .mod_uk_albums .uk-card-default:hover:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(255, 255, 255, .9);
}
/*/INTRO-CATEGORIES (ALBUMS)*/


/*INTRO-SERVICES*/
.b-services .mod_uk_albums .service-item {
	padding: 0 15px;
	position: relative;
	height: 680px;
	z-index: 2;
}
.b-services .mod_uk_albums .service-item:before {
	z-index: 1;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	transition: background 0.5s;
	background: rgba(255, 255, 255, .8);
}
.b-services .mod_uk_albums .uk-card-default {
	background: none;
	height: 100%;
}
.b-services .mod_uk_albums .uk-card-default img + div {
	padding: 0 30px;
	z-index: 5;
}
.b-services .mod_uk_albums .service-item .uk-position-center {
	z-index: 3;
}
.b-services .service-item .uk-switcher li {
	color: rgba(0, 0, 0, .7);
	font-size: 1.125rem;
}
.b-services .uk-subnav-pill > li a {
	color: rgba(0, 0, 0, .9);
	border-radius: 10px;
}
.b-services .uk-subnav-pill > li.uk-active a {
	font-weight: 500;
	color: rgba(255, 255, 255, .9);
	background: rgba(0, 0, 0, .6);
	border-radius: 10px;
}
.b-services .service-item .link a {
	text-transform: uppercase;
	font-size: 1.25rem;
	color: rgba(0, 0, 0, .8);
}
.b-services .service-item .link:hover {
	text-decoration: none!important;
	color: rgba(0, 0, 0, 1);
}
.b-services .mod_uk_albums .uk-grid .service-item:hover:before {
	background: rgba(255, 255, 255, 1)!important;
	z-index: 3;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
/*/INTRO-SERVICES*/


/*INTRO-ABOUT-ME*/
.b-contacts {
	min-height: 600px;
	background: url(../images/about-me.jpg) no-repeat top center;
	background-size: cover;
	background-position: 50% 10%;
}
.b-contacts .uk-padding-large {
	padding-right: 0;
}
/*INTRO-ABOUT-ME*/


/*FOOTER*/
.footer {
	text-align: center;
	text-transform: uppercase;
}
/*FOOTER*/

/*MEDIA*/
@media screen and (max-width: 463px) {
	.uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before {
		margin: 0 12px;
	}
}
@media screen and (max-width: 556px) {
	.b-slideshow h1 {
		font-size: 1.2rem;
	    line-height: 1.5;
	    max-width: 204px;
	}
}
@media screen and (max-width: 768px) {
	.b-slideshow h1 {
		max-width: 300px;
		font-size: 1.5rem;
	}
}

@media screen and (max-width: 1200px) {
	.b-contacts {
		background: #eee;
	}
	.b-contacts .uk-padding-large {
		padding: 0;
	}
}
/*MEDIA*/


/*PAGES*/
h1.uk-article-title {
	margin-bottom: 35px;
}
sup {
    border-radius: 10px;
    padding: 5px;
    left: 8px;
    background: #5CD8D4;
}
sup.price-stock {
	color: #fff;
	background: #f03434;
	left: 14px;
}
.uk-alert {
	padding: 30px;
    border-radius: 20px;
}
#main li img {
	border-radius: 20px;
}
/*.gift {
	padding:  15px 20px;
    border-radius: 10px;
	background: rgba(255, 148, 120, 1);
	color: #fff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
}*/
/*PAGES*/

/*PAGE-PORTFOLIO*/
.ba-album-items .ba-image,
.ba-caption {
	border-radius: 20px;
}
.ba-gallery-items .ba-image img {
	border-radius: 10px;
}
/*/PAGE-PORTFOLIO*/


/*PAGE-CONTACTS*/
.phone-item,
.email-item {
	display: inline-block;
	font-size: 1.5rem;
}
.soc-items div:last-child {
	padding: 0;
}
.vk-item, 
.inst-item {

	padding-right: 10px;
	display: inline-flex;
}
.vk-item a,
.inst-item a {
	display: flex;
	justify-content: center;
	height: 40px;
	width: 40px;
	border-radius: 10px;
	background: rgba(92, 216, 212, 1);
	transition: background .5s ease-out;
}
.vk-item a:hover {
	background: #4F89CA;
}
.inst-item a:hover {
	background: radial-gradient(circle at 33% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
}
/*/PAGE-CONTACTS*/

/*404*/
.item-page-404 .uk-article-title {
	font-weight: bold;
	margin-bottom: 15px;
}
.item-page-404 p {
	font-size: 1.5rem;
	max-width: 800px;
    margin: 0 auto;
}
/*/404*/
