/*
Theme Name: mmarin.com
Theme URI: http://www.agentimage.com
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.2.5
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. Custom CSS
2.	IP styles
3. MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css
  
*/

/*******************************************************
 *
 * 1. Custom CSS
 *
 *******************************************************/

/* Global */
a:visited,
a:hover,
a:focus,
a{
	outline: 0 !important;
}

.home #nav .sub-menu .sub-menu {
	margin-left: 0;
	top: 0;
	left: 197px;
}

#header-ip #nav .sub-menu .sub-menu {
    left: 180px;
    top: 0;
	margin-left: 0;
}


html{
	background: #0c1016;
}

body{
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	background: #FFF;
	color: #000000;
	margin: 0;
}

.home #header-home{
	display: block;
}

.home #header-ip{
	display: none;
}

.ip-container #header-home{
	display: none;
}

.ip-container #header-ip{
	display: block;
}
 

.ip-container #main-wrapper::before {
    content: "";
    width: 100%;
    height: 520px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    background: url("images/slide5.jpg") center top / cover no-repeat;
}

.ip-container #main-wrapper::after {
    content: "";
    width: 100%;
    height: 550px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    background: linear-gradient(rgba(255, 255, 255, 0.498039) 43%, rgb(255, 255, 255) 89%);
}

/* Header IP */

#header-ip.aios-starter-theme-demo-header{
	background: -moz-linear-gradient(to top,  rgba(33,37,42,.98) 0%,rgba(8,9,10,0.50) 68%,rgba(0,0,0,0) 110%); /* FF3.6-15 */
	background: -webkit-linear-gradient(to top,  rgba(33,37,42,.98) 0%,rgba(8,9,10,0.50) 68%,rgba(0,0,0,0) 110%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(33,37,42,.98) 0%,rgba(8,9,10,0.50) 68%,rgba(0,0,0,0) 110%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a621252a', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    box-shadow: 0px -5px 9px 4px rgba(0, 0, 0, 0.5);
    position: relative;
}

#header-ip .sidebar-hp{
	max-width: 100%;
	background: transparent;
	box-shadow: none;
	text-align: left;
}

.ip-header-contact{
	display: inline-block;
    width: 79%;
    vertical-align: middle;
    text-align: right;
}

#header-ip .aios-starter-theme-demo-header-navigation {
    display: inline-block;
    /*width: 79%;*/
    vertical-align: middle;
    margin-top: 35px;
    text-align: right;
    margin-right: -4px;
}

#header-ip .aios-starter-theme-demo-header-title {
    display: inline-block;
    padding: 10px 0 40px;
   	width: 20.5%;
}

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

#header-ip .aios-starter-theme-demo-header-navigation #nav li a {
    display: block;
    width: 100%;
    border: none;
    padding: 0 10px;
}

#header-ip .aios-starter-theme-demo-header-navigation li:hover{
	background: rgba(89,89,89,0.95);
}

/*#header-ip .aios-starter-theme-demo-header-navigation #nav li:last-child a {
    padding-right: 0;
}*/

#header-ip #nav .sub-menu{
	top: initial;
	left: 0;
	text-align: center;
}


/* Header */
.aios-starter-theme-demo-header{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	padding: 0;
	z-index: 100;
}
	.aios-starter-theme-demo-header-title{
		padding: 20px 0 20px;
		position: relative;
		z-index: 5;
	}

		.aios-starter-theme-demo-header-title::after{
			content: '';
			position: absolute;
			left: 0;
			top: -15px;
			background: url(images/logobg.png);
			background-size: cover;
			background-position: center;
			height: 100%;
			width: 100%;
			z-index: -1;
		}

	.aios-starter-theme-demo-header-title img{
		max-width: 237px;
		width: 100%;
		z-index: 5;
	}

	.sidebar-hp{
		/*background: url(images/sidebarbg.png) no-repeat;
		background-size: cover;*/
		background: -moz-linear-gradient(top,  rgba(33,37,42,1) 0%,rgba(8,9,10,0.80) 76%,rgba(0,0,0,0) 110%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  rgba(33,37,42,1) 0%,rgba(8,9,10,0.80) 76%,rgba(0,0,0,0) 110%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  rgba(33,37,42,.98) 0%,rgba(8,9,10,0.80) 76%,rgba(0,0,0,0) 110%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a621252a', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
	    box-shadow: 0px -5px 9px 4px rgba(0, 0, 0, 0.5);
		max-width: 275px;
		width: 100%;
		height: 100%;
		text-align: center;
	}

/* Navigation */
.aios-starter-theme-demo-header-navigation #nav{
	background: transparent;
}
	#header-home .aios-starter-theme-demo-header-navigation #nav li {
	    display: block;
	    
	    /*margin: 8px auto;*/
	    /*border: 1px solid #fff;*/
	    transition: all 0.3s ease-out;
	    -webkit-transition: all 0.3s ease-out;
	    -moz-transition: all 0.3s ease-out;
	    -o-transition: all 0.3s ease-out;
	}

	.aios-starter-theme-demo-header-navigation #nav li a {
	    color: #fff;
	    text-transform: uppercase;
	    font-size: 13px;
	    font-weight: 400;
	    font-family: 'Raleway', sans-serif;
	    padding: 10px 0;
	    transition: all 0.3s ease-out;
	    -webkit-transition: all 0.3s ease-out;
	    -moz-transition: all 0.3s ease-out;
	    -o-transition: all 0.3s ease-out;
	    width: 62.55%;
	    border: 1px solid #fff;
	    display: inline-block;
	    margin: 7px auto;
	}

		.aios-starter-theme-demo-header-navigation #nav li:hover{
			/*border: 1px solid #7193be;*/
		}

		.aios-starter-theme-demo-header-navigation #nav li:hover a{
			color: #7193be;
			background: transparent;
			border: 1px solid #7193be;
		}


	#nav .sub-menu{
		left: 275px;
    	top: 7px;
    	background: rgba(89,89,89,0.95);
    	max-width: 197px;
	}

	.aios-starter-theme-demo-header-navigation #nav .sub-menu li{
		margin: 0;
		width: 100%;
		border: 0;
		margin: 0;
	}

	.aios-starter-theme-demo-header-navigation #nav .sub-menu li a{
		color: #fff;
		text-decoration: none;
		border: none;
		width: 100%;
		padding: 3px;
	}

	.aios-starter-theme-demo-header-navigation #nav .sub-menu li:hover {
	    background: #7193be;
	}

/* Header Contact */
.header-contact{
	color: #fff;
	font-size: 0;
	text-align: right;
	margin-top: 31px;
}
	.header-contact-wrap{
		border: 1px solid #fff;
		line-height: 1;
		padding: 5px 5px;
		display: inline-block;
		vertical-align: top;
		height: 33px;
	}

	.webkit .header-contact-wrap{
		padding: 5px 5px 6px;
	}


	.header-contact > div {
	    background: rgba(0,0,0,0.4);
	}
	

	

	.header-contact,
	.header-contact span,
	.header-smi,
	.header-smi span{
		display: inline-block;
		vertical-align: middle;
	}

		.ai-font-cellphone {
		    font-size: 16px;
		    padding-right: 5px;
		}

		.tel-num, .tel-num a {
			color: #fff;
			text-decoration: none;
			font-family: 'Open Sans', sans-serif;
			font-size: 20.51px;
			font-weight: 300;
			text-transform: uppercase;
		}

	.header-smi{
		border: 1px solid #fff;
		border-left: 0;
		line-height: 1;
		/*padding: 6px 5px;
		display: inline-block;
		vertical-align: middle;*/
		padding: 7px 2px 6px;
		display: inline-block;
		vertical-align: top;
		height: 33px;
	}

		.header-smi span {
		    padding: 0 5px;
		}

			.header-smi span.font-o {
				font-size: 0;
				padding: 0;
			}

		.header-smi a {
		    color: #fff;
		}

			.ai-font-envelope-f {
			    font-size: 14px;
			}

			.ai-font-facebook {
			    font-size: 17px;
			}

			.ai-font-instagram {
			    font-size: 18px;
			}

	.header-translate{
		border: 1px solid #fff;
		display: inline-block;
		vertical-align: top;
		line-height: 1;
		padding: 8px 7px 7px 3px;
		/*margin:5px 0;*/
		height: 33px !important;

	}

	#translate-this .translate-this-button{
		text-indent: 0 !important;
	}

	.header-translate span{
		display: inline-block;
		vertical-align: middle;
		position: absolute;
	}


		.ai-font-world-f{
			font-size: 16px;
			padding: 0 5px;
		}

		.translate-text{
			font-size: 13px;
			font-weight: 400;
	    	font-family: 'Raleway', sans-serif;
	    	text-transform: uppercase;
	    	color: #fff;
		}

	
	
/* Slideshow */
.cycloneslider-template-seamless .cycloneslider-slide img{
	width: initial !important;
}

/* CTA */
.cta-wrap{
	background: #262a30;
	position: relative;
    z-index: 105;
    font-size: 0;
    padding-bottom: 68px;
}

.cta-main-wrap {
    margin-top: -23px;
}

	.cta-item {
	    /*max-width: 223px;*/
	    width: 19.562%;
	    display: inline-block;
	    vertical-align: top;
	    margin-right:  0.54%;
	}

		.cta-item:last-child{
			margin-right: 0;
		}

	.cta-item a{
		text-decoration: none;
		color: #fff;
	}
		.cta-label{
			background: url(images/label-bg.png) repeat;
			text-align: center;
		    color: #fff;
		    text-transform: uppercase;
		    padding: 10px 0;
		    font-weight: 600;
	    	font-family: 'Raleway', sans-serif;
	    	font-size: 14px;
	    	outline: 2px solid rgba(255, 255, 255, 0.2);
    		outline-offset: -2px;
    		position: relative;
    		overflow: hidden;
		}

			.cta-label::before{
			    content: '';
			    position: absolute;
			    left: 0;
			    top: 1px;
			    background: url(images/cta-labelbg.png) no-repeat;
			    background-size: cover;
			    height: 100%;
			    width: 100%;
			    background-position: top;
			    opacity: 0.40;
			    transform: rotate(180deg);
			}

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



/* Featured Areas */
.featuredareas-wrap{
	background: #4d5765;
	position: relative;
	font-size: 0;
	z-index: 2;
	/*padding-bottom: 50px;*/
}


.featuredareas-wrap::before {
   content: "";
   height: 1px;
   background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(147,147,147,1) 50%,rgba(0,0,0,0) 100%);
   display: block;
}

.featuredareas-wrap::after {
   content: "";
   height: 1px;
   background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(147,147,147,1) 50%,rgba(0,0,0,0) 100%);
   display: block;
   margin-top: 50px;
}

	.featuredareas-label{
		text-align: center;
		font-size: 24px;
		font-weight: 400;
	    font-family: 'Raleway', sans-serif;
	    color: #fcb826;
	    text-transform: uppercase;
	    letter-spacing: 2px;
	    line-height: 1;
	    padding: 27px 0 42px;
	}

	.featuredareas-item {
	    /*max-width: 270px;*/
	    width: 23.685%;
	    position: relative;
	    overflow: hidden;
	    display: inline-block;
    	vertical-align: middle;
    	/*margin-right: 20px;*/
    	margin-right: 1.75%;
    	transition: all 0.3s ease-out;
    	-webkit-transition: all 0.3s ease-out;
    	-moz-transition: all 0.3s ease-out;
    	-o-transition: all 0.3s ease-out;

	}
		.featuredareas-item:hover .fa-img:after {
		    opacity: 0;
    		visibility: hidden;
		}

		.featuredareas-item:hover .fa-label-center {
		    opacity: 0;
    		visibility: hidden;
		}

		

		.featuredareas-item:last-child {
		    margin-right: 0;
		}

		.featuredareas-item a{
			color: #fff;
			letter-spacing: 2px;
			font-size: 24px;
			font-weight: 400;
		    font-family: 'Raleway', sans-serif;
		    text-transform: uppercase;
		    text-decoration: none;
		}

		.featuredareas-item span{
			line-height: 3.5;
		}

	.fa-img{
		position: relative;
	}

	.fa-label-center {
	    position: absolute;
	    left: 0;
	    top: 32%;
	    right: 0;
	    text-align: center;
	    background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.86) 1%, rgba(0,0,0,0) 70%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
		background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.86) 1%,rgba(0,0,0,0) 70%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
		background: radial-gradient(ellipse at center,  rgba(0,0,0,0.86) 1%,rgba(0,0,0,0) 70%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
		height: 46%;
		background-position: center;
		transition: all 0.3s ease-out;
    	-webkit-transition: all 0.3s ease-out;
    	-moz-transition: all 0.3s ease-out;
    	-o-transition: all 0.3s ease-out;
    	opacity: 1;
    	visibility: visible;
	}


	.fa-img::after{
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.45);
		transition: all 0.3s ease-out;
    	-webkit-transition: all 0.3s ease-out;
    	-moz-transition: all 0.3s ease-out;
    	-o-transition: all 0.3s ease-out;
    	opacity: 1;
    	visibility: visible;
	}

/* Condos */
.condos-wrap{
	/*background: #262a30;*/
	position: relative;
	font-size: 0;
	background: url(images/luxury-bg.png) repeat;

}

.condos-wrap::before{
	content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 157%;
    background: url(images/luxurybg.png) no-repeat;
    top: -273px;
    background-size: contain;
    background-position: center;
    opacity: 0.4;
    z-index: 0;
}

.condos-wrap::after {
   content: "";
   height: 1px;
   background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(147,147,147,1) 50%,rgba(0,0,0,0) 100%);
   display: block;
   margin-top: 50px;
}

	.condos-label{
		text-align: center;
		font-size: 24px;
		font-weight: 400;
	    font-family: 'Raleway', sans-serif;
	    color: #fcb826;
	    text-transform: uppercase;
	    letter-spacing: 2px;
	    line-height: 1;
	    padding: 29px 0 31px;
	}

	.condos-main-wrap a{
		color: #fff;
		letter-spacing: 2px;
		font-size: 24px;
		font-weight: 400;
	    font-family: 'Raleway', sans-serif;
	    text-transform: uppercase;
	    text-decoration: none;
	}

	.optimaviews-link,
	.shermanplaza-link{
		position: relative;
	}

	.optimaviews-link img,
	.shermanplaza-link img{
	    opacity: 0.5;
	    border: 12px solid #fff;
	    max-width: 554px;
    	width: 100%;
	}


	.optimaviews-link:hover .condo-img::after ,
	.shermanplaza-link:hover .condo-img::after{
		opacity: 1;
		visibility: visible;
		/*outline-offset: -43px;*/
	}

	.optimaviews-link:hover .condo-img::before ,
	.shermanplaza-link:hover .condo-img::before{
		opacity: 1;
	    visibility: visible;
	    width: 80%;
	    height: 70%;
	    top: 15%;
	    left: 0;
	    right: 0;
	    margin: auto;
	    z-index: 20;
	}

	.optimaviews-link:hover .condos-name ,
	.shermanplaza-link:hover .condos-name{
		background: transparent;
	}

	/* .condos-name span{
		line-height: 4.5;
		line-height: 4.6;
		color: #fcb826;
		letter-spacing: 2px;
		font-size: 24px;
		font-weight: 400;
	    font-family: 'Raleway', sans-serif;
	    text-transform: uppercase;
	    text-decoration: none;
	} */
	.condos-name span {
	  color: #fcb826;
	  display: block;
	  font-family: "Raleway",sans-serif;
	  font-size: 24px;
	  font-weight: 400;
	  letter-spacing: 2px;
	  line-height: 1;
	  padding: 11px 0;
	  text-decoration: none;
	  text-transform: uppercase;
	}

	.condo-img{
		position: relative;
	}

	.condo-img::before {
		content: '';
	    position: absolute;
	    left: 0;
	    top: 0;
	    right: 0;
	    margin: auto;
	    width: 100%;
	    height: 100%;
	    border: 1px solid #fff;
	    opacity: 0;
	    visibility: hidden;
	    transition: all 0.3s ease-out;
	    -webkit-transition: all 0.3s ease-out;
	    -moz-transition: all 0.3s ease-out;
	    -o-transition: all 0.3s ease-out;
	}

	.condo-img::after {
	    content: '';
	    position: absolute;
	    left: 0;
	    top: 0;
	    width: 100%;
	    height: 100%;
	    background: rgba(156,114,24,0.5);
	    border: 12px solid rgba(255, 255, 255, 0.55);
	    /*outline: 1px solid #fff;*/
	    /*outline-offset: -3px;*/
	    opacity: 0;
	    visibility: hidden;
	    transition: all 0.3s ease-out;
	    -webkit-transition: all 0.3s ease-out;
	    -moz-transition: all 0.3s ease-out;
	    -o-transition: all 0.3s ease-out;
	}

	.condos-name {
	   /* position: absolute;
	    left: 0;
	    top: 28.5%;
	    right: 0;*/
		position: relative;
	    text-align: center;
	    background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.86) 1%, rgba(0,0,0,0) 70%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
		background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.86) 1%,rgba(0,0,0,0) 70%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
		background: radial-gradient(ellipse at center,  rgba(0,0,0,0.86) 1%,rgba(0,0,0,0) 70%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
		/*height: 46%;*/
		background-position: center;
		padding: 25px 0;
	}

/* Blog */
.blog-wrap{
	background: #4d5765;
	position: relative;
	font-size: 0;
	z-index: 6;
}


	.blog-wrap::after {
	   content: "";
	   height: 1px;
	   background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(147,147,147,1) 50%,rgba(0,0,0,0) 100%);
	   display: block;
	   margin-top: 27px;
	}

	.blog-label{
		text-align: center;
		font-size: 24px;
		font-weight: 400;
	    font-family: 'Raleway', sans-serif;
	    color: #fcb826;
	    text-transform: uppercase;
	    letter-spacing: 2px;
	    line-height: 1;
	    padding: 30px 0 38px
	}

	.blog-img{
		display: inline-block;
		vertical-align: top;
		width: 20%;
	}
		.blog-img img{
			max-width: 219px;
			width: 100%;
		}

	.blog-details{
		display: inline-block;
		vertical-align: top;
		width: 74%;
    	margin-left: 2%;
	}

		.blog-title{
			font-size: 14px;
			font-weight: 700;
		    font-family: 'Raleway', sans-serif;
		    color: #fcb826;
		    text-transform: uppercase;
		    line-height: 1;
		    padding-bottom: 7px;
		}

		.blog-datetime{
			font-size: 13px;
			font-weight: 400;
		    font-family: 'Raleway', sans-serif;
		    color: #ffffff;
		    line-height: 1;
		    padding-bottom: 27px;
		}

		.blog-text{
			font-size: 13px;
			font-weight: 400;
		    font-family: 'Raleway', sans-serif;
		    color: #ffffff;
		    line-height: 1.4;
		}

		.blog-text a{
			color: #fcb826;
		}

			.blog-text a:hover {
				color: #fff;
			}

		.blog-btn{
			/* border: 1px solid #fff; */
			display: inline-block;
			margin-top: 37px;
			 float: right;
		}

		.blog-btn a{
			font-size: 13px;
			font-weight: 400;
		    font-family: 'Raleway', sans-serif;
		    color: #fcb826;
		    line-height: 1;
		    padding: 11px 14px;
		    display: block;
		    text-decoration: none;
		}

			.blog-btn a:hover {

				color: #fff;
			}

	.blog-buttons{
		margin-top: 34px;
	}

		.blog-link .blogbtn{
			background: #232831;
			display: inline-block;
			vertical-align: top;
			margin-right: 8%;
			text-align: center;
			width: 18.52%;
			border: 1.5px solid rgba(255,255,255,0.51);
	    	padding: 9px 0;
	    	position: relative;
		}

			.blogbtn::after{
			    content: '';
			    position: absolute;
			    left: 0;
			    top: 0px;
			    background: url(images/cta-labelbg.png) no-repeat;
			    background-size: cover;
			    height: 100%;
			    width: 100%;
			    background-position: top;
			    opacity: 0.15;
			    transform: rotate(180deg);
			}

			.blog-link:last-child .blogbtn{
				margin-right: 0;
			}

			.blog-buttons a{
				text-decoration: none;
				color: #fff;

			}

			.blogbtn span:first-child{
				font-size: 10px;
				font-weight: 400;
			    font-family: 'Raleway', sans-serif;
			    color: #ffffff;
			    line-height: 1;
			    display: block;
			    text-transform: uppercase;
			}

			.blogbtn span:last-child{
				font-size: 14.39px;
				font-weight: 400;
			    font-family: 'Raleway', sans-serif;
			    color: #ffffff;
			    line-height: 1;
			    display: block;
			    text-transform: uppercase;
			}
			
			.blog-wrap #blog-wrapper{
				font-size:14px;
				max-width: 450px;
				margin: auto;
			}
			.blog-wrap .featured-blog-label{
				text-align: center;
				font-size: 24px;
				font-weight: 400;
				font-family: 'Raleway', sans-serif;
				color: #fcb826;
				text-transform: uppercase;
				letter-spacing: 2px;
				line-height: 1;
				padding: 30px 0 38px;
			}
			.blog-wrap #blog-wrapper .blog-block{
				margin: 0 0 15px;
				}
			.blog-wrap #blog-wrapper .blog-block:first-child{}
			.blog-wrap #blog-wrapper .blog-block h3{
				margin: 0 0 15px;
			}
			.blog-wrap #blog-wrapper .blog-block h3 a{
				font-size: 14px;
				font-weight: 700;
				font-family: 'Raleway', sans-serif;
				color: #fcb826;
				text-transform: uppercase;
				line-height: 1;
				padding-bottom: 7px;
				text-decoration: none;
			}
			.blog-wrap #blog-wrapper .blog-block p{
				color:#fff;
				font-size: 13px;
			}
			.blog-wrap #blog-wrapper .blog-block a{
				color: #fcb826;
				text-decoration: underline;
			}

				.blog-wrap #blog-wrapper .blog-block a:hover {
					color: #fff;
				}
			.blog-wrap #blog-wrapper .blog-block em{
				font-style: italic !important;
			}


/* Footer */
.aios-starter-theme-demo-footer{
	margin-top: 0px;
	background: #0c1016;
	padding: 0;
	position: relative;
}

.aios-starter-theme-demo-footer::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 157%;
    background: url(images/luxurybg.png) no-repeat;
    top: -273px;
    background-size: contain;
    background-position: center;
    opacity: 0.3;
    z-index: 1;
}





.footer-contact-cont{
	position: relative;
}

	.footer-contact-cont::after {
	   	content: "";
	   	height: 0.5px;
	   	background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(147,147,147,1) 50%,rgba(0,0,0,0) 100%);
	   	display: block;
	   	width: 45%;
    	margin: 0 auto;
	}

.footer-details {
    width: 36%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-top: 10px;
    position: relative;
    z-index: 5;
}
	.footer-logo img {
	    max-width: 185px;
	    width: 100%;
	}
	
	.footer-agentname span:first-child{
		color: #a0afc5;
		font-size: 17px;
		font-weight: 400;
		font-family: 'Raleway', sans-serif;
		text-transform: uppercase;
		line-height: 1;
	}
	.footer-agentname span:nth-child(2){
		color: #515a68;
		font-size: 12px;
		font-weight: 400;
		font-family: 'Lato', sans-serif;
		text-transform: uppercase;
		line-height: 1;
	}
	.footer-agentname span:last-child{
		color: #515a68;
		font-size: 12px;
		font-weight: 400;
		font-family: 'Lato', sans-serif;
		text-transform: uppercase;
		line-height: 1;
	}

	.footer-smi {
	    margin-top: 20px;
	}

		.footer-smi span.font-o {
			font-size: 0;
			padding: 0;
		}

	.footer-smi a{
		color: #d09a26;
	}

	.footer-smi span{
		color: #d09a26;
		display: inline-block;
		vertical-align: middle;
		padding: 0 5px;
	}

	.footer-smi .ai-font-envelope-f{
		font-size: 17px;
	}

	.footer-smi .ai-font-facebook{
		font-size: 24px;
	}
	.footer-smi .ai-font-instagram{
		font-size: 24px;
	}

	.footer-logo {
	    margin-bottom: 15px;
	}


.agent-image {
    display: inline-block;
    vertical-align: middle;
    width: 24%;
    margin: 32px 4.5% 0 -10px;
    position: relative;
    z-index: 0;

}
	.agent-image img {
	    max-width: 200px;
	    width: 100%;
	}
	
.footer-divider{
	width: 100%;
	border-bottom: 1px solid #4d5765;
	margin-bottom: 10px;
}

.footer-info{
	display: inline-block;
    vertical-align: middle;
    width: 30%;
    margin-top: 45px;
    position: relative;
    z-index: 5;
}

.footer-contact-form {
    position: relative;
    z-index: 5;
}
	.footer-contact-form-main {
	    margin: 34px 0 0;
	}

	.footer-contact-form-main .wpcf7-form-control-wrap {
	    display: block!important;
	}

	.footer-address span{
		display: inline-block;
		vertical-align: top;
	}
		.address-text{
			color: #8793a5;
			font-size: 14px;
			font-weight: 400;
			font-family: 'Raleway', sans-serif;
		}

		.aios-starter-theme-demo-footer .address-text a {
		    text-transform: none !important;
		}

		.footer-address span:last-child{
			color: #8793a5;
			font-size: 13px;
			font-weight: 300;
			font-family: 'Raleway', sans-serif;
			font-style: italic;
			margin: 6px 0 27px 39px; 
		}


		span.icon-pin {
		    width: 13px;
		    height: 18px;
		    background: url(images/location.png) no-repeat;
		    padding-right: 30px;
		    margin-left: 8px;
		}

		.footer-tel .ai-font-cellphone{
			color: #d09a26;	
			padding-right: 19px;
			padding-left: 10px;

		}

		.footer-email .ai-font-envelope-f{
			color: #d09a26;
		    padding-right: 20px;
		    padding-left: 6px;
		    font-size: 10px;
		    
		}

		.tel-text{
			color: #8793a5;
			font-size: 14px;
			font-weight: 400;
			font-family: 'Raleway', sans-serif;
		}

		.email-text{
			color: #8793a5;
			font-size: 14px;
			font-weight: 400;
			font-family: 'Raleway', sans-serif;
		}


		.contactus-label{
			color: #fcb826;
			font-size: 28px;
			font-weight: 500;
			font-family: 'Raleway', sans-serif;
			text-transform: uppercase;
			line-height: 1;
		}

		.contactus-desc{
			color: #8793a5;
			font-size: 11px;
			font-weight: 300;
			font-family: 'Raleway', sans-serif;
			line-height: 1;
			padding: 6px 0;
		}

		.footer-cform input {
		    width: 100%;
		    background: #3b414e;
		    color: #fcb826;
		    border: none;
		    border-radius: 0;
		   	padding: 8px 14px;
		   	font-size: 12px;
			font-weight: 300;
			font-family: 'Raleway', sans-serif;
			margin: 2px 0;
			line-height: 1;
			appearance: none;
		   	-webkit-appearance: none;
		   	-moz-appearance: none;
		   	-o-appearance: none;
		}
		.footer-cform textarea {
			background: #3b414e;
		    color: #fcb826;
			padding: 10px 14px 5px;
		   	font-size: 12px;
			font-weight: 300;
			font-family: 'Raleway', sans-serif;
		    width: 100%;
		    max-height: 34px;
		    border: none;
		    border-radius: 0;
		    margin: 2px 0 -2px;
		    appearance: none;
		   	-webkit-appearance: none;
		   	-moz-appearance: none;
		   	-o-appearance: none;
		}

		.footer-cform input[type="submit"]{
			background: #fcb826;
		    color: #fff;
		    display: inline-block;
		    width: auto;
		    float: right;
		    text-transform: uppercase;
		    padding: 11px 26px;
		    margin-top: 8px;
		}

			.footer-cform input[type="submit"]:hover {
				background: #232831;
			}



.footer-nav-mls{
	text-align: center;
	margin-top: 20px;
}

	.aios-starter-theme-demo-footer .footernav li {
	    padding: 0 10px;
	    line-height: 1;
	    border-left: 1px solid #8793a5;
	}

	.aios-starter-theme-demo-footer a{
		text-transform: uppercase;
		color: #8793a5;
		text-decoration: none;
		transition: all 0.3s ease-out;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
	}

	.aios-starter-theme-demo-footer a:hover,
	.aios-starter-theme-demo-footer .footernav li a:hover {
		color: #7193be;
	}
	.aios-starter-theme-demo-footer .email-text a {
	    text-transform: lowercase !important
	}
	
	.ai-font-footer-logo {
    	font-size: 20px;
    	padding: 14px 0 35px;
    	display: block;
    	color: #8793a5;
	}


.footer-agentimage {
    padding: 10px 0 5px;
    color: #8793a5;
    line-height: 1.5;
}

	.footer-agentimage a:first-child {
	    text-transform: none;
	}


.footer-nav-mls-cont{
	position: relative;
	z-index: 5;
}


/* Translate */
#translate-this .translate-this-button {
    background: transparent !important;
    visibility: visible; 
    position: relative; 
    width: auto !important; 
    height: auto !important; 
    float: none; 
    /*display: block;*/
    overflow: hidden; 
    text-indent: auto !important;
    color: #fff;
}



/* Form placeholders */
.ip-container form.wpcf7-form input,
.ip-container form.wpcf7-form textarea {
    color: #fcb826;
}

.ip-container form.wpcf7-form input[type="submit"]{
	color: #fff;
}



div.wpcf7-response-output {
    margin: 2.5em 0.5em 1em !important;
}

/*******************************************************
 *
 * 2. IP Styles
 *
 *******************************************************/

/* Adjust minimum height of page area */ 
#content-sidebar, #content-full{ min-height: 500px;}

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

/* Adjust width of sidebar */
.sidebar{ 
	width: 20.83%; 
	margin-top: 40px;
}
.sidebar .condo-img{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* 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 { 
	font-size: 24px;
    color: #cd9926;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
}

/* Style category/archive/etc main headings (h1) */
#content .archive-title { 
	font-size: 24px;
    color: #cd9926;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
}

/* Styles for category/archive/search/etc subheadings (h2) */
#content .archive-subtitle { 

}

#content .entry { 
	color: #fff;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
	font-size: 14px;
}

#content a{
	color:#cd9926;
}
#content a:hover{
	color:#ffe6b1;
}
#inner-page-wrapper {
    padding-bottom: 30px; 
    margin-bottom: 0;
    background: #454e5d;
    position: relative;
    z-index: 5;
}

.page-id-274 #content img, 
.page-id-469 #content img {
	max-width: 100% !important;
}

/* Sidebar */
.sb{
	text-align: center;
}

.sb .featuredareas-item {
    width: 100%;
    max-width: 270px;
    margin: 8px auto;
    display: block;
}

.sb .condos-name span{
	line-height: 3.8;
	font-size: 14px;
}

.sb .condos-left{
	margin: 20px 0 8px;
}
.sb .condos-right{
	margin: 8px 0 20px;
}


.sb .cta-main-wrap{
	margin: 20px 0 5px;
}

.sb .cta-item {
    width: 100%;
    margin: 4px 0;
}

.ip-video-gallery {
	display: block;
	text-align: center;
}
	.ip-video-gallery a {
		display: inline-block;
		margin: 0 15px 15px 0;
		position: relative;
	}

	.ip-video-gallery a:before {
	    content: '';
	    display: block;
	    position: absolute;
	    width: 67px;
	    height: 46px;
	    background: url(./images/yt-play-btn.png) no-repeat center;
	    top: 0;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    margin: auto;
	}

	.ip-video-gallery br {
		display: none;
	}
.video-wrap {
    display: block;
}



/* 2017-02-14 */
.optima-views {
	clear: both;
	overflow: hidden;
}

.ov-heading {
	font-size: 0;
	float: left;
}

	.ov-logo {
		display: inline-block;
		vertical-align: middle;
	}

	.ov-title {
		display: inline-block;
		vertical-align: middle;
		padding-left: 10px;
	}

.optima-views li {display: inline-block; /*width: 49%;*/ list-style: none; font-size: 13px;}
.optima-address {/*padding-left: 18%;*/ float: right; margin-top: 50px;}
.optima-views li span {font-size: 30px; font-weight: bold;}

.page-id-173 .optima-views li span {
	line-height: 1;
}

.condo-img .condos-name {
  /* background: rgba(0, 0, 0, 0) none repeat scroll 0 0; */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}

.condo-img .condos-name > span {
  font-size: 24px;
}

.optimaviews-link a:hover .condo-img .condos-name > span {
  color: #fff;
}

.shermanplaza-link a:hover .condo-img .condos-name > span {
  color: #fff;
}

/** Listing Module **/

#content .listing-details-wrap .property-details h2 {
	color: #ffffff;
}

#content .listing-details-wrap .property-details .details-list .det-specs span {
	color: #ffffff;
}

#content .property-description h2 {
	color: #ffffff;
}

#content .property-description .prop-location h3 {
	color: #ffffff;
}

#content .property-description .property-add-type span {
	color: #ffffff;
}

#content .property-description .prop-cta a {
	color: #ffffff;
}

.category-signature-articles .archive-subtitle a,
.category-signature-articles .archive-more {
	color: #ffffff;
}

/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */

.flags {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
}

.flags li {
    display: inline-block;
    margin: 10px 20px;
    vertical-align: top;
}

.flags li canvas {
    vertical-align: top;
}

.flags li img {
    width: 204px;
    height: 120px;
}

.flags li img.event-img {
    width: 204px;
    height: 204px;
}

.flags li span {
    display: block;
    color: #fff;
    padding: 10px;
}

.sidebar-hp {
    height: 760 !important;
}

.sig-suc {
    width: 100%;
}

.sig-suc .fl {
    float: left;
    width: 48%;
    text-align: center;
}

.sig-suc .fr {
    float: right;
    width: 48%;
    text-align: center;
}

.sig-suc h2 {
    text-align: center;
}

.pdf-embed-holder iframe {
    width: 100%;
}

.page-id-75 #content .entry {
    font-size: 14px;
}

/*Chicago*/
.postid-288 #content .property-description .prop-location{
	display: none;
}

.video-wrap-top iframe{
	width: 100% !important;
	height: 450px !important;
	margin-top: 40px;
	display: none;
}

.page-id-82 p, .page-id-81 p {
    font-size: 14px;
}
#post-87 p strong {
    font-size: 25px;
}


/*About*/
.about-img img {
    max-width: 670px;
    width: 100%;
    display: block;
    margin: 10px 0;
}

.ip-label {
    font-size: 20px;
    font-weight: 700;
}

#content .property-description .prop-cta{
	display: none;
}

.page-id-75 .entry a, .page-id-75 .entry a:hover, .page-id-75 .entry a:focus{
	color: #fcb826;
}

#content #blog-wrapper{}
#content #blog-wrapper .blog-block{
	border-top: 1px solid #60656f;
    margin: 0 0 0 0;
	padding:15px 0;
}
#content #blog-wrapper .blog-block:first-child{
	border-top: 0px solid #60656f;
    margin: 0 0 0 0;
}
#content #blog-wrapper .blog-block h3{
	margin:0;
	line-height: 22px;
}
#content #blog-wrapper .blog-block h3 a{
	color: #fff;
    text-decoration: none;
    font-size: 18px;
}
#content #blog-wrapper .blog-block p{
	margin: 0;
}
#content #blog-wrapper .blog-block a{
	color: #fff;
    text-decoration: underline;
}

#content em{
	    font-style: italic !important;
}
	
	#content .ai-contact-wrap span.context-mob em.ai-font-phone,
	#content .ai-contact-wrap span.context-email em.ai-font-envelope,
	#content .ai-contact-wrap span.context-mob em {
		color: #cd9926;
		font-style: normal !important;
	}

	#content .ai-contact-wrap span.context-email a,
	#content .ai-contact-wrap span.context-mob em,
	#content .ai-contact-wrap span.context-mob em a {
		color: #fff;
	}

#content span.contact-subtitle {
	font-size: 25px;
    font-weight: 500;
    color: #FFF;
}

#content span.contact-subtitle2 {
	font-size: 25px;
    font-weight: 500;
    color: #cd9926;
}

.archive h2.archive-subtitle a {
    color: #cd9926;
}

.archive  #content .archive-more{
	  color: #cd9926;
}
.border-box {
    border: 1px solid #fff;
}
	.border-box-head {
	    padding: 0 20px;
	    text-align:  center;
	    border-bottom: 1px solid #fff;
	}

	.border-box-body {
	    padding: 20px;
	}

		#content .border-box-head h2 {
		    font-size: 25px;
		}

	.border-box a {
		color: #cd9926;
	}

.signature-friends-slider {

}
	.signature-friends-slider button.slick-arrow {
	    border: solid #cd9926;
	    border-width: 0 6px 6px 0;
	    display: inline-block;
	    font-size: 0;
	    background: transparent;
	    position: absolute;
	    top: 0;
	    bottom: 0;
	    margin: auto;
	    width: 40px;
	    height: 40px;
	    z-index: 2;
	    font-size: 0;
	}
		.signature-friends-slider button.slick-prev {
			transform: rotate(135deg);
			-webkit-transform: rotate(135deg);
			left: 25px;
		}
		.signature-friends-slider button.slick-next {
			transform: rotate(-45deg);
			-webkit-transform: rotate(-45deg);
			right: 25px;
		}
	.sf-slide {
	    text-align: center;
	    outline: none;
	    padding: 0 15px;
	}
		.sf-slide img {
		    /* width: 100%; */
		    max-width: 100%!important;
		    display:  block;
		    margin: 0 auto!important;
		}

		.sf-slide .pdf-embed-holder {
			padding-right: 30px;
			padding-left: 30px;
		}
		.sf-slide iframe {
			max-width: 100%;
		}
#content .fevwrapper{
	max-width: 800px;
	margin: 0 auto 20px;
}
#content .fevwrapper .cycloneslider{}

#content .fevwrapper .cycloneslider-template-responsive .cycloneslider-slide canvas{
	background-size: auto 100%;
}

.virtual-tour-holder iframe {
	width: 100%;
}

.sp-iframe-container{
	position: relative;
	text-align: center;
	background: #2c2c2c;
	margin-bottom: 30px;
	font-size: 0;
}

.sp-iframe-container span {
	font-size: 11px;
	color: #4380B6;
    display: block;
    padding-bottom: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.signature-photo {
	margin-bottom: 10px;
}

.error-page-content-wrapper {
	color: #fff;
}

.aidefcf-wrapper .wpcf7-form-control.wpcf7-select,
.error-page-content-wrapper .error-forms input[type=text], .error-page-content-wrapper .error-forms input[type=email], .error-page-content-wrapper .error-forms input[type=phone] {
	color: #333;
}

.cycloneslider-template-responsive.cycloneslider-width-full .cycloneslider-slide canvas {
	min-height: 470px;
}

/* Translator */

#translate-this select.ai-google-translate-select-element.notranslate{
 -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: 0;
    border-radius: 0;
    background: transparent;
    border: none;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    vertical-align: middle;
    width: 112px;
    padding-left: 30px;
    position: relative;
    top: 1.4px;
}

#translate-this select.ai-google-translate-select-element.notranslate option{
	color: #000;
}

div#google_translate_element{
	display: none;
}

.sidebar .condo-img img {
    display: block;
    height: 100%;
    object-fit: cover;
}

#header-ip .footer-item, #header-home .footer-item, .amh-navigation .footer-item{
	display: none !important;
}

.footer-navigation .header-item{
	display: none !important; 
}

.ip-container.page-id-33816 #content .condos-name span{
	line-height: 1 !important;
	font-size: 20px;
}

.ip-container.page-id-33816 #content .condos-left, 
.ip-container.page-id-33816 #content .condos-right {
    padding: 15px;
}

.lux-vm-btn::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.lux-vm-btn::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(156,114,24,0.5);
	/* border: 12px solid rgba(255, 255, 255, 0.55); */
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

	.condos-main-wrap a:hover::after {
		opacity: 1;
		visibility: visible;
	}

	.condos-main-wrap a:hover::before {
		opacity: 1;
	    visibility: visible;
	    width: 80%;
	    height: 70%;
	    top: 15%;
	    left: 0;
	    right: 0;
	    margin: auto;
	    z-index: 20;
	}

.video-row video{
	width: 100%;
	height: auto;
	display: block;
}
.img-gallery {
    display: flex;
    font-size: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0; 
}

.img-gallery canvas {
    width: 30%;
    display: inline-block;
    margin: 15px 5px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.vid-wrap {
	overflow: hidden;
	height: 360px;
	position: relative;
	max-width: 640px;
	margin: 30px auto 0;
}

.vid-wrap iframe {
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.resp-video {
        position: relative;
    }
    
    .resp-video canvas {
        display:block;
        width: 100%;
        height: auto;
    }
    
    .resp-video iframe,
    .resp-video video {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0
    }

	#listings-results .listings-sort .dropdown-menu,
	ul#ihf-sort-values, div#ihf-refine-search .dropdown-menu.pull-right{
		z-index: 9999 !important;
	}

	.use-floating-validation-tip .wpcf7-not-valid-tip {
		position: absolute;
		width: 200px;
		top: 1px;
		left: 0;
	}
	.blog-image-wrapper {
	position: relative;
}
.blog-image-slide img {
	display: inline-block;
	width: 100%;
}

.blog-image-arrows {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
}

.blog-image-arrows .prev-arrow {
	float: left;
	max-width: 30px;
	margin-left: 40px;
	display: block;
	cursor: pointer;
}

.blog-image-arrows .next-arrow {
	float: right;
	max-width: 30px;
	margin-right: 40px;
	display: block;
	cursor: pointer;
}

.postid-39206 #content .post > .entry-title {
	display: none;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.blog-image-slide .blog-block {
	margin-top: 20px;
}

.blog-image-slide .blog-block h2 {
    font-size: 14px;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    color: #fcb826;
    text-transform: uppercase;
    line-height: 1;
    padding-bottom: 7px;
    text-decoration: none;
    text-align: center;
}

.blog-image-slide .blog-block p {
    color: #fff;
    font-size: 13px;
	 text-align: center;
}

.grecaptcha-badge {
    z-index: 999;
}

.footer-smi a {
	display: inline-block;
	vertical-align: middle;
}

.footer-smi a:last-child {
	margin-left: 5px;
}