.nd-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: rgba(11, 11, 11, 0.52);
  opacity: 0.8;
  filter: alpha(opacity=80); }
.nd-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }
.nd-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
.nd-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }
.nd-align-top .nd-container:before {
  display: none; }
.nd-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }
.nd-inline-holder .nd-content,
.nd-ajax-holder .nd-content {
  width: 100%;
  cursor: auto; }
.nd-ajax-cur {
  cursor: progress; }
.nd-zoom-out-cur,
.nd-zoom-out-cur .nd-image-holder .nd-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }
.nd-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }
.nd-auto-cursor .nd-content {
  cursor: auto; }
.nd-close,
.nd-arrow,
.nd-preloader,
.nd-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }
.nd-loading.nd-figure {
  display: none; }
.nd-hide {
  display: none !important; }
.nd-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
.nd-preloader a {
  color: #cccccc; }
.nd-preloader a:hover {
  color: white; }
.nd-s-ready .nd-preloader {
  display: none; }
.nd-s-error .nd-content {
  display: none; }
button.nd-close,
button.nd-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 1046; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }
.nd-close {
  width:30px;
  height:30px;
  line-height: 44px;
  position: absolute;
  right: 15px;
  top: 8px;
  text-decoration: none;
  text-align: center;
  opacity: 0.65; 
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px; 
  outline:none;
 }
  .nd-close:hover, .nd-close:focus { opacity:9; }
  .nd-close:active { right:15px; top:8px; }
.nd-close-btn-in .nd-close { color: #F01C4F; }
.nd-image-holder .nd-close,
.nd-iframe-holder .nd-close {
  color: #F12078;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; 
  outline:none;
 }
.nd-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }
.nd-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
.nd-arrow:active {
  margin-top: -54px; }
.nd-arrow:hover,
.nd-arrow:focus {
  opacity: 1; }
.nd-arrow:before, .nd-arrow:after,
.nd-arrow .nd-b,
.nd-arrow .nd-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }
.nd-arrow:after,
.nd-arrow .nd-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }
.nd-arrow:before,
.nd-arrow .nd-b {
  border-top-width: 21px;
  border-bottom-width: 21px; }
.nd-arrow-left {
  left: 0; }
  .nd-arrow-left:after,
  .nd-arrow-left .nd-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .nd-arrow-left:before,
  .nd-arrow-left .nd-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }
.nd-arrow-right {
  right: 0; }
  .nd-arrow-right:after,
  .nd-arrow-right .nd-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .nd-arrow-right:before,
  .nd-arrow-right .nd-b {
    border-left: 27px solid #3f3f3f; }
.nd-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
.nd-iframe-holder .nd-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }
.nd-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
.nd-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }
.nd-iframe-holder .nd-close {
  top: -40px; }
img.nd-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }
.nd-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444; }
.nd-figure {
  line-height: 0; }
.nd-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }
.nd-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-break: break-word;
  padding-right: 36px; }
.nd-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }
.nd-image-holder .nd-content {
  max-width: 100%; }
.nd-gallery .nd-image-holder .nd-figure {
  cursor: pointer; }
#nd-popUp,
#nd-popUp2 {
	background: rgba(255, 255, 255, 1);
	padding:30px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.27);
	text-align: left;
	width:100%;
	max-width: 940px;
	margin: 40px auto;
	position: relative;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
}
.nd-popUp-open #nd-popUp,
.nd-popUp-open #nd-popUp2 {
	opacity: 0;
	filter:alpha(opacity=0);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}
.nd-popUp-open.nd-ready #nd-popUp,
.nd-popUp-open.nd-ready #nd-popUp2 {
	opacity: 1;
	filter:alpha(opacity=100);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.nd-popUp-open.nd-removing #nd-popUp,
.nd-popUp-open.nd-removing #nd-popUp2 {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
	filter:alpha(opacity=0);
}
.nd-popUp-open.nd-bg {
	opacity: 0;
	filter:alpha(opacity=0);
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
.nd-popUp-open.nd-ready.nd-bg {
   background:#000;
   opacity:0.70;
   filter:alpha(opacity=70);
}
.nd-popUp-open.nd-removing.nd-bg{
   opacity: 0;
}
.pop_up h2{
	text-transform: capitalize;
	font-size: 2em;
	color: #202227;
	margin-bottom: 2%;
}
.pop_up p{
	font-size: 0.875em;
	color: #E9E9E9;
	line-height: 1.5em;
	margin: 0.8em 0px 1.58em 0px;
}
#small-dialog1{
	background: #FFF;
	padding: 20px 30px;
	text-align: left;
	max-width: 400px;
	margin: 40px auto;
	position: relative;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-o-border-radius:2px;
}
.nd-popUp-open #small-dialog1 {
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}
.nd-popUp-open.nd-ready #small-dialog1 {
	opacity: 1;
	filter:alpha(opacity=100);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.nd-popUp-open.nd-removing #small-dialog1{
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
	filter:alpha(opacity=0);
}
#small-dialog2{
	background: white;
	padding: 20px 30px;
	text-align: left;
	max-width: 400px;
	margin: 40px auto;
	position: relative;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-o-border-radius:2px;
}
.nd-popUp-open.nd-ready #small-dialog2 {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.nd-popUp-open.nd-removing #small-dialog2{
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
}
.pop_up p a{
	font-size: 1em;
	color: #555555;
	line-height: 1.8em;
}