
html, body {
  height: 100%;
  font-family: 'Lato', sans-serif;
}

/*********** NAVBAR ************/

#TopNav .logo {
  height: 50px;
}

.dropdown-toggle::after {
  color: #f08339;
}

#TopNav .user-logo {
  width: 15px;
  height: 15px;
}

#TopNav .loginLabel{
  margin-right: 4px;
}

#TopNav a.nav-link{
  color: rgba(0,0,0,.5);
  padding-left: 0;
}

#TopNav a.intra-link{
  color: #32aac9;
}


/******* BUTTONS *********/

.btnOrange {
  background-color: #f08339;
  color: #fff;
}

.btnOrange:hover,
.btnOrange:active {
  background-color: #a35723;
  color: #fff;
}

.btnOrange a {
  color: #fff;
  text-decoration: none;
}

.btnBlue {
  background-color: #32aac9;
  color: #fff;
}

.btnGrey {
  background-color: #6c757d;
  color: #fff;
}

.btnWhite {
  background-color: #fff;
  color: #000;
}

/* FOOTER */
.page-footer {
  color: #fff;
  background-color: #262626 !important;
  width: 100%;
}

.page-footer h5 {
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
}

.page-footer a {
  color: #32aac9;
}

.page-footer a.btn {
  color: #fff;
}

.social a img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

#dropdownMenuLink,
#dropdownMenuLink2 {
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  color: #32aac9;
  background-color: transparent;
}

#SocialList li {
  margin-top: 3px;
}

/******  FILTER MODAL BOXES ******/
.modal-header {
  border-bottom: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}

.modal-footer {
  border-top: 0;
  box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, .1);
}

.modal-closer {
  color: #000;
  float: left;
  cursor: pointer;
}

.modal-apply {
  cursor: pointer;
  color: #f08339;
  font-weight: 600;
}

.modal-title {
  font-size: 1rem;
  font-weight: bold;
}

.btn-blue,
.applyBtn {
  background-color: #32aac9;
  border-color: #32aac9;
  color: #fff;
}

.btn-blue:hover,
.applyBtn:hover {
  background-color: #288aa3;
  border-color: #288aa3;
  color: #fff;
}

.cancelBtn {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
}

.cancelBtn:hover {
  background-color: #5a6268;
  border-color: #5a6268;
}

/*********** IMAGE SLIDER **************/
.ug-arrow-left.ug-skin-default,
.ug-arrow-right.ug-skin-default {
  opacity: 0.4;
  background-color: #0d0f11;
  height: 30px;
  width: 30px;
  border-radius: 3px;
  background-position: 5px 0;
}

.ug-arrow-left.ug-skin-default {
  background-position: 5px 0;
}

.ug-arrow-left.ug-skin-default.ug-arrow-hover {
  background-position: 5px -30px;
}

.ug-arrow-right.ug-skin-default {
  background-position: 10px 0;
}

.ug-arrow-right.ug-skin-default.ug-arrow-hover {
  background-position: 10px -30px;
}

/************* MISC **************/
.squared {
  border-radius: 0;
}

.rounded {
  border-radius: 3px;
}

.boxShadow {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}

.bottomBorder {
  border-bottom: 1px solid #e5e5e5;
}

.orange {
  color: #f08339;
}

.blue {
  color: #32aac9;
}

.blueBg {
  background-color: #32aac9;
}

h2 {
  font-weight: 800;
  font-size: 20px;
  line-height: 1.1;
  -webkit-font-smoothing: antialiased;
}

h3.blue {
  font-size: 1rem;
}

h4 {
  font-size: 1.1rem;
}

.clickable {
  cursor: pointer;
}

.multiline {
  white-space: pre-wrap;
}

.minHeight {
  min-height: 400px;
}

a {
  color: #74c8e4;
}

a:hover {
  text-decoration: none;
}

#BreadCrumb {
  background-color: #e9ecef;
}

.breadcrumb {
  background-color: transparent;
  padding-left: 0;
}

.upload-progress:not([value]) {
  display: none;
}

.upload-progress[value] {
  display: inline-block;
}

.img-fit {
  object-fit: cover;
}

@media (max-width: 575px) {
  body {
    font-size: 1.1rem !important;
  }

  .btn {
    font-size: 1.2rem !important;
  }

  .form-control {
    font-size: .7rem !important;
  }

  #SearchButton {
    font-size: 1.1rem !important;
  }

  .searchField {
    font-size: 1rem !important;
  }

  .ui-autocomplete > li {
    font-size: 1rem !important;
  }

  .ui-autocomplete > li span.lineTwo {
    font-size: 1rem !important;
  }

  h2 {
    font-size: 1.5rem !important;;
  }
  
  h3 {
    font-size: 1.3rem !important;
  }
  
  h4 {
    font-size: 1.1rem !important;
  }
  
  p {
    font-size: 1.2rem !important;
  }
}
