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

body {
  font-family: 'Source Sans Pro';
}

.btn-xl {
  padding: 1.25rem 2.5rem;
}

.content-section {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  min-height: 100vh;
}

.content-section-heading h2 {
  font-size: 3rem;
}

.content-section-heading h3 {
  font-size: 1rem;
  text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

.text-faded {
  color: rgba(255, 255, 255, 0.7);
}

/* Map */
.map {
  height: 30rem;
}

@media (max-width: 992px) {
  .map {
    height: 75%;
  }
}

.map #map {
  height: 100%;
  pointer-events: none;
}

.scroll-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  color: white;
  background: rgba(52, 58, 64, 0.5);
  line-height: 45px;
  z-index:9
}

.scroll-to-top:focus, .scroll-to-top:hover {
  color: white;
}

.scroll-to-top:hover {
  background: #343a40;
}

.scroll-to-top i {
  font-weight: 800;
}

@media screen and (max-width: 1199px) {
  .masthead {
    position: relative;
    display: table;
    width: 100%;
    height: auto;
    padding-top: 4rem;
    padding-bottom: 4rem;
    background: linear-gradient(90deg, rgba(51, 144, 144, 0.2) 0%, rgba(51, 144, 144, 0.1) 100%);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media screen and (min-width: 1200px) {
  .masthead {
    position: relative;
    display: table;
    width: 100%;
    height: auto;
    padding-top: 8rem;
    padding-bottom: 8rem;
    background: linear-gradient(90deg, rgba(51, 144, 144, 0.2) 0%, rgba(51, 144, 144, 0.1) 100%);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.masthead h1 {
  font-size: 4rem;
  margin: 0;
  padding: 0;
}

@media (min-width: 992px) {
  .masthead {
    min-height: 100vh;
  }
  .masthead h1 {
    font-size: 5.5rem;
  }
}

/* Side Menu */
#sidebar-wrapper {
  position: fixed;
  z-index: 2;
  right: 0;
  width: 17rem;
  height: 100%;
  transition: all 0.4s ease 0s;
  transform: translateX(17rem);
  background: #2BABAD;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 17rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-nav li.sidebar-nav-item a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 15px;
}

.sidebar-nav li a:hover {
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  font-size: 1.2rem;
  background: rgba(52, 58, 64, 0.1);
  height: 80px;
  line-height: 1.5rem;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}

.sidebar-nav > .sidebar-brand a {
  color: #fff;
}

.sidebar-nav > .sidebar-brand small {
  font-size: .9rem;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}

#sidebar-wrapper.active {
  right: 17rem;
  width: 17rem;
  transition: all 0.4s ease 0s;
}

.user-info {
  position: fixed;
  left: 15px;
  top: 15px;
  z-index: 999;
}

.menu-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  background: rgba(52, 58, 64, 0.5);
  line-height: 50px;
  z-index: 999;
}

.menu-toggle:focus, .menu-toggle:hover {
  color: #fff;
}

.menu-toggle:hover {
  background: #343a40;
}

.service-icon {
  background-color: #fff;
  color: #2BABAD;
  height: 7rem;
  width: 7rem;
  display: block;
  line-height: 7.5rem;
  font-size: 2.25rem;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.callout {
  padding: 15rem 0;
}

.callout h2 {
  font-size: 3.5rem;
  font-weight: 700;
  display: block;
  max-width: 40rem;
}

.callout p {
  max-width: 40rem;
}

.portfolio-item {
  display: block;
  position: relative;
  overflow: hidden;
  max-width: 530px;
  margin: auto auto 1rem;
}

.portfolio-item .caption {
  display: flex;
  height: 100%;
  width: 100%;
  background-color: rgba(33, 37, 41, 0.2);
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.portfolio-item .caption .caption-content {
  color: #fff;
  margin: auto 2rem 2rem;
}

.portfolio-item .caption .caption-content h2 {
  font-size: 0.8rem;
  text-transform: uppercase;
}

.portfolio-item .caption .caption-content p {
  font-weight: 300;
  font-size: 1.2rem;
}

@media (min-width: 992px) {
  
  .portfolio-item {
    max-width: none;
    margin: 0;
  }
  .portfolio-item .caption {
    -webkit-transition: -webkit-clip-path 0.25s ease-out, background-color 0.7s;
    -webkit-clip-path: inset(0px);
    clip-path: inset(0px);
  }
  .portfolio-item .caption .caption-content {
    transition: opacity 0.25s;
    margin-left: 5rem;
    margin-right: 5rem;
    margin-bottom: 5rem;
  }
  .portfolio-item img {
    -webkit-transition: -webkit-clip-path 0.25s ease-out;
    -webkit-clip-path: inset(-1px);
    clip-path: inset(-1px);
  }
  .portfolio-item:hover img {
    -webkit-clip-path: inset(2rem);
    clip-path: inset(2rem);
  }
  .portfolio-item:hover .caption {
    background-color: rgba(51, 144, 144, 0.9);
    -webkit-clip-path: inset(2rem);
    clip-path: inset(2rem);
  }

  body.manager{
    padding-left:17rem;
  }

  .manager footer.footer{
    position:fixed;
    background:transparent;
    color:white;
    bottom:0;
    left:0;
    width:17rem;
    padding:1rem 0;
    z-index:9
  }
  .manager footer.footer .text-muted{color:rgba(255,255,255,.7)!important}

  .manager .menu-toggle{
    display:none
  }

  .manager #sidebar-wrapper{
    transform: translateX(-17rem);
    right: auto;
    left: 17rem;
  }
  .manager #sidebar-wrapper.active {
    right: auto;
    left: 17rem;
  }

  .manager #sidebar-wrapper .sidebar-nav > .sidebar-brand{
    padding-left: 15px!important
    
  }
}

footer.footer {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

a {
  color: #2BABAD;
}

a:hover {
  color: #0B8B8D;
  text-decoration:none
}

.btn-primary {
  background-color: #2BABAD !important;
  border-color: #2BABAD !important;
  color: #fff !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #0B8B8D !important;
  border-color: #0B8B8D !important;
}

.btn-help {
  background-color: #F45D48 !important;
  border-color: #F45D48 !important;
  color: #fff !important;
}

.btn-help:hover, .btn-help:focus, .btn-help:active {
  background-color: #E44D38 !important;
  border-color: #E44D38 !important;
}

.btn-secondary {
  background-color: #999 !important;
  border-color: #999 !important;
  color: #fff !important;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background-color: gray !important;
  border-color: gray !important;
}

.btn-admin {
  background-color: #e57f18 !important;
  border-color: #e57f18 !important;
  color: #fff !important;
}

.btn-admin:hover, .btn-admin:focus, .btn-admin:active {
  background-color: #c56809 !important;
  border-color: #c56809 !important;
}

.btn-dark {
  color: #fff !important;
}

.btn {
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  font-weight: 700;
}

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

.bg-secondary {
  background-color: #999 !important;
}

.bg-help {
  background-color: #F45D48 !important;
}

.text-help {
  color: #F45D48 !important;
}

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

.text-secondary {
  color: #999 !important;
}

.login-form {
  max-width: 30rem;
  margin: 1rem auto;
}

.login-form form {
  background: #f7f7f7;
  margin-bottom: 1rem;
  padding: 1rem;
}

.login-form .form-control, .login-form .btn {
  min-height: 4rem;
}

.login-form input[type="email"] {
  border-radius: 2px 2px 0 0;
}

.login-form input[type="password"] {
  border-radius: 0 0 2px 2px;
  margin-top: -1px;
}

.login-form input.form-control:focus {
  position: relative;
  z-index: 2;
}

.disclaimer{
  padding-top: 15px;
  color: #555555;
  font-size: .9rem;
}

.bg-slide-main{
  width: 100vh;
  min-height: 100vh;
  background-image:
    linear-gradient(0deg, rgba(0,0,0,0.2), rgba(0,159,147,0.4)),
    url(../assets/img/slider-home-one.jpg);
}

.containerFeature{

  min-height: 170px;
}

.moreInfoIcon{
  font-size: 5vh;  
}

@media screen and (max-width: 1199px) {
  .slideTitle{
    font-size: 10vw;
  }

  .slideSubTitle{
    font-size: 5vw;
  }
}

@media screen and (min-width: 1200px) {
  .slideTitle{
    font-size: 5rem;
  }

  .slideSubTitle{
    font-size: 2.5rem;
  }


}

.sliderMoreInfo{
  font-size: 20px;
}

.btn-slide{
  width: 217px;
}

.jssocials-share{
  min-width: 32px !important;
}

.social{
  position:fixed;
  zoom:.8;
  bottom:2rem;
  left:0;
  width:30px;
  z-index: 300;
}


.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: #B8FE99;
}

.admin_people_table{
  margin: 0 5em;
}

/* Legend */
div.legend ul {
	padding: 0;
}
div.legend ul li{
	display: inline-block;
	padding: 0 10px;
    line-height: 1.5em;
    border-right: 1px solid #ccc;
}
div.legend ul li:first-child {
	padding-left: 0;
}
div.legend ul li:last-child {
    border: none;
}

/* */
dl > dt, dl > dd {
	margin: 0 !important;
	padding: 0 !important;
	border:1px solid #ccc;
}

dl > dt {
	border-radius: 5px 0 0 5px;
	clear: both;
}
dl > dd {
	border-radius: 0 5px 5px 0;
	margin-right: 1em !important;
}
