@import url(https://fonts.googleapis.com/css?family=Nunito);.mr-1 {
  margin-right: 5px;
}

body, .product-page .description {
  font-family: 'Source Sans Pro',Helvetica,Arial,Lucida,sans-serif!important;
  color: #4c4c4c!important;
  font-size:100%;
  line-height: normal;
  font-weight: 500;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3 {
  font-family: 'Source Sans Pro',sans-serif;
  font-weight: 300!important;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.navbar-default .navbar-nav > li > a, .breadcrumb > li > a, .breadcrumb > li > a {
  font-family: 'Source Sans Pro',Helvetica,Arial,Lucida,sans-serif!important;
  font-weight: 300;
}

.item {
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 300;
  font-size: 20px;
}

.price-box {
  padding-top: 20px!important;
}

.btn {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  padding: .3em 1em;
  line-height: 1.7em!important;
  background-color: transparent;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  border: 2px solid!important;
  border-radius: 3px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary.focus, .btn.btn-primary:active, .btn.btn-primary.active, .open > .btn.btn-primary.dropdown-toggle {
  background: #002349;
  border: 2px solid #037ac5!important;
}

.add-cart-form select {
  font-family: 'Source Sans Pro',sans-serif;
  color: #808080;
  font-size: 1em;
}

.add-cart-form select {
  font-size: 17px;
  height: 40px;
  margin-left: 10px;
  padding: 10px 20px;
  width: auto;
  margin-bottom: 20px;
}

.spot-box {
  margin-bottom: 20px;
}


.navfilter [class*="item-"] .sub {
	box-shadow: none;
  margin-top: 200px;
}


.navfilter .item-primary.item-bg.parent .sub {
    border: 1px solid #ccc;
    border-radius: 0 3px 3px 3px;
     dispay: none;
    font-size: 13px;
    line-height: 24px;
    margin: -1px 0 0;
    padding: 15px 20px;
    position: absolute;
    z-index: 905;
	list-style: none;
}

.navfilter .item-primary.item-bg.parent .sub a{color:#fff;}

.navfilter .item-primary.item-bg.parent:hover > .sub {
    display: block;
    -webkit-animation: fadeIn 0.4s;
    animation: fadeIn 0.4s;
}

.navfilter li.item-primary.item-bg {
  list-style: none;
  padding: 2px;
  padding-top:2px;
}

 .navfilter .item-primary.item-bg.parent:hover > .sub , .navfilter li.item-primary.item-bg:hover > a{
    background: #037ac5;
	border:#037ac5;
	color:#fff;
}
.parent .sub{display:none;}

::-webkit-input-placeholder { /* Edge */
  color: #cccccc!important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #cccccc!important;
}

::placeholder {
  color: #cccccc!important;
}

#footer .footer-bottom {
  background: #000;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  padding: 21px 0 0;
  color: #fff;
}

#footer .footer-bottom a {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}

#footer .up {
  background: none;
}

#footer .col-md-3 {
  width: auto;
}

.propertyreference label {

    width: 245px;
}

@media print {
  .no-print,
  .no-print * {
    display: none !important;
  }
}


/* Drag and drop photo */


.dropzone-wrapper {
  border: 2px dashed #91b0b3;
  color: #92b0b3;
  position: relative;
  height: 80px;
}

.dropzone-desc {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
 
  font-size: 16px;
}

.dropzone,
.dropzone:focus {
  position: absolute;
  outline: none !important;
  width: 100%;
  height: 80px;
  cursor: pointer;
  opacity: 0;
}

.dropzone-wrapper:hover,
.dropzone-wrapper.dragover {
  background: #ecf0f5;
}

.preview-zone {
  text-align: center;
}

.preview-zone .box {
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 0;
}

