a.visible { color: #8eb00c; }
a.visible:hover { text-decoration:underline; color:inherit; }

span.hair {
    color: #696969 !important;
    font-weight: bold;
    text-transform:capitalize;
	font-family:Arial, Helvetica, sans-serif !important;
}
span.hair span.up {
    color: #70AD25 !important;
    font-weight: bold;
    text-transform:lowercase;
}

.quick span.hair {
    color: #cecece !important;
	font-family:Arial, Helvetica, sans-serif !important;
}

strong.visible { font-weight:bold !important; }

.after_text{ display: inline-block; margin-top: 7px; margin-left: 10px; }
.before_after_row_part1{margin-bottom: 16px; }
.before_after_info{height: 25px;  }

.caption span.slider_txt1 { text-shadow: #000000 1px 2px 10px; }
.bg2 { background: url(../images/page1_bg2.jpg) 100% 0 no-repeat; }

.marBot2 {
  margin-bottom: 46px;
}
#obtainDiv { position:absolute; padding-top:20px; margin-top:4px; float:right; text-align:right; width:100%; }
#obtainLink { margin-right:16px; margin-top:-24px; padding:10px 4px 4px 30px; display:inline-block; border-bottom:4px solid #E8E8E8; border-left:4px solid #E8E8E8; border-right:4px solid #E8E8E8; border-radius:0 0 15px 10px; font-size:1.5em; line-height:1.5em; background: url(../images/feuille-logo.png) no-repeat 3px center #fff; color:#8AD330; }

#obtain { position:fixed; bottom:-180px; right:100px; cursor:pointer; margin:auto 20px; z-index:999; max-width:162px; opacity:1; }

.sf-menu > li { margin: 0 0 0 6px; }
@media only screen and (max-width: 1199px) {
	#obtain { right:0px; }
}

@media only screen and (max-width: 1199px) {
  .bg2 {
    margin-right: -150px;
    padding-right: 150px;
  }
}

@media only screen and (max-width: 979px) {
  .bg2 {
    margin-right: -250px;
    padding-right: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .bg2 {
    background: none;
  }
}


// Contact Form //
#contact-form input[type='submit'].more_btn2 {

    margin-top: 22px !important;

}

#contact-form input[type='submit'].more_btn2bis:hover {
    background: #fff none repeat scroll 0 0;
    color: #8eb00c;
}


// Contact Form //


// LOGIN PAGE //
#login-form {
  position: relative;
  margin-top: 39px;
}
#login_signup {
  margin-top: 20px; 
}

#login-form input[type='submit'] {
  margin-top: 20px; 
}
#login-form label.message {
  max-width: 100%;
}
#login-form label {
  position: relative;
  display: block;
  width: 100%;
  /*max-width: 420px;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 65px;
}
#login-form label.message {
  width: 100%;
  position: relative;
  top: -1px;
}
#login-form fieldset {
  border: none;
}
/* Contact Form Placeholder Styles 
========================================================*/
#login-form ._placeholder {
  width: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  line-height: 22px;
  font-size: 14px;
  font-family: 'Open Sans', Arial, sans-serif;
  padding: 14px 10px 15px 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  cursor: text;
  color: #c0c0c0;
}
#login-form ._placeholder.focused {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-box-shadow: 0px 0px 7px 0px rgba(255, 255, 255, 0.7);
  box-shadow: 0px 0px 7px 0px rgba(255, 255, 255, 0.7);
}
#login-form ._placeholder.hidden {
  display: none;
}
#login-form .file ._placeholder {
  display: none;
}
/* Login Form Input 
========================================================*/
#login-form input[type='text'] {
/*  width: 100%;*/
  border-radius: 0;
  line-height: 22px;
  font-size: 14px;
  font-family: 'Open Sans', Arial, sans-serif;
  padding: 14px 10px 15px 25px;
  outline: none;
  color: #c0c0c0;
  height: 51px;
  border: 1px solid #919196;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  border-radius: 3px;
  background: none;
}
#login-form input[type='password'] {
/*  width: 100%;*/
  border-radius: 0;
  line-height: 22px;
  font-size: 14px;
  font-family: 'Open Sans', Arial, sans-serif;
  padding: 14px 10px 15px 25px;
  outline: none;
  color: #c0c0c0;
  height: 51px;
  border: 1px solid #919196;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  border-radius: 3px;
  background: none;
}
/* input,
textarea {
  -webkit-appearance: none;
} */
/* Login Form File Input 
========================================================*/
#login-form .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#login-form input.form-control[disabled] {
  cursor: not-allowed;
  background-color: #fafafa;
  opacity: 1;
}
#login-form input.form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  padding: 6px 12px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#login-form .input-group-btn:first-child > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin: 0 -1px 0 0;
}
#login-form .input-group .form-control:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#login-form .input-group-btn:last-child > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#login-form .input-group .form-control:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#login-form input.form-control,
#login-form .input-group-btn {
  display: table-cell;
  border-collapse: separate;
  float: none !important;
}
#login-form .input-group-btn label {
  width: auto;
  margin-left: -1px;
}
#login-form .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
}
#login-form .btn {
  margin-top: 26px;
}
#login-form .btn + .btn {
  margin-left: 5px;
}
#login-form .btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
#login-form .btn-default:hover {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
#login-form .btn-default:active,
#login-form .btn-default:focus {
  outline-offset: -2px;
  outline: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* Contact Form Textarea 
========================================================*/
#login-form textarea {
  width: 100%;
  border-radius: 0;
  line-height: 22px;
  font-size: 14px;
  font-family: 'Open Sans', Arial, sans-serif;
  padding: 14px 10px 15px 25px;
  outline: none;
  border: 1px solid #919196;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  color: #c0c0c0;
  height: 203px;
  border-radius: 3px;
  background: none;
}
#login-form .btns {
  text-align: center;
}
#login-form .btns a {
  margin-top: 22px;
  margin-left: 0px;
}
/* Contact Form Error messages
========================================================*/
#login-form .empty-message,
#login-form .error-message {
  position: absolute;
  right: 18px;
  top: 2px;
  color: red;
  height: 0;
  overflow: hidden;
  font-size: 11px;
  -webkit-transition: 0.3s ease-in height;
  transition: 0.3s ease-in height;
  z-index: 99;
}
#login-form .invalid .error-message,
#login-form .empty .empty-message {
  height: 20px;
}
/* Contact Form Processing Box
========================================================*/
#login-form .login-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('../images/form-loader.gif');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0;
}
#login-form.processing .login-form-loader {
  opacity: 1;
  z-index: 99;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}



// LOGIN PAGE //

// SIGNUP PAGE //
.signup_holder{
  margin: 30px auto 0 auto;
  text-align: left;
  width: 880px;
}

#signup-form {
  position: relative;
  margin-top: 39px;
}
#signup-form label.message {
  max-width: 100%;
}
#signup-form label {
  position: relative;
  display: block;
  width: 100%;
  /*max-width: 420px;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 65px;
}
#signup-form label.message {
  width: 100%;
  position: relative;
  top: -1px;
}
#signup-form fieldset {
  border: none;
}
/* signup Form Placeholder Styles 
========================================================*/
#signup-form ._placeholder {
  width: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  line-height: 22px;
  font-size: 14px;
  font-family: 'Open Sans', Arial, sans-serif;
  padding: 14px 10px 15px 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  cursor: text;
  color: #c0c0c0;
}
#signup-form ._placeholder.focused {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-box-shadow: 0px 0px 7px 0px rgba(255, 255, 255, 0.7);
  box-shadow: 0px 0px 7px 0px rgba(255, 255, 255, 0.7);
}
#signup-form ._placeholder.hidden {
  display: none;
}
#signup-form .file ._placeholder {
  display: none;
}
/* signup Form Input 
========================================================*/
#signup-form input[type='text'],#signup-form input[type='password'] {
  width: 100%;
  border-radius: 0;
  line-height: 22px;
  font-size: 14px;
  font-family: 'Open Sans', Arial, sans-serif;
  padding: 14px 10px 15px 25px;
  outline: none;
  color: #c0c0c0;
  height: 51px;
  border: 1px solid #919196;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  border-radius: 3px;
  background: none;
}
/* input,
textarea {
  -webkit-appearance: none;
} */

input[type='submit'].more_btn2 {
    background: #8eb00c none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font: 26px/30px "Lato",Arial,sans-serif;
    margin-top: 121px;
    padding: 20px 85px;
    text-decoration: none;
    text-transform: uppercase;
    border: 0;
}

input[type='submit'].more_btn2:hover {
    background: #fff none repeat scroll 0 0;
    color: #8eb00c;
}

/* signup Form File Input 
========================================================*/
#signup-form .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#signup-form input.form-control[disabled] {
  cursor: not-allowed;
  background-color: #fafafa;
  opacity: 1;
}
#signup-form input.form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  padding: 6px 12px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#signup-form .input-group-btn:first-child > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin: 0 -1px 0 0;
}
#signup-form .input-group .form-control:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#signup-form .input-group-btn:last-child > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#signup-form .input-group .form-control:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#signup-form input.form-control,
#signup-form .input-group-btn {
  display: table-cell;
  border-collapse: separate;
  float: none !important;
}
#signup-form .input-group-btn label {
  width: auto;
  margin-left: -1px;
}
#signup-form .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
}
#signup-form .btn {
  margin-top: 26px;
}
#signup-form .btn + .btn {
  margin-left: 5px;
}
#signup-form .btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
#signup-form .btn-default:hover {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
#signup-form .btn-default:active,
#signup-form .btn-default:focus {
  outline-offset: -2px;
  outline: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* signup Form Textarea 
========================================================*/
#signup-form textarea {
  width: 100%;
  border-radius: 0;
  line-height: 22px;
  font-size: 14px;
  font-family: 'Open Sans', Arial, sans-serif;
  padding: 14px 10px 15px 25px;
  outline: none;
  border: 1px solid #919196;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  color: #c0c0c0;
  height: 203px;
  border-radius: 3px;
  background: none;
}
#signup-form .btns {
  text-align: center;
}
#signup-form .btns a {
  margin-top: 22px;
  margin-left: 0px;
}
/* signup Form Error messages
========================================================*/
#signup-form .empty-message,
#signup-form .error-message {
  position: absolute;
  right: 18px;
  top: 2px;
  color: red;
  height: 0;
  overflow: hidden;
  font-size: 11px;
  -webkit-transition: 0.3s ease-in height;
  transition: 0.3s ease-in height;
  z-index: 99;
}
#signup-form .invalid .error-message,
#signup-form .empty .empty-message {
  height: 20px;
}
/* signup Form Processing Box
========================================================*/
#signup-form .signup-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('../images/form-loader.gif');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0;
}
#signup-form.processing .signup-form-loader {
  opacity: 1;
  z-index: 99;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
/* signup Form Modal 
========================================================*/
.modal {
  color: #000;
}
.modal-open {
  overflow: hidden;
}
#signup-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: 'Open Sans', Arial, sans-serif;
  font-size: 13px;
}
#signup-form .modal h4 {
  font-size: 24px;
  padding: 0;
  margin: 0;
}
.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;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
  position: relative;
  z-index: 10;
}
.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;
  }
}
/* signup 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 only screen and (max-width: 1199px) {
  #signup-form {
    padding-right: 0;
  }
  .cont_holder {
    width: 100%;
  }
  .cont_holder1 {
    width: 100%;
    float: none;
    margin-right: 0;
  }
}
@media only screen and (max-width: 979px) {
  #signup-form label {
    width: 100%;
  }
  #signup-form .btn {
    padding-left: 12px;
    padding-right: 12px;
  }
}


// MODAL LOGIN //
.m0a{margin: 0 auto!important;}
// MODAL LOGIN //


// QUICK EVALUATING FORM //

#quick-evaluating-form{
  margin-top: 20px;
}

#quick-evaluating-form input[type='submit'] {
  margin-top: 20px; 
}
#quick-evaluating-form label.message {
  max-width: 100%;
}
#quick-evaluating-form label {
  position: relative;
  display:block;
  width: 100%;
  /*max-width: 420px;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 65px;
}
#quick-evaluating-form label.radio {
  width:auto;
  padding-right:2em;
  float:left;
}
#quick-evaluating-form label.message {
  width: 100%;
  position: relative;
  top: -1px;
}
#quick-evaluating-form fieldset {
  border: none;
}
#quick-evaluating-form fieldset select#UserCountry { 
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #919196;
    border-radius: 3px;
    box-sizing: border-box;
    color: #c0c0c0;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 14px;
    height: 51px;
    line-height: 22px;
    margin: 0;
    outline: medium none;
    padding: 14px 10px 15px 25px;
    width: 100%;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#quick-evaluating-form fieldset select#UserCountry option { 
	    color: #656565;
	}
}

#quick-evaluating-form span.help-block.text-danger, #signup-form span.help-block.text-danger
{ 
	color:#FF0000; padding:4px 8px 14px 8px; display:block;
}

#quick-evaluating-form input[type="text"].form-error, #quick-evaluating-form input[type="email"].form-error, #quick-evaluating-form select.form-error,
#signup-form input[type="text"].form-error, #signup-form input[type="email"].form-error, #signup-form select.form-error
{
	border:1px solid #FF0000 !important; color:#FFFFFF;

}
/* Contact Form Placeholder Styles 
========================================================*/
#quick-evaluating-form ._placeholder {
  width: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  line-height: 22px;
  font-size: 14px;
  font-family: 'Open Sans', Arial, sans-serif;
  padding: 14px 10px 15px 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  cursor: text;
  color: #c0c0c0;
}
#quick-evaluating-form ._placeholder.focused {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-box-shadow: 0px 0px 7px 0px rgba(255, 255, 255, 0.7);
  box-shadow: 0px 0px 7px 0px rgba(255, 255, 255, 0.7);
}
#quick-evaluating-form ._placeholder.hidden {
  display: none;
}
#quick-evaluating-form .file ._placeholder {
  display: none;
}
/* Login Form Input 
========================================================*/
#quick-evaluating-form input[type='text'], #quick-evaluating-form input[type='email'] {
  width: 100%;
  border-radius: 0;
  line-height: 22px;
  font-size: 14px;
  font-family: 'Open Sans', Arial, sans-serif;
  padding: 14px 10px 15px 25px;
  outline: none;
  color: #c0c0c0;
  height: 51px;
  border: 1px solid #919196;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  border-radius: 3px;
  background: none;
}
#quick-evaluating-form input[type='password'] {
  width: 100%;
  border-radius: 0;
  line-height: 22px;
  font-size: 14px;
  font-family: 'Open Sans', Arial, sans-serif;
  padding: 14px 10px 15px 25px;
  outline: none;
  color: #c0c0c0;
  height: 51px;
  border: 1px solid #919196;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  border-radius: 3px;
  background: none;
}
/* input,
textarea {
  -webkit-appearance: none;
} */
/* Login Form File Input 
========================================================*/
#quick-evaluating-form .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#quick-evaluating-form input.form-control[disabled] {
  cursor: not-allowed;
  background-color: #fafafa;
  opacity: 1;
}
#quick-evaluating-form input.form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  padding: 6px 12px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#quick-evaluating-form .input-group-btn:first-child > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin: 0 -1px 0 0;
}
#quick-evaluating-form .input-group .form-control:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#quick-evaluating-form .input-group-btn:last-child > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#quick-evaluating-form .input-group .form-control:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#quick-evaluating-form input.form-control,
#quick-evaluating-form .input-group-btn {
  display: table-cell;
  border-collapse: separate;
  float: none !important;
}
#quick-evaluating-form .input-group-btn label {
  width: auto;
  margin-left: -1px;
}
#quick-evaluating-form .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
}
#quick-evaluating-form .btn {
  margin-top: 26px;
}
#quick-evaluating-form .btn + .btn {
  margin-left: 5px;
}
#quick-evaluating-form .btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
#quick-evaluating-form .btn-default:hover {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
#quick-evaluating-form .btn-default:active,
#quick-evaluating-form .btn-default:focus {
  outline-offset: -2px;
  outline: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.use_radio{}

.boxLogin { border:1px solid #fff; padding:0 12px 12px;  }
.boxLogin a { color:#fff; }
.boxLogin a:hover { color:#ABB00C; }


#modal_login2 a.more_btn2 { margin-top:20px; width:332px; padding-left:0; padding-right:0; }
@media only screen and (max-width: 767px) {
#modal_login2 a.facebookConnect2 img { width:332px; margin-top:0; padding-left:0; padding-right:0; }
}
/* Contact Form Textarea 
========================================================*/
#quick-evaluating-form textarea {
  width: 100%;
  border-radius: 0;
  line-height: 22px;
  font-size: 14px;
  font-family: 'Open Sans', Arial, sans-serif;
  padding: 14px 10px 15px 25px;
  outline: none;
  border: 1px solid #919196;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  color: #c0c0c0;
  height: 203px;
  border-radius: 3px;
  background: none;
}
#quick-evaluating-form .btns {
  text-align: center;
}
#quick-evaluating-form .btns a {
  margin-top: 22px;
  margin-left: 0px;
}
/* Contact Form Error messages
========================================================*/
#quick-evaluating-form .empty-message,
#quick-evaluating-form .error-message {
  position: absolute;
  right: 18px;
  top: 2px;
  color: red;
  height: 0;
  overflow: hidden;
  font-size: 11px;
  -webkit-transition: 0.3s ease-in height;
  transition: 0.3s ease-in height;
  z-index: 99;
}
#quick-evaluating-form .invalid .error-message,
#quick-evaluating-form .empty .empty-message {
  height: 20px;
}
/* Contact Form Processing Box
========================================================*/
#quick-evaluating-form .quick-evaluating-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('../images/form-loader.gif');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0;
}
#quick-evaluating-form.processing .quick-evaluating-form-loader {
  opacity: 1;
  z-index: 99;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
// QUICK EVALUATING FORM //



// My messages //
.orange {
background: #8eb00c;
color:white;
}
.orange:hover{
   background: #000 none repeat scroll 0 0;
    color: #8eb00c;
}
.mr10{ margin-right: 10px; }

div.row.icon div a.btn { line-height:1 !important; }

// My messages //



