/*gold  DDC07C    light pink    FBE1E4    dark pink      F5B3B5*/
/* General Blueprint Style */
@import url('https://fonts.googleapis.com/css?family=Aref+Ruqaa');
@import url('https://fonts.googleapis.com/css?family=El+Messiri');
/* Made with http://icomoon.io/ */
::-moz-selection { /* Code for Firefox */
  color: #ddc07c;
  background: #FCADBB;
}
::selection {
  color: #ddc07c; 
  background: #FCADBB;
}
/* width */

::-webkit-scrollbar {
	width: 8px;
}
/* Track */
::-webkit-scrollbar-track {
	background: #FBE1E4;
}


/* Handle */

::-webkit-scrollbar-thumb {
	background: #DDC07C;
}


/* Resets */

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


/* Helper classes */

.cf:before,
.cf:after {
	content: ' ';
	display: table;
}

.cf:after {
	clear: both;
}


/* Main styles */

body {
	font-family: 'El Messiri', sans-serif;
	margin: 0;
	color: #DDC07C;
	background-image:url('../images/bg2.png');
        background-size: 335px;
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	text-decoration: none;
	color: #ddc07c;
	outline: none;
}

a:hover {
	color: #fff;
}


/* Blueprint header */

.bp-header {
	padding: 6em 10vw 2em;
}

.bp-header__title {
	font-size: 2.125em;
	font-weight: 700;
	line-height: 1.3;
	margin: 0;
	letter-spacing: 0px;
	text-transform: uppercase;
	color: #FCADBB;
	text-align: center;
    font-family: 'Aref Ruqaa', serif!important;
}

.bp-header__desc {
	font-size: 22px;
	margin: 0.5em 0 1em;
	padding: 0;
}

.bp-header__present {
	font-size: 0.85em;
	font-weight: 700;
	position: relative;
	z-index: 100;
	display: block;
	padding: 0 0.1em 0.6em 0;
	letter-spacing: 0em;
	text-transform: uppercase;
	color: #5c5edc;
}

.bp-tooltip:after {
	font-size: 50%;
	font-size: 75%;
	position: relative;
	top: -8px;
	right: -12px;
	width: 30px;
	height: 30px;
}

.bp-tooltip:hover:before {
	content: attr(data-content);
	font-size: 110%;
	font-weight: 700;
	line-height: 1.2;
	position: absolute;
	right: auto;
	margin-right: 4px;
	padding: 0.8em 1em;
	text-align: right;
	text-indent: 0;
	letter-spacing: 0;
	text-transform: none;
	color: #fff;
	background: #5c5edc;
}

.bp-nav {
	margin: 0 -0.75em 0 0;
}

.bp-nav__item {
	position: relative;
	display: inline-block;
	width: 2.5em;
	height: 2.5em;
	margin: 0 0.1em;
	text-align: right;
	border-radius: 50%;
}

.bp-nav__item > span {
	display: none;
}

.bp-nav__item:hover:before {
	content: attr(data-info);
	font-size: 0em;
	font-weight: bold;
	position: absolute;
	top: 120%;
	right: 0;
	width: 600%;
	text-align: right;
	pointer-events: none;
	color: #595a5f;
}

.bp-nav__item:hover {
	background: #5c5edc;
}

.bp-icon:after {
	font-family: 'bpicons';
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-align: center;
	text-transform: none;
	color: #5c5edc;
	-webkit-font-smoothing: antialiased;
	speak: none;
}

.bp-nav .bp-icon:after {
	line-height: 2.4;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	text-indent: 0;
}

.bp-nav a:hover:after {
	color: #fff;
}

.bp-icon--next:after {
	content: '\e000';
}

.bp-icon--drop:after {
	content: '\e001';
}

.bp-icon--archive:after {
	content: '\e002';
}

.bp-icon--about:after {
	content: '\e003';
}

.bp-icon--prev:after {
	content: '\e004';
}

@media screen and (max-width: 40em) {
	.bp-header {
		padding: 50px 20px 1em;
	}

	.bp-header__title {
		font-size: 1.8em;
	}
}


/**************************** Beginnig of Video wrapper********************************/

html,
body {
	width: 100%;
	height: 100%;
}

#container {
	overflow: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#background_video {
	position: absolute;
	top: calc(50% - 180px);
	left: 70px;
	max-width: 50%;
    height: 470px;
}

#video_cover {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url('video_cover.jpeg') no-repeat;
	background-size: cover;
	background-position: center;
}


/* Demo page specific styles */

#container {
	height: 100%;
}

#overlay {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(251, 225, 228, 0.3);
}

#main_content {
	z-index: 2;
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
}

.about-us-description {
	text-align: right;
	position: absolute;
	right: 70px;
	width: calc(50% - 105px);
	top: calc(50% - 180px);
	padding-left: 15px
}


/**************************** End of Video wrapper********************************/


/**************************** Beginnig of Price List********************************/

.tabsnav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}

.tabsnav--hidden {
	pointer-events: none;
	visibility: hidden;
}

.tabsnav__item {
	height: 50px;
	position: relative;
	cursor: pointer;
}

.tabsnav__bar {
	background: currentColor;
	width: 100%;
	height: 100%;
	position: absolute;
	pointer-events: none;
}

.tabsnav__title {
	position: relative;
	cursor: pointer;
	margin: 0;
	height: 100%;
	font-weight: normal;
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	pointer-events: none;
	white-space: nowrap
}


/* Vertical Menu */

.tabsnav--vertical {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: auto;
	height: 100%;
}

.tabsnav--vertical .tabsnav__item {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	width: 50px;
	height: 100%;
}

.tabsnav--vertical .tabsnav__title {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}


/* Individual menu styles (Basque names) */


/* Ander */

.tabsnav--ander {
	left: 45px;
}

.tabsnav--ander .tabsnav__bar {
	background: #FCADBB;
}

.tabsnav--ander .tabsnav__title {
	color: #ddc07c;
}

.tabsnav--ander .tabsnav__item:not(:last-child) {
	margin: 0 10px 0 0;
}


/* Zeru */

.tabsnav--zeru {
	background: #222525;
}

.tabsnav--zeru .tabsnav__item:first-child .tabsnav__bar {
	background: #161919;
}

.tabsnav--zeru .tabsnav__item:nth-child(2) .tabsnav__bar {
	background: #222525;
}

.tabsnav--zeru .tabsnav__item:nth-child(3) .tabsnav__bar {
	background: #2e3131;
}

.tabsnav--zeru .tabsnav__title {
	color: #fff;
}


/* Ibai */

.tabsnav--ibai {
	top: 50%;
	margin-top: -115px;
}

.tabsnav--ibai .tabsnav__item {
	height: 70px;
}

.tabsnav--ibai .tabsnav__bar {
	background: #414a52;
}

.tabsnav--ibai .tabsnav__title {
	color: #fc0;
}

.tabsnav--ibai .tabsnav__item:not(:last-child) {
	margin: 0 0 10px 0;
}

@media screen and (max-width: 40em) {

	/* don't show a background if on mobile */
	.tabsnav {
		background: none;
	}
}


/**************************** End of Price List********************************/


/**************************** Beginnig of Pages Swapper********************************/

html.js,
.js body {
	overflow: hidden;
	height: 100vh;
	text-align: right
}


/* Pages nav */

.pages-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px;
	text-align: center;
	background: #0e0f0f;
}

.js .pages-nav {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 50vh;
	padding: 30px;
	pointer-events: none;
	opacity: 0;
	background: transparent;
	-webkit-transition: -webkit-transform 1.2s, opacity 1.2s;
	-webkit-transition: opacity 1.2s, -webkit-transform 1.2s;
	transition: opacity 1.2s, -webkit-transform 1.2s;
	-o-transition: transform 1.2s, opacity 1.2s;
	transition: transform 1.2s, opacity 1.2s;
	transition: transform 1.2s, opacity 1.2s, -webkit-transform 1.2s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	-o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	-webkit-transform: translate3d(0, 150px, 0);
	transform: translate3d(0, 150px, 0);
	direction: rtl;
}

.js .pages-nav--open {
	pointer-events: auto;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.pages-nav__item {
	width: 20%;
	padding: 1em;
}

.js .pages-nav__item {
	padding: 0 20px;
}

.pages-nav .pages-nav__item--social {
	width: 100%;
	opacity: 0;
	-webkit-transition: -webkit-transform 1.2s, opacity 1.2s;
	-webkit-transition: opacity 1.2s, -webkit-transform 1.2s;
	transition: opacity 1.2s, -webkit-transform 1.2s;
	-o-transition: transform 1.2s, opacity 1.2s;
	transition: transform 1.2s, opacity 1.2s;
	transition: transform 1.2s, opacity 1.2s, -webkit-transform 1.2s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	-o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
}

.pages-nav--open .pages-nav__item--social {
	opacity: 1;
	-webkit-transition-delay: 0.35s;
	-o-transition-delay: 0.35s;
	transition-delay: 0.35s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.link {
	font-size: 0.85em;
	font-weight: bold;
	position: relative;
	letter-spacing: 0px;
	text-transform: uppercase;
}

.link:hover,
.link:focus {
	color: #ddc07c;
}

.link--page {
	display: block;
	letter-spacing: 0px;
	font-size: 28px;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
	color: #FCADBB;
        font-family: 'Aref Ruqaa', serif!important;
}

.link--page:not(.link--faded)::before {
	content: '';
	position: absolute;
	top: 100%;
	right: 50%;
	width: 30px;
	height: 2px;
	margin: 5px -15px 0 0;
	background: #ddc07c;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	-webkit-transform: scale3d(0, 1, 1);
	transform: scale3d(0, 1, 1);
}

.link--page:hover:before {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

.link--faded {
	color: #ddc07c;
}

.link--faded:hover,
.link--faded:focus {
	color: #fff;
}

.link--page.link--faded {
	font-size: 0.65em;
}

.link--social {
	font-size: 1.5em;
	margin: 0 0.75em;
}

.text-hidden {
	position: absolute;
	display: block;
	overflow: hidden;
	width: 0;
	height: 0;
	color: transparent;
}


/* Pages stack */

.js .pages-stack {
	z-index: 100;
	pointer-events: none;
	-webkit-perspective: 1200px;
	perspective: 1200px;
	-webkit-perspective-origin: 50% -50%;
	perspective-origin: 50% -50%;
}

.js .page {
	position: relative;
	z-index: 5;
	overflow: hidden;
	width: 100%;
	height: 100vh;
	pointer-events: auto;
	background: #FBE1E4;
	-webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
}

.js .pages-stack--open .page {
	cursor: pointer;
	-webkit-transition: -webkit-transform 0.45s, opacity 0.45s;
	-webkit-transition: opacity 0.45s, -webkit-transform 0.45s;
	transition: opacity 0.45s, -webkit-transform 0.45s;
	-o-transition: transform 0.45s, opacity 0.45s;
	transition: transform 0.45s, opacity 0.45s;
	transition: transform 0.45s, opacity 0.45s, -webkit-transform 0.45s;
	-webkit-transition-timing-function: cubic-bezier(0.6, 0, 0.4, 1);
	-o-transition-timing-function: cubic-bezier(0.6, 0, 0.4, 1);
	transition-timing-function: cubic-bezier(0.6, 0, 0.4, 1);
}

.js .page--inactive {
	position: absolute;
	z-index: 0;
	top: 0;
	opacity: 0;
}


/* page content */

.info {
	font-size: 1.25em;
	max-width: 50%;
	margin-top: 1.5em;
}

.poster:not(figure) {
	position: absolute;
	bottom: 4vh;
	right: 60%;
	max-width: 100%;
	max-height: 80%;
}

.poster.logo-img {
	position: absolute;
	left: 70px;
	top: 15px;
	display: inline-block;
	width: 100px;
	height: 100px;
	-o-object-fit: contain;
	object-fit: contain;
}

figure.poster {
	position: relative;
	height: 90vh;
	margin: 5vh auto;
	padding: 0 50px;
	pointer-events: none;
}


/* Menu button */

.menu-button {
	position: absolute;
	z-index: 1000;
	top: 30px;
	right: 70px;
	width: 30px;
	height: 24px;
	padding: 0;
	cursor: pointer;
	border: none;
	outline: none;
	background: transparent;
}

.no-js .menu-button {
	display: none;
}

.menu-button::before,
.menu-button::after,
.menu-button span {
	background: #ddc07c;
}

.menu-button::before,
.menu-button::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 100%;
	height: 2px;
	pointer-events: none;
	-webkit-transition: -webkit-transform 0.25s;
	transition: -webkit-transform 0.25s;
	-o-transition: transform 0.25s;
	transition: transform 0.25s;
	transition: transform 0.25s, -webkit-transform 0.25s;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.menu-button span {
	position: absolute;
	right: 0;
	overflow: hidden;
	width: 100%;
	height: 2px;
	text-indent: 200%;
	-webkit-transition: opacity 0.25s;
	-o-transition: opacity 0.25s;
	transition: opacity 0.25s;
}

.menu-button::before {
	-webkit-transform: translate3d(0, -10px, 0) scale3d(0.8, 1, 1);
	transform: translate3d(0, -10px, 0) scale3d(0.8, 1, 1);
}

.menu-button::after {
	-webkit-transform: translate3d(0, 10px, 0) scale3d(0.8, 1, 1);
	transform: translate3d(0, 10px, 0) scale3d(0.8, 1, 1);
}

.menu-button--open span {
	opacity: 0;
}

.menu-button--open::before {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}

.menu-button--open::after {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}

.xs-shown {
	display: none !important;
}

#map {
	width: calc(50% - 70px);
	height: 400px;
	left: 70px;
	position: absolute !important;
	top: calc(50% - 150px);
	color: black;
}

ul.contact-info {
	list-style-type: none;
	margin-top: 25px;
	width: calc(50% - 70px);
	position: absolute;
	right: 70px;
	padding-left: 15px;
}

ul.contact-info li {
	margin-bottom: 20px;
}

ul.contact-info li a {
	color: #ddc07c;
	font-size: 18px;
	-webkit-transition: 0.4s all ease-in-out;
	-o-transition: 0.4s all ease-in-out;
	transition: 0.4s all ease-in-out;
}

ul.contact-info li a:hover {
	color: #fff;
}

ul.contact-info li i {
	float: right;
	margin-left: 15px;
	color: #fff;
	width: 20px;
	text-align: center;
	font-size: 22px;
	margin-top: -2px;
}

ul.contact-info li:hover i {
	color: #ddc07c;
}

ul.contact-info li span {
	display: inline-block;
	width: calc(100% - 35px);
	text-align: right;
}

.js .page {
	overflow: auto;
	padding-bottom: 20px;
}

.js .page#page-prices {
	overflow: auto
}

.price-list-description {
	text-align: center
}

img.least-prices {
	width: 200px;
}

.price-list-description ul {
	text-align: center;
	padding-left: 0;
}

.price-list-description ul span {
	font-size: 30px;
	color: #FCADBB;
	margin-bottom: 20px;
	display: block;
}

.price-list-description ul li img {
	width: 45px;
	vertical-align: middle;
	margin-left: 20px;
}

.price-list-description ul li {
	color: #fff;
	font-size: 22px;
	margin-bottom: 15px;
	display: inline-block;
	margin-left: 50px;
}

/***************************************Beginnig of services ***********************************/

.button {
	display: inline-block;
	width: 100px;
	height: 100px;
	margin-bottom: 10px;
	background-color: transparent;
	border: 3px dashed #fff;
	cursor: pointer;
	border-radius: 50% !important;
	background-position: center;
	background-size: cover;
	margin: 0 10px;
	font-size: 20px;
	line-height: 220px;
	font-family: 'El Messiri', sans-serif;
	color: #fff
}

.button[data-filter=".service"] {
	background-image: url(../images/logo.png);
}

.button[data-filter=".product"] {
	background-image: url(../images/prod-ico.jpg);
}

.button[data-filter=".work"] {
	background-image: url(../images/work-ico.jpg);
}

.button[data-filter=".customer"] {
	background-image: url(../images/testi-ico.jpg);
}

.button:hover {
	cursor: pointer;
	border-color: #ddc07c;
}

.button.is-checked {
	border: 3px dashed #ddc07c;
	outline: 0px;
}

.button.is-checked {
	color: #ddc07c;
}


/* ---- button-group ---- */

.button-group:after {
	content: '';
	display: block;
	clear: both;
}

.button-group .button {
	float: left;
	border-radius: 0;
	margin-left: 0;
}


/* ---- isotope ---- */


/* clear fix */

.grid:after {
	content: '';
	display: block;
	clear: both;
}


/* ---- .element-item ---- */

.fancybox-caption {
	background: #FCADBB;
	bottom: 0;
	color: #ddc07c;
	font-size: 16px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 18px 22px 0px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996;
	padding: 18px 15px 14px;
}

.element-item {
	position: relative;
	float: right;
	padding: 10px;
	width: 270px;
	height: 270px;
}

.element-item > * {
	margin: 0;
	padding: 0;
}

.element-item a img,
.element-item a video {
     width: 100%; 
    height: 100%;
    -o-object-fit: contain;
    object-fit: cover;
    border-radius: 50%;
}

.element-item > a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 5px;
	width: 260px;
	height: 260px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
    border-radius: 50%
}

.element-item.service a {}

.button-group.filters-button-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 50px;
	direction: rtl
}

.button-group.filters-button-group .button {
	-webkit-transition: 0.4s all ease-in-out;
	-o-transition: 0.4s all ease-in-out;
	transition: 0.4s all ease-in-out
}


/***************************************End of services ***********************************/
/***************************************Beginnig of advantages ***********************************/
.pages-nav__item.pages-nav__item--social a{
    color: #FCADBB!important
}
.our-advantages-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 30px 5% 0px;
}
.our-advantages-wrapper > div{
    text-align: center;
    padding: 0 15px;
    flex: 33.3%
}
.single-advantage img{
    width: 180px;
}
.single-advantage h3{
    color: #FCADBB;
    margin: 15px 0px 20px;
}
.single-advantage p{
    color: #fff;
}

/***************************************End of advantages      ***********************************/

/***************************************Beginnig of Modifications ***********************************/
#page-prices .element-item.single-prr {
    width: 50%;
    float: right!important;
        display: flex;
}
#page-prices .grid {
    width: calc(100% - 110px)!important;
    direction: rtl!important;
    margin-right: 55px;
}
.sin-pr-desc h3 {
    margin: 0;
    color: #FCADBB;
}
a.mob-link {
    width: 120px;
    display: inline-flex;
    text-align: center;
    background: #ddc07c;
    color: #fff;
    height: 40px;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    transition: 0.4s all ease-in-out
}
a.mob-link:hover {
    color: #FCADBB;
    background: #fff;
    box-shadow: 0px 0px 10px #eee
}

a.whats-link {
    width: 120px;
    display: inline-flex;
    text-align: center;
    background: #24CD63;
    color: #fff;
    height: 40px;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    transition: 0.4s all ease-in-out
}
a.whats-link:hover {
    color: #24CD63;
    background: #fff;
    box-shadow: 0px 0px 10px #eee
}
.sin-pr-desc span {
    margin: 8px 0;
    display: block;
}
.sin-pr-desc p {
    color: #fff;
    margin-bottom: 0;
}

.sin-pr-desc {
    display: inline-block;
    height: 210px;
    width: calc(100% - 220px);
    padding: 0px 10px;
}
#page-prices .button-group.filters-button-group {
    flex-wrap: wrap
}
#page-prices .element-item > a {
    width: 210px;
    height: 210px;
    background: #fff;
    border-radius: 0;
}
#page-prices .element-item > a img{
    border-radius: 0
}
#page-prices .button-group .button {
    float: left;
    border-radius: 0;
    margin-left: 0;
    margin-bottom: 10px;
}
#page-prices .button {
    display: inline-block;
    width: auto;
    height: auto;
    margin-bottom: 10px;
    background-color: transparent;
    cursor: pointer;
    border-radius: 0!important;
    background-position: center;
    background-size: cover;
    margin: 0 5px;
    font-size: 18px;
    line-height: unset;
    font-family: 'El Messiri', sans-serif;
    color: #fff;
}
#page-prices button.button.is-checked {
    background: #DDC07C!important;
}
/***************************************End      of Modifications ***********************************/


/***************************************Media Queries***********************************/

@media screen and (max-width: 60em) {
	.info {
		max-width: 100%;
	}

	.poster:not(figure) {
		position: relative;
		top: auto;
		right: auto;
		display: block;
		max-width: 100%;
		max-height: 50vh;
		margin: 0 50% 0 0;
	}

	.pages-nav__item {
		width: 50%;
		min-height: 20px;
	}

	.link--page {
		overflow: hidden;
		white-space: nowrap;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
	}

	.link--social {
		margin: 0 0.1em;
	}
}

@media screen and (max-width: 40em) {
	.js .pages-nav {
		display: block;
		padding: 10px 20px 0 20px;
		text-align: right;
	}

	.js .pages-nav__item {
		width: 100%;
		padding: 0px 0;
	}

	.js .pages-nav__item--small {
		display: inline-block;
		width: auto;
		margin-left: 5px;
	}

	.pages-nav__item--social {
		font-size: 0.9em;
	}

	.info {
		font-size: 0.85em;
	}

	.poster {
		margin: 1em;
	}
}

@media (min-width: 1200px) {
	.bp-header__desc {
		font-size: 19px;
		margin: 0.5em 0 1em;
		padding: 0;
		padding-left: 34px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.bp-header__title {
		font-size: 28px;
	}

	.bp-header__desc {
		font-size: 16px;
	}

	.about-us-description {
		padding-left: 50px;
	}
}

@media(max-width: 991px) {
    #page-prices .element-item.single-prr {
    width: 100%;
    }
	.price-list-description ul li {
		font-size: 20px;
		display: block;
		margin-left: 0;
		width: 275px;
		margin: auto;
		text-align: right;
		margin-bottom: 15px;
	}

	.price-list-description ul li img {
		width: 30px;
		vertical-align: middle;
		margin-left: 15px;
	}

	.btn--back {
		top: 30px;
		right: 5px;
	}

	.poster__img {
		height: 100%
	}

	.menu-button {
		top: 35px;
		left: 15px;
		right: auto;
	}

	.poster.logo-img {
		position: absolute;
		left: auto;
		right: 15px;
		top: 10px;
		display: inline-block;
		width: 85px;
		height: 85px;
		-o-object-fit: contain;
		object-fit: contain;
		margin: 0;
	}

	#background_video {
    position: relative;
    top: calc(50% - 180px);
    left: 0;
    width: 100%;
    object-fit: contain;
    object-position: center;
    right: 0;
    top: 100px;
    height: unset;
    margin: 0 auto;
    display: flex;
    
	}

	.about-us-description {
		text-align: right;
		position: relative;
		right: -15px;
		width: calc(100% - 30px);
		top: 120px
	}
}
@media(min-width : 768px){
    .js .pages-nav__item {
    padding: 0 20px;
    margin-top: -110px;
}
    .pages-nav--open .pages-nav__item--social{
            position: absolute;
    bottom: 40px;
    }
}
    @media(min-width: 768px) and (max-width: 991px) {
	#background_video {
		height: 350px;
	}

	ul.contact-info {
		width: calc(50% - 30px);
		right: 30px;
	}

	#map {
		width: calc(50% - 30px);
		left: 30px;
	}
}

@media(max-width: 767px) {
    .sin-pr-desc {
    height: auto;
    width: calc(100% - 120px);
}
    a.mob-link{
        margin-top: 5px
    }
    page-prices .element-item > a {
    width: 125px;
    height: 125px;
    }
    #page-prices .grid {
    width: calc(100%)!important;
    margin-right: 0;
}
    .our-advantages-wrapper {
    padding: 15px 30px 0px;
    flex-wrap: wrap;
}
    .single-advantage img {
    width: 100px;
    margin-top: 40px;
}
	.btn--menu {
		display: block;
		color: #fff;
		top: 85px;
		font-size: 25px;
		-webkit-transition: 0.4s all ease-in-out;
		-o-transition: 0.4s all ease-in-out;
		transition: 0.4s all ease-in-out;
	}

	.btn--menu:hover {
		color: #ddc07c;
		cursor: pointer
	}

	ul.contact-info,
	#map {
		list-style-type: none;
		margin-top: 25px;
		width: calc(100%);
		position: relative !important;
		right: 0;
		padding-left: 0;
		text-align: right;
		margin: 0;
		margin-right: 0 !important;
		float: right;
	}

	#map {
		top: 0;
		right: 30px;
		left: auto;
		width: calc(100% - 60px);
	}

	.bp-header {
		padding: 6em 30px 2em;
	}

	.xs-shown {
		display: block !important;
	}

	.poster__box {
		display: none
	}
	
	figure.poster {
		width: 100%;
	}

	.poster__img {
		width: 100%
	}

	.js .pages-nav {
		padding-right: 45px !important;
	}

	.bp-header__desc {
		font-size: 14px;
	}
}

@media(max-width: 767px) {
    #page-prices .element-item > a {
    width: 100%;
    height: 100px;
    }
    .sin-pr-desc p {
    color: #fff;
    position: relative!important;
    display: inline-block!important;
}
    .sin-pr-desc {
    height: auto;
    width: calc(100% );
}
    #page-prices .element-item.single-prr {
        height: auto!important;
    width: 100%;
    flex-wrap: wrap;
        position: relative!important;
        margin-bottom: 30px!important;
        top: unset!important;
}
    
}
@media(max-width: 450px) {
	.button {
		width: 70px;
		height: 70px;
		margin-bottom: 10px;
		margin: 0 5px;
		line-height: 170px;
		font-size: 16px;
	}
}

@media(max-width: 359px) {
	img.least-prices {
		width: 150px;
	}
}

