.limz_fn{cursor:pointer;}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ pricingForm */

.pricingFormPopup{position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0, 0, 0, 0.7); z-index:20000; text-align:center;}
.pricingFormWindow{
    position:relative; display:inline-block; width:80%; height:90%; text-align:left; background:#FFF; max-width:500px; max-height:865px; font-size:1.3em; border-radius:3px;
    -webkit-box-shadow: 1px 1px 15px 0 rgba(0,0,0,0.6);
    -moz-box-shadow: 1px 1px 15px 0 rgba(0,0,0,0.6);
    box-shadow: 1px 1px 15px 0 rgba(0,0,0,0.6);
}
.pricingFormContent{width:100%; height:100%; padding:1em; overflow:auto;}

.pricingFormWindow form{float:right; width:100%;}
.pricingFormPopup .formRow{float:left; clear:both; width:100%; margin-bottom:0.5em;}

.pricingFormPopup .sitrion_popup_cancel{
    background:#84b015; font-size:1em; text-align:center; transition: all 0.4s;
    -webkit-box-shadow: 1px 1px 8px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 1px 8px 0 rgba(0,0,0,0.3);
    box-shadow: 1px 1px 8px 0 rgba(0,0,0,0.3);
}

.pricingFormPopup .sitrion_popup_cancel:hover{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.pricingFormWindow p{font-size:0.7em; color:#888;}

.pricingFormPopup input,
.pricingFormPopup label,
.pricingFormPopup select,
.pricingFormPopup textarea,
.pricingFormPopup button{
    float:left; width:100%; color:#888; border-radius: 3px !important; border:1px solid #DDD; font-size:0.7em; line-height:2.8em; font-family:"Open Sans", sans-serif;
}

::-webkit-input-placeholder {color: #888;}
:-moz-placeholder {color: #888; opacity: 1;}
::-moz-placeholder {color: #888; opacity: 1;}
:-ms-input-placeholder {color: #888;}

.pricingFormPopup input{padding:0 0.8em; height:2.8em;}
.pricingFormPopup label{margin-bottom:0.3em; border: 0 none; line-height:1.4em;}
.pricingFormPopup label span{color: #ff0000;}
.pricingFormPopup select{height:2.8em;}
.pricingFormPopup textarea{height:8em; padding:0.4em 0.8em; line-height:1.4em; resize: none;}

.pricingFormPopup button{padding:0 0.8em; height:2.8em; line-height:2.6em; text-align:left; background:#84b015; color:#FFF; font-weight:bold; text-transform:uppercase; transition: all 0.4s;}
.pricingFormPopup button span{padding-right:0.3em;}
.pricingFormPopup button:hover{
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
}

@media all and (max-width:759px) {
    .pricingFormWindow{width:90%; height:90%;}
}