@charset "utf-8";
/* CSS Document */
#feedback {
  height: 0px;
  width: 85px;
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 1000;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

#feedback a {
  display: block;
  background:red;
  height: 50px;
  padding-top: 8px;
  width: 140px;
  text-align: center;
  color: #fff;
  font-family: "Oswald" sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px 5px 0px 0px; 
}
#feedback a:hover {
  background:#f6dd81;
  
  color: #000;
}
/***** Modal *****/

.modal-content {
  background: #3a3a3a;
  
  
  -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
  border: 0;
  text-align: left;
}

.modal-header {
  display: block;
  padding: 25px 25px 15px 25px;
  background: #333;
  border: 0;
  -moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
  color: #888;
}

.modal-header p {
  color: #c3c3c3;
}

.modal-header .close {
  font-size: 36px;
  color: #eee;
  font-weight: 300;
  text-shadow: none;
  opacity: 1;
}

.modal-title {
  margin-bottom: 10px;
  line-height: 30px;
  color: #eee;
}

.modal-body {
  padding: 25px 25px 30px 25px;
  background: #3a3a3a;
  text-align: left;
  -moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;
}

.modal-body form textarea {
  height: 100px;
}

.modal-body .registration-form .errorMsg {
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(30%, -50%);
}

.modal .registration-form .error {
  text-align: center;
  padding: 10px 10px 10px 10px;
  margin-bottom: 0;
  margin-top:1rem;
  color:#fff;
  font-size: 16px;
}

/***** Form Elements CSS *****/

.modal input[type="text"], 
.modal textarea, 
.modal textarea.form-control {
    height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #333;
    border: 1px solid #333;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #c3c3c3;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.modal textarea, 
.modal textarea.form-control {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 30px;
}

.modal input[type="text"]:focus, 
.modal textarea:focus, 
.modal textarea.form-control:focus {
  outline: 0;
  background: #444;
    border: 1px solid #555;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

.modal input[type="text"]:-moz-placeholder, textarea:-moz-placeholder, textarea.form-control:-moz-placeholder { color: #c3c3c3; }
.modal input[type="text"]:-ms-input-placeholder, textarea:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder { color: #c3c3c3; }
.modal input[type="text"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder { color: #c3c3c3; }



.modal input.btn {
  width: 100%;
  height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #fd625e;
    border: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.modal input.btn:hover { opacity: 0.6; color: #fff; }

.modal input.btn:active { outline: 0; opacity: 0.6; color: #fff; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }

.modal input.btn:focus { outline: 0; opacity: 0.6; background: #fd625e; color: #fff; }

.modal input.btn:active:focus, .modal input.btn.active:focus { outline: 0; opacity: 0.6; background: #fd625e; color: #fff; }

#cchange
{color:#F00;}

.newbtn
{
  display: block;
  background:red;
  height: 45px;
  padding-top: 8px;
  width: 140px;
  text-align: center;
  color: #fff;
  font-family: "Oswald" sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px 5px 0px 0px; 
 }

.newbtn