

.background-slide-text p,
.cat,
.header-logo-text,
.packages-col-btn,
.profile_text1,
.profile_text2,
.services-image-title h1 {
	letter-spacing: 1px
}

.time {
	font-size: 23px!important;
	margin: 13px 0 5px
}

.cat,
.header-logo,
.menu-bars {
	cursor: pointer
}
.profil-image-mobile{
	display: none;
}
:root {
	--main-color: #f32769;
	--second-color: #294271;
	--third-color: #25c6ed;
	--fourth-color: #a5d2d0
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}

body {
	font-family: 'Alegreya Sans', sans-serif;
	-webkit-tap-highlight-color: transparent;
	overflow-x: hidden
}

body,
html {
	width: auto!important;
	background: url(../images/pattern.jpg)
}

.unselectable {
	-webkit-touch-callout: none!important;
	-webkit-user-select: none!important;
	-khtml-user-select: none!important;
	-moz-user-select: none!important;
	-ms-user-select: none!important;
	user-select: none!important
}

#topwrapper {
	width: 100vw;
	height: 100px;
	padding-top: 15px;
	position: absolute;
	top: 0;
	background: #fff;
	z-index: 100;
	display: block;
	transition: top .5s
}

.header {
	max-width: 1200px;
	width: 100%;
	height: 80px;
	position: relative;
	margin: 0 auto
}

.header-logo {
	max-width: 300px;
	height: 100%;
	display: flex;
	align-items: center
}

.header-logo-container {
	width: 60px
}

.header-logo-head{
	margin-left:4px;
}

.header-logo-container img {
	width: 100%
}

.header-logo-title h2 {
	color: var(--second-color)
}

.header-logo-text h4 {
	color: grey
}

.cat,
.cat a {
	color: var(--second-color)
}

.header-menu {
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center
}

.cat {
	padding: 0 15px;
	font-size: 21px;
	font-weight: 700;
	transition: .5s
}

.cat a {
	text-decoration: none!important
}

.cat a:hover {
	color: var(--main-color)
}

.menu-bars {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 30px;
	text-align: center;
	display: none
}

.menu-bars i {
	font-size: 35px;
	color: var(--second-color);
	z-index: 100
}

#midwrapper {
	position: absolute;
	top: 100px;
	width: 100vw;
	left: 0
}

.background-slide {
	width: 100vw;
	height: auto
}

.background-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.background-slide-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .4)
}

.background-slide-box {
	width: 100%;
	max-width: 750px;
	z-index: 1;
	position: absolute;
	top: 25%;
	left: 20%;
	cursor: default
}

.background-slide-text p {
	font-size: 300%;
	color: #fff;
	font-weight: 700;
	min-height: 174px
}

.background-slide-title {
	margin-top: 70px;
	display: inline-block
}

.background-slide-title h1 {
	font-size: 30px;
	color: #fff;
	font-weight: 300
}

.background-slide-btn {
	background-color: var(--main-color);
	display: inline-block;
	cursor: pointer;
	color: #fff;
	font-size: 25px;
	padding: 15px 25px;
	text-decoration: none;
	margin-left: 70px
}

.background-slide-btn:hover {
	background-color: #fff;
	color: var(--main-color);
	border: 1px solid var(--main-color)
}

.background-slide-btn:active {
	position: relative;
	top: 1px
}

.background-slide-dots {
	position: absolute;
	margin-top: -70px;
	left: 20%
}

.uk-dotnav>*>:hover,
.uk-dotnav>.uk-active>* {
	background-color: var(--main-color)!important;
	border-color: transparent
}

.uk-dotnav>*>* {
	width: 15px!important;
	height: 15px!important;
	transition: .5s ease-in-out!important;
	background: grey!important
}

.stay-in-touch {
	width: 100vw;
	height: 200px;
	background: var(--second-color)
}

.stay-in-touch-wrapper {
	max-width: 1200px;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: revert;
	align-items: center;
	margin: 0 auto
}

.email-icon,
.stay-in-touch-form,
.stay-in-touch-text {
	margin: 0 10px
}

.email-icon {
	background: #fff;
	border-radius: 50%;
	width: 90px;
	height: 90px;
	text-align: center;
	position: relative
}

.email-icon i {
	font-size: 40px;
	color: var(--second-color);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.stay-in-touch-text h1 {
	font-size: 30px;
	color: #fff;
	text-transform: uppercase
}

.stay-in-touch-form-wrapper {
	display: flex;
	margin-top: 20px
}

.stay-in-touch-inputtext {
	width: 400px;
	padding: 10px;
	font-size: 25px;
	border: none;
	background-color: #FFF;
	color: #000;
	outline: 0
}

.stay-in-touch-inputtext:focus::placeholder {
	color: transparent
}

.stay-in-touch-btn {
	background-color: var(--main-color);
	cursor: pointer;
	color: #fff;
	font-size: 25px;
	padding: 10px 25px;
	text-decoration: none;
	border: 1px solid var(--main-color)
}

.stay-in-touch-btn:hover {
	background-color: #fff;
	color: var(--main-color);
	border: 1px solid var(--main-color)
}

.profil-btn,
.profil-btn:hover {
	border: 1px solid var(--second-color)
}

.stay-in-touch-checkbox {
	display: flex;
	margin-top: 10px;
	color: #fff
}

.profil,
.services {
	width: 100%
}

.profil-wrapper {
	width: 1200px;
	margin: 0 auto;
	display: flex
}

.margin-left {
	margin-left: 50px;
	margin-bottom: 0!important;
	list-style-type: circle
}

.blog-head,
.packages-head,
.profil-head,
.services-head {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	text-align: center
}

.blog-title,
.packages-title,
.profil-title,
.services-title {
	margin-top: 100px
}

.blog-title h1,
.clients-title h1,
.packages-title h1,
.profil-title h1,
.services-title h1 {
	font-size: 50px;
	color: var(--second-color);
	font-weight: 700
}

.blog-subtitle h1,
.clients-subtitle h1,
.packages-subtitle h1,
.profil-subtitle,
.services-subtitle {
	margin: 10px 0 50px
}

.blog-subtitle h2,
.clients-subtitle h2,
.packages-subtitle h2,
.profil-subtitle h2,
.services-subtitle h2 {
	color: var(--third-color);
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 300
}

.profil-container,
.profil-image {
	width: 50%;
	max-height: 677px
}

.packages-col-btn,
.profil-btn {
	width: 200px;
	text-decoration: none
}

.profil-container {
	text-align: center
}

.profil-container h1 {
	color: var(--main-color);
	font-size: 25px;
	padding: 0 40px;
	text-align: left;
	margin-bottom: -30px
}

.profil-container h1::first-letter {
	font-size: 150px
}

.profil-container p,
.profile-texta {
	text-align: justify;
	font-size: 19px;
	color: grey;
	padding: 0 40px
}

.profile-texta li {
	margin: 5px 0 5px 20px
}

.profil-btn {
	background-color: #fff;
	cursor: pointer;
	color: var(--second-color);
	font-size: 20px;
	padding: 10px;
	text-align: left;
	margin: 20px 40px;
	font-weight: 700
}

.profil-btn:hover {
	background-color: var(--second-color);
	color: #fff
}

.profil-container h4 {
	text-align: left;
	margin: 50px 40px 0;
	color: var(--third-color);
	font-size: 23px;
	cursor: default
}

.profil-container h3,
.services-icon:hover .icon,
.services-text h1 {
	color: var(--second-color)
}

.profil-container h3 {
	font-size: 50px;
	text-align: left;
	margin-left: 40px
}

.services-image-title h1,
.services-text h1 {
	text-align: center;
	text-transform: uppercase
}

.profil-image img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.services {
	width: 100%;
	height: 1300px
}

.services-wrapper {
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
	display: flex
}

.services-cat {
	width: 400px;
	margin: 0 50px;
	cursor: pointer
}

.services-icon {
	border-radius: 50%;
	width: 100%;
	height: auto;
	padding-top: 100%;
	background-color: var(--third-color);
	opacity: .6;
	position: relative
}

.services-icon:hover {
	opacity: 1;
	background-color: transparent
}

.family {
	background-image: url(../images/family.jpg);
	background-size: cover;
	background-position: center
}

.adult {
	background-image: url(../images/adult.jpg);
	background-size: cover;
	background-position: center
}

.divorce {
	background-image: url(../images/divorce.jpg);
	background-size: cover;
	background-position: center
}

.panic {
	background-image: url(../images/panic.jpg);
	background-size: cover;
	background-position: center
}

.services-text {
	margin-top: 30px;
	width: 100%
}

.services-text h1 {
	font-size: 22px;
	font-weight: 300
}

.blog-wrapper,
.packages-wrapper,
.services-images-wrapper {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	width: 100%
}

.services-images-container {
	width: 350px;
	height: 350px;
	margin: 0 20px;
	cursor: pointer
}

.services-image-box {
	width: 100%;
	height: 300px;
	position: relative
}

.services-image-box img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.services-image-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	background: rgba(37, 198, 237, .6);
	transition: .3s
}

#footer,
.services-image-title {
	background: var(--second-color)
}

.services-image-overlay:hover {
	opacity: 1
}

.services-image-overlay i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 50px;
	color: #fff
}

.services-image-title {
	width: 100%;
	height: 80px;
	clip-path: polygon(0 0, 100% 0, 100% 90%, 53% 90%, 50% 100%, 47% 90%, 0 90%);
	position: relative
}

.services-image-title h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 28px;
	width: 100%
}

.services-image-text {
	margin-top: 25px;
	padding: 0 9px;
	text-align: justify;
	line-height: 25px;
	cursor: default
}

.services-image-text p {
	color: grey
}

.services-image-subtitle {
	text-align: center;
	margin-top: 30px
}

.services-image-subtitle h1 {
	color: var(--main-color);
	font-size: 20px;
	text-transform: uppercase;
	transition: .3s
}

.services-image-subtitle h1:hover {
	color: var(--third-color)
}

.clients {
	width: 100vw;
	height: 700px;
	position: relative;
	top: 0
}

.clients img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	opacity: .6
}

.clients-wrapper {
	width: 1100px;
	margin: 20px auto
}

.clients-head {
	text-align: center;
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translate(-50%);
	width: 100%;
	z-index: 10
}

.clients-wrapper-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
}

.container {
	width: 1080px;
	height: 500px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: grab
}

.clients-slide-box {
	width: 500px;
	height: 200px;
	background: var(--main-color);
	margin: 120px 20px;
	cursor: default;
	-webkit-border-radius: 80px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius: 80px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-radius: 80px 5px
}

.clients-slide-box p {
	font-size: 30px;
	text-align: justify;
	padding: 30px;
	color: #fff;
	font-style: italic
}

.packages-card {
	width: 400px;
	height: 550px;
	margin: 70px 15px;
	background: #f2f8f8;
	cursor: default;
	position: relative;
	border-radius: 10px
}

.packages-card:hover {
	-webkit-box-shadow: 0 0 10px -1px rgba(0, 0, 0, .49);
	-moz-box-shadow: 0 0 10px -1px rgba(0, 0, 0, .49);
	box-shadow: 0 0 10px -1px rgba(0, 0, 0, .49)
}

.packages-card-popular {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2
}

.packages-col-fs {
	width: 100%;
	height: 40%;
	background: var(--fourth-color);
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	position: relative
}

.packages-col-fs-title {
	text-align: center
}

.packages-col-fs-title h1 {
	color: #fff;
	text-transform: uppercase;
	padding-top: 20px;
	font-size: 35px
}

.packages-col-fs-cirlce {
	width: 120px;
	height: 120px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	bottom: 30px;
	transform: translate(-50%)
}

.packages-col-fs-cirlce-title {
	text-align: center;
	padding: 20px
}

.packages-col-fs-cirlce-title h1 {
	color: var(--main-color)
}

.packages-col-fs-cirlce-title h2 {
	font-size: 22px;
	margin-top: -10px;
	color: grey
}

.packages-col-sd {
	width: 100%;
	padding: 15px
}

.packages-col-sd li {
	display: flex;
	justify-content: left;
	margin: 20px auto 0 20px
}

.packages-col-sd li h1,
.packages-col-sd li i {
	font-size: 16px;
	color: grey;
	font-weight: 500
}

.packages-col-sd li i {
	margin: 0 10px
}

.packages-col-btn {
	cursor: pointer;
	font-size: 20px;
	padding: 10px;
	border: 1px solid var(--main-color);
	text-align: center;
	margin: 0 auto;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 50px;
	color: #fff;
	background-color: var(--main-color)
}

.packages-col-btn:hover {
	color: #000;
	border: 1px solid var(--main-color);
	background: 0 0
}

.background-image {
	width: 100%;
	height: 700px;
	position: relative
}

.background-image img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.blog-box {
	width: 30%;
	margin: 60px 15px;
	padding: 10px;
	border: 1px solid #FFF
}

.blog-box:hover {
	cursor: pointer;
	border: 1px solid #CCC
}

.blog-box-image {
	width: 100%;
	height: 300px;
	position: relative;
	cursor: pointer
}

.blog-box-image img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.blog-box-image-date {
	text-align: left
}

.blog-box-image-date h1 {
	font-size: 25px;
	font-style: italic;
	color: var(--main-color)
}

.article_title,
.blog-box-title h1,
.service h1 {
	color: var(--second-color)
}

.blog-box-title {
	margin-top: 30px;
	text-align: center;
	cursor: pointer
}

.blog-box-title h1 {
	font-size: 25px;
	height: 30px;
	text-align: left
}

.blog-box-text {
	margin-top: 40px;
	text-align: justify;
	cursor: default
}

.blog-box-text p {
	font-size: 16px;
	color: grey;
	height: 140px
}

#footer {
	display: none;
	width: 100vw;
	height: 250px
}

.footer-wrapper {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 250px;
	width: 100%
}

.footer-wrapper h1 {
	font-size: 25px
}

.footer-address,
.footer-email,
.footer-phone,
.footer-socials {
	width: 25vw;
	color: #fff;
	margin: 0 30px;
	cursor: default
}

.footer-socials {
	display: flex
}

.footer-socials i {
	font-size: 25px;
	color: var(--main-color);
	margin: 0 5px;
	cursor: pointer
}

.footer-socials i:hover {
	color: var(--third-color)
}

.scroll-top-btn {
	font-size: 60px;
	color: var(--main-color);
	animation: topdown 3s infinite;
	z-index: 120
}

@keyframes topdown {
	0%,
	100% {
		bottom: 0
	}
	50% {
		bottom: 20px
	}
}

@media only screen and (max-width:600px) {
    
	ul.menu_cats {
		top: 55%!important;
		transform: translate3d(-50%, -50%, 0)
	}
	ul.menu_cats li {
		font-size: 36px!important
	}
	.uk-modal-dialog2 {
		top: 5px!important
	}
	.background-slide-box {
		width: 90vw;
		top: 60px;
		left: 10px
	}
	.blog-box2 {
		margin: 0 auto 90px!important;
		display: block!important
	}
	.header-menu,
	.menu-bars {
		display: block
	}
	.header-menu {
		top: 100px;
		left: -100%;
		background: #fff;
		position: fixed;
		text-align: center;
		width: 50vw;
		height: 100%;
		z-index: 100
	}
	.header-menu-overlay {
		content: '';
		width: 100%;
		height: 100%;
		background: rgba(255, 255, 255, .6);
		position: fixed;
		top: 0;
		left: -100%
	}
	.cat {
		margin: 30px 0
	}
	.uk-slideshow-items {
		height: 55vh!important
	}
	.background-slide-box2 {
		width: 700px!important
	}
	.background-slide-text {
		height: auto;
		width: 100%
	}
	.background-slide-text p {
		font-size: 9vw
	}
	.background-slide-title {
		margin: 15px 0 0
	}
	.background-slide-title h1 {
		font-size: 5vw
	}
	.background-slide-btn {
		font-size: 5vw;
		padding: 7px;
		margin-left: 50px
	}
	.background-slide-dots {
		display: none
	}
	.stay-in-touch-wrapper {
		max-width: 600px;
		width: 100%;
		padding: 20px 5px;
		display: block
	}
	.email-icon,
	.stay-in-touch-text {
		display: inline-block
	}
	.email-icon {
		vertical-align: middle;
		width: 40px;
		height: 40px
	}
	.email-icon i {
		font-size: 26px
	}
	.stay-in-touch-btn,
	.stay-in-touch-inputtext,
	.stay-in-touch-text h1 {
		font-size: 5vw
	}
	.email-icon,
	.stay-in-touch-form,
	.stay-in-touch-text {
		margin: 0
	}
	.stay-in-touch-form-wrapper {
		margin-top: 20px
	}
	.stay-in-touch-inputtext {
		min-width: 240px;
		width: 100%
	}
	.stay-in-touch-checkbox {
		font-size: 3.5vw
	}
	.blog-head,
	.packages-head,
	.profil-head,
	.services-head {
		max-width: none;
		width: 100vw;
		margin: 0;
		text-align: center
	}
	.profil-wrapper {
		width: auto;
		margin: 0;
		display: block
	}
	.profil-container,
	.profil-image {
		width: 100%
	}
	.profil-image {
		display: none
	}
	.profil-image-mobile{
		max-width: 70%;
		margin: 20px auto;
		display: block;
	}
	.profil-container h1 {
		font-size: 40px;
		padding: 0
	}
	.profil-btn {
		margin: 20px 40px
	}
	.profil-container h4 {
		margin: 0 40px
	}
	.profil-container h3 {
		margin: 10px 40px 30px
	}
	.blog-title,
	.packages-title,
	.profil-title,
	.services-title {
		margin-top: 50px
	}
	.blog-title h1,
	.clients-title h1,
	.packages-title h1,
	.profil-title h1,
	.services-title h1 {
		font-size: 30px
	}
	.blog-subtitle h2,
	.clients-subtitle h2,
	.packages-subtitle h2,
	.profil-subtitle h2,
	.services-subtitle h2 {
		font-size: 19px
	}
	.services {
		height: auto
	}
	.services-wrapper {
		max-width: none;
		width: 100vw;
		margin: 0;
		display: block;
		height: auto
	}
	.background-image,
	.clients {
		height: 550px
	}
	.services-cat {
		width: 50vw;
		margin: 0 auto
	}
	.services-text {
		margin: 10px auto
	}
	.blog-wrapper,
	.packages-wrapper,
	.services-images-wrapper {
		max-width: none;
		margin: 0;
		display: block;
		justify-content: center;
		width: 100vw
	}
	.services-images-container {
		width: 100%;
		margin: 0 0 350px
	}
	.services-image-subtitle h1 {
		font-size: 25px
	}
	.packages-card {
		max-width: 300px;
		margin: 40px auto
	}
	.blog-box {
		width: 100%;
		margin: 0
	}
	.container {
		max-width: 90vw;
		width: 100%
	}
	.clients-slide-box {
		width: 82vw;
		margin: 150px 17px;
		height: 260px;
		cursor: grab
	}
	.clients-slide-box p {
		font-size: 6vw;
		padding: 30px
	}
	#footer {
		height: 300px
	}
	.footer-wrapper {
		max-width: 100%;
		display: block;
		height: 300px;
		width: 100%;
		padding: 40px 10px
	}
	.footer-address,
	.footer-email,
	.footer-phone,
	.footer-socials {
		width: 100vw;
		margin: 5px 0
	}
	.footer-socials i,
	.footer-wrapper h1 {
		font-size: 7vw
	}
    .calibre {
	padding: 0 !important;
    background-color: none;
    box-shadow: none !important;


	

}


}

@media only screen and (min-width:601px) and (max-width:1000px) {
	.header-menu,
	.menu-bars {
		display: block
	}
	.header-menu {
		top: 100px;
		left: -100%;
		background: #fff;
		position: fixed;
		text-align: center;
		width: 50vw;
		height: 100%;
		z-index: 101
	}
	.blog-box2 {
		width: 100%!important
	}
	.header-menu-overlay {
		content: '';
		width: 100%;
		height: 100%;
		background: rgba(255, 255, 255, .6);
		position: fixed;
		top: 0;
		left: -100%;
		z-index: 100
	}
	.cat {
		margin: 30px 0
	}
	.background-slide-box {
		top: 10%;
		left: 10%;
		width: 80%
	}
	.background-slide-text p {
		font-size: 50px
	}
	.background-slide-title {
		margin-top: 20px
	}
	.background-slide-btn {
		font-size: 25px;
		padding: 10px
	}
	.background-slide-dots {
		display: none
	}
	.email-icon {
		margin: 10px;
		display: inline-block;
		width: 70px;
		height: 70px
	}
	.email-icon i {
		font-size: 40px
	}
	.stay-in-touch-wrapper {
		display: inherit;
		text-align: center
	}
	.stay-in-touch-text {
		display: inline-block;
		vertical-align: top;
		margin: 30px 0 0
	}
	.stay-in-touch-text h1 {
		font-size: 4vw
	}
	.stay-in-touch-form-wrapper {
		display: flex;
		margin: 0 70px
	}
	.blog-wrapper,
	.packages-wrapper,
	.services-images-wrapper {
		display: block
	}
	.stay-in-touch-inputtext {
		min-width: 320px;
		font-size: 4vw;
		max-width: 600px;
		width: 100%
	}
	.stay-in-touch-btn {
		font-size: 30px
	}
	.stay-in-touch-checkbox {
		justify-content: left;
		margin: 10px 0 0 70px
	}
	.profil-wrapper {
		max-width: 900;
		min-width: 600;
		width: 100%;
		padding: 20px
	}
	.profil-btn {
		width: 220px;
		text-align: center
	}
	.services-cat {
		margin: 0 20px
	}
	.services-text h1 {
		font-size: 20px
	}
	.services {
		height: auto;
	
	}
	.services-images-container {
		max-width: 500px;
		height: 600px;
		margin: 0 auto;
		width: 100%
	}
	.container {
		max-width: 90vw;
		width: 100%
	}
	.clients-slide-box {
		width: 82vw;
		margin: 150px 28px;
		height: 260px;
		cursor: grab
	}
	.clients-slide-box p {
		font-size: 5vw;
		padding: 30px
	}
	.blog-wrapper,
	.packages-card {
		max-width: 500px;
		margin: 40px auto;
		width: 100%
	}
	.blog-box {
		width: 100%;
		margin: 0
	}
	.blog-box-image {
		height: 400px
	}
}

@media only screen and (min-width:901px) and (max-width:1200px) {
	.background-slide-box {
		top: 20%;
		left: 15%
	}
	.background-slide-text p {
		font-size: 60px
	}
	.background-slide-title {
		margin-top: 30px
	}
	.background-slide-btn {
		font-size: 25px;
		padding: 10px
	}
	.background-slide-dots {
		display: none
	}
	.email-icon {
		min-width: 80px;
		height: 80px
	}
	.profil-wrapper {
		max-width: 1000px;
		min-width: 900px;
		width: 100%;
		padding: 20px
	}
	.profil-btn {
		width: 220px;
		text-align: center
	}
	.services-cat {
		margin: 0 30px
	}
	.services-text h1 {
		font-size: 21px
	}
	.services-images-container {
		margin: 0 10px
	}
	.services-image-box {
		height: 250px
	}
	.clients-wrapper {
		width: 1000px
	}
	.container {
		width: 900px;
		height: 500px
	}
	.clients {
		top: 40px
	}
	.clients-slide-box {
		width: 400px
	}
	.clients-slide-box p {
		font-size: 26px
	}
	.packages-card {
		margin: 70px 10px
	}
	.footer-address,
	.footer-email,
	.footer-phone,
	.footer-socials {
		width: 30vw
	}
}

.blog-box2,
.profile_img1,
.profile_img2,
.profile_text1,
.profile_text2,
.vplayer {
	display: inline-block;
	vertical-align: top
}

.footer-address-span {
	font-size: 23px;
	position: relative;
	top: 1px
}

.p_profile,
.p_services {
	max-width: 1200px;
	margin: 50px auto;
	width: 90%;
	text-align: center
}

.profile_text1,
.profile_text2,
.service p {
	font-size: 20px;
	text-align: justify
}

.profilemargin {
	margin: 30px 0
}

.profile_img1 {
	max-width: 500px;
	margin: 0 40px;
	height: 350px
}

.profile_img1 img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.profile_text1 {
	line-height: 1.1;
	max-width: 600px;
	margin-bottom: 100px
}

.profile_img2 {
	max-width: 500px;
	margin: 0 40px;
	height: 400px
}

.profile_img2 img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.profile_text2 {
	line-height: 1.3;
	max-width: 600px
}

.profile_text2 ul {
	position: relative;
	left: 20px;
	top: -10px;
	list-style: none;
	line-height: 1.5;
	max-width: 90%
}

.profile_text2 ul li:before {
	content: '✓';
	margin-right: 5px
}

.p_blog,
.p_services {
	max-width: 1000px;
	width: 90%;
	margin: 50px auto
}

.p_blog a {
	text-decoration: none!important
}

.service {
	min-height: 300px;
	margin: 80px 0
}

.left p img,
.right p img {
	width: 200px;
	height: 200px;
	margin-top: 5px;
	object-fit: cover
}

.right p img {
	float: right;
	margin-left: 20px
}

.left p img {
	float: left;
	margin-right: 20px
}

.service h1 {
	letter-spacing: 5px;
	border-bottom: green 1px solid
}

.service p {
	letter-spacing: 1px;
	line-height: 1.3
}

.uk-form-label {
	font-size: 18px!important;
	margin-top: 20px;
	text-align: left
}

.article,
.user_options,
.user_room {
	text-align: center
}

.uk-modal-dialog2 {
	width: 400px!important;
	top: calc(50vh - 350px)
}

.uk-form-stacked {
	padding: 0 15px!important
}

.uk-input2 {
	width: 300px!important
}

.connect_form,
.recover_form,
.register_form {
	cursor: pointer;
	display: block;
	float: left;
	clear: left
}

.connect_form:hover,
.recover_form:hover,
.register_form:hover {
	cursor: pointer;
	color: grey
}

.uk-notification-message-warning {
	color: #fff!important;
	background-color: orange!important
}

.uk-notification-message-success {
	color: #fff!important;
	background-color: green!important
}

.user {
	width: 100vw
}


.user_options,
.user_page {
	width: 100%;
	margin: auto
}

.user_options,
.user_page {
	margin: 0 auto
}

.user_options {
	max-width: 1200px;
	padding: 20px 0
}

.user_room {
	height: calc(100vh - 190px);
	display: none
}

.vplayer {
	width: 40%;
	background-color: #000;
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg)
}

@media only screen and (max-width:1000px) {
	.account_packages-card {
		margin: 25px auto!important
	}
	.user_credits_text,
	.user_user_room_text1,
	.user_user_room_text2 {
		display: none!important
	}
	.user_credits_wrapper,
	.user_room_wrapper {
		padding: 0 10px!important
	}
	#topwrapper {
		position: fixed
	}
	.p_services p img {
		width: 100px!important;
		height: 100px!important
	}
	.services {
		margin-top: 550px
	}
	.service {
		animation-name: none!important
	}
	.service p {
		font-size: 18px
	}
}

.article {
	max-width: 90%;
	width: 1000px;
	margin: auto
}

.article_title {
	font-size: min(max(25px, 4vw), 44px);
	margin: 40px auto;
	text-align: justify;
	font-weight: 800
}

.article_photo {
	margin: 0 auto
}

.article_photo img {
	object-fit: cover;
	width: 100%;
	max-height: 500px
}

.article_date {
	font-style: italic;
	color: var(--main-color);
	margin: 20px 0;
	text-align: right;
	font-size: 25px
}

.article_text {
	margin: 20px 0;
	text-align: justify;
	font-size: 20px;
	line-height: 1.6;
	padding-bottom: 50px
}

.user_credits_wrapper,
.user_room_wrapper {
	border-right: 1px solid #CCC;
	padding: 0 20px;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	text-align: center
}

.p_blog {
	text-decoration: none
}

.user_credits_wrapper {
	font-size: 20px;
	position: relative;
	color: var(--second-color)
}

.user_credits_wrapper:hover {
	color: grey
}

.user_credits_wrapper i {
	font-size: 26px;
	position: relative;
	top: 5px
}

.user_credits {
	display: inline-block;
	vertical-align: top;
	font-size: 30px;
	position: relative;
	top: 2px
}

.user_room_wrapper {
	font-size: 20px;
	color: var(--second-color)
}

.user_room_wrapper:hover {
	color: grey
}

.user_room_wrapper i {
	font-size: 26px;
	position: relative;
	top: 5px
}

.user_user_room_text1 {
	display: inline-block;
	vertical-align: top;
	font-size: 25px;
	position: relative;
	top: 7px
}

.account_packages {
	display: none
}

.account_packages,
.account_packages_title {
	margin: 0!important
}

.account_packages-card {
	margin: 30px 15px
}

ul.menu_cats {
	list-style: none;
	margin: 0;
	padding: 0
}

ul.menu_cats li {
	cursor: pointer;
	padding: 6px 20px;
	font-size: 48px
}

.menu-toggle {
	background-color: transparent;
	position: fixed;
	z-index: 2;
	top: 24px;
	right: 24px;
	border: none;
	width: 36px;
	height: 30px;
	outline: 0;
	transition: opacity .2s ease-out
}

.menu-toggle:before {
	content: "";
	position: absolute;
	top: 15px;
	bottom: -15px;
	left: 0;
	margin: auto;
	right: auto;
	width: 100%;
	background: linear-gradient(to bottom, #294271, #294271 20%, transparent 20%, transparent 40%, #294271 40%, #294271 60%, transparent 60%, transparent 80%, #294271 80%, #294271 100%);
	transition: opacity .2s ease-out, width .2s .2s ease-out
}

.menu-toggle:after {
	opacity: 0;
	content: "×";
	color: #fff;
	position: absolute;
	top: 30px;
	left: -4px;
	font-family: Arial, sans-serif;
	font-size: 76px;
	line-height: 0;
	transition: opacity .4s ease-out;
	color: var(--second-color)
}

nav:before,
ul.menu_cats li:before {
	content: ""
}

nav,
nav:before {
	left: 0;
	overflow: hidden
}

.menu-toggle:active {
	transform: translateY(2px)
}

.menu-toggle:hover {
	opacity: .6
}

.open {
	overflow: hidden
}

.open .menu-toggle {
	opacity: 1
}

.open .menu-toggle:before {
	opacity: 0;
	width: 0
}

.open .menu-toggle:after {
	opacity: 1;
	transform: translate3d(0, 0, 0) rotate(360deg);
	transition: transform .4s 1s ease-out, opacity .4s 1s ease-out
}

nav {
	z-index: 1;
	position: fixed;
	top: -100%;
	width: 100%;
	height: 100%;
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

nav:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: var(--second-color);
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	border-radius: 100%;
	transform: scale(.04), translateY(9999px)
}

.open nav {
	top: 0
}

.open nav:before {
	-webkit-animation: menu-animation .8s ease-out forwards;
	animation: menu-animation .8s ease-out forwards
}

ul.menu_cats {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	perspective: 1000;
	color: #fff
}

ul.menu_cats li {
	opacity: 0;
	text-align: center;
	transform: translate3d(0, 36px, 0);
	margin-top: 10px
}

ul.menu_cats li:after,
ul.menu_cats li:before {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: auto;
	overflow: hidden
}

ul.menu_cats li:before {
	top: 0;
	left: auto;
	background-color: #fff;
	height: 100%;
	width: 0;
	transition: width .14s ease-out
}

ul.menu_cats li:after {
	opacity: 0;
	content: attr(data-text);
	top: 0;
	left: 0;
	color: #98B296;
	transform: translate(-24px, 6px);
	transition: transform .1s ease-out, opacity .1s ease-out
}

ul.menu_cats li:hover:before {
	left: 0;
	right: auto;
	width: 100%
}

ul.menu_cats li:hover:after {
	opacity: 1;
	padding: 0 20px;
	transform: translate(0, 6px);
	transition: transform .2s .14s ease-out, opacity .2s .14s ease-out
}

.open ul.menu_cats li {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition: transform .2s ease-out, opacity .2s ease-out
}

.open ul.menu_cats li:nth-child(1) {
	transition-delay: .75s
}

.open ul.menu_cats li:nth-child(2) {
	transition-delay: .85s
}

.open ul.menu_cats li:nth-child(3) {
	transition-delay: .95s
}

.open ul.menu_cats li:nth-child(4) {
	transition-delay: 1.05s
}

.open ul.menu_cats li:nth-child(5) {
	transition-delay: 1.15s
}

.open ul.menu_cats li:nth-child(6) {
	transition-delay: 1.25s
}

@-webkit-keyframes menu-animation {
	0% {
		opacity: 0;
		transform: scale(.04) translateY(300%)
	}
	40% {
		transition: ease-out;
		transform: scale(.04) translateY(0)
	}
	60% {
		opacity: 1;
		transform: scale(.02) translateY(0)
	}
	61% {
		transform: scale(.04)
	}
	99.9% {
		height: 0;
		padding-bottom: 100%;
		border-radius: 100%
	}
	100% {
		transform: scale(2);
		height: 100%;
		padding-bottom: 0;
		border-radius: 0
	}
}

@keyframes menu-animation {
	0% {
		opacity: 0;
		transform: scale(.04) translateY(300%)
	}
	40% {
		transition: ease-out;
		transform: scale(.04) translateY(0)
	}
	60% {
		opacity: 1;
		transform: scale(.02) translateY(0)
	}
	61% {
		transform: scale(.04)
	}
	99.9% {
		height: 0;
		padding-bottom: 100%;
		border-radius: 100%
	}
	100% {
		transform: scale(2);
		height: 100%;
		padding-bottom: 0;
		border-radius: 0
	}
}

.user_room_wrapper:last-child {
	border: none
}

#paypal-button-container {
	padding: 40px
}

.fb-share-button {
	float: left;
	margin: 25px 0
}

.calibre {
	width: 80%;
	max-width: 1000px;
	margin: 40px auto;
	padding: 40px 80px;
	background-color: white;
	text-align: justify;
	line-height: 1.4;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 1px 0px 5px -1px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 1px 0px 5px -1px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 1px 0px 5px -1px rgba(0, 0, 0, 0.35);
}

