/*
Theme Name: Ready At Dawn
Theme URI: http://citytocoast.com/rad/
Description: Ready At Dawn WordPress Theme.
Version: 3.9.1
Author: Ready At Dawn
Author URI: http://citytocoast.com/rad/

Tags: Responsive Layout, HTML5/CSS3/Responsive, Slider, widgets
*/

@charset "utf-8";
/* CSS Document */

.modal.in .modal-dialog {
	background-color: #1d1d1d;
    padding: 0 20px 50px !important;
}
.modal-dialog {
	width: 90% !important;
}
.modal-lg {
    max-width: 1000px !important;
}


@media (max-width: 570px) {
  .popUp-close:before{
    height: 18px;
  }
.popUp-close:after{
    height: 18px;
  }
  
.modal.in .modal-dialog {
  background-color: #1d1d1d;
  top: 50% !important;
  padding: 0 0px 5px !important;
  margin-top: 0px !important;
}
#trailer .modal-dialog {
  width: 98% !important;
}
.popUp-close {
  margin: 4px -8px 0;
}
.orderBlock.shadowIn {
  margin-right: 0px;
}
.popUp-close {
  height: 12px;
}
  
  

}






.modal {
  text-align: center;
}

.modal:before {
  display: inline-block;
  vertical-align: middle;
  content: " ";
  height: 100%;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
