/*-------------------------------------------
*
*   Modal Extras CSS 
*   Autogenerated from Less files. 
*
*-------------------------------------------*/
/* LOADING animation */
@-moz-keyframes loading {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* END LOADING animation */

body.modal-open {padding-top: 0;}
.modal-content {
  border-radius: 0;
}
.modal-content img {
  max-width: 100%;
  max-height: 100%;
}
.modal-content:after {
  content: " ";
  display: table;
  clear: both;
}
.modal-body {
  padding: 0 25px 25px;
  white-space: normal;
}
.modal-body:before,
.modal-body:after {
  content: " ";
  display: table;
}
.modal-body:after {
  clear: both;
}
@media (min-width: 480px) {
  .modal-form {
    padding-left: 15%;
    padding-right: 15%;
  }
}
.modal {
  white-space: nowrap;
  font-size: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.55);
}
.modal:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  margin-left: -1px;
  height: 100%;
}
.modal-dialog {
  font-size: 14px;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  max-width: 90%;
  max-width: 92vw;
  margin: 4vh 4vw;
}
.modal-btn-close {
  cursor: pointer;
  position: absolute;
  z-index: 300;
  background: #990000;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: -13px;
  right: -13px;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
}
.modal-btn-close:before,
.modal-btn-close:after {
  content: '';
  display: block;
  position: absolute;
  top: 15px;
  border-left: 2px solid #fff;
  height: 20px;
}
.modal-btn-close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 24px;
}
.modal-btn-close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 24px;
}
.modal-ajax .modal-dialog {
  width: 760px;
}
.modal-ajax .modal-body {
  overflow: auto;
}
.modal-ajax .modal-body h1:first-child,
.modal-ajax .modal-body h2:first-child,
.modal-ajax .modal-body h3:first-child,
.modal-ajax .modal-body h4:first-child {
  margin-top: 0;
}
.modal-ajax .modal-body div {
  width: auto !important;
}
.modal-ajax .modal-body img {
  height: auto !important;
}
.modal-ajax .modal-body iframe {
  max-width: 100%;
}
.modal-ajax .container {
  width: auto !important;
}
.modal-image-wrapper .modal-dialog {
  max-height: 92vh;
  width: auto;
}
.modal-image-wrapper .modal-content {
  background: transparent;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  opacity: 1;
  filter: alpha(opacity=100);
}
.modal-loading .modal-dialog {
  cursor: wait;
  position: relative;
}
.modal-loading .modal-dialog:before {
  content: '';
  opacity: 0.8;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background: #fff;
  z-index: 500;
}
.modal-loading .modal-dialog:after {
  content: '';
  background-color: rgba(0, 0, 0, 0);
  border-radius: 2em;
  -webkit-animation: loading 0.8s infinite linear;
  -o-animation: loading 0.8s infinite linear;
  animation: loading 0.8s infinite linear;
  display: block;
  border: 5px solid #fff;
  border-top: 5px solid rgba(0, 0, 0, 0);
  border-left: 5px solid rgba(0, 0, 0, 0);
  width: 2em;
  height: 2em;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 501;
  margin-top: -1em;
  margin-left: -1em;
}
.modal-loading .modal-dialog:before {
  display: none;
}
.modal-loading .modal-dialog .modal-btn-close {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-loading .modal-dialog .modal-content {
  opacity: 0;
  filter: alpha(opacity=0);
}
.no-cssvhunit .modal-image {
  height: 650px;
}
.modal .modal-image {
  max-height: 92vh;
  max-width: 92vw;
}
.modal-header {
  padding-bottom: 0;
  margin-bottom: 0;
  text-align: center;
}
.modal-title {
  margin-bottom: 10px;
  color: #000;
}
.modal-image-caption-wrapper{
    background-color: rgba(0,0,0,0.8);
    padding: 15px;
    width: 100%;
    position: absolute;
}
.modal-image-caption{
    color: #fff;
    font-size: 18px;
}
.modal-video .modal-dialog {
  width: 90%;
  max-width: 1280px;
}
.modal-video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /*405/720*/
}
.modal-video-iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

//Modal Instagram Data

.modal-instagram{}
.modal-instagram .modal-image-link{
    float: left;
}
.modal-instagram .modal-image-instagram-container{
    float: left;
    background-color: #fff;
    padding: 15px;
    font-family: 'avenir';
    font-size: 15px;
}
.modal-instagram .modal-content{
  background-color: #fff;
  border: none;
}
.modal-instagram .user-section{
  .clearfix();
  padding: 5px 0 20px 0;
  border-bottom: 1px solid #eeefef;
}
.modal-instagram .instagram-userphoto{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
}
.modal-instagram .user-info{
  float: left;
  max-width: 115px;
}
.modal-instagram .username, .modal-instagram .location{
  display: block;
  color: #125688;
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.modal-instagram .location{
  color: #4090db;
  font-size: 13px;
  padding-top: 3px;
}
.modal-instagram .btn-instagram{
  margin-left: 20px;
  padding: 0 11px;
  margin-top: 4px;
  line-height: 29px;
  text-transform: uppercase;
  color: #2d6599;
  background-color: #fff;
  cursor: pointer;
  border-radius: 3px;
  border: 1px solid #2d6599;
  font-size: 14px;
  font-weight: 600;
  outline: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.modal-instagram .image-likes{
  color: #4b4f54;
  padding: 20px 0;
  display: block;
  font-size: 15px;
  font-weight: bold;
}
/*
//global arrow styles
.prev-arrow{
  left: 0;
  right: auto;
}
.next-arrow{
  left: auto;
  right: 0;
}
.global-arrow{
  position: absolute;
  height: 50px;
  width: 50px;
  display: block;
  border-radius: 50%;
  background-color: #000;
  top: 50%;
  margin-top: -25px;
}
.global-arrow:hover{
  cursor: pointer;
}



*/

















