.popimgwrap {width: auto; display: block; margin: auto; text-align: left; padding: 5px;  font-family: 'Oswald', sans-serif; font-size: 14px; color:white; font-weight:500; max-width: 550px;}

.popimgwrap > img {display: inline-table;}

.colablogo { max-height: 280px; display: block !important; margin: auto; max-width: 100%; height: auto;}

.mynewbtn {
    width: auto;
    margin: auto;
    padding: 12px 20px;
    background: #034577;
    border: 4px solid #034577;
    font-size: 17px;
    line-height: 14px;
    font-weight: 700;
    color: #fff;
   	font-family: 'Montserrat' !important;
	display: block; cursor: pointer !important;
}




.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-replace {
  /* replace text with an image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%; 
  color: transparent;
  white-space: nowrap;
}
.bts-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;

}
.bts-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
	z-index: 10000000000;
}

.bts-popup-container {
  position: relative;
  width: 70%;
  max-width: 1000px;
  margin: 4em auto;
 background-color: black;
  border-radius: none; 
  text-align: left;
	padding: 10px 15px;
	border: 2px solid white;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.bts-popup-container img {
  padding: 5px 0 0 0;
}
.bts-popup-container p {
	color: white;     font-family: 'Lato', sans-serif;
  padding: 0px;
}

.bts-popup-container h1, h2, h3 {
	color: white;     font-family: 'Montserrat' !important;
  padding: 0px; text-align: center;
}


.bts-popup-container .bts-popup-button {
  padding: 5px 25px;
  border: 2px solid white;
	display: inline-block;
  margin-bottom: 10px; background-color: white !important;
}

.bts-popup-container a {
  color:white;
  text-decoration: none;
  text-transform: uppercase;
	 font-family: 'Oswald', sans-serif;
}






.bts-popup-container .bts-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
	background-color: black;
}
.bts-popup-container .bts-popup-close::before, .bts-popup-container .bts-popup-close::after {
  content: '';
  position: absolute;
  top: 12px;
  width: 16px;
  height: 3px;
  background-color: white;
}
.bts-popup-container .bts-popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}
.bts-popup-container .bts-popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 6px;
  top: 13px;
}
.is-visible .bts-popup-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (min-width: 1170px) {
  .bts-popup-container {
    margin: 8em auto;
  }
}
	
@media screen and (max-width: 950px)  {
	.colablogo { max-height: 250px !important;}

	.bts-popup-container h1 {font-size: 30px !important;}
	
	.bts-popup-container {
  position: relative;
  width: 80% !important;
  max-width: 1000px;
  margin: 4em auto;
 background-color: black;
  border-radius: none; 
  text-align: left;
	padding: 10px 15px;
	border: 2px solid white;
}
	
	
	
	
}


@media screen and (max-width: 769px)  {
	

	.bts-popup-container h1 {font-size: 29px !important;}
	
	.bts-popup-container {
  position: relative;
  width: 85% !important;
  max-width: 1000px;
  margin: 4em auto;
 background-color: black;
  border-radius: none; 
  text-align: left;
	padding: 10px 15px;
	border: 2px solid white;
}
	
	
	.colablogo { max-height: 220px !important;}
	
	
	
	
}









@media screen and (max-width: 450px)  {

	
	
.bts-popup-container h1 {font-size: 27px !important;}
	
.colablogo { max-height: 200px !important;}
	
	
.bts-popup-container {
  position: relative;
  width: 90% !important;
  max-width: 1000px;
  margin: 4em auto;
 background-color: black;
  border-radius: none; 
  text-align: left;
	padding: 10px 15px;
	border: 2px solid white;

}



	
}