/*--------------- Google autocomplete styles ------------------*/
.autocomplete_address_wrap { position: relative;}
.autocomplete_address_wrap .instructions { color: #000; }
#address_icon {     position: absolute;
    right: 13px;
    color: #ccc;
    top: 13px;
    font-size: 15px;}
#address_icon.complete {  color:#00A725;}
.minni_address_fields { padding: 1px 10px 10px 10px; margin: 0 0 0 0; background:#e7e7e7;  }
.minni_address_fields .columns.left { padding: 0 10px 0 0 !important; }
.minni_address_fields input { 
font-size: 12px !important;
    margin: 0 4px 4px 0 !important;
    padding: 2px 2px 2px 6px !important;
    background: #fff !important;
    height: 28px !important;
    display: block !important;
    border: none !important;
	border: 1px solid #a5a5a5  !important;
}




/* ------------------- PROMO CODES --------------------- */
.promo_code { margin: 0 0 30px 0;}
.promo_code .trigger { display: block; margin: 0 20px;}
.promo_code small { font-size: 10px; display: block;}

.promo_code .detail { display: block; float: left; 
	border-top-left-radius: 10px; 
	border-bottom-left-radius: 10px; color:#FFFFFF;
	font-size: 0.8rem; height: 50px !important; padding: 20px; line-height: 0.4rem; margin: 0;
}

.promo_code .code{ display: block; float: left;
	border-width: 1px; border-style: solid;
	border-top-right-radius: 10px; 
	border-bottom-right-radius: 10px; 
	color: #0C0C0C; font-weight: bold; font-size: 1rem; line-height: 0.4rem;  margin: 0;
	height: 50px !important; padding: 20px; background: #fff;
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 767px) {

	.promo_code { display: block; margin: 0 0 30px 0;}

	.promo_code .detail { display: block; float: none;
		border-top-left-radius: 10px; 
		border-top-right-radius: 10px; 
		border-bottom-left-radius: 0; 
		border-bottom-right-radius: 0; 
		color:#FFFFFF; text-align: center;
	}

	.promo_code .code{ display: block; border: 1px solid #0055BF; float: none;
		border-top-left-radius: 0; 
		border-top-right-radius: 0; 
		border-bottom-left-radius: 10px; 
		border-bottom-right-radius: 10px; 
		text-align: center; font-size: 2rem;
	}
}




/* ------------------- Message boxes --------------------- */

.under_textbox { text-align: right; float: right; clear: both; display: block; font-size: 10px;}


.msgbox {padding: 15px 25px;
    background: #9E9E9E;
    color: #fff;
    border-radius: 12px;
    text-align: center; display: block; clear: both; margin: 40px 0;
	-ms-transform-origin: 0% 0%; /* IE 9 */
    -webkit-transform-origin: 0% 0%; /* Safari 3-8 */
	transform-origin: 0% 0%;
}
.msgbox.wrapped { margin: 20px 20px;
}
.msgbox.minni {padding: 0 0 0 0;
    background:none;
    color: #fff;
    border-radius: 12px;
    text-align: center; display: block; clear: both; margin: 0 0 0 0;
}

.modal-box .form-group {
    margin-bottom: 15px !important;
}



/* ------------------- FORMS CORE --------------------- */
form .hpt.ready { left: -9999px; position: absolute; }

input {
	line-height: normal
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
 height: auto
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none
}

legend {
	border: 0;
	padding: 0
}
textarea {
	overflow: auto
}
optgroup {
	font-weight: bold
}
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
    margin: 2px 0 1rem 0;
}

input[type="checkbox"]+label,
input[type="radio"]+label {
    display: inline-block;
    margin-left: 0.5rem;
    margin-right: 1rem;
    margin-bottom: 0;
    vertical-align: baseline
}
input[type="file"] {
    width: 100%
}

.error input,
.error textarea,
.error select {
    margin-bottom: 0
}
.error input[type="checkbox"],
.error input[type="radio"] {
    margin-bottom: 1rem
}
.error label,
.error label.error {
    color: #f04124
}
.error small.error {
    display: block;
    padding: 0.375rem 0.5625rem 0.5625rem;
    margin-top: -1px;
    margin-bottom: 1rem;
    font-weight: normal;
    font-style: italic;
    background: #f04124;
    color: #FFFFFF
}
.error>label>small {
    color: #676767;
    background: transparent;
    padding: 0;
    text-transform: capitalize;
    font-style: normal;
    margin: 0;
    display: inline
}
.error span.error-message {
    display: block
}
input.error,
textarea.error,
select.error {
    margin-bottom: 0
}
label.error {
    color: #f04124
}


input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
input[type="file"],
textarea {
    -webkit-appearance: none;
    border-radius: 0;
    background-color: #FFFFFF;
    font-family: inherit;
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
    display: block;
    margin: 0 0 1rem 0;
    padding: 0.5rem;
    height: 2.5125rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.15s linear
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="color"]:focus,
textarea:focus, 
.like_input:focus {
    background: #fafafa;
    border-color: #999999;
    outline: none
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="date"]:disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,
input[type="month"]:disabled,
input[type="week"]:disabled,
input[type="email"]:disabled,
input[type="number"]:disabled,
input[type="search"]:disabled,
input[type="tel"]:disabled,
input[type="time"]:disabled,
input[type="url"]:disabled,
input[type="color"]:disabled,
textarea:disabled {
    background-color: #DDDDDD;
    cursor: default
}
input[type="text"][disabled],
input[type="text"][readonly],
fieldset[disabled] input[type="text"],
input[type="password"][disabled],
input[type="password"][readonly],
fieldset[disabled] input[type="password"],
input[type="date"][disabled],
input[type="date"][readonly],
fieldset[disabled] input[type="date"],
input[type="datetime"][disabled],
input[type="datetime"][readonly],
fieldset[disabled] input[type="datetime"],
input[type="datetime-local"][disabled],
input[type="datetime-local"][readonly],
fieldset[disabled] input[type="datetime-local"],
input[type="month"][disabled],
input[type="month"][readonly],
fieldset[disabled] input[type="month"],
input[type="week"][disabled],
input[type="week"][readonly],
fieldset[disabled] input[type="week"],
input[type="email"][disabled],
input[type="email"][readonly],
fieldset[disabled] input[type="email"],
input[type="number"][disabled],
input[type="number"][readonly],
fieldset[disabled] input[type="number"],
input[type="search"][disabled],
input[type="search"][readonly],
fieldset[disabled] input[type="search"],
input[type="tel"][disabled],
input[type="tel"][readonly],
fieldset[disabled] input[type="tel"],
input[type="time"][disabled],
input[type="time"][readonly],
fieldset[disabled] input[type="time"],
input[type="url"][disabled],
input[type="url"][readonly],
fieldset[disabled] input[type="url"],
input[type="color"][disabled],
input[type="color"][readonly],
fieldset[disabled] input[type="color"],
textarea[disabled],
textarea[readonly],
fieldset[disabled] textarea {
    background-color: #DDDDDD;
    cursor: default
}
input[type="text"].radius,
input[type="password"].radius,
input[type="date"].radius,
input[type="datetime"].radius,
input[type="datetime-local"].radius,
input[type="month"].radius,
input[type="week"].radius,
input[type="email"].radius,
input[type="number"].radius,
input[type="search"].radius,
input[type="tel"].radius,
input[type="time"].radius,
input[type="url"].radius,
input[type="color"].radius,
textarea.radius {
    border-radius: 3px
}




/* ----------------------------------------------------------------------------
    Forms DESIGN
---------------------------------------------------------------------------- */

.registration-form-alt {
  position: relative;
  margin: 0 auto;
  padding: 15px 0 0;
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}
.newsletter-form {
  margin-left: auto;
  margin-right: auto;
}
.newsletter-form fieldset {
  text-align: center;
}
.mailchimp-form {
  position: relative;
}
.mailchimp-form .response {
  position: absolute;
  top: 100%;
  left: 15px;
  right: 15px;
  margin-top: 5px;
}
.form-mail-us {
  padding: 0 0 0 40px;
}
.form-mail-us input[type="submit"].btn {
  margin-top: 30px;
}


.form {
  zoom: 1;
  display: block;
  padding: 0 0 20px 0;
}

fieldset {   
	padding: 0 0 0 0 ;
	position: relative; border: none; 
    border: none;
}


.form-group { margin: 0 0 0 0; }


.form_large fieldset.form-group.left {  padding-right: 10px !important; }
.form_small fieldset.form-group.left {  padding-right: 0 !important; }


.form_small fieldset.form-group { margin-top: 5px !important;  }
.form_large fieldset.form-group { margin-top: 12px !important;  }

@media (max-width: 540px) { 
 fieldset.form-group{   
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

.form:before,
.form:after {
  content: "";
  display: table;
}
.form:after {
  clear: both;
}


fieldset {
  position: relative;
  text-align: left;
}

/*input[type=text]:not(.error) { margin-bottom: 0;}
input[type=text].error { margin-bottom: 0;}
input { margin-bottom: 0;}*/


.form-group.checkboxes{ padding: 0 0 3px 0; }
.form-group.checkboxes.error label.error{  bottom: -10px; }


label {
  margin-bottom: 0;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
}
label small {
  font-size: 12px;
}
label.error {
 /* position: absolute;
  bottom: 3px;*/
  margin: 0 0 0 0;
  display: block;
  width: 100%;
  font-size: 10px;
  line-height: 1;
}

.light-form label.error {
 /* bottom: -1px;*/
}

.dark-form label.error {
 /* bottom: -1px;*/
}

.form-group.error input, 
.form-group.error select, 
.form-group.error textarea{
	border-color:#6B0001 !important;
}

.light-form label.error{
	background:#6B0001; color: #fff; width: auto; 
	border-bottom-left-radius: 3px; border-bottom-right-radius: 3px;
	padding: 0px 7px 2px 4px;
    position: relative;
    top: -1px;
}


.grecaptcha_fieldset label.error{
	    max-width: 302px;
        padding: 3px 7px 2px 4px;
    top: -3px;
}



.dark-form label.error{
	color: #6B0001; 
}


.form-group.error label.error {
	/*background: #269bdb;
    color: #fff;
    padding: 2px 7px;
    width: auto;*/
}


/*.error textarea,
.error select,
.error input[type=text],
.error input[type=url],
.error input[type=tel],
.error input[type=number],
.error input[type=color],
.error input[type=email],
.error input[type=email],
.error input[type=password] {
	margin: 0 0 7px 0;
}*/


textarea,
select,
input[type=text],
input[type=url],
input[type=tel],
input[type=number],
input[type=color],
input[type=email],
input[type=file],
input[type=password] {
  -webkit-transition: color 0.2s ease, background 0.2s ease, border 0.2s ease;
  -moz-transition: color 0.2s ease, background 0.2s ease, border 0.2s ease;
  -o-transition: color 0.2s ease, background 0.2s ease, border 0.2s ease;
  transition: color 0.2s ease, background 0.2s ease, border 0.2s ease;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 0;
  vertical-align: top;
  display: inline-block;
  width: 100%;
  font-size: 13px;
  background-color: #ffffff;
  outline: none;
  border: 2px solid #e9e9e9;
}
textarea:hover,
select:hover,
input[type=text]:hover,
input[type=url]:hover,
input[type=tel]:hover,
input[type=number]:hover,
input[type=color]:hover,
input[type=email]:hover,
input[type=email]:hover,
input[type=password]:hover,
textarea:focus,
input[type=text]:focus,
input[type=url]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=color]:focus,
input[type=email]:focus,
input[type=email]:focus,
input[type=password]:focus {
  color: #51545b;
}
textarea:not(textarea),
input[type=text]:not(textarea),
input[type=url]:not(textarea),
input[type=tel]:not(textarea),
input[type=number]:not(textarea),
input[type=color]:not(textarea),
input[type=email]:not(textarea),
input[type=email]:not(textarea),
input[type=password]:not(textarea) {
  height: 35px;
  padding: 0 10px;
  line-height: 35px; 
}
textarea {
resize: vertical;
  padding: 5px 10px; width: inherit; max-width: 100%; min-width: 90%; overflow-y: scroll;
  line-height: 20px; max-height: 550px; min-height: 85px; clear: both; display: block; width: 100%;
}
.textarea_limit { float: right; display: block; padding: 2px 8px; margin: 0 0 5px 0; background: #e8e8e8; font-size: 0.6rem; }
select {
  margin: 0 !important;
  display: inline-block;
  width: 100%;
  height: 35px;
  line-height: 35px; 
  cursor: pointer;
  outline: none;
  border: 2px solid #e9e9e9;
}
select option {
  padding: 2px 10px;
}
label.cb { margin: 0 0 0 -2px; padding: 3px 5px;
}
label.cb:hover { cursor: pointer !important; 
	background: rgba(228,228,228,1.00); 
}
input[type=checkbox] {
  -webkit-transition: border 0.15s ease;
  -moz-transition: border 0.15s ease;
  -o-transition: border 0.15s ease;
  transition: border 0.15s ease;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
     margin: 0 5px 0 3px;
    vertical-align: text-bottom;
    width: 20px;
    height: 20px;
  border: 1px solid #e9e9e9;
  background-color: #ffffff;
  cursor: pointer;
}
input[type=checkbox]:hover,
input[type=checkbox]:focus {
  border-color: #dcdcdc;
}
input[type=checkbox]:before {
  -webkit-transition: opacity 0.15s ease;
  -moz-transition: opacity 0.15s ease;
  -o-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  left: 2px;
  top: 2px;
  width: 15px;
  height: 10px;
  content: "";
  border-style: solid;
  border-width: 0 0 2px 2px;
  border-color: transparent transparent #51545b #51545b;
  border-radius: 1px;
  opacity: 0;
}
input[type=checkbox]:checked:before {
  opacity: 1;
}
input[type=checkbox] + p,
input[type=checkbox] + label {
  display: inline;
}
input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: none;
}
input.btn {
  margin: 0 auto;
}
select.styled {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 13px;
  padding: 0 0 0 10px;
}

.light-form input, 
.light-form select, 
.light-form testarea {
	color: #000;
}

.dark-form input, 
.dark-form select, 
.dark-form testarea{
	color: #fff;
}

select.styled input:focus + select.styled-field {
  color: #51545b;
}



input[type="submit"] + .loading {
  right: -10px;
  text-indent: -1px;
}
button[type="submit"] .loading {
  margin: -6px 0 0 10px;
  padding: 0;
  text-indent: -2px;
}
.form_load .loading {
	position: absolute;
    top: 0; right: 0; bottom: 0; left: 0; height: 100%;
	background: rgba(255,255,255,0.70); z-index: 10;
 /* -webkit-animation: spinLoader 1.2s linear infinite;
  -o-animation: spinLoader 1.2s linear infinite;
  animation: spinLoader 1.2s linear infinite;
  -webkit-transition: opacity 0.15s ease;
  -o-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;*/
}

.form_load .loading .info {
  top: 50%; position: absolute; width: 100%; text-align: center !important; padding: 35px 0 0 0;

}

.form_load .loading .large { font-size: 40px;
}


.ssl_seal_inline {
		cursor:pointer; float:right; position: relative; z-index: 99; padding: 0 10px 0 0;
	}



@media (max-width: 540px) {

	form.form  label { font-size: 11px !important; }
	.cb_wrap label.cb { 
		font-size: 13px; display: inline-block; max-width: 50%;  width: 50%;
	    margin: -2px -2px 2px -2px;
    border: 1px solid #ededed;
    padding: 7px 7px;
	}
	.cb_wrap label.cb.wide { width: 100%; max-width: 100%;
	}
	
	.single-listing #top_promo {
		    border-top-right-radius: 0;
    border-top-left-radius: 0;
	}
	/*
	.g-recaptcha { margin: 15px 0 !important; border: 1px solid #ededed; padding: 10px; }
	.grecaptcha-badge { margin: 0 auto !important; }
	*/
	
	.form .submit_form {  width: 90%; text-align: center; display: block;}
	.form .form_interior { margin: 0 0 50px 0;}
	
	.ssl_seal_inline { display: block;  position: absolute; right: 0; 
	}
	
	
}






/* ----------------------------------------------------------------------------
    Preloader
---------------------------------------------------------------------------- */

.toast {
  opacity: 1 !important;
}

#toast-container > div {
  opacity: 1 !important; 
}
.toast-message { text-align: center !important; font-size: 15px; }


.form_disabled .loading,

.form_ready .loading { display: none !important; visibility: hidden !important; }

.form_processing, .ajax_form{ position: relative; overflow: hidden; z-index: 1;}

.form_processing .loading { 
    display: block !important;
    visibility: visible !important;
    z-index: 999;
    position: absolute;
    width: 100%;
    height: inherit;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #d0d0d0ad;
}
.form_processing .loading .info { padding: 110px 0 0 0;

}




.form_disabled { opacity: 0.25; overflow: hidden !important;}
.form_disabled .submit_form { background:#575757 !important; }
.form_processing { display: block !important; visibility: visible !important; }

.form_load .loading .processing_pulse,
.form_processing .loading .processing_pulse{
  -webkit-animation: border-pulse-1 1.4s linear infinite;
  -moz-animation: border-pulse-1 1.4s linear infinite;
  -o-animation: border-pulse-1 1.4s linear infinite;
  animation: border-pulse-1 1.4s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  width: 50px;
  height: 50px;
  border-style: solid;
  border-radius: 50%;
  border-width: 26px;
	-ms-transform-origin: 0% 0%; /* IE 9 */
    -webkit-transform-origin: 0% 0%; /* Safari 3-8 */
	transform-origin: 0% 0%;
}

.form_load .loading .processing_pulse:before,
.form_load .loading .processing_pulse:after,
.form_processing .loading .processing_pulse:before,
.form_processing .loading .processing_pulse:after{
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  display: block;
  content: "";
  border-style: solid;
  border-width: 0;
  border-radius: 50%;
}

.form_load .loading .processing_pulse:before,
.form_processing .loading .processing_pulse:before {
  -webkit-animation: border-pulse-2 1.4s linear infinite;
  -moz-animation: border-pulse-2 1.4s linear infinite;
  -o-animation: border-pulse-2 1.4s linear infinite;
  animation: border-pulse-2 1.4s linear infinite;
  opacity: 0.5;
}

.form_load .loading .processing_pulse:after,
.form_processing .loading .processing_pulse:after{
  -webkit-animation: border-pulse-3 1.4s linear infinite;
  -moz-animation: border-pulse-3 1.4s linear infinite;
  -o-animation: border-pulse-3 1.4s linear infinite;
  animation: border-pulse-3 1.4s linear infinite;
}
@keyframes border-pulse-1 {
  0% {
    border-width: 26px;
  }
  33.33333% {
    border-width: 3px;
  }
  66.66666% {
    border-width: 3px;
  }
  100% {
    border-width: 3px;
  }
}
@-o-keyframes border-pulse-1 {
  0% {
    border-width: 26px;
  }
  33.33333% {
    border-width: 3px;
  }
  66.66666% {
    border-width: 3px;
  }
  100% {
    border-width: 3px;
  }
}
@-moz-keyframes border-pulse-1 {
  0% {
    border-width: 26px;
  }
  33.33333% {
    border-width: 3px;
  }
  66.66666% {
    border-width: 3px;
  }
  100% {
    border-width: 3px;
  }
}
@-webkit-keyframes border-pulse-1 {
  0% {
    border-width: 26px;
  }
  33.33333% {
    border-width: 3px;
  }
  66.66666% {
    border-width: 3px;
  }
  100% {
    border-width: 3px;
  }
}
@keyframes border-pulse-2 {
  0% {
    border-width: 0;
  }
  33.33333% {
    border-width: 0;
  }
  66.66666% {
    border-width: 23px;
  }
  100% {
    border-width: 23px;
  }
}
@-o-keyframes border-pulse-2 {
  0% {
    border-width: 0;
  }
  33.33333% {
    border-width: 0;
  }
  66.66666% {
    border-width: 23px;
  }
  100% {
    border-width: 23px;
  }
}
@-moz-keyframes border-pulse-2 {
  0% {
    border-width: 0;
  }
  33.33333% {
    border-width: 0;
  }
  66.66666% {
    border-width: 23px;
  }
  100% {
    border-width: 23px;
  }
}
@-webkit-keyframes border-pulse-2 {
  0% {
    border-width: 0;
  }
  33.33333% {
    border-width: 0;
  }
  66.66666% {
    border-width: 23px;
  }
  100% {
    border-width: 23px;
  }
}
@keyframes border-pulse-3 {
  0% {
    border-width: 0;
  }
  33.33333% {
    border-width: 0;
  }
  66.66666% {
    border-width: 0;
  }
  100% {
    border-width: 23px;
  }
}
@-o-keyframes border-pulse-3 {
  0% {
    border-width: 0;
  }
  33.33333% {
    border-width: 0;
  }
  66.66666% {
    border-width: 0;
  }
  100% {
    border-width: 23px;
  }
}
@-moz-keyframes border-pulse-3 {
  0% {
    border-width: 0;
  }
  33.33333% {
    border-width: 0;
  }
  66.66666% {
    border-width: 0;
  }
  100% {
    border-width: 23px;
  }
}
@-webkit-keyframes border-pulse-3 {
  0% {
    border-width: 0;
  }
  33.33333% {
    border-width: 0;
  }
  66.66666% {
    border-width: 0;
  }
  100% {
    border-width: 23px;
  }
}



/* -------------------recapcha and SSL seal--------------------- */



/* Google no CAPTCHA reCAPTCHA */
.recapcha_badge_custom_hide {
	display: none; visibility: hidden;
}
.recapcha_wrap_boxed { 
		overflow: hidden !important; 
	}

@media ( max-width: 480px ){
	.g-recaptcha{ margin-bottom: 10px; }
	.recapcha_badge_inline .grecaptcha-badge { float: right;}
}
@media ( min-width: 481px ){
	.g-recaptcha{ padding:0; margin:0 0 0 0 !important; display:block; }
	
	
	
	
	.recapcha_wrap_boxed { 
		background: #4a90e2;
		box-shadow: grey 0px 0px 5px;
		overflow: hidden !important; 
		width: 100% !important;
   	    height: 59px !important;
	}
	.recapcha_wrap_plain{ 
		width: 100% !important;
	}
	.recapcha_wrap_plain.recap_v2.normal,
    .recapcha_wrap_plain.recapcha_badge_bottomleft,
    .recapcha_wrap_plain.recapcha_badge_bottomright{ 
		width: 100% !important;
   	    height: 78px !important; 
	}
    .recapcha_wrap_plain.recap_v2.compact{ 
		width: 100% !important;
   	    height: 144px !important; 
	}
    
	.recapcha_wrap_plain.recapcha_badge_bottomleft .g-recaptcha { 
   		height: 68px !important;
	}

	.recapcha_wrap_plain.recapcha_badge_bottomright,
	.recapcha_wrap_plain.recapcha_badge_bottomleft{ 
		overflow: hidden !important; 
	}
	
	
	
	
	
	
	.recapcha_wrap_boxed .grecaptcha-badge{ 
		padding:0; margin:0 0 0 0 !important; display:block; float: right; box-shadow: 0 0 0 0 !important;
	}
	.recapcha_wrap_plain .grecaptcha-badge{ }
	.recapcha_wrap_boxed .g-recaptcha,
	.recapcha_wrap_boxed .grecaptcha-badge{ 
   		height: 59px !important;
	}
	
	
	
	
	
	
	.recapcha_badge_bottomright .g-recaptcha{ 
		position: sticky !important; 
		overflow: hidden !important; 
	}
	.recapcha_wrap_boxed.recapcha_badge_bottomright .grecaptcha-badge{ 
		bottom:unset !important;
		right: -166px !important;
	}
	.recapcha_wrap_boxed.recapcha_badge_bottomright .grecaptcha-badge:hover{ 
		bottom:unset !important;
		right: 35px !important;
	}
	
				.recapcha_wrap_plain.recapcha_badge_bottomright .grecaptcha-badge{ 
					bottom:45px !important;
					right: -166px !important;
				}
				.recapcha_wrap_plain.recapcha_badge_bottomright .grecaptcha-badge:hover{ 
					bottom:45px !important;
					right: 23px !important;
				}

	
	
	
	
	.recapcha_badge_bottomleft .g-recaptcha{ 
		position: relative !important; 
		overflow: hidden !important; 
	}
	.recapcha_badge_bottomleft .grecaptcha-badge{ 
		bottom:unset !important;
		position: absolute !important; 
	}
	.recapcha_badge_bottomright .grecaptcha-badge:hover{ 
		bottom:unset !important;
	}
				.recapcha_wrap_plain.recapcha_badge_bottomleft .grecaptcha-badge{ 
					bottom:unset !important;
					position: absolute !important; 
				}
				.recapcha_wrap_plain.recapcha_badge_bottomleft .grecaptcha-badge:hover{ 
					/*bottom:33px !important;
					right: 23px !important;*/
					bottom:unset !important;
				}
	
	
	
}


