html,body {
  height: 100%;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  text-rendering: optimizeLegibility;
  
}
h2,
.h2,
h3,
.h3 {
  font-weight: 100;
}
h2,
.h2 {
  position: relative;
  margin: 40px 0;	 
  font-size: 40px;	 
}
h3,
.h3 {
  font-size: 30px;
}
h4,
.h4 {
  font-weight: 500;
}
h5,
.h5 {
  font-size: 12px;
  font-weight: 700;
}
.input-search {
  background-color: rgb(230, 230, 230);
  color: #222;
  padding-right: 45px;
}
.input-search:-moz-placeholder {
  color: #7f8c8d;
}
.input-search::-moz-placeholder {
  color: #7f8c8d;
}
.input-search:-ms-input-placeholder {
  color: #7f8c8d;
}
.input-search::-webkit-input-placeholder {
  color: #7f8c8d;
}
.btn-toggle {
  position: relative;
  z-index: 1010;
}
.btn-primary {
  padding: 12px 18px;
  font-size: 21px;
  font-weight: 400;
}
.btn-arrow .glyphicon-circle-arrow-down {
  font-size: 40px;
  -webkit-transition: all 0.5s ease-in;
}
.tooltip {
  font-size: 14px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 6px 16px;
  font-size: 16px;
  color: #ffffff;
  background-color: rgb(32, 45, 58);
  border-radius: 6px;
}
.tooltip.right .tooltip-arrow {
  border-right-color: rgb(32, 45, 58);
}
.visual-view {
  position: relative;
}
.visual-view-above {
  height: 250px;
}
.textual-view {
  position: relative;
}
#map {
  height: auto;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
.container-map {
  transition: 0.5s top;
}
.container-map-xl {
  height: 600px;
  position: static;
  top: -400px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.container-map-xs {
  width: 100%;
  height: 600px;
  position: fixed;
  top: -400px;
  left: 0;
  z-index: 10;
}
#gmap {
  z-index: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#map #gmap .gmnoprint img {
  width: auto;
  max-width: none;
}
.container-map-pin {
  position: relative;
  z-index: 100000;
}
.container-search {
  z-index: 1010;
}
.container-arrow {
  z-index: 20;
  position: relative;
  height: 50px;
  width: 100%;
}
.container-arrow-up {
  margin-top: -25px;
}
.container-arrow-down {
  position: fixed;
  top: 175px;
  left: 0;
  margin-top: 0;
}
.container-arrow a {
  display: inline-block;
}
.container-filters {
  margin: 0;
  padding: 0;
  background-color: #19232d;
}
#listings {
  height: auto;
  margin: 0 auto;
  width: 100%;
  position: relative;
  color: #fff;
}
#listings.listing-above {
  margin-top: 620px;
}
.container-listing {
  position: relative;
  height: auto;
  margin-bottom: 40px;
}
.container-listing .section-heading {
  margin-top: 10px;
}
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */

  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
#menu {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: -15.625em;
  width: 15.625em;
  height: 100%;
  -webkit-transition: left 300ms ease;
  -moz-transition: left 300ms ease;
  -ms-transition: left 300ms ease;
  -o-transition: left 300ms ease;
  transition: left 300ms ease;
}
.navbar-default {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  text-align:center;
}


.navbar-default .navbar-nav .navbar-nav-link .fa {
  color: #ecf0f1;
}


/*
 * New Menu
 */
 .navbar .actionbutton
  {
  display: inline-block;
  float:none;
  margin: 0;
  padding: 0;
  }
.navbar .actionbutton a
  {
    display: block;
    padding: 13px 15px;
    text-align: center;
    padding-bottom: 6px;
    text-decoration: none;
    color: #fff !important;
    margin: 0;
  }

  .navbar-nav-link-label {
    display: block;
    margin-top: 3px;
    font-size: 12px;
    text-transform: uppercase;
  }
/*
 * Miscellaneous Fixes
 */
 .container-thubmnail-img {
   height: auto; // Replace in external stylesheet
 }


.filters {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1000000000;
  background-color: #19232d;
  -webkit-box-shadow: inset -7px 0px 5px 0px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: inset -7px 0px 5px 0px rgba(0, 0, 0, 0.27);
  box-shadow: inset -7px 0px 5px 0px rgba(0, 0, 0, 0.27);
  overflow: auto;
}
.filters li {
  margin: 0;
  border-bottom: 1px solid #393f40;
}
.filters li a {
  display: block;
  padding: 10px;
  font-size: 12px;
  text-decoration: none;
  color: #fff;
}

.filters li:last-child {
  margin-bottom: 0;
}
.filters li a img {
  margin-right: 5px;
}

.container-search {
  display: none;
}
.thumbnail-listing {
  position: relative;
  padding: 0;
  border: none;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.35);
}
.thumbnail-listing > a {
  display: block;
  border-radius: 4px;
   text-decoration: none !important;
}

.thumbnail-listing .thubmnail-img {
  width: 100%;
  height: auto;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.thumbnail-listing .caption {
  padding-top: 0;
}
.thumbnail-listing .caption:before,
.thumbnail-listing .caption:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.locateitem,
.itemgallery
	{
	cursor: pointer;
	}
.galleryicon
	{
	position: absolute;
	bottom: 5px;
	right: 5px;
	font-size: 30px;
	opacity: 0.7;
	display: none;
	pointer-events: none;
	}
@media (min-width: 768px) 
	{
	.hasGallery .galleryicon
		{
		display: block;
		}	
	}

.thumbnail-listing .caption:after {
  clear: both;
}
.thumbnail-listing .caption .caption-heading {
  margin: 0 -9px 0;
  padding: 10px 5px;
  border-top: 1px solid #bdc3c7;
  border-bottom: 1px solid #ecf0f1;
}
.thumbnail-listing .caption .caption-details {
  margin: 0 -9px 0;
  padding: 0;
}

.caption-details-body
	{
	height: 220px;
	overflow-y: auto;
	overflow-x: hidden;
	}
.infoBox .caption-details-body
	{
	height: auto;
	}
.caption-details-body a
	{
	display: block;
	padding: 15px 35px 15px 5px;
	position: relative;
	text-align:left;
	white-space: normal;
	word-break: break-all;
	border: 0;
	border-bottom : 1px solid #ecf0f1;
	text-decoration: none !important;
	}
.infoBox .caption-details-body a
	{
	border-color: #ddd;
	}


.caption-details-body a i
	{
	position: absolute;
	display: block;
	text-align: center;
	width: 20px;
	font-size: 20px;
	top: 50%;
	right: 10px;
	margin-top: -10px;
	color: #7f8c8d;
	
	}
.googledirection	
	{
	word-break: break-word !important;
	}

.thumbnail
	{
	position: relative;
	}
	

.thumbnail-listing .caption .caption-header {
  margin: -5px 0 0 0;
font-size: 18px;
font-weight: 400;
color: #4baebb;
width: 350px;
height: 60px;
overflow: hidden;
text-overflow: ellipsis;
word-wrap: normal;
display: table-cell;
vertical-align: middle;
}
.thumbnail-listing .caption .caption-details .caption-details-heading {
  color: #b0b8b8;
}
.thumbnail-listing .caption .caption-details > li {
  border-bottom: 1px solid #ecf0f1;
}
.thumbnail-listing .caption .caption-details > li:last-child {
  border-bottom: none;
}
.thumbnail-listing .caption .caption-details > li > .list-unstyled {
  padding-bottom: 10px;
  line-height: 1.7;
}
.thumbnail-listing .caption .address {
  min-height: 90px;
}
.thumbnail-listing .thumbnail-action {
  border-top: 1px solid #ecf0f1;
  background-color: #f9fcfd;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.thumbnail-listing .thumbnail-action .thumbnail-action-item {
  padding: 0;
}
.thumbnail-listing .thumbnail-action .thumbnail-action-link {
  display: block;
  padding: 10px;
  color: #bdc3c7;
  border-right: 1px solid #ecf0f1;
}

.thumbnail-listing .thumbnail-action .thumbnail-action-link.locate {
  border-right: none;
  border-left: 1px solid #ecf0f1;
}
.thumbnail-hover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(90, 191, 183, 0.9);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.thumbnail-hover a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 30%;
  font-size: 27px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.icon-circle {
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 7px;
  vertical-align: middle;
  text-align: center;
  background-color: #3e98a4;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.icon-circle .fa {
  display: block;
  width: 18px;
  height: 18px;
  font-size: 18px;
  line-height: 18px!important;
  color: #fff;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.icon-circle-inverse {
  background-color: #fff;
}
.icon-circle-inverse .fa {
  color: #3e98a4;
}
.show-card {
  position: relative;
  top: 100px;
  left: 40px;
}
#menu {
  position: fixed;
  left: -200px;
  /*or width of your navigation panel*/

  width: 200px;
  /*should match the above value*/

  z-index: 100000;
}
.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.nano .content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.nano .content:focus {
  outline: thin dotted;
}
.nano .content::-webkit-scrollbar {
  visibility: hidden;
}
.has-scrollbar .content::-webkit-scrollbar {
  visibility: visible;
}
.nano > .pane {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  width: 10px;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden\9;
  /* Target only IE7 and IE8 with this hack */

  opacity: .01;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.nano > .pane > .slider {
  background: #444;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  margin: 0 1px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.nano:hover > .pane,
.pane.active,
.pane.flashed {
  visibility: visible\9;
  /* Target only IE7 and IE8 with this hack */

  opacity: 0.99;
}
@media (max-device-width: 320px) {
  .container-map {
    /*height: 480px!important;*/
  }
  .container-listing .section-heading {
    font-size: 30px;
  }
}

@media (max-device-width: 480px) {
  .navbar .nav > li {
    float: left;
  }
  .navbar-default .navbar-nav {
    left: 0;
  }
  .navbar-default .navbar-nav > li:first-child {
    border-left: none;
  }
  .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
  }
  .container-map {
    height: 320px;
  }
  .container-listing .section-heading {
    font-size: 30px;
  }
  .thumbnail-listing.is-phone {
    -webkit-transition: top 1s ease-out;
    z-index: 1000000;
    position: fixed;
    top: 100%;
    width: 100%;
  }
  .thumbnail-listing.is-phone .caption-heading {
    position: relative;
  }
  .thumbnail-listing.is-phone .caption-heading .fa {
    position: absolute;
    top: 50%;
    right: 5%;
    margin-top: -14px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media (max-width: 767px) {
  .navbar .actionbutton.actionbutton-left
  {
  float:left;
  }
.navbar .actionbutton.actionbutton-right
  {
  float:right;
  }

  
  #map {
    height: auto;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .container-map {
    transition: 0.5s top;
  }
  .container-map-full {
    height: 480px;
    position: static;
    top: -400px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
  }
  #gmap {
    z-index: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .navbar .nav > li {
    float: left;
  }
  .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 320px) {
  .container-thubmnail-img {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .container-thubmnail-img {
    width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  .container-thubmnail-img {
    width: 100%;
    height: 148px;
    position: relative;
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  .container-thubmnail-img {
    width: 100%;
    height: 147px;
    position: relative;
    overflow: hidden;
  }
}
.is-highlighted {
  border-color: #3e98a4;
  -webkit-box-shadow: 0px 0px 10px #40a69e;
  box-shadow: 0px 0px 10px #40a69e;
}
.is-hidden {
  adisplay: none;
}
.is-visible {
  display: block;
}
.animated {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-perspective: 1000;
  perspective: 1000;
}
@-webkit-keyframes slideInUp {
  0% {
    top: 100%;
  }
  100% {
    top: 35%;
    z-index: 1000000;
  }
}
animated.slideInUp {
  -webkit-animation-name: slideInDown;
  -moz-animation-name: flash;
  -o-animation-name: flash;
  animation-name: flash;
}
.form-search {
  -webkit-animation-delay: 0;
}
.is-selected .form-control {
  border-width: 2px;
  border-color: #4298a3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.fa-arrow-circle-o-down {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
}
.btn-toggle {
  -webkit-animation-delay: 0;
}

.navbar-link,
.navbar-nav-link {
  height: 69px;
  cursor: pointer;
  -webkit-transition: all 0.8s ease-out;
}

.infoBox {
  /*pointer-events: none;*/
}
.map-window-info {
  padding: 10px;
  text-align: center;
  background-color: #fff;
  position: relative;
  border-radius: 5px;
}
.map-window-info a,
.map-window-info .close-button {
  /*pointer-events: all;*/
}
.map-window-info:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  /*pointer-events: none;*/
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

.map-window-info .thumb {
  border-radius: 50%;
  overflow: hidden;
  width: 120px;
  height: 120px;
  display: inline-block;
  top: -34px;
  position: relative;
  border: 7px solid #fff;
  background-position:50% 50%;
}
.map-window-info .thumb img {
  min-height: 120px;
  min-width: 120px;
}
.map-window-info .close-button {
  position: relative;
  float: right;
  margin-top: -5px;
  margin-left: -120px;
  padding: 25px;
  cursor: pointer;
  opacity: 0.6;
  left: 24px;
  top: -10px;
}


.map-window-info .info {
  max-width: 300px;
  margin-top: -50px;
}

.map-window-info .title {
  color: #5aa5b0;
  font-size: 24px !important;
  width: 100%;
  text-align: center;
  font-weight: 200;
  padding-top: 20px;
}
.map-window-info .address {
  color: #a6afaf;
  font-size: 15px !important;
  width: 100%;
  text-align: center;
  padding: 10px 0 0 0;
}
.map-window-info .phone {
  color: #9B9FA3;
  font-size: 14px !important;
  width: 100%;
  text-align: center;
  padding: 0 0 10px 0;
}
.map-window-info .website {
  font-size: 14px !important;
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 0 0 10px 0;
  overflow: hidden;
}


@media (max-width: 767px) {
  .navbar-right {
    position: absolute;
    right: 0;
    top: 0;
  }

  .navbar-default .navbar-nav {
    position: absolute;
    left: 50%;
    margin-left: -69px;
  }

  .navbar-default .navbar-nav > li{
    border-left:none;
  }

  .navbar-default .navbar-nav > li:last-child{
    border-left:none;
    /*border-right: 1px solid rgba(255, 255, 255, 0.3);*/
  }
  /*
  .navbar-nav > li > a {
    padding-top: 13px;
    padding-bottom: 13px;
  }*/


  #listings {
    top: 70px;
  }

  .map-window-info .title {
  font-size: 20px !important;
}
.map-window-info .address {
  font-size: 11px !important;
}
.map-window-info .phone {
  font-size: 11px !important;
}
.map-window-info .website {
  font-size: 11px !important;
}

}


/* some hacks */
.col-xs-12 {
  /*height: 460px;*/
}


 #cards-map
    {
    display: none;
    outline: none !important;
    background: transparent !important;
    }
.navbar
  {
  height: 69px;
  }



@media (max-width: 767px) {



  .col-xs-12 {
    height: auto;
  }


  #listings, #map
      {
      position: absolute;
      top: 0;
      left:0;
      height: 100%;
      width: 100%;
      /*overflow: auto;*/

      }
  #listings
    {
    background: white;
    padding-top: 70px;
    display: none;
    }

    #listings.visible,
    #map.visible
      {
      display: block;
      }
  #cards-map
    {
    display: block;
    }
  .container-arrow
    {
    display: none;
    }

}

.container-search
  {
  position       : absolute;
  width          : 100%;
  left           : 50%;
  margin-left    : -50%;
  padding-top    : 10px;
  margin-left    : -50%;
  background     : rgba(52, 73, 94, 0.9);
  padding-bottom : 10px;
  position       : absolute;
}
.container-search .form-group
  {
  margin-bottom: 5px;
  }

#loader
  {
  position: absolute;
  bottom: 25px;
  font-size: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  color: rgb(145, 0, 15);
  font-weight: bold;
  }
 .container-thubmnail-img 
 	{
	 position: relative;
 	}
 @media (min-width: 768px) and (max-width: 1025px)
 	{
 	.caption-details-body {
		height: 180px;
		}
 	}
 @media (max-width: 767px) {
	 .container-thubmnail-img 
	 	{
		overflow: hidden;
		position: absolute;
		border-radius: 50% !important;
		height: 60px;
		top:10px;
		left:10px;
		width: 60px;
		border-radius: 0;
		overflow: hidden;
		text-align: center;
		}
	.thubmnail-img
	 	{
	 	border-top-right-radius: 0!important;	
	 	height: 60px !important;
	 	width:auto !important;
	 	min-width: 100%;
	 	margin-left: -13px;
		}
	.hasGallery .thubmnail-img
		{
		margin-left:0;
		}
	.thumbnail-listing .caption .caption-heading 
		{
		border-top: 0;
		padding-left: 75px;
		}
	.caption-details-body {
		height: auto;
		}
 	}
 	
#fullloader
	{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(154, 29, 44, 0.9);
	z-index: 30000;
	line-height: 100%;
	text-align: center;
	}

@font-face {
	font-family: 'icomoon';
	src:url('http://s3.amazonaws.com/icomoonfonts/4/6/f.eot');
	src:url('http://s3.amazonaws.com/icomoonfonts/4/6/f.eot?#iefix') format('embedded-opentype'),
		url('http://s3.amazonaws.com/icomoonfonts/4/6/f.woff') format('woff'),
		url('http://s3.amazonaws.com/icomoonfonts/4/6/f.ttf') format('truetype'),
		url('http://s3.amazonaws.com/icomoonfonts/4/6/f.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	}


	.icon-spinner:before, .icon-spinner-2:before, .icon-spinner-3:before, .icon-spinner-4:before, .icon-spinner-5:before, .icon-spinner-6, .icon-spinner-7:before
		{
		font-family: 'icomoon';
		speak: none;
		font-style: normal;
		font-weight: normal;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		}

	.icon-spinner-4:before
		{
		content: "\e003";
		}


	@keyframes anim-rotate {
		0% {
			transform: rotate(0);
			}
		100% {
			transform: rotate(360deg);
			}
		}
	@-webkit-keyframes anim-rotate {
		0% {
			-webkit-transform: rotate(0);
			}
		100% {
			-webkit-transform: rotate(360deg);
			}
		}
	@-moz-keyframes anim-rotate {
		0% {
			-moz-transform: rotate(0);
			}
		100% {
			-moz-transform: rotate(360deg);
			}
		}
	.spinner:before
		{
		/*content: "\e003";
		font-family: 'icomoon';
		speak: none;
		font-style: normal;
		font-weight: normal;
		line-height: 1;
		-webkit-font-smoothing: antialiased;*/
		}
	.spinner
		{
		display: inline-block;
		font-size:5em;
		height: 1em;
		line-height: 1;
		margin: .5em;
		-webkit-animation: anim-rotate 2s infinite linear;
		-moz-animation: anim-rotate 2s infinite linear;
		animation: anim-rotate 2s infinite linear;
		color: #fff;
		text-shadow: 0 0 .05em rgba(0,0,0, .1);
		position: absolute;
		top:50%;
		left: 50%;
		margin-top: -0.5em;
		margin-left: -0.5em;
		transition:0.5s font-size;
		}
.thumbnail .caption {
padding: 0 9px;
}

.form-group
	{
	position: relative;
	}
.clearfield
	{
	position: absolute;
	top: 0;
	right: 0;
	width: 45px;
	height: 45px;
	line-height: 45px;
	font-size: 1.5em;
	color: #aaa;
	cursor: pointer;
	}
.clearwhere
	{
	right: 45px;
	}
.pac-container
	{
	z-index: 5000;
	background-color: rgb(230, 230, 230);
	z-index: 5000;
	background-color: rgb(230, 230, 230);
	margin-top: -6px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	border: 1px solid #cccccc;
	border-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	box-shadow: none;
	}
.form-control:focus {
	border-color: #cccccc;
	}
	
@media (min-width: 1025px) {
	a:hover 
		{
		backgound-color: none;
		}
	.actionbutton a:hover 
		{
	  	background-color: transparent;
	  	}
	.filter-with-hover:hover 
		{
		color: #45a9b7;
		background-color: #2b3c4e;
		}
	.caption-details-body a:hover
		{
		background:#3e98a4;
		color:white;
		}
	.caption-details-body a:hover i
		{
		color:white;
		}
	.thumbnail-listing .thumbnail-action .thumbnail-action-link:hover 
		{
	  	color: #3e98a4;
	  	}
	.thumbnail-hover a:hover 
		{
		text-decoration: none;
		}
	.map-window-info .close-button:hover 
		{
		opacity: 1.0;
		}
	}

/* 
 * Loveresto Skin
 */
a {
  color: #b10012;
}
a:hover {
  color: #d20015;
}
.btn-primary {
  background-color: #b10012;
  border-color: #990010;
}

.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #b10012;
  background-color: #fff;
  border-color: #fff;
}
.navbar-default {
  background-color: rgba(145, 0, 15, 0.9);
  border-color: rgba(125, 0, 13, 0.9);
}
.container-search {
  background-color: rgba(145, 0, 15, 0.9);
}

.fa.fa-arrow-circle-o-down {
  color: rgb(145, 0, 15);
}
.container-listing .section-heading {
  color: rgb(39, 18, 20);
}
.thumbnail-listing .caption .caption-header {
  color: #b10012;
}


.map-window-info .title {
  color: #b10012;
}
.navbar-default.navbar-fixed-top.navbar-actions {
  top: 80px;
}
.navbar-lr {
  background-color: rgba(255, 255, 255, .95);
  height: 80px;
  border-color: transparent;
  z-index: 100001;
}
.navbar-lr  .navbar-logo {
  margin-top: 10px;
  margin-left: 15px;
  display: block;
}
.navbar-lr .navbar-nav > li > a {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #b10012;
  font-size: 16px;
  color: #b10012;
}

@media (max-width: 900px) {
  .navbar-default.navbar-fixed-top.navbar-actions {
    top: 0;
  }
  .navbar-lr {
    display: none;
  }
}

@media (min-width: 1025px) {


.actionbutton #cards-map:hover {
  /*color: #b10012;*/
  background-color: transparent!important;
}
.actionbutton a:hover {
  /*color: #b10012;*/
  background-color: transparent;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active{
  color: #b10012;
  background-color: #fff;
  border-color: #fff;
}

.actionbutton #cards-map:hover .navbar-nav-link-label {
   /*color: #b10012!important;*/
  text-decoration: none;
	color: #aaf;
	text-shadow: none;
	-webkit-transition: 500ms linear 0s;
	-moz-transition: 500ms linear 0s;
	-o-transition: 500ms linear 0s;
	transition: 500ms linear 0s;
	outline: 0 none;
   background-color: transparent;
  color: #fff;
  text-shadow: -1px 1px 8px #ffc, 1px -1px 8px #fff;
}
.actionbutton a:hover .navbar-nav-link-label,
.actionbutton a:focus .navbar-nav-link-label {
  text-decoration: none;
	color: #aaf;
	text-shadow: none;
	-webkit-transition: 500ms linear 0s;
	-moz-transition: 500ms linear 0s;
	-o-transition: 500ms linear 0s;
	transition: 500ms linear 0s;
	outline: 0 none;
  color: #fff;
  text-shadow: -1px 1px 8px #ffc, 1px -1px 8px #fff;
}
.actionbutton #cards-map:hover i.fa,
.actionbutton a:hover i.fa {
  text-decoration: none;
	color: #aaf;
	text-shadow: none;
	-webkit-transition: 500ms linear 0s;
	-moz-transition: 500ms linear 0s;
	-o-transition: 500ms linear 0s;
	transition: 500ms linear 0s;
	outline: 0 none;
  color: #fff;
  text-shadow: -1px 1px 8px #ffc, 1px -1px 8px #fff;
} 


.caption-details-body a:hover {
  color: #fff;
  background-color: rgb(145, 0, 15);
}

.thumbnail-listing .thumbnail-action .thumbnail-action-link:hover {
  color: #ae2428;
}
.navbar-lr .navbar-nav > li > a:hover {
  color: #c1272d;
}
}


