@charset "utf-8";

input,
textarea,
select,
button,
label {
  margin: 0;
  font-size: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

::-moz-focus-inner {
  padding: 0 !important;
  border: 0 !important; }

input[type=text],
input[type=email],
input[type=url],
input[type=search],
input[type=password],
textarea {
  display: inline-block;
  padding: 0 7px;
  margin-bottom: 3px;
  height: 29px;
  color: #666666;
  background: #fcfcfc;
  border: 1px solid #c6c6c6;
  border-top-color: #b6b6b6;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px rgba(255, 255, 255, 0.6); }
  input[type=text]:focus,
  input[type=email]:focus,
  input[type=url]:focus,
  input[type=search]:focus,
  input[type=password]:focus,
  textarea:focus {
    color: #404040;
    background: white;
    border-color: #6e9ef7;
    outline: none;
    -webkit-box-shadow: 0 0 2px rgba(110, 158, 247, 0.5);
    box-shadow: 0 0 2px rgba(110, 158, 247, 0.5); }

textarea {
  padding: 4px 7px;
  height: 67px;
  line-height: 19px;
  overflow: auto;
  resize: auto; }

.lt-ie9 input {
  line-height: 27px; }
  
input[type=reset],
input[type=button] {
  display: inline-block;
  height: 32px;
  line-height: 1;
  padding: 0 12px;
  font-size: 12px;
  color: #555;
  text-align: center;
  text-shadow: 0 1px rgba(255, 255, 255, 0.8);
  background: #f1f1f1;
  background-clip: padding-box;
  border: 1px solid;
  border-color: #ccc #c5c5c5 #bbb;
  border-radius: 3px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.05));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.05));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.05));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.05));
  -webkit-box-shadow: inset 0 1px #fcfcfc, 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px #fcfcfc, 0 1px 1px rgba(0, 0, 0, 0.05); }
  
  input[type=reset]:hover,
  input[type=button]:hover {
    color: #555;
    background-color: #f6f6f6; }
  
  
  input[type=reset]:focus,
  input[type=reset].focus,
  input[type=button]:focus,
  input[type=button].focus {
    border-color: #6e9ef7;
    outline: none;
    -webkit-box-shadow: 0 0 2px rgba(110, 158, 247, 0.5);
    box-shadow: 0 0 2px rgba(110, 158, 247, 0.5); }

  input[type=reset]:active,
  input[type=reset].active,
  input[type=button]:active,
  input[type=button].active {
    color: #fafafa;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.5);
    background: #6b6b6b;
    border-color: #383838 #595959 #777;
    background-image: -webkit-linear-gradient(top, #717171, #9a9a9a);
    background-image: -moz-linear-gradient(top, #717171, #9a9a9a);
    background-image: -o-linear-gradient(top, #717171, #9a9a9a);
    background-image: linear-gradient(to bottom, #717171, #9a9a9a);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), 0 1px rgba(255, 255, 255, 0.8);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), 0 1px rgba(255, 255, 255, 0.8); }

select {
	font-family: Verdana, arial, Helvetica, 'Times New Roman';
    /*height: 29px;*/
    line-height: 17px;
    margin: 0;
    padding: 4px;
    color: #555;
	background: #f1f1f1;
	border: 1px solid;
	border-color: #ccc #c5c5c5 #bbb;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.05));
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.05));
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.05));
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.05));
	-webkit-box-shadow: inset 0 1px #fcfcfc, 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px #fcfcfc, 0 1px 1px rgba(0, 0, 0, 0.05);
	}
select option {
    text-shadow: none; }

#RedAlert {
  position: relative;
  line-height: 29px;
  padding: 0 10px;
  color: #5f5145;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
  background: #fde2c1;
  border: 1px solid #e8c6a0;
  border-bottom-color: #d5b594;
  border-radius: 3px;
  background-image: -webkit-linear-gradient(top, #feebd1, #fad6ab);
  background-image: -moz-linear-gradient(top, #feebd1, #fad6ab);
  background-image: -o-linear-gradient(top, #feebd1, #fad6ab);
  background-image: linear-gradient(to bottom, #feebd1, #fad6ab);
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.05); }

#GreenAlert {
  position: relative;
  line-height: 29px;
  padding: 0 10px;
  color: #465a6b;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
  background: #d1ecfe;
  border: 1px solid #e8c6a0;
  border-bottom-color: #d5b594;
  border-color: #a0c9f5 #95bfe5 #91b6dd;
  border-radius: 3px;
  background-image: -webkit-linear-gradient(top, #dff2fe, #b0dcfe);
  background-image: -moz-linear-gradient(top, #dff2fe, #b0dcfe);
  background-image: -o-linear-gradient(top, #dff2fe, #b0dcfe);
  background-image: linear-gradient(to bottom, #dff2fe, #b0dcfe);
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.05); }
  select {
  padding: 5px;
  font-size: 18px;
  margin-bottom: 10px;
  display: block;
  width: 97%;
  font-family: Arial, Helvetica,Sans Serif;
}
label {
  font-weight: bold;
  line-height: 1.8em;
  text-transform: uppercase;
  font-size: 0.9em;
  width: 100% !important;
}
.submit {
  background: #c00;
  color: #FFF;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.5);
  border: 0;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  width: 100%;
  padding: 10px;
  font-weight: bold;
  font-size: 4.0vw;
  letter-spacing: -1px;
  text-align: center;
}
input[type='submit'] {
  -webkit-appearance: none;
}

.iti-flag {
    background-image: url(../images/flags.png);
}
@media (max-width: 240px) {
  .submit {
    font-size: 14px;
  }
}
@media (min-width: 820px) {
  .submit {
    font-size: 30px;
  }
}
@media (min-width: 600px) {
  select#month {
    width: 300px;
  }
  select#tourtype {
    width: 300px;
  }
}