/*Stylesheet*/

.gm-style div{
    position: static;
}

/*2019 Update*/

#previousBtn, #nextBtn{
    float: left;
    margin: 0 10px;
}
#searchTextBtn{
    padding: 12px 12px !important;
}

#searchText::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ccc;
  opacity: 1; /* Firefox */
}

#searchText:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ccc;
}

#searchText::-ms-input-placeholder { /* Microsoft Edge */
  color: #ccc;
}

.da-search{
    z-index:99;
}

.da-video-overlay{
    z-index:59;
    position: absolute;
    top:0px;
    left:0px;
    bottom:0px;
    right:0px;
    background-color: rgba(0,0,0,0)
}

.da-video-wrapper{
    position:absolute;
    z-index:9;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
}

video { 
    z-index:999;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    /*background: url('//demosthenes.info/assets/images/polina.jpg') no-repeat;*/
    background-size: cover;
    transition: 1s opacity;
}



@media(min-width:960px){
    .user-boxes .ubox{
        width:21.25%;
        float:left;
        border-bottom:solid 1px rgba(0,0,0,0.1); 
        padding-bottom:30px;
    }
    .user-boxes .ubox:nth-child(4n+3){margin-left:5%; margin-bottom:30px}
    .user-boxes .ubox:nth-child(2n+2){margin-left:5%; margin-bottom:30px}
}

@media(min-width:560px) and (max-width:960px){
    .user-boxes .ubox{
        width:47.5%;
        float:left;
        border-bottom:solid 1px rgba(0,0,0,0.1); 
        padding-bottom:30px;
    }
    .user-boxes .ubox:nth-child(2n+1){margin-right:5%; margin-bottom:30px}
    .user-boxes .ubox:nth-child(2n+2){margin-left:0%; margin-bottom:30px}
}


@media(max-width:560px){
    .user-boxes .ubox{
        width:100%;
        float:none;
        border-bottom:solid 1px rgba(0,0,0,0.1); 
        padding-bottom:80px;
        margin-bottom:40px;
    }
}

.top-ubox span{
    height:300px;
    width:100%;
    display:block;
    background-size:cover;
    background-position: top center;
}

.bot-ubox{
    overflow:hidden;
}


.bot-ubox h4{
    font-size:26px;
    font-weight:800;
    text-align:center;
    padding-top:40px;
}

.bot-ubox h5{
    font-size:13px;
    text-align:center;
    font-weight:400;
    color:#97a0ac;
    margin-top:-5px;
    padding-bottom:20px;
}

.bot-ubox h6{
    font-size:18px;
    text-align:center;
    font-weight:700;
    color:#BF263C;
    margin-top:-5px;
    padding-bottom:25px;
}

.bot-ubox h6 i{
    padding-right:10px;
}


.bot-ubox a{
    /*background-color:#5D9CEC;*/
    border-right: #fff 2px solid;
    line-height:44px;
    width:50%;
    float:left;
    text-align:center;
    color:#FFF;
    font-size:13px;
    font-weight:600;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.bot-ubox a:last-child{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    /*background-color:#4A89DC!important;*/
}


.user-filter select{
    width: 125px;
    float:right;
    height:46px;
    line-height:100%;
    border:solid 1px rgba(0,0,0,0.2);
    color:#666;
    text-align:left;
    padding-left:15px;
    padding-right:30px;
    transition:all 250ms ease;
    display:block;
    margin-bottom:30px;
    margin-left:20px;
}

.user-filter input{
    /*min-width:300px;*/
    float:right;
    height:46px;
    line-height:100%;
    border:solid 1px rgba(0,0,0,0.2);
    color:#666;
    text-align:left;
    padding-left:15px;
    padding-right:30px;
    transition:all 250ms ease;
   /* display:block;*/
   /* margin-bottom:30px;
    margin-right:20px;*/
}

@media(max-width:760px){
    
    .user-filter{
        margin-bottom:30px;
    }
    
    .user-filter input{
        width:100%;
    }
    
    .user-filter select{
        margin-left:0px;
        float:left;
        width:23%;
        margin-left:2%;
        margin-top:10px;
    }
    
    .user-filter .first-select{
        margin-left:0%;
        margin-right:2%;
    }
        
    .user-filter input, 
    .user-filter select{
       /* margin-bottom:10px!important*/
    }
}


/*User Profile*/


.up-right h1{
    font-size:30px;
}

.up-right h2{
    /*color:#4A89DC;*/
    font-weight:400;
    font-size:14px;
    margin-top:-25px;
}

.up-right ul li a{
    color:#1f1f1f;
}

.up-right ul{padding-left:0px!important;}
.up-right ul li{list-style:none; line-height:38px; font-size:15px;}
.up-right ul li a i{width:20px; text-align:center; margin-right:15px;}

.up-right > ul > li{
    width:50%;
    float:left;
}


.up-title{
    float:left;
}

.up-socials{
    float:right;
}
.up-socials a{
    margin-top:10px;
    float:left;
    width:35px;
    font-size:18px;
    line-height:35px;
    margin-left:3px;
    text-align:center;
}

@media(min-width:1280px){
        .content-box-agents {/*override normal content-box width...added by shawn*/
    width: 1280px !important;
}
}

@media(min-width:960px){

    .up-left{
        float:left;
        width:150px;
        height:200px;
        background-size:cover;
        background-repeat: no-repeat;
        margin-bottom:30px;
    }

    .up-right{
        /*height:300px;*/
        float:left;
        width:calc(100% - 210px);
        margin-left:50px;
        margin-bottom:30px;
    }
    .up-socials-mobile{display:none;}
}

@media(max-width:960px){
    .up-left{
        width:150px;
        height:200px;
        background-size:cover;
        background-repeat: no-repeat;
        float:none;
        margin:0 auto 30px auto;
    }
    
    .up-title{
        float:none;
        text-align:center;
    }
    
    
    .up-right ul li{
        float:none;
        width:100%;
    }
    
    .up-socials-mobile{
        display:block;
        float:none;
        margin-top:20px;
        margin-bottom:20px;
    }
    .up-socials-mobile a{
        float:left!important;
        margin-bottom:20px;
    }
    .up-socials-desktop{
        display:none;
    }

}


/*2017 Changes*/

.da-content-cover{
	background-size:cover;
	background-position: center center;
	margin:0px!important;
}

/*.da-bg-1{background-image:url(../images/pictures2/1a.jpg);}
.da-bg-2{background-image:url(../images/pictures2/1b.jpg);}
*/
/*.da-bg-2{background-image:url(../images/boxed.jpg);}*/

@media(max-width:960px){
	.da-search{
		left:auto!important;
		right:auto!important;
		margin-left:auto!important;
		margin-right:auto!important;
		padding-left:30px;
		padding-right:30px;
		width:100%;
	}

	.da-search input{
		/*width:85%!important;*//*This was if we have the search button next to input*/
                width:100%!important;
		left:auto!important;
		right:auto!important;
		height:50px!important;
		line-height:50px!important;
		font-size:14px!important;
	}
	
	.da-search-button{
		height:50px;
		line-height:50px!important;
		font-size:16px!important;
		width:15%!important;
	}
	
	.da-drop-cover{
		height:100%!important;
		position:relative!important;
	}
	
	.da-drop{
		left:auto!important;
		right:auto!important;
		margin-left:auto!important;
		margin-right:auto!important;
		width:100%!important;
		height:100%!important;
		top:auto!important;
		margin-top:auto!important;
		padding-right:20px!important;
		padding-left:20px!important;
		position:relative!important
	}
	
	.da-drop-2, .da-drop-3, .da-drop-1{
		width:100%!important;
		float:none!important;
		margin:auto!important;
	}
}

@media(max-width:768px){
	
	.da-search input{
		font-size:12px!important;	
	}
	
	.da-search h4{
		font-size:22px!important;
		line-height:50px;
		padding-bottom:0px!important;
	}
	
	.da-drop-search{
		width:50%!important;	
	}
	
	.da-drop-advanced{
		width:50%!important;
		font-size:12px;	
	}
}


.da-search{
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-385px;
	margin-top:-130px;
}

.da-search input{
	width:700px;
	height:70px;
	line-height:50px;
	padding-left:20px;
	padding-right:20px;
	font-size:17px;
	float:left;
	font-weight:300;
}

.da-search input::-webkit-input-placeholder {font-family: 'Roboto', Arial, Helvetica, sans-serif;}
.da-search input:-ms-input-placeholder {font-family: 'Roboto', Arial, Helvetica, sans-serif;}
.da-search input:-moz-placeholder {font-family: 'Roboto', Arial, Helvetica, sans-serif;}
.da-search input::-moz-placeholder {font-family: 'Roboto', Arial, Helvetica, sans-serif;}

.da-search-button{
	float:left;
	width:70px;
	background-color:#FFFFFF;
	color:#1f1f1f;
	line-height:70px;
	text-align:center;
	font-size:20px;
	font-weight:800;
	text-transform: uppercase;
	border-left:solid 1px rgba(0,0,0,0.1);
}

/*.da-advanced-search{
	text-align:center;
	font-size:14px;
	color:#ffffff;
	padding-top:20px;
	text-decoration:underline;
	font-weight:bold;
}*/

.da-advanced-search {
    padding: 5px;
    margin: 0 auto;
    margin: 0 auto;
    width: 215px;
   
    text-align: center;
    font-size: 14px;
    /* color: #ffffff; */
    /* padding-top: 5px; */
    text-decoration: underline;
}


.da-search h4{
	font-size:36px;
	padding-bottom:30px;
	font-weight:200;
	color:#FFFFFF;
	text-align:center;
}

.da-drop{
	position:absolute;
	height:450px;
	width:500px;
	top:50%;
	margin-top:-250px;
	left:25%;
	margin-left:-250px;
	background-color:rgba(255,255,255,0.9);
	padding:20px;
}

.da-drop select{
	display:block;
	width:100%;
	height:40px;
	line-height:40px;
	padding-left:10px;
	border:solid 1px rgba(0,0,0,0);
	font-size:12px;
	background-color:#FFFFFF;
	margin-bottom:20px;
}

.da-drop h5{
	font-size:16px;
	font-weight:500;
	color:#000000;
}

.da-drop h1{
	padding-bottom:10px;
	margin-bottom:20px;
	font-size:20px;
	font-weight:800;
	color:#000000;
	text-align:left;
	border-bottom:solid 1px rgba(0,0,0,0.1);
}

.no-margin-left{margin-left:0%!important;}
.no-margin-right{margin-right:0%!important;}

.da-drop-2{
	width:46%;
	margin-left:4%;
	margin-right:4%;
	float:left;
}

.da-drop-3{
	width:28%;
	margin-left:4%;
	margin-right:4%;
	float:left;
}

.da-drop-buttons{
	padding-top:20px;
	border-top:solid 1px rgba(0,0,0,0.1);
}

.da-drop-search{
	width:64%;
	float:left;
	height:45px;
	line-height:45px;
	text-align:center;
	background-color:#2980b9;
	color:#FFFFFF;
	font-size:14px;
}

.da-drop-advanced{
	width:30%;
	float:right;
	height:45px;
	line-height:45px;
	color:#000000;
	text-align:center;
	font-weight:400;
}



/*Da Header*/
/*Da Header*/
/*Da Header*/

@media(min-width:1025px){
	
	.da-menu-mobile,
	.da-contact-mobile{display:none;}
        .da-phone-mobile{display:none;}

	.da-header-fixed{
		position:fixed;
		left:0px;
		right:0px;
		top:0px;
		z-index:99999;
		background-color:#FFFFFF;
		border-bottom:solid 1px rgba(0,0,0,0.05);
	}

	.da-top{
		height:40px;
	}

	.da-logo{
            padding: 10px 5px;
            height:80px;
		/*background-image:url(../images/3082710.png);*/
		/*background-repeat:no-repeat;
		background-position:30px center;
		background-size:140px 52px;
		width:210px;
		height:110px;*/
		position:absolute;
		background-color:#FFFFFF;
		z-index:9999999;
		display:block;
		float:left;
		border-right:solid 1px rgba(0,0,0,0.05);
	}
        .da-logo img{
            max-height:60px;
        }
	
	.da-header-wrap{
		margin-left:30px;
		margin-right:30px;
		margin:0 auto;
	}
	
	.da-icons{float:right;}
	.da-ico-left, .da-ico-right{float:left;}
	
	.da-icons a{
		/*color:#1f1f1f;*/
		float:left;	
		height:40px;
		font-size:14px;
		font-weight:300;
		line-height:40px;
	}
	
	.da-ico-left{
		padding-right:20px;
		margin-right:20px;
		margin-left:50px;
	}
	
	.da-ico-left .da-ico{
		width:40px;	
		text-align:center;
	}
	
	.da-ico-right .da-ico i{
		padding-right:20px;	
		padding-left:20px;
	}
	
	.da-ico-right a{
		margin-left:10px;
		margin-right:10px;
	}	
	
	.da-bottom{
		border-top:solid 1px rgba(0,0,0,0.05);
		padding-right:30px;
		line-height:51px;
	}	
	
	.da-bottom-wrapper{
			float:left;
		/*If Logo Is Huge*/
                /*float:right;*/
	}
	
	
	.da-menu-item{
		display:inline-block;
		padding-left:10px;
		padding-right:10px;
		font-weight:500;
		text-transform:uppercase;
		font-size:14px;
		margin-bottom:-1px!important;
	}
	
	.da-menu-item a:first-child{color:#000000;}
	
	.da-submenu-item{
		position:absolute;
		background-color:#4396bf;
		margin-left:-20px;
		pointer-events: none;
		opacity:0;
		transition:all 250ms ease;
	}
	
	.da-submenu-item a{
		text-transform:none;
		color:#FFFFFF!important;
		border-bottom:solid 1px rgba(255,255,255,0.1);
		width:150px;
		font-size:13px!important;
		line-height:42px;
		padding-left:20px;
		padding-right:20px;
		font-weight:300;
		transition:all 250ms ease;
	}
	
	.da-submenu-item a:hover{
		background-color:rgba(0,0,0,0.1);
		transition:all 250ms ease;
	}
	
	.da-menu-item:hover > .da-submenu-item{
		opacity:1;
		pointer-events: all;
		transition:all 250ms ease;
	}

	.da-header-clear{
		height:85px;	
	}
	.da-submenu-item{display:block!important;}
	.da-bottom{display:block!important;}
	


	
}

@media(max-width:1024px){
	.da-icons{display:none;}
	.da-logo-offset{margin-left:0px!important;}
	
	.da-logo{
		/*background-image:url(../images/3082710.png);
		background-repeat: no-repeat;
		background-position:center center;
		background-size:125px 45px;*/
		height:65px;
		margin:0 auto;
		display:block;
		position:fixed;
		z-index:99999;
		left:0px;
		right:0px;
		z-index:9;
		background-color:#FFFFFF;
		border-bottom:solid 1px rgba(0,0,0,0.05);
	}
        
        
        .da-logo img{
            margin: 0 auto;
            max-height:60px;
        }
	
	.da-menu-mobile{
		position:fixed;
		color:#000000;
		height:65px;
		line-height:65px;
		width:60px;
		text-align:center;
		z-index:9999;
	}
	
	.da-contact-mobile{
		position:fixed;
		/*color:#000000;*/
		height:25px;
		line-height:25px;
		right:10px;
		width:25px;
		text-align:center;
		z-index:9999;
	}
        
        .da-phone-mobile{
		position:fixed;
		/*color:#000000;*/
		height:25px;
		line-height:25px;
		right:10px;
		width:25px;
                top:25px;
		text-align:center;
		z-index:9999;
	}
	
	.da-icons span{display:none;}
	.da-ico{float:left;}
	
	.da-bottom{
		position:fixed;
		left:0px;
		right:0px;
		/*top:64px;*/
                height: 100%;
		z-index:1;
		background-color:#4396bf;	
		/*max-height:441px;*/
		overflow:auto;
		overflow-x:hidden;
		display:none;
		-webkit-overflow-scrolling: touch;
	}

	.da-menu-item > a{
		font-weight:500;
		text-transform:uppercase;
		padding-left:20px!important;
		height:55px!important;
		line-height:55px!important;
		font-size:14px!important;
		color:#FFFFFF!important;
	}
	
	.da-has-submenu > a:before{
		content: "\f107"!important;
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		text-decoration: inherit;
		color: #FFFFFF;
		font-size: 10px;
		position: absolute;
		right: 0;
		height:55px;
		width:55px;
		text-align:center;
		line-height:55px;
		transition:all 250ms ease;
	}	
	
	.da-has-no-submenu > a:before{
		content: "\f111"!important;
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		text-decoration: inherit;
		color: #FFFFFF;
		font-size: 4px!important;
		position: absolute;
		right: 0;
		height:55px;
		width:55px;
		text-align:center;
		line-height:55px;
		transition:all 250ms ease;
	}
	
	.da-menu-item a{
		border-bottom:solid 1px rgba(255,255,255,0.1);
		padding-left:50px;
		color:#dedede;
		height:50px;
		line-height:50px;
		font-size:12px;
	}
	
	.da-submenu-item a:before {
		content: "\f105";
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		text-decoration: inherit;
		color: #FFFFFF;
		font-size: 8px;
		padding-right: 0.5em;
		position: absolute;
		left: 0;
		height:50px;
		width:50px;
		text-align:center;
		line-height:50px;
	}	
	
	.da-submenu-item a:after{
		content: "\f111";
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		text-decoration: inherit;
		color: #FFFFFF;
		font-size: 3px;
		padding-right: 0.5em;
		position: absolute;
		right: 0;
		height:50px;
		width:53px;
		text-align:center;
		line-height:50px;
	}
	
	.da-submenu-item{display:none;}
	
	.da-submenu-active:before {
		transform:rotate(180deg)!important;
	}
	
	.da-header-clear{
		height:60px;	
	}
}


/*Content Box*/

/*.da-bg-1{
	background-image:url(../images/pictures2/8a.jpg);
}

.da-bg-2{
	background-image:url(../images/pictures2/boxed.jpg)
}

.da-bg-3{
	background-image:url(../images/pictures2/1a.jpg)
}*/

.da-content-box{
	background-size:cover;
	background-position: center center;
	margin-bottom:50px;
}

.da-content-box-phone{
	padding-top:20px;
	padding-bottom:20px;
}

.da-content-box-phone h1{
	text-align:center;
	/*color:#FFFFFF;*/
	font-size:30px;
	font-weight:500;
	text-transform: uppercase;
	margin-bottom:0px;
}

.da-content-box-phone h2{
	font-size:20px;
	text-align:center;
	/*color:#FFFFFF;*/
	font-weight:300;
	text-transform:uppercase;
	margin-bottom:0px;
	opacity:0.7;
}

/*Scroll Header*/

.da-wrap{transition:all 250ms ease;}
.da-wrap .da-logo{transition:all 250ms ease;}
.da-wrap .da-icons a{transition:all 250ms ease;}
.da-wrap .da-menu-imte > a{transition:all 250ms ease;}


@media(min-width:1025px){

	.da-menu-scroll *{
		border:none;
	}

	.da-menu-scroll{
		background-color:rgba(255,255,255,0)!important;
		border-bottom:solid 1px rgba(255,255,255,0.1);
	}
	
	.da-menu-scroll .da-logo{
		background-image:url(../images/logo-light.png)!important;
		background-color: transparent!important;
		background-size:150px 45px;
	}
	
	.da-menu-no-scroll .da-logo{
		background-image:url(../images/logo-dark.png);
		background-color: transparent;
		background-size:150px 45px;
	}
		
	.da-menu-scroll .da-icons a{
		color:#FFFFFF;	
	}

	.da-menu-scroll .da-menu-item > a{
		color:#FFFFFF;	
	}

}

/* end of 2017 changes */


/*Grid System*/

.bg-black{
    height:50px;
    background-color:#000000;
}

.high-index{
    z-index:99999!important;
}

.content-background{
    padding-top:30px;
    padding-bottom:30px;
}


@media (min-width:0px) and (max-width:768px){
    .content-box{
        display:block;
        margin-left:20px;
        margin-right:20px;
        margin-top: 15px;
    }
    
        .content-box-contact-footer{
        display:block;
        margin-left:0px;
        margin-right:0px;
        margin-top: 0px;
    }
    
    .content-background{
        background-size:0px 0px!important;
    }
    
    .mobile-fullscreen{
        width:100%!important;
        padding-left:0px!important;
        padding-right:0px!important;
        margin-left:0px!important;
        margin-right:0px!important;
    }
    
}

@media (min-width:768px) and (max-width:960px){
    .content-box{
        display:block;
        margin-left:50px;
        margin-right:50px;
    }
    
    .mobile-fullscreen{
        width:100%!important;
        padding-left:0px!important;
        padding-right:0px!important;
        margin-left:0px!important;
        margin-right:0px!important;
    }
    
    
}

@media (min-width:960px) and (max-width:1280px){
    .content-box{
        width:960px;
        margin-left:auto;
        margin-right:auto;
    }
    

    .content-fullscreen{
        width:100%!important;
    }
    
}

@media (min-width:1280px) and (max-width:5000px){
    .content-box{
        width:1024px;
        margin-left:auto;
        margin-right:auto;
    }

    .content-fullscreen{
        width:100%!important;
    }
}


/*Sidebar Structures*/

@media(min-width:960px){
    .content-left{
        width:75%;
        float:left;
        padding-right:80px;
    }

    .sidebar-right{
        width:25%;
        float:left;
    }    
    
    .content-right{
        width:75%;
        float:right;
        padding-right:80px;
    }

    .sidebar-left{
        width:25%;
        float:left;
    }
}


@media(min-width:768px) and (max-width:960px){
    .content-left{
        width:65%;
        float:left;
        padding-right:40px;
    }

    .sidebar-right{
        width:35%;
        float:left;
    }
    
    .content-right{
        width:65%;
        float:right;
        padding-right:80px;
    }

    .sidebar-left{
        width:35%;
        float:left;
    }
    
}

/*Page Header and Menu*/


.header-top {
    margin-top: 10px;
    margin-bottom: 10px;
}

.header-logo img{
    width:180px;
    display:block;
}

.header-top-left{
/*    width: 100%;*/
    float:left;
}
    

@media (min-width:1025px){
   
    .menu-top:hover{
cursor:pointer!important;
}

/*.menu-top:hover*{
cursor:pointer!important;
}*/
  
.menu-top li{
line-height:40px;
}
    .menu-top *{list-style:none;}
    .menu-top i,.menu-top em{display:none;}
    
    .has-submenu, .no-submenu{
        color:#1f1f1f!important;   
        font-weight:400;
        margin-left:19px;
        /*padding-bottom:10px;*/   
    }
    
    .has-submenu .has-submenu, .no-submenu .no-submenu{
        margin-left:0px; 
        width: 100%;
    }
    
    .here-menu{
        margin-bottom:-3px;
    }

    .header-decoration{
        height:1px;
        display:block;
        background-color:rgba(0,0,0,0.1);
        width:100%;
        margin-top:-4px;
    }    
    
    .header-decoration-2{
        height:1px;
        display:block;
        background-color:rgba(0,0,0,0.1);
        width:100%;
        margin-bottom:30px;
    }
    
/*    .header-top-right{
        float:right;
        width:670px;
        max-width: 700px;
        margin-top:40px;
    }*/
    
    .menu-top li{
        float:left;
        font-size:15px;
    }
    
    .submenu li a{
        color:#FFFFFF;   
    }
    
    .submenu li{
        float:none;   
        font-size:13px;
        /*line-height:40px;*/
    }
    
    .submenu{
        padding-left:0px!important;
        padding-right:0px!important;
    }
    
    .submenu li a{
        padding-top:5px;
        padding-bottom:5px;
        padding-left:20px;
        padding-right:20px;
    }
    
    .submenu li:hover{
        background-color:rgba(255,255,255,0.1);   
    }

    .submenu{
        max-height:0px;
        overflow:auto;
        z-index:9999;
        /*transition:all 250ms ease;*/
        margin-left:0px;
        position:fixed;
    }
    
        .submenu .submenu{
        margin-left:70px;
    }
    
    /*add scroll bar to main drop down menus if needed. use div * does not show for body*/
     div *::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 10px;
    }
    div *::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: rgba(255,255,255,.4);
        -webkit-box-shadow: 0 0 1px rgba(0,0,0,.5);
    }
    
    .show-submenu-desktop{
       /* max-height:500px; */
        max-height:-webkit-calc(100% - 10px);
  max-height: -moz-calc(100% - 100px);
  max-height: -ms-calc(100% - 100px);
  max-height: -o-calc(100% - 100px);
  max-height: calc(100% - 100px);
        transition:all 450ms ease;
    }
    
   
    ul.submenu ul.submenu{
      /* margin-left: 126px;*/  /*added 4-9-2020 to fix crawford site sub menu*/
       margin-left: 70px;  /*added 4-9-2020 to fix brandon reitz site sub menu*/
      margin-top: -50px;
    }
    
    /* end of scroll bar*/
    
    .show-mobile-menu{display:none;}
    .show-mobile-link{display:none;}
    .close-menu{display:none;}
}

@media(max-width:1025px){
    
    .close-menu{display:block;}
    
    .header-decoration-2{
        margin-bottom:30px;   
    }
    
    .header-top-left{
        position:fixed;
        width:100%;   
        background-color:#FFFFFF;
        z-index:9999999;
        padding-top:20px;
        padding-bottom:20px;
        margin-top:-20px;
        left:0px;
        border-bottom:solid 1px rgba(0,0,0,0.1);
    }
    
    .header-clear-large{
        height:100px;   
    }
    
    .header-logo{
        /*pointer-events:none;*/
    }
    
    .header-logo img{
        margin-left:auto;
        margin-right:auto;
    }
    
    .show-mobile-menu{
        /*color:#1f1f1f;*/
        position:fixed;
        width:60px;
        height:60px;
        line-height:60px;
        text-align:center;
        left:0px;
    }
    
    .fm-1{
        position:absolute;
        width:15px;
        height:2px;
        background-color:#000000;
        margin-top:25px;
        margin-left:-15px;
        -ms-transform: rotate(0deg); 
        -webkit-transform: rotate(0deg); 
        transform: rotate(0deg);
        transition:all 250ms ease;
    }

    .fm-2{
        position:absolute;
        width:15px;
        height:2px;
        background-color:#000000;
        margin-top:29px;
        margin-left:-15px;
        -ms-transform: rotate(0deg); 
        -webkit-transform: rotate(0deg); 
        transform: rotate(0deg);
        transition:all 250ms ease;
    }

    .fm-3{
        position:absolute;
        width:15px;
        height:2px;
        background-color:#000000;
        margin-top:33px;
        margin-left:-15px;
        transition:all 250ms ease;
    }

 /*   .active-fm-1{
        width:13px;
        -ms-transform: rotate(-45deg); 
        -webkit-transform: rotate(-45deg); 
        transform: rotate(-45deg);   
        margin-top:29px;
        background-color:#c0392b;
        transition:all 250ms ease;
    }

    .active-fm-2{
        width:13px;
        -ms-transform: rotate(45deg); 
        -webkit-transform: rotate(45deg); 
        transform: rotate(45deg);   
        background-color:#c0392b;
        transition:all 250ms ease;
    }

    .active-fm-3{
        opacity:0;
        transition:all 250ms ease;
    }*/

    .show-mobile-link{
        color:#1f1f1f;
        position:absolute;
        width:60px;
        height:60px;
        line-height:60px;
        text-align:center;
        right:0px;
        top:20px;
    }
    
    /*Nav*/

    .menu-top{
        left:0px;
        /*position:fixed!important;*/
        z-index:9999;
        max-height:426px;
        width:100%;
        -moz-transform: translateY(-800px);
        -webkit-transform: translateY(-800px);
        -o-transform: translateY(-800px);
        -ms-transform: translateY(-800px);
        transform: translateY(-800px);
        transition:all 250ms ease;
        border-bottom:solid 1px rgba(0,0,0,0.05);
        overflow-x: hidden!important;
    }

    .menu-top-active{
        -moz-transform: translateY(40px);
        -webkit-transform: translateY(40px);
        -o-transform: translateY(40px);
        -ms-transform: translateY(40px);
        transform: translateY(40px);
        transition:all 250ms ease;
    }

    @media(min-width:768px){
        .menu-top{
            border-left:solid 1px rgba(0,0,0,0.1);
            border-right:solid 1px rgba(0,0,0,0.1);
            width:340px!important;
            left:24px;
        }

        .menu-top-active{
            -moz-transform: translateY(40px);
            -webkit-transform: translateY(40px);
            -o-transform: translateY(40px);
            -ms-transform: translateY(40px);
            transform: translateY(40px);
            transition:all 250ms ease;
        }
    }


    .active-submenu{
        display:block;
        min-height:100%;
        max-height:500px!important;
    }

    .active-menu a{
        font-weight:600!important;
        color:#000000!important;
        font-size:12px!important;
        padding-top:1px;
    }

    .active-menu .fa-circle{
        color:#2ecc71!important;
        margin-top:26px;
    }

    .menu-top li{list-style:none; margin-bottom:0px;}
    .menu-top li a:hover{background-color:rgba(0,0,0,0.05); }
    .menu-top li:hover{
        text-decoration: underline;
    }
    .submenu{margin-bottom:0px;}

    .menu-top{
        border-top:solid 1px rgba(0,0,0,0.1);   
        background-color:rgba(255,255,255,1);
        /*position:absolute;*/
        width:100%;
        z-index:999;
        top:25px;
        -webkit-overflow-scrolling:touch!important;
        transition:all 350ms ease;
    }

    .menu-top span{
        border-bottom:solid 1px rgba(0,0,0,0.1); 
        display:block;
        /*font-size:11px;*/
        font-family:'Roboto', sans-serif;
        /*text-align:Center;*/
        padding-top:5px;
        padding-bottom:5px;
        padding-left:10px;/*added by shawn*/
    }

    .menu-top a i, .menu-top a em{
        position:absolute;
        margin-top:24px;
        margin-left:-40px;
        font-size:14px;
    }

    .menu-top .fa-circle{
        /*position:absolute!important;*/
        float:right;
        right:0px;
        margin-right:25px;
        font-size:8px;
        margin-top:29px;
    }

    .menu-top .fa-angle-right{  
        position:absolute;
        left:43px;
        top:-4px;
    }

    .menu-top .fa-plus{
        -ms-transform: rotate(0deg); 
        -webkit-transform: rotate(0deg); 
        transform: rotate(0deg);
        position:absolute!important;
        right:0px;
        margin-right:24px;
        font-size:10px;
        margin-top:27px;
        transition:all 350ms ease;
    }

    .menu-top a{
        font-size:13px;
        font-weight:500;
        padding-left:10px;
        color:#3b4043;
        line-height:35px;
        border-bottom:solid 1px rgba(0,0,0,0.1); 
    }

    .submenu li:last-child{
        border-bottom:solid 1px rgba(0,0,0,0.08)!important;
    }

    .menu-top a:hover{color:#000000;}

    /*.submenu{display:none;}*/

    .submenu{
        /*removed 4-9-2020 to fix crawford site sub menu*/
       /* margin-left:-20px;*/
        max-height:0px;
        overflow:hidden;
        transition:all 350ms ease;
    }

    .show-submenu{
        max-height:1550px!important;
        transition:all 350ms ease;
    }

    .submenu a{
        font-size:12px;
        line-height:35px!important;
        opacity:0.8;
        padding-left:30px;
    }

    .submenu li:hover{
        background-color:rgba(0,0,0,0.02);
    }

    .submenu .fa-angle-right{
        margin-left:26px;
        margin-top:27px;
    }

    .active-plus{
        color:#c0392b;
        -ms-transform: rotate(135deg)!important; 
        -webkit-transform: rotate(135deg)!important; 
        transform: rotate(135deg)!important;
        transition:all 350ms ease;
        margin-top:27px!important;
    }

    .submenu .fa-circle{
        position:absolute;
        z-index:999999;
        margin-top:28px;
        font-size:6px!important;
    }

    .has-submenu .fa-mobile{
        font-size:22px;
        margin-top:20px;
    }
}
    

/*Header Social Icons*/


@media (min-width:760px) and (max-width:1024px){
    .social-information{
        padding-top:15px;
        padding-bottom:15px;
        border-bottom:solid 1px rgba(0,0,0,0.1);
    }
    
    .contact-icons{
        padding-left:50px;   
    }
    
    .social-icons{
        padding-right:50px;   
    }
}
    
@media (min-width:760px){
    .social-information{
        padding-top:5px;
        padding-bottom:5px;
    }
    
    .contact-icons{
        float:left;   
    }
    
    .contact-icons a{
        color:#888888;
        float:left;
        margin-left:20px;
        height:40px;
        line-height:40px;
    }
    
    .contact-icons a i, .contact-icons a em{
        padding-right:10px;   
    }
    
    .contact-icons a em{
        font-style:normal;   
    }
    
    .social-icons{
        float:right;   
    }
    
    .social-icons a{
        float:left;
        width:40px;
        height:40px;
        line-height:40px;
        text-align:center;
        margin-right:5px;
        font-size:16px;
    }
}


@media(max-width:760px){
    .da-logo img{
            max-width:250px;
        }
        
    .social-information{
        border-bottom:solid 1px rgba(0,0,0,0.1);
        padding-bottom:10px;
        padding-top:10px;
    }
    
    .social-icon-hide{
        display:none;   
    }
    
    .social-icons a{
        width:20%;
        text-align:center;
        float:left;
    }
    
    .contact-icons a{
        text-align:center;
        width:20%;
        float:left;
    }
    
    .contact-icons a i, .contact-icons a em{
        padding-right:20px;
    }
    
    .contact-icons a em{
        display:none;
    }
    .logoWrap{
        margin: 0 0 0 70px;
    }

}

/*Homepage Slider Settings*/

.homepage-slider{
    max-height:500px;
    overflow:hidden;
}

.homepage-slider img{
    z-index:1;
    transform: translate3d(0, 0, 0);
}

.homepage-slider-controls a{
    font-size:50px;
    width:50px;
    height:50px;
    line-height:50px;
    text-align:center;
    color:#FFFFFF;
}

@media(max-width:768px){
    .homepage-slider-controls a{
        font-size:17px;   
    }
}

.homepage-slider-controls a:first-child{
    margin-left:100px;
}

.homepage-slider-controls a:last-child{
    float:right;
    margin-top:-50px;
    margin-right:100px;
}

.homepage-slider-controls{
    position:absolute;
    width:100%;
    top:50%;
    margin-top:-25px;
    z-index:1;
}

.font-icon-strip{
    width:300px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:50px;
}

.font-icon-strip strong{
    margin-top:14px;
    position:absolute;
    left:50%;
    margin-left:-150px;
    display:block;
    height:1px;
    width:300px;
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(202,202,202,1) 50%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(202,202,202,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(202,202,202,1) 50%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(202,202,202,1) 50%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(202,202,202,1) 50%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(202,202,202,1) 50%,rgba(255,255,255,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}
    
    
.font-icon-strip i, .font-icon-strip em{
    position:absolute;
    width:60px;
    height:30px;
    left:50%;
    margin-left:-30px;
    line-height:30px;
    text-align:center;
    font-size:24px;
    background-color:#FFFFFF;
    z-index:10;
}

.large-search input{
    width:100%;
    display:block;
    height:50px;
    line-height:50px;
    border:solid 1px rgba(0,0,0,0.3);
    color:#666;
    text-align:left;
    padding-left:20px;
    padding-right:20px;
    transition:all 250ms ease;
}

.large-search input:focus{
    transition:all 250ms ease;
}

.large-search a{
    position:absolute;
    top:0px;
    height:50px;
    line-height:50px;
    font-size:14px;
    right:0px;
    /*border-bottom-right-radius:10px;
    border-top-right-radius:10px;*/
    width:120px;
    text-align:center;
    color:#FFFFFF;
    font-weight:400;
}

.large-search a em{
    font-style:normal;
}

.large-search a i, .large-search a em{
    padding-right:15px;
    font-size:14px;
}

@media (max-width:960px){
    .large-search input{
        font-size:12px;   
        padding-right:60px;
    }
    
    .large-search a em{
        display:none;   
    }
    
    .large-search a{
        width:50px;   
    }
    
    .large-search a i, .large-search a em{
        padding:0px;
        width:50px;
        height:50px;
        line-height:50px;
    }
    
    .large-search{
        margin-bottom:30px;   
    }
}
    
    
/* Advanced Search */

.advanced-search{
    margin-bottom:30px;
}

.advanced-search input, .advanced-search select{
    width:9%;
    height:50px;
    line-height:100%;
    border:solid 1px rgba(0,0,0,0.3);
    color:#666;
    text-align:left;
    padding-left:10px;
    padding-right:10px;
    transition:all 250ms ease;
    float:left;
    margin-right:1.2%;
}

.advanced-search input{
    width:10%;
}


.advanced-search input:focus, .advanced-search select:focus{
    transition:all 250ms ease;
}
        
.advanced-search-button{
    width:115px;
    top:0px;
    height:50px;
    line-height:50px;
    font-size:14px;
    right:0px;
    /*border-bottom-right-radius:10px;
    border-top-right-radius:10px;*/
    text-align:center;
    color:#FFFFFF;
    font-weight:400;
    float:right;
}

.advanced-search-button em{
    font-style:normal;
}

.advanced-search-button i, .advanced-search-button em{
    padding-right:15px;
    font-size:14px;
}
    
@media (min-width:568px) and (max-width:960px){
    .advanced-search input, .advanced-search select{
        width:23%;   
        margin-bottom:20px;
        margin-left:1%;
        margin-right:1%;
    }
    
    .advanced-search-button i, .advanced-search-button em{
        display:none;
    }
    
    .advanced-search-button {
        width:100%;
        display:block;
    }
}

@media (max-width:568px){
    .advanced-search input, .advanced-search select{
        width:46%;   
        margin-bottom:20px;
        margin-left:1%;
        margin-right:1%;
    }
    
    .advanced-search-button i, .advanced-search-button em{
        display:none;
    }
    
    .advanced-search-button {
        width:100%;
        display:block;
    }
}
    
/*Content Strip*/

.content-fullscreen{
    overflow:hidden;
    max-height:100%;
    display:block;
}

.content-fullscreen .content-strip{
    padding-left:50px;
    padding-right:50px;
}

.content-fullscreen .quote-slider-controls a:last-child{
    margin-right:100px;
}


.content-fullscreen  .homepage-slider-controls a:first-child{
    margin-left:50px;
}

.content-fullscreen .homepage-slider-controls a:last-child{
    float:right;
    margin-top:-50px;
    margin-right:50px;
}


@media(max-width:768px){
    .content-fullscreen{
        background-color:#FFFFFF!important; 
        z-index: 0 !important;
    }
    
    .background-image{
        background-image:none!important;   
    }
}

.content-fullscreen .overlay{
    position:absolute;
    left:0px;
    top:0px;
    right:0px;
    bottom:0px;
    width:100%;
    height:100%;
    z-index:2;
}
    
.content-strip{
    position:relative;
    z-index:3;
    padding-top:50px;
    padding-bottom:50px;
    overflow:hidden;
}

.content-strip h1,
.content-strip h2, 
.content-strip h3, 
.content-strip h4, 
.content-strip h5, 
.content-strip h6{
    color:#FFFFFF;
}

.content-strip p{
    font-size:14px;
    color:rgba(255,255,255,0.9);
}

.content-strip ul{
    padding:0px;
}

.content-strip li{ 
    float:left;
    display:inline-block;
    width:50%;
    line-height:30px;
    list-style:none;
    color:rgba(255,255,255,0.9);
}

.content-strip strong{
    color:#FFFFFF;
    /*width:120px;*/
    display:inline-block;
}
    
.left-content-strip{
    width:45%;
    float:left;
    margin-right:5%;
}
    
.right-content-strip{
    float:left;
    width:50%;
}

        
@media (max-width:960px){
    .content-strip{
        text-align:center;   
    }
    
    .content-strip p{
        padding-bottom:30px;  
    }
    
    .content-strip ul{
        padding-bottom:30px;   
    }
    
    .content-strip li{
        float:none;
        display:block;
        width:100%;
        text-align:center;   
    }
    
    .left-content-strip{
        width:100%;
        float:none;
        text-align:center;
    }
    
    .right-content-strip{
        width:100%;
        float:none;
    }
}

/*.move-higher{
    margin-top:-5px;
    padding-top:25px;
}*/

.move-higher .here-menu{
    padding-bottom:10px;
}
    

/*Link List*/

.link-list{
    list-style:none;
    padding-left:0px;
    margin-bottom:30px;
}

    
.link-list a{
    line-height:40px;
    width:auto;
    display:inline;
    border-bottom:solid 1px rgba(0,0,0,0);
    padding-bottom:5px;
    transition:all 100ms ease;
}

.link-list a:hover{
    transition:all 100ms ease;
}

@media(min-width:768px){
    
    .background-white{
        background-color:#FFFFFF;
    }
    
    .background-pattern .content-box{
        background-color:#FFFFFF;
        padding-left:50px;
        padding-right:50px;
        padding-bottom:30px;
        padding-top:30px;
        -webkit-box-shadow: 0 2px 5px 1px rgba(0,0,0,0.1);
                box-shadow: 0 2px 5px 1px rgba(0,0,0,0.1);
    }    
    
    .background-image .content-box{
        background-color:#FFFFFF;
        padding-left:50px;
        padding-right:50px;
        padding-bottom:30px;
        padding-top:30px;
        -webkit-box-shadow: 0 2px 5px 1px rgba(0,0,0,0.1);
                box-shadow: 0 2px 5px 1px rgba(0,0,0,0.1);
    }

    .background-pattern{
        padding:0px;
        background-image:url(../images/bg.png);
    }    
}

.background-image{
    padding:0px;
    background-image:url(../images/pictures2/1.jpg);
    background-size:cover;
}    

/*Featured Item Sliders*/

.featured-properties-slider a{
    position:relative;
}

.featured-properties-slider em{
    -webkit-transform: translate3d(0,0,0)!important;
    text-shadow: 2px 2px 4px rgba(0,0,0,0)!important;;
    font-size:18px;
    color:#1f1f1f;
    font-style:normal;
    font-weight:600;
    margin-top:10px;
    margin-bottom:10px;
}

.featured-properties-slider img{
    -webkit-transform: translate3d(0,0,0)!important;   
    transform: translate3d(0,0,0)!important;   
}

.featured-properties-slider a div.bg-red-light{
    display:block;
    width:50px;
    height:3px;
    margin-bottom:15px;
    margin-top:15px;
    background-color:inherit;
    margin-left:auto;
    margin-right:auto;
}

.featured-properties-slider ul{
    -webkit-transform: translate3d(0,0,0)!important;
    list-style:none;
    padding:0px 20px;
}

.featured-properties-slider li{
    line-height:30px;
    text-align:right;
    color:#666666;
}

.featured-properties-slider  li strong{
    font-weight:600;
    float:left;
    color:#1f1f1f;
}

.featured-properties-slider-controls a{
    width:35px;
    height:35px;
    line-height:35px;
    text-align:center;
    float:left;
    color:#FFFFFF;
    margin-right:10px;
}

.featured-properties-slider-controls{
    position:absolute;
    z-index:10;
    margin-top:-45px;
    right:-10px;
}

.featured-property-slider-controls a{
    width:35px;
    height:35px;
    line-height:35px;
    text-align:center;
    float:left;
    color:#FFFFFF;
    margin-right:10px;
}

.featured-property-slider-controls{
    position:absolute;
    z-index:10;
    margin-top:-35px;
    right:-10px;
}

/*Quote Slider*/

.quote-slider{
    margin-top:100px;
}

.view-quotes{
    text-align:right;
    font-size:14px;
    color:#FFFFFF;
    font-size:14px;
    opacity:0.8;
}

.view-quotes i, .view-quotes em{
    padding-left:10px;
}

.quote-slider-controls a{
    font-size:50px;
    width:50px;
    height:50px;
    line-height:50px;
    text-align:center;
    color:#FFFFFF;
}

@media(max-width:768px){
    .quote-slider-controls a{
        font-size:17px;   
    }
}

.quote-slider-controls a:last-child{
    float:right;
    margin-top:-50px;
}

.quote-slider-controls{
    position:absolute;
    width:100%;
    top:50%;
    margin-top:-25px;
    z-index:9999;
}

.quote-slider p{
    -webkit-transform: translate3d(0,0,0)!important;
    font-size:16px;
    /*font-weight:200;*/
    font-style:italic;
    text-align:center;
    /*line-height:20px;*/
    max-width:700px;
    margin-left:auto;
    margin-right:auto;
    color:rgba(255,255,255,0.9);
}
.quote-slider p a{
    color: #ffffff !important;
}

.quote-slider strong{
    -webkit-transform: translate3d(0,0,0)!important;
    font-size:16px;
    text-align:center;
    display:block;
    width:100%;
    font-weight:500;
    margin-left:auto;
    margin-right:auto;
    color:#cacaca;
}

@media(max-width:760px){
    .quote-slider p{
        font-size: 18px; 
        padding-left:20px;
        padding-right:20px;
        line-height:36px;
    }
}


/*Quote 3*/
.quotes .fa-quote-left{
    font-size:26px;
    display:block;
    text-align:left;
    position:absolute;
    margin-top:10px;
}

.quotes p{
    font-size:16px;
    font-weight:400!important;
    margin-bottom:0px;
    padding-left:50px;
}

.quotes .quote-author{
    display:block;
    text-align:right;
    color:#1f1f1f;
    margin-top:20px;
}


/*Market Trends*/



.trend{
    list-style:none;
    padding:0px;
    margin-bottom:0px;
}

.trend .strong-font{
    color:#1f1f1f;
    font-size:16px;
    margin-bottom:10px;
}

.trend li{
    font-size:16px;
    width:33.3%;
    float:left;
    text-align:left;
    line-height:40px;
}

.trend:after{
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}

.trend li i, .trend li em{
    font-size:22px;   
    padding-right:15px;
}

.trend li:nth-child(2){
    text-align:center;
}

.trend li:nth-child(3){
    text-align:right;
}


@media(max-width:768px){
    .trend .strong-font{
        font-size:14px;   
    }
    
    .trend li{
        font-size:13px;   
    }
}


/*Footer*/

.content-footer{
    padding-top:50px;
    padding-bottom:20px;
}

.content-footer .content-box{
    background-color:transparent!important;
}

.content-footer-black{
    background-color:rgba(0, 0, 0,1.0);
}

.content-footer-black a{
    color:#FFFFFF;
}

.content-footer-black strong{
    color:#FFFFFF;
}

.content-footer-black{
    padding-top:0px;
}

.content-footer-black p{
    margin-bottom:0px;
    color:#FFFFFF;
    font-size:13px;
}

.content-footer h1,
.content-footer h2, 
.content-footer h3,
.content-footer h4,
.content-footer h5, 
.content-footer h6{
    color:#FFFFFF;
    font-weight:500;
    margin-bottom:10px;
}

.input-footer{
    margin-bottom:10px;
}

.input-footer i, .input-footer em{
    height:45px;
    width:15%;
    text-align:left;
    line-height:45px;
    font-size:16px;
    float:left;
    color:#7b7b7b;
    color:#FFFFFF!important;
}

.input-footer input{
    font-size:13px;
    width:85%;
    float:left;
    height:45px;
    line-height:45px;
    background-color:transparent;
    color:#969696;
    padding-left:20px;
    border:solid 1px rgba(255,255,255,0.1);
    transition:all 250ms ease;
}

.input-footer input:focus{
    transition:all 250ms ease;
}

.input-text i, .input-text em{
    height:40px;
    width:15%;
    text-align:left;
    line-height:45px;
    font-size:16px;
    float:left;
    color:#7b7b7b;
    color:#FFFFFF!important;
}

.input-text textarea{
    font-size:13px;
    width:85%;
    float:left;
    height:45px;
    max-width:85%;
    line-height:45px;
    background-color:transparent;
    color:#969696;
    padding-left:20px;
    padding-right:20px;
    overflow:hidden;
    border:solid 1px rgba(255,255,255,0.1);
    transition:all 250ms ease;
}


.input-text textarea:focus{
    /*height:135px;*/
    transition:all 250ms ease;   
}

.button-footer{
    margin: 0 auto;
    /*float:right;
    margin-right:0px!important;*/
    font-weight:500!important;
}

.footer-contact{
    padding:0px;
    list-style:none;
}

.footer-contact li{
    line-height:22px
}

.footer-contact li i{
    color:#FFFFFF!important;
    font-size:15px;
    width:35px;
    text-align:center;
}
    
.footer-contact li strong{
    width:110px;
    /*display:inline-block;*/
}

.footer-contact li em{
    font-style:normal;   
}

.footer-social{
    float:right;
    margin-right:10px;
    width:35px;
    text-align:center;
    color:#FFFFFF;
    font-size:16px;
    height:35px;
}

@media(max-width:768px){
    .content-footer .one-third-responsive{
        border-bottom:solid 1px rgba(255,255,255,0.1);   
        margin-bottom:0px;
    }
    
    .content-footer-black strong{
        display:block;
        height:10px;
    }
    
    .content-footer-black p{
        text-align:center;   
        /*margin-top:20px;*/
    }    
    
    .content-footer-black .footer-social{
        float:none;
        display:inline-block;
        margin-bottom:20px;
    }
}


/*Content Page*/

.normal-text{
    font-size:14px;
}


.contact-widget{
    
}

.contact-widget a {
    /*color:#1f1f1f;*/
    line-height:40px;
    transition:all 250ms ease;
}

.contact-widget a:hover{
    color:#3498db;
}

.contact-widget a i, .contact-widget a em{
    width:24px;
}

.contact-widget a strong{
    width:82px;
    display:inline-block;
}

.contact-widget a em{
    opacity:0.7;
    font-weight:400;
    font-style:normal;
}


/*Contact Form*/

.contact-form .contact-form-half:first-child{
    margin-left:0%!important;
}

@media(max-width:768px){
    .contact-form-half{
        float:none!important;
        width:100%!important;
        margin-left:0px!important;
    }  
    
    .clear-half-fields{
        clear:both;   
    }
}

.contact-form-field input{
    height:50px;
    line-height:100%;
    border:solid 1px rgba(0,0,0,0.2);
    color:#666;
    text-align:left;
    padding-left:40px;
    padding-right:10px;
    transition:all 250ms ease;
    float:left;
    display:block;
    width:100%;
    margin-bottom:20px;
}

.contact-form-half{
    float:left;
    width:48%;
    margin-left:4%;
}

.contact-form-field i, .contact-form-field em{
    color:#1f1f1f;
    position:absolute;
    z-index:10;
    height:35px;
    margin-top:7px;
    width:45px;
    line-height:35px;
    text-align:center;
}


.contact-form-field input:focus{
    transition:all 250ms ease;
}

.contact-form-field textarea{
    /*height:50px;*/
    line-height:100%;
    line-height:28px;
    /*min-height:100px;*/
    max-width:100%;
    border:solid 1px rgba(0,0,0,0.2);
    color:#666;
    text-align:left;
    padding-left:40px;
    padding-right:10px;
    transition:all 250ms ease;
    display:block;
    width:100%;
    margin-bottom:20px;
    overflow:hidden;
}

.contact-form-field textarea:focus{
    /*min-height:200px;*/
    transition:all 250ms ease;    
}

.contact-form-field label{
    border: 1px solid #efefef;
}


/*Property Details*/
/*Thumbnail Slider*/

@media(min-width:768px){
    .property-details{
        width:45%;
        float:left;
    }

    .amenities{
        width:45%;
        float:left;
        margin-left:10%;
    }

    .full-width-details{
        width:100%!important;
        margin-left:0px;
        margin-right:0px;
    }
    
    .property-details ul em{
        /*width:50%;*/
        float:left;        
    }
    
    .property-details strong{
        /*width:50%;*/
        float:left;        
    }
    .property-details ul{
        width:100%;
        float:left;  
        margin-left:3%;
        margin-right:3%;
    }
    
    
    
    .property-status{
        padding-left:30px;
        padding-right:30px;   
    }
}

#slider img{
    max-width: 100%;
    display:block;
    /*width:100%;*/
    width:auto;
    margin: 0 auto;
}

/*@media(max-width:768px){
    #slider img{
    display:block;
    width:100%;
 
    margin: 0 auto;
}
}*/

#slider{
    margin-bottom:10px;
}

#thumbnails{
    margin-bottom:30px;
}

#thumbnails div{
    cursor:pointer;
}


/*Slider Controls*/

.slider-controls{
    position:absolute;
    z-index:999;
    margin-top:-60px;
    right:-10px;
}

.slider-controls a{
    width:30px;
    height:30px;
    line-height:30px;
    text-align:center;
    color:#FFFFFF;
    font-size:18px;
    float:left;
    margin-right:10px;
}

@media(max-width:568px){
    .slider-controls{display:none;}
}


.status-inactive{
    background-color:#c0392b;
}

.status-active{
    background-color:#2980b9;
}

.property-status{
    color:#FFFFFF;
    line-height:50px;
    margin-bottom:30px;
}

.property-status em{
    font-style:normal;
    font-size:14px;
    font-weight:500;
}

.property-status strong{
    float:right;
    font-size:18px;
    font-weight:900;
}

.property-details ul{
    padding:0px;
    list-style:none;
}

.property-details ul li{
     margin-left: 10px;
            width: 47%;
            display: inline-block !important;
    line-height:35px;
    border-bottom:solid 1px rgba(0,0,0,0.1);
    text-align:left;
}

.property-details ul strong{
    color:#1f1f1f;
    /*width:130px;*/
    display:inline-block;
    float:left;
    text-align:left;
}

.amenities li{
   text-align:left!important;
}


.property-details-copyright p{
    font-size:12px;
    line-height:24px;
}

/*Share Icons*/

.share-icons{
    text-align: center;
    /*width:300px;*/
    margin-left:auto;
    margin-right:auto;
}

.share-icons a{
    width:40px;
    height:40px;
    line-height:40px;
    text-align:center;
    font-size:16px;
    float:left;
    margin-left:10px;
    margin-right:10px;
    transition:all 150ms ease;
}

.share-icons a:hover{
    transform:scale(1.2, 1.2);
    -webkit-transform:scale(1.2, 1.2);
    -ms-transform:scale(1.2, 1.2);
    -o-transform:scale(1.2, 1.2);
    -moz-transform:scale(1.2, 1.2);
    transition:all 150ms ease;
}


/*Evaluation Page*/

.evaluation-form-field select{
    padding-left:10px!important;
}

.evaluation-form-field-no-icon input{
    padding-left:13px!important;
}

.evaluation-form-field input, .evaluation-form-field select{
    height:50px;
    line-height:100%;
    border:solid 1px rgba(0,0,0,0.2);
    color:#666;
    text-align:left;
    padding-left:40px;
    padding-right:10px;
    transition:all 250ms ease;
    display:block;
    width:100%;
    margin-bottom:20px;
}

.evaluation-form-field i, .evaluation-form-field em{
    color:#e74c3c;
    position:absolute;
    z-index:10;
    height:35px;
    margin-top:8px;
    width:45px;
    line-height:35px;
    text-align:center;
    font-size:10px;
}

.evaluation-form-field input:focus{
    transition:all 250ms ease;
}

.evaluation-textarea{
    font-size:14px;
    width:100%;
    float:left;
    height:50px;
    line-height:50px;
    background-color:#FFFFFF;
    color:#666666;
    padding-left:20px;
    padding-right:20px;
    overflow:hidden;
    border:solid 1px rgba(0,0,0,0.2);
    transition:all 250ms ease;
}


.evaluation-textarea:focus{
    height:135px;
    transition:all 250ms ease;   
}




/*market Watch*/
/*Market Search*/

.market-search input, .market-search select{
    width:48%;
    height:50px;
    line-height:100%;
    border:solid 1px rgba(0,0,0,0.3);
    color:#666;
    text-align:left;
    padding-left:10px;
    padding-right:10px;
    transition:all 250ms ease;
    float:left;
}

.market-search input{
    margin-left:4%;
}


.advanced-search input:focus, .advanced-search select:focus{
    transition:all 250ms ease;
}

@media(min-width:960px){

    .market-fields{
        list-style:none;
        padding:0px;
        width:100%;
        margin-bottom:0px;
        clear:both;
    }

    .title-fields li{
        font-weight:600;
        color:#1f1f1f;
        font-size:16px!important;
        line-height:60px!important;
        padding-top:0px!important;
        border-bottom:solid 1px rgba(0,0,0,0.5);
    }

    .market-fields li{
        float:left;
        list-style:none;
        border-bottom:solid 1px rgba(0,0,0,0.1);
        /*padding-bottom:7px;*/
    }

    .market-fields .s{  width:8%;}
    .market-fields .xs{ width:6%;}
    .market-fields .m{  width:11%;}
    .market-fields .l{  width:20%;  padding-top:6px;  line-height:27px; height:60px; font-size:13px;text-overflow: ellipsis;}
    .table-fields li{ line-height:60px;}
    .market-fields strong{ display:none;}
}


@media(min-width:650px) and (max-width:960px){

    .market-fields{
        list-style:none;
        padding:0px;
        width:100%;
        clear:both;
    }

    .title-fields li{
        font-weight:600;
        color:#1f1f1f;
        font-size:13px!important;
        line-height:50px!important;
        padding-top:0px!important;
        border-bottom:solid 1px rgba(0,0,0,0.5);
    }

    .market-fields li{
        font-size:11px;
        float:left;
        list-style:none;
        border-bottom:solid 1px rgba(0,0,0,0.1);
        padding-bottom:8px;
    }

    .market-fields .s{  width:8%;}
    .market-fields .xs{ width:6%;}
    .market-fields .m{  width:11%;}
    .market-fields .l{  width:20%;  padding-top:5px;  line-height:20px; padding-right:5px;}
    .table-fields li{ line-height:45px;}
    .market-fields strong{ display:none;}
}


@media(max-width:650px){
    
    .hide-market-deco{display:none!important;}

    .market-fields{
        list-style:none;
        padding:0px;
        clear:both;
        padding-bottom:30px;
        border-bottom:solid 1px rgba(0,0,0,0.1);
    }

    .title-fields li{ display:none;   }
    .market-fields li{ list-style:none; }

    .table-fields li{
        line-height:30px;
    }
    
    .table-fields li{
       text-align:right;
    }
    
    .table-fields li strong{
        text-align:left;
        margin-bottom:-30px;
        width:70px;
        color:#1f1f1f;
        display:block;
    }
    
}

.selected-field{
    font-weight:800;
    color:#27ae60;
}

.selected-field strong{
    color:#27ae60!important;
}


.table-fields:after{
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}

.market-records input{
    -webkit-appearance: checkbox;
    -moz-appearance:    checkbox;
    appearance:         checkbox;
    margin-left:0px;
    padding-left:10px;
    display:block;
}


.market-records strong{
    display:block;
    margin-top:-20px;
    font-size:14px;
    color:#000000;
    margin-left:30px!important;
}

.market-records a{
    width:33%;
    float:left;
    text-align:center;
    margin-bottom:30px;
    color:#1f1f1f;
    font-size:18px;
}

.market-records a i{
    display:block;
    font-size:28px;
    text-align:center;
    padding-bottom:10px;
}

.market-records a em{
    display:block;
    font-size:10px;
    color:#666666;
    font-style:normal;
    margin-top:-10px;
}


/*Market Search*/

.halfBlock{
            float: left;
            width: 50%;
        }
        
@media(max-width:768px){
    .market-filter div{
        width:31.5%!important;
        float:left;
    }
    .halfBlock{
            float: none;
            width: 100%;
        }
}

.market-filter div{
    display:block;
    width:15%;
    float:left;
    margin-right:1.5%;
    margin-bottom:30px;
}

.market-filter input, .market-filter select{
    height:50px;
    line-height:100%;
    width:100%;
    border:solid 1px rgba(0,0,0,0.3);
    color:#666;
    text-align:left;
    padding-left:10px;
    padding-right:10px;
    transition:all 250ms ease;
}

.selected-market-record{
    font-weight:900;
}

.selected-market-record em{
    font-weight:400!important;
}

.checkbox-record{
    width:15px;
    height:15px;
    margin-top:10px;
    margin-bottom:10px;
    margin-left:auto!important;
    margin-right:auto!important;
}

.select2-container {
    display: inherit !important;
}

.ui-autocomplete{
            background:#eee;
            z-index:2000;
            cursor:pointer;
            width:600px;
        }
        .ui-autocomplete-loading { background:url('../images/select2-spinner.gif') #ffffff no-repeat right center !important; }
        .ui-helper-hidden-accessible{
            display:none;
        }
        .ui-autocomplete li{
            list-style: none;
            
        }
        .ui-autocomplete li{
            list-style: none;
            
        }
        .ui-autocomplete li a:hover{
            text-decoration: underline !important;
            
        }

        #addressSearchBtn i, #addressSearchBtn em {
            color: #fff;
        }
       
        
        
/*end of Market Watch*/

#laBtn, #hvBtn {
    width: 100%;
    text-align: center;
}

#laOther{
    display:none;
}

.has-error{  
    border: 1px solid #ff0000 !important;
}

#hvMsg{
   color: #ff0000;
    font-size: 16px; 
}

/*.owl-carousel .owl-item{
    height:575px;
    width:100%;
}*/
.featured-properties-slider{
    margin: 0 10px;
}

.flLinks .owl-lazy {
    cursor: pointer !important;
    max-height: 167px;
}

#thumbnails img{
width:auto;
  max-height:138px;

}

#requestMsg,#contactMsg{
    font-size: 18px;
    color: #ff0000;
}

.propertySearch .content-box{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
#foo{
    margin: 0 auto;
}



 .header-logo .agentPic{
        height: 60px;
        max-height: 60px;
        width: auto;
        max-width: 70px;
        /*display: inline-block;*/
       float: left;
       margin-right: 5px;
    }
    .header-logo .companyLogo{
        height: 60px;
        max-height: 60px;
        width: auto;
       /* display: inline-block;*/
       float: left;
    }
    .logoWrap{
        margin: 0 auto;
        /*width: 295px;*/
    }
    
    @media(max-width:694px){
        .header-logo .companyLogo{
        	float: none;
		height:30px;
		max-height:30px;
    	}
	.agentPic{
		display: none !important;
	}
	.header-top{
		margin-top:8px !important;
    	}
	.header-top-left{
		padding-bottom: 5px;
	}
	.show-mobile-menu, .show-mobile-link{
		height:60px !important;
                max-height:60px !important;
		width: 50px;
	}
	.show-mobile-link{
		top: 5px !important;
	}
	.fm-1{
		margin-top:15px !important;
		width: 30px !important;
	}
	.fm-2{
		margin-top:20px !important;
		width: 30px !important;
	}
	.fm-3{
		margin-top:25px !important;
		width: 30px !important;
	}
	.social-icons a{
		width: 10% !important;
	}
	.header-clear-large{
        	height:0px;
    	}
    }

    @media(min-width:650px) and (max-width:1025px){
        .logoWrap{
        width: 450px;
    }
    }

    #mortgageTable input{
        border: 1px solid #ccc;
        padding: 3px 5px;
        margin: 0 5px;
        width: 90%;
    }
    #mortgageTable #btnMortgageCalc{
        border: 1px solid #ccc;
        padding: 5px 5px;
        margin: 0 auto;
        background-color: #27ae60;
        color: #ffffff;
        font-size: 16px;
    }
    
    #laMsg{
    font-size:24px;
    color: #ff0000;
    }
    
    /* this removes alt text and border around it while images load*/
    img:not([src]){ 
    visibility: hidden;
}

.screen-reader-text {
    position: absolute !important;
    left: -999em;
}
    
/*fix 1-4-2023 for submenu under 2 text fields*/
form#locationForm{
    z-index: 33333;
}

.reportFormDia{
    z-index: 33333 !important;
}

/*form#locationForm{
    z-index: 3333333;
}

.reportFormDia{
    z-index: 33333333 !important;
}*/