/* Base */
body {
  line-height: 1.7;
  color: #000;
  font-weight: 400;
  font-size: 1rem;
  font-family: "Roboto Mono", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; 
 }
 .footerlogos {
    width: 150px;
}
.modal-dialog{
	margin-top:250px;
}
a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: black;
  }
  a:hover {
    text-decoration: none; }
.nav-link{
  font-size:18px;
}
#headerContactInfo{
  font: 20px Arial;
  color:rgba(0, 0, 0, 0.6);
}
#headerContactInfo div div a{
  color:rgba(0, 0, 0, 0.6);
}
.site-section {
  padding: 3em 0; }
  @media (min-width: 768px) {
    .site-section {
      padding: 2em 0;
      } }
  .site-section.site-section-sm {
    padding: 1em 0;
    }

.navbar{
  /*background-color: #F1F1F1 !important;*/
  background-color: #fff !important;
  z-index:10006;
}
.navbar-brand{
	color:#FFF;
}
#actualNav{
	background:#2e54b1!important;
	box-shadow: 3px 2px 5px 2px #666666;
	margin-bottom:60px;
}
.nav-link:focus, .nav-link:hover {
    color: #f9c54f;
}
@media (max-width: 768px) {
	#actualNav{
		background:#2E54B1 !important;
		margin-bottom:0px;
	}
}
.nav-link {
	color:#FFF;
	font:bold 18px Arial;
}
#homeslides{
	margin-top:-130px;
}
.btn {
  position: relative;
  top: 0; }
  .btn.btn-2 {
    letter-spacing: .2em;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700; }
  .btn:hover, .btn:active, .btn:focus {
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  .btn.btn-secondary {
    border-color: #e6e7e9;
     color: #fff;
    background-color:#2e54b1;
  }
  .btn.btn-sm {
    font-size: 0.9rem; }
  .btn.btn-primary {
     color: #fff;
    background-color:#2e54b1;
    border-color:#000;
    }
    .btn.btn-primary:hover {
    color: #fff;
    background-color: #000;
    border-color: #2e54b1;
    }
  .btn.btn-outline-primary {
    border-color: #fff;
    color: #fff;
    border-width: 2px; }
    .btn.btn-outline-primary:hover {
      color: #fff !important;
      background: #000;
      border-color: #000; }
  .btn.btn-black {
    background: #000 !important;
    color: #fff; }
    .btn.btn-black:hover {
      background: #333333 !important; }
  .btn.btn-white.btn-outline-white {
    border-color: #fff;
    background: transparent;
    color: #fff; }
    .btn.btn-white.btn-outline-white:hover {
      background: #fff;
      color: #000; }

.bg-black {
  background: #000; }

.form-control, .form-control-same-height {
  height: 47px; }

.form-control-sm {
  height: auto !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important; }

.form-control:active, .form-control:focus {
  border-color: #ababab;
  }

.form-control:hover, .form-control:active, .form-control:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }



.overflow-hidden {
  overflow: hidden; }

.row-items {
  height: calc(50% - 15px);
  margin-bottom: 15px; }
  .row-items.last {
    margin-bottom: 0; }

.facebook-responsive {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.facebook-responsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.site-footer {
      background: #2E54B1;
  
    color: #fff;
	padding-bottom:20px;
	margin-top:60px;
 }
  .site-footer p {
    color: #737373; }
  .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5 {
    color: #fff; }
  .site-footer a {
    color: #fff; }
    .site-footer a:hover {
      color: white; }
  .site-footer ul li {
    margin-bottom: 10px; }
  .site-footer .footer-heading {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #fff;
    position: relative;
    padding-bottom: 15px; }
    .site-footer .footer-heading:before {
      content: "";
      background: #000;
      width: 40px;
      height: 2px;
      position: absolute;
      bottom: 0; }


/* Custom CSSS */

.blueribbon {
    background-color: #2e54b1;
}
.ribbon span {
	font-size:15px;
	padding: 10px 0 10px 40px;
}
.socialicons a{
	color:#FFF !important;
}
.top-bar .social_menu{
	margin-top: 10px;
}
.top-bar .social_menu a{
}
.top-bar .social_menu a span{
	
}
.top-bar .social_menu .phone_number{
	color: #000000;
	font-size: 21px;
}
.top-bar .social_menu a i{
	color: #ffffff!important;
	background: #000000;
	border-radius: 50%;
	height: 30px;
	width: 30px;
	display: table-cell;
	text-align: center;
	padding: 7px;
}
.top-bar .social_menu a i:hover{
	color: #ffffff!important;
	background: #6186c3;
}
.logo_top{
	font-family: 'Tinos', serif;
	color:#edd170;
}
.logo_top img{
	width:120%;
}
@media (max-width: 768px) {
  .logo_top img {
      width: 90%;
  }
}

.view_btn{
	margin-bottom: 25px;
}
.view_btn a{
	background: #3065a1;
	padding: 10px;
	color: white;
	font-size: 16px;
	font-weight: 900;
}
.view_btn a:hover{
    background: #e09713;
    padding: 10px;
    color: black;
}
.view_all a{
	background: #3065a1;
	padding: 10px;
	color: white;
	font-size: 16px;
	font-weight: 900;
}
.view_all a:hover{
    background: #e09713;
    padding: 10px;
    color: black;
}
.properties_list {
	margin: 0;
	padding: 0;
	float: left;
}
.properties_list li{
	list-style: none;
	float: left;
	padding-right: 5px;
	color: #615f5f;
	font-weight: 700;
}
.quick_search{
	background: #f7f7f7;
	padding-bottom: 0px!important;
	margin-bottom: 100px;
	margin: 25px;
	border: 1px solid #dcd5d5;
	box-shadow: 0px 10px 20px;
	margin-bottom: 50px;
}
.owl-stage-outer{
    height: 620px;
}
.agent_number{
    color: #000000;
}
.agent_contact{
    color: #000000;
}
.tools_and_resources{
	text-align:center;
  background: #2E54B1;
  box-shadow: inset 0 0 0 1000px rgba(0,61,115, 0.45);
   background-repeat: no-repeat; 
  background-attachment: fixed;
  color:white;
  }
  .tools_and_resources_bottom div a{
	  color:#FFF;
  }
.tools_and_resources h2{
    color: white;
    padding-top: 30px;
    padding-bottom: 30px;
}
.tools_and_resources p{
    color: white;
}
.tools_and_resources_bottom{}
.tools_and_resources_bottom span{
    display: inherit;
    font-size: 20px;
    color: white;
    background: #0000002b;
    padding: 10px;
    text-align: center;
}
.tools_and_resources_bottom span i{
	font-size: 36px;
}
.tools_and_resources_bottom h3{
    color: white;
    padding-top: 20px;
}
.quick_s_btn {
	background: none;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #f7f7f7;
    opacity: 1;
}



/*-------bootstrap homepage agents----------*/
.profile{
	margin-top: 25px;
}
.profile h1{
	font-weight: normal;
	font-size: 20px;
	margin:10px 0 0 0;
}
.profile h2{
	font-size: 18px;
	font-weight: lighter;
	margin-top: 5px;
}
.profile .img-box{
	opacity: 1;
	display: block;
	position: relative;
	    width: 100%;
    height: 300px;
	background-size:cover !important;
	background-position-x: center !important;
}
.agentnamepad{
	height:375px;
}
@media screen and (max-width: 767px) {
	.agentnamepad{
		height:505px;
	}
	.card-img-d{
		height:550px;
	}
}
@media screen and (max-width: 767px) {
	.profile .img-box{
		background-size: contain !important;
		background-repeat: no-repeat !important;
		background-position-x: center !important;
	}
}

.profile .img-box:after{
	content:"";
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.75);
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
}
.img-box ul{
	position: absolute;
	z-index: 2;
	bottom: 50px;
	text-align: center;
	width: 100%;
	padding-left: 0px;
	height: 0px;
	margin:0px;
	opacity: 0;
}
.profile .img-box:after, .img-box ul, .img-box ul li{
	-webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.img-box ul i{
	font-size: 20px;
	letter-spacing: 10px;
}
.img-box ul li{
	width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #88C425;
    margin: 2px;
    padding: 5px;
	display: inline-block;
}
.img-box a{
	color:#fff;
}
.img-box:hover:after{
	opacity: 1;
}
.img-box:hover ul{
	opacity: 1;
}
.img-box ul a{
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.img-box a:hover li{
	border-color: #fff;
	color: #88C425;
}
a:hover{
    text-decoration:none;
}
i.red{
    color:#BC0213;
}


/* centered columns styles */
.row-centered {
    text-align:center;
}

[class*="col-centered-"] {
    display: block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

/* Default BS breakpoints */
@media (min-width: 768px) {
  .col-centered-sm {
    display: inline-block
  }
}

@media (min-width: 992px) {
  .col-centered-md {
    display: inline-block
  }
}

@media (min-width: 1200px) {
  .col-centered-lg {
    display: inline-block
  }
}
/*----end bootstrap homepage agents----------*/
.categories{
	height:240px;
	position:relative;
}
.view-listings-btn{
	position: absolute;
	bottom: 10px;
	right: 5px;
}
.panel-title {
	font-weight:bold;
}
#cat1{
	height:200px;
	background:url(../images/categories/1.jpg);background-size:cover; background-repeat:no-repeat;background-position: center center;
}
#cat2{
	height:200px;
	background:url(../images/categories/2.jpg);background-size:cover; background-repeat:no-repeat;background-position: center center;
}
#cat3{
	height:200px;
	background:url(../images/categories/3.jpg);background-size:cover; background-repeat:no-repeat;background-position: center center;
}
#cat4{
	height:200px;
	background:url(../images/categories/4.jpg);background-size:cover; background-repeat:no-repeat;background-position: center center;
}
#cat5{
	height:200px;
	background:url(../images/categories/5.jpg);background-size:cover; background-repeat:no-repeat;background-position: center center;
}
#cat6{
	height:200px;
	background:url(../images/categories/6.jpg);background-size:cover; background-repeat:no-repeat;background-position: center center;
}



/*------------------new listings------------------------*/
.property-entry {
  -webkit-box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.1);
  background: #fff; }
  .property-entry .property-body {
    position: relative; }
  .property-entry .property-favorite {
    position: absolute;
    border-radius: 50%;
    top: -60px;
    right: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    text-align: center; }
    .property-entry .property-favorite span {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .property-entry .property-favorite:hover, .property-entry .property-favorite.active {
      background: #f23a2e;
      color: #fff; }
  .property-entry .offer-type-wrap {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 8; }
  .property-entry .property-thumbnail {
    overflow: hidden;
    position: relative;
    display: block; }
    .property-entry .property-thumbnail .offer-type {
      display: block;
      margin-bottom: 5px;
      padding: 1px 7px;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: .2em;
      font-size: 9px;
      border-radius: 4px; }
    .property-entry .property-thumbnail img {
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
  .property-entry .property-title {
    font-size: 1.2rem; }
    .property-entry .property-title a {
      color: #000; }
  .property-entry .property-location {
    font-size: .9rem; }
    .property-entry .property-location .property-icon {
      color: rgba(0, 0, 0, 0.3); }
  .property-entry .property-specs-number {
    font-size: 1.2rem;
    color: #000; }
  .property-entry .property-specs-wrap {
    list-style: none;
    padding: 0;
    margin: 0; }
    .property-entry .property-specs-wrap li {
      display: inline-block;
      margin-right: 10px;
      margin-bottom: 10px; }
  .property-entry .property-specs {
    display: block;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: .1em; }
  .property-entry .property-price {
    font-size: 1.3rem; }
  .property-entry.horizontal .property-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }
  .property-entry.horizontal .property-favorite {
    top: auto !important;
    right: auto !important;
    left: -70px !important; }
    @media (max-width: 991.98px) {
      .property-entry.horizontal .property-favorite {
        left: auto !important;
        top: -60px !important;
        right: 10px !important; } }
  .property-entry:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }

.property-specs-wrap {
  list-style: none;
  padding: 0;
  margin: 0; }
  .property-specs-wrap li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px; }

.property-specs {
  display: block;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: .1em; }

.property-price {
  font-size: 1.3rem; }
  
  .property-body {
  padding: 40px; }

.gal-item img {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  opacity: 1; }

.gal-item:hover img {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  opacity: .5; }

.propx-entry {
  position: relative;
  overflow: hidden;
  border: 2px solid #dacaca;
  }
  .propx-entry img, .propx-entry figure {
    margin-bottom: 0; }
  .propx-entry .propx-text {
    bottom: -70px;
    width: 100%;
    z-index: 2;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
	background:white;
    }
    .propx-entry .propx-text .inner {
      text-align: center;
      background: none;
      }
    .propx-entry .propx-text:before {
      z-index: -1;
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: -moz-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
      background: -webkit-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
      background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
      background: -o-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
      background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); }
    .propx-entry .propx-text .propx-more-info {
      font-size: 12px;
      background: none;
      position: relative;
      z-index: 4;
      padding-top: 5px;
      padding-bottom: 5px;
      }
      .propx-entry .propx-text .propx-more-info .col {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
        color: #383535;
        }
      .propx-entry .propx-text .propx-more-info span {
        display: block; }
    .propx-entry .propx-text .pricex {
      color: #fff;
      padding: 4px 10px;
      display: inline-block;
      margin-bottom: 20px;
      background: #8e8e8e;
      width: 100%;
      text-align: left;
      border-radius: 0px!important;
      }
    .propx-entry .propx-text .titlex {
      font-size: 15px;
      font-weight: bold;
      color: #545252;
      margin-bottom: 0;
      text-align: center;
      padding: 10px;
      }
    .propx-entry .propx-text .locationx {
      font-size: 15px;
      color: #000000;
      }
  .propx-entry:hover .propx-text {
    bottom: 0;
    }
	.properties_list {
	margin: 0;
	padding: 0;
	float: left;
}
.properties_list li{
	list-style: none;
	float: left;
	padding-right: 5px;
	color: #615f5f;
	font-weight: 700;
}
.hide_info_container {
    background: #ececec!important;
}
.bsListingsSearchButton {
    background-color: #e6e7e9;
    border: 1px solid #f9f9f9!important;
    color: black;
    padding: 10px;
    cursor: pointer;
    float: left;
    border-radius: 0.25rem;
    font-size: 1rem;
    line-height: 1.5;
}
.bsListingsSearchButton:hover {
    background-color: #a1c8e4;
}
.listings-btn-group {
    position: relative;
    vertical-align: middle;
    display: inline-block;
}
.card-title{
	font-size:16px;
	font-weight:bold;
}


.huntingproperty{
	background:url(../images/huntingproperty.jpg); 
	background-size:cover;
	background-position:right;
	height:608px;
}
.huntingproperty img{
	width:50%;
	margin:30px 10px;
}
.huntingpropertycontainer{
	margin-top:80px;
}
@media screen and (max-width: 1200px) {
	.huntingproperty{
		height:712px;
	}	
}
@media screen and (max-width: 990px) {
	.huntingproperty{
		height:920px;
	}	
}
@media screen and (max-width: 767px) {
	.huntingpropertycontainer{
		margin-top:140px;
	}
	.huntingproperty{
		height:400px;
	}
}

#search-header {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 486px;
    text-align: center;
    color: #FFF;
    padding-top: 200px;
    margin-top:-30px;
}
#auto-complete-form {
    max-width: 380px;
    width: 100%;
    margin: 20px auto;
    color: #FFF;
}
a:hover {
    color: #2e54b1;
}
.link-two{
	color:#FFF;
}
.link-two:hover{
	color:#FFF;
}
/* listing notifications and what's my home worth */
.homenotificationswrapper {
    background: #383838;
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    padding: 35px 40px;
    overflow: hidden;
    margin-top: 20px;
    box-shadow: 4px 4px 4px 4px #888888;
}
.smalllightButton{
  color: #f0ead8;
  font-style: normal;
  padding: 5px;
  margin: 0;
  border: 1px solid #f0ead8;
  font-size: 20px;
  border-radius: 0px;
  font-weight: 300;
  display: inline-block;
  text-decoration: none;
  text-align:center;
  width:100%;
  margin-bottom:20px;
  border-radius:8px;
}
.notificationsHeading {
    font-size: 26px;
    color: #fff;
    margin: 0 0 5px;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: normal;
} 
.agent_name {
    color: white;
    font-size: 20px;
    font-weight: 800;
    background: #2e54b1;
    padding: 5px 10px;
    width: 100%;
    display: table;
    text-align: center;
    color:#fff;
    border: 1px solid #000;
}
 .card-box-d:hover .card-overlay-hover {
	  background:#3d3d3d;
  }
  .testimonials div div .carousel .testimonial {
    color: #000;
    background: #b8832d;
  }
  a{
	  text-decoration:underline;
  }
  
  a.viewrentalsbutton{
				display:inline-block;
				padding:0.7em 1.7em;
				margin:0 0.3em 0.3em 0;
				border-radius:0.2em;
				box-sizing: border-box;
				text-decoration:none;
				font-family:'Roboto',sans-serif;
				font-weight:400;
				color:#FFFFFF;
				background-color:#3369ff;
				box-shadow:inset 0 -0.6em 1em -0.35em rgba(0,0,0,0.17),inset 0 0.6em 2em -0.3em rgba(255,255,255,0.15),inset 0 0 0em 0.05em rgba(255,255,255,0.12);
				text-align:center;
				position:relative;
			}
			a.viewrentalsbutton:active{
				box-shadow:inset 0 0.6em 2em -0.3em rgba(0,0,0,0.15),inset 0 0 0em 0.05em rgba(255,255,255,0.12);
			}
			@media all and (max-width:30em){
					a.viewrentalsbutton{
					display:block;
					margin:0.4em auto;
				}
			}
			
			
.eventcontainer{
	border-bottom:1px solid #000
}
.eventtitle{
	background:#2e54b1;
	color:#FFF;
	box-shadow: 0px 2px 2px 2px #ebebeb;
}

.bg-primary{
	background:#2e54b1 !important;
	color:#FFF !important;
}
.marketlnkLink{
	color:#FFF;
}

/*responsive video embed*/
.embed-container { 
margin-top: -258px;
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; overflow: hidden; 
	max-width: 100%; 
} 

.embed-container iframe, 
.embed-container object, 
.embed-container embed { 
	position: absolute; 
	top: 0; left: 0; 
	width: 100%; 
	height: 100%; 
}