


/*form*/
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,600,400italic);
#contact2 input[type="text"],
#contact2 input[type="email"],
#contact2 input[type="tel"],
#contact2 input[type="url"],
#contact2 textarea,
#contact2 button[type="submit"] {
  font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
}

#contact2 {
  /*background: #F9F9F9;*/
  padding: 25px;
 /* margin: 150px 0;*/
  /*box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);*/
}

#contact2 h3 {
  display: block;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 10px;
}

#contact2 h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
  font-weight: 400;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#contact2 input[type="text"],
#contact2 input[type="email"],
#contact2 input[type="tel"],
#contact2 input[type="url"],
#contact2 textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  /*background: transparent;
            border-top: transparent !important;
            border-left: transparent !important;
            border-right: transparent !important;
            border-bottom: 4px solid !important;
            font-weight: 200;
            color: white;
            padding-left: 0;*/
}

*#contact2 input[type="text"]:hover,
#contact2 input[type="email"]:hover,
#contact2 input[type="tel"]:hover,
#contact2 input[type="url"]:hover,
#contact2 textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

#contact2 textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#contact2 button[type="submit"] {
  cursor: pointer;
  width: 100%;
  border: none;
  background: #4CAF50;
  color: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
}

#contact2 button[type="submit"]:hover {
  background: #43A047;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#contact2 button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.copyright {
  text-align: center;
}

#contact2 input:focus,
#contact2 textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}

.modal{
overflow:hidden;
overflow-y:hidden;
}

.modal-title-h4{
font-size:25px;
}

.close {
color:#333333;
}

.details-list_overlaybox{
padding-top:10px;
}

.btn-default-overlay:hover,
.btn-default-overlay:focus,
.btn-default-overlay:active,
.btn-default-overlay.active {
  background-color: #287b78 !important;
  color:#FFFFFF !important;
}

.button-event{;
padding: 3px !important;
padding-left: 30px !important;
padding-right: 30px !important;
}

.button_width{
position:absolute;
width:90% !important;
z-index:3;
background-color:#287b78;
color:#FFFFFF;
box-shadow: 0 1px 7px 0 rgba(19,19,19,.5);
}
