a.button21 {
display: inline-block;
width: auto;
height: auto;
margin-bottom: 10px;
margin-top: 10px;
margin-left: 20px;
padding-left: 5px;
padding-right: 5px;
line-height: 2em;
vertical-align: middle;
text-align: center;
text-decoration: none;
user-select: none;
color: rgb(0,0,0);
outline: none;
border: 1px solid rgba(0,0,0,.4);
border-top-color: rgba(0,0,0,.3);
border-radius: 2px;
background: linear-gradient(rgb(255,255,255), rgb(240,240,240));
box-shadow:
0 0 3px rgba(0,0,0,0) inset,
0 1px 1px 1px rgba(255,255,255,.2),
0 -1px 1px 1px rgba(0,0,0,0);
transition: .2s ease-in-out;
}
a.button21:hover:not(:active) {
box-shadow:
0 0 3px rgba(0,0,0,0) inset,
0 1px 1px 1px rgba(0,255,255,.5),
0 -1px 1px 1px rgba(0,255,255,.5);
}
a.button21:active {
background: linear-gradient(rgb(250,250,250), rgb(235,235,235));
box-shadow:
0 0 3px rgba(0,0,0,.5) inset,
0 1px 1px 1px rgba(255,255,255,.4),
0 -1px 1px 1px rgba(0,0,0,.1);
}.overlay {
background-color: rgba(0, 0, 0, 0.7);
bottom: 0;
cursor: default;
left: 0;
opacity: 0;
position: fixed;
right: 0;
top: 0;
visibility: hidden;
z-index: 99999;
-webkit-transition: opacity .5s;
-moz-transition: opacity .5s;
-ms-transition: opacity .5s;
-o-transition: opacity .5s;
transition: opacity .5s;
}
.popup {
background-color: #fff;
border: 3px solid #fff;
display: inline-block;
left: 50%;
opacity: 0;
padding: 15px;
width: 400px;
height: auto;
position: fixed;
text-align: justify;
top: 40%;
visibility: hidden;
z-index: 999999;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: opacity .5s, top .5s;
-moz-transition: opacity .5s, top .5s;
-ms-transition: opacity .5s, top .5s;
-o-transition: opacity .5s, top .5s;
transition: opacity .5s, top .5s;
border-radius: 11px;
}
.popup .close_order {
font-size: 13px;
display: block;
width: 6px;
height: 20px;
position: absolute;
padding: 1px 10px 4px 10px;
top: -15px;
right: -15px;
cursor: pointer;
color: #fff;
font-family: 'tahoma', sans-serif;
background: -webkit-gradient(linear, left top, right top, from(#31A3DD), to(#31A3DD));
background: -webkit-linear-gradient(top, #31A3DD, #31A3DD);
background: -moz-linear-gradient(top, #31A3DD, #31A3DD);
background: -o-linear-gradient(top, #31A3DD, #31A3DD);
background: -ms-linear-gradient(top, #31A3DD, #31A3DD);
background: linear-gradient(top, #31A3DD, #31A3DD);
background-color: #31A3DD;
border: 1px solid #31A3DD;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
text-align: center;
box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.5);
}
.popup .close_order:hover {
background: -webkit-gradient(linear, left top, right top, from(#051fb8), to(#3d51c8));
background: -webkit-linear-gradient(top, #051fb8, #3d51c8);
background: -moz-linear-gradient(top, #ff5f0, #3d51c87);
background: -o-linear-gradient(top, #051fb8, #3d51c8);
background: -ms-linear-gradient(top, #051fb8, #3d51c8);
background: linear-gradient(top, #051fb8, #3d51c8);
background-color: #051fb8;
border: 1px solid #00385E;
}
.popup .close_order:active {
background: #8f9be0;
}
#contactform input[type="email"], #contactform input[type="tel"], #contactform input[type="text"] {
font-size: 15px;
border: 1px solid #ccc;
padding: 0px 7px;
margin: 0;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px; height: 25px;
text-align: left; margin: 5px 0px;
width: 100%;
}
#contactform textarea{
resize: none;
font-family: 'arial', sans-serif;
padding: 6px;
width: 100%;
height: 80px;
font-size: 15px;
border: 1px solid #ccc;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px; text-align: left; margin: 5px 0px;
}
#contactform input[type="checkbox"] {
float: left;
}
.popup #contactform {
position: relative;
border-radius: 12px;
background: none;
}
#contactform h6 {
display: block;
font-size: 16px;
margin: 5px;
}
#contactform .button{ display: block;
margin: 10px auto;
background-color: #31A3DD;
color: #FFFFFF;
font-weight: 400;
}
#contactform .button:hover {
background: -webkit-gradient(linear, left top, right top, from(#1082bc), to(#1082bc));
background: -webkit-linear-gradient(top, #1082bc, #1082bc);
background: -moz-linear-gradient(top, #1082bc, #1082bc);
background: -o-linear-gradient(top, #1082bc, #1082bc);
background: -ms-linear-gradient(top, #1082bc, #1082bc);
background: linear-gradient(top, #1082bc, #1082bc);
background-color: #1082bc;
border: 1px solid #1082bc;
text-decoration: none;
}
#contactform .button:active, #contactform input[type="submit"].button:disabled {
opacity: 0.5; cursor: default;
}
#contactform .phoneFormat {
line-height: 12px;
font-size: 12px;
color: #cacaca;
position: relative;
z-index: 20;
padding: 0;
margin: 2px;
}
#contactform label {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
}
.title-form {
color: #666;
font-size: 18px;
font-weight: 400;
text-align: center;
}.overlay_message {
background-color: rgba(0, 0, 0, 0.7);
bottom: 0;
cursor: default;
left: 0;
opacity: 0;
position: fixed;
right: 0;
top: 0;
visibility: hidden;
z-index: 99999;
-webkit-transition: opacity .5s;
-moz-transition: opacity .5s;
-ms-transition: opacity .5s;
-o-transition: opacity .5s;
transition: opacity .5s;
}
.popummessage {
background-color: #fff;
border: 3px solid #fff;
display: inline-block;
left: 50%;
opacity: 0;
padding: 15px;
width: 300px;
height: auto;
position: fixed;
text-align: justify;
top: 40%;
visibility: hidden;
z-index: 999999;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: opacity .5s, top .5s;
-moz-transition: opacity .5s, top .5s;
-ms-transition: opacity .5s, top .5s;
-o-transition: opacity .5s, top .5s;
transition: opacity .5s, top .5s;
border-radius: 11px;
}
.popummessage .close_message {
font-size: 13px;
display: block;
width: 6px;
height: 20px;
position: absolute;
padding: 1px 10px 4px 10px;
top: -15px;
right: -15px;
cursor: pointer;
color: #fff;
font-family: 'tahoma', sans-serif;
background: -webkit-gradient(linear, left top, right top, from(#31A3DD), to(#31A3DD));
background: -webkit-linear-gradient(top, #31A3DD, #31A3DD);
background: -moz-linear-gradient(top, #31A3DD, #31A3DD);
background: -o-linear-gradient(top, #31A3DD, #31A3DD);
background: -ms-linear-gradient(top, #31A3DD, #31A3DD);
background: linear-gradient(top, #31A3DD, #31A3DD);
background-color: #31A3DD;
border: 1px solid #31A3DD;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
text-align: center;
box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.5);
}
.popummessage .close_message:hover {
background: -webkit-gradient(linear, left top, right top, from(#051fb8), to(#3d51c8));
background: -webkit-linear-gradient(top, #051fb8, #3d51c8);
background: -moz-linear-gradient(top, #ff5f0, #3d51c87);
background: -o-linear-gradient(top, #051fb8, #3d51c8);
background: -ms-linear-gradient(top, #051fb8, #3d51c8);
background: linear-gradient(top, #051fb8, #3d51c8);
background-color: #051fb8;
border: 1px solid #00385E;
}
.popummessage .close_message:active {
background: #8f9be0;
}