	
	#socialnetworks a[href^="https://plus.google.com/"]{
		display:none;
	}
	
	
#map{
	border-radius:5px;
	border:1px solid #FFF;
	margin-bottom:10px;
	
	
	-webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
	        box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
	
}


span.skype_c2c_container img.skype_c2c_logo_img{
	display:none !important;
}

/***********************************************************************/
.animate-in-opacity:not(h1){
	opacity:0;
}
.animate-in-fade:not(h1){
	opacity:0;
	transform:scale(0.95);
}
.animate-in-left:not(h1),
.animate-in-left-after:after{
	opacity:0;
	transform:translateX(-20px);
}
.animate-in-left-after:after{
	transform:rotate(-10deg) translateX(-100px) !important;
}
.animate-in-left-after.animation-in-done:after{
	transition: all 500ms ease-in-out;
	opacity:1;
	transform:rotate(-10deg) translateX(0px) !important;
}
/***/
.animate-in-right:not(h1),
.animate-in-right-after:after{
	opacity:0;
	transform:translateX(20px);
}
.animate-in-right-after:after{
	transform:rotate(10deg) translateX(100px);
}
.animate-in-right-after.animation-in-done:after{
	transition: all 500ms ease-in-out;
	opacity:1;
	transform:rotate(10deg) translateX(0px);
}
/***/
.animate-in-top:not(h1){
	opacity:0;
	transform:translateY(-20px);
}
.animate-in-bottom,
.animate-in-ctr{
	opacity:0;
	transform:translateY(20px);
}


#gallery .facebook pre{
	display:none;	
}



/***********************************************************************/

#banner-icons .wrapper > ul > li i.liafont-bbb{
    padding-right: 7px;
    padding-left: 3px;
}
@media only screen and (max-width: 1023px){
	#banner-icons .wrapper > ul > li i.liafont-bbb{
		padding-left: 5px;
		padding-right: 9px;
	}
}
body[page='become-a-client'] video[poster='/images/client-video-poster.jpg'] + br + p,
body[page='become-a-client'] video[poster='/images/client-video-poster.jpg'] + br + p a{
	margin-top:20px;
	font-size:24px;
	font-family: 'Open Sans Extra Bold', sans-serif;
	color:red;
}

#footer2 span.fn.org{
	display:none;
}
	
	
#nav ul.dropdown ul li a{
	transition: none !important;
}
	.testimonial .fa-star,
	#footer_logo .fa-star{
		margin:0 2px;
		font-size:24px;
		color:rgba(255,255,255,0.5);
	}
	.testimonial .fa-star.alt,
	#footer_logo .fa-star.alt{
		color:#ffa500;
		
	}

/**************************************/	
	
#payment_methods i {
    position: relative;
}

#payment_methods i.fa-cc-visa{
	color:#3359c9;
}
#payment_methods i.fa-cc-amex{
	color:#0e8fd3;
}
#payment_methods i.fa-cc-discover{
	color:#ffa816;
}
#payment_methods i.fa-cc-mastercard{
	color:#2e3a48;
}
#payment_methods i.liafont-cash{
	color:#4ba22e;
}
#payment_methods i.liafont-money-check{
	color:#909090;
}

#payment_methods i.fa-cc-visa:after,
#payment_methods i.fa-cc-mastercard:after,
#payment_methods i.fa-cc-discover:after,
#payment_methods i.fa-cc-amex:after,
#payment_methods i.liafont-cash:after,
#payment_methods i.liafont-money-check:after{
	content: "";
    background: #FFF;
    height: calc(100% - 10px);
    width: calc(100% - 2px);
    position: absolute;
    top: 5px;
    left: 1px;
}
#payment_methods i.liafont-cash:after,
#payment_methods i.liafont-money-check:after{
	height: calc(100% - 18px);
    top: 9px;
}
#payment_methods i.fa-cc-mastercard:after{
	background: rgb(235,3,0);
	background: linear-gradient(90deg, rgba(235,3,0,1) 0%, rgba(235,3,0,1) 40%, rgba(244,163,4,1) 60%, rgba(244,163,4,1) 100%);
}
#payment_methods i:before {
    z-index: 1;
    position: relative;
}
	.new-window-warning{
		display:none !important;
	}	
	.new-window:hover .new-window-warning{
		display:table !important;
		position: absolute;
		z-index: 1;
		background:rgba(0,0,0,0.75);
		color:#FFF;
		padding:5px 10px;
		border-radius: 5px;
		font-size:12px;
		text-align: center;
	}
	
/***********************************************************************************/
.skip-link {
    background-color: #f1f1f1;
    box-shadow: 0 0 1px 1px rgba(0,0,0,.2);
    color: #21759b;
    display: block;
    font-family: Montserrat,"Helvetica Neue",sans-serif;
    font-size: 14px;
    font-weight: 700;
    left: -9999em;
    outline: 0;
    padding: 15px 23px 14px;
    text-decoration: none;
    text-transform: none;
    top: -9999em;
}
.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    overflow: hidden;
    position: absolute!important;
    width: 1px;
}
#copyright{
	opacity:1 !important;
}
	
#review-form{
	height:500px;
}
	
/*
.gallery > div{
	cursor: pointer;
	position:relative;
    height: 150px;
    width: 150px;
    display: inline-block;
    overflow: hidden;
	border:1px solid rgba(0,0,0,.075);
	margin:5px;
	background-color:rgba(0,0,0,.05);
}
.gallery > div:hover > img{
	transform:scale(1.1);
	transition:all 100ms ease-in-out;
    
}
.gallery > div:hover > img {   
    opacity: .5;
}
.gallery > div > img {
	position:absolute;
	height:100%;
	width:auto;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}
*/
	
	
.gallery > a > img.lazy{
	position: relative;
	top:0;
	left:0;
	right: 0;
	bottom: 0;
}
	@supports ( -webkit-touch-callout : none) {
		.parallax{
			background-attachment: scroll;
		}
	}
	
	
	
@media only screen and (max-width: 428px){
	#mobilemenu > .left{
		/*box-shadow:0 0 0 1px red;*/
		width: 60%;
		text-align: left;
	}
}
	
@media only screen and (max-width: 600px){
	#copyright{
		margin-bottom: 50px;
	}
	#copyright .text_group span{
		display:block;
	}
}
	.pp_description{
		display: none !important;
	}
    
    
    
    .booknow,
	.booknow_cont{
        position: fixed;
        bottom: 10px;
        left: 10px;
        z-index: 1000;
        border-radius: 10px;
    }
	
	.booknow_cont.right{
		float:none;
		left:auto;
		right: 10px;
	}
	
/* Reusable LIA FAQ components. All rules are scoped to .lia_faq. */

.lia_faq,
.lia_faq * {
	box-sizing: border-box;
}

.lia_faq {
	clear: both;
	color: #333;
}
	.lia_faq__category-head{
		text-align:center;
		margin-bottom: 40px;
	}

.lia_faq .wrapper {
	float: none;
	width: 100%;
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
}

.lia_faq__intro/*,
.lia_faq--featured */{
	background: #f4f5f6;
}

.lia_faq__intro .padding2,
.lia_faq--featured .padding2,
.lia_faq__category .padding2,
.lia_faq__cta .padding2 {
	padding-top: 55px;
	padding-bottom: 55px;
}

.lia_faq__kicker,
.lia_faq__eyebrow {
	margin: 0 0 8px;
	color: #c52026;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1.3px;
	line-height: 1.35;
	text-transform: uppercase;
}

.lia_faq__lead {
	max-width: 920px;
	margin: 0;
	font-size: 19px;
	line-height: 1.75;
}

.lia_faq__featured-head,
.lia_faq__category-head {
	/*max-width: 850px;*/
	margin: 0 auto 28px;
}

.lia_faq__featured-head {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

/*.lia_faq__featured-head h2,*/
.lia_faq__category-head h2,
.lia_faq__cta h2 {
	margin: 0 0 10px;
	padding: 0;
	color: #222;
	font-size: clamp(28px, 4vw, 40px);
	font-weight: 700;
	line-height: 1.2;
	text-transform: none;
}
.lia_faq__featured-head p:last-child,
.lia_faq__category-head p:last-child,
.lia_faq__cta p:last-child {
	margin: 0;
	font-size: 17px;
	line-height: 1.7;
}

.lia_faq__nav {
	margin-top: 30px;
	padding: 22px;
	border: 1px solid #ddd;
	border-radius: 8px;
	background: #fff;
}

.lia_faq__nav > strong {
	display: block;
	margin-bottom: 12px;
	color: #222;
}

.lia_faq__nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
}

.lia_faq__nav-links a {
	display: inline-block;
	padding: 8px 13px;
	border: 1px solid #d7d7d7;
	border-radius: 999px;
	background: #f7f7f7;
	color: #333;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
	text-decoration: none;
}

.lia_faq__nav-links a:hover,
.lia_faq__nav-links a:focus {
	border-color: #c52026;
	background: #c52026;
	color: #fff;
}

.lia_faq__category {
	scroll-margin-top: 120px;
	background: #fff;
}

.lia_faq__category:nth-of-type(even) {
	background: #f7f7f7;
}

.lia_faq__items {
	display: grid;
	gap: 13px;
	width: 100%;
}

.lia_faq__item {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border: 1px solid #dcdcdc;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.055);
}

.lia_faq__item summary {
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	padding: 19px 58px 19px 22px;
	cursor: pointer;
	color: #222;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.45;
	list-style: none;
}

.lia_faq__item summary::-webkit-details-marker {
	display: none;
}

.lia_faq__item summary::after {
	position: absolute;
	top: 50%;
	right: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #c52026;
	color: #fff;
	content: "+";
	font-size: 21px;
	font-weight: 400;
	line-height: 1;
	transform: translateY(-50%);
}

.lia_faq__item[open] summary {
	color: #c52026;
}

.lia_faq__item[open] summary::after {
	content: "−";
}

.lia_faq__answer {
	padding: 0 22px 21px;
	border-top: 1px solid #eee;
}

.lia_faq__answer p {
	margin: 17px 0 0;
	padding: 0;
	color: #525252;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
	text-align: left;
}

.lia_faq__answer strong {
	color: #292929;
}

.lia_faq__answer a {
	color: #c52026;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.lia_faq__more {
	margin-top: 28px;
	text-align: center;
}

.lia_faq__button {
	display: inline-block;
	padding: 13px 22px;
	border: 2px solid #c52026;
	border-radius: 5px;
	background: #c52026;
	color: #fff !important;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
	text-decoration: none !important;
}

.lia_faq__button:hover,
.lia_faq__button:focus {
	background: #99191e;
	border-color: #99191e;
}

.lia_faq__cta {
	background: #252525;
}

.lia_faq__cta-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	color: #fff;
}

.lia_faq__cta h2,
.lia_faq__cta p{
	color: #fff;
}

@media screen and (max-width: 800px) {
	.lia_faq__intro .padding2,
	.lia_faq--featured .padding2,
	.lia_faq__category .padding2,
	.lia_faq__cta .padding2 {
		padding-top: 42px;
		padding-bottom: 42px;
	}

	.lia_faq__lead {
		font-size: 17px;
	}

	.lia_faq__cta-box {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media screen and (max-width: 520px) {
	.lia_faq__nav {
		padding: 18px;
	}

	.lia_faq__nav-links {
		display: grid;
		grid-template-columns: 1fr;
	}

	.lia_faq__nav-links a {
		border-radius: 5px;
	}

	.lia_faq__item summary {
		padding: 17px 52px 17px 17px;
		font-size: 16px;
	}

	.lia_faq__item summary::after {
		right: 15px;
	}

	.lia_faq__answer {
		padding: 0 17px 18px;
	}

	.lia_faq__answer p {
		font-size: 15px;
		line-height: 1.7;
	}
}


	
	
	
