#colorbox,#cboxOverlay,#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft,#cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay,#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
}

#colorbox {
  border-radius: 20px;
  width: 70%;
  height: 500px;
}

#colorbox, #cboxWrapper, #cboxContent,#cboxLoadedContent  {
  max-width: 450px;
}


#cboxContent {
  border-radius: 20px;
  overflow: visible;
    background: #00b8b0;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYjhiMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMGQxZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #00b8b0 0%, #00d1ff 100%);
  background: -webkit-linear-gradient(top,  #00b8b0 0%,#00d1ff 100%);
  background: linear-gradient(to bottom,  #00b8b0 0%,#00d1ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b8b0', endColorstr='#00d1ff',GradientType=0 );
	border-radius: 20px;
}

.cboxIframe {
  width: 100%;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  margin-bottom: 5px;
}

#cboxLoadingOverlay {
  background: url(images/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
  background: url(images/loading.gif) no-repeat center center;
}

#cboxTitle {
  position: absolute;
  bottom: -25px;
  left: 0;
  text-align: center;
  width: 100%;
  font-weight: 700;
  color: #7C7C7C;
}

#cboxCurrent {
  position: absolute;
  bottom: -25px;
  left: 58px;
  font-weight: 700;
  color: #7C7C7C;
}

#cboxClose {
  position: absolute;
  background: url(images/controls.png) no-repeat -100px -25px;
  width: 23px;
  height: 23px;
  text-indent: -9999px;
  left: 5px;
  top: 5px;
	border-radius: 100%;
}

#cboxClose:hover {
  background-position: -100px 0;
}




.pop_form {
  padding: 12px;
}

.enter_your {
  color: #fff;
  text-align: center;
  font-size: 1.25em;
  line-height: 1.31em;
  font-family: SansationBold;
  margin-top: 50px;
}



@media (min-width: 900px) {

  #colorbox {
    border-radius: 20px;
    width: 70%;
    height: 500px;
    left: 30% !important;
  }

}