a[data-reveal-id=myModal] {
    background: #3CB371;
    padding: 9px 11px 8px 10px;
    margin-top: 1px;
    display: block;
    text-transform: none;
    color: white
}

a[data-reveal-id=myModal]:hover {
    background: #292929;
    color: white !important
}

a[data-reveal-id=myModal].link_type_2 {
    display: inline-block;
    background: 0 0;
    padding: 0;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 16px
}
.modal-wrapper, .modal-wrapper-price-on-demand{
    transition: all 0.3s ease-in-out;
    opacity: 0;
}
.modal-wrapper.visible, .modal-wrapper-price-on-demand.visible{
    opacity: 1;
    display: block;
}
.myModal .modalTitle {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    padding-left: 10px;
    text-align: center;
}

.myModal .fieldset {
    padding: 0;
    /*border: 1px solid rgba(0, 0, 0, .1);*/
    margin: 0
}

.myModal .fieldset .form-list {
    margin: 0;
    padding: 10px
}

.myModal .fieldset .form-list li {
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
}

.myModal .fieldset .form-list .field {
    margin-top: 10px
}

.myModal .fieldset .form-list label {
    padding-bottom: 0
}

.myModal .fieldset .form-list .wide {
    margin-top: 15px
}
.inquire_modal {
    text-align: center;
    background: #a6945a !important;
    text-transform: uppercase;
    display: table;
    margin: 12px auto 0;
    padding: 9px 12px 8px;

}
.inquire_modal:hover {
    color: #fff !important;
    background: #C3B077 !important;
}
.myModal .fieldset .form-list .wide .left {
    min-height: 35px
}

.myModal .fieldset .form-list .wide .left label {
    margin-top: 8px
}

.myModal .fieldset .form-list .wide input[name=captcha_text] {
    margin-left: 51px
}

.myModal .fieldset .legend {
    background: none repeat scroll 0 0 #F9F9F9;
    border: 1px solid rgba(0, 0, 0, .1);
    float: none;
    font-weight: 700;
    margin: 0;
    padding: 0 8px;
    position: relative;
    border-top: 0 none;
    border-right: 0 none;
    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
    font-size: 13px;
    line-height: 32px;
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, .05);
    text-transform: none
}

.block_refresh_captcha {
    text-align: center;
    max-width: 55px;
}
.refresh_img{
    max-width: 16px;
}
.success_message{
    text-align: center;
    font-size: 17px;
}
.myModal .buttons-set {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0;
    display: flex;
    justify-content: space-between;
}

.myModal .buttons-set .button {
    clear: none;
    float: right !important;
    margin-top: 10px
}

.myModal .buttons-set .button.cancel {
    float: left !important;
    background-color: #bfbfbf;
}

.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    background: rgba(0, 0, 0, .8);
    z-index: 10000;
    display: none;
    top: 0;
    left: 0
}


.reveal-modal {
    visibility: hidden;
    top: 50%;
    left: 50%;
    max-width: 356px;
    width: 100%;
    transform: translate(-50%,-50%);
    background: #eee url(../images/modal-gloss.png) no-repeat -200px -80px;
    position: absolute;
    z-index: 10001;
    padding: 30px 40px 34px;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    -box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    z-index: 10001;
}

.reveal-modal.small {
    width: 200px;
    margin-left: -140px
}

.reveal-modal.medium {
    width: 400px;
    margin-left: -240px
}

.reveal-modal.large {
    width: 600px;
    margin-left: -340px
}

.reveal-modal.xlarge {
    width: 800px;
    margin-left: -440px
}

.reveal-modal .close-reveal-modal {
    font-size: 22px;
    line-height: .5;
    position: absolute;
    top: 8px;
    right: 11px;
    color: #aaa;
    text-shadow: 0 -1px 1px  rbga(0, 0, 0, .6);
    font-weight: 700;
    cursor: pointer
}
.modal-wrapper, .modal-wrapper-price-on-demand{
    display: none;
}
.modal-wrapper:before, .modal-wrapper-price-on-demand:before {
    content: "";

    /* width: 100%; */
    /* height: 100%; */
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.8);
    top: 0;
    left: 0;
    z-index: 10000;
}
.form-list label {
    float: left;
    font-weight: 500;
    position: relative;
    z-index: 0;
}
#productcontactForm .button, #productcontactForm button, #productcontactForm input[type=button],
#productcontactForm input[type=reset], #productcontactForm input[type=submit] {
    background: #565656;
    text-shadow: none;
    color: #fff;
    border: 0;
   /* padding: 8px 30px;*/
    float: left;
    margin: 0;
    transition: background .25s ease-in-out;
    -moz-transition: background .25s ease-in-out;
    -webkit-transition: background .25s ease-in-out;
    cursor: pointer;
}
.buttons-set button.button span span {
    font-size: 14px;
    line-height: 30px;
    padding: 0 15px;
}
.form-list .field {
    clear: both;
    float: left;
   /* max-width: 275px;*/
    width: 100%;
}
form ol, form ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.form-list label.required em {
    color: #EB340A;
    float: right;
    font-style: normal;
    position: absolute;
    right: -10px;
}
.myModal .fieldset .form-list .wide input[name=captcha_text] {
    margin-left: 0 !important;
    width: 100% !important;
}
.buttons-set {
    clear: both;
    margin: 4em 0 0;
    padding: 8px 0 0;
    border-top: 1px solid #E5E5E5;
    text-align: right;
}
.buttons-set button {
    margin: 20px 0 0;
    padding: 3px 32px;
    display: inline-block !important;
    float: none !important;
    background: #a6945a !important;
   
}
.buttons-set button:hover {
    background-color: #C3B077 !important;
}
/*Validation*/

.validation-advice {
    clear: both;
    min-height: 13px;
    margin: 3px 0 0;
    padding-left: 17px;
    font-size: 11px;
    font-weight: 700;
    line-height: 13px;
    background: url(../libs/validation_advice_bg.gif) 2px 0 no-repeat;
    color: #eb340a
}

.validation-failed , form input.error, form textarea.error  {
    border: 1px dashed #eb340a!important;
    background: #faebe7!important
}

.v-fix {
    float: left
}

.v-fix .validation-advice {
    display: block;
    width: 12em;
    margin-right: -12em;
    position: relative
}




.productcontact .wpcf7-form.demo input{
    background-color: rgba(0,0,0,0.03);
    box-shadow: none;
    border-color: rgba(0,0,0,0.09);
    color: currentColor !important;
    border-radius: 8px;
}

.productcontact .wpcf7-form.demo textarea {
    border-radius: 8px;
    background-color: rgba(0,0,0,0.03);
    box-shadow: none;
    border-color: rgba(0,0,0,0.09);
    color: currentColor !important;

}

.productcontact input[type=submit].wpcf7-submit{
    border-radius: 8px;
	background: #a6945a !important;
	color: #ffffff !important;
	float: right;
    margin-right: 0;
	min-width: 48%;
}

.productcontact button {
   min-width: 40%;
   border-radius: 8px;
   background-color: #a69459;
}

.productcontact label{
    color: #757575;
}

.productcontact .bottons-section{
	padding-top: 20px;	
	
}

/*.productcontact div.wpcf7 .ajax-loader{
	background: red;
	display: block !important;
    position: absolute;
    top: 40%;
    visibility: visible;
    left: 44%;
}*/



.product-contact-form .col{
    padding: 0;
}

.myModal .privacy_google_captcha{
	margin-top: 0px;
}



/**/
@media (max-width: 768px) {
    .reveal-modal {
        max-width: 100%
    }
}