@import url(https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,600,700);
/*-----------------------------------------------------

    Title :  Fotosold
    Usage :  common styles
	Edited:  2025-05-16

-------------------------------------------------------

    1. reset
    2. font	
    3. typography
    4. default
    5. container
    6. Skip Links
    7. banner
       7.1. logo
       7.2. Site Navigation
	   7.3. Utility Bar
    8. main content
       8.1. section name
       8.2. Service navigation
	   8.3. Get Paid Like a Boss!
       8.4. Become an Expert Real Estate Photographer
    9. content info
   10. responsive (1366px)
   11. responsive (1279px)
   12. responsive (1023px)
   13. responsive ( 991px)
   14. responsive ( 767px)

-------------------------------------------------------*/



/*  1. reset
-------------------------------------------------------*/


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

body {
	font-size: 62.5%;
	line-height: 1.2;
	-webkit-text-size-adjust: none;
	}

h1, h2, h3, h4, h5, h6,
input, select, button, textarea,
small {
	font-size: 100%;
	}

li {
	list-style: none;
	}

strong {
	font-weight: 700;
	}

img {
	vertical-align: top;
	}

img, abbr, fieldset, iframe {
	border: none;
	}

abbr {
	text-decoration: none;
	}

img, video {
	max-width: 100%;
	height: auto;
	}
	


.sqr_img{
    height: 120px;
    width: 120px;
    display: flex;
}        
#recent img{
        max-width: 360px;
        height: auto;
        width: 100%;
        max-height: 240px;
        }

iframe {
	max-width: 100%;
	}

object, video {
	outline-width: none;
	}

dfn {
	font-style: normal;
	}

mark {
	background-color: yellow;
	color: red;
	
	}

sup, sub {
	position: relative;
	vertical-align: baseline;
	font-size: 70%;
	line-height: 0;
	}

sup {
	top: -0.45em;
	}

sub {
	bottom: -0.25em;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

kbd, samp,
input, select, textarea, button {
	color: inherit;
	font-weight: inherit;
	font-family: inherit;
	outline: none;
	box-shadow: none;
	}

textarea {
	-webkit-appearance: none;
	border-radius: 0;
	}

input[type="text"],
input[type="email"],
input[type="tel"] {
	-webkit-appearance: none;
	border-radius: 0;
	}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
	}

input[type="search"] {
	-webkit-appearance: none;
	border-radius: 0;
	}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
	}

input::-ms-clear {
	display: none;
	}

textarea {
	vertical-align: top;
	overflow: auto;
	}

button {
	cursor: pointer;
	overflow: visible;
	}

button::-moz-focus-inner {
	padding: 0;
	border: none;
	}

 /* Profile on order list page   */

html {
	--cont-edge-distance: max(10px, (100% - 1140px) / 2);
	}
#profile {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 var(--cont-edge-distance);
	height: 110px;
	background: 50% 100% repeat-x url(../img/bg_profile.png) #f4f8ff;
	}

#profile > .w {
	position: relative;
	top: 29px;
	margin-right: 20px;
	padding: 5px;
	width: 120px;
	height: 120px;
	}
#profile > .w > img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	}
#profile > .w > a {
	position: absolute;
	top: 0;
	left: 0;
	margin-right: 20px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	cursor: pointer;
	text-decoration: none;
	border: 5px solid #fff;
	border-radius: 50%;
	box-shadow: 8px 8px 24px 8px rgba(117, 136, 151, 0.11);
	outline-width: 0;
	}
#profile > .w > a > span {
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	opacity: 0;
	padding-bottom: 4px;
	width: 100%;
	height: 46px;
	color: #fff;
	font-weight: 600;
	font-size: 10px;
	letter-spacing: 0;
	background: rgba(0, 0, 0, 0.6);
	transition: opacity 200ms;
	}
#profile > .w > a:hover > span,
#profile > .w > a:focus > span {
	opacity: 1;
	}
#profile > .w > a > span > i {
	margin-bottom: 1px;
	font-size: 14px;
	}
[aria-describedby="upload-photo"] > .w {
	padding: 40px;
	max-width: 900px;
	}
.ui-dialog-titlebar-close {
	position: absolute;
	top: 20px;
	right: 20px;
	color: #7A8695;
	font-size: 0;
	background-color: transparent;
	border-width: 0;
	transition: color 200ms;
	}
.ui-dialog-titlebar-close:hover,
.ui-dialog-titlebar-close:focus {
	color: var(--color-primary);
	}
.ui-dialog-titlebar-close > .ico-close {
	display: block;
	width: 14px;
	height: 14px;
	fill: currentColor;
	}
[aria-describedby="upload-photo"] .ui-dialog-title {
	position: absolute;
	left: -5000px;
	}
#upload-photo {
	font-size: 0;
	}
#upload-photo .upload-plugin {
	margin-bottom: 28px;
	}
#upload-photo button {
	margin-right: 30px;
	padding: 0 24px;
	width: 120px;
	height: 50px;
	cursor: pointer;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	text-decoration: none;
	letter-spacing: 0.5px;
	background: var(--color-primary);
	border: none;
	border-radius: 5px;
	box-shadow: -6px 6px 10px 0 rgba(236, 119, 16, 0.2);
	outline: none;
	transition: background 200ms, box-shadow 200ms;
	box-sizing: border-box;
	}
#upload-photo button[type="button"] {
	background: #3e4650;
	box-shadow: -6px 6px 10px 0 rgba(52, 75, 103, 0.2) !important;
	}
#upload-photo button:hover,
#upload-photo button:focus {
	background: #ffa453;
	box-shadow: -6px 6px 18px 0 rgba(255, 164, 83, 0.5);
	}
#upload-photo button[type="button"]:hover,
#upload-photo button[type="button"]:focus {
	background: #5b6675;
	}
        
#profile > h1 {
	position: absolute;
	left: -5000px;
	}

#profile > p {
	margin: 30px auto 0 0;
	color: #677382;
	font-weight: 700;
	font-size: 15px;
	}

#profile p > b {
	display: block;
	margin-bottom: 6px;
	font-weight: 600;
	color: #233040;
	font-size: 20px;
	font-family: Montserrat, sans-serif;
	letter-spacing: -0.01em;
	}

#profile > .btn {
	margin-top: 4px;
	min-width: 184px;
	}


/*  2. font
-------------------------------------------------------*/

@font-face { /* Fontello */
	font-style: normal;
	font-weight: 400;
	font-family: Fontello;
	src: url(../font/fontello.woff) format("woff"),
	     url(../font/fontello.ttf) format("truetype");
	}

@font-face { /* Font Awesome 5.1.0 - regular */
	font-style: normal;
	font-weight: 400;
	font-family: "Font Awesome";
	src: url(../font/fa-regular-400.woff) format("woff"),
	     url(../font/fa-regular-400.ttf) format("truetype");
	}

@font-face { /* Font Awesome 5.1.0 - solid */
	font-style: normal;
	font-weight: 900;
	font-family: "Font Awesome";
	src: url(../font/fa-solid-900.woff) format("woff"),
	     url(../font/fa-solid-900.ttf) format("truetype");
	}



/*  3. typography
-------------------------------------------------------*/

body {
	font-weight: 300;
	font-family: "Open Sans", sans-serif;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: Montserrat, sans-serif;
	}

a {
	color: inherit;
	text-decoration: none;
	}

a:hover,
a:focus {
	text-decoration: underline;
	background-color: transparent;
	}

[placeholder]::-webkit-input-placeholder {
	color: #a4aab1;
	}

[placeholder]::-moz-placeholder {
	opacity: 1;
	color: #a4aab1;
	}

[placeholder]:-ms-input-placeholder {
	color: #a4aab1 !important;
	}



/*  4. default
-------------------------------------------------------*/

.visually-hidden {
	position: absolute;
	top: -1px;
	left: -5000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/*  variables  */

html {
	--dist-min-cont-edge: 15px;
	--width-content: 1140px;
	--width-center-section: min(var(--width-content), 100% - var(--dist-min-cont-edge) * 2);
	--padding-inline-center-content: max(var(--dist-min-cont-edge), (100% - var(--width-content)) / 2);
	--color-primary-r: 237;
	--color-primary-g: 109;
	--color-primary-b:  45;
	--color-primary: rgb(var(--color-primary-r), var(--color-primary-g), var(--color-primary-b));
	--color-btn-s1-static-state: #fff;
	--color-link-hover-static: #FFA453;
	--background-color-btn-s1-static-state: var(--color-primary);
	--shadow-btn-s1-static-state: -6px 6px 10px 0 rgba(236, 119, 16, 0.2);
	--background-color-btn-s1-hover-state: #ffa453;
	--shadow-btn-s1-hover-state: -6px 6px 18px 0 rgba(255, 164, 83, 0.5);
	--color-btn-s3-static-state: var(--color-primary);
	--background-color-btn-s3-static-state: #fff;
	--border-color-btn-s3-static-state: var(--color-primary);
	--color-btn-s3-hover-state: #fff;
	--background-color-btn-s3-hover-state: #ffa453;
	--border-color-btn-s3-hover-state: #ffa453;
	--border-color-btn-s6-static-state: var(--color-primary);
	}

/*  jQuery UI Dialog  */

.ui-dialog {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 101;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: var(--dist-min-cont-edge);
	width: 100% !important;
	height: 100% !important;
	pointer-events: none;
	background: rgba(0, 0, 0, 0.32);
	}
	
.ui-dialog.center {
	z-index: 101;
	pointer-events: auto;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	outline-width: 0;
	}
	
.ui-dialog.center > .w {
	margin: auto;
	width: 100%;
	outline-width: 0;
	box-shadow: 0 8px 20px 0 rgba(52, 75, 103, 0.09);
	}

.ui-dialog > .w {
	position: relative;
	max-width: 100%;
	pointer-events: auto;
	background: #fff;
	border-radius: 12px;
	}

.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	}

/*  fullPagePopup  */

[aria-describedby="fullPagePopup"] > .w {
	padding: 40px;
	max-width: 80%;
	min-height: 100%;
	}

[aria-describedby="fullPagePopup"] .w .ui-dialog-titlebar .ui-dialog-title {
	position: absolute;
	left: -5000px;
	}

.popup-close-button {
	position: absolute;
	top: 18px;
	right: 18px;
	width: 18px;
	height: 18px;
	font-size: 0;
	background: none;
	border: none;
	}

.popup-close-button::before,
.popup-close-button::after {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #7a8695;
	transition: background 200ms;
	}

.popup-close-button::before {
	transform: rotate(45deg);
	}

.popup-close-button::after {
	transform: rotate(-45deg);
	}

:is(:hover, :focus).popup-close-button::before,
:is(:hover, :focus).popup-close-button::after {
	background: var(--color-primary);
	}

#fullPagePopup form .ico-search {
	position: absolute;
	left: 29px;
	margin-top: 1px;
	width: 23px;
	pointer-events: none;
	}

#fullPagePopup form {
	--padding-input: 75px;
	position: relative;
	display: flex;
	align-items: center;
	margin-top: 30px;
	}

#fullPagePopup input {
	padding-inline: var(--padding-input);
	width: 100%;
	height: 67px;
	font-weight: 400;
	font-size: 22px;
	letter-spacing: -0.01em;
	border: 1px solid #3e4650;
	border-radius: 100px;
	}

#fullPagePopup form button {
	position: absolute;
	right: 27px;
	background-color: transparent;
	border-width: 0;
	}

#fullPagePopup form button .ico-voice {
	width: 30px;
	pointer-events: none;
	border: solid transparent;
	border-width: 4px 6px;
	}

#fullPagePopup h3 {
	padding-top: 1px;
	font-weight: 600;
	font-size: 28px;
	letter-spacing: 0.5px;
	}

#hits {
	margin-block: 30px 60px;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	}

#hits li + li {
	margin-top: 40px;
	}

#hits h2, #hits h3 {
	margin-bottom: 12px;
	font-weight: 600;
	font-size: 25px;
	line-height: 1.35;
	font-family: "Open Sans", sans-serif;
	}

#hits p {
	margin-bottom: 15px;
	}

#hits a {
	color: var(--color-primary);
	}

.ais-Pagination-list {
	display: flex;
	justify-content: center;
	list-style: none;
	padding: 0;
}
.ais-Pagination-item {
	display: inline-flex;
	margin: 0 5px;
}
.ais-Pagination-link {
	padding: 8px;
	min-width: 34px;
	border: 1px solid #ddd;
	border-radius: 4px;
	color: #007bff;
	font-size: 14px;
	text-align: center;
	text-decoration: none !important;
}
.ais-Pagination-item--disabled .ais-Pagination-link {
	color: #ccc;
	pointer-events: none;
}
.ais-Pagination-item--selected .ais-Pagination-link {
	background-color: #007bff;
	color: white;
}


/*  buttons  */
.btn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 10px 20px;
	min-height: 44px;
	cursor: pointer;
	font-weight: 600;
	font-size: 14px;
	text-align: center;
	text-decoration: none !important;
	letter-spacing: 0.54px;
	border: 1px solid;
	border-radius: 6px;
	transition-property: color, background-color, border-color, box-shadow !important;
	transition-duration: 200ms;
	}

.btn.sm { /* small */
	min-height: 36px;
	}

.btn.lg { /* large */
	padding: 12px 31px;
	min-height: 52px;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 0;
	}

.btn.icon {
	padding: 0;
	}

.btn.icon.sm {
	width: 36px;
	overflow: hidden;
	font-size: 0;
	text-indent: -5000px;
	}

.btn.fw-600 {
	font-weight: 600;
	}

.btn.fw-700 {
	font-weight: 700;
	}

.btn.fs-14 {
	font-size: 14px;
	}

.btn.fs-16 {
	font-size: 16px;
	}
	
.btn.ns { /* no shadow */
	box-shadow: none !important;
	}
	
.btn.s1 { /* orange bg, white text */
	color: var(--color-btn-s1-static-state) !important;
	border-color: transparent;
	background-color: var(--background-color-btn-s1-static-state);
	box-shadow: var(--shadow-btn-s1-static-state);
	}

:is(:hover, :focus).btn.s1 {
	background-color: var(--background-color-btn-s1-hover-state);
	box-shadow: var(--shadow-btn-s1-hover-state);
	}
	
.btn.s2 { /* white bg, dark text & border */
	color: #3e4650;
	background-color: transparent;
	border-color: #3e4650;
	}
	
:is(:hover, :focus).btn.s2 {
	color: #fff;
	background-color: #3e4650;
	}
	
.btn.s3 { /* white bg, orange text & border */
	color: var(--color-btn-s3-static-state);
	background-color: var(--background-color-btn-s3-static-state);
	border-color: var(--border-color-btn-s3-static-state);
	}

:is(:hover, :focus).btn.s3 {
	color: var(--color-btn-s3-hover-state);
	background-color: var(--background-color-btn-s3-hover-state);
	border-color: var(--border-color-btn-s3-hover-state);
	}
        
.btn.s4 { /* dark bg, white text */
	--background-color-btn-s4-hover-state: #5b6675;
	color: #fff;
	border-width: 0;
	background-color: #3e4650;
	}

:is(:hover, :focus).btn.s4 {
	background-color: var(--background-color-btn-s4-hover-state);
	}
.btn.s5 { /* transparent bg, dark text */
	--background-color-btn-s5-hover-state: #E4EAF6;
	color: #3E4650;
	background-color: transparent;
	border-width: 0;
	}

:is(:hover, :focus).btn.s5 {
	background-color: var(--background-color-btn-s5-hover-state);
	}

.btn.s6 { /* transparent bg, orange border and text */
	--background-color-btn-s5-hover-state: #FEF9F7;
	color: var(--color-primary);
	background-color: transparent;
	border-color: var(--border-color-btn-s6-static-state);
	}

:is(:hover, :focus).btn.s6 {
	background-color: var(--background-color-btn-s5-hover-state);
	}

.btn.s7 { /* transparent bg, gray text */
--background-color-btn-s7-hover-state: #E4EAF6;
		color: #B3B9C1;
		background-color: transparent;
		border-width: 0;
		}
	
:is(:hover, :focus).btn.s7 {
		background-color: var(--background-color-btn-s7-hover-state);
		}	

:is(.dis, [aria-disabled="true"]).btn { /* disabled */
	user-select: none;
	cursor: default;
	color: #8390a0 !important;
	background-color: #dadde2 !important;
	border-color: #dadde2 !important;
	box-shadow: none !important;
	}
        
/*  icons  */
.ico {
	pointer-events: none;
	fill: #B4BBC7;
	stroke: #B4BBC7;
	transition-property: fill, stroke;
	transition-duration: 200ms;
	}

:has(> title).ico {
	pointer-events: auto;
	}

.ico path,
.ico circle,
.ico rect,
.ico g {
	fill: inherit;
	stroke: inherit;
	}
	
/*  select menu  */
.ui-selectmenu-button.s1 {
	position: relative;
	display: flex;
	align-items: center;
	padding-left: 16px;
	height: 44px;
	cursor: pointer;
	color: #3e4650;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.5px;
	background-color: #f4f7fb;
	border-radius: 5px;
	box-shadow: 0 1px 1px 0 rgba(230, 233, 236, 0.85);
	}
	
.ui-selectmenu-button.s1:hover {
	outline-width: 0;
	}
	
.ui-selectmenu-button.s1::after {
	content: "\f078";
	position: absolute;
	bottom: 0;
	right: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	padding-top: 2px;
	width: 22px;
	height: 44px;
	pointer-events: none;
	color: #3e4650;
	font-weight: 900;
	font-size: 14px;
	font-family: "Font Awesome 5 Free";
	}
	
.ui-selectmenu-menu.s1 {
	position: absolute;
	top: 45px;
	left: 0;
	z-index: 200;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	width: 124px;
	transition: visibility 200ms, opacity 200ms;
	}
	
.ui-selectmenu-open.s1 {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
	}
	
.ui-selectmenu-menu.s1 > ul {
	padding: 11px 0;
	color: #3e4650;
	font-size: 14px;
	letter-spacing: 0.5px;
	background-color: #fff;
	border-radius: 5px;
	outline-width: none;
	box-shadow: 0 3px 5px 0 rgba(52, 73, 99, 0.2);
	}
	
.ui-selectmenu-menu.s1 li {
	padding: 1px 16px;
	cursor: pointer;
	}
	
.ui-selectmenu-menu.s1 li + li {
	margin-top: 8px;
	}
	
.ui-selectmenu-menu.s1 .ui-menu-item-wrapper {
	display: flex;
	align-items: center;
	padding: 1px 0;
	transition: color 200ms;
	}
	
.ui-selectmenu-menu.s1 .ui-state-active {
	color: var(--color-primary);
	}
	
/*  switch  */
.pseudo-switch {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	}
	
.pseudo-switch > li {
	position: relative;
	display: flex;
	align-items: center;
	}
	
.pseudo-switch > :first-child + li::before {
	content: "";
	display: inline-block;
	margin: 0 15px;
	width: 48px;
	height: 14px;
	}
	
.pseudo-switch li > input {
	position: absolute;
	left: -5000px;
	}
	
.switch,
.pseudo-switch > li > .switch {
	position: relative;
	display: inline-block;
	width: 48px;
	height: 14px;
	cursor: pointer;
	border-radius: 7px;
	outline-width: 0;
	transition: background-color 200ms;
	}
	
[aria-checked="false"].switch {
	background-color: #edf0f3;
	}
	
.pseudo-switch > li > .switch {
	position: absolute;
	top: 0.1em;
	left: 15px;
	}
	
[aria-checked="true"].switch.s1,
.pseudo-switch.s1 > li > .switch {
	background-color: rgba(236, 119, 16, 0.27);
	}
	
[aria-checked="true"].switch.s2,
.pseudo-switch.s2 > li > .switch {
	background-color: rgba(210, 219, 92, 0.27);
	}
	
.switch::before,
.pseudo-switch > li > .switch::before {
	content: "";
	position: absolute;
	top: -9px;
	left: 0;
	width: 32px;
	height: 32px;
	border-radius: 16px;
	transition-property: background-color transform;
	transition-duration: 200ms;
	}
	
[aria-checked="false"].switch::before {
	background-color: #dadde2;
	}
	
[aria-checked="true"].switch.s1::before,
.pseudo-switch.s1 > li > .switch::before {
	background-color: var(--color-primary);
	}
	
[aria-checked="true"].switch.s2::before,
.pseudo-switch.s2 > li > .switch::before {
	background-color: #d2db5c;
	}
	
[aria-checked="true"].switch::before,
.pseudo-switch > li:last-child > input:checked + .switch::before {
	transform: translateX(16px);
	}
	
/*  pagination  */
.pagination > p {
	display: flex;
	justify-content: flex-end;
	align-items: baseline;
	color: #3e4650;
	font-size: 10px;
	letter-spacing: 0.5px;
	}
	
.pagination p > a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 2px;
	min-width: 25px;
	height: 25px;
	border-radius: 3px;
	transition: color 200ms, background-color 200ms, box-shadow 200ms;
	}
	
.pagination .page {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 1px;
	padding-right: 0;
	padding-left: 0;
	min-width: 25px;
	height: 25px;
	color: #3e4650;
	font-size: 10px;
	letter-spacing: 0.5px;
	text-align: right;
	}
	
.pagination [aria-current="page"].page {
	font-weight: 600;
	}
	
.pagination .hellip {
	cursor: default;
	margin: 0 12px;
	}
	
.pagination .prev {
	margin-right: 6px;
	}
	
.pagination .next {
	margin-left: 6px;
	}
	
.pagination .first + .prev,
.pagination .next  + .last {
	margin-left: 10px;
	}
	
.pagination p > a:hover,
.pagination p > a:focus {
	color: #fff;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.5px;
	background-color: var(--color-primary);
	box-shadow: -6px 6px 10px 0 rgba(236, 119, 16, 0.2);
	}
/*  twentytwenty UI  */

.twentytwenty-container.active {
	cursor: ew-resize;
	}

.twentytwenty-container .twentytwenty-overlay {
	background-color: transparent;
	}

.twentytwenty-container .twentytwenty-handle {
	margin-top: -31px;
	margin-left: -31px;
	width: 62px;
	height: 62px;
	cursor: ew-resize;
	background-color: rgba(255, 255, 255, 0.3);
	border-width: 2px;
	box-shadow: none;
	}

.twentytwenty-horizontal .twentytwenty-handle::before,
.twentytwenty-horizontal .twentytwenty-handle::after {
	margin-left: -2px;
	width: 3px;
	box-shadow: none;
	}

.twentytwenty-horizontal .twentytwenty-handle::before {
	margin-bottom: 28px;
	}

.twentytwenty-horizontal .twentytwenty-handle::after {
	margin-top: 28px;
	}

.twentytwenty-left-arrow {
	margin-top: -10px;
	margin-left: -18px;
	border-style: solid;
	border-width: 10px 12px 10px 0;
	border-color: transparent #fff transparent transparent;
	}

.twentytwenty-right-arrow {
	margin-top: -10px;
	margin-right: -18px;
	border-style: solid;
	border-width: 10px 0 10px 12px;
	border-color: transparent transparent transparent #fff;
	}
        
/*  5. container
-------------------------------------------------------*/










/*  6. Skip Links
-------------------------------------------------------*/

#skip {
	position: fixed;
	top: 50%;
	left: 0;
	z-index: 3000;
	margin-top: -20px;
	width: 100%;
	height: 0;
	font-size: 0;
	text-align: center;
	}

#skip a {
	float: right;
	margin-right: 50%;
	padding: 8px 14px;
	opacity: 0;
	pointer-events: none;
	color: #555;
	font-size: 20px;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	transform: translateX(50%);
	transition: opacity 200ms ease-out;
	}
#skip a:focus,
#skip a:active {
	opacity: 1;
	pointer-events: auto;
	text-decoration: none;
	background-color: #fff;
	}

#skip a:hover {
	text-decoration: none;
	}



/*  7. banner
-------------------------------------------------------*/

#banner-wrapper #banner {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	/* box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); */
	transition: box-shadow 200ms;
	}

#banner-wrapper #banner.sticky {
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	}
	
#banner .w {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	padding: 0 36px;
	height: 89px;
	color: #3e4650;
	background: #fff;
	}

#banner .w.beneath-dialog::after {
	content: "";
	position: absolute;
	top: 0;
	right: -5px;
	width: 10px;
	height: 100%;
	background: #fff;
	}



/*  7.1. logo
-------------------------------------------------------*/

#banner .w > a {
	flex-shrink: 0;
	display: block;
	width: 247px;
	height: 37px;
	overflow: hidden;
	font-weight: 400;
	text-indent: -5000px;
}

#banner .w > .common-logo {
	background: 0 0 / 100% 100% no-repeat url(../img/logo.svg?ver=25072133);
}

#banner .w > .spanish-logo {
	background: 0 0 / 100% 100% no-repeat url(../img/spanish-logo.svg?ver=25072133);
}

#banner .w > p {
	position: absolute;
	left: -5000px;
	}




/*  7.2. Site Navigation
-------------------------------------------------------*/

#banner nav h2 {
	position: absolute;
	left: -5000px;
	}

#banner nav:not(.clone) > ul {
	font-size: 0;
	text-align: right;
	}

#banner nav:not(.clone) > ul > li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	}

#banner nav:not(.clone) > ul > li:not(:last-child) {
	margin-right: 34px;
	}

#banner nav:not(.clone) > ul > li:nth-last-child(2) {
	margin-right: 37px;
	}
/*#banner nav:not(.clone) > ul > li:not(:last-child) {
	margin-right: 36px;
	}

#banner nav:not(.clone)>ul>li:last-child a {
	display: inline-block;
	margin-left: 1px;
	padding: 14px 24px;
	color: #fff;
	font-weight: 600;
	font-size: 13px;
	text-decoration: none;
	letter-spacing: 0.5px;
	background: var(--color-primary);
	border-radius: 5px;
	box-shadow: -6px 6px 10px 0 rgba(236, 119, 16, 0.2);
	transition: background 200ms, box-shadow 200ms;
}

#banner nav:not(.clone)>ul>li:last-child a:hover,
#banner nav:not(.clone)>ul>li:last-child a:focus {
	background: #ffa453;
	box-shadow: -6px 6px 18px 0 rgba(255, 164, 83, 0.5);
}*/

#banner nav:not(.clone) > ul > li > a,
#banner nav:not(.clone) > ul > li > b/*,
#banner nav:not(.clone) > ul > li > .ui-selectmenu-button*/ {
	font-weight: 400;
	font-size: 14px;
	text-decoration: none;
	letter-spacing: 0.6px;
	transition: color 200ms;
	}

#banner nav:not(.clone) > ul > li > b {
	color: #3e4650;
	cursor: default;
	}

#banner nav:not(.clone) > ul > li:is(:hover, .focus-within) > b {
	color: var(--color-primary);
	}
/*
#banner nav:not(.clone) > ul > li .ui-selectmenu-button {
	display: inline-flex;
	cursor: default;
	}

#banner nav:not(.clone) > ul > li .ui-selectmenu-button:hover {
	outline: none;
	}

#banner nav:not(.clone) > ul > li .ui-selectmenu-text {
	display: inline-flex;
	align-items: center;
	}

#banner nav > ul > li .flag,
#contentinfo          .flag {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-right: 7px;
	width: 32px;
	height: 22px;
	background: url(../img/sprite@2x.png) no-repeat;
	background-size: 500px 500px;
	}

#banner nav > ul > li .flag.usa,
#contentinfo          .flag.usa {
	background-position: 0 -42px;
	}

#banner nav > ul > li .flag.mex,
#contentinfo          .flag.mex {
	background-position: 0 -69px;
	}

#banner nav > ul > li .flag.can,
#contentinfo          .flag.can {
	background-position: 0 -96px;
	}

#banner nav > ul > li .flag.can-fr,
#contentinfo          .flag.can-fr {
	background-position: 0 -123px;
	}

#banner nav:not(.clone) > ul > li .country {
	vertical-align: middle;
	min-width: 30px;
	font-size: 14px;
	text-align: left;
	}

#banner nav > ul > li label {
	position: absolute;
	left: -5000px;
	}

#banner nav > ul > li select {
	display: none;
	}
*/
#banner nav:not(.clone)>ul>li a:hover,
#banner nav:not(.clone)>ul>li a:focus,
#banner nav:not(.clone)>ul>li:not(:last-child).current-menu-item>a,
#banner nav:not(.clone)>ul>li:not(:last-child) a[aria-current="page"]/*,

#banner nav:not(.clone) > ul > li                                      .ui-selectmenu-button:hover,
#banner nav:not(.clone)>ul>li .ui-selectmenu-button:focus */ {
	color: var(--color-primary);
}

/* updated on 14-06-2019 Start */
:is(#banner, #mobile-menu) nav:not(.clone) > ul > li:last-child a {
	margin-left: 1px;
	padding-inline: 24px;
	font-weight: 600;
	font-size: 13px;
	}
/* updated on 14-06-2019 End */

#banner nav:not(.clone) > ul > li b .ico-chevron-down {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
	width: 12px;
	height: 8px;
	fill: currentColor;
	transition: transform 250ms;
	}

#banner nav:not(.clone) > ul > li b.active .ico-chevron-down {
	transform: rotate(180deg);
	}
/*
#banner nav:not(.clone) > ul > li > span .ui-selectmenu-text::after {
	position: relative;
	top: 1px;
	}

#banner nav:not(.clone) > ul > li > span a {
	text-decoration: none;
	}
*/
#banner nav:not(.clone) > ul > li > ul/*,
#banner nav:not(.clone) > ul > li   .ui-selectmenu-menu*/ {
	position: absolute;
	top: 28px !important;
	left: -20px !important;
	z-index: 100;
	opacity: 0;
	padding: 23px 20px;
	min-width: 190px;
	pointer-events: none;
	text-align: left;
        white-space: nowrap;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 8px 24px 0px #7588971F;
	transition: opacity 250ms;
	}
/*
#banner nav:not(.clone) > ul > li   .ui-selectmenu-menu {
	top: 34px !important;
	width: 155px;
	}
*/
#banner nav:not(.clone) > ul > li:hover        > ul,
#banner nav:not(.clone) > ul > li.focus-within > ul/*,
#banner nav:not(.clone) > ul > li                .ui-selectmenu-open*/ {
	opacity: 1;
	pointer-events: auto;
	}
/*
#banner nav:not(.clone) > ul > li   .ui-selectmenu-menu ul {
	outline: none;
	}
*/
#banner nav:not(.clone) > ul > li                > ul::before/*,
#banner nav:not(.clone) > ul > li .ui-selectmenu-menu::before*/ {
	content: "";
	position: absolute;
	top: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	}

#banner nav:not(.clone) > ul > li ul li:not(:first-child) {
	margin-top: 26px;
	}

#banner nav:not(.clone) > ul > li ul ul ul li:not(:first-child) {
	margin-top: 15px;
	}

#banner nav:not(.clone) > ul > li ul li a/*,
#banner nav:not(.clone) > ul > li ul li .ui-menu-item-wrapper*/ {
	display: block;
	cursor: pointer;
	color: #3e4650;
	font-weight: 400;
	font-size: 14px;
	line-height: 1;
	text-decoration: none;
	letter-spacing: 0.6px;
	transition: color 200ms;
	}

#banner nav:not(.clone) > ul > li ul li b {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	cursor: pointer;
	color: #3e4650;
	font-weight: 400;
	font-size: 14px;
	text-decoration: none;
	letter-spacing: 0.6px;
	transition: color 200ms;
	}

#banner nav:not(.clone) > ul > li ul li.current-menu-item a,
#banner nav:not(.clone) > ul > li ul li                   a[aria-current="page"],
#banner nav:not(.clone) > ul > li ul li                   a:hover,
#banner nav:not(.clone) > ul > li ul li b:is(:hover, :focus)  {
	color: var(--color-primary);
	}

#banner nav:not(.clone) > ul ul ul {
	padding-left: 8px;
	}

#banner nav:not(.clone) > ul ul ul::before {
	content: "";
	display: block;
	height: 25px;
	}

#banner nav:not(.clone) > ul ul ul ul::before {
	height: 17px;
	}

#banner .w button {
	display: none;
	}

#navcloneoverlay {
	display: none;
	}

#navclonewrapper {
	display: none;
	}

/*  7.3. Utility Bar
-------------------------------------------------------*/

#util-bar {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding-inline: 36px;
	height: 40px;
	color: #3E4650;
	font-weight: 400;
	font-size: 14px;
	background-color: #F4F8FF;
	transition: margin-top 250ms;
	}

#util-bar.hidden {
	margin-top: -40px;
	}

#search-widget {
	position: relative;
	align-self: stretch;
	display: flex;
	margin-right: 30px;
	}

#search-widget > button { /* search popup trigger */
	position: relative;
	background-color: transparent;
	border-width: 0;
	outline: revert;
	}

#search-widget > button .ico-magnifying-glass {
	display: block;
	width: 18px;
	height: 18px;
	pointer-events: auto;
	stroke: currentColor;
	}

#search-widget > button:is(:hover, :focus) .ico-magnifying-glass {
	stroke: var(--color-primary);
	}

#search-popup {
	position: absolute;
	top: 4px;
	right: -9px;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	border-radius: 0 0 10px 10px;
	transition-property: visibility, opacity;
	transition-duration: 200ms;
	}

#search-popup.active {
	opacity: 1;
	visibility: visible;
	}

#search-popup form > .ico-magnifying-glass {
	position: absolute;
	top: 7px;
	left: 14px;
	width: 18px;
	height: 18px;
	stroke: #677382;
	}

#search-popup form > input {
	padding-inline: 39px 30px;
	width: 255px;
	height: 32px;
	font-weight: 400;
	font-size: 14px;
	background-color: #fff;
	border: 1px solid #DEE6F4;
	border-radius: 3px;
	}

#search-popup form > input:focus {
	border-color: #9CABC5;
	}
	

#search-popup form > button { /* Search */
	position: absolute;
	left: -5000px;
	}
#search-popup .autocomplete {
	position: absolute;
	top: calc(100% + 2px);
	left: 0;
	width: 100%;
	overflow: hidden;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 8px 24px 0 rgba(117, 136, 151, 0.42);
	}

#search-popup .autocomplete li {
	position: relative;
	}

#search-popup .autocomplete li a {
	display: flex;
	align-items: center;
	margin-left: 0;
	padding-inline: 13px 32px;
	height: 40px;
	color: #1D2132;
	font-size: 16px;
	line-height: 1;
	transition-property: none;
	}

#search-popup .autocomplete li.highlight a {
	color: var(--color-primary);
	background-color: #FCF7E9;
	}

#search-popup .autocomplete li .ico-clock-rotate-left {
	flex-shrink: 0;
	margin-right: 9px;
	padding-inline: 2px;
	width: 20px;
	height: 20px;
	stroke: #567383;
	}

#search-popup .autocomplete li .ico-magnifying-glass {
	flex-shrink: 0;
	margin-right: 9px;
	padding-inline: 1px;
	width: 20px;
	height: 20px;
	stroke: #567383;
	}

#search-popup .autocomplete li a span {
	padding-block: 4px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	}

#search-popup .autocomplete li a mark {
	color: inherit;
	font-weight: 600;
	}

#search-popup .autocomplete li button {
	position: absolute;
	top: calc(50% - 10px);
	right: 10px;
	display: flex;
	background-color: transparent;
	border-width: 0;
	}

#search-popup .autocomplete li button .ico-close {
	padding-inline: 4px;
	width: 20px;
	height: 20px;
	pointer-events: auto;
	fill: #677382;
	}

#search-popup .autocomplete li button:is(:hover, :focus) .ico-close {
	fill: var(--color-primary);
	}

.lang-ui-selectmenu-button {
	position: relative;
	z-index: 10;
	display: flex;
	align-items: center;
	cursor: pointer;
	font-weight: 400;
	font-size: 14px;
	transition-property: color, background-color;
	transition-duration: 200ms;
	}

.lang-ui-selectmenu-button.placeholder ~ select,
.lang-ui-selectmenu-button.placeholder ~ .lang-ui-selectmenu-button {
	display: none;
	}

#util-bar .lang-ui-selectmenu-button {
	align-self: stretch;
	margin-block: 4px;
	margin-right: -5px;
	padding-inline: 13px;
	border-radius: 3px;
	}

#mobile-menu .lang-ui-selectmenu-button {
	flex-shrink: 0;
	margin-top: 28px;
	padding-inline: 13px;
	height: 32px;
	border-radius: 5px;
	}

:is(#util-bar, #mobile-menu) :is(:hover, :focus).lang-ui-selectmenu-button {
	background-color: #E3EAF6;
	}

:is(#util-bar, #mobile-menu) .lang-ui-selectmenu-button.ui-selectmenu-button-open {
	background-color: #fff;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	}

:is(#util-bar, #mobile-menu) .lang-ui-selectmenu-button.ui-button-flip.ui-selectmenu-button-open {
	border-radius: 0 0 5px 5px;
	}

.lang-ui-selectmenu-button .ico-globe {
	flex-shrink: 0;
	margin-right: 9px;
	width: 18px;
	height: 18px;
	stroke: currentColor;
	}

.lang-ui-selectmenu-button .ico-chevron-down {
	flex-shrink: 0;
	margin-left: 15px;
	width: 12px;
	height: 8px;
	fill: currentColor;
	}

.lang-ui-selectmenu-menu {
	position: absolute;
	top: 0;
	z-index: 10;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	transition-property: visibility, opacity;
	transition-duration: 200ms;
	}

#header-ui-selectmenu-menu {
	padding-top: 32px;
	overflow: hidden;
	border-radius: 0 0 3px 3px;
	box-shadow: 0 8px 24px 0px #7588971F;
	}

#util-bar #header-ui-selectmenu-menu {
	top: 4px !important;
	}

.lang-ui-selectmenu-menu.ui-selectmenu-open .ui-menu {
	pointer-events: auto;
	}

#header-ui-selectmenu-menu .ui-menu {
	padding-top: 1px;
	color: #3E4650;
	font-weight: 400;
	font-size: 14px;
	line-height: 40px;
	background-color: #fff;
	}

.lang-ui-selectmenu-menu .ui-menu-item-wrapper {
	cursor: pointer;
	transition: color 200ms;
	}

.lang-ui-selectmenu-menu :is(:hover, :focus).ui-menu-item-wrapper {
	color: var(--color-primary);
	}

#header-ui-selectmenu-menu .ui-menu-item-wrapper {
	padding-inline: 12px;
	}

.lang-ui-selectmenu-menu.ui-selectmenu-open {
	visibility: visible;
	opacity: 1;
	}

#util-bar a {
	display: flex;
	align-items: center;
	margin-left: 24px;
	letter-spacing: 0.54px;
	text-decoration: none;
	transition: color 200ms;
	}

#util-bar a:is(:hover, :focus) {
	color: var(--color-primary);
	}

#util-bar a.tel {
	column-gap: 5px;
	margin-left: 22px;
	}

#util-bar a.tel::before {
	content: "";
	display: inline-block;
	width: 38px;
	height: 18px;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-image: -webkit-image-set(url(../img/phone-icons.png) 1x, url(../img/phone-icons@2x.png) 2x, url(../img/phone-icons@3x.png) 3x);
	background-image:         image-set(   "../img/phone-icons.png" 1x,    "../img/phone-icons@2x.png" 2x,    "../img/phone-icons@3x.png" 3x);
	}

#util-bar a.tel img {
	margin-left: -3px;
	}


/*  8. main content
-------------------------------------------------------*/

main {
	display: block;
	}

:has(> .footer-order)#main { /* Order pages v2 */
	padding-bottom: 60px;
	}
main:after {
	content: "";
	clear: both;
	display: block;
	}



/*  8.1. section name
-------------------------------------------------------*/

#secname {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0 10px;
	height: 291px;
	color: #fff;
	font-weight: 500;
	font-size: 32px;
        text-align: center;
	letter-spacing: 0.5px;
	font-family: Montserrat, sans-serif;
	}

#secname[style*="background-image"] {
	padding-bottom: 67px;
	height: 425px;
	background-repeat: no-repeat, no-repeat;
	background-position: 50% 50%, 50% 50%;
	background-size: cover;
	}

#secname:not([style*="background-image"])::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: url(../img/bg_secname.jpg) no-repeat 50% 90%;
	background-size: cover;
	}

#secname h1 {
font-weight: 500;
}

#secname .name > img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 100%;
	}
#secname > p {
	margin-top: 2px;
	max-width: 754px;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	font-family: "Open Sans", sans-serif;
	}
#secname:not([style*="background-image"])::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	}

/*  8.2. Service navigation
-------------------------------------------------------*/

nav[aria-label="Service"] {
	padding: 21px max(15px, (100% - 1300px) / 2) 0;
        overflow: hidden;
	}

nav[aria-label="Service"] > ul:not(.clone) {
	display: flex;
	justify-content: space-between;
	}

nav[aria-label="Service"] ul:not(.clone) > .slick-list {
	margin: 0 15px;
	}

nav[aria-label="Service"] .slick-arrow {
	position: relative;
	top: -2px;
	flex-shrink: 0;
	width: 34px;
	height: 34px;
	color: var(--color-primary);
	background-color: transparent;
	border: 2px solid var(--color-primary);
	border-radius: 50%;
	transition-property: background-color, border-color;
	transition-duration: 200ms;
	}

nav[aria-label="Service"] :is(:hover, :focus).slick-arrow {
	background-color: #ffd2aa;
	border-color: #ffd2aa;
	}

nav[aria-label="Service"] .slick-prev::before {
	content: "\f104";
	margin-right: 1px;
	font-weight: 900;
	font-size: 20px;
	font-family: "Font Awesome";
	}

nav[aria-label="Service"] .slick-next::before {
	content: "\f105";
	margin-left: 1px;
	font-weight: 900;
	font-size: 20px;
	font-family: "Font Awesome";
	}

nav[aria-label="Service"] li {
	display: flex;
	color: #3E4650;
	font-weight: 400;
	font-size: 14px;
	white-space: nowrap;
	}

nav[aria-label="Service"] li > a {
	display: flex;
	margin: 0 5px;
	padding: 8px 10px;
	text-decoration: none;
	border-radius: 5px;
	transition-property: color, background-color;
	transition-duration: 200ms;
	}

nav[aria-label="Service"] li > a:is(:hover, :focus) {
	color: var(--color-primary);
	}

nav[aria-label="Service"] :is(.slick-current, [data-clone-active]) > a {
	color: var(--color-primary);
	background-color: #FDEFE3;
	}

nav[aria-label="Service"]::after {
	content: "";
	display: block;
	margin: 20px auto 0;
	width: min(100%, 1140px);
	border-top: 1px solid #EBEBEB;
	}

/*  8.3. Get Paid Like a Boss!
-------------------------------------------------------*/

#affiliate {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding-inline: var(--padding-inline-center-content);
	min-height: 475px;
	background: 50% 50% / cover no-repeat url(https://res.cloudinary.com/dto0qvnj6/image/upload/c_limit,w_auto,dpr_auto/f_auto/v1730896167/bg_affiliate_ahkkcj.jpg) #fff;
	}

@supports (background-image: url('data:image/avif;base64,AAAA')) {
	#affiliate {
		background-image: url(https://res.cloudinary.com/dto0qvnj6/image/upload/c_limit,w_auto,dpr_auto/f_avif/v1730896167/bg_affiliate_ahkkcj.jpg);
	}
}

@supports (background-image: url('data:image/webp;base64,UklGR')) {
	#affiliate {
		background-image: url(https://res.cloudinary.com/dto0qvnj6/image/upload/c_limit,w_auto,dpr_auto/f_webp/v1730896167/bg_affiliate_ahkkcj.jpg);
	}
}

#affiliate::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	}

#affiliate hgroup {
	position: relative;
	max-width: 457px;
	color: #fff;
	}

#affiliate hgroup p {
	color: inherit;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.25;
	font-family: Montserrat, sans-serif;
	text-transform: uppercase;
	}

#affiliate hgroup h2 {
	margin-top: 16px;
	color: #fff;
	font-size: 56px;
	}

#affiliate .btn {
	position: relative;
	margin-top: 39px;
	min-width: 136px;
	min-height: 52px;
	}

#affiliate img {
	position: absolute;
	right: max(15px, (100% - 1140px) / 2);
	margin-top: 40px;
	width: 455px;
	}



/*  8.4. Become an Expert Real Estate Photographer
-------------------------------------------------------*/

#carrier {
	position: relative;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
	column-gap: 60px;
	padding: 80px var(--padding-inline-center-content);
	background-color: #F4F8FF;
	}

#carrier .w {
	width: 458px;
	}

#carrier hgroup p {
	color: #515151;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.25;
	font-family: Montserrat, sans-serif;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	}

#carrier hgroup h2 {
	margin-top: 9px;
	color: #233040;
	font-size: 36px;
	line-height: 1.44;
	}

#carrier .w > p {
	margin-top: 16px;
	font-weight: 400;
	color: #677382;
	font-size: 16px;
	line-height: 1.6;
	}

#carrier .btn {
	margin-top: 32px;
	min-width: 151px;
	min-height: 52px;
	}

#carrier .img {
	position: relative;
	flex-shrink: 0;
	aspect-ratio: 1;
	width: 555px;
	width: 48.68%;
	}

#carrier .img .lg {
	position: absolute;
	top: 0;
	left: 0;
	width: 89.55%;
	border-radius: 5px;
	box-shadow: 0 8px 24px 0px #7588971F;
	}

#carrier .img .sm {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 40.72%;
	border-radius: 5px;
	box-shadow: 0 8px 24px 0px #7588971F;
	}

/*  9. content info
-------------------------------------------------------*/

#contentinfo {
	position: relative;
	}

#contentinfo > .w {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	row-gap: 57px;
	padding: 80px var(--padding-inline-center-content) 123px;
	background: 50% 100% repeat-x url(../img/bg_footer.svg) #fff;
	}

#contentinfo > .w div.w {
	width: 27.8%;
	}

#contentinfo .logo {
	display: block;
	margin-bottom: 19px;
	width: 247px;
	height: 37px;
	overflow: hidden;
	font-weight: 400;
	text-indent: -5000px;
	background: 0 0 / 100% 100% no-repeat url(../img/logo.svg?ver=25072133);
}

#contentinfo .common-logo{
	background: 0 0 / 100% 100% no-repeat url(../img/logo.svg?ver=25072133);
}

#contentinfo .spanish-logo {
	background: 0 0 / 100% 100% no-repeat url(../img/spanish-logo.svg?ver=25072133);
}

#contentinfo > .w .w li {
	display: flex;
	color: #677382;
	font-weight: 400;
	font-size: 12px;
	line-height: 1.5;
	}

#contentinfo > .w .w li + li {
	margin-top: -5px;
	}

#contentinfo > .w .w li::before {
	content: "";
	position: relative;
	top: 0.1em;
	flex-shrink: 0;
	margin-right: -8px;
	width: 36px;
	height: 36px;
	background: -292px 0 no-repeat url(../img/sprite@2x.png);
	background-size: 500px 500px;
	transform-origin: 0 0;
	transform: scale(0.55);
	}

#contentinfo > .w .w li:nth-child(2)::before {
	content: none;
	}

#contentinfo > .w .w li a {
	color: #1D2132;
	font-weight: 600;
	font-size: 14px;
	white-space: pre;
	text-decoration: none;
	transition: color 200ms;
	}

#contentinfo > .w .w li span.w {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	column-gap: 9px;
	}

#contentinfo > .w .w li span:has(> [href^="tel:"]).w {
	column-gap: 0;
	font-size: 0;
	}	

#contentinfo > .w .w li a:is(:hover, :focus) {
	color: var(--color-primary);
	}

#contentinfo > .w .w li:nth-child(2) a::before {
	content: "";
	position: relative;
	top: -1px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 9px;
	width: 38px;
	height: 18px;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-image: -webkit-image-set(url(../img/phone-icons.png) 1x, url(../img/phone-icons@2x.png) 2x, url(../img/phone-icons@3x.png) 3x);
	background-image:         image-set(   "../img/phone-icons.png" 1x,    "../img/phone-icons@2x.png" 2x,    "../img/phone-icons@3x.png" 3x);
	}

#contentinfo > .w .w li:nth-child(2) a img {
	position: relative;
	top: -1px;
	vertical-align: middle;
	margin-inline: -7px 5px;
	}

#contentinfo nav {
	padding-top: 2px;
	width: 65.8%;
	}

#contentinfo nav > ul {
	display: flex;
	color: #567383;
	font-weight: 400;
	font-size: 14px;
	}

#contentinfo nav > ul > li {
	width: 195px;
	}

#contentinfo nav > ul > :nth-last-child(2) + li {
	width: auto;
	}

#contentinfo nav > ul > li > b {
	display: block;
	margin-bottom: 24px;
	color: #1D2132;
	}

#contentinfo nav > ul > li > ul > li + li {
	margin-top: 15px;
	}

#contentinfo nav > ul ul b {
	display: block;
	cursor: pointer;
	white-space: nowrap;
	}

#contentinfo nav > ul ul b,
#contentinfo nav > ul ul a {
	font-weight: 400;
	text-decoration: none;
	transition: color 200ms;
	}

#contentinfo nav > ul ul :is(a, b):is(:hover, :focus) {
	color: var(--color-primary);
	}

#contentinfo nav > ul .ico-chevron-down {
	position: relative;
	top: -0.1em;
	margin-left: 7px;
	width: 10px;
	height: 7px;
	fill: currentColor;
	transition: transform 200ms;
	}

#contentinfo nav > ul .active .ico-chevron-down {
	transform: rotate(180deg);
	}

#contentinfo nav > ul ul ul {
	padding-left: 12px;
	font-size: 12px;
	line-height: 1.5;
	}

#contentinfo nav > ul ul ul::before {
	content: "";
	display: block;
	height: 10px;
	}

#contentinfo nav > ul ul ul li + li {
	margin-top: 8px;
	}

#contentinfo .lang-ui-selectmenu-button {
	align-self: flex-start;
	width: auto;
	height: 40px;
	padding-inline: 12px;
	color: #3E4650;
	font-weight: 600;
	border: 1px solid #D0D6DF;
	border-radius: 5px;
	}

#contentinfo :is(:hover, :focus).lang-ui-selectmenu-button {
	background-color: #E3EAF6;
	}

#contentinfo .lang-ui-selectmenu-button.ui-selectmenu-button-open {
	background-color: #fff;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	}

#contentinfo .lang-ui-selectmenu-button.ui-selectmenu-button-open.ui-button-flip {
	border-radius: 0 0 5px 5px;
	}

#contentinfo .ui-selectmenu-text {
	margin-top: 1px;
	margin-right: auto;
	}

#contentinfo .lang-ui-selectmenu-button .ico-chevron-down {
	margin-right: 4px;
	width: 10px;
	height: 7px;
	}

#footer-ui-selectmenu-menu {
	padding-top: 40px;
	overflow: hidden;
	border: 1px solid #D0D6DF;
	border-radius: 5px;
	box-shadow: 0 8px 24px 0px #7588971F;
	}

#footer-ui-selectmenu-menu.ui-selectmenu-flip {
	padding-top: 0;
	padding-bottom: 40px;
	}

#footer-ui-selectmenu-menu .ui-menu {
	padding-left: 11px;
	color: #3E4650;
	font-weight: 600;
	font-size: 14px;
	line-height: 40px;
	background-color: #fff;
	}

#contentinfo .social {
	display: flex;
	align-items: center;
	column-gap: 16px;
	margin-top: 8px;
	margin-inline: 47px auto;
	color: #6D778C;
	font-size: 16px;
	}

#contentinfo .social a {
	display: grid;
	place-content: center;
	width: 24px;
	height: 24px;
	text-decoration: none;
	transition: color 200ms;
	}

#contentinfo .social a:is(:hover, :focus) {
	color: var(--color-primary);
	}

#contentinfo .social .ico-x-twitter {
	width: 17px;
	height: 16px;
	fill: currentColor;
	}

#contentinfo form {
	position: relative;
	margin-top: 1px;
	width: 360px;
	}

#contentinfo form::before {
	content: attr(data-heading);
	display: block;
	margin-bottom: 23px;
	font-weight: 600;
	font-size: 20px;
	}

#contentinfo form input {
	width: 100%;
	height: 44px;
	font-weight: 400;
	font-size: 14px;
	border-width: 0;
	border-bottom: 1px solid #677382;
	}

#contentinfo form button {
	position: absolute;
	bottom: 12px;
	right: 0;
	padding: 0;
	width: 20px;
	height: 20px;
	background-color: transparent;
	border-width: 0;
	}

#contentinfo form button .ico {
	padding-inline: 2px;
	width: 100%;
	height: 100%;
	stroke: #000;
	}

#contentinfo form button:is(:hover, :focus) .ico {
	stroke: var(--color-primary);
	}

#contentinfo .site-info {
	display: flex;
	justify-content: space-between;
	padding: 25px var(--padding-inline-center-content) 42px;
	color: #515151;
	font-weight: 400;
	font-size: 14px;
	background-color: #fff;
	}

#contentinfo .site-info ul {
	display: flex;
	column-gap: 32px;
	}

#contentinfo .site-info ul a {
	text-decoration: none;
	transition: color 200ms;
	}

#contentinfo .site-info ul a:is(:hover, :focus) {
	color: var(--color-primary);
	}

#invoice-details .invoice_text {
	color: #000;
    margin: 3%;
    font-size: 14px;
}


/* 10. responsive (1366px)
-------------------------------------------------------*/

@media (max-width: 1366px) {

/*  7.2. Site Navigation  */

#banner nav:not(.clone) > ul > li:not(:last-child) {
	margin-right: 29px;
	}

}



/* 11. responsive (1279px)
-------------------------------------------------------*/

@media (max-width: 1279px) {

/*  7.2. Site Navigation  */

#banner nav {
	display: none;
	}

#banner-wrapper,
#banner .w {
	height: 80px !important;
	}

#banner .w {
	padding-inline: var(--dist-min-cont-edge);
	}

#banner .w button {
	position: relative;
	display: inline-flex;
	border-radius: 3px;
	}

#banner .w :is(:hover, :focus).btn.s1 {
	border-color: #ffa453;
	}

#banner .w button::before {
	content: "";
	position: absolute;
	top: 11px;
	left: 9px;
	box-sizing: border-box;
	width: 18px;
	height: 14px;
	border: solid #fff;
	border-width: 2px 0;
	}

#banner .w button::after {
	content: "";
	position: absolute;
	top: 17px;
	left: 9px;
	width: 18px;
	height: 2px;
	background: #fff;
	}

#banner .w button.active::before {
	top: 16px;
	left: 5px;
	width: 70%;
	height: 3px;
	background-color: currentColor;
	border-width: 0;
	transform: rotate(45deg);
	}

#banner .w button.active::after {
	position: absolute;
	top: 16px;
	left: 5px;
	width: 70%;
	height: 3px;
	background-color: currentColor;
	border-width: 0;
	transform: rotate(-45deg);
	}

#mobile-menu {
	position: fixed;
	top: 80px;
	left: 0;
	z-index: 10;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-inline: var(--dist-min-cont-edge);
	width: 100%;
	max-height: calc(100vh - 80px);
	overflow: auto;
	color: #3E4650;
	font-weight: 400;
	background-color: #fff;
	border-top: 1px solid #BCC2CD;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
	}

#mobile-menu::before {
	content: "";
	flex-shrink: 0;
	height: 17px;
	}

#mobile-menu::after {
	content: "";
	flex-shrink: 0;
	height: 33px;
	}

#mobile-menu .qck {
	display: flex;
	justify-content: center;
	column-gap: 24px;
	font-size: 14px;
	}

#mobile-menu a,
#mobile-menu nav b {
	display: block;
	cursor: pointer;
	letter-spacing: 0.54px;
	text-decoration: none;
	transition: color 200ms;
	}

#mobile-menu :is(a, nav b):is(:hover, :focus, [aria-current="page"]) {
	color: var(--color-primary);
	}

#mobile-menu nav:not(.clone) > ul > li:last-child a {
	display: flex;
	margin-top: 24px;
	margin-left: 0;
	}

#mobile-menu #search-popup {
	position: relative;
	top: auto;
	right: auto;
	visibility: visible;
	opacity: 1;
	margin-top: 25px;
	width: 100%;
	}

#search-popup form > .ico-magnifying-glass {
	display: none;
	}

#mobile-menu #search-popup form > input {
	padding-inline: 7px 33px;
	width: 100%;
	height: 40px;
	border-color: #BCC2CD;
	border-radius: 5px;
	}

#mobile-menu #search-popup form > button {
	top: 10px;
	left: auto;
	right: 8px;
	width: 20px;
	height: 20px;
	background-color: transparent;
	border-width: 0;
	transition: color 200ms;
	}

#mobile-menu #search-popup form > button:is(:hover, :focus) {
	color: var(--color-primary);
	}

#mobile-menu #search-popup form > button .ico-magnifying-glass {
	top: 0;
	left: auto;
	right: 0;
	padding-inline: 1px;
	width: 100%;
	height: 100%;
	pointer-events: auto;
	stroke: currentColor;
	}

#mobile-menu nav {
	margin-top: 24px;
	width: 100%;
	}

#mobile-menu nav h2 {
	position: absolute;
	left: -5000px;
	}

#mobile-menu nav > ul {
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.54px;
	}

#mobile-menu nav > ul .ico-chevron-down {
	position: relative;
	top: -0.05em;
	margin-left: 8px;
	width: 12px;
	height: 8px;
	fill: currentColor;
	transition: transform 250ms;
	}

#mobile-menu nav > ul .active .ico-chevron-down {
	transform: rotate(180deg);
	}

#mobile-menu nav > ul b {
	font-weight: inherit;
	}

#mobile-menu nav > ul ul {
	padding-left: 26px;
	}

#mobile-menu nav > ul > li + li {
	margin-top: 16px;
	}

#mobile-menu nav > ul ul::before {
	content: "";
	display: block;
	height: 12px;
	}

#mobile-menu nav > ul ul > li + li {
	margin-top: 12px;
	}

#header-ui-selectmenu-menu.ui-selectmenu-flip {
	padding-top: 0;
	padding-bottom: 32px;
	}

#mobile-menu .tel-heading {
	margin-top: 22px;
	color: #677382;
	font-size: 12px;
	}

#mobile-menu .tel {
	display: flex;
	align-items: center;
	column-gap: 5px;
	margin-top: 11px;
	font-weight: 700;
	font-size: 14px;
	}

#mobile-menu .tel img {
	margin-left: -3.22px;
	}

#mobile-menu .tel::before {
	content: "";
	display: inline-block;
	width: 38px;
	height: 18px;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-image: -webkit-image-set(url(../img/phone-icons.png) 1x, url(../img/phone-icons@2x.png) 2x, url(../img/phone-icons@3x.png) 3x);
	background-image:         image-set(   "../img/phone-icons.png" 1x,    "../img/phone-icons@2x.png" 2x,    "../img/phone-icons@3x.png" 3x);
	}


/*  7.3. Utility Bar  */

#util-bar {
	display: none;
	}

}	

/* 12. responsive (1023px)
-------------------------------------------------------*/

@media (max-width: 1023px) {

/*  4. default - pagination */

.pagination > p {
	justify-content: flex-start;
	margin-right: -10px;
	margin-left: -10px;
	padding-bottom: 16px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	}

.pagination > p::before,
.pagination > p::after {
	content: "";
	flex-shrink: 0;
	width: 10px;
	}

.pagination p > a {
	flex-shrink: 0;
	}

.pagination [aria-current="page"].page {
	flex-shrink: 0;
	}

.pagination .hellip {
	flex-shrink: 0;
	}

/*  7.1. logo  */

#banner .w > a {
	width: 161px;
	height: 24px;
	}


/*  8.1. section name  */

#secname {
	height: 159px !important;
	}

#secname.has-paragraph {
	display: block;
	padding-right: 0;
	padding-left: 0;
	height: auto !important;
	}

#secname[style*="background-image"] {
	padding-bottom: 20px;
	}

#secname.has-paragraph::before,
#secname.has-paragraph::after {
	content: none;
	}

#secname > .name {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0 10px;
	height: 159px;
	}

#secname > .name::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	}

#secname > p {
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 20px;
	max-width: none;
	color: #3E4650;
	border-bottom: 1px solid #EBEBEB;
	}
        
/*  8.2. Service navigation  */

nav[aria-label="Service"] {
	padding-top: 14px;
	padding-right: 10px;
	padding-left: 10px;
	}

nav[aria-label="Service"] > ul:not(.clone) {
	display: none;
	}

nav[aria-label="Service"] > .clone {
	display: flex;
	margin: 0 -10px;
	padding-bottom: 14px;
	overflow: auto;
	}

nav[aria-label="Service"] > .clone::before,
nav[aria-label="Service"] > .clone::after {
	content: "";
	flex-shrink: 0;
	width: 10px;
	}

nav[aria-label="Service"] li + li {
	margin-left: 5px;
	}

nav[aria-label="Service"] li > a {
	margin-right: 0;
	margin-left: 0;
	}

nav[aria-label="Service"] li > a[aria-current="page"] {
	color: var(--color-primary);
	background-color: #FDEFE3;
	}

nav[aria-label="Service"]::after {
	margin-top: 0;
	}

/*  8.3. Get Paid Like a Boss!  */

#affiliate {
	z-index: 1;
	display: block;
	padding-block: 81px;
	min-height: 450px;
	text-align: center;
	background-position-x: 45.2%;
	background-image: url(https://res.cloudinary.com/dto0qvnj6/image/upload/c_limit,w_auto,dpr_auto/f_auto/v1730898795/mobile_bg_affiliate_m6u1k4.jpg);
	}

@supports (background-image: url('data:image/avif;base64,AAAA')) {
	#affiliate {
		background-image: url(https://res.cloudinary.com/dto0qvnj6/image/upload/c_limit,w_auto,dpr_auto/f_avif/v1730898795/mobile_bg_affiliate_m6u1k4.jpg);
	}
}

@supports (background-image: url('data:image/webp;base64,UklGR')) {
	#affiliate {
		background-image: url(https://res.cloudinary.com/dto0qvnj6/image/upload/c_limit,w_auto,dpr_auto/f_webp/v1730898795/mobile_bg_affiliate_m6u1k4.jpg);
	}
}

#affiliate hgroup {
	max-width: none;
	}

#affiliate hgroup h2 {
	margin-top: 15px;
	font-size: 36px;
	}

#affiliate .btn {
	width: 100%;
	}

#affiliate img {
	position: relative;
	right: auto;
	margin-bottom: -62vw;
	}


/*  8.4. Become an Expert Real Estate Photographer  */

#carrier {
	display: block;
	padding-top: min(44.2vw, 240px);
	padding-bottom: 40px;
	}

#carrier .w {
	width: auto;
	}

#carrier hgroup h2 {
	margin-top: 8px;
	font-size: 28px;
	line-height: 1.2;
	}

#carrier .btn {
	margin-top: 23px;
	width: 100%;
	}

#carrier .img {
	margin-top: 40px;
	width: 100%;
	}

/*  9. content info  */

#contentinfo {
	text-align: center;
	}

#contentinfo > .w {
	flex-direction: column;
	align-items: center;
	row-gap: 0;
	display: block;
	padding-top: 48px;
	padding-bottom: 128px;
	background-position-x: 64%;
	}

#contentinfo > .w div.w {
	width: auto;
	}

#contentinfo .logo {
	margin-inline: auto;
	margin-bottom: 12px;
	}

#contentinfo > .w .w li {
	justify-content: center;
	}

#contentinfo > .w .w li + li {
	margin-top: 4px;
	}

#contentinfo > .w .w li::before {
	content: none;
	}

#contentinfo > .w .w li a {
	display: flex;
	align-items: center;
	}

#contentinfo > .w .w li span:has(> [href^="tel:"]).w {
	font-size: inherit;
	}

#contentinfo > .w .w li a[href^="tel"] {
	margin-top: 6px;
	}

#contentinfo > .w .w li a::before {
	content: "";
	position: relative;
	top: 0.6em;
	flex-shrink: 0;
	margin-right: -8px;
	width: 36px;
	height: 36px;
	background: -292px 0 no-repeat url(../img/sprite@2x.png);
	background-size: 500px 500px;
	transform-origin: 0 0;
	transform: scale(0.55);
	}

#contentinfo > .w .w li:nth-child(2) a::before {
	top: 0.5px;
	background-position: revert;
	transform: none;
	}

#contentinfo > .w .w li:nth-child(2) a img {
	top: 0.5px;
	margin-left: -7.22px;
	}


#contentinfo > .w .w li span.w {
	flex-direction: column;
	align-items: center;
	}

#contentinfo nav {
	margin-top: 18px;
	padding-top: 0;
	width: auto;
	}

#contentinfo nav > ul {
	display: block;
	}

#contentinfo nav > ul > li {
	width: auto;
	}

#contentinfo nav > ul > li + li {
	margin-top: 33px;
	}

#contentinfo nav > ul ul ul {
	padding-left: 0;
	}

#contentinfo .lang-ui-selectmenu-button {
	margin-top: 26px;
	margin-inline: auto;
	}

#contentinfo .social {
	justify-content: center;
	margin-top: 32px;
	margin-left: auto;
	}

#contentinfo form {
	margin-top: 49px;
	margin-inline: auto;
	width: auto;
	max-width: 360px;
	}

#contentinfo .site-info {
	display: block;
	padding-top: 26px;
	}

#contentinfo .site-info ul {
	display: block;
	margin-top: 19px;
	}

#contentinfo .site-info ul li + li {
	margin-top: 19px;
	}

}

/* 13. responsive ( 991px)
-------------------------------------------------------*/

@media (max-width:  767px) {

	/*  8. main content  */
	
	:has(> .footer-order)#main { /* Order pages v2 */
		padding-bottom: 0;
		}
	
	}
	

/* 14	. responsive ( 767px)
-------------------------------------------------------*/

@media (max-width:  767px) {
    
/*  1. profile  */

#profile {
	position: relative;
	}

#profile > .w {
	top: 0;
	margin-right: 10px;
	width: 70px;
	height: 70px;
	}
#profile > .w > a > span {
	padding-bottom: 0;
	height: 100%;
	}
[aria-describedby="upload-photo"] > .w {
	padding: 10px;
	}
.ui-dialog-titlebar-close {
	top: 10px;
	right: 10px;
	}
#upload-photo button {
	margin-right: 0;
	width: 100%;
	}
#upload-photo button + button {
	margin-top: 20px;
	}

#profile > p {
	margin-top: 0;
	}

#profile:not(.my-tours) > .btn {
	position: absolute;
	bottom: -64px;
	left: 16px;
	width: calc(100% - 32px);
	}
    
/*  4. default - fullPagePopup  */

[aria-describedby="fullPagePopup"] > .w {
	padding: 10px;
	max-width: none;
	}

.ais-Pagination-item {
	margin-inline: 3px;
	}

.ais-Pagination-link {
	padding: 4px 8px;
	min-width: 26px;
	}

/*  4. default - switch  */

:not(.fs).pseudo-switch > :first-child + li::before { /* excluding fixed-sized switches */
	margin-right: 10px;
	margin-left: 10px;
	width: 29px;
	height: 8px;
	}

:not(.fs).pseudo-switch > li > .switch {
	top: 0.3em;
	left: 10px;
	}

:not(.fs).switch,
:not(.fs).pseudo-switch > li > .switch {
	width: 29px;
	height: 8px;
	}

:not(.fs).switch::before,
:not(.fs).pseudo-switch > li > .switch::before {
	top: -6px;
	width: 19px;
	height: 19px;
	}

[aria-checked="true"]:not(.fs).switch::before,
:not(.fs).pseudo-switch > li:last-child > input:checked + .switch::before {
	transform: translateX(10px);
	}


/*  4. default - pagination */

.pagination .prev {
	margin-right: 3px;
	}

.pagination .next {
	margin-left: 3px;
	}

.pagination .first + .prev,
.pagination .next  + .last {
	margin-left: 2px;
	}

.pagination .first,
.pagination .last,
.pagination .prev,
.pagination .next {
	font-size: 0;
	}

.pagination .first::before,
.pagination .last::before,
.pagination .prev::before,
.pagination .next::before {
	content: "|";
	display: inline-block;
	visibility: hidden;
	width: 0;
	font-size: 10px;
	}

.pagination a > .ico {
	display: block;
	stroke: currentColor;
	}

.pagination .first > .ico,
.pagination .last  > .ico {
	width: 11px;
	height: 10px;
	}

.pagination .prev > .ico,
.pagination .next > .ico {
	width: 6px;
	height: 10px;
	}

.pagination .first > .ico,
.pagination .prev > .ico {
	position: relative;
	left: -1px;
	}

.pagination .next > .ico,
.pagination .last > .ico {
	transform: scale(-1);
	}
}

/* added by Ronak: google translate dropdown (2019-05-24)
		-------------------------------------------------------*/
/* ============ HIDE TOP BAR ============ */
.goog-te-banner-frame.skiptranslate {
	display: none !important;
}

/* OVERRIDE GOOGLE TRANSLATE WIDGET CSS BEGIN */

.goog-logo-link,
.goog-logo-link:link,
.goog-logo-link:visited,
.goog-logo-link:hover,
.goog-logo-link:active {
	color: #444;
	display: none;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.goog-te-gadget {
	line-height: 2px !important;
	color: transparent;
}

.goog-logo-link {
	display: none !important;
}

.goog-te-gadget {
	font-size: 0 !important;
}

.goog-te-gadget .goog-te-combo {
	position: relative;
	display: inline-flex;
	align-items: center;
	vertical-align: middle;
	padding: 0 12px;
	width: 150px;
	height: 43px;
	cursor: pointer;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #333;
	letter-spacing: 0.5px;
	background: #f4f8fb;
	border: none;
	border-radius: 5px;
	outline: none;
	box-shadow: inset 0 -1px 0 0 rgba(230, 233, 236, 0.85);
	transition: background 200ms, box-shadow 200ms;
}

/* commonte on 14-06-2019 */
/*
#banner .header-land-translator {
	position: absolute;
	right: -170px;
	top: -0px;
}
*/

#banner nav:not(.clone)>ul {
	font-size: 0;
	text-align: right;
	position: relative;
	/* margin-right: 245px; */
}

@media (max-width: 567px) {
/*	#banner .header-land-translator {
		position: absolute;
		right: -225px;
		top: -25px;
	}*/
	#banner .goog-te-gadget .goog-te-combo {
		width: 90px;
	}
}
/* OVERRIDE GOOGLE TRANSLATE WIDGET CSS END */

.goog-te-combo {
	display: none !important;
	}

#google_translate_element2 .goog-te-gadget {
	display: block !important;
	}

.ui-selectmenu-button-google-translate {
	position: relative;
	display: flex;
	align-items: center;
	vertical-align: middle;
	padding: 0 12px;
	width: 150px;
	height: 41px;
	cursor: pointer;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.5px;
	background: #f4f8fb;
	border: none;
	border-radius: 5px;
	outline: none;
	box-shadow: inset 0 -1px 0 0 rgba(230, 233, 236, 0.85);
	transition: background 200ms, box-shadow 200ms;
	}

.ui-selectmenu-text {
	font-size: 14px;
	}

.ui-selectmenu-button-google-translate-language {
	position: relative;
	top: 1px;
	}

.ui-selectmenu-button-google-translate::after {
	content: "\f078";
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 2px;
	box-sizing: border-box;
	width: 48px;
	height: 100%;
	pointer-events: none;
	color: #8390a0;
	font-weight: 900;
	font-size: 14px;
	font-family: "Font Awesome";
	}

.ui-selectmenu-menu-google-translate {
	position: absolute;
	top: -5000px;
	left: -5000px;
	z-index: 100;
	visibility: hidden;
	opacity: 0;
	width: 221px;
	transition: visibility 200ms, opacity 200ms;
	}

.ui-selectmenu-open-google-translate {
	visibility: visible;
	opacity: 1;
	}

.ui-selectmenu-menu-google-translate ul {
	padding: 12px;
	width: 100% !important;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.5px;
	background: #f4f8fb;
	border-radius: 5px;
	box-shadow: 0 3px 5px 0 rgba(52, 73, 99, 0.2);
	transition: opacity 250ms;
	}

.ui-selectmenu-menu-google-translate li:not(:first-child) {
	margin-top: 10px;
	}

.ui-selectmenu-menu-google-translate div {
	cursor: pointer;
	transition: color 200ms;
	}

.ui-selectmenu-menu-google-translate .ui-state-active {
	color: var(--color-primary);
	}

.ui-selectmenu-google-translate-flag {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-right: 7px;
	width: 32px;
	height: 22px;
	background: url(../img/sprite@2x.png) no-repeat;
	background-size: 500px 500px;
	}

.ui-selectmenu-google-translate-flag- {
	background-position: 0 -5000px;
	}

.ui-selectmenu-google-translate-flag-en {
	background-position: 0 -42px;
	}

.ui-selectmenu-google-translate-flag-es {
	background-position: 0 -69px;
	}

.ui-selectmenu-google-translate-flag-fr {
	background-position: 0 -123px;
	}

.remove-item-checkout {
	display: block;
	font-size: 13px;
	cursor: pointer;
	margin-left: 10px;
}

.remove-item-checkout:hover {
	color: red;
}

/* new css for alert 

.alert h2 {
	font-size: 24px;
	font-weight: inherit;
}

.alert p {
	font-size: 17px;
}

.register_bt a {
	background: var(--color-primary);
	border-width: 0;
}

.register_bt a:hover {
	background: #ffa453;
	box-shadow: -6px 6px 18px 0 rgba(255, 164, 83, 0.5);
	border-width: 0;
	text-decoration: none;
}

input.lg_in_bt {
	background: var(--color-primary);
	border-width: 0;
	padding-left: 25px;
}

input.lg_in_bt:hover {
	background: #ffa453;
	box-shadow: -6px 6px 18px 0 rgba(255, 164, 83, 0.5);
	border-width: 0;
	text-decoration: none;
}

.alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.alert-danger {
	color: #b94a48;
	background-color: #f2dede;
	border-color: #eed3d7;
}

.alert {
	padding: 15px;
	margin-bottom: 8px;
	border: 1px solid transparent;
	border-radius: 4px;
}


.custom-has-error {
	color: red;
	font-size: 14px;
}

em.invalid {
	color: red;
        font-size: 12px;
}
.goog-tooltip {
    display: none !important;
}
.goog-tooltip:hover {
    display: none !important;
}
.goog-text-highlight {
    background-color: transparent !important;
    border-width: 0 !important; 
    box-shadow: none !important;
}
.slick-slide{
    position: relative !important;
}
.after_befor{
    position: absolute;
    bottom: 0px;
    background: #fff;
    left: 0px;
    padding: 13px 17px;
    width: 100%;
    display:block;
    font-size: 14px;
    font-weight: 700;
    color:#000 !important; 
	box-shadow: 0 0 16px 0 rgba(64, 72, 90, 0.2);
	transform:scale(1) !important;
        
}

.virtual_tour_vid{
    bottom: -40px;
}
.product_after{
    position: absolute;
    bottom: -50px;
    background:#fff;
    left: 0px;
    padding: 13px 17px;
	width: 100%;
    display:block;
    font-size: 14px;
    font-weight: 700;
    color:#000 !important; 
	box-shadow: 0 2px 16px 0 rgba(64, 72, 90, 0.2);
	line-height: 1.72;
}
p.product_after{
	margin-top: 0px;
}

.product_before{
	position: absolute;
    bottom: auto;
    background: #fff;
    left: 0px;
    padding: 13px 17px;
    width: 100%;
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #000 !important;
    box-shadow: 0 0 16px 0 rgba(64, 72, 90, 0.2);
    top: -50px;
	margin-top: 0px !important;
	line-height: 1.72;
}

.home_after{
    position: absolute;
    bottom: -42px;
    background: #fff;
    left: 0px;
    padding: 13px 17px;
    width: 100%;
    display:block;
    font-size: 14px;
    font-weight: 700;
    color:#000 !important; 
    box-shadow: 0 2px 16px 0 rgba(64, 72, 90, 0.2);
}

.home_before{
    position: absolute;
    bottom: 558px;
    background: #fff;
    left: 0px;
    padding: 13px 17px;
    width: 100%;
    display:block;
    font-size: 14px;
    font-weight: 700;
    color:#000 !important; 
    box-shadow: 0 0 16px 0 rgba(64, 72, 90, 0.2);
}
.vid_bottom{
    bottom : 34px;
}

 #services .slick-slide {
    outline: none;
    overflow: hidden;
} 
@media screen and (max-width: 1366px) {
 
		.home_before{
                        bottom: auto;
                        top: -42px;
		}
		.vid_bottom {
			bottom: 29px;
		}
		p.product_after_xs{
			margin-top: 0px;
		}
}
@media screen and (max-width: 1024px) {
	 
	.home_before {
		bottom: auto;
		top: 0;
	}
	.vid_bottom {
		bottom: 48px;
		left: 0;
	}
		.imagesmargintop {
			margin-top: 42px;
		}
}
@media screen and (max-width: 812px) {
	.vid_bottom {
		bottom: 30px;
		left: 0;
	}
	.imagesmargintop {
		margin-top: 42px;
	}
	.home_before {
		bottom: auto;
		top: 0px;
	}
	.product_after_xs {
		bottom: 300px;
	}
	#addl section .fig figure > img {
		width: 100%;
		margin-top: 50px;
	}
		.feet30_xs{
		top: 0px;
	}
	#addl section h3 {
		order: 2;
		margin-top: 63px;
		font-size: 18px;
	}
	.video_xs{
		bottom: 333px;
	}
	#openvtphoto .video_xs{
		bottom: 352px;
	}

}
@media screen and (max-width: 811px) {
	.alert h2 {
		font-size: 20px;
	}

	.alert p {
		font-size: 15px;
	}
	 
	.media.fig .clone{
		padding-top: 50px;
	}
	.feet30_xs{
		bottom:auto;
		top: 0px;
		margin-top: 0px !important;
	}
	#opennightphoto .nightphoto{
		margin-top: 65px;
	}
	#openlistingvid .listingvid{
		margin-top: 65px;	
	}


 
	#openvtphoto .vtphoto{
		margin-top:60px;
	}
	 #addl section h3{
		margin-top:45px; 	
	} 
	.home_before{
bottom: auto;
top: 0;
	}
	.vid_bottom {
		bottom: 27px;
		left: 0;
	}
	.imagesmargintop{
		margin-top: 42px;
	}
	#addl section .fig figure > img {
		width: 100%;
		margin-top: 0;
	}
	.product_after_xs {
		bottom: auto;
                top: 528px;
	}
	.video_xs {
		bottom: auto;
		top: 421px;
	}  
	#openvtphoto .video_xs {
		bottom: auto;
		top: 366px;
	}  
}

@media screen and (max-width: 767px) {

	.alert h2 {
		font-size: 18px;
	}

	.alert p {
		font-size: 14px;
	}
	.product_after_xs {
		bottom: auto;
		top: 508px;
	}
	.video_xs {
		bottom: auto;
		top: 403px;
	}
	#openvtphoto .video_xs {
		bottom: auto;
		top: 366px;
	}
	
}

@media screen and (max-width: 639px) {
	.alert h2 {
		font-size: 16px;
	}

	.alert p {
		font-size: 12px;
	}
	 #addl .media.vid {
		margin-bottom:45px; 
	} 
	.product_after_xs  {
	    bottom: auto;
    top: 267px;
	}
	.media.fig .clone{
		padding-top: 50px;
	}
	.feet30_xs{
		bottom:auto;
		top: 0px;
		margin-top: 0px !important;
	}
	#opennightphoto .nightphoto{
		margin-top: 65px;
	}
	#openlistingvid .listingvid{
		margin-top: 65px;	
	}


	.video_xs{
		bottom:auto;
		top: 200px;
	}
	#openvtphoto .video_xs {
		bottom:auto;
		top: 366px;
	}
	#openvtphoto .vtphoto{
		margin-top:60px;
	}
	 #addl section h3{
		margin-top:45px; 	
	} 
	.home_before{
bottom: auto;
top: 0;
	}
 
	.vid_bottom {
		bottom: -11px;
		left: 0px;
	}
	.imagesmargintop{
		margin-top: 42px;
	}    

}
@media screen and (max-width: 480px){
.vid_bottom {
    bottom: -5px;
    left: 0px;
}
}
@media screen and (max-width: 360px) {
	.alert h2 {
		font-size: 14px;
	}

	.alert p {
		font-size: 10px;
	}
       
        .virtual_tour_vid {
            bottom: -5px;
        }
}

@media screen and (max-width: 320px) {
	.alert h2 {
		font-size: 12px;
	}

	.alert p {
		font-size: 9px;
	}
        virtual_tour_vid {
            bottom: -5px;
        }
}*/

@media screen and (min-width: 1366px) and (min-height: 1020px){
	section#fotoport-3d #fotoportLink iframe{
		height: 900px !important;
	}
}

.jobsWhiteRectangle {
	font-size: 13px;
}
#payment-form button {
    position: relative;
    padding: 0 15px 2px;
	margin-top:15px;
    min-width: 120px;
    height: 50px;
    cursor: pointer;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.5px;
    background: var(--color-primary);
    border: none;
    border-radius: 5px;
    box-shadow: -6px 6px 10px 0 rgba(236, 119, 16, 0.2);
    transition: color 200ms, background 200ms, box-shadow 200ms, border 200ms;
}

#payment-form button:hover {
    background: #ffa453;
    box-shadow: -6px 6px 18px 0 rgba(255, 164, 83, 0.5);
}
.sub-menu li {
	text-align: left;
}
.skiptranslate iframe {
	display: none;
}
.skiptranslate.goog-te-gadget > span {
	display: none;
}
/* hide the new developed select for language */
.lang-selector + .lang-ui-selectmenu-button {
	display: none;
}
#google_translate_element,
#google_translate_element2 {
	align-self: stretch;
	display: flex;
}
.goog-te-gadget {
	display: flex;
	color: #3E4650 !important;
	font-family: "Open Sans", sans-serif !important;
}
#google_translate_element2 .goog-te-gadget {
	display: flex !important;
}
.goog-te-gadget > div {
	display: flex;
}
:is(.lang-ui-selectmenu-button, .lang-ui-selectmenu-menu) .ui-selectmenu-google-translate-flag {
	display: none;
}
@media (max-width: 1023px) {
	#google_translate_element2 {
		margin-inline: auto;
		width: 166px;
	}
}

body {
    position: static !important;
}

#mobile-menu #google_translate_element {
    margin-inline: auto;
}
.ui-selectmenu-google-translate-language {
    visibility: visible !important;
}

@media (max-width: 420px) {
	.accordion > h3 {
		overflow: hidden;
		text-overflow: ellipsis;
	}
}
#goog-gt-tt, .goog-te-balloon-frame{display: none !important;} 
#order-btn {
	margin:30px 0;
}
#order-btn .w {
	text-align: center;
}

.alert .container h2, .alert .container p{
	font-size: 15px !important;
}

.alert .container h2, .alert .container p{
	font-size: 18px !important;
}

.hidden-text {
	position: absolute;
  	left: -9999px;
}
.hidden {
	display: none !important;
}

span.error
{
	color: red;
	font-size: 12px;
}