body .extendedwopts-show {
  display: none;
}
body .widgetopts-hide_title .widget-title {
  display: none;
}
body .extendedwopts-md-right {
  text-align: right;
}
body .extendedwopts-md-left {
  text-align: left;
}
body .extendedwopts-md-center {
  text-align: center;
}
body .extendedwopts-md-justify {
  text-align: justify;
}
@media screen and (min-width: 1181px) {
  body .extendedwopts-hide.extendedwopts-desktop {
    display: none !important;
  }
  body .extendedwopts-show.extendedwopts-desktop {
    display: block;
  }
  body .widget.clearfix-desktop {
    clear: both;
  }
}
@media screen and (max-width: 1024px) and (orientation: Portrait) {
  body .extendedwopts-hide.extendedwopts-tablet {
    display: none !important;
  }
  body .extendedwopts-show.extendedwopts-tablet {
    display: block;
  }
  body .widget.clearfix-desktop {
    clear: none;
  }
  body .widget.clearfix-tablet {
    clear: both;
  }
}
@media screen and (max-width: 1180px) and (orientation: landscape) {
  body .extendedwopts-hide.extendedwopts-tablet {
    display: none !important;
  }
  body .extendedwopts-show.extendedwopts-tablet {
    display: block;
  }
  body .widget.clearfix-desktop {
    clear: none;
  }
  body .widget.clearfix-tablet {
    clear: both;
  }
}
@media screen and (max-width: 767px) and (orientation: Portrait) {
  body .extendedwopts-hide.extendedwopts-tablet:not(.extendedwopts-mobile) {
    display: block !important;
  }
  body .extendedwopts-show.extendedwopts-tablet:not(.extendedwopts-mobile) {
    display: none !important;
  }
  body .extendedwopts-hide.extendedwopts-mobile {
    display: none !important;
  }
  body .extendedwopts-show.extendedwopts-mobile {
    display: block;
  }
  body .widget.clearfix-desktop,
  body .widget.clearfix-tablet {
    clear: none;
  }
  body .widget.clearfix-mobile {
    clear: both;
  }
}
@media screen and (max-width: 991px) and (orientation: landscape) {
  body .extendedwopts-hide.extendedwopts-tablet:not(.extendedwopts-mobile) {
    display: block !important;
  }
  body .extendedwopts-show.extendedwopts-tablet:not(.extendedwopts-mobile) {
    display: none !important;
  }
  body .extendedwopts-hide.extendedwopts-mobile {
    display: none !important;
  }
  body .extendedwopts-show.extendedwopts-mobile {
    display: block;
  }
  body .widget.clearfix-desktop,
  body .widget.clearfix-tablet {
    clear: none;
  }
  body .widget.clearfix-mobile {
    clear: both;
  }
}
.panel-cell-style:after {
  content: "";
  display: block;
  clear: both;
  position: relative;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/*******************************************************
 *
 * 8. AIOS Listings
 *
 *******************************************************/

em{
	font-style: normal !important;
}
 #content-listings img{
 	margin: 0
 }
.slick-arrow{
	outline: none;
}
.listing-details-wrap input,
.listing-details-wrap textarea,
.listing-details-wrap select{
	  -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
   border-radius: 0;
}
.listing-details-wrap select{
	padding-right: 25px;
	background: url(/wp-content/plugins/AIOS_Listings-master/lib/html/autoload/listing-templates/bordeaux-tabled/css/../images/select-arrow.png) no-repeat center right #fff !important;
}

.aios-listings-page .attachment-post-thumbnail {
	display:none;
}

#content .page-title { 
	font-weight: 300;
	    font-size: 30px;
	    text-transform: uppercase;
	    color: #ba1119;
}

.top-sort {
	width: 100%;
	float: right;
	text-align: right;
	padding-top: 5px;
	margin-right: 0;
	font-size: 0;
}

	.top-sort .sort-left,
	.top-sort .sort-right  {
		display: inline-block;
		vertical-align: middle;
	}
	
	.sort-sel {
		width: 207px;
		height: 20px;
		border: 1px solid #d5d5d5;
		color: #adadad;
		line-height: 20px;
		float: right;
		font-size: 12px;
	}


	.top-sort span {
		margin: 0 5px 0 15px;
		display: inline-block;
		font-size: 13px;
		line-height: 20px;
		vertical-align: top;
		font-weight: 300;
	}
	.top-sort a {
	    display: inline-block;
	    vertical-align: top;
	    margin: 0 5px;
		width: 21px;
		text-decoration: none;
	}	
		.top-sort a:hover{
			text-decoration: none;
		}
		.top-sort a.grid-bttn{
			font-size: 20px;
			color: #b2b2b2;
		}
			.top-sort a.grid-bttn.active{
				color: #666666;
			}
		.top-sort a.list-bttn{
			font-size: 20px;
			color: #b2b2b2;
		}
			.top-sort a.list-bttn.active{
				color: #666666;
			}
		.top-sort a.tabled-bttn{
			font-size: 20px;
			color: #b2b2b2;
		}
			.top-sort a.tabled-bttn.active{
				color: #666666;
			}

		.top-sort a em {
			color: inherit;
			
		}

/* ftb style */
.ftb-listing-content {
	margin: 30px 0 0 0;
}
		
/*** Grid View ***/

#content ul.grid {
	margin: 30px 0 0 0;
	float: left;
	width: 100%;
	display: none;
}

.grid li {
    width: 31.3%;
    float: left;
    border: 1px solid #cccccc;
    padding-bottom: 35px;
    list-style-type: none;
    margin: 0 0 30px 2.3%;
}
	.grid li.re-margin,
	.grid li:first-child{
		margin-left: 0;	
		clear: both;
	}
	
	.grid .prop-img-wrap {
		position: relative;
		width: 100%;
		height: 157px;
		/*overflow: hidden;*/
	}
		#content .grid .prop-img-wrap img{
			width: 100%;
			max-width: 100%;
			margin: 0;
		}
	
	.grid li img.main-img {max-width: 100%; float: left; margin: 0; width: 100%; height: 157px;}

	.grid .prop-det {
		width: 92%;
		margin: 0 auto;
		
		font-size: 15px;
		font-weight: 500;
		color: #464646;

	}
		.grid .prop-det p{
			font-weight: 300;
			font-size: 15px;
			color: #333333;
			margin: 0 !important;
		}

		.grid  .prop-det .prop-title {
			font-weight: 700;
			font-size: 16px;
			padding: 7px 0px 3px;
			display: block;	
		}

			.grid  .prop-det .prop-title a {
				text-decoration: none;
				color: inherit;
			}

		.grid  .prop-det .sold {
			font-weight: 300;
			display: block;
			line-height: 15px;
		}

		.grid  .prop-det .prop-price {
			width: 100%;
			float: left;
			position: relative;
			border-bottom: 1px solid #cccccc;
			border-top: 1px solid #cccccc;
			padding: 13px 0;
			margin: 15px 0;
			font-weight: 700;
			font-size: 19px;
			line-height: 19px;
			color: #464646;
			min-height: 51px;
			text-align: center;
		}


			.grid .prop-det .prop-price .det-smi {
				/* position: absolute;
				top: 17%;
				right: 5px; */
				position: static;
				margin-top: 7px;
			}

				.grid .prop-det .prop-price .det-smi img {
					margin-left: 10px;
				} 

				.grid .det-baths {
					margin-left: 15px;
				}

				.grid .det-sqft {
					float: right;
					border-left: 1px solid #cccccc;
					text-align: right;
					width: 49%;
				}
/*** Grid View ***/
/*** List View ***/

.list-wrapper {
	border: 1px solid #ccc;
	float: left;
	margin-top: 30px;
	display: none;
	width: 100%;
}
	
	ul.table-hdr {
		width: 100%;
		background: #ededed;
		border-bottom: 1px solid #ccc;
		margin: 0 !important;
		padding: 12px 1.5%;
	}

		ul.table-hdr li {			
			font-weight: 700;
			font-size: 14px;
			color: #464646;
			
		}

		ul li.one, ul li div.prop-img {width: 27%; display: inline-block;}
		ul li.two, ul li div.prop-add {width: 17%; display: inline-block; line-height: 19px;}
		ul li.three, ul li div.list-price {width: 14%; display: inline-block;}
		ul li.four, ul li div.beds {width: 7%; display: inline-block; text-align: center;} 
		ul li.five, ul li div.baths {width: 7%; display: inline-block; text-align: center;}
		ul li.six, ul li div.area {width: 12%; display: inline-block;}
		ul li.seven, ul li div.sold-date {width: 12%; display: inline-block;}

		ul li.two, ul li div.prop-add a {
			color: inherit;
			text-decoration: none;
		}

		.list-wrapper .table-list .list-price p.list-price-sec{
			margin: 0 !important;
		}
		div.list-price p{
			font-weight: 700;
		}
	ul.table-list {
		width: 100%;
		margin: 0 auto !important;
		padding: 0;
	}

		ul.table-list li {
			width: 100%;
			display: inline-block;			
			font-size: 15px;
			font-weight: 300;
			color: #464646;
			
			border-bottom: 1px solid #ccc;
			padding: 15px 1.5%;
		}

			ul.table-list li div {
				vertical-align: top;
				height: auto;
			}

				ul.table-list li div label {display: none; font-weight: 700;}

			ul.table-list li div.prop-img {position: relative; overflow: hidden;}

			ul.table-list li div .sold-icon,
			ul.table-list li div .sale-icon,
			ul.table-list li div .rent-icon,
			ul.table-list li div .lease-icon,
			ul.table-list li div .pending-icon,
			ul.table-list li div .exclusive-icon {
				position: absolute;
				top: 0;
				left: 0;
				width: 40%;
			}

			ul.table-list li img.main-img {
				max-width: 98%;
				height: auto;
			}

ul.list{
	width: 100%;
	float: left;
	margin: 0 !important;
	/*font-size: 0;*/
	
	color: #575757;
}
	ul.list li{
		display: block;
		width: 100%;		
		padding: 30px 0;
		border-top: 1px solid #cfcfcf;
	}
		ul.list li:first-child{
			padding-top: 40px;
			border: 0;
		}

		ul.list li .prop-img-wrap{
			display: inline-block;
			vertical-align: top;
			width: 38.8%;
			position: relative;
		}
		.property_type .prop-img-wrap img {
		    width: 100%;
		}
			.property_type .prop-img-wrap .sold-icon{
				width: 30% !important
			}

			.prop-img-wrap .sold-icon {
				position: absolute;
				z-index: 9;
				top: -20px;
				left: -20px;
			}

		 	#content-listings ul.list li .prop-img-wrap img.main-img{
				width: 100%;
				max-width: initial !important;
				margin: 0;
			}

		ul.list li .prop-det{
			width: 55.2%;
			display: inline-block;
			vertical-align: top;
			margin-left: 3%;
		}
		ul.list li .prop-det .prop-title{
			font-weight: 700;
			font-size: 24px;
			line-height: 24px;
			float: left;
			width: 65%;
		}

		ul.list li .prop-det .prop-title a {
			text-decoration: none;
			color: inherit;
		}

		ul.list li .prop-det p.list-price {
			float: right;
			width: 32%;
			font-size: 24px;
			color: #5d5d5d;
			margin: 0 !important;
			line-height: 27px !important;
			font-weight: 700;
			text-align: right;
		}

		ul.list .prop-det .prop-beds {
			width: 100%;
			float: left;
			position: relative;
			border-bottom: 1px solid #ececec;
			border-top: 1px solid #ececec;
			padding: 13px 10px;
			margin: 20px 0 10px;
			font-weight: 700;
			font-size: 15px;
			line-height: 19px;
			color: #5d5d5d;
		}

			ul.list .prop-det .prop-beds em { 
				font-size: 18px;
				color: #bababa;
			}

			.prop-det .prop-beds .det-smi {
				position: absolute;
				top: 0;
				right: 5px;
			}

				.prop-det .prop-beds .det-smi .a2a_kit_size_32 {
					display: block;
					top: 8px;
					position: relative;
				}

				.prop-det .prop-beds .det-smi .a2a_kit_size_16 {
					display: block;
					top: 16px;
					position: relative;
				}


				.prop-det .prop-beds .det-smi img {
					margin-left: 10px;
				} 

				.prop-det .prop-beds .det-baths {
					margin-left: 15px;
					color: #5d5d5d;
				}

				.prop-det .prop-beds .border {display: inline-block; margin: 0 10px; color: #dadada; font-size: 28px;}

				.prop-det .prop-beds .det-sqft {					
					float: none;
					color: #5d5d5d;
					border-left: 1px solid #cccccc;
					padding-left: 15px;
					margin-left: 15px;
				}

		ul.list li p.prop-desc {
			color: #5f5f5f;
			font-weight: 300;
			font-size: 13px;
			line-height: 22px !important;
			width: 100%;
			float: left;
			margin: 0 !important;
			text-align: justify;
		}

		ul.list li .prop-det .view-details{
				display: block;
				width: 113px;
				height: 29px;
				background: #6a6a6a;
				box-sizing: border-box;
				font-size: 14px;
				color: #fff;
				text-transform: uppercase;
				text-align: center;
				padding: 3px 0;
			    margin-top: 13px;
			    float: left;
			    line-height: 23px;
			}

				ul.list li .prop-det .view-details:hover {
					opacity: 0.8;
				}

/*** List View ***/

/** Pagination **/
.page-nation{
	float: left;
	margin-top: 51px;
	margin-bottom: 51px;
}
	.page-nation span{

    width: 8px;
    height: 17px;
    display: inline-block;
    vertical-align: top;
    font: normal 14px Arial;
    margin: 0 10px;

	}
		.page-nation span.p-prev{
			background: url(/wp-content/plugins/AIOS_Listings-master/lib/html/autoload/listing-templates/bordeaux-tabled/css/../images/prev.jpg) no-repeat 0 0 transparent;
			margin-right: 10px;
		}
		.page-nation span.p-next{
			background: url(/wp-content/plugins/AIOS_Listings-master/lib/html/autoload/listing-templates/bordeaux-tabled/css/../images/next.jpg) no-repeat 0 0 transparent;
			margin-left: 10px;
		}
	.page-nation a{
		display: inline-block;
		vertical-align: top;
		font: normal 14px Arial;
	    margin: 0 10px;
	}
		.page-nation a.selected{
			font: 700 14px Arial;
			text-decoration: underline;
		}
/** Pagination **/

/** Details Page **/
#content .listing-details-wrap{
    width: 100%;
   	
   	padding-bottom: 120px;


}
	#content .listing-details-wrap *{
		outline: none;
	}
	.listing-details-wrap .pager{
		display: block;
		height: 20px;
		position: relative;
		width: 100%;		
	}

		#content .listing-details-wrap .pager.footer-pager {
			margin-top: 60px;
		}

		#content .listing-details-wrap .pager a{
			display: block;
			color: #8f8f8f;
			text-decoration: none;
			font-size: 14px;
			position: absolute;
		}
			#content .listing-details-wrap .pager a.pa-next{
				right: 0;
				top: 0;
			}
				#content .listing-details-wrap .pager a.pa-next em{
					padding-left: 6px;
					font-size: 10px;
				}
			#content .listing-details-wrap .pager a.pa-back{
				
			}
				#content .listing-details-wrap .pager a.pa-back em{
					padding-right: 6px;
					font-size: 10px;
				}
	/** Listings Head **/
	#content .listing-details-wrap .details-head{
		width: 100%;
		position: relative;
		font-size: 0;
		margin: 17px 0 20px;
	}

	#content .listing-details-wrap .with-sold{
		margin: 17px 0 38px;
	}	
		#content .listing-details-wrap .details-head h1,
		#content .listing-details-wrap .details-head h2{
			width: 80%;
			display: inline-block;
			vertical-align: top;
			margin: 0;
			margin-top: 10px;
			font-weight: 700;
		}
		#content .listing-details-wrap .details-head span.details-price{
			display: block;
			position: absolute;
			right: 0;
			top: 0; 
			margin-top: 10px;
			line-height: 31px;
			display: inline-block;
			vertical-align: top;
			text-align: right;
			font-weight: 700;
			font-size: 26px;
		}

		#content .listing-details-wrap .details-head span.details-sold-price{
			margin-top: 45px;
			color: #990000

		}

		#content .listing-details-wrap .details-head span.sold-at-label{
 			font-weight: normal;
    		font-size: 14px;
		}

		   

	/** Listings Head **/
	/** Listings Slideshow **/
	#content .listing-details-wrap .photo-slideshow{
		width: 100%;
		position: relative;
	}
		#content .listing-details-wrap .photo-slideshow img{
			display: block;
			width: 100%;
			height: auto;
			max-width: 100%;
		}
		#content .listing-details-wrap .photo-slideshow .photo-list{
			background-size: cover;
		}
		#content .listing-details-wrap .photo-slideshow .slick-prev{
			position: absolute;
			left: 15px;
			top: 50%;
			z-index: 99;
			border: none;
			margin-top: -30.5px;
			cursor: pointer;
		    background: transparent;
		    font-size: 0;
		    color: #fff;
		    text-shadow: 2px 1px 4px #000;


		}
			#content .listing-details-wrap .photo-slideshow .slick-prev:after{
				display: block;
              	content: "\b0003";
			    font-size: 60px;
			    font-family: 'agentimage' !important;
			    
			}
		#content .listing-details-wrap .photo-slideshow .slick-next{
			width: 21px;
			height: 61px;
			position: absolute;
			right: 15px;
			top: 50%;
			z-index: 99;
			border: none;
			margin-top: -30.5px;
			cursor: pointer;
			font-size: 0;
			background: transparent;
			color: #fff;
			text-shadow: -2px 1px 4px #000;

		}
			#content .listing-details-wrap .photo-slideshow .slick-next:after{
				display: block;
              	content: "\b0004";
			    font-size: 60px;
				font-family: 'agentimage' !important;

			}
		/** POP SLIDESHOW **/

		.pop-gallery-wrap{
			position: fixed;
			left: 0;
			top: -100%;
			z-index: 9999;
			width: 100%;
			height: 100%;
			background: rgba(0,0,0,0.7);
			opacity: 0;
		}
			.pop-container{
				width: 100%;
				position: absolute;
				left: 0;
				top: 50%;
				height: auto;
				margin-top: -22%;
			}
		.pop-gallery-wrap .pop-gallery {
			background: #fff;
			width: 74%;
			margin: 3% auto;
			padding: 8px;
			height: auto;
		}
			.pop-gallery-wrap .pop-gallery img{
				display: block;
				width: 100%;
				height: auto;
			}
				.pop-gallery-wrap .pop-gallery .photo-list{
					background-size: cover;
				}
				.pop-gallery-wrap .slick-prev{
					width: 21px;
					height: 61px;
					position: absolute;
					left: 15px;
					top: 50%;
					z-index: 99;
					border: none;
					margin-top: -30.5px;
					cursor: pointer;
					background: transparent;
					font-size: 0;
					color: #fff;
					text-shadow: 2px 1px 4px #000;
				}
					.pop-gallery-wrap .slick-prev:after{
						display: block;
						content: "\b0003";
						font-size: 60px;
						font-family: 'agentimage' !important;
					}
				.pop-gallery-wrap .slick-next{
					width: 21px;
					height: 61px;
					position: absolute;
					right: 15px;
					top: 50%;
					z-index: 99;
					border: none;
					margin-top: -30.5px;
					cursor: pointer;
					color: #fff;
					background: transparent;
					font-size: 0;
				    text-shadow: -2px 1px 4px #000;
				}
					.pop-gallery-wrap .slick-next:after{
						display: block;
						content: "\b0004";
						font-size: 60px;
						font-family: 'agentimage' !important;
					}
				.pop-gallery-wrap .close-pop{
					background: url(/wp-content/plugins/AIOS_Listings-master/lib/html/autoload/listing-templates/bordeaux-tabled/css/../images/close-bttn.png) no-repeat 0 0 transparent;
					width: 46px;
					height: 46px;
					position: absolute;
					right: 12%;
					top: 4%;
					cursor: pointer;
					z-index: 99;			
				}

	/** Listings Slideshow **/
	/** Propert Details **/
	#content .listing-details-wrap .property-details{
		width: 100%;
		position: relative;
	}	
		#content .listing-details-wrap .property-details h1,
		#content .listing-details-wrap .property-details h2{
			font-weight: 700;
			font-size: 18px;
			color: #575757;
		}

		#content .listing-details-wrap .property-details .details-list{
			width: 100%;
			border-top: 1px solid #cfcfcf;
			border-bottom: 1px solid #cfcfcf;
			padding: 10px 0 6px;

		}
			#content .listing-details-wrap .property-details .details-list > div{
				display: inline-block;
				vertical-align: top;
			}
			#content .listing-details-wrap .property-details .details-list > div p{
				margin: 0 !important;
				color: #575757;
			}

			#content .listing-details-wrap .property-details .details-list .det-item {
		        max-width: 170px;
			    width: 100%;
			}



			#content .listing-details-wrap .property-details .details-list .det-specs{
			    padding-bottom: 10px;	
			}
				#content .listing-details-wrap .property-details .details-list .det-specs span{
					display: inline-block;
					vertical-align: top;
					font-size: 13px;
					margin-top: 5px;
				    /* margin-left: 11%; */
					text-transform: uppercase;
					color: #575757;
					white-space: nowrap;
					padding-top: 6px;
				}
					#content .listing-details-wrap .property-details .details-list .det-specs span strong{
						font-weight: 700;
						font-size: 18px;
						display: inline-block;
						padding-left: 3%;
					}
					#content .listing-details-wrap .property-details .details-list .det-specs span.d-beds{
						margin-left: 0;
						padding-left: 28px;
						position: relative;
					}
						#content .listing-details-wrap .property-details .details-list .det-specs span.d-beds em {
							padding-right: 15px;
						    font-size: 15px;
						    color: #bababa;
						}
					#content .listing-details-wrap .property-details .details-list .det-specs span.d-baths{
						padding-left: 28px;
						position: relative;
					}
						#content .listing-details-wrap .property-details .details-list .det-specs span.d-baths em {
							padding-right: 15px;
							font-size: 15px;
						    color: #bababa;
						}
					#content .listing-details-wrap .property-details .details-list .det-specs span.d-cars{
						padding-left: 28px;
						position: relative;
					}
						#content .listing-details-wrap .property-details .details-list .det-specs span.d-cars em {
							padding-right: 15px;
							font-size: 15px;
						    color: #bababa;
						}
					#content .listing-details-wrap .property-details .details-list .det-specs span.d-area{
						padding-left: 28px;
						position: relative;
					}
						#content .listing-details-wrap .property-details .details-list .det-specs span.d-area em {
							padding-right: 15px;
							font-size: 15px;
						    color: #bababa;
						}
					#content .listing-details-wrap .property-details .details-list  span.det-year{
						padding-left: 28px;
						position: relative;
   					}
   						#content .listing-details-wrap .property-details .details-list span.det-year em {
   							padding-right: 15px;
   							font-size: 15px;
						    color: #bababa;
   						}
					#content .listing-details-wrap .property-details .details-list  span.det-mls{
						padding-left: 28px;
						position: relative;
   					}
   						#content .listing-details-wrap .property-details .details-list  span.det-mls em {
   							padding-right: 15px;
   							font-size: 15px;
						    color: #bababa;
   						}
					#content .listing-details-wrap .property-details .details-list  span.det-bldg{
						padding-left: 28px;
						position: relative;
   					}
   						#content .listing-details-wrap .property-details .details-list span.det-bldg em {
   							padding-right: 15px;
   							font-size: 15px;
						    color: #bababa;
   						}
					#content .listing-details-wrap .property-details .details-list  span.det-lots{
						padding-left: 28px;
						position: relative;
   					}
   						#content .listing-details-wrap .property-details .details-list  span.det-lots em {
   							padding-right: 15px;
   							font-size: 15px;
						    color: #bababa;
   						}
			#content .listing-details-wrap .property-details .details-list p{
				color: #575757;
				font-weight: normal;
				font-size: 13px;
				text-transform: uppercase;
			    padding-bottom: 10px;
			}
			
			#content .listing-details-wrap .property-details .details-list .det-specs p{
				padding-top: 10px;
			}
			
			#content .listing-details-wrap .property-details .details-list p strong{
				font-weight: 700;
				font-size: 18px;
				text-transform: capitalize;
				display: inline;
				padding-left: 5
			}
			
			#content .listing-details-wrap .property-details .details-list .det-column {
				width:100%;
			}
			
			#content .listing-details-wrap .property-details .details-list .det-label {
				display:inline-block;
			    width: 66px;
				text-align:right;
			}
			#content .listing-details-wrap .property-details .details-list .det-type a{
				font-weight: 700;
				font-size: 18px;
				text-transform: lowercase;
			    display: inline-block;
			}
			
			@media ( max-width:720px ) {
			
				#content .listing-details-wrap .property-details .details-list .det-column {
					width:100%;
					margin-left:0;
					margin-right:0;
				}
				
				#content .listing-details-wrap .property-details .details-list .det-label {
					width:auto;
					text-align:left;
				}
				
			}

	/** Propert Details **/
	/** Propert  Description **/
	#content .property-description{
		width: 100%;
		padding-top: 20px;
		font-size: 0;
	}
		#content .property-description h1,
		#content .property-description h2{
			color: #575757;
			font-weight: 700;
			font-size: 18px;
			padding: 5px 0 0;
			margin: 0;
		}
		#content .property-description .property-det{
			display: inline-block;
			vertical-align: top;
			width: 62%;
		}

		#content .property-description .property-det p{
			margin: 0;
			padding: 10.5px 0;
			color: #5f5f5f;
			font-size: 13px;
			line-height: 24px;
			text-align: justify;
		}
		
		#content .property-description .prop-location {
		    margin-bottom: 30px;
		}

		#content .property-description .prop-location h2{
			padding: 0 !important;
		}
			#content .property-description .prop-location h3{
				margin: 0 !important;
				color: #5f5f5f;
				font-weight: 700;
				font-size: 15px;
				padding-bottom: 23px;
			}

		#content .property-description .prop-cta{
			width: 100%;
			font-size: 0;
			margin-top: 15px;
		}
			#content .property-description .prop-cta a{
				display: inline-block;
				vertical-align: top;
				width: 24.2%;
				height: 39px;
				box-sizing: border-box;
				border: 1px solid #cdcdcd;
				text-align: center;
				color: #6a6a6a;
				font-size: 14px;
				text-transform: uppercase;
				line-height: 15px;
				margin-left: 1%;
				transition: all .25s ease-in-out;
				-moz-transition: all .25s ease-in-out;
				-webkit-transition: all .25s ease-in-out;
				-webkit-border-radius: 2px;
				-moz-border-radius: 2px;
				border-radius: 2px;
                text-decoration: none;
			}

				#content .property-description .prop-cta a:after {
					content: "";
					height: 100%;
					width: 0;
					display: inline-block;
					vertical-align: middle;
				}		
					#content .property-description .prop-cta span{
						display: inline-block;
						vertical-align: middle;
					}	
				#content .property-description .prop-cta a:hover{
					background: #990000;
					color: #fff;
				}
				#content .property-description .prop-cta a:first-child{
					margin-left: 0;

				}
		/** Additional **/
			#content .property-description .property-add-type{
				display: inline-block;
				vertical-align: top;
				width: 35%;
				margin-left: 3%;
				border-left: 1px solid #d2d2d2;
				padding-left: 4%;
				padding-top: 9px;
				box-sizing:border-box;
			}
				#content .property-description .property-add-type div{
					display: block;
					width: 100%;
					border-top: 1px solid #d2d2d2;
					padding: 14px 0;
					position: relative;

				}
					#content .property-description .property-add-type div:first-child{
						border-top: none;
					}
				#content .property-description .property-add-type p{
					display: block;
					color: #575757;
					margin: 0;
					padding: 0 11%;

				}
					#content .property-description .property-add-type span{
						font-size: 13px;
						display: block;
						text-transform: uppercase;
					}	
						#content .property-description .property-add-type span em {
							position: absolute;
							top: 16px;
							left: 0;
							font-size: 15px;
							color: #bababa;
						}
							#content .property-description em.ai-video{
								font-size: 11px !important;
							}
						#content .property-description .property-add-type strong{
							font-size: 18px;
							display: block;
						}
							#content .property-description .property-add-type strong a{

							}

				#content .property-description .property-add-type .det-type  p{
					
				}
				#content .property-description .property-add-type .det-status p{
					
				}
				#content .property-description .property-add-type .det-features p{
					
				}
				#content .property-description .property-add-type .det-virtual p{
					
				}
				#content .property-description .property-add-type .det-website p{
					
				}
				#content .property-description .property-add-type .det-others p{
					
				}
		/** Additional **/

	/** Propert  Description **/

/** Details Page **/
/** Mortage Calculator **/
.pop-wrap{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(/wp-content/plugins/AIOS_Listings-master/lib/html/autoload/listing-templates/bordeaux-tabled/css/../images/poptrans.png) repeat 0 0 transparent;
	z-index: 9999;
	display: none;
	font-size: 0
}

	.single-listing #ui-datepicker-div {
	    z-index: 99999 !important;
	}

.pop-outside{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

/** Mortage Calculator **/
.mortage-calculator{
    width: 400px;
    height: 84%;
    background: #fff;
    margin: 5% auto;
    box-sizing: border-box;
    position: relative;
    max-height: 683px;
    z-index: 200;
}

	.scroll-wrap {
	    width: 100%;
	    height: 100%;
	    padding: 0 18px 20px;
	    box-sizing: border-box;
	    overflow-y: scroll;
	}
		.scroll-wrap br{
			display: none;
		}
		.scroll-parent{
			overflow-x: hidden; 				
			overflow-y: scroll;    
		}
	.mortage-calculator .close{
		background: url(/wp-content/plugins/AIOS_Listings-master/lib/html/autoload/listing-templates/bordeaux-tabled/css/../images/close-bttn.png) no-repeat 0 0 transparent;
		width: 46px;
		height: 46px;
		position: absolute;
		right: -17px;
		top: -16px;
		cursor: pointer;
		z-index: 99;
		opacity: 1;
	}
	.popup-wrap-mortage .mortage-calculator h1,
	.popup-wrap-mortage .mortage-calculator h2{
		color: #222222;
		font-size: 31px !important;
		border-bottom: 1px solid #afafaf;
		font-weight: 700;
	    padding-top: 18px;

	}
	.popup-wrap-mortage .mortage-calculator p{
		color: #797979
		font-size: 13px;
		padding: 10px 0;
	}
	.popup-wrap-mortage .mortage-calculator .m-form{
		width: 100%;
	}
		.popup-wrap-mortage .mortage-calculator .m-form span{
			font-size: 11px;
			color: #797979;
			display: block;
		}
		.popup-wrap-mortage .mortage-calculator .m-form form input{
			display: block;
			width: 100%;
			background: #fff;
			height: 28px;
			box-sizing: border-box;
			color: #222222;
			font-size: 13px;
			padding: 4px 10px;
			margin-top: 6px;
			border: 1px solid #969696;
		}
		.popup-wrap-mortage .mortage-calculator .m-form form div input{
	        width: 49.1%;
			display: inline-block;
			vertical-align: top;
			margin-left: 1.7%;
		}
			.popup-wrap-mortage .mortage-calculator .m-form form div input:first-child{
				margin-left: 0;
			}
			.popup-wrap-mortage .mortage-calculator .m-form form div input[type="reset"]{
				background: #747474;
				height: 38px;
				border: none;
				color: #fff;

				font-size: 20px;
				font-weight: 700;
				text-transform: uppercase;
				cursor: pointer;
				transition: all .25s ease-in-out;
				-moz-transition: all .25s ease-in-out;
				-webkit-transition: all .25s ease-in-out;

			}
				.popup-wrap-mortage .mortage-calculator .m-form form div input[type="reset"]:hover{
					background: #2F2F2F;
				}
			.popup-wrap-mortage .mortage-calculator .m-form form div input[type="submit"]{
				background: #444444;
				height: 38px;
				border: none;
				color: #fff;

				font-size: 20px;
				font-weight: 700;
				text-transform: uppercase;
				cursor: pointer;
				transition: all .25s ease-in-out;
				-moz-transition: all .25s ease-in-out;
				-webkit-transition: all .25s ease-in-out;

			}
				.popup-wrap-mortage .mortage-calculator .m-form form div input[type="submit"]:hover{
					background: #990000;
				}
			.popup-wrap-mortage .mortage-calculator .m-form form div.form-sec{
				width: 100%;
				padding-top: 21px;
			}
				.popup-wrap-mortage .mortage-calculator .m-form form div.form-sec label{
					width: 100%;
					display: block;
				}
				.popup-wrap-mortage .mortage-calculator .m-form form div.form-sec input{
					width: 100%;
					margin-left: 0;
					background: #dcdcdc;
				}
			.popup-wrap-mortage .mortage-calculator .m-form span.disclamer{
				color: #808080;
				font-size: 10px;
				padding: 10px 0;
			}

/** Mortage Calculator **/
/** Request More Information **/
.request-more-info{
    width: 400px;
    height: 84%;
    background: #fff;
    margin: 3% auto;
    box-sizing: border-box;
    position: relative;
    max-height: 683px;
	z-index: 200;
	 font-family: 'Montserrat', sans-serif !important;
}
	.request-more-info .close{
		background: url(/wp-content/plugins/AIOS_Listings-master/lib/html/autoload/listing-templates/bordeaux-tabled/css/../images/close-bttn.png) no-repeat 0 0 transparent;
		width: 46px;
		height: 46px;
		position: absolute;
		right: -17px;
		top: -16px;
		cursor: pointer;
		z-index: 99;
		opacity: 1;

	}
	.popup-wrap-request .request-more-info h2{
		color: #222222;
		font-size: 26px !important;
		border-bottom: 1px solid #afafaf;
		font-weight: 700;
	    padding-top: 18px;
	}
		.popup-wrap-request .request-more-info h3{
			margin: 0 !important;
			font-size: 16px;
			padding-top: 20px;
		}
	.popup-wrap-request .request-more-info p{
		color: #797979
		font-size: 13px;
		padding: 0;
		margin: 0 !important;
	}
	.popup-wrap-request .request-more-info .m-form{
		width: 100%;
	}
		.popup-wrap-request .request-more-info .m-form span{
			font-size: 11px;
			color: #797979;
			display: block;
		}
		.popup-wrap-request .request-more-info .m-form input{
			display: block;
			width: 100%;
			background: #fff;
			height: 28px;
			box-sizing: border-box;
			color: #222222;
			font-size: 13px;
			padding: 7px 10px;
			margin-top: 8px;
			border: 1px solid #969696;
		}
			.popup-wrap-request .request-more-info .m-form div span{
				display: inline-block;
				vertical-align: top;
				margin-left: 1%;
				width: 32.6%;
			}
			.popup-wrap-request .request-more-info .m-form div input{
				
				display: block;
				width: 100%;
			}
			.popup-wrap-request .request-more-info .m-form div span:first-child{
				margin-left: 0;
			}
		.popup-wrap-request .request-more-info .m-form select{
			display: block;
			width: 100%;
			background: #fff;
			height: 28px;
			box-sizing: border-box;
			color: #222222;
			font-size: 13px;
			padding: 4px 10px;
			margin-top: 8px;
			border: 1px solid #969696;
			    line-height: 20px;
		   -webkit-appearance: none;
		   -moz-appearance:    none;
		   appearance:         none;			    
		}
		.popup-wrap-request .request-more-info .m-form textarea{
			width: 100%;
			background: #fff;
			height: 135px;
			box-sizing: border-box;
			color: #222222;
			font-size: 13px;
			margin-top: 8px;
			outline: none;
			padding: 6px 10px;
			border: 1px solid #969696
		}
		.popup-wrap-request .request-more-info .m-form input[type="submit"]{
			background: #444444;
			width: 176px;
			height: 38px;
			float: right;
			clear: both;
			color: #fff;
			border: none;
			font-weight: 700;
			font-size: 20px;
			line-height: 20px;
			text-transform: uppercase;
			cursor: pointer;
			margin-bottom: 20px;
		}
	

/** Request More Information **/
/** Schedule Showing Popup **/
.schedule-showing{
    width: 400px;
	height: 87%;
    background: #fff;
    margin: 3% auto;
    box-sizing: border-box;
    position: relative;
    max-height: 683px;
    z-index: 200;
}
	.schedule-showing .close{
		background: url(/wp-content/plugins/AIOS_Listings-master/lib/html/autoload/listing-templates/bordeaux-tabled/css/../images/close-bttn.png) no-repeat 0 0 transparent;
		width: 46px;
		height: 46px;
		position: absolute;
		right: -17px;
		top: -16px;
		cursor: pointer;
		z-index: 99;
		opacity: 1;
	}
	.popup-wrap-schedule .schedule-showing h2{
		color: #222222;
		font-size: 29px !important;
		border-bottom: 1px solid #afafaf;
		font-weight: 700;
	    padding-top: 18px;
	}
		.popup-wrap-schedule .schedule-showing h3{
			margin: 0 !important;
			font-size: 16px;
			padding-top: 20px;
		}
	.popup-wrap-schedule .schedule-showing p{
		color: #797979
		font-size: 13px;
		padding: 0;
		margin: 0 !important;
	}
	.popup-wrap-schedule .schedule-showing .m-form{
		width: 100%;
		margin-top: 48px;
	}
		.popup-wrap-schedule .schedule-showing .m-form span{
			font-size: 13px;
			color: #222222;
			display: block;
			margin-top: 8px;
		}
		.popup-wrap-schedule .schedule-showing .m-form input{
			display: block;
			width: 100%;
			background: #fff;
			height: 28px;
			box-sizing: border-box;
			color: #222222;
			font-size: 13px;
			padding: 4px 10px;
			margin-top: 8px;
			border: 1px solid #969696;
		}
			.popup-wrap-schedule .schedule-showing .m-form div span{
				display: inline-block;
				vertical-align: top;
				margin-left: 1%;
				width: 49.4%;
			}
				.popup-wrap-schedule .schedule-showing .m-form div span:first-child{
					margin-left: 0;
				}
			.popup-wrap-schedule .schedule-showing .m-form div input,
			.popup-wrap-schedule .schedule-showing .m-form div select{
				display: inline-block;
				vertical-align: top;
				width: 100%;
			   -webkit-appearance: none;
			   -moz-appearance:    none;
			   appearance:         none;			    

			}
				
			.popup-wrap-schedule .schedule-showing .m-form div select{
				margin-left: 0;
			}
		.popup-wrap-schedule .schedule-showing .m-form select{
			display: block;
			width: 100%;
			background: #fff;
			height: 28px;
			box-sizing: border-box;
			color: #222222;
			font-size: 13px;
			padding: 4px 10px;
			margin-top: 8px;
			border: 1px solid #969696;
		}
		.popup-wrap-schedule .schedule-showing .m-form textarea{
			width: 100%;
			background: #fff;
			height: 135px;
			box-sizing: border-box;
			color: #222222;
			font-size: 13px;
			margin-top: 8px;
			outline: none;
			padding: 6px 10px;
			resize: none; 
			border: 1px solid #969696;
		}
		.popup-wrap-schedule .schedule-showing .m-form input[type="submit"]{
			background: #444444;
			width: 176px;
			height: 38px;
			float: right;
			clear: both;
			color: #fff;
			border: none;
			font-weight: 700;
			font-size: 20px;
			text-transform: uppercase;
			cursor: pointer;
			margin-bottom: 20px;
		}
		.scroll-wrap  div.wpcf7-validation-errors {
		    border: 2px solid #f7e700;
		    font-size: 11px;
		    margin: 30px 0 0;
		    text-align: center;
		    clear: both;
		}
		.scroll-wrap span.wpcf7-not-valid-tip {
		    margin-top: 0 !important;
		}	
	.popup-wrap-schedule .schedule-showing .m-form input[type="date"]{
		width:100%;
	}

	.popup-wrap-schedule .schedule-showing .m-form ::-webkit-inner-spin-button,
	.popup-wrap-request .request-more-info .m-form ::-webkit-inner-spin-button { display: none; }	
	.popup-wrap-schedule .schedule-showing .m-form ::-webkit-datetime-edit,
	.popup-wrap-request .request-more-info .m-form ::-webkit-datetime-edit { padding: 12px; }	
	.popup-wrap-schedule .schedule-showing .wpcf7-response-output,
	.popup-wrap-request .request-more-info .wpcf7-response-output{
		font-size: 12px;
	    margin-top: 30px;
	    margin-bottom: 15px;
	}
	
	.popup-wrap-schedule .schedule-showing .wpcf7-response-output,
	.popup-wrap-request .request-more-info .wpcf7-response-output {
		width:100% !important;
		position:relative;
		clear:both;
		text-align:center;
	}
/** Schedule Showing Popup **/
/*google map*/
#listing-map-canvas {
	margin: 0;
	padding: 0;
	height: 223px;
	width:100%;
}

/* AIOS Listings Search Form */

.aios-listings-search-form {
}

.aios-listings-search-form .field{
	width:32.52%;
	float:left;
	margin-left:1.14%;
	margin-bottom:4px;
}

.aios-listings-search-form .field.left{
	margin-left:0;
}

.aios-listings-search-form .field input[type='text'],
.aios-listings-search-form .field select {
	width:100%;
	padding:6px;
}

.aios-listings-search-form .control {
	clear:both;
	padding-top:20px;
}

.aios-listings-search-form  ::-webkit-input-placeholder {
	color: #000;
	opacity:1;
}

.aios-listings-search-form  :-moz-placeholder {
	color: #000;
	opacity:1;
}

.aios-listings-search-form  ::-moz-placeholder { 
	color: #000;
	opacity:1;
}

.aios-listings-search-form  :-ms-input-placeholder {  
	color: #000;
	opacity:1;
}

.aios-listing-form-hidden-title {
    display: none;
}

/* Sold Ribbon */
.grid .prop-img-wrap .sold-icon,
.grid .prop-img-wrap .sale-icon,
.grid .prop-img-wrap .rent-icon,
.grid .prop-img-wrap .lease-icon,
.grid .prop-img-wrap .pending-icon,
.grid .prop-img-wrap .exclusive-icon {
    position: absolute;
    z-index: 9;
    top: -1px;
    left: -1px;
    max-width: 88px!important;
}

.prop-img-wrap .sold-icon,
.prop-img-wrap .sale-icon,
.prop-img-wrap .rent-icon,
.prop-img-wrap .lease-icon,
.prop-img-wrap .pending-icon,
.prop-img-wrap .exclusive-icon {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0px;
    width: 30%!important;
}

/*add to any */
#pop-light .det-smi .addtoany_shortcode{
	z-index: 999999;
    position: relative;
}

#pop-light .loading{
	background: url(/wp-content/plugins/AIOS_Listings-master/lib/html/autoload/listing-templates/bordeaux-tabled/css/../images/ring-alt.gif) no-repeat center center #fff;
	width: 81%;
	margin: 4% auto;
    min-height: 400px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -40.5%;

}
.popup-wrap{
	width: 81%;
	margin: 4% auto;
    position: relative;
    min-height: 400px;

}
.popup-holder {
    opacity: 0;
    min-height: 400px;
    background: #fff;
    position: relative;
    height: auto;
    padding: 0.5%;
    z-index: 500;
    width: 100%;
     -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
   
}


.listing.type-listing  .addtoany_share_save_container.addtoany_content_bottom {
    display: none;
}



/*test*/
ul li.sold-hidden, ul li div.sold-hidden {width: 29%;}


/*** Property Pop-Up ***/

.property-pop {
	width: 100%;
	height: 100%;
	display: block;
	position: fixed;	
	left: 0;
	top: 0;
	display: none;
	z-index: 9999;
	background:  rgba(0, 0, 0, 0.8);
	overflow-y: scroll;

}

.close-pop {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 46px;
    height: 46px;
    cursor: pointer;
    z-index: 9999;
	background: url(/wp-content/plugins/AIOS_Listings-master/lib/html/autoload/listing-templates/bordeaux-tabled/css/../images/close-bttn.png) no-repeat 0 0 transparent;

}
	.pop-bg{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 0

	}
	
	.pop-slideshow {
		width: 72%;
		height: inherit;
		display: inline-block;
		vertical-align: top;

	}

		.photo-slideshow div{
			background-size: cover;
		}
		/*.pop-slideshow .right-border {
			position: absolute;
			right: 1%;
			top: 1.5%;	
			height: 97%;
			width: 26%;
			border: 1px solid #e5e5e5;			
		}	*/	
		.pop-slideshow img {max-width: 100%; width: 100%;}

		/** Listings Slideshow **/

		.pop-slideshow .photo-slideshow{
			width: 100%;
			position: relative;
			height: inherit;
		}
			.pop-slideshow .photo-slideshow img{
				display: block;
				width: 100%;
				height: auto;
			    min-height: 565px;
			}
			.pop-slideshow .photo-slideshow .photo-list{
				background-size: cover;
			}
			
			.pop-slideshow .photo-slideshow .slick-prev{
				width: 52px;
				height: 52px;
				position: absolute;
				left: 15px;
				top: 50%;
				background: url(/wp-content/plugins/AIOS_Listings-master/lib/html/autoload/listing-templates/bordeaux-tabled/css/../images/arrow-prev.png) no-repeat 0 0 transparent;
				z-index: 99;
				border: none;
				text-indent: -999em;
				margin-top: -30.5px;
				cursor: pointer;
			}
			
			.pop-slideshow .photo-slideshow .slick-next{
				width: 52px;
				height: 52px;
				position: absolute;
				right: 15px;
				top: 50%;
				background: url(/wp-content/plugins/AIOS_Listings-master/lib/html/autoload/listing-templates/bordeaux-tabled/css/../images/arrow-next.png) no-repeat 0 0 transparent;
				z-index: 99;
				border: none;
				text-indent: -999em;
				margin-top: -30.5px;
				cursor: pointer;
			}
				.slick-next:before,
				.slick-prev:before{
					font-size: 0 !important;
				}


	.pop-details {
		width: 27%;		
		display: inline-block;
		vertical-align: top;
		margin-left: 1%;
		border: 1px solid #e7e7e7;
		position: relative;	
		height: inherit;
		padding-bottom: 11px;
		min-height: 565px;
		float: right;	
	}

		.pop-details .trans {
			position: absolute;
			top: 0;
			left: 0;
		}

	.pop-details .prop-det {
		width: 90%;
		padding-top: 15px;
		margin: 0 auto;
	}

	.pop-details .prop-det .prop-title {
		color: #5f5f5f;
		font-weight: 700;
		font-size: 24px;
		line-height: 24px;
		margin-bottom:7px;
		display:block;
		line-height: 1.5em;
   		height: auto;

	}

	.pop-details .prop-det .prop-title-truncate{
		overflow: hidden;
	    display: -webkit-box;
	    -webkit-line-clamp: 3;
	    -webkit-box-orient: vertical;
	    -o-text-overflow: ellipsis;
  		-ms-text-overflow: ellipsis;
 		text-overflow: ellipsis;
	}


	.pop-details .prop-det .sold {
		font-size: 16px;
		color: #727272;
		margin-bottom:11px;
		display:block;
	}

	.pop-details .prop-det .prop-price {
		font-size: 30px;
		color: #464646;
		border-top:1px solid #ececec;
		border-bottom:1px solid #ececec;
		padding-top: 5px;
		padding-bottom: 5px;
		display:block;
	}
	
	.pop-details .prop-det .prop-pr {
		border-bottom:1px solid #ececec;
		padding-top: 11px;
		padding-bottom: 13px;
		display:block;
		font-size:14px;
		line-height:21px;
	}
	
	.pop-details .prop-det .prop-pr * {
		vertical-align:middle;
		display:inline-block;
	    margin: 0 5px;
	}

	.pop-details .prop-det .prop-pr em {
	    font-size: 18px;
	    color: #bababa;
	}

	.pop-details .prop-det .border {
		display: inline-block; 
		border-left:1px solid #dadada;
		height:21px;
		margin:0 10px;
	}

	.pop-details .prop-det .det-sqft {float: none;}

	.pop-details .description {
		color: #727272;
		font-size: 16px;
		
		font-weight: 300;
		width: 100%;
		float: left;
		margin-top: 6px;
		line-height: 22px;
		overflow-x: hidden;
		overflow-y: scroll;
		height: 140px;
		padding-right: 11px;
	}

	.pop-details .description img {
	    display: none;
	}

	.property-pop .det-smi {
		position: relative;
		padding: 10px 0;
		clear: both;
	}

		.property-pop .det-smi .a2a_kit a:first-child {
			padding-left: 0;
		}

		.property-pop .det-smi img {
			width: 16px;
		} 

		.pop-slideshow .addtoany_shortcode .a2a_kit a:first-child {
		    padding-left: 0;
		}

/* Map Details Popup */

.listing-info  .listing-title {
	padding: 2px 0;
}

.listing-info .listing-content {
	position: relative;
}

.listing-info .listing-content .listing-photo {
	float: left;
	width: 36%;
}

.listing-info .listing-content .listing-photo img {
    display: block;
    width: 100% !important;
    height: auto !important;
    max-width: 102.65px;
}

.listing-info .listing-content .listing-info {
	float: right;
	width: 60%;
	padding: 10px 0;
}

.listing-info .listing-content .listing-info > div {
    padding: 2px 0;
}

.single-listing h1.entry-title {
	display: none;
}

.descript-map img {
    display: block;
    width: 100%;
}
.descript-map textarea{
	display: none;
}

/*******************************************************
 *
 * 9. Custom CSS
 *
 *******************************************************/



/*******************************************************
 *
 * 10. Mobile styles
 *
 *******************************************************/
@media only screen and (max-width: 1199px) {
	.grid .prop-det .prop-price .det-smi{
		position: static;
		margin: 12px auto;
	}
	.grid  .prop-det .prop-price{
	}
}
@media only screen and (max-width: 1100px) {

	#content .listing-details-wrap .details-head  h1{
	    width: 70%;
	}

	#content .listing-details-wrap .property-details .details-list .det-item {
    	max-width: 145px;
	}
}
@media only screen and (max-width: 1050px) {

	#content .property-description .prop-cta a{
	    font-size: 10px;
	    text-decoration: none !important;
	}
}

@media only screen and (max-width: 991px) {
	#content .property-description .prop-cta a{
		font-size: 12px;
	}
	#content-sidebar .hfeed{
		padding: 0 !important;
	}
	.pop-wrap{
	    -webkit-overflow-scrolling: touch;
	    overflow-x: hidden;
	    overflow-y: scroll;
	}
	#content .listing-details-wrap .property-details .details-list .det-column{
		padding-bottom: 0;
	}
	/*** IP Template ***/
	#content .property-description{
		padding-top: 0;
	}
		#content .listing-details-wrap .details-head span.details-price{
			display: block;
			position: static;
			width: 100%;
			text-align: center;
			margin: 0;
		}

	.grid li.re-margin, .grid li:first-child{
		clear: none;
		float: left !important;
	}
	.mortage-calculator, 
	.schedule-showing,
	.request-more-info{
        height: 68%;
	}
	.pop-gallery-wrap .close-pop{
		right: 11%;
		top: 1%;		
	}

	#content .listing-details-wrap .property-details .details-list .det-item {
   		 max-width: 155px;
	}


	#content .listing-details-wrap .details-head  h1{
		width: 100%;
		text-align: center;
	}
	/** Property Page **/
	#content .top-sort {
		text-align: left;
	}


		#content .top-sort .sort-left {
		    width: 30%;
		}

			#content .top-sort .sort-left a {
			    transform: scale(1.2);
			    margin: 0 5px;
			}

		#content .top-sort .sort-right {
			width: 68%;
			text-align: right;
		}

	/** Deatils Page Responsive **/
	#content .listing-details-wrap{
		width: 100%;
	}
		#content .popup-wrap-schedule .schedule-showing .m-form input,
		#content .popup-wrap-request .request-more-info .m-form input{
			width: 100%;
			max-width: 100%;
		}
		#content .popup-wrap-schedule .schedule-showing .m-form div span,
		#content .popup-wrap-request .request-more-info .m-form div span{
			width: 48.7%;
		}
		#content .popup-wrap-schedule .schedule-showing .m-form textarea,
		#content .popup-wrap-request .request-more-info .m-form textarea{
			width: 100%;
			max-width: 100%;
		}
		#content .listing-details-wrap .property-description .prop-cta{
			text-align: center;
		}

	/*** AIOS Listings ***/
	.popup-wrap-schedule .schedule-showing .wpcf7-response-output, .popup-wrap-request .request-more-info .wpcf7-response-output{
		margin-top: 0;
	}
	#content .property-pop {width: 100%;}

	#content .pop-slideshow {
		width: 100%;
		float: left;
	}

		.pop-slideshow img {max-width: 100%;}

	#content .pop-details {
		width: 100%;
		height: auto;
		border: 1px solid #e7e7e7;
		position: relative;
		padding-bottom: 70px
	}
	/*** AIOS Listings ***/
	.pop-slideshow .photo-slideshow img{
		min-height: 100px;
	}

	.popup-holder{
		-webkit-overflow-scrolling: touch;
		overflow-x: hidden;
		overflow-y: scroll;

	}
	.property-pop {
		width: 100%;
		-webkit-overflow-scrolling: touch;
		overflow-x: hidden;
		overflow-y: scroll;
	} 

	.pop-slideshow {
		width: 100%;
		height: auto;
	}

		.pop-slideshow img {max-width: 100%;}		

	.pop-details {
		width: 100%;
		height: auto;
		margin: 10px 0;
		border: 1px solid #e7e7e7;
		position: relative;
		padding-bottom: 70px
	}

	.pop-slideshow .right-border {display: none;}

	.property-pop .det-smi {
	    position: relative;
	    bottom: 0;
	    z-index: 99;
	    right: 0;
	    text-align: center;
	    padding: 11px 0 0;
	}
	#content .grid li {
		width: 48%;
		float: left;
		border: 1px solid #e7e7e7;
		padding-bottom: 10px;
		list-style-type: none;
		margin: 0 2% 30px 0;
	}

	.prop-det .prop-beds .det-smi {
		position: relative;
	}
	
	.prop-det .prop-beds .det-smi .a2a_kit_size_32 {
		display: block;
		top: 7px;
		position: relative;
	}

	.prop-det .prop-beds .det-smi .a2a_kit_size_16 {
		display: block;
		top: 4px;
		position: relative;
	}


}

@media only screen and (max-width: 700px) {
	#content .property-description .prop-cta a{
	    font-size: 11px;
	}
	/*** AIOS Listings ***/

	#content .popup-wrap-mortage .mortage-calculator .m-form form div input {
       width: 49.3%;
    }
    #content .popup-wrap-mortage .mortage-calculator .m-form form div input[type="submit"]{
    	font-size: 17px;
    }
    #content .popup-wrap-mortage .mortage-calculator .m-form form div input[type="reset"]{
    	font-size: 17px;
    }
    #content .listing-details-wrap .details-head span.details-price{
    	font-size: 15px;
    	 top: 12px;
    }

	#content ul.list li .prop-det .prop-title {
		width: 100%;
		display: block;
		margin: 10px 0;
		float: none;
	}

	#content ul.list li .prop-det p.list-price {
		display: block;
		width: 100%;
		text-align: left;
		float: none;
	}
	#content .grid li{
	    width: 100%;
	}

	/*** Sold Table Layout ***/ 

	ul.table-hdr li, ul.table-list li {
		font-size: 13px;
	}

	#content .listing-details-wrap .property-details .details-list{
		text-align: center;
	    padding: 0 0 10px;
	}
		#content .property-description .property-det{
			width: 100%;
		}
		#content .property-description .property-add-type{
			width: 100%;
			padding-left: 0;
			margin-left: 0;
			border-left: none;
		}
		#content .property-description .property-add-type p{
		       padding: 0 28px;	
		}

	/*** AIOS Listings ***/

	.grid li {
		width: 48%;
		float: left;
		border: 1px solid #e7e7e7;
		padding-bottom: 10px;
		list-style-type: none;
		margin: 0 2% 30px 0;
	}
	.pop-details{
		padding-bottom: 20px;
	}

}

@media only screen and (max-width: 600px) {
.list-wrapper{
    margin-bottom: 30px;
}
#content .property-description .prop-cta a {
    font-size: 10px;
}
/*** Sold Table Layout ***/

	.table-hdr {display: none;}

	.table-list li div {
		width: 100%;
		display: block;
		font-size: 14px;
	}

		ul li div.prop-img {
			display: block;
			margin: 0 auto;
			width: 100%;
		}

			#content-listings ul.table-list li img.main-img {
				width: 100%;
				max-width: initial !important;
				margin: 0;
			}

		ul li div.prop-add, ul li div.list-price, ul li div.beds, ul li div.baths, ul li div.area, ul li div.sold-date {
			width: 100%;
			display: block;
			text-align: center;
		}

		ul li div p.list-price, ul.table-list li div label {
			display: inline-block; 
			margin: 0 !important;
			width: 30%;
			text-align: right;			

		}
		ul.table-list li div span, ul.table-list .list-price-sec{
			display: inline-block;
			vertical-align: top;
			width: 68%;
			text-align: left;
			padding-left: 2%;

		}
			ul.table-list  .list-price-sec span{
				width: 100%;
				padding-left: 0;
			}
}
@media only screen and (max-width: 640px) {

	/*** AIOS Listings ***/
	.sort-sel {
	    width: 100px;
	}
	.grid li {
		width: 98%;
		float: left;
		border: 1px solid #e7e7e7;
		padding-bottom: 10px;
		list-style-type: none;
		margin: 0 1% 30px 0;
	}

		.grid .prop-img-wrap {height: auto;}

		.grid li img.main-img {height: auto;}

	.list li {
		width: 98%;
		float: left;
		padding-bottom: 10px;
		list-style-type: none;
		margin: 0 1% 30px 0;
	}

		ul.list li .prop-img-wrap, ul.list li .prop-det {
			width: 100%;
			margin: 0 !important;
		}
	ul.list .prop-det .prop-beds{
		text-align: center;
	}
	.prop-det .prop-beds .det-smi{
		text-align: center;
		position: relative;
		top: 0;
		left: 0;
		display: block;
		margin-top: 8px;
	}
	#content .listing-details-wrap .property-details .details-list .det-specs span{
		text-align: left;
	}
	#content .listing-details-wrap .property-details .details-list .det-item{

		padding: 0 15px;
		width: auto;
	}
	#content ul.list li .prop-det .prop-title{
		text-align: center;
	}
	#content ul.list li .prop-det p.list-price{
		text-align: center;
	}
	#content .listing-details-wrap .property-details .details-list .det-item{
		display: block;
		width: 100%;
		max-width: 100%;
	}
	.pop-details .prop-det .prop-title{
	    font-size: 17px;
	}
	#content .popup-wrap-schedule .schedule-showing .m-form div span{
	    width: 48.7%;
	}
	#content .popup-wrap-request .request-more-info .m-form div span{
	    width: 32.56%;
	}
	.mortage-calculator, .schedule-showing, .request-more-info {
	    height: 96%;
        width: 90%;
	}
	
}

@media only screen and (max-width: 500px) {
	.table-list li div.beds{
		display: none;
	}
	.table-list li div.baths{
		display: none;
	}
	.table-list li div.area{
		display: none;
	}

	/*** AIOS Listings ***/
	/** Details Page Responsve **/
	#content .request-more-info{
		width: 92%;
	}
	#content .mortage-calculator{
		width: 92%;
	}
	#content .schedule-showing{
		width: 92%;
	}
		#content .listing-details-wrap .property-description .prop-cta a{
			width: 100%;
			margin-left: 0;
			margin-top: 5px;
		    padding: 11px 0;
		}

		#content .listing-details-wrap .property-details .details-list .det-area{
			margin-left: 0;
		}
	#content ul.list li .prop-img-wrap{
		width: 100%;
	}
		#content ul.list li .prop-img-wrap img{
			display: block;
			width: 100%;
			height: auto;
			max-width: 100%;
		}
		#content ul.list li .prop-det{
			width: 100%;
			padding-top: 20px;
			margin-left: 0;
			overflow: hidden;
		}
			#content ul.list li .prop-det .prp-det{
				text-align: center;
			}
			.list .prop-img-wrap .sold-icon,
			.list .prop-img-wrap .sale-icon,
			.list .prop-img-wrap .rent-icon,
			.list .prop-img-wrap .lease-icon,
			.list .prop-img-wrap .pending-icon,
			.list .prop-img-wrap .exclusive-icon{
			    width: auto !important;
			    height: auto !important;				
			}
	/** Details Page Responsve **/
	#content .grid li {
	    width: 100%;
		float: left;
		border: 1px solid #e7e7e7;
		padding-bottom: 10px;
		list-style-type: none;
		margin: 0 1% 30px 0;
	}
	.top-sort a{
		width: 16px;
		height: 16px;
	    background-size: 99% !important;
	}
	#content .top-sort .sort-left a{
	       margin: 0 3px;
	       font-size: 15px;
	}
	#content .popup-wrap-mortage .mortage-calculator .m-form form div input {
	    width: 49%;
	}
	#content .listing-details-wrap .details-head h1{
		width: 100%;
		text-align: center;
		display: block;
	}
	#content .listing-details-wrap .details-head span.details-price {
	    display: block;
	    width: 100%;
	    position: relative;
	    text-align: center;
	    top: 0;
	    margin: 0;
	}
	.popup-wrap-mortage .mortage-calculator .m-form form div input[type="submit"]{
	    font-size: 17px;
	}
	.popup-wrap-request .request-more-info .m-form input[type="date"]{
		width: 100%;
	}
}


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

	.aios-listings-search-form .field{ 
		width:100%;
		margin-left:0;
		float:none;
	}
	#content .popup-wrap-mortage .mortage-calculator .m-form form div input {
	    width: 48.56%;
	}

}
/*! pojo-accessibility - v2.1.0 - 18-12-2022 */
#pojo-a11y-toolbar{position:fixed;font-size:16px !important;line-height:1.4;z-index:9999}#pojo-a11y-toolbar.pojo-a11y-toolbar-right{right:-180px;-webkit-transition:right 750ms cubic-bezier(.23, 1, .32, 1);-moz-transition:right 750ms cubic-bezier(.23, 1, .32, 1);-o-transition:right 750ms cubic-bezier(.23, 1, .32, 1);transition:right 750ms cubic-bezier(.23, 1, .32, 1)}#pojo-a11y-toolbar.pojo-a11y-toolbar-right.pojo-a11y-toolbar-open{right:0}#pojo-a11y-toolbar.pojo-a11y-toolbar-right .pojo-a11y-toolbar-toggle{right:180px}#pojo-a11y-toolbar.pojo-a11y-toolbar-left{left:-180px;-webkit-transition:left 750ms cubic-bezier(.23, 1, .32, 1);-moz-transition:left 750ms cubic-bezier(.23, 1, .32, 1);-o-transition:left 750ms cubic-bezier(.23, 1, .32, 1);transition:left 750ms cubic-bezier(.23, 1, .32, 1)}#pojo-a11y-toolbar.pojo-a11y-toolbar-left.pojo-a11y-toolbar-open{left:0}#pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle{left:180px}#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle{position:absolute}#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a{display:inline-block;font-size:200%;line-height:0;padding:10px;-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,0.1);box-shadow:0 0 10px 0 rgba(0,0,0,0.1)}#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a:hover,#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a:focus{-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,0.2);box-shadow:0 0 10px 0 rgba(0,0,0,0.2)}#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle svg{max-width:inherit}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay{border:1px solid;font-size:100%;width:180px}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay p.pojo-a11y-toolbar-title{display:block;line-height:2;font-weight:bold;padding:10px 15px 0;margin:0}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay.pojo-a11y-toolbar-open .pojo-a11y-toolbar-toggle a,#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay.pojo-a11y-toolbar-open .pojo-a11y-toolbar-overlay{-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,0.2);box-shadow:0 0 10px 0 rgba(0,0,0,0.2)}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items{list-style:none;margin:0;padding:10px 0}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items.pojo-a11y-links{border-top:1px solid}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a{display:block;padding:10px 15px;font-size:80%;line-height:1}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a.active{font-weight:bold}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a svg{padding-right:6px;display:inline-block;width:1.5em;font-style:normal;font-weight:normal;font-size:inherit;line-height:1;text-align:center;text-rendering:auto;vertical-align:middle}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a .pojo-a11y-toolbar-text{vertical-align:middle}body.rtl #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a svg{padding-left:6px;padding-right:0}@media (max-width:767px){#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay p.pojo-a11y-toolbar-title{padding:7px 12px 0}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items{padding:7px 0}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a{display:block;padding:7px 12px}}body.pojo-a11y-grayscale{filter:grayscale(100%);-webkit-filter:grayscale(100%);-webkit-filter:grayscale(1);-moz-filter:grayscale(100%);-ms-filter:grayscale(100%);-o-filter:grayscale(100%);filter:gray}body.pojo-a11y-high-contrast .placebo{line-height:normal}body.pojo-a11y-high-contrast *{-webkit-box-shadow:none !important;box-shadow:none !important}body.pojo-a11y-high-contrast a,body.pojo-a11y-high-contrast abbr,body.pojo-a11y-high-contrast acronym,body.pojo-a11y-high-contrast address,body.pojo-a11y-high-contrast article,body.pojo-a11y-high-contrast aside,body.pojo-a11y-high-contrast b,body.pojo-a11y-high-contrast basefont,body.pojo-a11y-high-contrast bdi,body.pojo-a11y-high-contrast big,body.pojo-a11y-high-contrast blink,body.pojo-a11y-high-contrast blockquote,body.pojo-a11y-high-contrast body,body.pojo-a11y-high-contrast button,body.pojo-a11y-high-contrast canvas,body.pojo-a11y-high-contrast caption,body.pojo-a11y-high-contrast center,body.pojo-a11y-high-contrast cite,body.pojo-a11y-high-contrast code,body.pojo-a11y-high-contrast col,body.pojo-a11y-high-contrast colgroup,body.pojo-a11y-high-contrast command,body.pojo-a11y-high-contrast dd,body.pojo-a11y-high-contrast del,body.pojo-a11y-high-contrast details,body.pojo-a11y-high-contrast dfn,body.pojo-a11y-high-contrast dir,body.pojo-a11y-high-contrast div,body.pojo-a11y-high-contrast dl,body.pojo-a11y-high-contrast dt,body.pojo-a11y-high-contrast em,body.pojo-a11y-high-contrast embed,body.pojo-a11y-high-contrast fieldset,body.pojo-a11y-high-contrast figcaption,body.pojo-a11y-high-contrast figure,body.pojo-a11y-high-contrast font,body.pojo-a11y-high-contrast footer,body.pojo-a11y-high-contrast form,body.pojo-a11y-high-contrast h1,body.pojo-a11y-high-contrast h1 a,body.pojo-a11y-high-contrast h1 a b,body.pojo-a11y-high-contrast h1 abbr,body.pojo-a11y-high-contrast h1 b,body.pojo-a11y-high-contrast h1 center,body.pojo-a11y-high-contrast h1 em,body.pojo-a11y-high-contrast h1 i,body.pojo-a11y-high-contrast h1 span,body.pojo-a11y-high-contrast h1 strong,body.pojo-a11y-high-contrast h2,body.pojo-a11y-high-contrast h2 a,body.pojo-a11y-high-contrast h2 a b,body.pojo-a11y-high-contrast h2 abbr,body.pojo-a11y-high-contrast h2 b,body.pojo-a11y-high-contrast h2 center,body.pojo-a11y-high-contrast h2 em,body.pojo-a11y-high-contrast h2 i,body.pojo-a11y-high-contrast h2 span,body.pojo-a11y-high-contrast h2 strong,body.pojo-a11y-high-contrast h3,body.pojo-a11y-high-contrast h3 a,body.pojo-a11y-high-contrast h3 a b,body.pojo-a11y-high-contrast h3 abbr,body.pojo-a11y-high-contrast h3 b,body.pojo-a11y-high-contrast h3 center,body.pojo-a11y-high-contrast h3 em,body.pojo-a11y-high-contrast h3 i,body.pojo-a11y-high-contrast h3 span,body.pojo-a11y-high-contrast h3 strong,body.pojo-a11y-high-contrast h4,body.pojo-a11y-high-contrast h4 a,body.pojo-a11y-high-contrast h4 a b,body.pojo-a11y-high-contrast h4 abbr,body.pojo-a11y-high-contrast h4 b,body.pojo-a11y-high-contrast h4 center,body.pojo-a11y-high-contrast h4 em,body.pojo-a11y-high-contrast h4 i,body.pojo-a11y-high-contrast h4 span,body.pojo-a11y-high-contrast h4 strong,body.pojo-a11y-high-contrast h5,body.pojo-a11y-high-contrast h5 a,body.pojo-a11y-high-contrast h5 a b,body.pojo-a11y-high-contrast h5 abbr,body.pojo-a11y-high-contrast h5 b,body.pojo-a11y-high-contrast h5 center,body.pojo-a11y-high-contrast h5 em,body.pojo-a11y-high-contrast h5 i,body.pojo-a11y-high-contrast h5 span,body.pojo-a11y-high-contrast h5 strong,body.pojo-a11y-high-contrast h6,body.pojo-a11y-high-contrast h6 a,body.pojo-a11y-high-contrast h6 a b,body.pojo-a11y-high-contrast h6 abbr,body.pojo-a11y-high-contrast h6 b,body.pojo-a11y-high-contrast h6 center,body.pojo-a11y-high-contrast h6 em,body.pojo-a11y-high-contrast h6 i,body.pojo-a11y-high-contrast h6 span,body.pojo-a11y-high-contrast h6 strong,body.pojo-a11y-high-contrast header,body.pojo-a11y-high-contrast hgroup,body.pojo-a11y-high-contrast html,body.pojo-a11y-high-contrast i,body.pojo-a11y-high-contrast iframe,body.pojo-a11y-high-contrast img,body.pojo-a11y-high-contrast input,body.pojo-a11y-high-contrast ins,body.pojo-a11y-high-contrast kbd,body.pojo-a11y-high-contrast label,body.pojo-a11y-high-contrast legend,body.pojo-a11y-high-contrast li,body.pojo-a11y-high-contrast listing,body.pojo-a11y-high-contrast main,body.pojo-a11y-high-contrast mark,body.pojo-a11y-high-contrast marquee,body.pojo-a11y-high-contrast menu,body.pojo-a11y-high-contrast meter,body.pojo-a11y-high-contrast multicol,body.pojo-a11y-high-contrast nav,body.pojo-a11y-high-contrast nobr,body.pojo-a11y-high-contrast object,body.pojo-a11y-high-contrast ol,body.pojo-a11y-high-contrast option,body.pojo-a11y-high-contrast output,body.pojo-a11y-high-contrast p,body.pojo-a11y-high-contrast plaintext,body.pojo-a11y-high-contrast pre,body.pojo-a11y-high-contrast progress,body.pojo-a11y-high-contrast q,body.pojo-a11y-high-contrast rb,body.pojo-a11y-high-contrast rp,body.pojo-a11y-high-contrast rt,body.pojo-a11y-high-contrast ruby,body.pojo-a11y-high-contrast s,body.pojo-a11y-high-contrast samp,body.pojo-a11y-high-contrast section,body.pojo-a11y-high-contrast select,body.pojo-a11y-high-contrast small,body.pojo-a11y-high-contrast span,body.pojo-a11y-high-contrast strike,body.pojo-a11y-high-contrast strong,body.pojo-a11y-high-contrast sub,body.pojo-a11y-high-contrast summary,body.pojo-a11y-high-contrast sup,body.pojo-a11y-high-contrast svg,body.pojo-a11y-high-contrast table,body.pojo-a11y-high-contrast tbody,body.pojo-a11y-high-contrast td,body.pojo-a11y-high-contrast text,body.pojo-a11y-high-contrast textarea,body.pojo-a11y-high-contrast th,body.pojo-a11y-high-contrast thead,body.pojo-a11y-high-contrast time,body.pojo-a11y-high-contrast tr,body.pojo-a11y-high-contrast tt,body.pojo-a11y-high-contrast u,body.pojo-a11y-high-contrast ul,body.pojo-a11y-high-contrast var,body.pojo-a11y-high-contrast video,body.pojo-a11y-high-contrast xmp{-moz-appearance:none !important;-moz-user-select:text !important;-webkit-user-select:text !important;background-image:none !important;text-shadow:none !important;user-select:text !important}body.pojo-a11y-high-contrast a,body.pojo-a11y-high-contrast abbr,body.pojo-a11y-high-contrast acronym,body.pojo-a11y-high-contrast address,body.pojo-a11y-high-contrast article,body.pojo-a11y-high-contrast aside,body.pojo-a11y-high-contrast b,body.pojo-a11y-high-contrast basefont,body.pojo-a11y-high-contrast bdi,body.pojo-a11y-high-contrast big,body.pojo-a11y-high-contrast blink,body.pojo-a11y-high-contrast blockquote,body.pojo-a11y-high-contrast body,body.pojo-a11y-high-contrast canvas,body.pojo-a11y-high-contrast caption,body.pojo-a11y-high-contrast center,body.pojo-a11y-high-contrast cite,body.pojo-a11y-high-contrast code,body.pojo-a11y-high-contrast col,body.pojo-a11y-high-contrast colgroup,body.pojo-a11y-high-contrast command,body.pojo-a11y-high-contrast dd,body.pojo-a11y-high-contrast del,body.pojo-a11y-high-contrast details,body.pojo-a11y-high-contrast dfn,body.pojo-a11y-high-contrast dir,body.pojo-a11y-high-contrast div,body.pojo-a11y-high-contrast dl,body.pojo-a11y-high-contrast dt,body.pojo-a11y-high-contrast em,body.pojo-a11y-high-contrast embed,body.pojo-a11y-high-contrast fieldset,body.pojo-a11y-high-contrast figcaption,body.pojo-a11y-high-contrast figure,body.pojo-a11y-high-contrast font,body.pojo-a11y-high-contrast footer,body.pojo-a11y-high-contrast form,body.pojo-a11y-high-contrast h1,body.pojo-a11y-high-contrast h1 a,body.pojo-a11y-high-contrast h1 a b,body.pojo-a11y-high-contrast h1 abbr,body.pojo-a11y-high-contrast h1 b,body.pojo-a11y-high-contrast h1 center,body.pojo-a11y-high-contrast h1 em,body.pojo-a11y-high-contrast h1 i,body.pojo-a11y-high-contrast h1 span,body.pojo-a11y-high-contrast h1 strong,body.pojo-a11y-high-contrast h2,body.pojo-a11y-high-contrast h2 a,body.pojo-a11y-high-contrast h2 a b,body.pojo-a11y-high-contrast h2 abbr,body.pojo-a11y-high-contrast h2 b,body.pojo-a11y-high-contrast h2 center,body.pojo-a11y-high-contrast h2 em,body.pojo-a11y-high-contrast h2 i,body.pojo-a11y-high-contrast h2 span,body.pojo-a11y-high-contrast h2 strong,body.pojo-a11y-high-contrast h3,body.pojo-a11y-high-contrast h3 a,body.pojo-a11y-high-contrast h3 a b,body.pojo-a11y-high-contrast h3 abbr,body.pojo-a11y-high-contrast h3 b,body.pojo-a11y-high-contrast h3 center,body.pojo-a11y-high-contrast h3 em,body.pojo-a11y-high-contrast h3 i,body.pojo-a11y-high-contrast h3 span,body.pojo-a11y-high-contrast h3 strong,body.pojo-a11y-high-contrast h4,body.pojo-a11y-high-contrast h4 a,body.pojo-a11y-high-contrast h4 a b,body.pojo-a11y-high-contrast h4 abbr,body.pojo-a11y-high-contrast h4 b,body.pojo-a11y-high-contrast h4 center,body.pojo-a11y-high-contrast h4 em,body.pojo-a11y-high-contrast h4 i,body.pojo-a11y-high-contrast h4 span,body.pojo-a11y-high-contrast h4 strong,body.pojo-a11y-high-contrast h5,body.pojo-a11y-high-contrast h5 a,body.pojo-a11y-high-contrast h5 a b,body.pojo-a11y-high-contrast h5 abbr,body.pojo-a11y-high-contrast h5 b,body.pojo-a11y-high-contrast h5 center,body.pojo-a11y-high-contrast h5 em,body.pojo-a11y-high-contrast h5 i,body.pojo-a11y-high-contrast h5 span,body.pojo-a11y-high-contrast h5 strong,body.pojo-a11y-high-contrast h6,body.pojo-a11y-high-contrast h6 a,body.pojo-a11y-high-contrast h6 a b,body.pojo-a11y-high-contrast h6 abbr,body.pojo-a11y-high-contrast h6 b,body.pojo-a11y-high-contrast h6 center,body.pojo-a11y-high-contrast h6 em,body.pojo-a11y-high-contrast h6 i,body.pojo-a11y-high-contrast h6 span,body.pojo-a11y-high-contrast h6 strong,body.pojo-a11y-high-contrast header,body.pojo-a11y-high-contrast hgroup,body.pojo-a11y-high-contrast html,body.pojo-a11y-high-contrast i,body.pojo-a11y-high-contrast iframe,body.pojo-a11y-high-contrast input,body.pojo-a11y-high-contrast ins,body.pojo-a11y-high-contrast kbd,body.pojo-a11y-high-contrast label,body.pojo-a11y-high-contrast legend,body.pojo-a11y-high-contrast li,body.pojo-a11y-high-contrast listing,body.pojo-a11y-high-contrast main,body.pojo-a11y-high-contrast mark,body.pojo-a11y-high-contrast marquee,body.pojo-a11y-high-contrast menu,body.pojo-a11y-high-contrast meter,body.pojo-a11y-high-contrast multicol,body.pojo-a11y-high-contrast nav:not(#pojo-a11y-toolbar),body.pojo-a11y-high-contrast nobr,body.pojo-a11y-high-contrast object,body.pojo-a11y-high-contrast ol,body.pojo-a11y-high-contrast option,body.pojo-a11y-high-contrast output,body.pojo-a11y-high-contrast p,body.pojo-a11y-high-contrast plaintext,body.pojo-a11y-high-contrast pre,body.pojo-a11y-high-contrast progress,body.pojo-a11y-high-contrast q,body.pojo-a11y-high-contrast rb,body.pojo-a11y-high-contrast rp,body.pojo-a11y-high-contrast rt,body.pojo-a11y-high-contrast ruby,body.pojo-a11y-high-contrast s,body.pojo-a11y-high-contrast samp,body.pojo-a11y-high-contrast section,body.pojo-a11y-high-contrast small,body.pojo-a11y-high-contrast span,body.pojo-a11y-high-contrast strike,body.pojo-a11y-high-contrast strong,body.pojo-a11y-high-contrast sub,body.pojo-a11y-high-contrast summary,body.pojo-a11y-high-contrast sup,body.pojo-a11y-high-contrast svg,body.pojo-a11y-high-contrast table,body.pojo-a11y-high-contrast tbody,body.pojo-a11y-high-contrast td,body.pojo-a11y-high-contrast text,body.pojo-a11y-high-contrast textarea,body.pojo-a11y-high-contrast th,body.pojo-a11y-high-contrast thead,body.pojo-a11y-high-contrast time,body.pojo-a11y-high-contrast tr,body.pojo-a11y-high-contrast tt,body.pojo-a11y-high-contrast u,body.pojo-a11y-high-contrast ul,body.pojo-a11y-high-contrast var,body.pojo-a11y-high-contrast video,body.pojo-a11y-high-contrast xmp{background:black !important;background-color:black !important}body.pojo-a11y-high-contrast a,body.pojo-a11y-high-contrast article,body.pojo-a11y-high-contrast aside,body.pojo-a11y-high-contrast basefont,body.pojo-a11y-high-contrast bdi,body.pojo-a11y-high-contrast big,body.pojo-a11y-high-contrast blink,body.pojo-a11y-high-contrast blockquote,body.pojo-a11y-high-contrast body,body.pojo-a11y-high-contrast button,body.pojo-a11y-high-contrast canvas,body.pojo-a11y-high-contrast caption,body.pojo-a11y-high-contrast center,body.pojo-a11y-high-contrast code,body.pojo-a11y-high-contrast col,body.pojo-a11y-high-contrast colgroup,body.pojo-a11y-high-contrast command,body.pojo-a11y-high-contrast dd,body.pojo-a11y-high-contrast del,body.pojo-a11y-high-contrast details,body.pojo-a11y-high-contrast dir,body.pojo-a11y-high-contrast div,body.pojo-a11y-high-contrast dl,body.pojo-a11y-high-contrast dt,body.pojo-a11y-high-contrast embed,body.pojo-a11y-high-contrast fieldset,body.pojo-a11y-high-contrast figcaption,body.pojo-a11y-high-contrast figure,body.pojo-a11y-high-contrast font,body.pojo-a11y-high-contrast footer,body.pojo-a11y-high-contrast form,body.pojo-a11y-high-contrast header,body.pojo-a11y-high-contrast hgroup,body.pojo-a11y-high-contrast html,body.pojo-a11y-high-contrast iframe,body.pojo-a11y-high-contrast img,body.pojo-a11y-high-contrast input,body.pojo-a11y-high-contrast ins,body.pojo-a11y-high-contrast kbd,body.pojo-a11y-high-contrast label,body.pojo-a11y-high-contrast legend,body.pojo-a11y-high-contrast li,body.pojo-a11y-high-contrast listing,body.pojo-a11y-high-contrast main,body.pojo-a11y-high-contrast mark,body.pojo-a11y-high-contrast marquee,body.pojo-a11y-high-contrast menu,body.pojo-a11y-high-contrast meter,body.pojo-a11y-high-contrast multicol,body.pojo-a11y-high-contrast nav,body.pojo-a11y-high-contrast nobr,body.pojo-a11y-high-contrast object,body.pojo-a11y-high-contrast ol,body.pojo-a11y-high-contrast option,body.pojo-a11y-high-contrast output,body.pojo-a11y-high-contrast p,body.pojo-a11y-high-contrast plaintext,body.pojo-a11y-high-contrast pre,body.pojo-a11y-high-contrast progress,body.pojo-a11y-high-contrast q,body.pojo-a11y-high-contrast rb,body.pojo-a11y-high-contrast rp,body.pojo-a11y-high-contrast rt,body.pojo-a11y-high-contrast ruby,body.pojo-a11y-high-contrast s,body.pojo-a11y-high-contrast samp,body.pojo-a11y-high-contrast section,body.pojo-a11y-high-contrast select,body.pojo-a11y-high-contrast small,body.pojo-a11y-high-contrast span,body.pojo-a11y-high-contrast strike,body.pojo-a11y-high-contrast sub,body.pojo-a11y-high-contrast summary,body.pojo-a11y-high-contrast sup,body.pojo-a11y-high-contrast svg,body.pojo-a11y-high-contrast table,body.pojo-a11y-high-contrast tbody,body.pojo-a11y-high-contrast td,body.pojo-a11y-high-contrast text,body.pojo-a11y-high-contrast textarea,body.pojo-a11y-high-contrast th,body.pojo-a11y-high-contrast thead,body.pojo-a11y-high-contrast time,body.pojo-a11y-high-contrast tr,body.pojo-a11y-high-contrast tt,body.pojo-a11y-high-contrast ul,body.pojo-a11y-high-contrast var,body.pojo-a11y-high-contrast video,body.pojo-a11y-high-contrast xmp{color:white !important}body.pojo-a11y-high-contrast abbr,body.pojo-a11y-high-contrast acronym,body.pojo-a11y-high-contrast b,body.pojo-a11y-high-contrast b span,body.pojo-a11y-high-contrast h1 b,body.pojo-a11y-high-contrast h1 strong,body.pojo-a11y-high-contrast h2 b,body.pojo-a11y-high-contrast h2 strong,body.pojo-a11y-high-contrast h3 b,body.pojo-a11y-high-contrast h3 strong,body.pojo-a11y-high-contrast h4 b,body.pojo-a11y-high-contrast h4 strong,body.pojo-a11y-high-contrast h5 b,body.pojo-a11y-high-contrast h5 strong,body.pojo-a11y-high-contrast h6 b,body.pojo-a11y-high-contrast h6 strong,body.pojo-a11y-high-contrast strong,body.pojo-a11y-high-contrast strong span{color:yellow !important}body.pojo-a11y-high-contrast address,body.pojo-a11y-high-contrast address span,body.pojo-a11y-high-contrast cite,body.pojo-a11y-high-contrast cite span,body.pojo-a11y-high-contrast dfn,body.pojo-a11y-high-contrast dfn span,body.pojo-a11y-high-contrast em,body.pojo-a11y-high-contrast em span,body.pojo-a11y-high-contrast h1 em,body.pojo-a11y-high-contrast h1 i,body.pojo-a11y-high-contrast h2 em,body.pojo-a11y-high-contrast h2 i,body.pojo-a11y-high-contrast h3 em,body.pojo-a11y-high-contrast h3 i,body.pojo-a11y-high-contrast h4 em,body.pojo-a11y-high-contrast h4 i,body.pojo-a11y-high-contrast h5 em,body.pojo-a11y-high-contrast h5 i,body.pojo-a11y-high-contrast h6 em,body.pojo-a11y-high-contrast h6 i,body.pojo-a11y-high-contrast i,body.pojo-a11y-high-contrast i span,body.pojo-a11y-high-contrast u,body.pojo-a11y-high-contrast u span{color:#FFFF80 !important}body.pojo-a11y-high-contrast dt{border-top:thin solid grey !important}body.pojo-a11y-high-contrast h1,body.pojo-a11y-high-contrast h1 a,body.pojo-a11y-high-contrast h1 a b,body.pojo-a11y-high-contrast h1 abbr,body.pojo-a11y-high-contrast h1 center,body.pojo-a11y-high-contrast h1 span,body.pojo-a11y-high-contrast h2,body.pojo-a11y-high-contrast h2 a,body.pojo-a11y-high-contrast h2 a b,body.pojo-a11y-high-contrast h2 abbr,body.pojo-a11y-high-contrast h2 center,body.pojo-a11y-high-contrast h2 span,body.pojo-a11y-high-contrast h3,body.pojo-a11y-high-contrast h3 a,body.pojo-a11y-high-contrast h3 a b,body.pojo-a11y-high-contrast h3 abbr,body.pojo-a11y-high-contrast h3 center,body.pojo-a11y-high-contrast h3 span,body.pojo-a11y-high-contrast h4,body.pojo-a11y-high-contrast h4 a,body.pojo-a11y-high-contrast h4 a b,body.pojo-a11y-high-contrast h4 abbr,body.pojo-a11y-high-contrast h4 center,body.pojo-a11y-high-contrast h4 span,body.pojo-a11y-high-contrast h5,body.pojo-a11y-high-contrast h5 a,body.pojo-a11y-high-contrast h5 a b,body.pojo-a11y-high-contrast h5 abbr,body.pojo-a11y-high-contrast h5 center,body.pojo-a11y-high-contrast h5 span,body.pojo-a11y-high-contrast h6,body.pojo-a11y-high-contrast h6 a,body.pojo-a11y-high-contrast h6 a b,body.pojo-a11y-high-contrast h6 abbr,body.pojo-a11y-high-contrast h6 center,body.pojo-a11y-high-contrast h6 span{color:#40C090 !important}body.pojo-a11y-high-contrast img{background:#808080 !important;background-color:#808080 !important}body.pojo-a11y-high-contrast abbr,body.pojo-a11y-high-contrast acronym{border-bottom:1px dotted !important}body.pojo-a11y-high-contrast :focus{outline:thin dotted !important}body.pojo-a11y-high-contrast a.button,body.pojo-a11y-high-contrast a.button abbr,body.pojo-a11y-high-contrast a.button acronym,body.pojo-a11y-high-contrast a.button b,body.pojo-a11y-high-contrast a.button basefont,body.pojo-a11y-high-contrast a.button big,body.pojo-a11y-high-contrast a.button br,body.pojo-a11y-high-contrast a.button code,body.pojo-a11y-high-contrast a.button div,body.pojo-a11y-high-contrast a.button em,body.pojo-a11y-high-contrast a.button font,body.pojo-a11y-high-contrast a.button h1,body.pojo-a11y-high-contrast a.button h2,body.pojo-a11y-high-contrast a.button h3,body.pojo-a11y-high-contrast a.button h4,body.pojo-a11y-high-contrast a.button h5,body.pojo-a11y-high-contrast a.button h6,body.pojo-a11y-high-contrast a.button i,body.pojo-a11y-high-contrast a.button kbd,body.pojo-a11y-high-contrast a.button rb,body.pojo-a11y-high-contrast a.button rp,body.pojo-a11y-high-contrast a.button rt,body.pojo-a11y-high-contrast a.button ruby,body.pojo-a11y-high-contrast a.button samp,body.pojo-a11y-high-contrast a.button small,body.pojo-a11y-high-contrast a.button span,body.pojo-a11y-high-contrast a.button strong,body.pojo-a11y-high-contrast a.button tt,body.pojo-a11y-high-contrast a.button u,body.pojo-a11y-high-contrast a.button var,body.pojo-a11y-high-contrast a:link,body.pojo-a11y-high-contrast a:link abbr,body.pojo-a11y-high-contrast a:link acronym,body.pojo-a11y-high-contrast a:link b,body.pojo-a11y-high-contrast a:link basefont,body.pojo-a11y-high-contrast a:link big,body.pojo-a11y-high-contrast a:link br,body.pojo-a11y-high-contrast a:link code,body.pojo-a11y-high-contrast a:link div,body.pojo-a11y-high-contrast a:link em,body.pojo-a11y-high-contrast a:link font,body.pojo-a11y-high-contrast a:link h1,body.pojo-a11y-high-contrast a:link h2,body.pojo-a11y-high-contrast a:link h3,body.pojo-a11y-high-contrast a:link h4,body.pojo-a11y-high-contrast a:link h5,body.pojo-a11y-high-contrast a:link h6,body.pojo-a11y-high-contrast a:link i,body.pojo-a11y-high-contrast a:link kbd,body.pojo-a11y-high-contrast a:link rb,body.pojo-a11y-high-contrast a:link rp,body.pojo-a11y-high-contrast a:link rt,body.pojo-a11y-high-contrast a:link ruby,body.pojo-a11y-high-contrast a:link samp,body.pojo-a11y-high-contrast a:link small,body.pojo-a11y-high-contrast a:link span,body.pojo-a11y-high-contrast a:link strong,body.pojo-a11y-high-contrast a:link tt,body.pojo-a11y-high-contrast a:link u,body.pojo-a11y-high-contrast a:link var,body.pojo-a11y-high-contrast div#secondaryNav div#documentNavigation ul.navigationTabs li.tabItem{color:#0080FF !important}body.pojo-a11y-high-contrast button,body.pojo-a11y-high-contrast input,body.pojo-a11y-high-contrast textarea,body.pojo-a11y-high-contrast select,body.pojo-a11y-high-contrast table,body.pojo-a11y-high-contrast td,body.pojo-a11y-high-contrast th,body.pojo-a11y-high-contrast tr,body.pojo-a11y-high-contrast tt{border:1px solid #ffffff !important}body.pojo-a11y-high-contrast button{background:#600040 !important;background-color:#600040 !important}body.pojo-a11y-high-contrast select{-webkit-appearance:listbox !important;background:#600060 !important;background-color:#600060 !important}body.pojo-a11y-high-contrast a:visited,body.pojo-a11y-high-contrast a:visited abbr,body.pojo-a11y-high-contrast a:visited acronym,body.pojo-a11y-high-contrast a:visited b,body.pojo-a11y-high-contrast a:visited basefont,body.pojo-a11y-high-contrast a:visited big,body.pojo-a11y-high-contrast a:visited br,body.pojo-a11y-high-contrast a:visited code,body.pojo-a11y-high-contrast a:visited div,body.pojo-a11y-high-contrast a:visited em,body.pojo-a11y-high-contrast a:visited font,body.pojo-a11y-high-contrast a:visited h1,body.pojo-a11y-high-contrast a:visited h2,body.pojo-a11y-high-contrast a:visited h3,body.pojo-a11y-high-contrast a:visited h4,body.pojo-a11y-high-contrast a:visited h5,body.pojo-a11y-high-contrast a:visited h6,body.pojo-a11y-high-contrast a:visited i,body.pojo-a11y-high-contrast a:visited kbd,body.pojo-a11y-high-contrast a:visited rb,body.pojo-a11y-high-contrast a:visited rp,body.pojo-a11y-high-contrast a:visited rt,body.pojo-a11y-high-contrast a:visited ruby,body.pojo-a11y-high-contrast a:visited samp,body.pojo-a11y-high-contrast a:visited small,body.pojo-a11y-high-contrast a:visited span,body.pojo-a11y-high-contrast a:visited strong,body.pojo-a11y-high-contrast a:visited tt,body.pojo-a11y-high-contrast a:visited u,body.pojo-a11y-high-contrast a:visited var,body.pojo-a11y-high-contrast div#secondaryNav div#documentNavigation ul.navigationTabs li.tabItem.active{color:#00FFFF !important}body.pojo-a11y-high-contrast ::selection,body.pojo-a11y-high-contrast ::-moz-selection{background:#4080c0 !important;background-color:#4080c0 !important}body.pojo-a11y-high-contrast a.button:hover,body.pojo-a11y-high-contrast a.button:hover abbr,body.pojo-a11y-high-contrast a.button:hover acronym,body.pojo-a11y-high-contrast a.button:hover b,body.pojo-a11y-high-contrast a.button:hover basefont,body.pojo-a11y-high-contrast a.button:hover big,body.pojo-a11y-high-contrast a.button:hover br,body.pojo-a11y-high-contrast a.button:hover code,body.pojo-a11y-high-contrast a.button:hover div,body.pojo-a11y-high-contrast a.button:hover em,body.pojo-a11y-high-contrast a.button:hover font,body.pojo-a11y-high-contrast a.button:hover h1,body.pojo-a11y-high-contrast a.button:hover h2,body.pojo-a11y-high-contrast a.button:hover h3,body.pojo-a11y-high-contrast a.button:hover h4,body.pojo-a11y-high-contrast a.button:hover h5,body.pojo-a11y-high-contrast a.button:hover h6,body.pojo-a11y-high-contrast a.button:hover i,body.pojo-a11y-high-contrast a.button:hover kbd,body.pojo-a11y-high-contrast a.button:hover rb,body.pojo-a11y-high-contrast a.button:hover rp,body.pojo-a11y-high-contrast a.button:hover rt,body.pojo-a11y-high-contrast a.button:hover ruby,body.pojo-a11y-high-contrast a.button:hover samp,body.pojo-a11y-high-contrast a.button:hover small,body.pojo-a11y-high-contrast a.button:hover span,body.pojo-a11y-high-contrast a.button:hover strong,body.pojo-a11y-high-contrast a.button:hover tt,body.pojo-a11y-high-contrast a.button:hover u,body.pojo-a11y-high-contrast a.button:hover var,body.pojo-a11y-high-contrast a:link:hover,body.pojo-a11y-high-contrast a:link:hover abbr,body.pojo-a11y-high-contrast a:link:hover acronym,body.pojo-a11y-high-contrast a:link:hover b,body.pojo-a11y-high-contrast a:link:hover basefont,body.pojo-a11y-high-contrast a:link:hover big,body.pojo-a11y-high-contrast a:link:hover br,body.pojo-a11y-high-contrast a:link:hover code,body.pojo-a11y-high-contrast a:link:hover div,body.pojo-a11y-high-contrast a:link:hover em,body.pojo-a11y-high-contrast a:link:hover font,body.pojo-a11y-high-contrast a:link:hover h1,body.pojo-a11y-high-contrast a:link:hover h2,body.pojo-a11y-high-contrast a:link:hover h3,body.pojo-a11y-high-contrast a:link:hover h4,body.pojo-a11y-high-contrast a:link:hover h5,body.pojo-a11y-high-contrast a:link:hover h6,body.pojo-a11y-high-contrast a:link:hover i,body.pojo-a11y-high-contrast a:link:hover kbd,body.pojo-a11y-high-contrast a:link:hover rb,body.pojo-a11y-high-contrast a:link:hover rp,body.pojo-a11y-high-contrast a:link:hover rt,body.pojo-a11y-high-contrast a:link:hover ruby,body.pojo-a11y-high-contrast a:link:hover samp,body.pojo-a11y-high-contrast a:link:hover small,body.pojo-a11y-high-contrast a:link:hover span,body.pojo-a11y-high-contrast a:link:hover strong,body.pojo-a11y-high-contrast a:link:hover tt,body.pojo-a11y-high-contrast a:link:hover u,body.pojo-a11y-high-contrast a:link:hover var,body.pojo-a11y-high-contrast a:visited:hover,body.pojo-a11y-high-contrast a:visited:hover abbr,body.pojo-a11y-high-contrast a:visited:hover acronym,body.pojo-a11y-high-contrast a:visited:hover b,body.pojo-a11y-high-contrast a:visited:hover basefont,body.pojo-a11y-high-contrast a:visited:hover big,body.pojo-a11y-high-contrast a:visited:hover br,body.pojo-a11y-high-contrast a:visited:hover code,body.pojo-a11y-high-contrast a:visited:hover div,body.pojo-a11y-high-contrast a:visited:hover em,body.pojo-a11y-high-contrast a:visited:hover font,body.pojo-a11y-high-contrast a:visited:hover h1,body.pojo-a11y-high-contrast a:visited:hover h2,body.pojo-a11y-high-contrast a:visited:hover h3,body.pojo-a11y-high-contrast a:visited:hover h4,body.pojo-a11y-high-contrast a:visited:hover h5,body.pojo-a11y-high-contrast a:visited:hover h6,body.pojo-a11y-high-contrast a:visited:hover i,body.pojo-a11y-high-contrast a:visited:hover kbd,body.pojo-a11y-high-contrast a:visited:hover rb,body.pojo-a11y-high-contrast a:visited:hover rp,body.pojo-a11y-high-contrast a:visited:hover rt,body.pojo-a11y-high-contrast a:visited:hover ruby,body.pojo-a11y-high-contrast a:visited:hover samp,body.pojo-a11y-high-contrast a:visited:hover small,body.pojo-a11y-high-contrast a:visited:hover span,body.pojo-a11y-high-contrast a:visited:hover strong,body.pojo-a11y-high-contrast a:visited:hover tt,body.pojo-a11y-high-contrast a:visited:hover u,body.pojo-a11y-high-contrast a:visited:hover var{background:#400000 !important;background-color:#400000 !important}body.pojo-a11y-high-contrast body>input#site+div#wrapper span.mk,body.pojo-a11y-high-contrast body>input#site+div#wrapper span.mk b,body.pojo-a11y-high-contrast input[type=reset]{background:#400060 !important;background-color:#400060 !important}body.pojo-a11y-high-contrast div[role="button"],body.pojo-a11y-high-contrast input[type=button],body.pojo-a11y-high-contrast input[type=submit]{background:#600040 !important;background-color:#600040 !important}body.pojo-a11y-high-contrast input[type=search]{-webkit-appearance:textfield !important}body.pojo-a11y-high-contrast html button[disabled],body.pojo-a11y-high-contrast html input[disabled],body.pojo-a11y-high-contrast html select[disabled],body.pojo-a11y-high-contrast html textarea[disabled]{background:#404040 !important;background-color:#404040 !important}body.pojo-a11y-high-contrast .menu li a span.label{text-transform:none !important}body.pojo-a11y-high-contrast .menu li a span.label,body.pojo-a11y-high-contrast div.jwplayer span.jwcontrolbar,body.pojo-a11y-high-contrast div.jwplayer span.jwcontrols{display:inline !important}body.pojo-a11y-high-contrast a:link.new,body.pojo-a11y-high-contrast a:link.new i,body.pojo-a11y-high-contrast a:link.new b,body.pojo-a11y-high-contrast span.Apple-style-span{color:#FFFF40 !important}body.pojo-a11y-high-contrast body.mediawiki img.tex{background:white !important;background-color:white !important;border:white solid 3px !important}body.pojo-a11y-high-contrast text>tspan:first-letter,body.pojo-a11y-high-contrast text>tspan:first-line{background:inherit !important;background-color:inherit !important;color:inherit !important}body.pojo-a11y-high-contrast div.sbtc div.sbsb_a li.sbsb_d div,body.pojo-a11y-high-contrast table.gssb_c tr.gssb_i a,body.pojo-a11y-high-contrast table.gssb_c tr.gssb_i b,body.pojo-a11y-high-contrast table.gssb_c tr.gssb_i span,body.pojo-a11y-high-contrast table.gssb_c tr.gssb_i td{background:#003050 !important;background-color:#003050 !important}body.pojo-a11y-high-contrast img[width="18"][height="18"]{height:18px !important;width:18px !important}body.pojo-a11y-high-contrast a>span.iconHelp:empty:after{content:"Help" !important}body.pojo-a11y-high-contrast div#gmap,body.pojo-a11y-high-contrast div#gmap *{background:initial !important}body.pojo-a11y-negative-contrast,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar){background:#000 !important;color:#ffffff !important}body.pojo-a11y-negative-contrast a,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) a,body.pojo-a11y-negative-contrast b,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) b,body.pojo-a11y-negative-contrast blockquote,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) blockquote,body.pojo-a11y-negative-contrast button,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) button,body.pojo-a11y-negative-contrast canvas,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) canvas,body.pojo-a11y-negative-contrast caption,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) caption,body.pojo-a11y-negative-contrast center,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) center,body.pojo-a11y-negative-contrast cite,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) cite,body.pojo-a11y-negative-contrast code,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) code,body.pojo-a11y-negative-contrast col,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) col,body.pojo-a11y-negative-contrast colgroup,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) colgroup,body.pojo-a11y-negative-contrast dd,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) dd,body.pojo-a11y-negative-contrast details,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) details,body.pojo-a11y-negative-contrast dfn,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) dfn,body.pojo-a11y-negative-contrast dir,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) dir,body.pojo-a11y-negative-contrast div,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) div,body.pojo-a11y-negative-contrast dl,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) dl,body.pojo-a11y-negative-contrast dt,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) dt,body.pojo-a11y-negative-contrast em,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) em,body.pojo-a11y-negative-contrast embed,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) embed,body.pojo-a11y-negative-contrast fieldset,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) fieldset,body.pojo-a11y-negative-contrast figcaption,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) figcaption,body.pojo-a11y-negative-contrast figure,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) figure,body.pojo-a11y-negative-contrast font,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) font,body.pojo-a11y-negative-contrast footer,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) footer,body.pojo-a11y-negative-contrast form,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) form,body.pojo-a11y-negative-contrast header,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) header,body.pojo-a11y-negative-contrast i,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) i,body.pojo-a11y-negative-contrast iframe,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) iframe,body.pojo-a11y-negative-contrast img,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) img,body.pojo-a11y-negative-contrast input,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) input,body.pojo-a11y-negative-contrast kbd,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) kbd,body.pojo-a11y-negative-contrast label,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) label,body.pojo-a11y-negative-contrast legend,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) legend,body.pojo-a11y-negative-contrast li,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) li,body.pojo-a11y-negative-contrast mark,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) mark,body.pojo-a11y-negative-contrast menu,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) menu,body.pojo-a11y-negative-contrast meter,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) meter,body.pojo-a11y-negative-contrast nav,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) nav,body.pojo-a11y-negative-contrast nobr,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) nobr,body.pojo-a11y-negative-contrast object,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) object,body.pojo-a11y-negative-contrast ol,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) ol,body.pojo-a11y-negative-contrast option,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) option,body.pojo-a11y-negative-contrast pre,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) pre,body.pojo-a11y-negative-contrast progress,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) progress,body.pojo-a11y-negative-contrast q,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) q,body.pojo-a11y-negative-contrast s,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) s,body.pojo-a11y-negative-contrast section,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) section,body.pojo-a11y-negative-contrast select,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) select,body.pojo-a11y-negative-contrast small,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) small,body.pojo-a11y-negative-contrast span,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) span,body.pojo-a11y-negative-contrast strike,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) strike,body.pojo-a11y-negative-contrast strong,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) strong,body.pojo-a11y-negative-contrast sub,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) sub,body.pojo-a11y-negative-contrast summary,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) summary,body.pojo-a11y-negative-contrast sup,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) sup,body.pojo-a11y-negative-contrast table,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) table,body.pojo-a11y-negative-contrast td,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) td,body.pojo-a11y-negative-contrast textarea,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) textarea,body.pojo-a11y-negative-contrast th,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) th,body.pojo-a11y-negative-contrast time,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) time,body.pojo-a11y-negative-contrast tr,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) tr,body.pojo-a11y-negative-contrast tt,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) tt,body.pojo-a11y-negative-contrast u,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) u,body.pojo-a11y-negative-contrast ul,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) ul,body.pojo-a11y-negative-contrast var,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) var,body.pojo-a11y-negative-contrast a span,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) a span,body.pojo-a11y-negative-contrast strong,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) strong{color:yellow !important}body.pojo-a11y-negative-contrast button,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) button,body.pojo-a11y-negative-contrast input,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) input,body.pojo-a11y-negative-contrast textarea,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) textarea,body.pojo-a11y-negative-contrast select,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) select,body.pojo-a11y-negative-contrast table,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) table,body.pojo-a11y-negative-contrast td,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) td,body.pojo-a11y-negative-contrast th,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) th,body.pojo-a11y-negative-contrast tr,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) tr,body.pojo-a11y-negative-contrast tt,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) tt{border:1px solid #ffffff !important}body.pojo-a11y-negative-contrast div#gmap,body.pojo-a11y-negative-contrast div#gmap *{background:initial !important}body.pojo-a11y-light-background,body.pojo-a11y-light-background *:not(#pojo-a11y-toolbar):not(.pojo-a11y-toolbar-link){background:#fff !important;color:#000 !important}body.pojo-a11y-light-background div#gmap,body.pojo-a11y-light-background div#gmap *{background:initial !important}body.pojo-a11y-resize-font-200,body.pojo-a11y-resize-font-200 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-200 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-200 label,body.pojo-a11y-resize-font-200 input,body.pojo-a11y-resize-font-200 select,body.pojo-a11y-resize-font-200 textarea,body.pojo-a11y-resize-font-200 legend,body.pojo-a11y-resize-font-200 code,body.pojo-a11y-resize-font-200 pre,body.pojo-a11y-resize-font-200 dd,body.pojo-a11y-resize-font-200 dt,body.pojo-a11y-resize-font-200 span,body.pojo-a11y-resize-font-200 blockquote{font-size:200% !important}body.pojo-a11y-resize-font-200 h1,body.pojo-a11y-resize-font-200 h2,body.pojo-a11y-resize-font-200 h3,body.pojo-a11y-resize-font-200 h4,body.pojo-a11y-resize-font-200 h5,body.pojo-a11y-resize-font-200 h6,body.pojo-a11y-resize-font-200 h1 span,body.pojo-a11y-resize-font-200 h2 span,body.pojo-a11y-resize-font-200 h3 span,body.pojo-a11y-resize-font-200 h4 span,body.pojo-a11y-resize-font-200 h5 span,body.pojo-a11y-resize-font-200 h6 span{font-size:266% !important}body.pojo-a11y-resize-font-190,body.pojo-a11y-resize-font-190 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-190 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-190 label,body.pojo-a11y-resize-font-190 input,body.pojo-a11y-resize-font-190 select,body.pojo-a11y-resize-font-190 textarea,body.pojo-a11y-resize-font-190 legend,body.pojo-a11y-resize-font-190 code,body.pojo-a11y-resize-font-190 pre,body.pojo-a11y-resize-font-190 dd,body.pojo-a11y-resize-font-190 dt,body.pojo-a11y-resize-font-190 span,body.pojo-a11y-resize-font-190 blockquote{font-size:190% !important}body.pojo-a11y-resize-font-190 h1,body.pojo-a11y-resize-font-190 h2,body.pojo-a11y-resize-font-190 h3,body.pojo-a11y-resize-font-190 h4,body.pojo-a11y-resize-font-190 h5,body.pojo-a11y-resize-font-190 h6,body.pojo-a11y-resize-font-190 h1 span,body.pojo-a11y-resize-font-190 h2 span,body.pojo-a11y-resize-font-190 h3 span,body.pojo-a11y-resize-font-190 h4 span,body.pojo-a11y-resize-font-190 h5 span,body.pojo-a11y-resize-font-190 h6 span{font-size:252.70000000000002% !important}body.pojo-a11y-resize-font-180,body.pojo-a11y-resize-font-180 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-180 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-180 label,body.pojo-a11y-resize-font-180 input,body.pojo-a11y-resize-font-180 select,body.pojo-a11y-resize-font-180 textarea,body.pojo-a11y-resize-font-180 legend,body.pojo-a11y-resize-font-180 code,body.pojo-a11y-resize-font-180 pre,body.pojo-a11y-resize-font-180 dd,body.pojo-a11y-resize-font-180 dt,body.pojo-a11y-resize-font-180 span,body.pojo-a11y-resize-font-180 blockquote{font-size:180% !important}body.pojo-a11y-resize-font-180 h1,body.pojo-a11y-resize-font-180 h2,body.pojo-a11y-resize-font-180 h3,body.pojo-a11y-resize-font-180 h4,body.pojo-a11y-resize-font-180 h5,body.pojo-a11y-resize-font-180 h6,body.pojo-a11y-resize-font-180 h1 span,body.pojo-a11y-resize-font-180 h2 span,body.pojo-a11y-resize-font-180 h3 span,body.pojo-a11y-resize-font-180 h4 span,body.pojo-a11y-resize-font-180 h5 span,body.pojo-a11y-resize-font-180 h6 span{font-size:239.4% !important}body.pojo-a11y-resize-font-170,body.pojo-a11y-resize-font-170 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-170 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-170 label,body.pojo-a11y-resize-font-170 input,body.pojo-a11y-resize-font-170 select,body.pojo-a11y-resize-font-170 textarea,body.pojo-a11y-resize-font-170 legend,body.pojo-a11y-resize-font-170 code,body.pojo-a11y-resize-font-170 pre,body.pojo-a11y-resize-font-170 dd,body.pojo-a11y-resize-font-170 dt,body.pojo-a11y-resize-font-170 span,body.pojo-a11y-resize-font-170 blockquote{font-size:170% !important}body.pojo-a11y-resize-font-170 h1,body.pojo-a11y-resize-font-170 h2,body.pojo-a11y-resize-font-170 h3,body.pojo-a11y-resize-font-170 h4,body.pojo-a11y-resize-font-170 h5,body.pojo-a11y-resize-font-170 h6,body.pojo-a11y-resize-font-170 h1 span,body.pojo-a11y-resize-font-170 h2 span,body.pojo-a11y-resize-font-170 h3 span,body.pojo-a11y-resize-font-170 h4 span,body.pojo-a11y-resize-font-170 h5 span,body.pojo-a11y-resize-font-170 h6 span{font-size:226.10000000000002% !important}body.pojo-a11y-resize-font-160,body.pojo-a11y-resize-font-160 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-160 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-160 label,body.pojo-a11y-resize-font-160 input,body.pojo-a11y-resize-font-160 select,body.pojo-a11y-resize-font-160 textarea,body.pojo-a11y-resize-font-160 legend,body.pojo-a11y-resize-font-160 code,body.pojo-a11y-resize-font-160 pre,body.pojo-a11y-resize-font-160 dd,body.pojo-a11y-resize-font-160 dt,body.pojo-a11y-resize-font-160 span,body.pojo-a11y-resize-font-160 blockquote{font-size:160% !important}body.pojo-a11y-resize-font-160 h1,body.pojo-a11y-resize-font-160 h2,body.pojo-a11y-resize-font-160 h3,body.pojo-a11y-resize-font-160 h4,body.pojo-a11y-resize-font-160 h5,body.pojo-a11y-resize-font-160 h6,body.pojo-a11y-resize-font-160 h1 span,body.pojo-a11y-resize-font-160 h2 span,body.pojo-a11y-resize-font-160 h3 span,body.pojo-a11y-resize-font-160 h4 span,body.pojo-a11y-resize-font-160 h5 span,body.pojo-a11y-resize-font-160 h6 span{font-size:212.8% !important}body.pojo-a11y-resize-font-150,body.pojo-a11y-resize-font-150 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-150 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-150 label,body.pojo-a11y-resize-font-150 input,body.pojo-a11y-resize-font-150 select,body.pojo-a11y-resize-font-150 textarea,body.pojo-a11y-resize-font-150 legend,body.pojo-a11y-resize-font-150 code,body.pojo-a11y-resize-font-150 pre,body.pojo-a11y-resize-font-150 dd,body.pojo-a11y-resize-font-150 dt,body.pojo-a11y-resize-font-150 span,body.pojo-a11y-resize-font-150 blockquote{font-size:150% !important}body.pojo-a11y-resize-font-150 h1,body.pojo-a11y-resize-font-150 h2,body.pojo-a11y-resize-font-150 h3,body.pojo-a11y-resize-font-150 h4,body.pojo-a11y-resize-font-150 h5,body.pojo-a11y-resize-font-150 h6,body.pojo-a11y-resize-font-150 h1 span,body.pojo-a11y-resize-font-150 h2 span,body.pojo-a11y-resize-font-150 h3 span,body.pojo-a11y-resize-font-150 h4 span,body.pojo-a11y-resize-font-150 h5 span,body.pojo-a11y-resize-font-150 h6 span{font-size:199.5% !important}body.pojo-a11y-resize-font-140,body.pojo-a11y-resize-font-140 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-140 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-140 label,body.pojo-a11y-resize-font-140 input,body.pojo-a11y-resize-font-140 select,body.pojo-a11y-resize-font-140 textarea,body.pojo-a11y-resize-font-140 legend,body.pojo-a11y-resize-font-140 code,body.pojo-a11y-resize-font-140 pre,body.pojo-a11y-resize-font-140 dd,body.pojo-a11y-resize-font-140 dt,body.pojo-a11y-resize-font-140 span,body.pojo-a11y-resize-font-140 blockquote{font-size:140% !important}body.pojo-a11y-resize-font-140 h1,body.pojo-a11y-resize-font-140 h2,body.pojo-a11y-resize-font-140 h3,body.pojo-a11y-resize-font-140 h4,body.pojo-a11y-resize-font-140 h5,body.pojo-a11y-resize-font-140 h6,body.pojo-a11y-resize-font-140 h1 span,body.pojo-a11y-resize-font-140 h2 span,body.pojo-a11y-resize-font-140 h3 span,body.pojo-a11y-resize-font-140 h4 span,body.pojo-a11y-resize-font-140 h5 span,body.pojo-a11y-resize-font-140 h6 span{font-size:186.20000000000002% !important}body.pojo-a11y-resize-font-130,body.pojo-a11y-resize-font-130 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-130 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-130 label,body.pojo-a11y-resize-font-130 input,body.pojo-a11y-resize-font-130 select,body.pojo-a11y-resize-font-130 textarea,body.pojo-a11y-resize-font-130 legend,body.pojo-a11y-resize-font-130 code,body.pojo-a11y-resize-font-130 pre,body.pojo-a11y-resize-font-130 dd,body.pojo-a11y-resize-font-130 dt,body.pojo-a11y-resize-font-130 span,body.pojo-a11y-resize-font-130 blockquote{font-size:130% !important}body.pojo-a11y-resize-font-130 h1,body.pojo-a11y-resize-font-130 h2,body.pojo-a11y-resize-font-130 h3,body.pojo-a11y-resize-font-130 h4,body.pojo-a11y-resize-font-130 h5,body.pojo-a11y-resize-font-130 h6,body.pojo-a11y-resize-font-130 h1 span,body.pojo-a11y-resize-font-130 h2 span,body.pojo-a11y-resize-font-130 h3 span,body.pojo-a11y-resize-font-130 h4 span,body.pojo-a11y-resize-font-130 h5 span,body.pojo-a11y-resize-font-130 h6 span{font-size:172.9% !important}body.pojo-a11y-resize-font-120,body.pojo-a11y-resize-font-120 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-120 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-120 label,body.pojo-a11y-resize-font-120 input,body.pojo-a11y-resize-font-120 select,body.pojo-a11y-resize-font-120 textarea,body.pojo-a11y-resize-font-120 legend,body.pojo-a11y-resize-font-120 code,body.pojo-a11y-resize-font-120 pre,body.pojo-a11y-resize-font-120 dd,body.pojo-a11y-resize-font-120 dt,body.pojo-a11y-resize-font-120 span,body.pojo-a11y-resize-font-120 blockquote{font-size:120% !important}body.pojo-a11y-resize-font-120 h1,body.pojo-a11y-resize-font-120 h2,body.pojo-a11y-resize-font-120 h3,body.pojo-a11y-resize-font-120 h4,body.pojo-a11y-resize-font-120 h5,body.pojo-a11y-resize-font-120 h6,body.pojo-a11y-resize-font-120 h1 span,body.pojo-a11y-resize-font-120 h2 span,body.pojo-a11y-resize-font-120 h3 span,body.pojo-a11y-resize-font-120 h4 span,body.pojo-a11y-resize-font-120 h5 span,body.pojo-a11y-resize-font-120 h6 span{font-size:159.60000000000002% !important}body.pojo-a11y-links-underline a,body.pojo-a11y-links-underline a *{text-decoration:underline !important}body.pojo-a11y-readable-font,body.pojo-a11y-readable-font *:not(i):not(span){font-family:Verdana,Arial,Helvetica,sans-serif !important}.pojo-skip-link{position:absolute;top:-1000em}.pojo-skip-link:focus{left:50px;top:50px;height:auto;width:200px;display:block;font-size:14px;font-weight:700;text-align:center;padding:15px 23px 14px;background-color:#F1F1F1;color:#21759B;z-index:100000;line-height:normal;text-decoration:none;box-shadow:0 0 2px 2px rgba(0,0,0,0.6)}body.rtl .pojo-skip-link:focus{right:50px;left:auto}#pojo-a11y-toolbar *,#pojo-a11y-toolbar ::before,#pojo-a11y-toolbar ::after{box-sizing:border-box}.pojo-a11y-visible-phone{display:none !important}.pojo-a11y-visible-tablet{display:none !important}.pojo-a11y-hidden-desktop{display:none !important}.pojo-a11y-visible-desktop{display:inherit !important}@media (min-width:768px) and (max-width:1024px){.pojo-a11y-hidden-desktop{display:inherit !important}.pojo-a11y-visible-desktop{display:none !important}.pojo-a11y-visible-tablet{display:inherit !important}.pojo-a11y-hidden-tablet{display:none !important}}@media (max-width:767px){.pojo-a11y-hidden-desktop{display:inherit !important}.pojo-a11y-visible-desktop{display:none !important}.pojo-a11y-visible-phone{display:inherit !important}.pojo-a11y-hidden-phone{display:none !important}}.pojo-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}
/*
Theme Name: AIOS Starter Theme
Theme URI: http://www.agentimage.com
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.9.1
Tags: one-column, two-columns, right-sidebar, custom-menu, full-width-template, sticky-post
License: Proprietary
License URI: http://www.agentimage.com
*/

/*

TABLE OF CONTENTS

1. Reset
2. Unreset inner pages and widget areas
3. Submenus
4. Single column and two-column layouts
5. Archive
6. Sidebar
7. Misc Wordpress classes
8. AIOS Listings
9. Custom CSS
10. IDX styles
11. Mlcalc.com calculators
12. 404 Page Styles
13. Mobile styles
  
*/

/*******************************************************
 *
 * 1. Reset
 *
 *******************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, tt, var, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

area,
img,
map {
	outline:none;
}

/* Helpers */

.clearfix,
.clear {
	clear:both;
}

html {
	box-sizing: border-box;
}

*, *:before, *:after {
	box-sizing: inherit;
}

html,
body { 
	-webkit-text-size-adjust:none; 
}

::-webkit-input-placeholder { /* WebKit browsers */
	opacity: 1;
    color: inherit;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	opacity: 1;
    color: inherit;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    opacity: 1;
	color: inherit;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    opacity: 1;
	color: inherit;
}

input,
textarea,
button,
select {
    border-radius: 0;
    font-family:inherit; 
}

textarea {
    resize: vertical;
}
a{
	outline: none;
}

.ai-hide {
	display: none!important;
}

.slick-slider,
.slick-slider *,
.slick-slider a,
input:focus,
select:focus,
textarea:focus{
	outline: none;
}

/*******************************************************
 *
 * 2. Unreset inner pages and widget areas
 *
 *******************************************************/
 
#content, aside { line-height:1.7}
#content th, aside th { font-weight: bolder; }
#content h1, aside h1 { font-size: 2em; margin: .67em 0 }
#content h2, aside h2 { font-size: 1.5em; margin: .75em 0 }
#content h3, aside h3 { font-size: 1.17em; margin: .83em 0 }
#content h4, aside h4,
#content p, aside p,
#content blockquote, aside blockquote,
#content ul, aside ul,
#content fieldset, aside fieldset,
#content form, aside form,
#content ol, aside ol,
#content dl, aside dl,
#content dir, aside dir,
#content menu, aside menu { margin: 1.12em 0; line-height:1.7 }
#content h5, aside h5 { font-size: .83em; margin: 1.5em 0 }
#content h6, aside h6 { font-size: .75em; margin: 1.67em 0 }
#content h1, aside h1,
#content h2, aside h2,
#content h3, aside h3,
#content h4, aside h4,
#content h5, aside h5,
#content h6, aside h6,
#content b, aside h6, 
#content strong, aside strong { font-weight: bolder }
#content blockquote, aside blockquote { margin-left: 40px; margin-right: 40px }
#content i, aside i,
#content cite, aside cite,
#content em, aside em,
#content var, aside var,
#content address, aside address { font-style: italic }
#content pre, aside pre,
#content tt, aside tt,
#content code, aside code,
#content kbd, aside kbd, samp  { font-family: monospace }
#content big, aside big { font-size: 1.17em }
#content small, aside small,
#content sub, aside sub,
#content sup, aside sup { font-size: .83em }
#content sub, aside sub { vertical-align: sub }
#content sup, aside sup { vertical-align: super }
#content table, aside table { border-spacing: 2px; }
#content thead, aside thead,
#content tbody, aside tbody,
#content tfoot, aside tfoot { vertical-align: middle }
#content td, aside td,
#content th, aside th,
#content tr, aside tr { vertical-align: inherit }
#content hr, aside hr { border: 1px inset }
#content ol, aside ol,
#content ul, aside ul,
#content dir, aside dir,
#content menu, aside menu,
#content dd, aside dd { margin-left: 40px }
#content ol, sidebar ol { list-style-type: decimal }
#content ol ul, aside ol ul,
#content ul ol, aside ul ol,
#content ul ul, aside ul ul,
#content ol ol, aside ol ol { margin-top: 0; margin-bottom: 0 }
#content ol, aside ol { list-style-type:decimal }
#content ul, aside ul { list-style-type:disc }

/*******************************************************
 *
 * 3. Single column and two-column layouts
 *
 *******************************************************/

#content-sidebar, #content-full{
	width:100%;
	margin:0 auto;
}
#content-sidebar:after, #content-full:after{
	content: "";
    display: table;
    clear: both;
}

/* Content area with sidebar */

#content-sidebar #content{ 
	float: left;
	width: 77.08%;
}

/* Content area for full width template (no sidebar) */

#content-full #content{ 
	width:100%;
}

/* Content area with left sidebar */
.page-template-template-left-sidebar #content-sidebar #content {
	float: right;
}

.page-template-template-left-sidebar #content-sidebar aside {
	float: left;
}

/* Styles for entry */

#content .entry{
}

#content .aios-starter-theme-entry-meta {
	display:none;
}

#content .entry:after {
	content: "";
    display: table;
    clear: both;
}

/* Styles for post/page main headings (h1) */

#content .entry-title { 
	font-size: 24px;
}

/* Styles for category/archive/etc main headings (h1) */

#content .archive-title { 
	font-size: 24px;
}

/* Styles for category/archive/search/etc subheadings (h2) */

#content .archive-subtitle { 
	font-size: 24px;
}

#inner-page-wrapper {
	margin-bottom:30px;
	position:relative;
	z-index:1;
}

/*******************************************************
 *
 * 4. Archive
 *
 *******************************************************/

#content .archive-thumbnail {
	width:27%;
	float:left;
}

#content .archive-content.archive-has-thumbnail {
	width:70%;
	float:right;
}

#content .archive-more {
	text-decoration:underline;
	font-style:italic;
}

#content .post {
	margin-bottom:20px;
	padding-bottom:20px;
}

#content .page-links {
	text-align:center;
}

#content .page-links * {
	display:inline-block;
	vertical-align:middle;
	margin:0 5px;
}

#content .page-links .current {
	font-weight:bold;
	text-decoration:underline;
}

/*******************************************************
 *
 * 5. Sidebar
 *
 *******************************************************/

aside{
	float: right;
	width: 20.83%;
}

aside h2.widget-title{ 
	display:block;
	background:#d7d7d7;
	padding:7px;
    font-size:14px;
}


/*******************************************************
 *
 * 6. Misc Wordpress classes
 *
 *******************************************************/

.gravatar{
	float: right;
}

.comments-template ol.comment-list{
	margin:20px 0 0 0;
	padding:0;
	list-style:none;
}

.comments-template ol.children{
	margin:20px 0 0 40px;
	padding:0;
	list-style:none;
}

#content .comments-template ol.comment-list,
#content .comments-template ol.children,
.comments-template ol.children,
.comments-template ol.comment-list {
	list-style:none;
}

#content .comments-template ol.comment-list,
.comments-template ol.comment-list  {
	margin-left:0;
}

.comments-template ol.comment-list li.comment{
	padding:35px 0;
	border-bottom:1px dotted;
}

.comments-template ol.comment-list li:last-child,
.comments-template ol.children li:last-child {
	border-bottom:0;
}

.comments-template .comment-author.vcard img {
	display:block;
}

.comments-template .reply {
	font-weight:700;
	text-decoration:underline;
}

.comments-template .comment-meta{
	font-size:10px;
}

.comments-template .screen-reader-text{
	display:none;
}

.comments-template .comment-navigation{
	margin:10px 0;
	background:none;
}

.comment-form-comment textarea{
	display:block;
	width:100%;
}

.comment-form-comment label {
	display:block;
	font-weight:700;
}

.wp-caption {
	background-color: #f3f3f3;
	margin: 10px;
	padding-top: 4px;
	text-align: center;
	max-width:100%;
}

.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}

#content .wp-caption p.wp-caption-text,
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0.5em 0 1.1em 0;
	font-style:italic;
}

.gallery-caption {
	text-align:center;
	font-style:italic;
}

.category .post, .archive .post{
	border-bottom:1px dotted;
}

.attachment-post-thumbnail {
	float:left;
	margin:0 10px 10px 0;
}

pre {
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

.sticky {

}

.bypostauthor {
	font-style:italic;
}

#content .alignnone {
	clear:both;
	margin:15px 0;
}

#content .aligncenter {
	clear:both;
	margin:15px auto;
	display:block;
}

#content .alignleft{
	float:left;
	margin:15px 1% 15px 0;
}

#content .alignright{
	float:right;
	margin:15px 0 15px 1%;
}

#content img[class*="align"],
#content img[class*="wp-image-"],
#content img[class*="attachment-"],
#content img.size-full,
#content img.size-large,
#content img.header-image,
#content img.wp-post-image {
	max-width: 98%;
	margin-top:0;
	margin-bottom:0;
	height:auto;
}

#content embed,
#content iframe,
#content object,
#content video {
	max-width: 100%;
}

.yoast-breadcrumbs {
	margin: 20px 0 0;
}

/*******************************************************
 *
 * 7. AIOS Listings
 *
 *******************************************************/

.aios-listings-page .attachment-post-thumbnail {
	display:none;
}

/*******************************************************
 *
 * 8. Custom CSS
 *
 *******************************************************/

/* Global */

body{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	background: #FFF;
	color: #000000;
	margin: 0;
}

.outer {
	width:100%;
	min-width:960px;
	position: relative;
}

.inner{
	width:960px;
	margin:0 auto;
	position: relative;
}

.outer:after,
.inner:after {
	content: '';
	display: block;
	clear: both;
}

/* Text formatting */
a{
	outline: none;
	color:inherit;
}
a:link, a:visited{
	text-decoration: none; 
}

a:hover{
}

/* Header */

.aios-starter-theme-demo-header{
	position:relative;
	z-index:3;
}

.aios-starter-theme-demo-header-title {
	padding:50px 0;
}

.aios-starter-theme-demo-header-title a.site-name {
	font-size:30px;
	color:#333;
}

/* Navigation */

.aios-starter-theme-demo-header-navigation #nav { 
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1;
    background:#d7d7d7;
} 

.aios-starter-theme-demo-header-navigation #nav > li {
	display:inline-block;
}

.aios-starter-theme-demo-header-navigation #nav > li > a {
    display: block;
	text-decoration: none;
	padding:10px 20px;
	color:#000;
	text-decoration:none;
}

.aios-starter-theme-demo-header-navigation #nav > li:hover > a {
	background:#000;
	color:#FFF;
}

.aios-starter-theme-demo-header-navigation  #nav li {
	position:relative;
}
  
.aios-starter-theme-demo-header-navigation  #nav .sub-menu {
    list-style: none outside none;
    margin: 0;
    background: rgba(0,0,0,0.9) url(/wp-content/themes/aios-starter-theme/images/submenu-fixer.png);
    display: none;
    padding: 0;
    position: absolute;
 	width:100%;
 	min-width:180px;
}
.aios-starter-theme-demo-header-navigation  #nav .sub-menu a {
    color: #FFFFFF;
    display: block;
    padding: 10px;
}
.aios-starter-theme-demo-header-navigation  #nav .sub-menu a:hover {
    background: none repeat scroll 0 0 #b2b2b2;
    color: #000000;
    text-decoration: none;
}
.aios-starter-theme-demo-header-navigation  #nav .sub-menu .sub-menu {
    margin-left: 100%;
 	top:0;
}
.aios-starter-theme-demo-header-navigation  #nav li:hover > .sub-menu {
    display: block;
}
.aios-starter-theme-demo-header-navigation  #nav .sub-menu li {
    position: relative;
}

/** Starter Theme Landing Page **/
.aios-starter-theme-landing-page {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/wp-content/themes/aios-starter-theme/images/landingpage-bg.jpg) no-repeat center center transparent;
    z-index: 99;
    color: #ffff;
    text-align: center;
    background-size: cover;
    font-family: 'Open Sans', sans-serif;

}
	.landing-page-wrapper {
	    width: 100%;
	    height: 84%;
	}
		.aios-landing-holder{
			display: inline-block;
			vertical-align: middle;
		}
		.landing-page-wrapper:after{
			content: "";
			height: 100%;
			width: 0;
			display: inline-block;
			vertical-align: middle;
		}

	.landing-page-logo{
	 	padding: 20px 0;
	}
		.landing-page-logo a{
			color: #fff;
			text-decoration: none;
			font-size: 117px;
		}
			.landing-page-logo a:hover{
				color: #fff;
				text-decoration: none;
			}

	.landing-page-slogan{
		width: 100%;
		background: url(/wp-content/themes/aios-starter-theme/images/landingpage-border-shadow.png) no-repeat center bottom transparent;
		padding-bottom: 40px;
		background-size: 100%;
	}
		.landing-page-slogan h2{
			font-size: 45px;
			font-weight: 600;
		}
		.landing-page-slogan p{
			font-size: 26px;
			font-weight: 300;
			padding: 10px 0;
		}
	.landing-page-phone{
		width: 100%;
		text-align: center;
	}
		.landing-phone{
			display: inline-block;
			vertical-align: top;
			margin: 0 2%;
			padding: 32px 0;
		}
			.landing-phone span{
				font-weight: 300;
				font-size: 22px;
				display: inline-block;
				vertical-align: top;

			}
	
			.landing-phone a{
				display: inline-block;
				vertical-align: top;
				color: #fff;
				width: 207px;
				height: 33px;
				-webkit-border-radius: 16px 17px 17px 16px/16px 16px 17px 17px;
				-moz-border-radius: 16px 17px 17px 16px/16px 16px 17px 17px;
				border-radius: 16px 17px 17px 16px/16px 16px 17px 17px;
				background-color: rgba(0,0,0,0);
				border: solid 1px #fff;
				font-size: 20px;
				line-height: 29px;
			}
				.landing-phone a:hover{
					text-decoration: none;
					color: #fff;
				}
				.landing-phone a i{
					font-size: 16px;
					display: inline-block;
					vertical-align: middle;
					margin-right: 3px;
				}
	.landing-page-footer{
		background: #076e83;
		width: 100%;
		height: 140px;
		position: fixed;
		left: 0;
		bottom: 0;
	}
	.landing-page-footer .cws-media {
	    margin: 12px 0 22px;
	}

	.landing-page-footer .cws-media a {
	    display: inline-block;
	    border-radius: 50%;
	    width: 40px;
	    height: 40px;
	    margin: 0 4px;
	    text-align: center;
	    vertical-align: middle;
	    position: relative;
	}
		.landing-page-footer .cws-media a:hover{
			text-decoration: none;
		}

	.landing-page-footer .cws-media a:after {
	    content: "";
	    display: block;
	    position: absolute;
	    width: 100%;
	    height: 100%;
	    top: 0;
	    left: 0;
	    border: 1px solid white;
	    border-radius: 50%;
	    transition: all 0.3s ease-in;
	    opacity: 0;
	}
	.landing-page-footer .cws-title {
		display: block;
		overflow: hidden;
		text-align: center;
		font-weight: 400;
		width: 100%;
		max-width: 559px;
		margin: 10px auto;
	}

	.landing-page-footer .cws-title span {
	    display: inline-block;
	    position: relative;
	    font-size: 0.625em;
	    color: #FFF;
	    text-transform: uppercase;
	    padding: 0 11px;
	}

	.landing-page-footer .cws-title span:before, .landing-page-footer .cws-title span:after {
	    content: '';
	    display: inline-block;
	    background: #329db3;
	    width: 1140px;
	    height: 1px;
	    position: absolute;
	    top: 50%;
	}

	.landing-page-footer .cws-title span:before {
	    right: 100%;
	}

	.landing-page-footer .cws-title span:after {
	    left: 100%;
	}
	.landing-page-footer .cws-media a:hover::after {
	    transform: scale(1.2);
	    opacity: 1;
	}

	.landing-page-footer .cws-media a.cws-facebook {
	    background: #4d6baa;
	}

	.landing-page-footer .cws-media a.cws-facebook:after {
	    border-color: #4d6baa;
	}

	.landing-page-footer .cws-media a.cws-twitter {
	    background: #4fc6f8;
	}

	.landing-page-footer .cws-media a.cws-twitter:after {
	    border-color: #4fc6f8;
	}

	.landing-page-footer .cws-media a.cws-google-plus {
	    background: #dc4e41;
	}

	.landing-page-footer .cws-media a.cws-google-plus:after {
	    border-color: #dc4e41;
	}

	.landing-page-footer .cws-media a.cws-youtube {
	    background: #f00;
	}
	
	.landing-page-footer .cws-media a.cws-youtube:after {
	    border-color: #f00;
	}

	.landing-page-footer .cws-media a.cws-linkedin {
	    background: #007bb6;
	}

	.landing-page-footer .cws-media a.cws-linkedin:after {
	    border-color: #007bb6;
	}

	.landing-page-footer .cws-media a.cws-pinterest {
	    background: #cb2027;
	}

	.landing-page-footer .cws-media a.cws-pinterest:after {
	    border-color: #cb2027;
	}

	.landing-page-footer .cws-media a.cws-instagram {
	    background: #3f729b;
	}

	.landing-page-footer .cws-media a.cws-instagram:after {
	    border-color: #3f729b;
	}

	.landing-page-footer .cws-media a.cws-yelp {
	    background: #be2f25;
	}

	.landing-page-footer .cws-media a.cws-yelp:after {
	    border-color: #be2f25;
	}

	.landing-page-footer .cws-media a i {
	    font-size: 23px;
	    color: #FFF;
	    line-height: 40px;
	}

/** Starter Theme Landing Page **/

/* Hide Headings for HTML5 */
.aios-starter-theme-hide-title{
	display: none !important;
	font-size: 18px !important;
}

/* Footer */

.aios-starter-theme-demo-footer{
	clear: both;
	margin-top:20px;
	padding:20px 0;
	background:#333;
	color:#FFF;
}

.aios-starter-theme-demo-footer a {
	color:#fff;
}

/* Footer navigation */

.aios-starter-theme-demo-footer .footernav li {
	padding: 2px 10px;
	display:inline-block;
	vertical-align: top;
	border-left:1px solid #FFF;
}

.aios-starter-theme-demo-footer .footernav li:first-child{
	border-left:none;
}

/* Footer copyright */

.aios-starter-theme-demo-footer-copyright {
	padding:2px 0;
	text-align:right;
}

/*******************************************************
 *
 * 9. IDX styles
 *
 *******************************************************/
 
/* iHomefinder */

#ihf-main-container div#areaPickerInputWrapper {
	height: 50px !important;
}

#ihf-main-container .modal-dialog {
	left: inherit !important;
}




/*******************************************************
 *
 * 11. Mobile styles
 *
 *******************************************************/

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

	.outer {
		min-width:320px;
	}
	
	.inner {
		width:100%;
	}
	
	#content-sidebar aside, 
	#content-full aside{
		display: block;
		width: 100%;
		float: none;
		max-width: 360px;
		margin: 0 auto;
	}
	
	#content-sidebar, 
	#content-full, 
	#content-sidebar #content, 
	#content-full #content{
		width:100%;
		float: none;
	}
	
	#content .alignleft,
	#content .alignright{
		float:none;
		display:block;
		margin-left:auto;
		margin-right:auto;
	}
	
	/* ARCHIVE */

	#content .archive-thumbnail,
	#content .archive-content.archive-has-thumbnail {
		width:100%;
		float:none;
		
	}
	
	#content .archive-thumbnail,
	#content .archive-content h2 {
		text-align:center;
		margin-left:auto;
		margin-right:auto;
	}

	#content .archive-more {
		text-decoration:underline;
		font-style:italic;
	}

	.yoast-breadcrumbs {
	    margin: 20px 0;
	    width: 100%;
	}
	
}

/*******************************************************
 *
 * 10. Mlcalc.com calculators
 *
 *******************************************************/

/* Make rates popup scrollable on devices with screens less than 761px wide */ 
 
@media only screen and (max-width:760px) {
	
	#MLCalcRatesHolder {
		overflow: auto !important;
		width: 100% !important;
		min-width: 100% !Important;
		-webkit-overflow-scrolling: touch !important;
	}
	
	#MLCalcRatesShader {
		width: 100% !important;
		min-width: 100% !important;
		overflow: scroll !important;
		-webkit-overflow-scrolling:touch;
	}
	
}

/* Make mortgage calculator popup scrollable on devices with screens less than 741px wide */

@media only screen and (max-width:740px) {
	
	#MLCalcHolder {
		overflow: auto !important;
		width: 100% !important;
		min-width: 100% !Important;
		-webkit-overflow-scrolling: touch !important;
	}
	
	#MLCalcShader {
		width: 100% !important;
		min-width: 100% !important;
		overflow: scroll !important;
		-webkit-overflow-scrolling:touch;
	}
	
	.landing-page-logo a{
		font-size: 50px;
	}
	.landing-page-slogan{
		padding-bottom: 19px;
	}
	.landing-page-slogan h2{
		font-size: 25px;
	}
	.landing-page-slogan p{
		font-size: 14px;
	}
	.landing-phone{
		padding: 8px 0;
	}
		.landing-phone span{
			display: block;
		}
	.landing-page-footer .cws-title,
	.landing-page-footer .cws-media{
		display: none;
	}

	.landing-page-footer{
		font-size: 12px;
		padding: 40px 0;
	}
}
/*
Theme Name: celebrityadvisors.com
Theme URI: http://aios3-staging.agentimage.com/c/celebrityadvisors.com/htdocs
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.4.6
Tags: one-column, two-columns, right-sidebar, custom-menu, full-width-template, sticky-post
License: Proprietary
License URI: http://www.agentimage.com
Template: aios-starter-theme
*/

/*

TABLE OF CONTENTS

1. CSS RESET
2. Navigation
3. Custom CSS
4. IP styles
5. MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css

*/

/*******************************************************
 *
 * 1. CSS RESET
 *
 *******************************************************/

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    font: 16px/1 sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
p,
blockquote,
figure,
ol,
ul {
    margin: 0;
    padding: 0;
}

header,
section,
footer,
aside,
nav,
main,
article,
figure{
    display: block;
}

h1,
h2,
h3,
h4 {
    font-size: inherit;
}

strong {
    font-weight: bold;
}

a,
button {
    color: inherit;
    transition: 0.3s;
}

a {
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    color: #bf9943;
}

button {
    overflow: visible;
    border: 0;
    font: inherit;
    -webkit-font-smoothing: inherit;
    letter-spacing: inherit;
    background: none;
    cursor: pointer;
}

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

:focus {
    outline: 0;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
}

.home select,
.sidebar select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    color: #555555;
    font-size: 13px;
    height: 34px;
    padding: 0;
    border-bottom: 1px solid rgba(167, 167, 167, 0.90);
    background: transparent url(/wp-content/themes/celebrityadvisors.com/images/dd-arrow.png) no-repeat;
    background-position: right 10px center;
}

/* removing select arrow from all browser */

.home select::-ms-expand,
.sidebar select::-ms-expand {
    display: none;
}

/*******************************************************
   *
   * 2. Navigation
   *
   *******************************************************/

/* Sub Menu */
header nav.navigation {
    text-align: center;
    margin-top: -8px;
    display: inline-block;
    width: 68%;
    font-family: 'Raleway', sans-serif;
    padding-bottom: 15px;
    font-size: 0;
}

    #nav > li {
        display: inline-block;
        margin: 0px 10px;
        vertical-align: middle;
        padding-top: 15px;
    }
        #nav > li:last-of-type {
            margin-right: 0px;
        }

        #nav > li.menu-item-has-children > a::before {
            content: '';
            position: absolute;
            bottom: -8px;
            height: 13px;
            width: 13px;
            left: 0;
            right: 0;
            margin: auto;
            border: 2px solid #8e7540;
            border-bottom-color: transparent;
            border-left-color: transparent;
            -moz-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(-45deg);
            opacity: 0;
            z-index: 2;
        }

        #nav > li.menu-item-has-children:hover > a::before {
            opacity: 1;
        }

        #nav li a {
            font-family: 'Montserrat', sans-serif;
        }

        #nav > li > a {
            font-size: 13px;
            color: #fff;
            text-transform: uppercase;
            letter-spacing: 0.08em;
            letter-spacing: normal;
            position: relative;
            padding-bottom: 6px;
            display: block;
            position: relative;
            line-height: 1.4;
            text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.28);
        }
            #nav > li > a span {
                display: block;
            }

            #nav > li > a:hover {
                color: #bf9943;
            }

#nav .sub-menu {
    list-style: none outside none;
    margin: 0;
    background: transparent;
    display: none;
    position: absolute;
    width: auto;
    text-align: center;
    z-index: 1;
    /*background: #00000073;*/
    background: #000;
    padding: 2px 0px 0px;
    font-size: 0;
    overflow: hidden;
}

#nav > li > .sub-menu::before,
#nav > li > .sub-menu::after {
    content: '';
    position: absolute;
    top: 0;
    height: 2px;
    background: #8e7540;
    width: 0;
}

#nav > li > .sub-menu::before {
    right: calc(50% + 6px);
}

#nav > li > .sub-menu::after {
    left: calc(50% + 7px);
}

#nav > li:hover > .sub-menu::before,
#nav > li:hover > .sub-menu::after {
    animation-name: hoverSub;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes hoverSub {
  from {width: 0;}
  to {width: calc((100% - 50%) + 5px);}
}

@-moz-keyframes hoverSub {
  from {width: 0;}
  to {width: calc((100% - 50%) + 5px);}
}

@-webkit-keyframes hoverSub {
  from {width: 0;}
  to {width: calc((100% - 50%) + 5px);}
}

@-o-keyframes hoverSub {
 from {width: 0;}
  to {width: calc((100% - 50%) + 5px);}
}

@-ms-keyframes hoverSub {
  from {width: 0;}
  to {width: calc((100% - 50%) + 5px);}
}

#nav .sub-menu a {
    color: #fff;
    display: block;
    padding: 14px 0px 12px;
    font-size: 13px;
    text-transform: uppercase;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}
    #nav .sub-menu a::before {
         content: "";
        position: absolute;
        z-index: -1;
        left: 0;
        right: 100%;
        bottom: 0;
        background: #8e7540;
        height: 2px;
        -webkit-transition-property: right;
        transition-property: right;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    #nav .sub-menu a:hover:before, #nav .sub-menu a:focus:before, #nav .sub-menu a:active:before {
        right: 0;
    }

#nav .sub-menu .sub-menu {
    margin-left: 100%;
    top: 0;
}

#nav li:hover > .sub-menu {
    display: block;
}
#nav .sub-menu li {
    position: relative;
    display: inline-block;
    margin: 0px 18.5px;
}

/*******************************************************
 *
 * 3. Custom CSS
 *
 *******************************************************/

/* Global */

body{
    font-family: 'Roboto', Arial, Helvetica, Georgia, Sans-serif;
    font-size: 15px;
    background: #fff;
    color: #666666;
    margin: 0;
}

.transition, .translator #flags, .plus-minus:before {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.overlay::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
}

.hp-btn-scroll,
.blog-btn-scroll {
    position: absolute;
    bottom: 20px;
    left: 0 !important;
    right: 0 !important;
    margin: auto !important;
    z-index: 1;
    color: #fff;
    display: inline-block;
    width: 100vw;
    max-width: 25px;
    font-size: 17px;
}

#fp .hp-btn-scroll {
    bottom: 65px;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

#media .hp-btn-scroll, #bfn .hp-btn-scroll {
    color: #000;
}

#market-served .hp-btn-scroll {
    bottom: 10px;
}

 /*   .ms-list-wrap.mobile-market-serve{
        display: none;
    }*/

#main-wrapper {
    overflow: hidden;
}


/*** Site Intro ***/
div#site-intro {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1030;

    display: flex;
    background: #000;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.intro-wrap {
    display: table-cell;
    vertical-align: middle;
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 5s ease-in-out;
    -moz-transition: all 5s ease-in-out;
    -ms-transition: all 5s ease-in-out;
    -o-transition: all 5s ease-in-out;
    transition: all 5s ease-in-out;
    opacity: 0;
    text-align: center;

}

    .intro-wrap.intro-active {
        -moz-transform: scale(0.85);
        -webkit-transform: scale(0.85);
        -o-transform: scale(0.85);
        -ms-transform: scale(0.85);
        transform: scale(0.85);
        opacity: 1;
        /* position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        justify-content: center;
        text-align: center; */
    }

.intro-wrap img {
    max-width: 210px;
}

.intro-title {
    display: block;
    text-align: center;
    color: #caac62;
    font-size: 40px;
    /*font-size: 59px; */
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    text-shadow: 2px 2px 5px #747474;
    font-weight: 700;
    margin-top: 10px;
}

.intro-title span {
    font-weight: 400;
}

.intro-sub-title {
    display: block;
    text-align: center;
    color: #caac62;
    font-size: 26px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 10px;
    opacity: 0;
    text-shadow: 2px 2px 5px #747474;
}
    .intro-wrap.intro-active .intro-sub-title {
        opacity: 1;
        -webkit-transition: all 3s ease-in-out;
        -moz-transition: all 3s ease-in-out;
        -ms-transition: all 3s ease-in-out;
        -o-transition: all 3s ease-in-out;
        transition: all 3s ease-in-out;
        -webkit-transition-delay: 5s;;
        -moz-transition-delay: 5s;;
        -ms-transition-delay: 5s;;
        -o-transition-delay: 5s;;
        transition-delay: 5s;
    }

/**** Header ***/
header.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1029;
    text-align: center;
    padding: 15px 35px 0;
    background: transparent;
    border-bottom: 1px solid transparent;
    display: flex;
    align-items: center;
}

.logo {
    float: left;
    margin-top: 0px;
    width: 17%;
}

a.blog-logo {
    display: none;
}

.category-blog a.site-name {
    display: none;
}

.category-blog a.site-name.blog-logo {
    display: block;
}

.header-contacts {
    float: right;
    width: 15%;
    text-align: right;
    /*padding-top: 53px;*/
    padding-bottom: 15px;
}

.header-contacts span {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
}

.header-contacts > div > font {
    display: none;
}

.phone {
    position: relative;
    display: inline-block;
}
    .phone a, span.phone em {
        color: #fff;
        font-size: 12px;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.28);
    }

.contact-link {
    left: 0;
    right: 0;
    position: absolute;
    text-align: center;
    opacity: 0;
    top: 0;
    z-index: -1;
}

/*** Translator ***/
.lang-trigger {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    display: inline-block;
    padding-left: 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.93);
    margin-left: 10px;
    position: relative;
    cursor: default;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.28);
}

span.lang-trigger em.ai-font-play-button-a {
    font-size: 7px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-left: 10px;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.translator #google_language_translator {
    display: none !important;
}

.translator #flags {
    position: absolute;
    right: 0;
    padding-top: 7px;
    width: auto;
    max-height: 0px;
    overflow: hidden;
}
    .translator .lang-trigger:hover #flags {
        max-height: 210px;
    }

#flags ul {
    min-width: 105px;
}

.translator #flags li {
    display: block !important;
    float: none !important;
    margin-bottom: 6px !important;
}

#flags a {
    background: transparent !important;
    font-size: 10px;
}

#flags a span {
    vertical-align: middle;
    margin-right: 10px;
}

#flags.size20 a[title="Chinese (Simplified)"] span {
    background: url(/wp-content/themes/celebrityadvisors.com/images/flags20.png) -2px -62px no-repeat;
}

#flags.size20 a[title="Dutch"] span {
    background: url(/wp-content/themes/celebrityadvisors.com/images/flags20.png) -147px -62px no-repeat;
}

#flags.size20 a.united-states[title="English"] span {
    background: url(/wp-content/themes/celebrityadvisors.com/images/flags20.png) -118px -352px no-repeat;
}

#flags.size20 a[title="French"] span {
    background: url(/wp-content/themes/celebrityadvisors.com/images/flags20.png) -118px -91px no-repeat;
}

#flags.size20 a[title="Italian"] span {
    background: url(/wp-content/themes/celebrityadvisors.com/images/flags20.png) -60px -178px no-repeat;
}

#flags.size20 a.brazil[title="Portuguese"] span {
    background: url(/wp-content/themes/celebrityadvisors.com/images/flags20.png) -147px -439px no-repeat;
}

#flags.size20 a[title="Russian"] span {
    background: url(/wp-content/themes/celebrityadvisors.com/images/flags20.png) -31px -294px no-repeat;
}

#flags.size20 a[title="Spanish"] span {
    background: url(/wp-content/themes/celebrityadvisors.com/images/flags20.png) -2px -323px no-repeat;
}

#flags.size20 a[title="Turkish"] span {
    background: url(/wp-content/themes/celebrityadvisors.com/images/flags20.png) -31px -352px no-repeat;
}

/*** Social Media ***/
.smi {
    position: fixed;
    right: 10px;
    top: 0;
    bottom: 0;
    z-index: 100;
    display: table;
    height: 100%;
}
    .smi > div {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }
        .smi-list {
            padding: 11px 0px 65px;
            max-width: 47px;
        }

        .smi-list li a {
            font-size: 0px;
        }
            .smi-list li a::before {
                margin: 7.5px 0px;
                font-size: 18px;
                color: #d1d1d1;
                display: inline-block;
            }
                .fp-viewing-sec4 .smi-list li a::before {
                    color: #909090;
                }

        .smi-list .text a {
            font-size: 13px;
            color: #d1d1d1;
            text-transform: uppercase;
            -moz-transform: rotate(-90deg) translateY(-34px);
            -webkit-transform: rotate(-90deg) translateY(-34px);
            -o-transform: rotate(-90deg) translateY(-34px);
            -ms-transform: rotate(-90deg) translateY(-34px);
            transform: rotate(-90deg) translateY(-34px);
            display: inline-block;
            padding-right: 15px;
            border-right: 1px solid #fff;
            margin-top: 55px;
            letter-spacing: 0.04em;
            font-family: 'Montserrat', sans-serif;
        }
            .fp-viewing-sec4 .smi-list .text a {
                color: #909090;
                border-color: #909090;
            }

        .smi-list a:hover, .smi-list a:hover:before {
            color: #bf9943 !important;
        }

        html[lang="zh-CN"] .smi-list .text a {
            -moz-transform: rotate(-90deg) translateY(1px);
            -webkit-transform: rotate(-90deg) translateY(1px);
            -o-transform: rotate(-90deg) translateY(1px);
            -ms-transform: rotate(-90deg) translateY(1px);
            transform: rotate(-90deg) translateY(1px);
        }

        html[lang="fr"] .smi-list .text a {
            -moz-transform: rotate(-90deg) translateY(-21px);
            -webkit-transform: rotate(-90deg) translateY(-21px);
            -o-transform: rotate(-90deg) translateY(-21px);
            -ms-transform: rotate(-90deg) translateY(-21px);
            transform: rotate(-90deg) translateY(-21px);
        }

        html[lang="it"] .smi-list .text a {
            -moz-transform: rotate(-90deg) translateY(-28px);
            -webkit-transform: rotate(-90deg) translateY(-28px);
            -o-transform: rotate(-90deg) translateY(-28px);
            -ms-transform: rotate(-90deg) translateY(-28px);
            transform: rotate(-90deg) translateY(-28px);
        }

        html[lang="tr"] .smi-list .text a {
            -moz-transform: rotate(-90deg) translateY(-12px);
            -webkit-transform: rotate(-90deg) translateY(-12px);
            -o-transform: rotate(-90deg) translateY(-12px);
            -ms-transform: rotate(-90deg) translateY(-12px);
            transform: rotate(-90deg) translateY(-12px);
        }

        html[lang="pt"] .smi-list .text a, html[lang="ru"] .smi-list .text a {
            width: 117px;
        }


/*** Homepage Fixed Header ***/
body.home:not(.fp-viewing-sec1) header.header, header.header.fixed, body.category-blog header.header {
    background: #231f20;
    border-color: #fff;
    min-height: 80px;
}
body.category-blog:not(.viewing-page-1) header.header {
    padding-bottom: 0;
}

body.home:not(.fp-viewing-sec1) .logo, header.header.fixed .logo,
body.category-blog:not(.viewing-page-1) .logo {
    /*margin-top: 14px;*/
    padding-bottom: 15px;
}


body.home:not(.fp-viewing-sec1) header nav.navigation, header.header.fixed header nav.navigation,
body.category-blog:not(.viewing-page-1) header nav.navigation {
    padding-bottom: 0;
}

body.home:not(.fp-viewing-sec1) .logo img, header.header.fixed .logo img,
body.category-blog:not(.viewing-page-1) .logo img {
    max-width: 147px;
}

body.home:not(.fp-viewing-sec1) header nav.navigation, header.fixed nav.navigation,
body.category-blog:not(.viewing-page-1) header nav.navigation {
    /*padding-top: 5px;*/
    /*margin-top: 4px;*/
}

body.home:not(.fp-viewing-sec1) #nav > li > a, .fixed #nav > li > a,
body.category-blog:not(.viewing-page-1) #nav > li > a {
    padding-bottom: 19px;
}

body.home:not(.fp-viewing-sec1) .header-contacts, header.fixed .header-contacts,
body.category-blog:not(.viewing-page-1) .header-contacts {
   /* padding-top: 29px;*/
}

body.home:not(.fp-viewing-sec1) .translator .lang-trigger #flags,
header.fixed .translator .lang-trigger #flags,
body.category-blog:not(.viewing-page-1) .translator .lang-trigger #flags {
    background: #231f20;
    padding: 0px 10px 0px;
}

body.home:not(.fp-viewing-sec1) .translator .lang-trigger:hover #flags,
header.fixed .translator .lang-trigger:hover #flags,
body.category-blog:not(.viewing-page-1) .translator .lang-trigger:hover #flags {
    max-height: 240px;
    padding: 35px 10px 10px;
}

/*** Section ***/
.section {
    display: table;
    table-layout: fixed;
    width: 100%;
    overflow: hidden;
}

.section.hide {
    display: none;
}

/*** Slideshow ***/
.slideshow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: -1;
}

.slideshow-taglines {
    position: relative;
    z-index: 1;
}
    .slidetag {
        text-align: center;
        color: #fff;
        font-size: 70px;
        font-family: 'Montserrat', sans-serif;
        text-transform: uppercase;
        text-shadow: 2px 2px 9px #747474, 2px 2px 14px #747474;
        font-weight: 700;
    }
        .slidetag small {
            display: block;
            font-size: 40px;
            margin-bottom: 10px;
            letter-spacing: 0.1em;
        }

.cycloneslider-template-video.cycloneslider-width-full .cycloneslider-slide canvas,
.cycloneslider-template-video.cycloneslider-width-full .cycle-sentinel canvas {
    min-height: 100vh;
}

.cycloneslider-template-video .cycloneslider-volume {
    display: none;
}

/*** Welcome ***/
#welcome {
    background: #000;
}

#welcome .fp-tableCell{
    overflow: hidden;
}
    #welcome .fp-tableCell .aios-starter-theme-hide-title{
        display: none !important;
    }
    #welcome .section .fp-section .fp-table .active .fp-tableCell .aios-starter-theme-hide-title{
        display: none !important;
    }
    .welcome-text {
        margin-top: 72px;
        position: relative;
        opacity: 0;
        right: -200px;
        -webkit-transition: all 0.6s ease-in-out;
        -moz-transition: all 0.6s ease-in-out;
        -o-transition: all 0.6s ease-in-out;
        transition: all 0.6s ease-in-out;
        -webkit-transition-delay: 0.3s;
        -moz-transition-delay: 0.3s;
        -o-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }
        .fp-viewing-sec2 .welcome-text {
            opacity: 1;
            right: 0;
        }

    .welcome-text p {
        font-size: 14px;
        color: #fff;
        letter-spacing: 0.02em;
        margin-top: 25px;
        line-height: 1.2;
        font-family: 'Montserrat', sans-serif;
    }

    .welcome-text p.font-italic {
        font-size: 21px;
        font-style: italic;
    }

    .font-italic::before, .font-italic::after {
        content: '"';
    }

    .hp-agent-name {
        display: inline-block;
        font-size: 16px;
        color: #fff;
        margin-top: 40px;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 0.02em;
    }
        .hp-agent-name small {
            display: block;
            padding-left: 11px;
            font-style: italic;
            margin-top: 8px;
            font-weight: 400;
        }

    .welcome-link {
        text-align: center;
    }
        .welcome-link a {
            display: inline-block;
            font-family: 'Raleway', sans-serif;
            font-size: 17px;
            color: #fff;
            letter-spacing: 0.05em;
            padding: 20px 70px;
            border: 2px solid #fff;
            text-transform: uppercase;
            margin-top: 44px;
        }
            .welcome-link a:hover, #fp .cycloneslider-caption-description a:hover, .faqs a:hover,
            .newsletter form input[type="submit"]:hover, .disclaimer a:hover {
                background: #8e743f;
                border-color: #8e743f;
                color: #fff;
            }
            .newsletter form input[type="submit"]:hover {
                border-color: #d4a547;
            }


.welcome-img {
    position: absolute;
    right: 0;
    top: 72px;
    bottom: 0;
    width: 38%;
    opacity: 0;
    right: 200px;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
    .fp-viewing-sec2 .welcome-img {
        opacity: 1;
        right: 0;
    }

    .welcome-img img {
        width: 100%;
    }

/*** Featured Properties ***/
#fp {
    opacity: 0;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.fp-viewing-sec3 #fp {
    opacity: 1;
    font-size: 0;
}

.fp-title {
    position: absolute;
    top: 16%;
    left: 0;
    right: 0;
    z-index: 2;
}
    .fp-title h2 {
        font-size: 54px;
        font-family: 'Roboto', sans-serif;
        text-transform: uppercase;
        font-weight: 700;
        color: #fff;
        text-shadow: 1px 1px 4px rgba(116, 116, 116, 0.68);
    }

.fp-slide-wrap {
    position: relative;
}

#fp .cycloneslider-caption, .fp-slick .fp-inner {
    bottom: 35%;
}

.fp-img canvas {
    width: 100vw;
    height: 100vh;
    -webkit-background-size: cover !important;
    background-size: cover !important;
}

.fp-info {
    color: #fff;
    position: absolute;
    right: 7.2%;
    bottom: 12%;
    text-align: right;
    text-transform: uppercase;
}
    .fp-slick .fp-item{
        float: none;
        height: auto;
        text-decoration: none;
        outline: none;
        display: block;
        position: relative;
        overflow: hidden;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        cursor: pointer;
    }
    .fp-slick .fp-details{
        padding: 0 20px 15px 20px;
        font-size: 12px;
        line-height: 1.5;
        padding-bottom: 0;
    }
    #fp .cycloneslider-caption-title,
    .fp-slick span.fp-title {
        text-transform: uppercase;
        font-size: 14px;
        /* font-weight: 300; */
        font-weight: 400;
        font-family: "Montserrat",sans-serif;
        letter-spacing: 0.15em;
    }
    .fp-slick span.fp-title{
        display: block;
        position: relative;
        padding: 10px 20px 0px 20px !important;
        margin-bottom: 0;
        line-height: 1;
    }

    #fp .cycloneslider-caption-description span.fp-add,
    .fp-slick span.fp-add {
        display: block;
        font-size: 30px;
        /* font-weight: 300; */
        font-weight: 400;
        min-height: 25px;
        text-transform: uppercase;
        font-family: "Montserrat",sans-serif;
        line-height: 1em;
    }

    .fp-info a, #fp .cycloneslider-caption-description span.fp-price,
    .fp-slick span.fp-price{
        font-size: 25px;
/*        font-family: "Arapey",serif;*/
        font-family: "Montserrat",sans-serif;
        display: block;
        min-height: 28px;
    }
    .fp-slick canvas{
        background-size: cover !important;
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 0;
        max-width: 100%;
        border: 0;
        min-height: 100vh;
        height: 100vh;
    }
    .fp-slide-wrap > a {
        position: absolute;
        bottom: 10%;
        right: 7%;
        color: #fff;
        padding: 15px 30px;
        font-size: 10px;
        text-transform: uppercase;
        font-family: 'Montserrat', sans-serif;
        letter-spacing: 0.5em;
        border: 1px solid #fff;
    }
        .fp-slide-wrap > a:hover {
            background: #fff;
            color: #000;
        }

    #fp .cycloneslider-caption .cycloneslider-caption-description {
        padding-bottom: 0;
    }

    a.learn-more-btn {
        position: absolute;
        top: 100%;
        right: 7%;
        color: #fff;
        padding: 15px 30px;
        font-size: 17px;
        text-transform: uppercase;
        font-family: 'Montserrat', sans-serif;
        letter-spacing: 0.1em;
        border: 2px solid #fff;
        margin-top: 10px;
        left: 0;
        right: auto;
    }

    .fp-slick .slick-dots{
        position: absolute;
        bottom: 115px;
        left: 0;
        z-index: 100;
        width: 100%;
        height: 12px;
        text-align: center;
    }
    .fp-slick .slick-dots li{
        display: inline-block;
        margin: 0 3px;
        width: 12px;
        height: 12px;
        border-radius: 6px;
        vertical-align: top;
    }
    .fp-slick .slick-dots .slick-active button{
        background-color: #ccc;
    }
    .fp-slick .slick-dots button{
        display: inline-block;
        margin: 0 3px;
        width: 12px;
        height: 12px;
        border-radius: 6px;
        background: #333;
        vertical-align: top;
        font-size: 0;
        line-height: 0;
        -webkit-box-shadow: 1px 1px 2px 0px #333333;
        box-shadow: 1px 1px 2px 0px #333333;
    }

    .celebrity-badge {
        position: absolute;
        right: 0;
        top: 10px;
        background: rgba(0, 0, 0, 0.4);
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 9px 10px 6px 10px;
        color: #fff;
        font-size: 10px;
        font-family: 'Montserrat', sans-serif;
        text-transform: uppercase;
        line-height: 1.2em;
    }

    .home .celebrity-badge {
        top: 190px;
        font-size: 20px;
    }

    .celebrity-badge > span:first-of-type {
        margin-right: 6px;
    }

    .fp-inner a.learn-more-btn:hover {
        background: #8e743f;
        border-color: #8e743f;
        color: #fff;
    }

/*** FP SLIDESHOW ***/
section#fp .cycloneslider-caption,
.fp-slick .fp-inner{
    position: absolute;
    text-align: left;
    width: auto;
    left: 7%;
    bottom: 25%;
    background: rgba(0,0,0,.5);
    opacity: 1;
    color: #fff;
}

.cycloneslider-template-responsive canvas {
    min-height: 100vh;
}

.cycloneslider-template-responsive .cycloneslider-caption-title {
    padding: 10px 20px 0px 20px !important;
}

section#fp .cycloneslider-template-responsive .cycloneslider-pager {
    bottom: 80px;
}

/*** Media ***/
#media h2 {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 50px;
    letter-spacing: 0.02em;
    color: #bf9943;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 1px 1px 4px rgba(116, 116, 116, 0.68);
    margin-top: 55px;
}

.sub-title {
    display: block;
    text-align: center;
    color: #231f20;
    font-size: 18px;
    text-transform: uppercase;
    margin: 15px 0px 25px;
}


.fp-section .sub-title {
    font-family: 'Montserrat', sans-serif;
}

.media-list ul {
    text-align: justify;
    margin-left: -90px;
    margin-right: -90px;
    margin-top: 15px;
}
    .media-list ul li {
        display: inline-block;
        vertical-align: middle;
        margin: 0px 5px 10px;
        max-width: 105px;
    }

/*** Blog - Faqs - Newsletter ***/
#bfn {
    background: #000;
    font-family: "Montserrat", sans-serif;
}

#bfn .fp-tableCell {
    font-size: 0;
}
    #bfn .fp-tableCell > div {
        display: inline-block;
        width: 33.33%;
        height: 100vh;
        vertical-align: top;
        padding: 8% 6%;
        position: relative;
        z-index: 1;
        opacity: 0;
    }

    .fp-viewing-sec5 .blog {
        -webkit-transition-delay: 0.3s;
        -moz-transition-delay: 0.3s;
        -o-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }

    #bfn .blog {
        background: #bf9943;
        color: #fff;
    }

    .fp-viewing-sec5 #bfn .fp-tableCell > div {
        opacity: 1;
    }

    .home .newsletter {
        background: #000;
        color: #fff;
    }

    #bfn h2 {
        font-size: 45px;
        /* font-family: 'Montserrat', sans-serif; */
        font-weight: 700;
        text-transform: uppercase;
        text-shadow: 1px 1px 4px rgba(116, 116, 116, 0.68);
        text-align: center;
        margin-bottom: 57px;
    }

    .blog-title {
        font-size: 32px;
        margin-top: 0px;
    }

    .blog-date {
        font-size: 16px;
        font-style: italic;
        letter-spacing: 0.02em;
        margin-top: 49px;
        display: block;
    }

    .blog-content {
        font-size: 15px;
        letter-spacing: 0.02em;
        margin-top: 26px;
        line-height: 1.7;
        max-width: 285px;
    }

    #bfn .blog a {
        display: inline-block;
        font-size: 17px;
        letter-spacing: 0.05em;
        /* font-family: 'Raleway', sans-serif; */
        text-transform: uppercase;
        border: 2px solid #fff;
        padding: 16px 55px;
        margin-top: 107px;
        text-align: center;
    }
        #bfn .blog a:hover {
            color: #bf9943;
            background: #fff;
        }

    #bfn a, #bfn input[type="submit"] {
        position: absolute;
        bottom: 8%;
        left: 0;
        right: 0;
        margin: auto !important;
        max-width: 233px;
        display: block !important;
        text-align: center;
        padding: 15px;
    }
    #bfn .fp-tableCell .newsletter form {
        /*position: relative;*/
    }
    #bfn .newsletter input[type="submit"] {
     /*   bottom: inherit;
        top: 100%;
        position: relative;
        margin: 47px auto 0 !important;*/
    }

    #bfn .fp-tableCell .newsletter div.wpcf7 {
        height: 100%;
    }

    #bfn .fp-tableCell .newsletter .textwidget {
        height: 100%;
        display: flex;
        flex-direction: column;
    }

/*** End Blog ***/

.faqs {
    text-align: center;
    background: #fff;
}

.fp-viewing-sec5 .faqs {
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

    .faqs::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: url(/wp-content/themes/celebrityadvisors.com/images/comp-logo.png) center center no-repeat;
        opacity: 0.25;
    }

    .faqs h2 {
        color: #000;
        margin-bottom: 103px;
    }

.faqs-list div {
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;
    position: relative;
    padding-left: 15px;
    line-height: 1.5em;
    text-align: left;
}
    .plus-minus {
        display: inline-block;
        position: relative;
        width: 8px;
        height: 8px;
        position: absolute;
        top: 6px;
        margin: auto;
        left: 0;
    }
    .inactive .plus-minus{
        display: none;
    }
        .plus-minus:before, .plus-minus:after {
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            background-color: #000;
        }
            .plus-minus:before {
                z-index: 1;
                width: 2px;
                height: 8px;
                transform: rotate(0deg);
                transition: 300ms all ease-out;
            }
            .plus-minus:after {
                z-index: 2;
                width: 8px;
                height: 2px;
            }

    .faqs-list div.active .plus-minus::before {
        transform: rotate(90deg);
        transition: 300ms all ease-out;
    }

    .faqs-content {
        overflow: hidden;
        max-height: 0px;
        display: block;
        font-style: italic;
        /* color: #bf9943; */
        color: #56565a;
    }
        .faqs-list div.active .faqs-content {
            max-height: 150px;
            margin-top: 10px;
        }

        #bfn .faqs a.move-to-ftr{
            position: relative;
            display: inline-block !important;
            max-width: unset;
            bottom: 0;
            padding: 0;
            height: auto;
            border: none;
            font-weight: 700;
            font-size: 11px;
            padding: 0;
            cursor: pointer !important;
            margin-left: 10px !important;
            z-index: 100;
            pointer-events: auto;
            background-color: transparent !important;
        }

        #bfn .faqs a.move-to-ftr:hover{
            color: #8e743f !important;
        }

    .faqs-title {
        cursor: pointer;
        display: block;
        border-bottom: 1px solid transparent;
        max-height: 75px;
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
    }
    .inactive .faqs-title{
        max-height: 0px;
        overflow: hidden;
    }

    .faqs a {
        display: inline-block;
        font-size: 17px;
        letter-spacing: 0.05em;
        /* font-family: 'Raleway', sans-serif; */
        text-transform: uppercase;
        border: 2px solid #000;
        padding: 16px 55px;
        margin-top: 8px;
        color: #000;
        position: relative;
        z-index: 1;
        left: 0;
        right: 0;

        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
    }

    .faqs a.invisible {
        opacity: 1;
        pointer-events: none;
        visibility: visible;
    }

/*** FAQS ***/
#bfn .fp-tableCell .newsletter {
    padding: 8% 3.8%;
    text-align: center;
}

.fp-viewing-sec5 .newsletter {
    -webkit-transition-delay: 0.9s;
    -moz-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    transition-delay: 0.9s;
}


.nl-text {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0px 0px 45px;
    display: block;
    line-height: 1.5em;
    text-align: left;
}

.newsletter form input {
    font-size: 13px;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.46);
    display: block;
    width: 100%;
    height: 33px;
    margin-bottom: 15px;
}

.newsletter form input[type="submit"] {
    display: inline-block;
    font-size: 17px;
    letter-spacing: 0.05em;
    /* font-family: 'Raleway', sans-serif; */
    text-transform: uppercase;
    border: 2px solid #fff;
    padding: 16px 75px;
    margin-top: 81px;
    height: auto;
    width: 100%;
    left: 0;
    right: 0;
}

.newsletter form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-style: italic;
}

.newsletter form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-style: italic;
}

.newsletter form input::-ms-input-placeholder { /* Microsoft Edge */
    font-style: italic;
}

.newsletter .wpcf7-form-control-wrap {
    display: block;
}

.newsletter .wpcf7-not-valid-tip {
    font-size: 12px;
    /* display: none; */
}

.newsletter .wpcf7-response-output {
    font-size: 12px;
    margin: 0px;
}

/*** Contact Us ***/
#contact-us .overlay::before {
    z-index: 1;
}

.cu-title-wrap {
    display: inline-block;
    text-align: center;
    float: right;
}
    .cu-title-wrap h2, .footer h2, #content .footer h2 {
        font-size: 50px;
        font-family: 'Montserrat', sans-serif;
        color: #f1cc78;
        font-weight: 700;
        text-transform: uppercase;
        text-shadow: 1px 1px 4px rgba(116, 116, 116, 0.68);
        line-height: 1.15em;
    }

    .cu-title-wrap a {
        display: inline-block;
        font-size: 17px;
        letter-spacing: 0.05em;
        font-family: 'Raleway', sans-serif;
        text-transform: uppercase;
        padding: 16px 55px;
        margin-top: 48px;
        color: #fff;
        background: #8e743f;
    }

    .cu-title-wrap a:hover {
        background: #fff;
        color: #8e743f;
    }

/*** Market Served ***/
.footer {
    background: #000;
}
    .footer h2,
    #content .footer h2 {
        text-align: center;
        color: #bf9943;
        margin-bottom: 30px;
    }
        .home .footer h2,
        #content .footer h2 {
            margin-bottom: 39px;
            margin-top: 100px;
        }

.ms-list-wrap {
    font-size: 0;
    margin-bottom: 28px;
}

.ms-list {
    width: 14%;
    display: inline-block;
    vertical-align: top;
}
    .ms-list li {
        margin-bottom: 7px;
    }
        .ms-list li a {
            font-size: 14px;
            line-height: 1;
            color: #ffffff;
            letter-spacing: 0.02em;
            font-family: "Montserrat", sans-serif;
            font-weight: 400;
        }
            .ms-list li a:hover {
                color: #bf9943;
            }

.ms-list li a {
    font-size: 14px;
    color: #ffffff;
}

.disclaimer {
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    text-align: justify;
    color: #fff;
    letter-spacing: .5px;
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
    line-height: 1.6em;
    padding-top: 10px;
    border-top: 1px solid #fff;
    margin-top: 0px;
    padding-bottom: 40px;
}
    .disclaimer a, button.viewToggle {
        font-size: 12px;
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        display: inline-block;
        border: 1px solid #bf9943;
        padding: 12px 20px;
        margin-top: 24px;
        text-transform: uppercase;
        text-align: center;
    }

    button.viewToggle {
        display: none;
    }

    .home.mobile button.viewToggle {
        display: inline-block;
    }

/*******************************************************
 *
 * 3. IP Styles
 *
 *******************************************************/

/* Adjust minimum height of page area */
#content-sidebar, #content-full{
    min-height: 350px;
    margin-top: 20px;
    margin-bottom: .67em;
}

/** Adjust width of content columns **/
#content-sidebar #content{ width: 77.08%; }
#content-full #content { width: 100%; }

/* Adjust width of sidebar */
.sidebar{ width: 20.83%; }

/* Adjust line height of page elements */
#content h4, aside h4,
#content p, aside p,
#content blockquote, aside blockquote,
#content ul, aside ul,
#content fieldset, aside fieldset,
#content form, aside form,
#content ol, aside ol,
#content dl, aside dl,
#content dir, aside dir,
#content menu, aside menu { line-height:1.7 }

/* Style post/page main headings (h1) */
#content .entry-title, #content .archive-title, #content .archive-subtitle {
    font-size: 50px;
    font-family: 'Montserrat', sans-serif;
    color: #bf9943;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 1px 1px 4px rgba(116, 116, 116, 0.68);
    line-height: 1.15em;
}

#content .archive-title, #content .archive-subtitle, .single-post #content .entry-title {
    font-size: 35px;
}

/* Style category/archive/etc main headings (h1) */
#content .archive-title {
    text-align: center;
    font-size: 50px;
    margin-bottom: 100px;
}

/* Styles for category/archive/search/etc subheadings (h2) */
#content .archive-subtitle {
    font-size: 17.5px;
}

#content .entry-title{
    text-align: center;
    margin-bottom: 100px;
}

body.ip-container {
    background: #000;
    color: #fff;
}
div#ip-banner {
    position: relative;
}
div#ip-banner canvas {
    position: relative;
    height: 300px;
    background: url(/wp-content/themes/celebrityadvisors.com/images/ip-head.jpg) top 39% center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: block;
    width: 100%;
}
/*.page-id-164 div#ip-banner canvas {
    background-image: url(/wp-content/uploads/2019/06/Banner-1.jpg);
}
.page-id-178 div#ip-banner canvas {
    background-image: url(/wp-content/uploads/2019/06/Banner-2.jpg);
}
.page-id-122 div#ip-banner canvas {
    background-image: url(/wp-content/uploads/2019/06/Banner-3.jpg);
}
.page-id-124 div#ip-banner canvas {
    background-image: url(/wp-content/uploads/2019/06/Banner-4.jpg);
}
.page-id-126 div#ip-banner canvas {
    background-image: url(/wp-content/uploads/2019/06/Banner-5.jpg);
}*/

div#ip-banner::before {
    z-index: 1;
}

.ip-container .footer {
    padding-bottom: 50px;
}

#inner-page-wrapper {
    background: #fff;
    color: #000;
}

.ip-container .newsletter form input {
    border-bottom-color: #000;
}

.ip-container .newsletter form input[type="submit"] {
    border: 2px solid #000;
}

.ip-container .smi-list {
    margin-top: 75px;
}

.ip-container .smi-list .text a {
    color: #909090;
    border-color: #909090;
}

.ip-container .smi-list li a::before {
    color: #909090;
}
.ip-container .smi-list li a:hover::before,
.ip-container .smi-list .text a:hover {
    color: #bf9943;
}

.ip-container .newsletter {
    max-width: 600px;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
}

.ip-container .nl-text {
    margin: 0px 0px 0px;
}

.ip-container .newsletter form input[type="submit"] {
    margin-top: 40px;
}

.category-faqs div#content-full {
    margin-bottom: 50px;
    max-width: 850px;
    font-family: "Montserrat", sans-serif;
}


/* BLOG TEMPLATE */
.page-template-template-blog #content .entry-title,
.page-template-template-blog-details #content .entry-title {
    display: none;
}
.page-template-template-blog #content-sidebar, .page-template-template-blog #content-full,
.page-template-template-blog-details #content-sidebar, .page-template-template-blog-details #content-full, .category-blog #content-full, .category-blog #content-sidebar,
.single-blog #content-full, .single-blog #content-sidebar {
    margin: 0;
}
.ip_blog_wrapper {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    text-align: center;
}
    .ip_blog_item {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        position: relative;
        font-family: 'Montserrat', 'Arial', 'Helvetica', 'Georgia', 'sans-serif';
    }
/*
        .ip_blog_item:before {
            width: 100%;
            height: 100%;
            content: '';
            position: absolute;
            z-index: 1;
            top: 0;
            background-size: cover;
            background-repeat: no-repeat;
            pointer-events: none;
        }
*/
/*
            .ip_blog_item:nth-child(odd):before {
                max-width: 552px;
                left: 0;
                background-image: url(/wp-content/themes/celebrityadvisors.com/images/ip-blog-left-logo.png);
                background-position: left center;
            }
            .ip_blog_item:nth-child(even):before {
                max-width: 575px;
                right: 0;
                background-image: url(/wp-content/themes/celebrityadvisors.com/images/ip-blog-right-logo.png);
                background-position: right center;
            }
*/

        .ip_blog_photo {
            position: relative;
        }
            .ip_blog_photo:after {
                width: 100%;
                height: 100%;
                content: '';
                position: absolute;
                z-index: 1;
                top: 0;
                left: 0;
                background-color: rgba(0,0,0,0.50);
                pointer-events: none;
            }
            .ip_blog_photo canvas {
                width: 100%;
                height: auto;
                display: block;
                background-size: cover;
                background-position: center;
                background-repeat: no-repeat;
            }
        .ip_blog_text {
            width: 100%;
            position: absolute;
            z-index: 2;
            top: 50%;
            transform: translateY(-30%);
            left: 0;
            right: 0;
            margin: 0 auto;
            color: #ffffff;
            font-size: 18px;
            letter-spacing: 0.05em;
        }
            .ip_blog_title {
                width: 55%;
                margin: 0 auto 20px;
                font-size: 45px;
                font-weight: 700;
                text-transform: capitalize;
                line-height: 1;
                letter-spacing: 0.1em;
            }
            .ip_blog_desc {
                margin-bottom: 20px;
            }
            .ip_blog_text a.ip_blog_link {
                width: auto;
                height: 40px;
                display: inline-block;
                vertical-align: top;
                border: 2px solid #b4903a;
                color: #ffffff;
                font-size: 15px;
                padding: 0 43px;
                line-height: 35px;
                letter-spacing: 0.2em;
                text-transform: uppercase;
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -ms-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }
                .ip_blog_text a.ip_blog_link:hover {
                    background-color: #c09a43;
                }

/* BLOG PAGINATION */
.ip_blog_pagination_wrap {
    background: #000;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
ul.ip_blog_pagination, .page-links {
    display: block;
    margin: 0 !important;
    font-size: 0;
    list-style: none;
    padding: 40px;
}
    ul.ip_blog_pagination li, #content .page-links > span, #content .page-links > a {
        width: 34px;
        display: inline-block;
        vertical-align: top;
        border: 1px solid #c09a43;
        border-right: none;
        margin: 0;
    }
        ul.ip_blog_pagination li:first-child {

        }
        ul.ip_blog_pagination li:last-child {
            border-right: 1px solid #c09a43;

        }
        ul.ip_blog_pagination li a, ul.ip_blog_pagination li span, .page-links > span, .page-links > a{
            display: block;
            color: #fff;
            font-size: 13px;
            line-height: 40px;
        }
            ul.ip_blog_pagination li:hover a {
                color: #ffffff;
                background-color: #c09a43;
            }


/* BLOG DETAILS */
.ip_blog_details_wrapper {
    width: 100%;
    display: inline-block;
    vertical-align: top;
/*    margin-bottom: 80px;*/
    text-align: center;
    /* font-family: 'Roboto', sans-serif; */
    font-family: "Montserrat", sans-serif;
}

    .ip_blog_details_date {
        padding: 14px 10px;
        color: #3e3e3e;
        font-size: 15px;
        /* background-color: #f3f2f2; */
        line-height: 1.5;
    }
    #content .ip_blog_details_date strong{
        font-weight: 400;
    }
    #content .wp-caption{
        background: #fff;
        text-align: left;
    }
    .ip_blog_details_content {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        margin-top: 40px;
    }
        .ip_blog_details_content a {
            word-break: break-word;
        }
        .ip_blog_details_photo {
            /* margin-bottom: 65px; */
            display: inline-block;
            vertical-align: top;
            font-size: 0;
            position: relative;
        }
            .ip_blog_details_photo canvas {
                width: 100%;
                height: auto;
                display: block;
                background-size: cover;
                background-position: center;
                background-repeat: no-repeat;
            }
            .ip_blog_details_photo:after {
                width: 100%;
                height: 67px;
                content: '';
                position: absolute;
                bottom: -67px;
                left: 0;
                right: 0;
                background-image: url(/wp-content/themes/celebrityadvisors.com/images/blog-details-shadow.png);
                background-size: 100% 100%;
                background-repeat: no-repeat;
                background-position: bottom center;
            }

        .ip_blog_details_text {
            color: #3e3e3e;
            font-size: 18px;
            line-height: 30px;
            text-align: justify;
            max-width: 980px;
            width: 100%;
            margin: 0 auto;
            display: block;
        }
            .ip_blog_details_text span {
                font-size: 14px;
            }
            .ip_blog_details_text em {
                font-size: 24px;
                font-weight: 500;
                font-style: italic !important;
            }

        .ip_blog_details_share {
            margin-top: 80px;
        }
            #content .ip_blog_details_share h5 {
                margin: 0 0 10px;
                font-size: 14px;
                font-weight: 700;
            }
            .ip_blog_details_share .ip_blog_smi {
                margin-bottom: 10px;
            }
            .ip_blog_details_share strong {
                font-size: 11px;
            }
            .ip_blog_details_tag {
                max-width: 480px;
                margin: 20px auto 40px;
                font-size: 11px;
                line-height: 16px;
            }

/* contact forms */
.ai-default-cf7wrap input[type="text"],
.ai-default-cf7wrap input[type="tel"],
.ai-default-cf7wrap input[type="email"],
.ai-default-cf7wrap select{
    font-size: 13px;
    background: transparent;
    height: 33px;
    /* font-family: Roboto, Arial, Helvetica; */
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
}

.ai-default-cf7wrap textarea{
    /* font-family: Roboto, Arial, Helvetica; */
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    font-size: 13px;
    background: transparent;
}

.ip_blog_details_wrapper h1.entry-title {
    max-width: 1170px;
    display: block;
    width: 100%;
    margin: 50px auto 0 !important;
    text-shadow: none !important;
}

.ip_blog_details_share ul {
    max-width: 100%;
    margin: 0px !important;
    padding: 0px;
}
    .ip_blog_details_share ul li {
        list-style: none;
        display: inline-block;
        margin: 0px 10px;
    }

/* end contact forms */

/*** Pop Up ***/
#requestDetails .aiosp-content.aios-popup-body {
    position: relative;
    background: #fff;
    width: 846px !important;
    max-width: calc(100% - 70px);
    max-height: calc(100% - 70px);
    padding: 74px 50px !important;
    transform-origin: center center;
    transition: all 0.6s ease;
    transform: scale(1);
    opacity: 1;
}

#requestDetails .aiosp-content.aios-popup-body::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border: 10px solid rgba(191, 153, 67, 0.1);
}

#requestDetails .popup-form-title {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 60px;
    font-weight: 700;
    color: #1b1b1b;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
}
    #requestDetails .popup-form-title:after {
        content: '';
        display: block;
        width: 38px;
        height: 5px;
        background: #bf9943;
        margin: 26px auto 0;
    }

#requestDetails .popup-form-subtext {
    font-size: 16px;
    font-weight: 300;
    color: #808080;
    text-align: center;
    line-height: 1.625;
    margin-top: 20px;
}

.aiosp-content {
    position: relative;
    background: #fff;
    width: 846px !important;
    max-width: calc(100% - 70px);
    max-height: calc(100% - 70px);
    padding: 74px 50px !important;
    transform-origin: center center;
    transition: all 0.6s ease;
}

#requestDetails input[type="email"], #requestDetails input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    height: 60px;
    font-size: 14px;
    font-weight: 300;
    color: #787878;
    text-transform: uppercase;
    line-height: 1;
    padding: 0 16px;
    transition: all 0.4s ease-in-out;
    float: left;
    width: 70%;
    border: 1px solid #a4a4a4;
    border-right: none;
}

#requestDetails input[type="submit"] {
    font-weight: 700;
    letter-spacing: 2.8px;
    text-align: center;
    background: #bf9943;
    border: none;
    color: #fff;
    width: 30%;
}

#requestDetails input[type="submit"]:hover {
    background: #1b1b1b;
}

#requestDetails div[role="form"] {
    position: relative;
    width: 672px;
    max-width: 100%;
    margin: 46px auto 0;
}

#requestDetails .wpcf7-response-output {
    margin: 0px !important;
    text-align: center;
}

.aiosp-wrap .aiosp-container .aios-popup-body {
    min-height: unset;
}

body.category-blog div#ip-banner,
body.category-blog div#ip-banner.overlay::before {
    display: none;
}

body.category-blog header.header {
    padding: 0px 35px 27px;
    /* background: #fff; */
}

.ip-container header.header,
body.category-blog header.header,
header.header.fixed {
    /* background: #fff; */
    padding-bottom: 0;
}
.ip-container header nav.navigation {
    padding-bottom: 0;
}

/* body.category-blog main {
    margin-top: 111px;
} */

/* body.category-blog #nav > li > a,
body.category-blog .phone a, body.category-blog span.phone em,
body.category-blog .lang-trigger {
    color: #CBA766;
}
.ip-container #nav > li > a,
.ip-container .phone a,
.ip-container span.phone em,
.ip-container .lang-trigger {
    color: #CBA766;
} */

.category .post, .archive .post {
    border-bottom: 1px solid;
}

.page-id-30 .addtoany_content {
    display: none !important;
}

a.pa-back {
    padding-right: 15px;
}

.ip-blog-banner {
    clear: both;
    /*display: none;*/
    text-align: center;
    background: #fff;
/*    padding: 112px 0 0;*/
    max-height: 300px;
}

    .ip-blog-banner canvas {
        display: block;
        width: 100%;
        min-height: 350px;
    }

    .ip-blog-banner-logo {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 15px;
    }

    .ip-blog-banner-logo img {
        width: 848px;
        max-width: 100%;
        position: relative;
        top: 40px;
    }

.home .ip-blog-banner {
    display: none;
}

ul.ms-list:nth-child(5) {
    margin-left: 20px;
}

.home .slideshow .cycloneslider-template-video .cycloneslider-slides {
    height: 100vh !important;
}

#content .entry {
    font-family: 'Montserrat', sans-serif;
}

/* custom form */
.custom-form .wpcf7-form-control-wrap input,
.custom-form .wpcf7-form-control-wrap select,
.custom-form .wpcf7-form-control-wrap textarea {
    font-size: 13px;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.46);
    display: block;
    width: 100%;
    height: 33px;
    margin-bottom: 15px;
    border-bottom-color: #000;
}
.custom-form .wpcf7-form-control-wrap input::placeholder,
.custom-form .wpcf7-form-control-wrap textarea::placeholder {
    transition: 0.35s ease-in-out;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
}
.custom-form .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-validates-as-required:hover::placeholder,
.custom-form .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-validates-as-required:focus::placeholder,
.custom-form .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-validates-as-required.hideplaceholder::placeholder {
    opacity: 0;
}
.custom-form .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-validates-as-required.showplaceholder::placeholder {
    opacity: 1 !important;
}


.custom-form form input[type="submit"] {
    display: inline-block;
    font-size: 17px;
    letter-spacing: 0.05em;
    /* font-family: 'Raleway', sans-serif; */
    text-transform: uppercase;
    border: 2px solid #fff;
    padding: 16px 75px;
    margin-top: 67px;
    height: auto;
    width: 100%;
    left: 0;
    right: 0;
    border: 2px solid #000;
    background: transparent !important;
    color: #000 !important;
}

.custom-form form input[type="submit"]:hover {
    background: #8e743f !important;
    color: #fff !important;
}

.page-id-30 .custom-form form input[type="submit"] {
    margin-top: 35px;
}

.addtoany_content {
    text-align: center;
}

.addtoany_content a {
    transform: scale(.8);
}

.addtoany_list {
    display: flex !important;
    justify-content: center;
}

.addtoany_list a.a2a_button_email {
    order: 0;
    padding-left: 0;
}

.addtoany_list a{
    order: 1;
}

.addtoany_content::before, .addtoany_shortcode:before {
    content: 'Share';
    text-transform: uppercase;
        font-family: 'Montserrat', sans-serif;
    font-size: 19px;
    font-weight: 700;
    /* display: block; */
}
.listing-template-default .addtoany_shortcode::before {
    content: 'Share';
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 19px;
    font-weight: 700;
}
.listing-template-default .addtoany_shortcode a {
    transform: scale(.8);
}
.addtoany_shortcode {
    text-align: center;
}

.ip_blog_details_date {
    display: none;
}

.onepage-wrapper {
    height: 100vh!important;
}
.ip_blog_photo, .ip_blog_photo canvas {
    height: 100%;
}
.blog-btn-scroll.first {
    color: #000;
}
.blog-btn-scroll.last {
    bottom: 10px;
}
.ip-container.category-blog .footer {
    height: 100%;
    padding-top: 23px;
}
#content .ms-list {
    text-align: left;
    line-height: 1;
    margin: 0;
    list-style-type: none;
}
     #content ul.ms-list:nth-child(5) {
        margin-left: 20px;
     }
#content .disclaimer p {
    margin: 0;
    line-height: 1.6em;
}
.single-post #content .ip_blog_details_wrapper .entry-title {
    text-transform: initial;
}

.ms-list-wrap.blk-text ul li a {
    color: #666;
}
.page-id-30 .custom-form {
    text-align: center;
}
.page-id-30 .custom-form div#wpcf7-f220-p30-o2 {
    margin: 0 auto;
}
.page-id-140 .newsletter span.nl-text {
    text-align: center;
    font-weight: 700;
    font-size: 18px;
}
.property-description-holder{
    margin: 40px auto 20px;
}
.property-detail-header div p {
    text-transform: capitalize;
}
.amenities ul.list-amenities {
    pointer-events: none;
}
.page-id-30 #content .entry-title,
.page-id-140 #content .entry-title {
    margin-bottom: 0 !important;
}

/*** Desktop Version ***/
.home.desktopView .slideshow .cycloneslider-template-video .cycloneslider-slides {
    height: 100% !important;
}

.home.desktopView .welcome-text,
.home.mobileView .welcome-text {
    opacity: 1;
    right: 0px;
}

.home.desktopView .welcome-img,
.home.mobileView .welcome-img {
    top: 0;
    width: 38%;
    opacity: 1;
    right: 0;
}

.home.desktopView #fp,
.home.mobileView #fp {
    opacity: 1;
}

.home.desktopView .fp-slick canvas {
    min-height: unset;
    height: 100%;
}

.home.desktopView #bfn .fp-tableCell > div,
.home.mobileView #bfn .fp-tableCell > div {
    opacity: 1;
    min-height: 50vh;
    height: auto;
}

.home.desktopView .disclaimer a, .home.desktopView button.viewToggle,
.home.mobileView .disclaimer a, .home.mobileView button.viewToggle {
    margin: 24px auto;
    display: block;
}

.home.desktopView button.viewToggle {
    display: inline-block;
}

.listing-banner .listing-page-title {
    text-align: center;
}

.list-prop-street {
    font-size: 18px;
}
.celeb-badge-icon {
    text-align: right;
}

.page-id-140 .addtoany_content_bottom{
    margin-bottom: 50px;
}

.category-27 .ip_blog_title{
    text-transform: uppercase;
}

.listing-search-price-range-slider .irs-from,
.listing-search-price-range-slider .irs-to,
.listing-search-price-range-slider .irs-single,
.listing-search-livingspace-range-slider .irs-from,
.listing-search-livingspace-range-slider .irs-to,
.listing-search-livingspace-range-slider .irs-single{
    display: block !important;
    background: none !important;
    color: gray !important;
    top: -29px !important;
    margin-left: -12px !important;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
}

.page.page-id-134 #content .entry-title {
    margin-bottom: 0;
}

h3.schedule-showing-title,
h3.request-info-title{
    color: #222222;
    font-size: 16px !important;
    border-bottom: 1px solid #afafaf;
    font-weight: 700;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: 'Montserrat', sans-serif;
}
.popup-wrap-schedule .schedule-showing h2,
.schedule-showing-title,
.popup-wrap-schedule .schedule-showing .m-form textarea,
.popup-wrap-schedule .schedule-showing .m-form input,
.form-title,
.popup-wrap-schedule .schedule-showing .m-form input{
    font-family: 'Montserrat', sans-serif;
}
.aidefcf-title{
    margin: 20px 0 !important;
}
.a2a_kit.a2a_kit_size_32.addtoany_list a {
    padding-left: 10px;
}

i.virtual-tour-icn {
    background-image: url(/wp-content/themes/celebrityadvisors.com/images/virtual-tour.png);
    background-repeat: no-repeat;
    display: block;
    width: 28px;
    height: 33px;
    background-position: 0px 0px;
    background-size: 100% auto;
}

/** Global Site Popup */
.site-popup {
    position: fixed;
    z-index: 3000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.site-popup.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.admin-bar .site-popup {
    top: 32px;
}

.site-popup .sp-backdrop {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
}

.site-popup .sp-wrap {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow-y: auto;
    pointer-events: none;
}

.site-popup .sp-close {
    position: absolute;
    top: 9px;
    right: 12px;
    pointer-events: auto;
    cursor: pointer;
    font-size: 24px;
    color: #010101;
    text-align: center;
}
    .site-popup .sp-close span {
        font-size: 8px;
        text-transform: uppercase;
        color: #8c8c8c;
        display: block;
        margin-top: 4px;
    }

.site-popup .sp-close:hover {
    opacity: 0.85;
}

.site-popup .sp-container {
    width: 676px;
    /*background: #8e743f;*/
    background: #fff;
    font-family: 'Montserrat', sans-serif;
    pointer-events: auto;
    /*padding: 14px 110px 43px;*/
    padding: 20px 110px;
    position: relative;
}
    .site-popup .sp-container:before {
        content: '';
        position: absolute;
        top: -5px;
        bottom: -5px;
        left: -5px;
        right: -5px;
        background: rgba(255, 197, 83, 0.2);
        z-index: -1;
    }

.site-popup .sp-logo {
    display: block;
    margin: 0 auto;
    max-width: 125px;
}

.site-popup .sp-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    color: #010101;
    margin-top: 8px;
}
    .site-popup .sp-title:after {
        content: '';
        display: block;
        width: 54px;
        height: 2px;
        background: #ffc553;
        margin: 7px auto 8px;
    }

.site-popup .sp-content {
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    color: #010101;
    text-align: center;
    margin-top: 6px;
    margin-left: -15px;
    margin-right: -10px;
    margin-bottom: 18px;
}

.site-popup .sp-content p {
    margin-top: 2px;
}

.site-popup .sp-form {
    position: relative;
    margin-top: 12px;
}

.site-popup .sp-form form {
    margin: 0;
    padding: 0;
    position: relative;
    font-size: 0;
    margin-left: -5px;
    margin-right: -5px;
}

.site-popup .sp-field {
    display: block;
    position: relative;
    width: 100%;
    padding: 0px 5px;
}

.site-popup .sp-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    display: block;
    width: 100%;
    height: 48px;
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
    color: #8c8c8c;
    padding: 0 20px;
    border: 1px solid #8c8c8c;
}

.sp-field.spf-lg {
    padding-right: 100px;
}

.sp-field.spf-md {
    width: 50%;
    display: inline-block;
    margin-bottom: 10px;
}

.sp-field.submit {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto;
}

.site-popup .sp-submit {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    display: block;
    width: auto;
    min-width: 100px;
    height: 48px;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    background: #8e743f;
    color: #fff;
    padding: 0px 20px;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}
    .site-popup .sp-submit:hover {
        background: #d4a547;
    }

.site-popup .ajax-loader {
    position: absolute;
    top: 100%;
    right: 5px;
    margin: 0;
}

.site-popup .wpcf7-form-control-wrap {
    display: block;
}

.site-popup span.wpcf7-not-valid-tip {
    font-size: 13px;
    background-color:#f00;
    color:#fff;
    left: 10px;
    top: 10px;
    padding: 5px;
}

.site-popup .wpcf7-response-output {
    font-size: 9px;
    text-align: center;
    color: #000 !important;
    margin: 15px 0 0 0;
}

/** End of Global Site Popup */
.ip-container .aidefcf-wrapper .use-floating-validation-tip span.wpcf7-not-valid-tip {
    /* display: none; */
    font-size: 10px !important;
    background-color:#f00;
    color:#fff;
    left: 10px;
    top: 10px;
    padding: 5px;
}

.newsletter .use-floating-validation-tip span.wpcf7-not-valid-tip {
    /* display: none; */
    font-size: 10px !important;
    background-color:#f00;
    color:#fff;
    left: 0;
    top: 0;
    padding: 5px;
}

.home .newsletter .wpcf7-response-output {
    position: absolute;
    bottom: 4%;
    top: 100%;
    bottom: initial;
    margin-top: 70px;
    left: 0;
    right: 0;
}

.request-more-info .m-form .wpcf7-not-valid-tip,
.schedule-showing .m-form .wpcf7-not-valid-tip {
    /* opacity: 0; */
    font-size: 10px !important;
    background-color:#f00;
    color:#fff !important;
    left: 0;
    top: 0;
    padding: 5px;
}

.request-more-info .m-form .ss-message .wpcf7-not-valid-tip {
    /* opacity: 0; */
    top: 8px;
}

#wpcf7-f2923-o2 .wpcf7-validation-errors,
#wpcf7-f83-o3 .wpcf7-validation-errors,
#wpcf7-f220-p30-o2 .wpcf7-validation-errors,
#wpcf7-f83-p140-o2 .wpcf7-validation-errors,
.request-more-info .wpcf7-validation-errors,
.schedule-showing .wpcf7-validation-errors {
    /* display: none!important; */
    font-size: 10px !important;
    background-color:#f00;
    color:#fff !important;
    left: 0;
    top: 0;
    padding: 5px;
}
#wpcf7-f2923-o2 .wpcf7-mail-sent-ok,
#wpcf7-f83-o3 .wpcf7-mail-sent-ok,
#wpcf7-f220-p30-o2 .wpcf7-mail-sent-ok,
#wpcf7-f83-p140-o2 .wpcf7-mail-sent-ok,
.request-more-info .wpcf7-mail-sent-ok,
.schedule-showing .wpcf7-mail-sent-ok {
    background: #d4a547!important;
    border-color: #d4a547!important;
    color: #fff!important;
    font-size: 14px;
    text-align: center;
}
#wpcf7-f2923-o2 .wpcf7-mail-sent-ok,
#wpcf7-f83-o3 .wpcf7-mail-sent-ok,
#wpcf7-f83-p140-o2 .wpcf7-mail-sent-ok {
    background: #8e743f!important;
    border-color: #8e743f!important;
}
#wpcf7-f2923-o2 .wpcf7-form-control.wpcf7-not-valid,
#wpcf7-f83-o3 .wpcf7-form-control.wpcf7-not-valid,
#wpcf7-f220-p30-o2 .wpcf7-form-control.wpcf7-not-valid,
#wpcf7-f83-p140-o2 .wpcf7-form-control.wpcf7-not-valid,
.request-more-info .wpcf7-form-control.wpcf7-not-valid,
.schedule-showing .wpcf7-form-control.wpcf7-not-valid {
    border-color: #ff0000!important;
}

.request-more-info .wpcf7-form-control.wpcf7-not-valid,
.schedule-showing .wpcf7-form-control.wpcf7-not-valid {
    border-color: #969696!important;
}
    #wpcf7-f2923-o2 .wpcf7-form-control.wpcf7-not-valid {
        box-shadow: 0 0 5px rgba(0,0,0,.6);
    }
    #wpcf7-f83-o3 .wpcf7-form-control.wpcf7-not-valid{
        box-shadow: 0 4px 2px -2px rgba(255,255,255,.2);
    }
    #wpcf7-f220-p30-o2 .wpcf7-form-control.wpcf7-not-valid,
    #wpcf7-f83-p140-o2 .wpcf7-form-control.wpcf7-not-valid,
    .request-more-info .wpcf7-form-control.wpcf7-not-valid,
    .schedule-showing .wpcf7-form-control.wpcf7-not-valid {
        box-shadow: 0 4px 2px -2px rgba(0,0,0,.3);
    }

/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */
/* 11/18/19 */
.popup-wrap-schedule .schedule-showing .wpcf7-response-output {
    letter-spacing: .07em;
    font-weight: 300;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    display: none !important;
}

/*.use-floating-validation-tip span.wpcf7-not-valid-tip::before {
    content: 'REQUIRED FIELD';
    font-size: 13px;
}*/

.use-floating-validation-tip span.wpcf7-not-valid-tip {
    font-size: 13px;
    text-transform: uppercase;
}

.ip-container .aidefcf-wrapper .use-floating-validation-tip span.wpcf7-not-valid-tip,
.newsletter .use-floating-validation-tip span.wpcf7-not-valid-tip,
.request-more-info .wpcf7-form-control.wpcf7-not-valid,
.schedule-showing .wpcf7-form-control.wpcf7-not-valid  {
    font-size: 13px !important;
    text-transform: uppercase;
}

.site-popup span.wpcf7-not-valid-tip,
.newsletter .use-floating-validation-tip span.wpcf7-not-valid-tip,
.ip-container .aidefcf-wrapper .use-floating-validation-tip span.wpcf7-not-valid-tip {
    background: #e51937;
    padding: 2px 8px;
    line-height: 1;
}
.site-popup span.wpcf7-not-valid-tip {
    top: 15px;
}
.newsletter .use-floating-validation-tip span.wpcf7-not-valid-tip {
   top: 5px;
}
.ip-container .aidefcf-wrapper .use-floating-validation-tip span.wpcf7-not-valid-tip {
    top: 15%;
}
.popup-wrap-schedule .schedule-showing .m-form span.wpcf7-not-valid-tip,
.popup-wrap-request .request-more-info .m-form span.wpcf7-not-valid-tip {
    padding: 2px 8px 3px;
    top: 4px;
    left: 5px;
   /* font-size: 0!important;*/
    background: #e51937;
    line-height: 1;
}

.popup-wrap-schedule .schedule-showing .m-form span.wpcf7-not-valid-tip {
    font-size: 13px!Important;
}


    .popup-wrap-request .request-more-info .m-form .ss-message span.wpcf7-not-valid-tip {
        top: 12px;
    }
.popup-wrap-schedule .schedule-showing .wpcf7-form-control.wpcf7-not-valid,
.popup-wrap-request .request-more-info .wpcf7-form-control.wpcf7-not-valid {
    box-shadow: 0 0 5px rgba(0,0,0,.6);
    border-color: #ff0000!important;
}

.popup-wrap-schedule .schedule-showing .m-form input[type="submit"],
.popup-wrap-request .request-more-info .m-form input[type="submit"] {
    margin: 10px auto 0;
    float: none;
}

.grecaptcha-badge {
    display: none !important;
}



.investors-cont {
    width: 100%;
    max-width: 842px;
    margin: 0px auto;
}


.invest-quote:after {
    content: '';
    background: url(/wp-content/themes/celebrityadvisors.com/images/quote.png);
    width: 86px;
    height: 76px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center;
    left: 8px;
    top: 8px;
}
.invest-quote {
    float: right;
    position: relative;
    max-width: 250px;
}

.invest-quote p {

    position: absolute;
    /*top: 50%;*/
    top: 65%;
    left: 50%;
    /*left: 65%;*/
    transform: translate(-50%, -65%);
    z-index: 99;
    width: 100%;
    color: #003202;
    font-size: 22px;
    padding: 0px 28px;
    line-height: 22px !important;
    font-style: italic;
    font-weight: bold;
}

.page-id-30 .addtoany-btn,
.page-id-140 .addtoany-btn {
    display: none;
}

.addtoany-btn {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 16px;
}
    .addtoany-btn a {
        font-family: "Montserrat", sans-serif;
        font-size: 12px;
        font-weight: 400;
        color: #fff;
        padding: 12px 20px;
        display: inline-block;
        background: #8e743f;
        border: 1px solid #8e743f;
    }
    .addtoany-btn a:hover {
        color: #8e743f;
        background: #fff;
    }

.ip_blog_details_share .addtoany-btn {
    display: none;
}

.addtoany_content, .addtoany_shortcode {
    margin-bottom: 30px!important;
}

.investors-cont{
    max-width:unset;
}
.quote-d{
    min-height:175px;
    font-size:22px !important;
}
.quote-auth{
    font-size:15px !important;
}
.invest-quote:after{
    /*top: -40px !important;*/
    top: -17px !important;
}

/* .aios-roadmaps .aios-roadmap-link{
    border: unset !important;
    background-color: #bf9943;
} */



/*html.translated-ltr #nav .sub-menu {
    width: 100%;
    min-width: 200px;
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    margin: 0 auto!important;
}

html.translated-ltr #nav > li {
    position: relative;
}*/


html.safari-true .disclaimer{
    text-align: center;
}

.disclaimer a {
    text-align: center;
    margin: 24px auto 0;
    display: block;
    width: 100%;
    max-width: 210px;
}


#nav > li {
    padding-top: 24px;
}

body.home:not(.fp-viewing-sec1) #nav > li > a, .fixed #nav > li > a, body.category-blog:not(.viewing-page-1) #nav > li > a {
    padding-bottom: 26px;
}

.home.desktopView .blog.transition,
.home.desktopView .faqs.transition,
.home.desktopView .newsletter.transition{
    min-height: 1120px !important;
}

.home.desktopView #welcome .fp-tableCell {
    height: 1200px !important;
}

.home.desktopView .welcome-img img {
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.home.desktopView .welcome-img .textwidget{
    height: 100%;
}

span.translator-trigger {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding: 5px 15px 5px 0;
}

span.translator {
    display: inline-block;
}

.hrd-border{
    display: inline-block;
    width: 1px;
    height: 11px;
    background: #fff;
    margin: 0 10px;
    vertical-align: middle;
}

span.translator-trigger::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #fff;
}

span.translator .ai-translator-dropdown {
    right: 0;
    left: auto;
    background: #231f20;
    border-radius: 0;
    width: 125px;
    top: calc(100% + 5px);
    min-width: 125px;
    border: none;
}

body.home:not(.fp-viewing-sec1) header.header span.translator .ai-translator-dropdown {
    top: calc(100% + 37px);
}

span.translator .ai-translator-dropdown ul li {
    height: 28px;
    font-size: 10px;
    color: #fff;
}

#bfn .fp-tableCell > div {
    height: 100%;
}


.col-md-8.col-xs-8.list-prop-street {
    width: 60% !important;
}

.col-md-4.col-xs-4.list-prop-price.notranslate {
    width: 40% !important;
}


.safari-true #bfn .fp-tableCell > div{
    height: 100vh;
}

#content .media-list > ul {
    margin-left: 0;
}

p#breadcrumbs {
    display: none;
}

.newsletter form textarea {
    font-size: 13px;
    background: transparent;
    border: none;
    border-bottom: 1px solid;
    display: block;
    width: 100%;
    height: 33px;
    margin-bottom: 15px;
}

.contact-btn {
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	padding: 12px 20px;
	display: inline-block;
	background: #8e743f;
	border: 1px solid #8e743f;
	text-transform:uppercase;
}

a.contact-btn:hover {
	 color: #8e743f;
    background: #fff;
}

.resp-iframe .video-holder {
        position: relative;
    max-width: 640px;
    margin: 0 auto 50px;
    }

    .resp-iframe .video-holder canvas {
        display:block;
        width: 100%;
        height: auto;
    }

    .resp-iframe .video-holder iframe,
    .resp-iframe .video-holder video {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transform: none !important;
        max-width: none !important;
    }












    body #pojo-a11y-toolbar {
        bottom:0 !important;
        top: auto !important;
    }
    body #pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle {
        top:auto !important;
        bottom:0 !important;
    }
    button:focus-visible, a:focus-visible {
        outline-style: solid !important;
        outline-width: 5px !important;
        outline-color: red !important;
        transition: none !important;
    }

    #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a{
        padding: 5px !important;
        background-color: #000 !important;
    }

    /* High contrast and Negative contrast break canvas elements with backgrounds */
    #pojo-a11y-toolbar .pojo-a11y-btn-high-contrast,
    #pojo-a11y-toolbar .pojo-a11y-btn-negative-contrast {
        display:none !important;
    }



     #pojo-a11y-toolbar .pojo-a11y-btn-grayscale,
     #pojo-a11y-toolbar .pojo-a11y-btn-light-background,
     #pojo-a11y-toolbar .pojo-a11y-btn-high-contrast,
     #pojo-a11y-toolbar .pojo-a11y-btn-negative-contrast {
         display:none !important;
     }


    #pojo-a11y-toolbar.pojo-a11y-toolbar-left {
        left: unset !important;
        right: -180px;
    }

    #pojo-a11y-toolbar.pojo-a11y-toolbar-left.pojo-a11y-toolbar-open {
        left: unset;
        right: 0;
    }

    body #pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle{
        left: -42px;
    }
/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/

@media only screen and (max-height: 750px) {
    .welcome-text {
        margin-top: 0;
    }

    #media h2 {
        font-size: 35px;
        margin-top: 50px;
    }

    .sub-title {
        margin: 10px 0px 40px;
        font-size: 13px;
    }

    .media-list ul li {
        margin: 0px 6px 5px;
    }

    .media-list ul li {
        max-width: 75px;
    }

    .home .footer h2 {
        margin-bottom: 28px;
        margin-top: -20px;
        font-size: 45px;
    }

    .faqs-list div.active .faqs-content {
        font-size: 12px;
    }

    .disclaimer {
        padding-top: 20px;
        margin-top: 30px;
    }

    #bfn h2 {
        font-size: 35px;
    }

    .blog-title {
        font-size: 22px;
        margin-top: 23px;
    }

    #bfn .blog a {
        margin-top: 35px;
    }

    .faqs h2 {
        margin-bottom: 25px;
    }

    ul.faqs-list li {
        margin-bottom: 34px;
    }

    .nl-text {
        margin: 27px 0px 40px;
    }

    .newsletter form input {
        margin-bottom: 10px;
    }

    .newsletter form input[type="submit"] {
        margin-top: 15px;
    }

        .ms-list li a {
            font-size: 10px;
        }

    .home .footer h2 {
        margin-top: 90px;
        font-size: 35px;
    }

    .welcome-text img {
        max-width: 150px;
    }

    .welcome-text p {
        font-size: 12px;
        margin-top: 21px;
    }

    .welcome-text p.font-italic {
        font-size: 15px;
    }

    .hp-agent-name {
        font-size: 13px;
        margin-top: 30px;
    }

    .intro-wrap.intro-active {
        -moz-transform: scale(0.6);
        -webkit-transform: scale(0.6);
        -o-transform: scale(0.6);
        -ms-transform: scale(0.6);
        transform: scale(0.6);
    }
    #bfn h2 {
        margin-bottom: 10px;
        font-size: 30px;
    }
    .faqs-list div {
        font-size: 14px;
        color: #000;
        margin-bottom: 15px;
    }
}

@media only screen and (max-height: 625px) {
    .nl-text {
        font-size: 10px;
        margin: 10px 0 !important;
    }
    #bfn .newsletter input[type="submit"] {
        margin: 15px auto 0 !important;
    }
}

/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */
@media only screen and (max-width: 1400px) {

    header.header {
        padding: 15px 15px 0;
    }

    .media-list ul {
        margin-left: 0px;
        margin-right: 0px;
    }
    .welcome-text {
        margin-top: 80px;
    }

    #bfn a, #bfn input[type="submit"] {
        bottom: 7%;
        font-size: 15px !important;
    }
    #bfn .fp-tableCell > div,
    #bfn .fp-tableCell .newsletter {
        padding: 8% 2% 8%;
    }

    #nav > li {
        margin: 0px 6px;
    }

    .logo {
        width: 14%;
    }

    header nav.navigation {
        width: 71%;
    }

    .header-contacts span {
        font-size: 10px;
    }

    div#ip-banner {
        height: 250px;
    }

    #nav > li > a {
        font-size: 10px;
    }

    #nav > li > .sub-menu::before {
        right: calc(50% + 7px);
    }

    #nav > li > .sub-menu::after {
        left: calc(50% + 7px);
    }

    #nav .sub-menu a {
        font-size: 11px;
    }

    .mobile .vote-banner {
        top: 30px;
    }

    .intro-wrap.intro-active {
        -moz-transform: scale(0.6);
        -webkit-transform: scale(0.6);
        -o-transform: scale(0.6);
        -ms-transform: scale(0.6);
        transform: scale(0.6);
    }
    .lang-trigger {
        padding-left: 5px;
        margin-left: 5px;
    }
    .disclaimer {
        padding-top: 15px;
        margin-top: 15px;
        font-size: 8px;
    }

}

@media only screen and (min-width: 600px)  {
    .ms-list-wrap.mobile-market-serve{
        display: none;
    }
    .desktop-market-serve{
        display: block;
    }
}

@media only screen and (max-width: 1280px) {
    .ip_blog_title {
        font-size: 30px;
    }
    #bfn h2 {
        font-size: 27px;
        margin-bottom: 27px;
    }

    .blog-title {
        font-size: 19px;
    }

    .blog-date {
        font-size: 14px;
        margin-top: 35px;
    }

    .blog-content {
        font-size: 13px;
    }

    .faqs-list div {
        font-size: 14px;
    }

    .nl-text {
        margin: 27px 0px 18px;
    }

    .list-prop-street {
        font-size: 16px;
    }

    .list-prop-price {
        font-size: 15px;
    }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
  #bfn .fp-tableCell > div {
        height: calc(100% + 110px);
    }
}

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

    .media-list ul li {
        max-width: 70px;
    }

    .home .footer h2 {
        margin-top: 79px;
        margin-bottom: 15px;
    }

    .ms-list-wrap {
        margin-bottom: 10px;
    }

    .disclaimer a, button.viewToggle {
        margin-top: 10px;
        width: 210px;
    }

    .welcome-link a {
        margin-top: 10px;
        padding: 15px 63px;
    }

    #nav > li {
        margin: 0px 4px;
    }

    #nav > li > a {
        font-size: 8px;
    }

    .phone a, span.phone em {
        font-size: 8px;
    }

    .header-contacts span{
        font-size: 8px;
        letter-spacing: normal;
    }

    .lang-trigger {
        font-size: 8px;
        padding-left: 3px;
        margin-left: 3px;
    }
    header nav.navigation {
        padding-top: 0px;
    }
    .header-contacts {
        padding-top: 0px;
    }
    body.home:not(.fp-viewing-sec1) .header-contacts,
    header.fixed .header-contacts, body.category-blog:not(.viewing-page-1) .header-contacts {
        padding-top: 0px;
    }
    body.home:not(.fp-viewing-sec1) .logo,
    header.header.fixed .logo,
    body.category-blog:not(.viewing-page-1) .logo {
        margin-top: 0px;
    }
    .ip-container header.header, body.category-blog header.header, header.header.fixed {
        padding-bottom: 0;
    }

    .welcome-text h1 img {
        max-width: 150px;
    }

    .welcome-text p {
        font-size: 12px;
        margin-top: 15px;
    }

    .welcome-text p.font-italic {
        font-size: 17px;
        font-style: italic;
    }

    .media-list {
        max-height: 345px;
        overflow-y: scroll;
        margin-bottom: 10px;
    }

    .media-list ul {
        margin-left: 0px;
        margin-right: 0px;
    }

    #bfn h2 {
        font-size: 30px;
        margin-top: 34px;
        margin-bottom: 16px;
    }

    .blog-title {
        font-size: 22px;
        margin-top: 26px;
    }

    .blog-date {
        font-size: 13px;
        margin-top: 26px;
    }

    #bfn .blog a {
        margin-top: 65px;
    }

    .faqs h2 {
        margin-bottom: 48px;
    }

    ul.faqs-list li {
        margin-bottom: 23px;
    }

    #bfn .fp-tableCell > div, #bfn .fp-tableCell .newsletter {
        padding: 5% 15px;
    }

    .newsletter form input[type="submit"] {
        margin-top: 37px;
    }

    .faqs-list div .faqs-content {
        font-size: 12px;
    }

    .sub-title {
        margin: 10px 0px 11px;
        font-size: 13px;
    }

    #bfn .blog a, .faqs a, .newsletter form input[type="submit"] {
        font-size: 13px;
        padding: 12px 39px;
    }

    .faqs-list div, .blog-content {
        font-size: 14px;
    }

    .nl-text {
        margin: 17px 0px 35px;
    }

    .ip_blog_title {
        font-size: 25px;
    }

    /* body.category-blog main {
        margin-top: 99px;
    } */

    .ms-list li a {
        font-size: 10px;
    }

    .ms-list {
        width: 13.9%;
    }

    ul.ms-list:nth-child(5) {
        margin-left: 25px;
    }

    #media .hp-btn-scroll, #bfn .hp-btn-scroll {
        bottom: 5px;
    }

    #bfn a, #bfn input[type="submit"] {
        /* bottom: 45px; */
    }

    .newsletter form input {
        margin-bottom: 4px;
    }

    #bfn .newsletter input[type="submit"] {
        margin: 15px auto 0 !important;
    }

    .col-md-6.listings-search-holder div {
        margin-right: 5px;
        max-width: 145px;
    }

    .listing-search-price-range-holder, .listing-search-livingspace-range-holder {
        max-width: 189px;
    }

    .list-prop-street,
    .list-prop-price {
        font-size: 12px;
    }

    .welcome-img img {
        height: 100%;
        object-fit: cover;
        object-position: top;
    }

    .welcome-img .textwidget{
        height: 100%;
    }

}

/* iPad(portrait) | Galaxy Tab 4(portrait)  */
@media only screen and (max-width: 991px) {



  #pojo-a11y-toolbar {
        display:none;
   }






    /* The following are used on inner pages. Please edit carefully. */

    .inner {
        width: 100%;
    }
    #content-sidebar, #content-full {
        width: 100%;
    }
    .home .celebrity-badge {
            top: 10px;
    }
    .outer{
        width: 100%;
        min-width: 100%;
    }
    #content-sidebar #content{
        width: 100%;
    }

    div#main-wrapper {
        margin-top: 52px;
    }

    header.header {
        position: absolute;
    }

    header nav.navigation, .header-contacts {
        display: none;
    }

    .logo {
        float: none;
        margin: 20px auto;
        width: 100%;
    }

    #welcome {
        padding: 50px 0px;
    }

    .welcome-img {
        position: relative;
        top: 0;
        width: 100%;
        max-width: 300px;
        margin: 30px auto;
    }

    .media-list {
        max-height: none;
        overflow-y: scroll;
        margin-bottom: 50px;
    }

    #bfn .fp-tableCell > div {
        width: 100%;
        height: auto !important;
        text-align: center;
    }

    .blog-content {
        max-width: 285px;
        margin: 26px auto 0px;
    }

    .faqs ul {
        max-width: 300px;
        margin: auto;
    }
    .faqs::before {
        background-size: contain;
    }

    .cu-title-wrap {
        display: block;
        float: none;
    }

    section#market-served {
        padding-bottom: 50px;
    }

    .aios-mobile-header-wrapper {
        z-index: 1030 !important;
    }

    #bfn a, #bfn input[type="submit"] {
        position: relative;
        margin: 30px auto 0px !important;
    }

    #fp {
        opacity: 1;
    }

    #fp .hp-btn-scroll {
        bottom: 20px;
    }
    .fp-slick .slick-dots {
        bottom: 55px;
    }

    div#ip-banner {
        height: 190px;
    }

    .ip_blog_text {
        top: 24%;
    }

    body.category-blog main {
        margin-top: 0;
    }

    body.category-blog header.header {
        position: relative;
        padding: 10px 0px;
    }

    .ms-list,
    #content .ms-list {
        width: 14%;
    }

    ul.ms-list:nth-child(5) {
        margin-left: 10px;
    }

    ul.ms-list:nth-child(7) {
        padding-left: 14px;
    }

    .ip-blog-banner {
        padding: 40px 15px;
        height: initial;
    }

    .ip-blog-banner canvas {
        min-height: 100px;
        height: initial;
    }

    body.category-blog .logo img {
        max-width: 100%!important;
    }
    body.category-blog .logo {
        float: none!important;
        margin: 20px auto!important;
        width: 100%!important;
    }
    .onepage-wrapper {
        height: initial!important;
    }
    .ip_blog_text {
        top: 50%;
        transform: translateY(-50%);
    }
    .blog-btn-scroll, .col-md-6.listings-search-holder:before {
        display: none;
    }
    #content ul.ms-list:nth-child(5) {
        margin-left: 10px;
    }

    .home button.viewToggle {
        display: inline-block;
    }

    .disclaimer a, button.viewToggle {
        margin: 24px auto 10px;
        text-align: center;
        display: block;
    }

    .ip-blog-banner-logo img {
        top: 0px;
    }

    .aios-mobile-header-2 ul a {
        text-transform: uppercase;
    }

    h1.mob-listing-page-title span {
        text-align: center !important;
    }

    .listing-banner canvas {
        min-height: 200px;
    }

    .cycloneslider-template-video video{
        max-width: none!important;
    }

    .home .slideshow .cycloneslider-template-video .cycloneslider-slides{
        height: 100%!important;
    }

    .cycloneslider-template-video{
        height: 100%!important;
    }

    .cycloneslider-slides{
        height: 100%!important;
    }

    #bfn .fp-tableCell .newsletter .textwidget {
        max-width: 500px;
        margin: 0 auto;
    }

    button#section5 {
        color: #fff !important;
    }

    .fp-slick canvas{
        min-height: 100vh;
        height: 100vh;
    }

    #content .invest-quote {
        margin-top: 30px;
    }

    .single-blog #content p#breadcrumbs {
        margin: 0;
        padding: 15px;
    }

}

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */
@media only screen and (max-width: 767px) {

    .slidetag {
        text-align: center;
        color: #fff;
        font-size: 35px;
        font-family: 'Mostserrat', sans-serif;
        text-transform: uppercase;
        text-shadow: 2px 2px 5px #747474;
    }

    .ms-list,
    #content .ms-list {
        width: 25%;
        margin-bottom: 30px;
    }

    .ip_blog_title {
        width: 100%;
    }

    ul.ms-list:nth-child(5) {
        margin-left: 0;
    }

    ul.ms-list:nth-child(7) {
        padding-left: 0;
    }
    .home .slideshow .cycloneslider-template-video video {
        max-width: 335%;
        max-height: 335%;
    }
    #content ul.ms-list:nth-child(5) {
        margin-left: 0;
    }
    .ms-list-wrap {
        text-align: left;
    }

    .disclaimer {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .disclaimer a, .disclaimer button {
        min-width: 200px;
        margin: 10px 0;
    }

    .site-popup .sp-container {
        width: 440px;
        padding: 14px 30px 43px;
    }

    .smi {
        display: none;
    }
}



@media only screen and (max-width: 575px) {
    .ip_blog_photo canvas {
        min-height: 200px;
    }
    .ip_blog_text {
        font-size: 11px;
    }
    .ip_blog_title {
        margin-bottom: 0;
        font-size: 15px;
    }
    .ip_blog_desc {
        margin-bottom: 5px;
    }
    .ip_blog_text a.ip_blog_link {
        height: 30px;
        line-height: 26px;
        padding: 0 20px;
    }

    .mobile-market-serve{
        display: block;
    }
    .desktop-market-serve {
		display: block;
	}

	body .ms-list, body #content .ms-list {
		/* width: 100%; */
		text-align: center;
		font-size: 16px;
	}

    .listingcontainer {
        padding: 15px 10px !important;
    }
}

@media only screen and (max-width: 567px) {
    .cu-title-wrap h2, .footer h2, #content .footer h2 {
        font-size: 40px;
    }
    .a2a_kit.a2a_kit_size_32.addtoany_list a {
        padding-left: 0px;
    }
    #content .entry-title,
    #content .archive-title,
    #content .archive-subtitle {
        font-size: 35px;
    }
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */
@media only screen and (max-width: 480px) {
    .ms-list,
    #content .ms-list {
        width: 33%;
    margin-bottom: 30px;
    }

    .sp-field.spf-md {
        width: 100%;
    }
    .ai-contact-wrap span.context-email,
    .ai-contact-wrap span.context-mob {
        font-size: 17px;
    }
}

div#content.listings-title-wrap h1 {
    margin-top: 0;
    margin-bottom: 51px;
}

#ip-banner {
    display: none;
}

.addtoany_share_save_container.addtoany_content.addtoany_content_bottom {
    display: none;
}

#inner-page-wrapper > .container {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}

.details-feature-image canvas {
    width: 100%;
    height: 100vh;
    background-size: cover;
}

.details-thumbnails canvas {
    background-size: cover;
    margin: 20px 10px 20px 10px;
    cursor: pointer;
}

#content-sidebar,
#content-full {
    margin-top: 0px;
}

.details-thumbnails {
    position: relative;
    width: 98%;
    display: block;
    margin: 0px auto;
}

.info-container {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: gray;
}

.hidden {
    display: none;
}

p.addr {
    color: gray;
    font-style: italic;
}

.info-container h2 {
    color: black;
}

.property-detail-header.dark-color {
    padding: 4.5em 5em;
    background-color: #17181A;
    color: #fff;
    line-height: 1.2;
    font-size: 10px;
    letter-spacing: 0.15em;
    font-family: "Montserrat", sans-serif;
}

.property-detail-header.dark-color > div {
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(105, 109, 114, 0.3);
    padding: 0.5em 0;
}

.property-detail-header.dark-color > div p {

    color: gray;
    margin: 0px !important;
}

.property-detail-header span.title_ {
    display: block;
    margin-bottom: 1em;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
}

a.callforaddr {
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    display: inline-block;
    border: 1px solid #bf9943;
    padding: 12px 20px;
    margin-top: 24px;
}

a.callforaddr:hover {

    background: #8e743f;
    border-color: #8e743f;
    color: #fff;

}

.property-description-container .col-md-9 > h5 {
    font-size: 130% !important;
    text-transform: uppercase;
    margin-top: 0px !important;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 200;
    line-height: 1.2;
    color: #171819;
}

.property-description-container .col-md-9 p {
    color: gray;
    text-align: justify;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
}

.row.property-description-container > .col-md-9 {
    padding-left: 40px;
}

.sprite {
    background-image: url(https://www.celebrityrealestateadvisors.com/wp-content/themes/celebrityadvisors.com/images/spritesheet.png);
    background-repeat: no-repeat;
    display: block;
}

.sprite-icon1 {
    width: 20px;
    height: 28px;
    background-position: -5px -5px;
}

.sprite-icon2 {
    width: 28px;
    height: 27px;
    background-position: -35px -5px;
}

.sprite-icon3 {
    width: 25px;
    height: 24px;
    background-position: -73px -5px;
}

.sprite-icon4 {
    width: 28px;
    height: 18px;
    background-position: -35px -42px;
}

.action-container {
    margin: 22px 0px 22px;
}

.action-container ul li {
    list-style: none;
}

.action-container ul li a {


    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    position: relative;
    padding: 20px 0px;
    display: block;
    padding-left: 36px;
    color: #4a4a4a;
    border-bottom: 1px solid #c7c7c7;

}

.action-container ul li a i {
    position: absolute;
    left: 0px;
}

.action-container ul {
    margin: 0px !important;
}

.amenities .col-md-9 ul li {
    display: inline-block;
    width: 100%;
    max-width: 208px;
    color: #4a4a4a;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    letter-spacing: 0.15em;
}

.amenities .col-md-9 ul {
    margin: 0px !important;
}

.amenities {
    margin: 32px 0px;
}

.amenities .col-md-3 > h5 {
    font-size: 110% !important;
    text-transform: uppercase;
    margin-top: 0px !important;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 200;
    line-height: 1.2;
    color: #171819;
    margin: 0px !important;
}


.listing-slider-holder {
    position: relative;
}

a.listing-slider-prev:hover,
.listing-slider-next:hover {


    color: #bf9943;

}

a.listing-slider-prev,
.listing-slider-next {

    position: absolute;
    font-size: 0px;
    top: 42%;
    transform: translateY(-50%);
    color: #fff;
    border: 2px solid;
    padding: 8px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

/*.listing-slider-holder:hover a.listing-slider-prev, .listing-slider-holder:hover .listing-slider-next{
    opacity: 0.8;
}
*/
a.listing-slider-next.slick-arrow {
    right: 80px;
}

a.listing-slider-prev.slick-arrow {
    left: 80px;
}

a.listing-slider-prev i,
.listing-slider-next i {
    font-style: normal !important;
    font-size: 25px;
}

.videoWrapperlistingdetails {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin-bottom: 60px;
}

.videoWrapperlistingdetails iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




.listing-banner canvas {
    background-size: cover;
    width: 100%;
}

.listing-banner:before {
    background: rgba(0, 0, 0, 0.5);
    content: '';
    left: 0;
    top: -8px;
    position: absolute;
    height: 100%;
    width: 100%;
}

.listing-banner {
    position: relative;
}


.listingcontainer .property-item {

    width: 100%;
    position: relative;
    box-sizing: inherit;
    display: inline-block;
    vertical-align: top;
    max-width: 555px;
    margin-bottom: 12px;
}

/*.property-item:nth-child(odd) {
    margin-right: 16px;
}
*/
.property-item:nth-child(even) {
    margin-right: 16px;
}

.property-item canvas {
    width: 100%;
}

.listingcontainer {
    padding: 15px;
}


.listingcontainer .property-item canvas {
    width: 100%;
    height: auto;
}

/*** Celebrity Badge ***/
.celebrity-badge {
    position: absolute;
    right: 0;
    top: 10px;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px 10px 6px 10px;
    color: #fff;
    font-size: 10px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    line-height: 1.2em;
}

.celebrity-badge > span:first-of-type {
    margin-right: 6px;
}

.col-md-6.listings-search-holder div:last-child {
    margin-right: 0px;
}

.col-md-6.listings-search-holder div {
    display: inline-block;
    width: 100%;
    margin-right: 15px;
    max-width: 172px;
    margin-bottom: 14px;
    position: relative;
}
.col-md-6.listings-search-holder div:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
    border-top: 6px dashed #656565;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}



/*.listing-prop-details-holder {


    position: absolute;
    bottom: 8px;
    width: 100%;
    background: rgba(0,0,0,0.7);
    color: #fff;

}*/

.col-md-5.list-prop-price {
    text-align: right;
}

.listing-prop-details-top {


    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    text-align: left;
    color: white;
    font-size: 22px;
    letter-spacing: 1px;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    padding: 22px 8px;
    position: absolute;
    margin: 0px !important;
    width: 100%;
    bottom: 8px !important;
    background: rgba(0, 0, 0, 0.7);

}

/*.listing-prop-details-bot {
    font-family: "Montserrat",sans-serif;
    text-transform: uppercase;
    text-align: left;
    color: white;
    font-size: 10px;
    letter-spacing: 1px;
    padding: 18px 26px;
    display: none;
}
*/
.property-item:hover .listing-prop-details-top {
    padding-bottom: 72px;
}

.listing-prop-details-bot {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    text-align: left;
    color: white;
    font-size: 10px;
    letter-spacing: 1px;
    padding: 18px 8px;
    /* display: none; */
    position: absolute;
    margin: 0px;
    width: 100%;
    bottom: 8px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.property-item:hover .listing-prop-details-bot {
    opacity: 1;
}


.list-save-det {
    text-align: right;
}

a.details-btn {
    border: 1px solid #fff;
    padding: 7px 11px;
    color: #fff;
}


.icon5 {
    background-image: url(https://www.celebrityrealestateadvisors.com/wp-content/themes/celebrityadvisors.com/images/icon5.png);
    background-repeat: no-repeat;
    display: block;
}

.sprite-star-icon {
    width: 21px;
    height: 29px;
    background-position: 0px 0px;
}



a.save-prop {
    padding-right: 29px;
    position: relative;
}

a.save-prop,
.details-btn {
    display: inline-block;
    /* vertical-align: top; */
}

i.icon5.sprite-star-icon {
    position: absolute;
    top: -7px;
    right: 3px;
}

.listing-page-title {
    font-family: "Montserrat", sans-serif;
    font-size: 42px;
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 20px;
    text-shadow: 1px 1px 4px rgba(116, 116, 116, 0.68);
}

.listing-page-title span {
    display: block;
    text-align: center;
}

h1.mob-listing-page-title sub {
    font-size: 14px !important;


}

.mob-listing-page-title {
    color: #bf9943;
    /* font-weight: 700; */
    line-height: normal;
    text-align: left;
    display: block;
    font-family: 'Montserrat', sans-serif;
    display: none;
    text-shadow: 1px 1px 4px rgba(116, 116, 116, 0.68);
}

h1.mob-listing-page-title span {
    display: block;
    text-align: left;
}

h1.mob-listing-page-title sub {
    font-size: 14px !important;
    text-align: left;
    display: block;
    line-height: normal;
}

.listing-page-title sub {
    font-size: 18px !important;
}

.col-md-6.listings-search-holder div select {
    width: 100%;
    padding: 11px 10px;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    color: #656565;
    border: 1px solid #8c8c8c;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
}

.col-md-6.listings-search-holder div select option:first-child {
    /* text-transform: none;
    font-weight: normal;*/
}

.col-md-6.listings-search-holder div select option {
    /*
    text-transform: uppercase;*/
    /* font-weight: bold; */
    color: #6d6868;
}

.col-md-6.listings-search-holder div select option:first-child {
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}

.col-md-6.listings-search-holder div select option {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
}

.container-fluid.listing-search-container {
    background: #f1f1f1;
    padding: 35px 0px;
    margin-top: -8px;
}

.listing-search-price-range-holder h4,
.listing-search-livingspace-range-holder h4 {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 500 !important;
    font-size: 13px;
    text-align: center;
    position: relative;
    bottom: -20px;
}

.listing-search-price-range-slider .clearfix > div,
.listing-search-livingspace-range-slider .clearfix > div {
    color: gray;
    font-size: 13px;
}

/*.listing-search-price-range-slider .irs-single:after {
    content: '+';
}
*/
/* .listing-search-price-range-slider .irs-single {
    left: 0 !important;
} */

.listing-search-price-range-holder {
    margin-right: 40px;
}

.listing-search-price-range-holder,
.listing-search-livingspace-range-holder {
    display: inline-block;
    width: 100%;
    max-width: 240px;
    position: relative;
    top: -20px;

}

.rangeholder {
    padding: 0px 27px;
}

.col-md-6.listings-search-holder:before {
    position: absolute;
    content: '';
    right: 3px;
    top: -35px;
    height: 137px;
    width: 1px;
    background: #e4e4e4;
}

/** Mobile */

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

    .listingcontainer .property-item {
        /*max-width: 49px;*/
        max-width: 49%;
        margin: 0px;
    }

}

@media only screen and (max-width: 1199px) {
    .col-md-6.listings-search-holder div {
        margin-right: 5px;
        max-width: 145px;
    }
    .listing-search-price-range-holder, 
    .listing-search-livingspace-range-holder {
        max-width: 190px;
    }
    
}

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

    .listingcontainer .property-item {
        max-width: 450px;
        display: block;
        margin: 0 auto !important;
    }

    .listings-search-container {
        text-align: center;
    }

    .mob-listing-page-title {
        display: block;
    }



    .listing-page-title {
        display: none;
    }

    .property-item {
        margin: 0px !important;
    }

    .listingcontainer {
        text-align: center;
    }

    .listing-prop-details-top,
    .listing-prop-details-bot {


        padding: 18px 7px;
    }

    .details-feature-image canvas {
        height: auto;
    }

    .amenities .col-md-9 ul li {
        margin: 4px 0px;
    }

    .amenities .col-md-9 ul li:first-child {
        margin-top: 14px;
    }

    .row.property-description-container > .col-md-9 {
        padding-left: 15px;
    }

    .container.property-description-holder {
        padding: 0px 58px;
    }

    a.listing-slider-prev,
    .listing-slider-next {
        display: none;
    }
}

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



    .col-md-6.listings-search-holder div {

        margin-bottom: 14px;
        max-width: 100%;
    }



    .rangeholder {
        text-align: center;
    }

    .listing-search-price-range-holder {
        margin-right: 0px;
    }

    .container-fluid.listing-search-container {

        padding: 35px 62px;
    }

    .listingcontainer {
        padding: 15px 69px;
    }

}

span.irs-from.addSep:after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 1px;
    background: gray;
    position: relative;
    left: 7px;
    top: -3px;
}

span.irs-from.addSep {
    left: calc(74.625% - 20px) !important;
}

span.irs-from.addSepMax:after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 1px;
    background: gray;
    position: relative;
    left: 7px;
    top: -3px;
}

span.irs-from.addSepMax {
    right: calc(74.625% - 20px) !important;
}

.ai-flag-list .ai-flag {
    display: block;
    cursor: pointer;
    border-radius: 4px;
}

.ai-flag-list .ai-flag canvas {
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border: 1px solid #d2d2d2;
    padding: 5px;
}

[data-ai-translator],
[data-ai-translator-button] {
    cursor: pointer;
}

.ai-translator-dropdown-wrap {
    position: relative;
}

.ai-translator-dropdown {
    position: absolute;
    z-index: 1;
    top: calc(100% + 5px);
    left: 0;
    width: 200px;
    min-width: 200px;
    height: auto;
    max-height: 300px;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.175);
    background: #fff;
    display: none !important;
}

.ai-translator-dropdown.active {
    display: block !important;
}

.ai-translator-dropdown ul {
    display: block;
    padding: 0 !important;
    margin: 0 !important;
    width: 100%;
}

.ai-translator-dropdown ul li {
    display: flex;
    align-items: center;
    width: 100%;
    text-align: left;
    height: 32px;
    padding: 0 10px;
    font-size: 14px;
    cursor: pointer;
}

.ai-translator-dropdown ul li:nth-child(1) {
    border-radius: 4px 4px 0 0;
}

.ai-translator-dropdown ul li:nth-last-child(1) {
    border-radius: 0 0 4px 4px;
}

.ai-translator-dropdown ul li:hover {
    background: #337ab7;
    color: #fff;
}

.ai-translator-dropdown ul li .ai-translator-flag {
    display: block;
    padding-right: 5px;
}

.ai-translator-dropdown ul li .ai-translator-flag span {
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-en {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/en.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-af {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/af.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-sq {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/sq.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-am {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/am.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-ar {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/ar.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-hy {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/hy.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-az {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/az.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-eu {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/eu.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-be {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/be.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-bn {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/bn.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-bs {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/bs.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-bg {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/bg.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-ca {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/ca.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-ceb {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/ceb.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-ny {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/ny.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-zh-CN {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/zh-CN.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-zh-TW {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/zh-TW.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-co {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/co.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-hr {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/hr.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-cs {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/cs.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-da {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/da.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-nl {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/nl.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-eo {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/eo.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-et {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/et.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-tl {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/tl.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-fi {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/fi.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-fr {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/fr.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-fy {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/fy.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-gl {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/gl.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-ka {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/ka.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-de {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/de.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-el {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/el.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-gu {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/gu.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-ht {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/ht.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-ha {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/ha.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-haw {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/haw.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-iw {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/iw.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-hi {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/hi.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-hmn {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/hmn.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-hu {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/hu.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-is {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/is.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-ig {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/ig.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-id {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/id.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-ga {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/ga.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-it {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/it.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-ja {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/ja.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-jw {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/jw.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-kn {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/kn.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-kk {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/kk.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-km {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/km.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-ko {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/ko.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-ku {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/ku.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-ky {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/ky.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-lo {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/lo.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-la {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/la.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-lv {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/lv.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-lt {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/lt.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-lb {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/lb.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-mk {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/mk.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-mg {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/mg.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-ms {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/ms.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-ml {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/ml.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-mt {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/mt.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-mi {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/mi.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-mr {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/mr.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-mn {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/mn.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-my {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/my.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-ne {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/ne.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-no {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/no.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-ps {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/ps.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-fa {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/fa.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-pl {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/pl.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-pt {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/pt.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-pa {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/pa.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-ro {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/ro.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-ru {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/ru.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-sm {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/sm.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-gd {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/gd.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-sr {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/sr.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-st {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/st.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-sn {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/sn.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-sd {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/sd.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-si {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/si.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-sk {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/sk.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-sl {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/sl.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-so {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/so.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-es {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/es.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-su {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/su.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-sw {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/sw.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-sv {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/sv.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-tg {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/tg.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-ta {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/ta.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-te {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/te.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-th {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/th.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-tr {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/tr.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-uk {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/uk.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-ur {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/ur.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-uz {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/uz.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-vi {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/vi.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-cy {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/cy.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-xh {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/xh.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-yi {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/yi.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-yo {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/yo.png);
}

.ai-translator-dropdown ul li .ai-translator-flag span.ai-flag-zu {
    background-image: url(/wp-content/themes/celebrityadvisors.com/css/../flags/zu.png);
}

.ai-translator-dropdown ul li .ai-translator-name {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 10px;
    flex-basis: 100%;
}

.ai-translator-dropdown.with-flag ul li .ai-translator-name {
    padding: 0 10px;
    flex-basis: calc(100% - 24px);
}

.ai-translator-dropdown ul li .ai-translator-check {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 24px;
    height: 24px;
    display: none;
}

.ai-translator-dropdown ul li.active .ai-translator-check {
    display: flex;
}

.ai-translator-dropdown .simplebar-scrollbar {
    width: 4px;
    min-height: 20px;
}
/*!
 * fullPage 3.0.4
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow:hidden;

    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout:fixed;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
    overflow: hidden;
    position: relative;
}
.fp-scroller{
    overflow: hidden;
}
.iScrollIndicator{
    border: 0 !important;
}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
}
#fp-nav.fp-right {
    right: 17px;
}
#fp-nav.fp-left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    left: 0 !important;
    right: 0;
    margin: 0 auto !important;
}
.fp-slidesNav.fp-bottom {
    bottom: 17px;
}
.fp-slidesNav.fp-top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
 }
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.fp-right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.fp-left {
    left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell{
    height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: auto !important;
}

/*Only display content to screen readers*/
.fp-sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.irs {
	position: relative; display: block;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	 -khtml-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
}
	.irs-line {
		position: relative; display: block;
		overflow: hidden;
		outline: none !important;
	}
		.irs-line-left, .irs-line-mid, .irs-line-right {
			position: absolute; display: block;
			top: 0;
		}
		.irs-line-left {
			left: 0; width: 11%;
		}
		.irs-line-mid {
			left: 9%; width: 82%;
		}
		.irs-line-right {
			right: 0; width: 11%;
		}

	.irs-bar {
		position: absolute; display: block;
		left: 0; width: 0;
	}
		.irs-bar-edge {
			position: absolute; display: block;
			top: 0; left: 0;
		}

	.irs-shadow {
		position: absolute; display: none;
		left: 0; width: 0;
	}

	.irs-slider {
		position: absolute; display: block;
		cursor: default;
		z-index: 1;
	}
		.irs-slider.single {

		}
		.irs-slider.from {

		}
		.irs-slider.to {

		}
		.irs-slider.type_last {
			z-index: 2;
		}

	.irs-min {
		position: absolute; display: block;
		left: 0;
		cursor: default;
	}
	.irs-max {
		position: absolute; display: block;
		right: 0;
		cursor: default;
	}

	.irs-from, .irs-to, .irs-single {
		position: absolute; display: block;
		top: 0; left: 0;
		cursor: default;
		white-space: nowrap;
		display: none;
	}

.irs-grid {
	position: absolute; display: none;
	bottom: 0; left: 0;
	width: 100%; height: 20px;
}
.irs-with-grid .irs-grid {
	display: block;
}
	.irs-grid-pol {
		position: absolute;
		top: 0; left: 0;
		width: 1px; height: 8px;
		background: #000;
	}
	.irs-grid-pol.small {
		height: 4px;
	}
	.irs-grid-text {
		position: absolute;
		bottom: 0; left: 0;
		white-space: nowrap;
		text-align: center;
		font-size: 9px; line-height: 9px;
		padding: 0 3px;
		color: #000;
	}

.irs-disable-mask {
	position: absolute; display: block;
	top: 0; left: -1%;
	width: 102%; height: 100%;
	cursor: default;
	background: rgba(0,0,0,0.0);
	z-index: 2;
}
.irs-disabled {
	opacity: 0.4;
}
.lt-ie9 .irs-disabled {
	filter: alpha(opacity=40);
}


.irs-hidden-input {
	position: absolute !important;
	display: block !important;
	top: 0 !important;
	left: 0 !important;
	width: 0 !important;
	height: 0 !important;
	font-size: 0 !important;
	line-height: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	outline: none !important;
	z-index: -9999 !important;
	background: none !important;
	border-style: solid !important;
	border-color: transparent !important;
}


/** Skin Styles **/

.irs {
	height: 3px;
	top: 4px;
}
.irs-with-grid {
	height: 75px;
}
.irs-line {
    height: 2px;
    top: -1px;
    background-color: #9d9d9d;
}
	.irs-line-left {
		height: 8px;
	}
	.irs-line-mid {
		height: 8px;
	}
	.irs-line-right {
		height: 8px;
	}

.irs-bar {
    height: 2px;
    top: 3px;
    background-color: #3e3e3e;
}
	.irs-bar-edge {
		height: 10px; top: 33px;
		width: 14px;
		border: 1px solid #428bca;
		border-right: 0;
		background: #428bca;
		background: linear-gradient(to top, rgba(66,139,202,1) 0%,rgba(127,195,232,1) 100%); /* W3C */
		border-radius: 16px 0 0 16px;
		-moz-border-radius: 16px 0 0 16px;
	}

.irs-shadow {
	height: 2px; 
	top: 0;
	background: #000;
	opacity: 0.3;
}
.lt-ie9 .irs-shadow {
	filter: alpha(opacity=30);
}

.irs-slider {
	top: -2px;
	width: 13px; 
    height: 13px;
    background: #f1f1f1;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid #000;
}

.irs-slider.state_hover, .irs-slider:hover {
	background: #FFF;
}

.irs-min, .irs-max {
	color: #333;
	font-size: 12px; line-height: 1.333;
	text-shadow: none;
	top: 0;
	padding: 1px 5px;
	background: rgba(0,0,0,0.1);
	border-radius: 3px;
	-moz-border-radius: 3px;
    display: none !important;
}

.lt-ie9 .irs-min, .lt-ie9 .irs-max {
	background: #ccc;
}

.irs-from, .irs-to, .irs-single {
	color: #fff;
	font-size: 14px; line-height: 1.333;
	text-shadow: none;
	padding: 1px 5px;
	background: #428bca;
}
.lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single {
	background: #999;
}

.irs-grid {
	height: 27px;
}
.irs-grid-pol {
	opacity: 0.5;
	background: #428bca;
}
.irs-grid-pol.small {
	background: #999;
}

.irs-grid-text {
	bottom: 5px;
	color: #99a4ac;
}

.irs-disabled {
}

