body {
   margin: 0;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.modal-open .site-inner{ 
    z-index: auto;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}
img {
    vertical-align: middle;
    border: 0;
}

/* =====---- modal box style ---====*/
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
@media (min-width: 768px) {
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
/* =====---- end modal box style ---====*/
.social-main-wrapper{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
	background-color: transparent;
    background: none;
    margin: 0;
}
.promo-card{
    max-width: 590px;
    box-shadow: 4px 4px 10px 0 rgba(0,0,0,.29);
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}
.promo-images{
    
}
.promo-btn{
    text-align: center;
    padding: 20px 10px;
    padding-bottom: 10px;
}
.btn-share{
    height: 52px;
    padding: 10px 14px;
    border-radius: 50px;
    background: #f7ae61!important;
    width: 165px;
    display: inline-block;
    margin: 0px 8px;
    outline: none!important;
    border: none!important;
    box-shadow: none!important;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.42857143;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none!important;
    text-transform: capitalize;
}
.btn-share:hover, btn-share:focus{
    background: #f7ae61;
    text-decoration: none;
}
button.btn-share{
    -webkit-appearance: button;
}
.btn-share .btn-icon{
    height: 26px;
    margin-right: 8px;
}
.btn-share .btn-text{
    vertical-align: middle;
    font-size: 19px;
    color: #fff;
    font-weight: 500;
}
.modal-body .btn-share{
    width: 348px;
    max-width: 225px;
    border-radius: 4px;
    margin: 0;
    line-height: 16px;
    padding: 12px 16px;
    height: auto;
    text-decoration: none;
}
.modal-body .btn-share .btn-icon{
    height: 35px;
}
.instagram-text{
    padding: 20px;
    text-align: center;
}
.instagram-text h3{
    margin-top: 0;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.1;
    color: #333;
    background: none;
    border: none;
    padding: 0px;
}
.instagram-text p{
    font-size: 15px;
    margin-bottom: 12px;
    line-height: 1.42857143;
    color: #333333;
}
.modal-body{
    padding: 0px;
    position: relative;
}
.social-main-wrapper .modal-content {
    border: none;
    overflow: hidden;
}
.social-main-wrapper .modal-header{
    padding: 0px;
    border: none;
}
.social-main-wrapper .modal-header .close{
    position: absolute;
    right: 8px;
    top: 8px;
    border-radius: 100%;
    z-index: 999;
    opacity: 1;
    width: 34px;
    height: 34px;
    text-align: center;
    color: #fff;
    background: rgba(19, 19, 19, 0.5);
    outline: none!important;
    box-shadow: none!important;
    margin: 0;
    cursor: pointer;
    border: none;
    padding: 0px;
}

.social-main-wrapper .modal-header .close:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../svg/close.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px;
    left: 0px;
    top: 0px;
    opacity: 0.8;
}
.social-main-wrapper .modal-header .close:hover:before{
    opacity: 1;
}
.modal-open #instagramCustomModal{
        z-index: 999999;
}
.modal-backdrop{
    z-index: 99999;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
@media (min-width: 768px){
    .social-main-wrapper .modal-dialog {
        width: 500px;
        margin: 25px auto;
    }
}
@media (max-width: 589px) {
    .promo-btn .btn-share{
        width: 275px;
    }
}
@media (max-width: 480px) {
   .social-share-widget-frame {
        height: 670px;
    }
}
@media (max-width: 400px) {
    .promo-btn .btn-share {
        width: 85%;
    }
}
@media (max-width: 320px) {
    .modal-body .btn-share{
        width: 90%;
    }
}