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

}

body {
  font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
}



hr {
  max-width: 50px;
  border-width: 3px;
  border-color: #F05F40;
}

hr.light {
  border-color: #fff;
}

a {
  color: #bababa;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}


a:hover {
  color: #f05f40;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.bg-primary {
  background-color: #F05F40 !important;
}

.bg-dark {
  background-color: #212529 !important;
}



section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-heading {
  margin-top: 0;
  color:#212529;
  margin-top:20px;
}

::-moz-selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}

li.exibart-map-menu-item {
    list-style-type: none;
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

p.exibart-slider-city {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    background-color: #c2c2c2;
    color: #fff;
    padding-left: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #c2c2c2;
    font-size: 12px;
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 3px;
}



.exibart-slider-sede {
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
	font-size: 11px;
	font-weight:bold;
	padding-right: 10px;
	padding-left:10px;
	margin-top:10px;
	color:#212529;
}


p.exibart-slider-title {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
	font-size: 12px;
	padding-right: 10px;
	margin-left:10px;
}

.masthead.text-center.text-white.d-flex {

    margin-top: 65px;

}



.form-control::placeholder {
    color: #ccc;
}

#exibart-map-search-reset {
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    color: #000;
}

#exibart-search-result-info {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
	text-align:center;
	background-color: #fff;
}



#search-box-filter-text {
    color: #ff0000 !important;
}

.exibart-slider-thumb.exibart-info-window-thumb {
    margin-bottom: 20px;
}

.info-window-text-container {
    margin-bottom: 10px;
	color:#000;
}

.exibart-info-window.thumbnail.text-secondary {

    margin-top: 20px;
    margin-bottom: 10px;

}

.nav-link.js-scroll-trigger:hover {
    color: #ccc !important;
}

.exibart-slide-item.item.thumbnail a{
    text-decoration: none;
}

#page-top b{
	color:#000;
}

#page-top a{
	color:#000;
}

#page-top span{
	color:#000;
}

.exibart-slider-thumb {
    border: solid;
    border-width: 1px;
	border-color:#c2c2c2
}

.roll {
    opacity: 0.5;
    position: relative;
    bottom: 0px;
    right: 10px;
}

.roll:hover {
    opacity: 0.3;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    font-size: 50px;

	margin-left: 20px;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    font-size: 50px;

    margin-right: 20px;
}

.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel button.owl-dot {
    color:#ff0000;
}

.owl-theme .owl-nav {
    margin-top: 0;
	margin-bottom: 15px;
}

section#services {
    padding-top: 0;
}

img::selection {
  color: #fff;
  background: transparent;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}

#mainNav {
  border-bottom: 1px solid rgba(33, 37, 41, 0.1);
  background-color: #fff;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

#mainNav .navbar-brand {
  font-weight: 700;
  text-transform: uppercase;
  color: #F05F40;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #f05f40;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
  font-size: .9rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #212529;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
  color: #F05F40;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
  color: #F05F40 !important;
  background-color: transparent;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover {
  background-color: transparent;
}

@media (min-width: 992px) {
  #mainNav {
    border-color: #ccc;
	 background-color: rgba(255, 255, 255);
    
  }
  #mainNav .navbar-brand {
    color: #F05F40;
  }
  #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
    color: #fff;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link {
    padding: 0.5rem 1rem;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
    color: #000;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #fff;
  }
  #mainNav.navbar-shrink {
    border-bottom: 1px solid rgba(33, 37, 41, 0.1);
    background-color: #fff;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #F05F40;
  }
  #mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
    color: #f05f40;
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
    color: #212529;
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #F05F40;
  }
}

header.masthead {
  padding-top: 10rem;
  padding-bottom: calc(10rem - 56px);
/*  background-image: url("../img/header.jpg"); */
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

header.masthead hr {
  margin-top: 30px;
  margin-bottom: 30px;
}

header.masthead h1 {
  font-size: 2rem;
}

header.masthead p {
  font-weight: 300;
}


@media (min-width: 768px) {
 header.masthead p {
    font-size: 1.15rem;
  }
  
 
}

@media (min-width: 992px) {
  header.masthead {
    height: 100vh;
    min-height: 650px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead h1 {
    font-size: 3rem;
  }
}

@media (min-width: 1200px) {
  header.masthead h1 {
    font-size: 4rem;
  }
}

.service-box {
  max-width: 400px;
}

.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
}

.portfolio-box .portfolio-box-caption {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 1;
  color: #fff;
  background: rgba(240, 95, 64, 0.0);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  padding: 0 15px;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}

.portfolio-box:focus {
  outline: none;
}

@media (min-width: 768px) {
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 35px;
  }
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 22px;
  }
}

.text-primary {
  color: #F05F40 !important;
}

.btn {
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 300px;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.btn-xl {
  padding: 1rem 2rem;
}

.btn-primary {
  background-color: #F05F40;
  border-color: #F05F40;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #fff;
  background-color: #ee4b28 !important;
}

.btn-primary:active, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important;
}

.exibart-map-menu-container{
  margin-bottom:40px;
}

aside#exibart-map-footer-copyright {
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
	font-size:14px;
}

input.form-control {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.form-group {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}
 

/* EXIBART */
#map_canvas {
   width: 100%;  /* Span the entire width of the screen */
   height: 650px; /* Set the height to 400 pixels */
  /*   -webkit-filter: grayscale(100%);
    filter: grayscale(100%); Change the color of the map to black and white * /
}
 .exibart-page-header-container {
 margin-top: 20px;
 }
 
header.masthead {
  padding-top: 0;
  padding-bottom: 0;
/*  background-image: url("../img/header.jpg"); */
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
} 
 .exibart-search-box-container {
 margin-bottom:20px;
 }

/* ---------------------------*/
.form-search
{
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-search .form-search-heading, .form-search .checkbox
{
    margin-bottom: 10px;
}
.form-search .checkbox
{
    font-weight: normal;
}
.form-search .form-control
{
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-search .form-control:focus
{
    z-index: 2;
}
.form-search input[type="text"]
{
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
 
.search-wall
{
	pointer-events:auto;       
    margin-top: 20px;
    padding: 40px 0px 20px 0px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.search-title
{
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}
.search-img
{
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.need-help
{
    margin-top: 10px;
}
.new-account
{
    display: block;
    margin-top: 10px;
}

@media (min-width: 768px) { 
	.exibart-search-box-container
	{
	    pointer-events:none;       
		position:absolute;
		top: 90px;
		width:100%;
		z-index: 100;
	}
	
	.search-wall {
	 
	background: rgba(247, 247, 247, .5); 
}

	.search-wall:hover
	{
	  background: rgba(247, 247, 247, 0.8);
	  transition: background .2s ease-in;
	  -moz-transition: opacity .2s ease-in;
	  -webkit-transition: opacity .2s ease-in;
	  -o-transition: opacity .2s ease-in;
	}
}
.exibart-map-select
{
 width:100%;
}

.exibart-slider-thumb
{
	width:100%;
	height:150px;
	 object-fit: cover;
}

.exibart-info-window
{
	text-align:left;
	text-size:14px;
	 
}
 
 

