html
{
    background: #262626;
    min-height: 100%;
    scroll-behavior: smooth;
    behavior: 'smooth';
}
body
{
    font-family: 'Ubuntu', sans-serif;
    font-size: 1rem;
    color: #505050;
    background: #ffffff;
    scroll-behavior: smooth;
    behavior: 'smooth';
	width: 100vw !important;
	overflow-x: hidden;
}

#welcome
{
    background: #fff; position: fixed; width: 100%; height: 100%; text-align: center; display: flex; justify-content: center; align-content: center; align-items: center; z-index: 300;
}
#welcome>div
{
	width: 200px;
    height: 200px;
    display: flex;
}
#welcome img
{
	margin: 50px;
}
#page-wrapper
{
    max-width: 100%;
    
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    min-height: 100vh;
    position: relative;
    transition: margin 0.3s ease-out 0s;
} 
#preloader
{
    display: none; position: absolute; top: 0; left: 0; width: 100%;
    z-index: 999999;
}
#preloader .inner
{
    display: flex; justify-content: center; align-content: center; align-items: center; min-height: 100vh; width: 100%; 
}

.slider
{
    position: relative;
}
.slider-screen
{
    position: relative;
    z-index: 2;
}
.slider-h
{
    -ms-overflow-style: none;
    overflow-x: scroll;
    behavior: 'smooth';
    scroll-behavior: smooth;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
}
.slider-h::-webkit-scrollbar {
  display: none;
}
.slider-h>.row
{
    margin: 0; flex-wrap: nowrap; justify-content: left !important;
}
.slider-controls
{
    display: flex;
    width: auto;
    margin: 20px auto;
    justify-content: center;
    opacity: 1;
    -webkit-transition: all .5s; transition: all .5s;
    transition-delay: .5s;
}
.slider:hover .slider-controls
{
    -webkit-transition: all .5s; transition: all .5s;
    bottom: 25px; /* calc(50% - 26px); */
}
.slider-controls .left, .slider-controls .right
{
    background: #4d4d4d;
    border: 1px solid #fff;
    color: #fff;
    margin: 0 25px;
    padding: 6px 10px;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all .5s; transition: all .5s;
    border-radius: 100%;
    
}
.slider-controls .left:hover, .slider-controls .right:hover
{
    background: #fff;
    color: #4d4d4d;
    border-color: #4d4d4d;
}
.slide, .slide .col-sm-3
{
    flex-shrink: 0;
    scroll-snap-align: center;
}
.slide
{
	font-size: 1.4rem;
	display: flex;
    justify-content: center;
}
.slide h2
{
	margin: 0 0 10px 0;
	font-size: 3rem;
}

.slide .img
{
	width: 100vw;
}

#hp-slider .owl-nav
{
	position: absolute;
	bottom: 30px;
	width: 100%;
}
@media (max-width: 1000px)
{
	.slide h2
{
	margin: 0 0 10px 0;
	font-size: 1.5rem;
}
	.slide p
	{
		display: none;
	}
	#hp-slider .owl-nav
	{
		position: static;
		margin-top: 20px;
	}
	.slide .btn
	{
		padding: .3rem 2rem !important;
		margin-top: 15px;
	}
}
a
{
  -webkit-transition: all .5s; transition: all .5s;
    color: #f16032;
	
}
a:focus, a:hover
{
  -webkit-transition: all .5s; transition: all .5s;
    cursor: pointer;
}
h1
{
  font-size: 3rem;
  margin: 80px 0 50px 0;
}
@media (max-width: 1000px)
{
	.slide h1
	{
	  font-size: 1.2rem !important;
	  margin: 80px 0 50px 0;
	}
}

h2, .h2
{
  font-size: 2.2rem;
  margin: 40px 0 30px 0;
}
@media (max-width: 1000px)
{
	.slide h1
	{
	  font-size: 1.2rem !important;
	  margin: 80px 0 50px 0;
	}
	h2, .h2
	{
	  font-size: 1.8rem;
	  margin: 40px 0 30px 0;
	}
}
h3
{
  margin: 35px 0 25px 0;
  font-size: 1.6rem;
}
h4
{
  margin: 30px 0 20px 0;
}

h1, h2, h3, h4, h5, h6
{
    font-family: 'Ubuntu', sans-serif;
    font-weight: 100;
}

.btn-marked-text
{
    position: relative;
    z-index: 2;
}
.btn-marked-text .marked-text
{
/*  padding: 5px 15px; */
    position: relative;
}
.btn-marked-text .marked-text>.bg
{
/*  padding: 5px 15px; */
    position: absolute;
    width: 0;
    top: 0;
    left: 0;
    height: 100%;
    background: #d7b47b;
    z-index: 0;
    -webkit-transition: all .3s; transition: all .3s;
}
a.btn-marked-text:hover, a.btn-marked-text:focus
{
    text-decoration: none;
}
.btn-marked-text .marked-text>.label
{
    position: relative;
    -webkit-transition: all .3s; transition: all .3s;
}
.btn-marked-text:hover .marked-text>.label, .btn-marked-text:focus .marked-text>.label
{
    text-decoration: none;
    color: #323438;
    -webkit-transition: all .3s; transition: all .3s;
}
.btn-marked-text:hover .marked-text>.bg, .btn-marked-text:focus .marked-text>.bg
{
    width: 100%;
    -webkit-transition: all .3s; transition: all .3s;
}
#main
{
    align-self: center;
    margin-top: 0;
    margin-bottom: auto;
    width: 100%;
}

#top-menu
{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin: 0 15px;
}

#top-menu nav
{
    display: flex;
}

#top-menu a, #top-menu .booksy-widget-container-dialog
{
    text-decoration: none;
    display: inline-block;
    color: inherit;
    border-radius: 4px;
    padding: 10px;
}

#top-menu a:hover, #top-menu .booksy-widget-container-dialog:hover
{
	background: #f16032;
	color: #fff;
}

#main-header
{
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    z-index: 200;
    position: sticky;
	top: 0;
    line-height: 1.2;
    width: 100%;
    -webkit-transition: all .8s; transition: all .8s;
    box-shadow: 0 0 0 rgba(0,0,0,.2);
}
#main-header>.bg
{
    position: absolute;
    width: 100%;
    height: 66px;
    top: 43px;
    background: #434652;
}

#main-header>.inner
{
    position: relative;
    z-index: 10;
    width: 100%;
	display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto;
}


#main-header.sticky 
{
	background: #fff;
	-webkit-transition: all .8s; transition: all .8s;
	box-shadow: 0 1px 3px rgba(0,0,0,.3);
    padding: 0;
}

#main-header>.bg-top
{
    position: absolute;
    width: 100%;
    height: 109px;
    top: 0;
    background: rgba(67,70,82,0.7);
    -webkit-transition: all .8s; transition: all .8s;
}


#main-header .main-brand img
{
	-webkit-transition: all .8s; transition: all .8s;
	height: 100px;
	margin-top: 0;
}
#main-header.sticky .main-brand img
{
	height: 50px;
	-webkit-transition: all .8s; transition: all .8s;
}

#main-header .main-brand
{
    font-weight: 100;
    color: #323438;
    font-size: 26px;
    float: left;
	z-index: 2;
    margin: 10px 20px;
}
#main-header .main-brand:hover, #main-header .main-brand:focus
{
    text-decoration: none;
}
#header-nav
{
    display: flex;
    font-size: .9rem;
    -webkit-transition: all .3s; transition: all .3s;
	align-items: flex-end;
	justify-content: space-between;
	max-width: 100%;
    flex-direction: column;
    height: 100%;
    width: 100%;
}
#main-header.sticky #header-nav
{
}

#main-menu-wrapper
{
    font-weight: normal;
    display: flex;
	flex-direction: row;
	justify-content: space-between;
    height: 100%;
    width: 100%;
}
#main-menu
{
	display: flex;
	flex-direction: row;
    align-items: center;
    margin: 0 20px;
}
#main-menu>ul
{
	display: flex;
	flex-direction: row;
}
#main-menu a
{
    display: flex;
    align-items: center;
	color: inherit;
	border-radius: 4px;
    padding: 14px 22px;
}
#main-menu a:hover, #main-menu a:focus, #main-menu .show a
{
	background: #f16032;
	color: #fff;
}

#main-menu-toggle
{
    display: none;
    padding: 1px 4px;
    background: none;
    border: none;
    color: #f16032;
	float: right;
	position: absolute;
	right: 15px;
	z-index: 999999;
    font-size: 2rem;
    border-radius: 3px;
}
#main-menu-toggle:hover, #main-menu-toggle.target-onscreen
{
    background: #f16032;
    border: 1px solid #f16032;
    color: #ffffff;
}
#main-menu>ul
{
    display: flex;
}
@media (max-width: 1400px)
{
    #hp-slider .caption h2
    {
        font-size: 1.2rem !important;
        margin: 0 !important;
    }
    #hp-slider .caption>div
    {
        padding: 10px !important;
    }
    
    #top-menu span
    {
        display: none;
    }
    
    #main-header .main-brand img
    {
        height: 50px !important;
    }
    
    #main-menu-toggle
    {
    display: block;

    }
    #main-menu
    {
        position: absolute;
        top: -100vh;
        -webkit-transition: all .6s; transition: all .6s;
        background: rgba(255,255,255,.9);
		display: flex;
		flex-direction: column;
		padding: 20px 0;
		width: 100vw;
		height: calc(100vh - 118px);
		overflow-y: auto;
		left: 0;
		right: 0;
        margin: 0;
    }
	#main-menu
	{
		display: flex;
		flex-direction: column;
	}
	#main-menu ul
	{
		display: flex;
		flex-direction: column;
	}
    #main-menu a
    {
        float: none;
        margin: 1px;
        text-align: center;
    }
    #main-menu.onscreen
    {
		top: 108px;
		text-align: center;
        -webkit-transition: all .6s; transition: all .6s;
    }
    #main-menu span
    {
        opacity: 1 !important;
    transform: translate(0, 0) !important;
        display: block;
    }
    #hp-slider img
    {
        width: 150vw;
        margin: 0 -25vw;
    }
}

.offer-slide-nav
{
    position: absolute; right: 55%; bottom: 20px;
    z-index: 40;
}
.offer-slide-nav>div
{
    width: 130px;
    height: 130px;
    border-radius: 5px;
    overflow: hidden;
    background: rgba(67,70,82,0.53);
    margin-right: 3px;
    float: left;
    -webkit-transition: all .5s; transition: all .5s;
}
@media (max-width:1500px)
{
	.offer-slide-nav>div
	{
		width: 50px;
		height: 50px;
	}
}
@media (max-width:800px)
{
	.offer-slide-nav
	{
		display: none;
	}
}

.offer-slide-nav>div>img
{
    height: 80%;
    object-fit: cover;
    margin-top: 10%;
    -webkit-transition: all 1s; transition: all 1s;
}
.offer-slide-nav>div.active
{
    margin-bottom: -20px;
    background: #f16032;
}
.offer-slide-nav>div.active>img
{
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .5s; transition: all .5s;
}
.offer-list .item
{
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #EDEDE7;
    overflow: hidden;
	color: inherit;
	display: inline-block;
	text-align: center;
	border-radius: 5px;
    -webkit-transition: all .3s; transition: all .3s;
	height: 100%;
}
.offer-list .item:hover, .offer-list .item:focus
{
		box-shadow: 0 30px 70px -40px rgba(0, 0, 0, .2);
    text-decoration: none;
    -webkit-transition: all .6s; transition: all .6s;
}
.offer-list .item .icon
{
    font-size: 3rem;
    position: relative;
    z-index: 5;
    margin: 0 auto 0 auto;
    color: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    text-shadow: 0 10px 14px rgba(0,0,0,.5);
    -webkit-transition: all .6s; transition: all .6s;
    box-shadow: 0 0 0 rgba(0,0,0,.3);
}

.offer-list .item .wrapper
{
    position: relative;
    z-index: 10;
}
.offer-list .item .bg
{
    position: absolute;
    height: 0;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    -webkit-transition: all .6s; transition: all .6s;
        border-radius: 5px;
}


.offer-list .item:hover .bg, .offer-list .item:focus .bg
{
    height: 100%;
    background: #f16032;
    -webkit-transition: all .6s; transition: all .6s;
	box-shadow: 0 30px 70px -40px rgba(0, 0, 0, .2);
}
.offer-list .item .img
{
    width: 100%;
    height: 300px;
    overflow: hidden;
        border-radius: 5px;
}
.offer-list .item img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .6s; transition: all .6s;
}
.offer-list .item:hover img, .offer-list .item:focus img
{
    -webkit-transition: all .3s; transition: all .3s;
}
.offer-list .item .caption
{
    padding: 20px 20px 0 20px;
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: relative;
    z-index: 5;
}
.offer-list .item .caption h3
{
    margin: 0;
    padding: 3px 8px 8px 8px;
	font-size: 1.4rem;
}
.offer-list .item .caption p
{
    font-size: 1.1rem;
    line-height: 1.3;
    clear: both;
    padding: 3px 8px;
    text-align: left;
}
#app-info
{
    margin-bottom: 100px;
}
#teaser
{
    margin-top: 150px;
}
.about-teaser
{
    position: relative;
    color: #fff;
}
.about-teaser>img
{
    width: 100%;
}
.about-teaser .info
{
    position: absolute;
    width: 50%;
    left: 50%;
    padding: 5%;
    top: 50%;
    transform: translateY(-50%);
    max-width: 800px;
}
.about-teaser h2
{
    font-size: 48px;
    margin-top: 0;
    text-align: left;
}

.btn {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: bold;
    line-height: 1.5;
  -webkit-transition: all .5s; transition: all .5s;
    outline: none !important;
    box-shadow:none !important;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 2px;
    padding: .75rem 3.5rem;
        font-size: .8rem;
}
.btn-secondary {
    color: #fff;
    background: #f16032;
    border: none;
}
.btn-secondary:hover {
    color: #fff !important;
    background: #f16032 !important;
}
.btn-secondary.disabled {
    background: rgba(67,70,82,0.4) !important;
}

.btn-primary-negative {
    color: #f16032;
    background-color: none;
    border-color: #f16032;
}
.btn-primary-negative:hover, .btn-primary-negative:focus {
    color: #fff;
    background-color: #f16032;
    border-color: #f16032;
}
.btn-primary-negative-dark {
    color: #f16032;
    background-color: rgba(215,180,123,.2);
    border-color: none;
}
.btn-primary-negative-dark:hover, .btn-primary-negative-dark:focus {
    color: #fff;
    background-color: #f16032;
    border-color: #f16032;
}
.btn-primary {
    background-color: #f16032;
    border-color: #f16032;
    border-width: 0;
	color: #fff;
}
.btn-primary:hover, .btn-primary:focus {
    color: #f16032;
    border-color: #f16032;
	background: none;
}


.testimonials-list>.row
{
    margin: 0 60px;
    justify-content: center;
}
.testimonials-list>header
{
    padding: 100px 0 0 0;
    text-align: center;
}
.testimonials-list>footer
{
    padding: 70px 0 100px 0;
    text-align: center;
}
.testimonials-list h2
{
    margin: 0;
}
.testimonials-list .wrapper
{
    padding-top: 80px;
}
.testimonials-list .owl-stage-outer
{
    padding: 80px 0 10px 0;
}


.testimonials-list .item
{
    height: 100%;
    width: 100%;
    cursor: pointer;
    text-align: center;
    color: inherit;
    /* box-shadow: 0 2px 3px rgba(0,0,0,.6); */
        display: inline-block;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.testimonials-list .item small
{
    line-height: 1.2;
    display: block;
}
.testimonials-list .item:hover
{
    text-decoration: none;
}
.testimonials-list .item:hover .inner
{
    background: none;
    -webkit-transition: all .5s; transition: all .3s;
}
.testimonials-list .item img
{
    width: 100%;
    display: block;
    -webkit-transition: all .5s; transition: all .3s;
}
.testimonials-list .item:hover img, .testimonials-list .item:focus img
{
    transform: scale(1.1);
}
.testimonials-list .item:hover img, .testimonials-list .item:focus img
{
    -webkit-transition: all .5s; transition: all .3s;
}
.testimonials-list .item .content
{
    width: 40%;
    height: 96%;
    position: absolute;
    right: 1%;
    top: 2%;
    background: rgba(250,250,250,.95);
    border-radius: 10px;
    text-align: left;
}
.testimonials-list .item .content>.inner
{
    bottom: 0;
    padding: 20px;
    position: absolute;
}
@media (max-width: 800px)
{
	.testimonials-list .item .content
	{
		width: 60%;
		
	}

}
@media (max-width: 650px)
{
	.testimonials-list .item .content
	{
		width: 100%;
		height: auto;
		right: auto;
		top: auto;
		margin: 0;
		position: relative;
		background: none;
		border-radius: 0;
	}
    .testimonials-list .item .content>.inner
	{
		padding: 20px;
		position: relative;
		background: rgba(245,245,245,.95);
		border-radius: 10px;
		margin: -70px 10px 0 10px;
	}
	
}


.movies-list
{
}
.movies-list>header
{
    padding: 100px 0 70px 0;
    text-align: center;
}
.movies-list>footer
{
    padding: 70px 0 100px 0;
    text-align: center;
}
.movies-list h2
{
    margin: 0;
    text-align: center;
}
.movies-list .row
{
    margin: 0 -1px;
}
.movies-list .row>a
{
    padding: 1px;
    cursor: pointer;
}
.movies-list .row>a i
{
    display: block;
    padding: 20px;
    font-size: 36px;
    -webkit-transition: all .5s; transition: all .3s;
}
.movies-list .row>a:hover i, .movies-list .row>a:focus i
{
    color: #d7b47b;
    -webkit-transition: all .5s; transition: all .3s;
}
.movies-list .row>a h3
{
    text-align: left;
    display: block;
    position: relative;
    margin: 0;
}
.movies-list .row>a img
{
    width: 100%;
}
.movies-list .row>a .caption
{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    text-align: center;
    padding: 40px;
    width: 100%;
    line-height: 1.1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

/* POSTS */


.posts-list .row
{
    margin: 0 5px;
}
@media (max-width: 1200px)
{
	.posts-list .row
	{
		margin: 20px 10px;
	}
}

.posts-list .row>div
{
    padding: 5px;
}
.posts-list a.item
{
    cursor: pointer;
    padding: 0;
    display: block;
    font-size: 1.1rem;
    position: relative;
    z-index: 5;
    -webkit-transition: all .3s; transition: all .3s;
    overflow: hidden;
	color: inherit;
}
.posts-list a.item:hover
{
    text-decoration: none;
    -webkit-transition: all .3s; transition: all .3s;
}
.posts-list a.item .published
{
    font-size: 1rem;
}

.posts-list a.item h3
{
    display: block;
    position: relative;
    font-weight: normal; 
    margin: 0 0 10px 0;
    font-size: 1.3rem;
    -webkit-transition: all .3s; transition: all .3s;
}
.posts-list a.item:hover h3
{
    -webkit-transition: all .3s; transition: all .3s;
}
.posts-list a.item .img
{
	height: 300px;
    width: 100%;
    overflow: hidden;
    position: relative;
	display: flex;
	border-radius: 4px;
    align-items: center;
    justify-content: center;
	
    -webkit-transition: all .3s; transition: all .3s;
}
.posts-list a.item:hover .img, posts-list a.item:focus .img
{
    -webkit-transition: all .3s; transition: all .3s;
}
.posts-list a.item .image
{
    border-radius: 5px;
    background: #1c4061;
}
.posts-list a.item img
{
    height: 100%;
    width: 100%;
	object-fit: cover;
    -webkit-transition: all .3s; transition: all .3s;
    opacity: .9;
}
.posts-list a.item:hover img
{
	transform: scale(1.2);
    -webkit-transition: all .6s; transition: all .6s;
}
.posts-list a.item .caption
{
    padding: 20px;
    width: 100%;
    text-align: center;
	flex-direction: column;
	display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all .6s; transition: all .6s;
}

.posts-list a.item .published
{
    height: 0;
    overflow: hidden;
    -webkit-transition: all .3s; transition: all .3s;
}
.posts-list a.item:hover .published
{
    height: 20px;
    overflow: hidden;
    -webkit-transition: all .3s; transition: all .3s;
}
.posts-list a.item:hover .caption
{
	top: 0;
    -webkit-transition: all .6s; transition: all .6s;
	opacity: 1;
}

/* END OF POSTS */

#main-footer
{
    font-size: .9rem;
    position: relative;
    z-index: 20;
    margin-top: 0;
}


#main-footer .copyright
{
	padding: 40px;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: rgba(0,40,90,.05);
    background-clip: padding-box;
    border: none;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#footer-menu-wrapper
{
	padding: 30px;
	overflow: hidden;
	position: relative;
}
#footer-menu-wrapper>.bg
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: .3;
}
#footer-menu-wrapper>.bg>img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#footer-menu-wrapper>.container
{
	max-width: 1400px;
	margin: 0 auto;
}
#footer-menu
{
    padding: 30px;
    position: relative;
    font-size: 1rem;
    text-transform: uppercase;
}
#footer-menu ul
{
	list-style: none;
	padding: 0;
}
@media (max-width: 1200px)
{
	#footer-menu
	{
		padding: 0 0 30px 0;
		font-size: .8rem;
	}
}
#footer-menu big
{
    font-size: 130%;
}
#footer-menu .social
{
	margin-left: 15px;
	margin-top: 10px;
	display: flex;
}
#footer-menu .social a
{
    border: 1px solid #f16032;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
	margin-right: 10px
}
#footer-menu .social a:hover
{
    background: #f16032;
    color: #fff;
}
#footer-menu .social a:hover big i
{
    color: #434652;
}
#footer-menu .social a i
{
    margin: 0;
}

#footer-menu ul
{
    padding: 0 15px;
    color: #fff;
}

#footer-menu a
{
    color: #fff;
}
#footer-menu li a
{
    display: block;
    padding: 2px 0;
}
#footer-menu a:hover, #footer-menu a:focus
{
    text-decoration: none;
    color: #f16032;
}
#footer-menu a i
{
    margin-right: 1em;
    color: #f16032;
}
#footer-menu h3
{
    margin: 5px 0;
    font-size: 1.1rem;
}
#footer-menu h4
{
    margin: 8px 0;
    font-size: 1rem;
}
#footer-menu>section
{
    float: left;
}
#footer-menu>nav
{
    float: right;
    font-size: 1rem;
}
#footer-menu>nav>section
{
    float: left;
    padding: 0 50px 10px 50px;
}
#newsletter
{
    text-align: left;
    width: 100%;
    overflow-x: hidden;
}
#newsletter h2, #newsletter h3
{
    text-align: inherit;
}

#page-content
{
    /*
    max-width: 900px;
    padding: 20px;
    margin: 0 auto 40px auto;
    position: relative;
    */
}
#simple
{
    max-width: 900px;
    padding: 20px;
    margin: 0 auto ;
    position: relative;
}
.simple
{
    max-width: 900px;
    padding: 20px;
    margin: 0 auto 40px auto;
    position: relative;
}
#simple img, .simple img
{
    max-width: 100%;
}

.lead {
    font-size: 1.3rem;
    font-weight: normal;
}

#page-top-nav
{
    overflow: hidden;
    clear: both;
    padding: 20px 40px;
    position: relative;
    z-index: 1;
    font-size: .7rem;
}
#page-top-nav .btn
{
    font-size: .8rem;
	padding: .75rem 2rem;
	color: #505050;
    background: rgba(80,80,80,0.25);
    border: none;
}
#page-top-nav .btn:hover
{
	color: #fff !important;
    background: rgba(80,80,80,1) !important;
}
#page-top-nav .btn.disabled
{
    background: rgba(80,80,80,0.7) !important;
}
@media (max-width: 1000px)
{
    #page-top-nav
{
    padding: 20px;
}
}
.btn.disabled, .btn:disabled {
    opacity: .3;
}

#page-header
{
    position: relative; overflow: hidden;
    text-align: center;
}

#page-header h1
{
    position: relative; z-index: 2;
    margin: 30px 0 20px 0;
    font-size: 3rem;
    color: #434652;
    font-weight: normal;
}
#page-header big
{
    font-size: 220%;
    display: block;
    margin-bottom: 20px;
}
#post-header
{
    position: relative; overflow: hidden;
    padding: 90px 40px 110px 40px; color: #fff; text-align: center; font-size: 3.8rem;
    max-width: 100%;
    margin: 0 auto;
}
#post-header small
{
    font-weight: normal; font-family: futura; opacity: .8; font-size: 40%;
}
#post-header h1
{
    margin: 0;
}
#post-header>.inner
{
    position: relative; z-index: 2; max-width: 1200px; margin: 0 auto;
}
#post-header .bg-color
{
    position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; background:#434652; opacity: .6;
}
#post-header .bg-img
{
    position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;
}

#subpage-header
{
    position: relative; overflow: hidden;
    padding: 200px 10px 20px 10px; font-size: 3.2rem;
    max-width: 100%;
    margin: 0 auto; 
    border-top: solid 1px rgba(0,0,0,.15);
    border-bottom: solid 1px rgba(0,0,0,.15);
    color: #fff;
}

#subpage-header small
{
    font-weight: normal; font-family: futura; opacity: .8; font-size: 40%;
}
#subpage-header h1
{
    margin: 0;
    font-size: 2.4rem;
}
#subpage-header>.inner
{
    position: relative; z-index: 4;
        max-width: 900px;
    padding: 20px;
    margin: 0 auto;
}
#subpage-header .bg-color
{
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
	background-color: transparent;
    background: linear-gradient(0deg, rgba(21, 45,67,.5) 0%, rgba(28,64,97,0) 70%);
    z-index: 2;
}
#subpage-header .bg-img
{
    position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;
}

#header-img
{
    z-index: 0;
    overflow: hidden;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
}
#header-img img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#movie-hp
{
    overflow: hidden;
    position: relative;
}

.blockquote {
padding: 20px; background: rgba(0,0,0,.05);    font-size: 1.4rem;
    text-align: center;
}
.img-100vw
{
    width: 100vw;
    margin: 40px 0;
    margin-left: calc((100vw - 100%) / -2) !important;
    overflow: hidden;
}
.width-100vw
{
    width: 100vw;
    margin-left: calc((100vw - 100%) / -2) !important;
}


.img-fixed {
    background-color: rgba(0,0,0,.05);
width: 100vw;
height: 40vh;
min-height: 500px;

    margin: 40px 0;

  background-attachment: fixed;

  background-position: center;

  background-repeat: no-repeat;

  background-size: cover;

    margin-left: calc((100vw - 100%) / -2) !important;
}

h1 .small, h1 small {
    font-size: 50%;
    font-weight: 400;
}


.filters
{
    text-align: center;
    margin-bottom: 30px;
}
#offers-items
{
    margin-top: 30px;
    margin-bottom: 30px;
    justify-content: center;
}
#achievements
{
    margin: 0 60px;
}
#achievements>header
{
    padding: 100px 0 70px 0;
    text-align: center;
}
#achievements>footer
{
    padding: 70px 0 100px 0;
    text-align: center;
}
#achievements h2
{
    margin: 0;
}

.achievement-item-wraper
{
    width: 25%; padding: 2px; float: left;
}
.achievement-item-wraper.markets
{
    width: 50%;
}
@media (max-width: 1000px)
{
    .achievement-item-wraper, .achievement-item-wraper.markets
    {
        width: 50%;
    }
}
@media (max-width: 700px)
{
    .achievement-item-wraper, .achievement-item-wraper.markets
    {
        width: 100%;
    }
}

.achievement-item
{
    background: #fff; height: 200px; position: relative;
}
.achievement-item-wraper.markets .achievement-item
{
    height: 404px;
}

.achievement-item-inner
{
    position: absolute; width: 100%; height: 100%; left: 0; top: 0; display: flex; align-items: center; justify-content: center;
}
.achievement-item .caption
{
    text-align: center
}
.achievement-item .caption h3
{
    color: #20b2ca; font-size: 60px; margin: 0;
}
.achievement-item .bg
{
    position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: .5;
}

#partners
{
	border-top: #EDEDE7 1px solid;
    padding-bottom: 80px;
}
#partners>header
{
    padding: 60px 0 30px 0;
    text-align: center;
}
#partners>footer
{
    padding: 70px 0 100px 0;
    text-align: center;
}
#partners h2
{
    margin: 0 0 20px 0;
}
#partners .outer
{
    padding: 1px;
}
#partners .item
{
    height: 100%; display: flex; align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 5px;
    -webkit-transition: all .5s; transition: all .5s;
    font-size: .9rem;
    text-align: left;
	background: #fff;

}
#partners .item:hover, #partners .item:focus
{
    -webkit-transition: all .5s; transition: all .5s;
}

#partners .item img
{
    filter: grayscale(100%);
    opacity: .6;
    max-height: 130px;
    max-width: 80%;
    -webkit-transition: all .5s; transition: all .5s;
    transform: scale(0.8);
}
#partners .item:hover img, #partners .item:focus img
{
    filter: grayscale(0%);
    opacity: 1;
    -webkit-transition: all .5s; transition: all .5s;
    transform: scale(1);
}
#partners .item .caption
{
    border-top: 0 solid #fff;
    width: 96%;
    margin: 12px 2%;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all .5s; transition: all .5s;
    position: absolute;
    background: #fff;
    top: 70px;
    box-shadow: 0 0 0 rgba(0,0,0,.4);
    z-index: 50;
    border-radius: 3px;
}
#partners .row
{
	margin: 0;
}
#partners .wrapper
{
    padding: 1px;
}
#partners .item:hover .caption, #partners .item:focus .caption
{
    border-top: 6px solid #d7b47b;
    max-height: 300px;
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
    -webkit-transition: all .5s; transition: all .5s;
    top: 130px;
}
#hp-form>.inner
{
    height: 80vh; min-height: 830px; position: relative;
}

#hp-form .caption-inner h2
{
    margin: 0;
    font-size: 48px; 
}

@media (max-width: 1000px)
{
    #hp-form .caption-inner
    {
        background: rgba(255,255,255,.8);
        text-align: center;
    }
    #hp-form .caption-inner h2
    {
        font-size: 3rem;
    }
    #hp-form .caption
    {
            transform: translate(0, 0) !important;
    }
}


#hp-form .caption-inner
{
    padding: 20px;
}

#hp-form .row
{
    margin: 0;
}



#portfolio h2, #portfolio h3, #portfolio h4
{
    text-align: center;
}
.chart-wrapper
{
    max-width: 100%; width: 1000px; margin: 50px auto;
}
#portfolio h3 big
{
     font-size: 68px;
}

.nav-tabs {
    border-bottom: 1px solid rgba(0,0,0,.2);
    white-space: nowrap;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active
{
    background: #ffffff;
    border-color: rgba(0,0,0,.2);
    border-bottom-color: #ffffff;

}
.tab-panes-container
{
    position: relative;
}
.tab-pane
{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    background: #ffffff;
    overflow: hidden;
    margin-bottom: 40px;
    -webkit-transition: all .5s; transition: all .5s;
}
.tab-pane.active
{
    display: block;
    position: relative;
    opacity: 1;
}
.nav-tabs
{
    margin-top: 60px;
}

.portfolio header
{
    overflow: hidden;
}
@media (max-width: 1000px)
{
#prev-next span
{
    display: none;
}
}
*[data-animation=fade-in]
{
    opacity: 0;
    -webkit-transition: all .5s; transition: all .5s;
}

*[data-animation=fade-in].shown
{
    opacity: 1;
    transform: translate(0, 0);
}


*[data-animation=fade-in-from-bottom]
{
    transform: translate(0, 300px);
    opacity: 0;
    -webkit-transition: all .5s; transition: all .5s;
}

*[data-animation=fade-in-from-bottom].shown
{
    opacity: 1;
    transform: translate(0, 0);
}

*[data-animation=fade-in-from-top]
{
    transform: translate(0, -300px);
    opacity: 0;
    -webkit-transition: all .5s; transition: all .5s;
}

*[data-animation=fade-in-from-top].shown
{
    opacity: 1;
    transform: translate(0, 0);
}

*[data-animation=fade-in-from-left]
{
    transform: translate(-100vw, 0);
    opacity: 0;
    -webkit-transition: all .5s; transition: all .5s;
}

*[data-animation=fade-in-from-left].shown
{
    opacity: 1;
    transform: translate(0, 0);
}

*[data-animation=fade-in-from-right]
{
    transform: translate(100vw, 0);
    -webkit-transition: all .5s; transition: all .5s;
}

*[data-animation=fade-in-from-right].shown
{
    transform: translate(0, 0);
}

*[data-animation=from-left]
{
    transform: translate(-100vw, 0);
    -webkit-transition: all .5s; transition: all .5s;
}

*[data-animation=from-left].shown
{
    transform: translate(0, 0);
}

*[data-animation=from-right]
{
    transform: translate(100vw, 0);
    -webkit-transition: all .5s; transition: all .5s;
}

*[data-animation=from-right].shown
{
    transform: translate(0, 0);
}

.caret {
    animation: blink-caret 500ms steps(10) infinite normal;
}

.map
{
    width: 100% !important;
    border: 1px solid rgba(0,0,0,.1) !important;
}
.no-items-info
{
    width: 100%; padding: 30px 20px !important; background: rgba(0,0,0,.05); text-align: center;
}

.lp-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255,255,255,.7);
  opacity: 1; /* Firefox */
}

.lp-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(255,255,255,.7);
}

.lp-input::-ms-input-placeholder { /* Microsoft Edge */
  color: rgba(255,255,255,.7);
}
.lp-input
{
    background: none; border: none; border-bottom: 1px solid rgba(255,255,255,.8); color: #fff;
}

.logo-item
{
    text-align: center; display: flex; align-content: center; align-items: center; justify-content: center;
}

#benefits
{
    font-size: 28px;
    text-align: center;
}
#benefits i
{
    font-size: 64px;
    display: block;
    margin-bottom: 20px;
    color: #20b2ca;
}
#benefits .row
{
    justify-content: center;
}
#benefits .item
{
    padding: 30px;
}

@keyframes blink-caret {
    from, to {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}

.lds-ring {
  display: inline-block;
  position: absolute;
  width: 200px;
  height: 200px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 200px;
  height: 200px; 
  margin: 0;
  border: 10px solid #f16032;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #f16032 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.survey
{
    width: 100%;
    overflow-x: hidden;
}
.survey>.inner
{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative;
    align-items: center;
}
.survey article
{
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 30px 30px 30px;
}
.survey article h2, .survey article h3, .survey article h4
{
    text-align: center;
    margin-top: 0;
}
.survey article>.inner
{
    max-width: 500px;
    margin: 0 auto;
}
.survey .controls
{
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -21px;
    padding: 0 4px;
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.survey .controls.disabled
{
    opacity: 0;
}
.survey .controls .next, .survey .controls .prev
{
    background: #4d4d4d;
    color: #fff;
    padding: 6px 10px;
    cursor: pointer;
    z-index: 10;
    border-radius: 100%;
    position: relative;
    pointer-events: auto;
    -webkit-transition: all .2s;
    box-shadow: 0 1px 2px rgba(0,0,0,.9);
    transition: all .2s;
}
.survey .controls .next:hover, .survey .controls .prev:hover
{
    box-shadow: 0 6px 8px rgba(0,0,0,.4);
    z-index: 3;
    transform: scale(1.2);
    -webkit-transition: all .2s;
    transition: all .2s;
}
.survey .controls .next *, .survey .controls .prev *
{
    cursor: pointer;
}
.survey .controls .next.disabled, .survey .controls .prev.disabled
{
    opacity: 0;
    cursor: default;
}
.survey .controls
{
    width: 100%;
}
.survey .controls .inner
{
    width: 700px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}


.owl-nav
{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.owl-dots
{
    text-align: center;
	cursor: pointer !important;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev
{
    cursor: pointer !important;
	width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.9);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    border-radius: 100%;
	margin: 0 5px;
	font-size: 2.5rem;
	-webkit-transition: all .5s;
    transition: all .5s;
}
.owl-carousel .owl-nav button.owl-next>span, .owl-carousel .owl-nav button.owl-prev>span
{
	margin-top: -.25rem;
}
button:focus {outline:0 !important; border: none;}

.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover
{
    background: #f16032;
    cursor: pointer !important;
}

.owl-carousel button.owl-dot
{
    background: #4d4d4d;
    border: 1px solid #fff;
    color: #fff;
    margin: 0 5px;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all .5s;
    transition: all .5s;
    border-radius: 100%;
    position: relative;
    
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0 !important;
    font-size: 3rem;
    line-height: 1.5;
    height: 15px;
    width: 15px;
}

.owl-carousel button.owl-dot:hover
{
    background: #f16032;
    cursor: pointer;
    border-color: #f16032;
}
.owl-carousel button.owl-dot.active, .owl-carousel button.owl-dot.active:hover
{
    background: #f16032;
    border-color: #f16032;
    cursor: default;
}
.owl-carousel .owl-nav button.owl-next.disabled, .owl-carousel .owl-nav button.owl-prev.disabled
{
    opacity: .5;
    color: #4d4d4d;
    cursor: default;
}
.page-top-padding
{
    height: 160px;
    width: 100%;
}

.vw {
    width: 100vw;
    margin-left: calc((100vw - 100%) / -2) !important;
}

#main-menu ul
{
    list-style: none;
    padding: 0;
	margin: 0;
}
#main-menu ul li
{
    margin: 0;
    padding: 0;
    position: relative;
}
#main-menu>ul>li
{
    display: inline;
}
#main-menu .submenu
{
    position: absolute;
    background: #fff;
	padding: 0 5px;
	border-radius: 5px;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
    box-shadow: 0 0 0 rgba(0,0,0,.2);
    margin-top: 0;
    z-index: 1;
    left: 0;
	min-width: 350px;
	max-width: 100vw;
}
#main-menu .submenu a
{
    height: auto;
    padding: 15px;
}
#main-menu ul li:hover .submenu
{
    max-height: 100vh;
    -webkit-transition: all 1s;
    transition: all 1s;
    transition-delay: 0;
    box-shadow: 0 2px 30px rgba(0,0,0,.2);
    z-index: 10;
	padding: 5px;
}
@media (max-width: 1400px)
{
    #main-menu .submenu, #main-menu .submenu:hover, #main-menu .submenu:focus
    {
        position: static !important;
        max-height: fit-content !important;
        overflow: hidden;
        -webkit-transition: all 1s;
        transition: all 1s;
        box-shadow: none !important;
        margin: 0 !important;
        background: none !important;
        border-radius: 5px;
        padding: 0 15px !important;
    }
    
	#main-menu>ul
	{
		flex-direction: column;
	}
	#main-menu a, #main-menu .submenu  a
	{
		min-height: 30px;
		display: flex;
		align-items: center;
		padding: 0 15px;
		justify-content: center;
	}
	#main-menu a .bg, #main-menu .submenu  a .bg
	{
		display: none;
	}
}

.products-list
{
    margin: 60px 20px;
}

.products-list .item
{
    display: block;
    max-width: 500px;
	margin: 0 auto;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    color: #434652;
    position: relative;
    z-index: 1;
}
.products-list .item:hover
{
    z-index: 200;
	color: #fff;
}
.products-list .item .item-bg
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: #f1f1f2;
    overflow: hidden;
	-webkit-transition: all .3s;
    transition: all .3s;
}
.products-list .item:hover .item-bg
{
	background: #0c3f7f;
	-webkit-transition: all .3s;
    transition: all .3s;
}
.products-list .item .caption
{
    position: relative;
    z-index: 100;
    padding: 10px 20px;
    width: 100%;
}
.products-list .item .caption h3
{
    line-height: 1.1;
    float: left;
	font-size: 1.3rem;
	font-weight: normal;
	margin: 5px 0 15px;
}
.products-list .item .caption h3 small
{
    font-size: 60%;
}
.products-list .item .caption .price
{
    float: right;
    font-size: 2.5rem;
    margin-top: 35px;
    text-align: right;
    line-height: .7;
}
.products-list .item .caption .btn
{
    position: absolute;
    left: 20px;
    bottom: -15px;
    padding: .4rem 1.75rem;
}
.products-list .item .caption .price strong
{
    display: block;
}
.products-list .item .caption .price small
{
    font-size: 40%;
}
.products-list .item .car
{
    max-width: 80%;
    margin: 0 10%;
    position: absolute;
    top: 70px;
    left: 0;
    z-index: 5;
    
    -webkit-transition: all .3s;
    transition: all .3s;
}
.products-list .item:hover .car
{
    top: 10px;
    transform: scale(1.4);
    -webkit-transition: all .3s;
    transition: all .3s;
}
.products-list .item .bg
{
    width: 100%;
	position: relative;
    top: 0;
    left: 0;
	bottom: 0;
	right: 0;
    height: 160px;
    overflow: hidden;
    border-radius: 5px;
    -webkit-transition: all .6s;
    transition: all .6s;
	opacity: 1;
}
.products-list .item .bg img
{
    width: 100%;
	height: 100%;
	object-fit: cover;
    position: absolute;
    bottom: 0;
    left: 0;
	top: 0;
	right: 0;
}
.products-list .item:hover .bg
{
    opacity: .8;
    -webkit-transition: all .6s;
    transition: all .6s;
}
#offer-details .btn-secondary
{
	color: #fff !important;
    background-color: none !important;
    border: 1px solid #f16032 !important;
	padding: .3rem 0 !important;
	min-height: 45px;
	display: flex;
    align-items: center;
    justify-content: center;
	font-size: 1rem;
	flex-direction: column;
}
#offer-details .btn-secondary small
{
	font-size: 60%;
}
#offer-details .btn-secondary.active
{
	background: #f16032 !important;
}

#offer-details
{
	position: absolute; top: 300px; z-index: 300; height: 100%;
	    margin-top: -700px;
}
#offer-details .inner
{
	top: 150px; position: -webkit-sticky; position: sticky; margin-bottom: -400px;
}



@media (max-width:991px)
{
	#offer-details
	{
		position: static;
		margin-top: 0;
	}
	#offer-details .inner
	{
		position: relative;
		top: 0;
		max-width: 700px;
		margin: 20px auto;
	}
	.offer-description
	{
		max-width: 700px;
		margin: 0 auto;
	}
}
#offer-details .block
{
	background: rgba(67,70,82,0.9); color: #fff; padding: 20px; margin-bottom: 1px; border-radius: 10px;
}
#offer-details .block h2
{
	font-size: 3rem; margin: 0;
}
#offer-details .block h2 small
{
	font-size: 40%;
}
#offer-details .block h2 .regular-price
{
	text-decoration: line-through;
	font-size: 80%;
}
#offer-details .action-block
{
	background: #f16032;
}
#offer-details .action-block h2
{
	text-align: center; 
}
#footer-form
{
	padding: 80px 0 70px 0;
	border-top: 1px solid #cccccc;
}

#hp-slider .owl-item {
    opacity: 0;
    -webkit-transition: all 1s;
	transition: all .5s;
    transition-delay: .5s;
}

#hp-slider .caption
{
	position: absolute; top: 0; left: -100vw; width: 100%; height: 100%; display: flex; align-items: center;
	-webkit-transition: all 1s;
	transition: all 1s;
    transition-delay: 1s;
}
#hp-slider .active
{
    z-index: 10;
    opacity: 1;
    -webkit-transition: all 1s;
	transition: all .5s;
    transition-delay: .5s;
}
#hp-slider .active .caption
{
	position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center;
	-webkit-transition: all 1s;
	transition: all 2s;
    transition-delay: 2s;
}
#hp-slider .caption>div
{
	background: rgba(0,0,0,0.6);
	padding: 40px 60px;
	border-radius: 0;
}
#hp-slider .caption p
{
	margin: 0;
}
#hp-slider .caption h2
{
	font-size: 2rem; margin: 0; font-weight: normal;
}
#hp-slider img
{
	transform: scale(.8) rotate(-20deg);
	transition: all 1s;
	transition-delay: 4s;
}
#hp-slider .active img
{
	transform: scale(1.5) rotate(10deg);
	transition: all 20s;
}
#hp-slider .bg-color
{
    position: absolute; top: 0; left: 0; width: 100%; height: 300px; z-index: 1; 
	background-color: transparent;
    background-image: linear-gradient(180deg, #010 10%, rgba(38, 40, 32, 0) 100%);
	opacity: .8;
}
.person-info
{
	border-radius: 16px; padding: 24px; border: 1px solid #EDEDE7; min-width: 290px; margin: 10px; position: relative; text-align: center;
	transition: all .6s;
}
.person-info:hover
{
	transition: all .6s;
	box-shadow: 0 30px 70px -40px rgba(0, 0, 0, .2);
}
.person-info img
{
	width: 100%;
}
.person-info .img-info
{
	position: absolute; top: 24px; left: 24px; width: 240px; height: 280px; background: rgba(0,0,0,.55); color: #fff; font-size: .9rem; display: flex; align-items: center; justify-content: center; padding: 24px;
	transition: all .6s;
	opacity: 0;
}
.person-info:hover .img-info
{
	position: absolute; top: 24px; left: 24px; width: 240px; height: 280px; background: rgba(0,0,0,.55); color: #fff; font-size: .9rem; display: flex; align-items: center; justify-content: center; padding: 24px;
	transition: all .6s;
	opacity: 1;
}

.about-item-info
{
	border-radius: 16px; padding: 24px; border: 1px solid #EDEDE7; max-width: 290px; margin: 10px auto; position: relative; text-align: center;
	transition: all .6s;
	display: block;
}
.about-item-info:hover
{
	transition: all .6s;
	box-shadow: 0 30px 70px -40px rgba(0, 0, 0, .2);
}
.about-item-info h3
{
	font-size: 2rem;
}
.about-item-info .icon svg
{
	    width: 1em;
    height: 1em;
    position: relative;
    display: block;
}
.about-item-info .icon
{
	background-color: #fff;
    fill: #f16032;
    color: #f16032;
	font-size: 60px;
    padding: 24px;
	-webkit-border-radius: 50%;
    border-radius: 50%;
	display: inline-block;
}
.about-item-info img
{
	width: 100%;
}
.about-item-info .img-info
{
	position: absolute; top: 24px; left: 24px; width: 240px; height: 280px; background: rgba(0,0,0,.55); color: #fff; font-size: .9rem; display: flex; align-items: center; justify-content: center; padding: 24px;
	transition: all .6s;
	opacity: 0;
}
.about-item-info:hover .img-info
{
	position: absolute; top: 24px; left: 24px; width: 240px; height: 280px; background: rgba(0,0,0,.55); color: #fff; font-size: .9rem; display: flex; align-items: center; justify-content: center; padding: 24px;
	transition: all .6s;
	opacity: 1;
}
.person-info-wrapper .img-info
{
	transition: all .6s;
	opacity: 0;
	max-width: 400px;
	padding: 20px;
	transform: translateY(-50%);
}
.person-info-wrapper:hover .img-info, .person-info-wrapper:focus .img-info
{
	transition: all .6s;
	opacity: 1;
	transform: translateY(0);
}
.btn-secondary.disabled, .btn-secondary:disabled
{
	color: inherit;
}

#contact-side
{
    position: fixed; top: 40vh; right: 0; z-index: 50; margin-right: -300px;
    -webkit-transition: all .3s; transition: all .3s;
}


#contact-side .btn-contact-side
{
	border-radius: 6px;
}

#contact-side .btn-contact-side:hover, #contact-side .btn-contact-side:focus
{
	background: #fff;
}

#contact-side.active
{
    margin-right: 0;
    -webkit-transition: all .3s; transition: all .3s;
}
.btn-contact-side
{
    float: left; padding: .6rem .8rem;
}
.contact-side-content
{
    width: 296px; float: left; padding: 20px; background: #fff; box-shadow: 0 1px 4px rgba(0,0,0,.2);
	border-radius: 6px;
	margin: 0 2px;
}

@media(max-width: 991px)
{
    #contact-side .btn small
    {
        display: none;
    }
    #contact-side .btn big
    {
        font-size: 1.5rem !important;
    }
}
.gallery
{
	max-width: 100%; overflow-x: hidden; margin-bottom: 50px;
}
@media(max-width: 991px)
{
.gallery
{
	margin-bottom: 50px;
}
}
.gallery .img
{
	margin: 2px;
	border-radius: 7px;
	overflow: hidden;
	display: block;
}
.gallery .img img
{
    -webkit-transition: all .6s; transition: all .6s;
}
.gallery .img:hover img
{
	transform: scale(1.2);
    -webkit-transition: all .6s; transition: all .6s;
}
.fancybox-content
{
	border-radius: 10px !important;
	overflow: hidden !important;
}
#simple section>*:first-child, .simple section>*:first-child
{
	margin-top: 0;
}

img.left
{
    max-width: 50% !important;
    float: left;
    margin: 0 20px 20px 0;
    clear: left;
}
img.right
{
    max-width: 50% !important;
    float: right;
    margin: 0 0 20px 20px;
    clear: right;
}
img.center
{
    max-width: 100%;
    margin: 20px auto;
    display: block;
    clear: both;
} 

.gallery-100
{
    width: 100vw; margin-left: calc((100vw - 100%) / -2); padding: 30px
}
.gallery-100 .row
{
    justify-content: center;
}
.gallery-100 .row>div
{
    display: flex;
    justify-content: center;
    padding: 5px;
    flex-direction: column;
}
.gallery-100 .row>div a
{
    width: 100%;
    max-width: 100%;
    height: 300px;
    overflow: hidden;
    display: block;
    position: relative;
    border-radius: 10px;
}
.gallery-100 .row>div img
{
    position: absolute;
    max-width: auto !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    border-radius: 0;
    margin-bottom: 0;
}

#about
{
    position: relative; margin: 0;
}
#about>.info-wrapper
{
    position: absolute; display: flex; align-items: center; justify-content: center; height: 100%; width: 100%;
}
@media (max-width: 991px)
{
    #about>.info-wrapper
    {
        position: static; display: flex; align-items: center; justify-content: center; height: 100%; width: 100%;
    }
}

#about>.info-wrapper>.info
{
    width: 90%; position: relative; padding: 40px 0 30px 0; border: 1px solid rgba(0,0,0,.2); border-radius: 5px;
}
#about>.info-wrapper> .info .info-inner
{
    max-width: 700px; margin: 0 auto; padding: 0 30px;
}
a.important
{
    background: #f16032;
    color: #fff !important;
}
a.important:hover, a.important:focus
{
    background: rgba(243,33,111,0.80);
    color: #fff !important;
}

.btn-lg
{
    border-radius: 60px;
    padding: .9rem 4rem;
    font-size: 1rem;
}
.btn-lg i
{
    font-size: 230%;
    margin-top: -4px;
    position: absolute;
    margin-left: -35px;
}
.btn-lg-with-icon
{
    padding: .9rem 2rem .9rem 4rem;
}
.btn-xs
{
        border-radius: 30px;
    padding: .35rem 1rem;
    font-size: .6rem;
    display: flex;
    align-items: center;
}
.btn-xs i
{
    font-size: 1.4rem;
}
.booksy-widget-container-dialog
{
    width: auto !important;
    height: auto !important;
}
.booksy-widget-container-default.booksy-widget-container-pl .booksy-widget-button:before
{
    content: 'REZERWACJA';
}
.booksy-widget-container-default.booksy-widget-container-pl .booksy-widget-button {
    background: none !important;
    width: auto !important;
    height: auto !important;
}

.booksy-widget-container-dialog
{
    background: #f16032;
    color: #fff !important;
        -webkit-transition: all .4s; transition: all .4s;

}
.booksy-widget-container-dialog:hover, .booksy-widget-container-dialog:focus
{
    background: rgba(243,33,111,0.80) !important;
    color: #fff !important;
        -webkit-transition: all .4s; transition: all .4s;
}
.booksy-business-link
{
    display: none !important;
}
.breadcrumb {
    background: none;
    border-radius: 0;
    font-size: .8rem;
    margin: 0 auto;
    max-width: 900px;
}
.breadcrumb-wrapper
{
    /* border-top: solid 1px rgba(0,0,0,.15); */
    border-bottom: solid 1px rgba(0,0,0,.15);
margin-bottom: 20px;
}

.card
{
    height: 100%;
    border: none !important;
    background: #f6f9f8 !important;
}

.gallery
{
    width: calc(100vw);
    margin: 40px 0;
    margin-left: calc((100vw - 100%) / -2) !important;
    overflow: hidden;
    max-width: 100vw;
}
.gallery .row
{
    margin: 0;
}
.gallery img
{
    border-radius: 10px;
    overflow: hidden;
}
.breadcrumb-item
{
    margin-bottom: 0;
}
#simple>.text:first-child>*:first-child
{
    margin-top: 0 !important;
}
.offers-icons{
    text-align: center;
    padding: 50px 0
}
.offers-icons .row
{
    justify-content: center;
}
.offers-icons a {
    color: inherit;
    margin: 10px 0;
}
.offers-icons a:hover, .offers-icons a:focus
{
    text-decoration: none;
}
.offers-icons .icon
{
    width: 96px;
    height: 96px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background: #00b78e;
    margin: 10px auto;
    transition: all 0.3s;
    transform: scale(1);
    font-size: 3rem;
    color: #fff;
}
.offers-icons a:hover .icon, .offers-icons a:focus .icon
{
        transform: scale(1.3);
    -webkit-transition: all .4s; transition: all .4s;
}
.offers-icons .icon span
{
    font-size: 3rem;
    color: #fff;
}
.offers-icons .info
{
    text-transform: uppercase;
    font-size: .8rem; 
}
.content-items
{
    padding: 20px;
}

.content-items>.row>div
{
    margin: 15px 0;
}
ul.check {
}

ul.check li::before {
  background: url('/pub/assets/img/bullets/check-circled.png') no-repeat; 
  content: "";
  width: 32px;
  height: 32px;
  margin-right: .5rem;
  margin-right: 0.5rem;
  position: absolute;
  left: 0;
    top: 0;
}

ul.check li{
  display: block; 
  padding: .3rem .3rem .9rem 40px;
  position: relative;
}
.squares
{
    margin: 0 -1px;
}
.squares>div
{
    padding: 1px;
}
.squares>div>div
{
    padding: 2rem;
    background: #fce6bf;
    height: 100%;
}