/* Contact Form variables
========================================================*/
/* Contact Form Basic Styles 
========================================================*/
#holiday-form label {
  position: relative;
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 26px;
}
.contactForm2 #holiday-form fieldset {
  margin-bottom: 17px;
}
.contactForm2 .box {
  width: 100%;
}
/* Contact Form Placeholder Styles 
========================================================*/
#holiday-form ._placeholder {
	width: 100% !important;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
  font-weight:bold;
	color: #000;
	text-transform: uppercase;
	padding: 5px;
}
#holiday-form ._placeholder.focused {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 255, 0.5);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 255, 0.5);
}
#holiday-form ._placeholder.hidden {
  display: none;
}
#holiday-form .file ._placeholder {
  display: none;
}
/* Contact Form Error messages
========================================================*/
#holiday-form .empty-message,
#holiday-form .error-message {
  position: absolute;
  right: 3px;
  top: -20px;
  color: #c0251b;
  font-weight: bold;
  height: 0;
  overflow: hidden;
  font-size: 14px;
  -webkit-transition: 0.3s ease-in height;
  transition: 0.3s ease-in height;
  z-index: 99;
}
#holiday-form .invalid .error-message,
#holiday-form .empty .empty-message {
  height: 20px;
}
.contactForm2 #holiday-form .empty-message,
.contactForm2 #holiday-form .error-message {
  top: 0;
}
/* Contact Form Processing Box
========================================================*/
#holiday-form .holiday-form-loader {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  background-image: url('../img/form-loader.gif');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0;
}
#holiday-form.processing .holiday-form-loader {
  opacity: 1;
  z-index: 99;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
/* Contact Form Modal 
========================================================*/
.modal-open {
  overflow: hidden;
}
#holiday-form .modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  font-family: Arial, "Times New Roman", sans-serif;
  font-size: 13px;
  overflow: hidden;
}
#holiday-form .modal h4 {
  font-weight: bold;
  padding: 0;
  margin: 0;
  border: none;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  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);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-dialog {
  width: 600px;
  margin: 10px auto;
}
@media only screen and (max-width: 768px) {
  .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
  }
}
/* Contact Form Close icon 
========================================================*/
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1219px) {
  #holiday-form .form-div-1,
  #holiday-form .form-div-2,
  #holiday-form .form-div-3 {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .contactForm2 #holiday-form .form-div-1,
  .contactForm2 #holiday-form .form-div-2,
  .contactForm2 #holiday-form .form-div-3 {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 11px;
    text-align: left;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
  #holiday-form .form-div-1,
  #holiday-form .form-div-2,
  #holiday-form .form-div-3 {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .form-part {
    width: 100%;
    float: none;
  }
  .contactForm2 #holiday-form .form-div-4 {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .contactForm2 #holiday-form .form-div-1,
  .contactForm2 #holiday-form .form-div-2,
  .contactForm2 #holiday-form .form-div-3 {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 11px;
    text-align: left;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
  #holiday-form .form-div-1,
  #holiday-form .form-div-2,
  #holiday-form .form-div-3 {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .form-part {
    width: 100%;
    float: none;
  }
  .contactForm2 #holiday-form .form-div-4 {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .holiday-form-box {
    margin: 62px 0;
  }
  .contactForm2 #holiday-form .form-div-1,
  .contactForm2 #holiday-form .form-div-2,
  .contactForm2 #holiday-form .form-div-3 {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 11px;
    text-align: left;
  }
}
.recaptcha{
	background-color:#fff;
	color:#000000;
	max-width:490px;
}

.contactus form .recaptcha input[type="text"], .contactus form .recaptcha a, .orderforms form .recaptcha a{
color:#000000;
}
.contactus{
display:inline-block;
padding-top:100px;
padding-bottom:50px;}
.contactus form {
	float: left;
	margin: 0;
	width: 100%;
}
.contactus form input[type="text"] {
	float: left;
	width: 100%;
	border: 0;
	background: none;
	border-bottom: 1px solid #000;
	font: 14px 'Open Sans', sans-serif;
	color: #000;
	text-transform: uppercase;
	margin: 0 0 0 0;
	padding: 0 0 8px 0;
}
.contactus form textarea {
	float: left;
	width: 100%;
	height: 102px;
	resize: none;
	border: 0;
	background: none;
	border: 1px solid #000;
	font: 14px 'Open Sans', sans-serif;
	color: #000;
	text-transform: uppercase;
	margin: 0 0 0 0;
}
.contactus form input[type="submit"], .contactus form a{
	background-color:#000000;
	float: right;
	font: 400 14px 'Open Sans', sans-serif;
	color: #fff;
	text-transform: uppercase;
	border: 0;
	padding: 14px 23px;
}
.contactus form input[type="submit"]:hover,  .contactus form a:hover{
text-decoration:none;
	background: #fff;
	color: #222;
}
.contactus form input[type="submit"], .contactus form a{
	transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
}
#order-form label {
  position: relative;
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 26px;
}
#order-form ._placeholder {
	width: 100% !important;
	/**/position: absolute;
	left: 0;
	top: 0;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight:bold;
	color: #000;
	text-transform: uppercase;
	padding: 5px;
}
.orderform textarea ._placeholder {
	width: 100% !important;
	position: absolute;
	left: 10px;
	top: 100px;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
  	font-weight:bold;
	color: #fff;
	text-transform: uppercase;
}
#order-form ._placeholder.focused {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 255, 0.5);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 255, 0.5);
}
#order-form ._placeholder.hidden {
  display: none;
}
#order-form .file ._placeholder {
  display: none;
}
#order-form .empty-message,
#order-form .error-message {
  position: absolute;
  left: 0px;
  top: -20px;
  color: #c0251b;
  font-weight: bold;
  height: 0;
  overflow: hidden;
  font-size: 14px;
  -webkit-transition: 0.3s ease-in height;
  transition: 0.3s ease-in height;
  z-index: 99;
}
#order-form .invalid .error-message,
#order-form .empty .empty-message {
  height: 20px;
}
#order-form .order-form-loader {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  background-image: url('../img/form-loader.gif');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0;
}
#order-form.processing .order-form-loader {
  opacity: 1;
  z-index: 99;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1219px) {
  #order-form .form-div-1,
  #order-form .form-div-2,
  #order-form .form-div-3 {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
  #order-form .form-div-1,
  #order-form .form-div-2,
  #order-form .form-div-3 {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
  #order-form .form-div-1,
  #order-form .form-div-2,
  #order-form .form-div-3 {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .order-form-box {
    margin: 62px 0;
  }
}
.approval{
display:none;
}