main#main {
    padding-top: 72px;
}

@media (max-width: 767px) {
	main#main {
		padding-top: 60px;
	}
}


nav, nav div.container-fluid {
    padding-right: 0;
}

.navbar {
  background-color: #05192C;
}

.sticky {
  position: -webkit-sticky;
}

@media (min-width: 992px) {
    .navbar {
        min-height: 5em;
        height: 5em;
        line-height: 5em;
        padding-right: 0;
    }

    .navbar .parent-link {
        color: #FFF;
        text-decoration: none;
        font-size: 16px;
        font-family: sans-serif, 'Roboto';
        margin-left: 1em;
        margin-right: 1em;
    }
}


.hidden, .hide {
    display: none!important;
}
li.user-profile.dropdown div.dropdown-menu {
  left: 0;
  background-color: #00192E;
  margin: 0;
  width: 170px;
  padding-bottom: 0;
}
.dropdown-menu .dropdown-item {
  line-height: 24px;
  color: #FFF;
  border-bottom: 1px solid rgba(165, 165, 165, 0.164);
}
.dropdown-menu .dropdown-item:hover {
  color: #000;
}
.navbar-triangle {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid;
  position: absolute;
  left: 74px;
  top: -10px;
  transform-style: preserve-3d;
  color: #00192E;
  z-index: 2;
}
.register-button {
    background-color: #EE6A43;
}
.login-button {
    background-color: #D94523;
    padding-left: 1em;
    padding-right: 1em;
}
.site-footer {
    background-color: #3F4157;
    height: 150px;
}
#dive-map{
    height: 93vh;
    width: 100%;
}
.footer-message {
    text-align: center;
    /* margin-top: 5em; */
    color: #FFF;
    border-top: 1px solid white;
}

@media (max-width: 960px) {
    .footer-links ul.list-inline {
        margin-bottom: 0px;
    }

    .footer-links ul.list-inline li.list-inline-item {
        display: block;
        text-align: center;
        margin-top: 0px;
    }

    .footer-links ul.list-inline li.list-inline-item:not(:last-child) {
        margin-right: 0px;
    }

    .footer-links ul.list-inline li.list-inline-item:after {
        content: "";
        margin: 0px;
    }
}

@media (min-width: 770px) {
    .footer-message {
        /* margin-top: 2em; */
    }
}

.btn-rounded {
  border-radius: 25px;
}

/** CSS added during site carousel build **/
.slider-links {
  padding: 0 0 15px 0;
}
.slider-links figure {
  margin: 0;
}
.slider-links figure img {
  width: 100%;
  min-height: 300px;
  max-height: 300px;
}
.slider1 a {
  max-height: 280px;
  max-width: 300px;
}
.slider-links p {
  font-size: 13px;

  line-height: 19px;
  padding: 0 15px 20px;
}
.slider-data {
  background: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
}
/* .location-container {
  position: absolute;
  left: 20px;
  top: 220px;
} */
@media (max-width: 479px) {
  .location-container {
    left: 15px;
    top: 50%;
  }
}
.location-container small {
  color: #ffffff;
  display: block;
  font-size: 15px;
  line-height: 17px;
  font-weight: 700;
}
.location-container h5 {
  color: #ffffff;
}
.site-card-ui {
  display: flex;
  display: -webkit-flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  padding: 11px 14px;
  border-top: 2px solid #efefef;
}
.site-card-ui p {
  padding: 0;
}
.site-card-ui p a {
  display: inline-block;
}

@media (max-width: 1640px) {
  .dive-here-btn {
    right: 7%;
  }
}
@media (max-width: 1400px) {
  .dive-here-btn {
    right: 25px;
  }
}
@media (max-width: 991px) {
  .dive-here-btn {
    right: auto;
    left: 15px;
    bottom: 10px;
  }
}
@media (max-width: 479px) {
  .dive-here-btn {
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    padding: 0 15px;
  }
}

@media (max-width: 1200px) {
  .dive-here-btn ul {
    width: 350px;
  }
}
@media (max-width: 991px) {
  .dive-here-btn ul {
    width: 345px;
  }
}
@media (max-width: 479px) {
  .dive-here-btn ul {
    width: 100%;
  }
}
/* .dive-here-btn ul li {
  float: left;
  display: inline-block;
  width: 50%;
  padding: 0 7px;
} */
@media (max-width: 991px) {
  .dive-here-btn ul li {
    padding: 0 3px;
  }
}
/* .dive-here-btn ul li a {
  font-size: 17px;
  line-height: 40px;
  height: 40px;
  text-align: center;
  width: 100%;
  display: block;
  background: #ffffff;
  color: #484848;
  border-radius: 25px;
  font-weight: 700;
} */
@media (max-width: 479px) {
  .dive-here-btn ul li a {
    font-size: 14px;
  }
}
/* .dive-here-btn ul li a img {
  margin: 0 5px 0 10px;
  display: inline-block;
} */
@media (max-width: 479px) {
  .dive-here-btn ul li a img {
    margin: 0 5px 0 0;
    width: 30px;
    height: auto;
  }
}
.dive-here-btn ul li a.data {
  background: #38a6ff;
  color: #ffffff;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
  content: "";
}
.nav-tabs > li.active > a {
  border-left: none!important;
  border-top: none!important;
  border-right: none!important;
  color: #38A6FF!important;
  border-bottom: 3px solid #38A6FF!important;
}
.nav-tabs > li > a {
  color: #999999;
}
.no-data-msg {
  color: #484848;
  padding: 10px;
}
.btn-to-lnk,
.btn-to-lnk u {
  color: #ff6034;
}
.btn-to-lnk {
  border: none;
  display: inline-flex;
}
.btn-to-lnk:hover,
.upload-pic-container:hover,
.time-logged .post-actions:hover,
.upload-btn:hover {
  cursor: pointer;
}
.post-actions {
  position: relative;
}



.related-sites-slider {
  padding-bottom: 44px;
}
.related-sites-slider h2 {
  padding: 0 0 23px 15px;
}
.related-sites-slider .dive-here-btn {
  position: static;
  transform: none;
  -webkit-transform: none;
  -o-transform: none;
  -ms-transform: none;
  -moz-transform: none;
  width: 100%;
}
@media (max-width: 479px) {
  .related-sites-slider .dive-here-btn {
    padding: 0;
  }
}
.related-sites-slider .dive-here-btn ul {
  box-shadow: none;
  border-radius: 0;
  width: 100%;
  padding: 0;
}
.related-sites-slider .comment-cnt {
  padding: 19px 0;
}
.comment-cnt {
  padding: 11px 0;
  border-top: 2px solid #efefef;
}
.comment-cnt ul li {
  display: block;
  float: left;
  padding: 0 14px;
}
@media (max-width: 479px) {
  .comment-cnt ul li {
    padding: 0 4px;
  }
}
.comment-cnt ul li a {
  display: block;
  font-size: 13px;
  line-height: 15px;
  color: #484848;
}
.comment-cnt ul li a img {
  display: inline-block;
  margin: 0 7px;
}
@media (max-width: 479px) {
  .comment-cnt ul li a img {
    margin: 0 5px;
    width: auto;
    height: auto;
  }
}
.map-cnt {
  position: absolute;
  /* left: 53%; */
  top: -25px;
  /* transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%); */
}
@media (max-width: 770px) {
  .map-cnt {
    position: static;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -moz-transform: none;
    margin: 0 0 15px 0;
  }
}
.map-cnt ul {
  background: #ffffff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  border-radius: 25px;
  padding: 15px 15px;
  margin: 0;
  width: 407px;
  display: flex;
  display: -webkit-flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
}
@media (max-width: 1360px) {
  .map-cnt ul {
    padding: 15px 10px;
    width: 360px;
  }
}
@media (max-width: 1200px) {
  .map-cnt ul {
    padding: 15px 0;
    width: 300px;
  }
}
@media (max-width: 479px) {
  .map-cnt ul {
    width: 100%;
  }
}
.map-cnt ul li {
  display: inline-block;
  padding: 0 18px;
  margin: 0;
}
@media (max-width: 1360px) {
  .map-cnt ul li {
    padding: 0 15px;
  }
}
@media (max-width: 1200px) {
  .map-cnt ul li {
    padding: 0 10px;
  }
}
@media (max-width: 479px) {
  .map-cnt ul li {
    padding: 0 5px;
  }
}
.map-cnt ul li a {
  font-size: 13px;
  line-height: 15px;
  color: #ff6034;
  display: block;
  text-decoration: underline;
}
@media (max-width: 479px) {
  .map-cnt ul li a {
    font-size: 12px;
  }
}
.map-cnt ul li a img {
  vertical-align: middle;
  margin: 0 5px 0 0;
}
@media (max-width: 1200px) {
  .map-cnt ul li a img {
    margin: 0 2px 0 0;
  }
}

.related-sites-slider .map-cnt {
  position: static;
  transform: none;
  -webkit-transform: none;
  -o-transform: none;
  -ms-transform: none;
  -moz-transform: none;
  width: 100%;
}
.related-sites-slider .map-cnt ul {
  box-shadow: none;
  border-radius: 0;
  width: 100%;
  padding: 0;
}
.related-sites-slider .map-cnt ul li {
  padding: 0px 13px;
}
@media (max-width: 479px) {
  .related-sites-slider .map-cnt ul li {
    padding: 0 5px;
  }
}

.dives-slider {
  padding: 56px 0 59px 0px;
}
@media (max-width: 1500px) {
  .dives-slider {
    padding: 25px 0 25px 0px ;
  }
}
@media (max-width: 1200px) {
  .dives-slider {
    padding: 15px 0 15px 0px;
  }
}
@media (max-width: 770px) {
  .dives-slider {
    padding: 15px 0;
  }
}
.sites {
  color: #38a6ff;
  padding: 0 0 29px 15px;
  display: flex;
  display: -webkit-flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -o-align-items: flex-start;
  -ms-align-items: flex-start;
  -moz-align-items: flex-start;
}
@media (max-width: 1200px) {
  .sites {
    padding: 0 0 15px 15px;
  }
}
.sites img {
  margin: 0px 15px 0 0;
}
.related-sites-slider-data {
  position: relative;
}
.overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(73, 75, 99, 0.71);
}
.overlay5 {
  background: url('../../images/shade.png') no-repeat;
  z-index: 9;
  height: 100%;
  right: 0;
  width: 129px;
  left: auto;
}
.sites-slider .slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}
.slider-main li {
  padding: 0 10px 0 5px;
}
.slider-main li a {
  display: block;
}
.slider-main li a figure {
  position: relative;
  box-shadow: 0 3 6px rgba(0, 0, 0, 0.16);
  border-radius: 6px;
}
.slider-main li a figure img {
  width: 100%;
  border-radius: 6px 6px 0 0;
}
.slider-main li a figure h3 {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 73%;
}
.slider-main .slick-prev, .slider-main .slick-next {
    background: #7e55c4;
    width: 25px;
    height: 50px;
    top: 54%;
    z-index: 9;
}

.slider-main .slick-prev {
    border-radius: 0 30px 30px 0;
    left: -15px;
    padding: 0 7px 0 0;
}

.slider-main .slick-next {
    border-radius: 30px 0 0 30px;
    right: 0;
    padding: 0 0 0 7px;
}

.slider-main .slick-next:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    content: "\f105";
    opacity: 1;
    font-size: 28px;
    line-height: 30px;
}
.slider-main .slick-prev:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    content: "\f104";
    opacity: 1;
    font-size: 28px;
    line-height: 30px;
}
.explore-main {
  padding-bottom: 95px;
}
@media (max-width: 770px) {
  .explore-main {
    padding-bottom: 15px;
  }
}
.back-clr {
  background: #f9f9f9;
}
h3 {
  font-size: 26px;
  line-height: 28px;
  font-weight: 700;
  color: #ffffff;
}
.dives-slider .dive-here-btn a {
  padding-left: 0;
  padding-right: 0;
}
.slick-slide img.log-here-btn {
  margin-right: 30px;
  display: inline-block;
}
.log-here-ctn {
  width: 50%;
  float: right;
}
.slick-slide .comment-cnt ul li.message {
  font-size: 17px;
  color: #484848;
}
ol,
ul {
  list-style: none;
}
.dive-here-btn ul {
  display: block;
  background: #ffffff;
  padding: 5px 0;
  width: 407px;
  border-radius: 25px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  padding-left: 29px;
  padding-right: 29px;
}
.dive-here-btn ul li {
  display: inline-block;
}
.dive-here-btn a {
  background-color: #38A6FF;
  font-size: 15px;
  line-height: 40px;
  height: 40px;
  text-align: center;
  width: 100%;
  display: block;
  color: #FFF;
  border-radius: 25px;
  font-weight: 700;
  padding-left: 30px;
  padding-right: 30px;
}
.dive-here-btn li.message {
  color: #484848;
  font-size: 17px;
  text-align: left;
  font-weight: 700;
}
.slider-links .slider-data figure {
  position: relative;
}

.avatar-small {
  width: 30px !important;
  height: 30px !important;
  border-radius: 50%;
}

.avatar {
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
}

.avatar-med {
  width: 60px!important;
  height: 60px!important;
  border-radius: 30px;
}

.avatar-lg {
  width: 180px !important;
  height: 180px !important;
  border-radius: 90px;
}

.post-it-cnt {
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  text-align: center;
  margin-top: 20px;
}
.post-it-cnt form {
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 15px;
}
.post-it-cnt textarea {
  border: 1px solid #E5E5E5;
  width: 100%;
  margin-top: 17px;
  resize: none;
  height: 76px;
}
.post-it-interface {
  text-align: left;
}
.post-it-interface .post-it-button {
  background-color: #38A6FF;
  font-size: 15px;
  color: #FFF;
  height: 42px;
  width: 140px;
  border-radius: 25px;
  line-height: 40px;
  position: relative;
  float: right;
  top: -40px;
  border: 0;
}
.post-it-interface .post-it-button i {
  font-size: 40px;
  float: right;
  position: absolute;
  right: 3px;
}
.to-left {
  float: left;
  margin-left: 10px;
}
.post-it-interface .upload-btn {
  color: #BCBCCB;
  border: 1px solid #E5E5E5;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
}
.post-it-interface .upload-btn i {
  font-size: 20px;
  line-height: 40px;
}
.time-logged .post-actions {
  display: inline-block;
  color: #FF6034;
}
.site-name {
  position: relative;
}
.site-name img {
  position: absolute;
  top: 10px;
}
.site-name img,
.site-location {
  display: inline-block;
}
.comment-cnt ul li.site-name a {
  text-decoration: underline #00A9F9;
  color: #00A9F9;
}
.site-location {
  margin-left: 20px;
}
.edit-avatar-cnt i,
.user-interaction i,
.edit-profile-banner-cnt i {
  color: #FFF;
}
.modal-content,
.save-btn-cont {
  border-radius: 0 0 5px 5px;
}
.modal-content {
  border-radius: 5px;
  /* width: 624px; */
  margin: auto;
  /* top: 132px; */
}
.modal-body {
  text-align: center;
  padding: 0;
}
@media (max-width: 767px) {
	.modal-body {
		padding-bottom:60px;
	}
}
.modal-content .modal-header {
  background-color: #494B63;
}
.modal-content .modal-header .modal-title {
  font-size: 20px;
}
.camera-image,
.save-profile-pic-btn,
.save-dive-cert-btn {
  background-color: #38A6FF;
}
.camera-image i {
  color: #FFF;
}
.camera-image {
  width: 40px;
  height: 40px;
  border-radius: 25px;
  line-height: 40px;
  margin: auto;
}
.save-profile-pic-btn,
.save-dive-cert-btn {
  color: #FFF;
  border-radius: 25px;
  width: 406px;
  height: 45px;
}
.upload-pic-container {
  border: 3px dashed #38A6FF;
  text-align: center;
  padding-top: 61px;
  padding-bottom: 61px;
  margin-bottom: 55px;
  border-radius: 5px;
}
.upload-pic-container h4 {
  color: #484848;
  font-size: 17px;
  margin-top: 10px;
}
.save-btn-cont {
  background-color: #EDF2F6;
  padding-top: 32px;
  padding-bottom: 32px;
}
.upload-avatar-modal p {
  text-align: left;
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 15px;
}
.upload-avatar-modal p,
.upload-avatar-modal .upload-pic-container {
  margin-left: 30px;
  margin-right: 30px;
}
.close_modal_btn {
  color: #FFF;
}
.close {
  opacity: 1!important;
}
.image-upload-preview {
  height: 150px;
  width: auto;
  max-width: 100%;
}
.dive-photo, .slider-img {
    width: 100%;
    max-width: 100%;
    /* max-height: 225px; */
    object-fit: cover;
}
.single-pane img {
  border-radius: 5px 5px 0 0;
}
.single-pane .dive-photo,
.dual-pane,
.tri-pane-large {
  width: 100%;
}
.dual-pane .dive-photo {
  width: 100%;
  height: 100%;
}
.tri-pane-large .dive-photo {
  width: 100%;
  height: 100%;
}
.tri-pane-small .dive-photo {
  width: 100%;
  height: 100%;
}
.quad-pane-large .dive-photo {
  width: 100%;
  height: 100%;
}
.quad-pane-small .dive-photo {
  width: 100%;
  height: 100%;
}
.more-images {
  /* border: 1px solid #484848; */
  height: 100%;
}
.more-images .photos-remaining {
  /* font-size: 2rem; */
  color: #484848;
}
.more-images .msg {
  /* font-size: 1rem; */
  color: #484848;
}
@media (min-width: 1000px) {
    /* .more-images .photos-remaining {
        font-size: 3rem;
      }
      .more-images .msg {
        font-size: 1.5rem;
      } */
}
.tri-pane-small,
.quad-pane-small {
  margin-top: 7px;
}
.comment-modal {
  /* width: 1200px; */
  /* width: 99%; */
  top: inherit;
  /* min-height: 800px; */
}
.comment-modal .post-comments {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-height: 770px){
  .comment-modal .post-comments {
    /* min-height: 700px; */
  }
}
.comment-modal .post-photos {
  padding-left: 0;
  padding-right: 0;
  background-color: rgba(0, 0, 0, 0.65);
}
.comment-modal .post-photos img {
  max-width: 100%;
  object-fit: cover;
}
.first-comment {
  border-bottom: 1px solid #EAEAEA;
}
.first-comment-header {
  width: 100%;
  height: 58px;
}
.first-comment-header span {
  display: inline-block;
}
.first-comment-header .user-info {
  /* position: absolute;
  left: 20px;
  top: 10px; */
}
.single-comment {
  border-top: 1px solid #C4C4C4;
  border-bottom: 1px solid #C4C4C4;
  padding-top: 20px;
  padding-bottom: 25px;
  position: relative;
}
.single-comment .time-logged,
.first-comment .time-logged {
  right: 20px;
  position: absolute;
}
.reply-photo-container {
  /* position: absolute;
  width: 100%;
  bottom: 5px; */
}
.reply-photo-container textarea {
  resize: none;
  border-radius: 50px;
  width: 370px;
  padding-left: 15px;
}
.reply-photo-container button {
  border-radius: 20px;
  color: #FFF;
  background-color: #38A6FF;
  height: 40px;
  width: 80px;
}
.reply-photo-container > * {
  vertical-align: middle;
}
.post-info {
  border-bottom: 1px solid #EAEAEA;
}
.post-info > * {
  display: inline-block;
  padding: 15px 10px;
}
.single-comment .user-interactions {
  float: left;
}
.single-comment .user-interactions span {
  padding-left: 15px;
}
.single-comment .user-interactions span a {
  text-decoration: underline;
}
.photo-nav {
  position: absolute;
  bottom: 55%;
  width: 100%;
}
.photo-nav .prev-pic,
.photo-nav .next-pic {
  position: absolute;
  color: #FFF;
  font-size: 60px;
  text-shadow: 5px 3px 5px rgba(0,0,0,0.3);
}
.photo-nav .prev-pic {
  left: 0;
}
.photo-nav .next-pic {
  right: 0;
}
.photo-nav .prev-pic:hover,
.photo-nav .next-pic:hover {
  cursor: pointer;
}
.month-container .log-container {
  height: 80px;
  position: relative;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
}
.month-container .log-container:hover {
  cursor: pointer;
}
.month-container .log-container .dive-date {
  position: absolute;
  left: 10px;
  top: 15px;
}
.month-container .log-container .dive-location {
  text-align: left;
  position: absolute;
  left: 110px;
  top: 15px;
}
.month-container .log-container .preview-pics {
  position: absolute;
  top: 15px;
  right: 15px;
}
.month-container .log-container .preview-pics .single-photo {
  display: inline-block;
}
.month-container .log-container .preview-pics img {
  object-fit: cover;
  width: 50px;
  height: 50px;
  max-width: 50px;
  max-height: 50px;
  border-radius: 5px;
}
.log-container .dive-title {
  margin-left: 33px;
}
.viewed-year {
  width: 100%;
  text-align: left;
  font-size: 20px;
  color: #38a6ff;
  height: 60px;
  position: relative;
  border-bottom: 1px solid #E5E5E5;
}
.viewed-year .year-label {
  /* position: absolute;
  left: 0;
  top: 15px; */
}
.viewed-month {
  width: 100%;
  text-align: left;
  color: #484848;
  font-size: 15px;
  position: relative;
  height: 60px;
  border-bottom: 1px solid #E5E5E5;
}
.viewed-month.open {
    border-bottom: none;
}
.viewed-month strong {
  color: #484848;
  position: absolute;
  top: 20px;
}
.viewed-month > * {
  display: inline-block;
}
.month-log-info {
  color: #7C7C84;
  position: absolute;
  top: 20px;
}
@media (min-width: 769px) {
    .month-log-info {
        left: 115px;
    }
}
.month-log-info span {
  padding-left: 3px;
  padding-right: 3px;
}
.viewed-year > * {
  /* display: inline-block; */
}
.viewed-year .toggle-view {
  position: absolute;
  right: 5px;
  top: 10px;
}
.viewed-year .toggle-view.expand-all-years {
  top: 20px;
}
.viewed-month .toggle-view {
  position: absolute;
  right: 5px;
  top: 10px;
}
.toggle.toggle-btn {
  border-radius: 20px;
  height: 20px;
}
.viewed-year .toggle-view.expand-all-years {
  font-size: 15px;
}
.viewed-year .toggle-view.expand-all-years:hover {
  cursor: pointer;
}
.ht-80 {
  height: 80px!important;
}
.banner {
  padding-right: 0!important;
  padding-left: 0!important;
}

div.modal-dialog.modal-lg {
  max-width: 100%;
}

@media (min-width: 1200px) {
    div.modal-dialog.modal-lg {
        max-width: 90%;
    }
}

@media (min-width: 1600px) {
    div.modal-dialog.modal-lg {
        max-width: 80%;
    }
}

.mg-au {
  margin: auto!important;
}
.login-container {
  background: url(/images/sea-turtle.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
}
.register-container.login-card {
  height: auto;
}
.register-container.login-card,
.register-container.reset-pass-card,
.register-container.login-card form {
  margin-left: auto;
  margin-right: auto;
}
.register-container.login-card form {
  margin-bottom: 10px;
}
.login-card .login-btn {
  width: 100%;
  height: 45px;
}


/* Default CSS */
html, body {
    height: 100vh;
    margin: 0;
    font-family: Roboto, sans-serif;
}
.full-height {
    height: 100vh;
}
.content {
    text-align: center;
}


.radio-list {
  list-style-type: none;
  margin: 0;
  margin-left: 1em;
  padding: 0;
  text-align: center;
  display: inline-flex;
  float: left;
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none; /* Firefox */
}
.radio-list li {
  float: left;
  /* width: 8em; */
  position: relative;
}
::-webkit-scrollbar {
  width: 0px;  /* remove scrollbar space */
  background: transparent;
}
.radio-list input[type="radio"],
.radio-list input[type="checkbox"] {
  opacity: 0.01;
  z-index: 100;
  position: absolute;
}
.radio-list input[type="radio"]:checked + label,
.radio-list input[type="checkbox"]:checked + label,
.Checked + label {
  background: #58A5F8;
  color: #FFF;
}
.radio-list label {
  padding: 5px;
  border: 1px solid #CCC;
  cursor: pointer;
  z-index: 90;
  /* max-width: 10em; */
  margin-top: 0;
  background: #FFF;
  border-radius: 50px;
  display: block;

}

.radio-list li:not(:first-of-type) label {
  /* margin-left: 1em; */
}

.radio-list label:hover {
  background: #DDD;
}

.pl-0 {
  padding-left: 0!important;
}
.pr-0 {
  padding-right: 0!important;
}

.fb-bg {
  background-color: #2F5B9D;
}
.google-bg {
  background-color: #EB3300;
}
.log-info {
    border-radius: 10px;
    border: 1px solid #EAEAEA;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
}
.log-info .slider-img {
    border-radius: 10px 10px 0 0;
}

#social_form .image-preview {
    text-align: left;
}
#social_form .image-preview img {
    margin-right: .5em;
}

.image-desc {
    font-size: 13px !important;
}

.strong-pass {
  background-color: green;
}

.good-pass {
  background-color: yellow;
}

.weak-pass {
  background-color: red;
}

#strength_rating {
  color: #FFF;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.alert {
  margin-top: 72px;
  position: absolute;
  width: 100%;
}

.fa-star:hover {
  cursor: pointer;
}

.avatar-upload-form .cropper-crop-box,
.avatar-upload-form .cropper-view-box {
  border-radius: 50%;
}

.avatar-upload-form .cropper-view-box {
  box-shadow: 0 0 0 1px #39f;
  outline: 0;
}

.avatar-upload-form .cropper-face {
background-color:inherit !important;
}

.avatar-upload-form .cropper-dashed,
.avatar-upload-form .cropper-point.point-se,
.avatar-upload-form .cropper-point.point-sw,
.avatar-upload-form .cropper-point.point-nw,
.avatar-upload-form .cropper-point.point-ne,
.avatar-upload-form .cropper-line {
display:none !important;
}

.avatar-upload-form .cropper-view-box {
outline:inherit !important;
}

.mobile-menu-footer{
	margin-left: 30px;
	font-size: 13px;
	padding-bottom:30px;
}

@media (max-width: 767px) {
	#chatter_form_editor{
		margin-bottom:70px;
	}
}

.fa-eye {
  position: absolute;
  top: 12px;
  right: 21px;
  cursor: pointer;
}

.banner.container.user-header {
  padding-left: 25px!important;
  padding-right: 25px!important;
}