.pweb-alert .close {
float: right;
font-size: 20px;
font-weight: bold;
line-height: 20px;
color: #000000;
text-shadow: 0 1px 0 #ffffff;
opacity: 0.2;
}
.pweb-alert .close:hover,
.pweb-alert .close:focus {
color: #000000;
text-decoration: none;
cursor: pointer;
opacity: 0.4;
}
.pweb-alert button.close {
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
} form.pwebcontact-form .btn {
display: inline-block;
padding: 4px 12px;
margin-bottom: 0;
font-size: 14px;
line-height: 20px;
color: #333333;
text-align: center;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
vertical-align: middle;
cursor: pointer;
background-color: #f5f5f5;
background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
background-repeat: repeat-x;
border: 1px solid #cccccc;
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
border-bottom-color: #b3b3b3;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
form.pwebcontact-form .btn:hover,
form.pwebcontact-form .btn:focus,
form.pwebcontact-form .btn:active {
color: #333333;
background-color: #e6e6e6;
}
form.pwebcontact-form .btn:active {
background-color: #cccccc;
}
form.pwebcontact-form .btn:hover,
form.pwebcontact-form .btn:focus {
color: #333333;
text-decoration: none;
background-position: 0 -15px;
-webkit-transition: background-position 0.1s linear;
-moz-transition: background-position 0.1s linear;
-o-transition: background-position 0.1s linear;
transition: background-position 0.1s linear;
}
form.pwebcontact-form .btn:focus {
outline: thin dotted #333;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
form.pwebcontact-form .btn:active {
background-image: none;
outline: 0;
-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
form.pwebcontact-form button.btn::-moz-focus-inner,
form.pwebcontact-form input[type="submit"].btn::-moz-focus-inner {
padding: 0;
border: 0;
} .pweb-alert.alert {
padding: 8px 35px 8px 14px;
margin-bottom: 20px;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
background-color: #fcf8e3;
border: 1px solid #fbeed5;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.pweb-alert.alert,
.pweb-alert.alert h4 {
color: #c09853;
}
.pweb-alert.alert h4 {
margin: 0;
}
.pweb-alert.alert .close {
position: relative;
top: -2px;
right: -21px;
line-height: 20px;
}
.pweb-alert.alert-success {
color: #468847;
background-color: #dff0d8;
border-color: #d6e9c6;
}
.pweb-alert.alert-success h4 {
color: #468847;
}
.pweb-alert.alert-danger,
.pweb-alert.alert-error {
color: #b94a48;
background-color: #f2dede;
border-color: #eed3d7;
}
.pweb-alert.alert-danger h4,
.pweb-alert.alert-error h4 {
color: #b94a48;
}
.pweb-alert.alert-info {
color: #3a87ad;
background-color: #d9edf7;
border-color: #bce8f1;
}
.pweb-alert.alert-info h4 {
color: #3a87ad;
}
.pweb-alert.alert-block {
padding-top: 14px;
padding-bottom: 14px;
}
.pweb-alert.alert-block > p,
.pweb-alert.alert-block > ul {
margin-bottom: 0;
}
.pweb-alert.alert-block p + p {
margin-top: 5px;
} .modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: #000000;
}
body > .modal-backdrop {
z-index: 1040;
}
.pweb-modal.modal > .modal-backdrop,
.pwebcontact-modal.modal > .modal-backdrop {
z-index: -1;
}
.modal-backdrop.fade {
opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
opacity: 0.8;
} .modal-body {
position: relative;
max-height: 400px;
padding: 15px;
overflow-y: auto;
} form.pwebcontact-form .tooltip {
display: block;
font-size: 11px;
line-height: 1.4;
}
form.pwebcontact-form .tooltip.top {
padding: 5px 0;
margin-top: -3px;
}
form.pwebcontact-form .tooltip.right {
padding: 0 5px;
margin-left: 3px;
}
form.pwebcontact-form .tooltip.bottom {
padding: 5px 0;
margin-top: 3px;
}
form.pwebcontact-form .tooltip.left {
padding: 0 5px;
margin-left: -3px;
}
form.pwebcontact-form .tooltip-inner {
max-width: 200px;
padding: 8px;
text-align: center;
text-decoration: none;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
form.pwebcontact-form .tooltip-arrow {
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
form.pwebcontact-form .tooltip.top .tooltip-arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
border-top-color: #000000;
border-width: 5px 5px 0;
}
form.pwebcontact-form .tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-right-color: #000000;
border-width: 5px 5px 5px 0;
}
form.pwebcontact-form .tooltip.left .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-left-color: #000000;
border-width: 5px 0 5px 5px;
}
form.pwebcontact-form .tooltip.bottom .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-bottom-color: #000000;
border-width: 0 5px 5px;
} @-webkit-keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
@-moz-keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
@-ms-keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
@-o-keyframes progress-bar-stripes {
from {
background-position: 0 0;
}
to {
background-position: 40px 0;
}
}
@keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
.pweb-uploader .progress {
height: 20px;
margin-bottom: 20px;
overflow: hidden;
background-color: #f7f7f7;
background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
background-repeat: repeat-x;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.pweb-uploader .progress .bar {
float: left;
width: 0;
height: 100%;
font-size: 12px;
color: #ffffff;
text-align: center;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #0e90d2;
background-image: -moz-linear-gradient(top, #149bdf, #0480be);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
background-image: -o-linear-gradient(top, #149bdf, #0480be);
background-image: linear-gradient(to bottom, #149bdf, #0480be);
background-repeat: repeat-x;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: width 0.6s ease;
-moz-transition: width 0.6s ease;
-o-transition: width 0.6s ease;
transition: width 0.6s ease;
}
.pweb-uploader .progress .bar + .bar {
-webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}
.pweb-uploader .progress-striped .bar {
background-color: #149bdf;
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
-webkit-background-size: 40px 40px;
-moz-background-size: 40px 40px;
-o-background-size: 40px 40px;
background-size: 40px 40px;
}
.pweb-uploader .progress.active .bar {
-webkit-animation: progress-bar-stripes 2s linear infinite;
-moz-animation: progress-bar-stripes 2s linear infinite;
-ms-animation: progress-bar-stripes 2s linear infinite;
-o-animation: progress-bar-stripes 2s linear infinite;
animation: progress-bar-stripes 2s linear infinite;
}
.hide {
display: none;
}
.show {
display: block;
}
.invisible {
visibility: hidden;
}   div.modal {
position: fixed;
top: 10%;
left: 50%;
z-index: 1050;
width: 560px;
margin-left: -280px;
background-color: #ffffff;
border: 1px solid #999;
border-color: rgba(0, 0, 0, 0.3);
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
outline: none;
-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
-webkit-background-clip: padding-box;
-moz-background-clip: padding-box;
background-clip: padding-box;
}
div.modal.fade {
top: -25%;
-webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
-moz-transition: opacity 0.3s linear, top 0.3s ease-out;
-o-transition: opacity 0.3s linear, top 0.3s ease-out;
transition: opacity 0.3s linear, top 0.3s ease-out;
}
div.modal.fade.in {
top: 10%;
}   @media (max-width: 767px) {
div.modal {
position: fixed;
top: 20px;
right: 20px;
left: 20px;
width: auto;
margin: 0;
}
div.modal.fade {
top: -100px;
}
div.modal.fade.in {
top: 20px;
}
}
@media (max-width: 480px) {
div.modal {
top: 10px;
right: 10px;
left: 10px;
}
}.pwebcontact-box,
form.pwebcontact-form .btn {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 12px;
}
div.pwebcontact,
div.pwebcontact *,
div.pweb-modal,
div.pweb-modal *,
.pwebcontact_toggler {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.pwebcontact.widget {
-webkit-box-sizing: inherit;
-moz-box-sizing: inherit;
box-sizing: inherit;
} .pweb-left, .pweb-right, .pweb-top, .pweb-bottom {
position: fixed;
z-index: 1030;
}
.pweb-left {
left: 0;
}
.pweb-right {
right: 0;
}
.pweb-top {
top: 0;
}
.pweb-bottom {
bottom: 0;
}
.pweb-offset-left.pweb-top,
.pweb-offset-left.pweb-bottom {
left: 20%;
}
.pweb-offset-right.pweb-top,
.pweb-offset-right.pweb-bottom {
right: 20%;
}
.pweb-offset-top.pweb-left,
.pweb-offset-top.pweb-right {
top: 20%;
} .pwebcontact_toggler {
position: relative;
z-index: 1;
display: block;
width: 100px;
height: 30px;
line-height: 30px;
padding: 5px 10px;
text-decoration: none;
text-align: left;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 12px;
background-color: #fff;
cursor: pointer;
-webkit-box-shadow: 0 0 1px rgba(255,255,255,0.2) inset;
-moz-box-shadow: 0 0 1px rgba(255,255,255,0.2) inset;
box-shadow: 0 0 1px rgba(255,255,255,0.2) inset;
}
.pwebcontact_toggler:hover {
color: inherit;
text-decoration: none;
-webkit-transition: all .1s ease;
-moz-transition: all .1s ease;
-o-transition: all .1s ease;
transition: all .1s ease;
}
.pweb-vertical.pweb-left .pwebcontact_toggler,
.pweb-vertical.pweb-right .pwebcontact_toggler {
width: 30px;
height: 120px;
padding: 10px 5px;
}
.pweb-toggler-hidden .pwebcontact_toggler.pweb-closed {
}
.pweb-accordion .pwebcontact_toggler {
width: auto;
} .pwebcontact_toggler.pweb-gradient:hover,
.pwebcontact_toggler.pweb-gradient.pweb-opened {
background-image: none;
} .pwebcontact_toggler.pweb-radius {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.pweb-left .pwebcontact_toggler.pweb-radius {
-webkit-border-radius: 0 10px 10px 0;
-moz-border-radius: 0 10px 10px 0;
border-radius: 0 10px 10px 0;
}
.pweb-right .pwebcontact_toggler.pweb-radius {
-webkit-border-radius: 10px 0 0 10px;
-moz-border-radius: 10px 0 0 10px;
border-radius: 10px 0 0 10px;
}
.pweb-top .pwebcontact_toggler.pweb-radius {
-webkit-border-radius: 0 0 10px 10px;
-moz-border-radius: 0 0 10px 10px;
border-radius: 0 0 10px 10px;
}
.pweb-bottom .pwebcontact_toggler.pweb-radius {
-webkit-border-radius: 10px 10px 0 0;
-moz-border-radius: 10px 10px 0 0;
border-radius: 10px 10px 0 0;
} .pweb-vertical.pweb-left .pwebcontact_toggler .pweb-text,
.pweb-vertical.pweb-right .pwebcontact_toggler .pweb-text {
display: block;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-position: left top;
text-align: center;
}
.pweb-vertical.pweb-left .pwebcontact_toggler.pweb-opened .pweb-text,
.pweb-vertical.pweb-right .pwebcontact_toggler.pweb-opened .pweb-text {
background-position: right top;
}
.pweb-vertical.pweb-left .pwebcontact_toggler.pweb-rotate .pweb-text,
.pweb-vertical.pweb-right .pwebcontact_toggler.pweb-rotate .pweb-text {
background-position: left bottom;
}
.pweb-vertical.pweb-left .pwebcontact_toggler.pweb-rotate.pweb-opened .pweb-text,
.pweb-vertical.pweb-right .pwebcontact_toggler.pweb-rotate.pweb-opened .pweb-text {
background-position: right bottom;
} .pweb-vertical-css .pweb-text {
display: inline-block;
white-space: nowrap;
writing-mode: vertical-lr;
-webkit-writing-mode: vertical-lr;
-ms-writing-mode: tb-rl;
*writing-mode: tb-rl;
}
.pweb-vertical-css.pweb-rotate .pweb-text {
transform-origin: 50%;
-ms-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
} .pwebcontact_toggler.pweb-icon {
padding: 5px 40px 5px 10px;
font-size: 16px;
}
.pweb-horizontal.pweb-right .pwebcontact_toggler.pweb-icon {
padding: 5px 10px 5px 40px;
}
.pweb-vertical.pweb-left .pwebcontact_toggler.pweb-icon,
.pweb-vertical.pweb-right .pwebcontact_toggler.pweb-icon {
padding: 40px 5px 10px 5px;
}
.pwebcontact_toggler.pweb-icon .pweb-icon {
display: block;
position: absolute;
top: 5px;
right: 5px;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
font-size: 18px;
background-repeat: no-repeat;
background-position: center top;
}
.pwebcontact_toggler.pweb-icon-glyphicon .pweb-icon:before {
font-family: 'Glyphicons Halflings';
speak: none;
}
.pwebcontact_toggler.pweb-icon-gallery.pweb-opened .pweb-icon {
background-position: center bottom;
}
.pweb-horizontal.pweb-right .pwebcontact_toggler.pweb-icon .pweb-icon {
left: 5px;
right: auto;
} .pwebcontact.pweb-slidebox .pwebcontact_toggler {
position: absolute;
z-index: 1;
}
.pwebcontact.pweb-slidebox.pweb-horizontal.pweb-left .pwebcontact_toggler {
top: 0;
left: 0;
}
.pwebcontact.pweb-slidebox.pweb-horizontal.pweb-right .pwebcontact_toggler {
top: 0;
right: 0;
}
.pwebcontact.pweb-slidebox.pweb-vertical.pweb-left .pwebcontact_toggler {
top: 10px;
left: 0;
}
.pwebcontact.pweb-slidebox.pweb-vertical.pweb-right .pwebcontact_toggler {
top: 10px;
right: 0;
}
.pwebcontact.pweb-slidebox.pweb-top .pwebcontact_toggler {
top: 0;
}
.pwebcontact.pweb-slidebox.pweb-bottom .pwebcontact_toggler {
bottom: 0;
}
.pwebcontact.pweb-slidebox.pweb-offset-left.pweb-top .pwebcontact_toggler,
.pwebcontact.pweb-slidebox.pweb-offset-left.pweb-bottom .pwebcontact_toggler {
left: 10px;
}
.pwebcontact.pweb-slidebox.pweb-offset-right.pweb-top .pwebcontact_toggler,
.pwebcontact.pweb-slidebox.pweb-offset-right.pweb-bottom .pwebcontact_toggler {
right: 10px;
} .pwebcontact.pweb-slidebox.pweb-toggler-slide.pweb-vertical.pweb-left .pwebcontact_toggler {
top: 0;
left: auto;
right: -42px;
}
.pwebcontact.pweb-slidebox.pweb-toggler-slide.pweb-vertical.pweb-right .pwebcontact_toggler {
top: 0;
left: -42px;
right: auto;
}
.pwebcontact.pweb-slidebox.pweb-toggler-slide.pweb-top .pwebcontact_toggler {
top: auto;
bottom: -42px;
}
.pwebcontact.pweb-slidebox.pweb-toggler-slide.pweb-bottom .pwebcontact_toggler {
top: -42px;
bottom: auto;
}
.pwebcontact.pweb-slidebox.pweb-toggler-slide.pweb-offset-left.pweb-top .pwebcontact_toggler,
.pwebcontact.pweb-slidebox.pweb-toggler-slide.pweb-offset-left.pweb-bottom .pwebcontact_toggler {
left: 0;
}
.pwebcontact.pweb-slidebox.pweb-toggler-slide.pweb-offset-right.pweb-top .pwebcontact_toggler,
.pwebcontact.pweb-slidebox.pweb-toggler-slide.pweb-offset-right.pweb-bottom .pwebcontact_toggler {
right: 0;
} .pwebcontact-container {
background-repeat: no-repeat;
text-align: left;
}
.pweb-slidebox .pwebcontact-container,
.pweb-modal .pwebcontact-container,
.pweb-accordion-boxed .pwebcontact-container {
border: 1px solid #ccc;
border-color: rgba(0,0,0, 0.2);
background-color: #fff;
background-color: rgba(255,255,255, 0.9);
}
.pweb-static .pwebcontact-container {
padding: 20px 10px;
} .pwebcontact.pweb-slidebox .pwebcontact-container {
padding: 10px 10px 5px;
}
.pwebcontact.pweb-slidebox.pweb-left.pweb-horizontal .pwebcontact-container,
.pwebcontact.pweb-slidebox.pweb-right.pweb-horizontal .pwebcontact-container {
padding-top: 30px;
}
.pwebcontact.pweb-slidebox.pweb-left.pweb-vertical .pwebcontact-container {
padding-left: 50px;
}
.pwebcontact.pweb-slidebox.pweb-right.pweb-vertical .pwebcontact-container {
padding-right: 50px;
}
.pwebcontact.pweb-slidebox.pweb-top .pwebcontact-container {
padding-top: 50px;
}
.pwebcontact.pweb-slidebox.pweb-bottom .pwebcontact-container {
padding-bottom: 50px;
} .pwebcontact-box {
position: relative;
z-index: 0;
}
.pwebcontact.pweb-modal .pwebcontact-box {
display: none;
}
.pwebcontact.pweb-slidebox .pwebcontact-box {
position: absolute;
max-width: 500px;
}
.pwebcontact.pweb-slidebox.pweb-left.pweb-horizontal .pwebcontact-box {
top: 20px;
left: 0;
}
.pwebcontact.pweb-slidebox.pweb-right.pweb-horizontal .pwebcontact-box {
top: 20px;
right: 0;
}
.pwebcontact.pweb-slidebox.pweb-left.pweb-vertical .pwebcontact-box {
top: 0;
left: 0;
}
.pwebcontact.pweb-slidebox.pweb-right.pweb-vertical .pwebcontact-box {
top: 0;
right: 0;
}
.pwebcontact.pweb-slidebox.pweb-top .pwebcontact-box {
top: 0;
}
.pwebcontact.pweb-slidebox.pweb-bottom .pwebcontact-box {
bottom: 0;
}
.pwebcontact.pweb-slidebox.pweb-top.pweb-offset-left .pwebcontact-box,
.pwebcontact.pweb-slidebox.pweb-bottom.pweb-offset-left .pwebcontact-box  {
left: 0;
}
.pwebcontact.pweb-slidebox.pweb-top.pweb-offset-right .pwebcontact-box,
.pwebcontact.pweb-slidebox.pweb-bottom.pweb-offset-right .pwebcontact-box {
right: 0;
} .pweb-accordion .pwebcontact-container {
padding-top: 30px;
}
.pweb-accordion.pweb-accordion-boxed .pwebcontact-container {
margin-top: 15px;
padding: 30px 10px 10px;
-webkit-box-shadow: inset 0 0 4px rgba(0,0,0, 0.3);
-moz-box-shadow: inset 0 0 4px rgba(0,0,0, 0.3);
box-shadow: inset 0 0 4px rgba(0,0,0, 0.3);
}
.pweb-accordion.pweb-accordion-boxed .pweb-arrow {
position: absolute;
left: 25%;
top: 5px;
width: 0;
height: 0;
border-style: dashed;
border-width: 0 9px 10px 9px;
border-color: transparent;
border-bottom-color: #7F7F7F;
border-bottom-color: rgba(0,0,0, 0.5);
border-bottom-style: solid;
} .pwebcontact.pweb-slidebox.pweb-toggler-slide.pweb-left.pweb-vertical .pwebcontact-container {
padding-left: 10px;
}
.pwebcontact.pweb-slidebox.pweb-toggler-slide.pweb-right.pweb-vertical .pwebcontact-container {
padding-right: 10px;
}
.pwebcontact.pweb-slidebox.pweb-toggler-slide.pweb-top .pwebcontact-container {
padding-top: 10px;
}
.pwebcontact.pweb-slidebox.pweb-toggler-slide.pweb-bottom .pwebcontact-container {
padding-bottom: 5px;
} .pwebcontact.pweb-slidebox.pweb-left.pweb-radius .pwebcontact-container {
-webkit-border-radius: 0 10px 10px 0;
-moz-border-radius: 0 10px 10px 0;
border-radius: 0 10px 10px 0;
}
.pwebcontact.pweb-slidebox.pweb-right.pweb-radius .pwebcontact-container {
-webkit-border-radius: 10px 0 0 10px;
-moz-border-radius: 10px 0 0 10px;
border-radius: 10px 0 0 10px;
}
.pwebcontact.pweb-slidebox.pweb-left.pweb-toggler-slide.pweb-radius .pwebcontact-container {
-webkit-border-radius: 0 0 10px 0;
-moz-border-radius: 0 0 10px 0;
border-radius: 0 0 10px 0;
}
.pwebcontact.pweb-slidebox.pweb-right.pweb-toggler-slide.pweb-radius .pwebcontact-container {
-webkit-border-radius: 0 0 0 10px;
-moz-border-radius: 0 0 0 10px;
border-radius: 0 0 0 10px;
}
.pwebcontact.pweb-slidebox.pweb-top.pweb-radius .pwebcontact-container {
-webkit-border-radius: 0 0 10px 10px;
-moz-border-radius: 0 0 10px 10px;
border-radius: 0 0 10px 10px;
}
.pwebcontact.pweb-slidebox.pweb-bottom.pweb-radius .pwebcontact-container {
-webkit-border-radius: 10px 10px 0 0;
-moz-border-radius: 10px 10px 0 0;
border-radius: 10px 10px 0 0;
}
.pwebcontact.pweb-slidebox.pweb-top.pweb-toggler-slide.pweb-offset-left.pweb-radius .pwebcontact-container {
-webkit-border-radius: 0 0 10px 0;
-moz-border-radius: 0 0 10px 0;
border-radius: 0 0 10px 0;
}
.pwebcontact.pweb-slidebox.pweb-top.pweb-toggler-slide.pweb-offset-right.pweb-radius .pwebcontact-container {
-webkit-border-radius: 0 0 0 10px;
-moz-border-radius: 0 0 0 10px;
border-radius: 0 0 0 10px;
}
.pwebcontact.pweb-slidebox.pweb-bottom.pweb-toggler-slide.pweb-offset-left.pweb-radius .pwebcontact-container {
-webkit-border-radius: 0 10px 0 0;
-moz-border-radius: 0 10px 0 0;
border-radius: 0 10px 0 0;
}
.pwebcontact.pweb-slidebox.pweb-bottom.pweb-toggler-slide.pweb-offset-right.pweb-radius .pwebcontact-container {
-webkit-border-radius: 10px 0 0 0;
-moz-border-radius: 10px 0 0 0;
border-radius: 10px 0 0 0;
} .pwebcontact.pweb-accordion.pweb-radius .pwebcontact-container {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
} .pwebcontact.pweb-slidebox.pweb-shadow .pwebcontact-container {
-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}
.pwebcontact_toggler.pweb-shadow {
-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5), 0 1px 2px rgba(255,255,255,0.2) inset;
-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5), 0 1px 2px rgba(255,255,255,0.2) inset;
box-shadow: 0 0 4px rgba(0, 0, 0, 0.5), 0 1px 2px rgba(255,255,255,0.2) inset;
}
.pwebcontact.pweb-offset-left.pweb-top .pwebcontact_toggler.pweb-shadow {
-moz-box-shadow: -1px 3px 3px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(255,255,255,0.2) inset;
-webkit-box-shadow: -1px 3px 3px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(255,255,255,0.2) inset;
box-shadow: -1px 3px 3px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(255,255,255,0.2) inset;
}
.pwebcontact.pweb-offset-left.pweb-bottom .pwebcontact_toggler.pweb-shadow {
-moz-box-shadow: -1px -3px 3px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(255,255,255,0.2) inset;
-webkit-box-shadow: -1px -3px 3px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(255,255,255,0.2) inset;
box-shadow: -1px -3px 3px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(255,255,255,0.2) inset;
}
.pwebcontact.pweb-offset-right.pweb-top .pwebcontact_toggler.pweb-shadow {
-moz-box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(255,255,255,0.2) inset;
-webkit-box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(255,255,255,0.2) inset;
box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(255,255,255,0.2) inset;
}
.pwebcontact.pweb-offset-right.pweb-bottom .pwebcontact_toggler.pweb-shadow {
-moz-box-shadow: 1px -3px 3px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(255,255,255,0.2) inset;
-webkit-box-shadow: 1px -3px 3px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(255,255,255,0.2) inset;
box-shadow: 1px -3px 3px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(255,255,255,0.2) inset;
}
.pwebcontact.pweb-vertical.pweb-left .pwebcontact_toggler.pweb-shadow {
-moz-box-shadow: 3px -1px 3px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(255,255,255,0.2) inset;
-webkit-box-shadow: 3px -1px 3px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(255,255,255,0.2) inset;
box-shadow: 3px -1px 3px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(255,255,255,0.2) inset;
}
.pwebcontact.pweb-vertical.pweb-right .pwebcontact_toggler.pweb-shadow {
-moz-box-shadow: -3px -1px 3px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(255,255,255,0.2) inset;
-webkit-box-shadow: -3px -1px 3px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(255,255,255,0.2) inset;
box-shadow: -3px -1px 3px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(255,255,255,0.2) inset;
}
.pwebcontact.pweb-accordion.pweb-shadow .pwebcontact-container {
-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}
.pwebcontact.pweb-accordion.pweb-accordion-boxed.pweb-shadow .pwebcontact-container {
-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5), inset 0 0 4px rgba(0,0,0, 0.3);
-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5), inset 0 0 4px rgba(0,0,0, 0.3);
box-shadow: 0 0 4px rgba(0, 0, 0, 0.5), inset 0 0 4px rgba(0,0,0, 0.3);
} .pweb-modal.modal {
overflow: visible;
overflow-y: initial;
bottom: initial;
}
.pwebcontact-modal.modal {
position: fixed !important;
left: 0 !important;
right: 0 !important;
top: 0 !important;
bottom: 0 !important;
width: auto !important;
height: auto !important;
margin: 0 !important;
padding: 0 10px !important;
border: 0 !important;
background: none !important;
overflow-x: auto;
overflow-y: scroll;
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
body.pweb-modal-open {
overflow: hidden; }
.pwebcontact-box.pweb-modal {
margin: 30px auto !important;
width: auto !important;
min-width: 200px;
max-width: 600px;
height: auto !important;
min-height: 200px;
padding: 0;
}
.pwebcontact-box.pweb-modal .pwebcontact-container {
padding: 15px; position: static !important;
width: auto !important;
margin: 0 !important;
}
.pweb-modal.modal {
padding: 10px;
}
.pweb-modal.modal .modal-body {
min-height: 400px;
-webkit-overflow-scrolling: touch;
}
.pweb-modal.modal .modal-body.pweb-progress {
background-position: center center;
} .pwebcontact-box.pweb-modal.pweb-radius .pwebcontact-container,
.ui-effects-transfer.pweb-genie.pweb-radius {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
} .pwebcontact-box.pweb-modal.pweb-shadow .pwebcontact-container,
.ui-effects-transfer.pweb-genie.pweb-shadow {
-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
} .pweb-button-close {
position: absolute;
right: 5px;
top: 5px;
display: block;
width: 20px !important;
height: 20px !important;
line-height: 20px !important;
padding: 0 !important;
border: none !important;
cursor: pointer;
background: none !important;
overflow: hidden !important;
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
text-align: center;
font-size: 20px !important;
}
.pweb-modal .pweb-button-close {
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAQAAACROWYpAAAEEElEQVQ4y32Va2yTVRzGf23fd10vUNqxsY1dGIyba7BsTgiwhcRkgxHkFkJAuQzIggY0IXGYkKA4DeAQMQTIiIB+MyRAJn7hAxJRJKIRiJgQIhESZxYFEuja9f74oe1aoPh/vrx5z3nO/3qeA0+aBSvW+UaT2VBUb+91HXY3FDUUNZnzDaxYsfBcs2DDpHjqqC1ln07YU79t0oGX+mY1V3dWv1/VWVrqphgTW+EDLBjYS91tZZ/5v+34d1/sijIWv/bw2IXFy2urfKVu7BjP0q0YOCaMWVlzfF7wdJY2mLybzH4/+mpq3cxKrwcHBtanvTqrfK/X97+avCvFUn2xtjDBNJpDn8SGU1Ls+oXVTTUeL8587xYMHKN97fWnlikqnU/UDmWJWUwL/ZKQpPOvTZvg8eLI0W3Y8cyo+3hB4p50MmYLUgC24EdRSTq6rLIaD/Z06SyYuMdWvjnv4TfS+URhahpHYlLwR16gHDcmVrBSPNrXOv2LTimUrMoE3BiaO5Jz2dCmiDNIkGBRcCAuffde1WR8FGMDKy5n5cp5f34pHYqlt/tDkrQ7SpDgxNBASurLrHRFpPsXmUEFbgyw4fFM7FgQvi7NznirHQorTZ8cGkhJUm80vVIylJA0ppU6xlAEBiXj/EvWSI+TuewWhdP0xylJOhPPVeJGVNqxbdQ0xlIMprusoXnzW9LtRH5xFoUjmfHIpxL8Oiod3ed6kXE4wHRW+Od0dku/J57s7P1UmvxBNP//2ah0+CCNVOICk8qyOS3bpAeJfOpgSpISypUujZ+GpXd6HC8zPkM2Z9Vtiv0jZRvlGRrM5Lo4k/vWSHZUHsWlGW+YI+QKs7lh/Z1L0tuZLbPDuVzTpTsVT6+0haXB31hNUzbsMjMwZdWBz6XBuDOY7efWiG3kYuyOZmO6FJLOnWM5mYIZlDDd3lHVPXAt18/C2DAsBf8u2cECpqdbZcNDndHi27S5T5I2DD+POjccT0qHz9JJS3ZIrLioIGBbNu7dI6claVdB72uHI0np8lW6WUIgO55WivFRT6ttvffDQ/2SdCuyatiZR2wLXwlL0uVf6WEdrdRnL4YFEzfl+Gm3dXn2bun/67YkRZI3oscjxyM/Rx7FJenBwP6L7KWLdvy5K5kRA6qZSYety9nDiYM//HFLeXbvzsmr5kl66KKDmeSJQUaG8FJDgHbW0e3YzwnPmVe+33lz582Oy+P7OcF+ullHOwFqeEKGMgKIl2r8tLCUjWxnl7HH6KXX2GPdxXY2spQW/FTzlACOSC8eyplEgBYWsoI1rGUta1jBQloIMIlyCkhv9r2w48JLObVMwU+ARhoJ4GcKtZTjxZXL9Vm6BSsGJnYcOHFl4MSBHRMDK5b/e69yxzyNAvYf9TCL+HAwka4AAAAASUVORK5CYII%3D) no-repeat center !important;
width: 0px !important;
height: 0px !important;
right: -15px;
top: -15px;
padding: 30px 0 0 30px !important;
} .pweb-accordion.pweb-accordion-boxed .pweb-button-close {
top: 20px;
} form.pwebcontact-form {
margin: 0;
}
form.pwebcontact-form .pweb-field-container {
margin-bottom: 10px;
}
form.pwebcontact-form .pweb-label,
form.pwebcontact-form .pweb-field {
float: none;
width: 100%;
}
form.pwebcontact-form .pweb-label label {
display: block;
margin: 0;
padding: 0;
word-wrap: break-word;
width: auto;
max-width: 100%;
}
form.pwebcontact-form fieldset label {
word-wrap: break-word;
} form.pwebcontact-form .pweb-msg {
line-height: 16px;
min-height: 16px;
}
form.pwebcontact-form .pweb-msg .pweb-progress {
padding-left: 20px;
}
form.pwebcontact-form .pweb-msg .pweb-progress,
.pweb-modal.modal .modal-body.pweb-progress {
background-repeat: no-repeat;
background-image: url(data:image/gif;base64,R0lGODlhEAAQALMMAKqooJGOhp2bk7e1rZ2bkre1rJCPhqqon8PBudDOxXd1bISCef///wAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFAAAMACwAAAAAEAAQAAAET5DJyYyhmAZ7sxQEs1nMsmACGJKmSaVEOLXnK1PuBADepCiMg/DQ+/2GRI8RKOxJfpTCIJNIYArS6aRajWYZCASDa41Ow+Fx2YMWOyfpTAQAIfkEBQAADAAsAAAAABAAEAAABE6QyckEoZgKe7MEQMUxhoEd6FFdQWlOqTq15SlT9VQM3rQsjMKO5/n9hANixgjc9SQ/CgKRUSgw0ynFapVmGYkEg3v1gsPibg8tfk7CnggAIfkEBQAADAAsAAAAABAAEAAABE2QycnOoZjaA/IsRWV1goCBoMiUJTW8A0XMBPZmM4Ug3hQEjN2uZygahDyP0RBMEpmTRCKzWGCkUkq1SsFOFQrG1tr9gsPc3jnco4A9EQAh+QQFAAAMACwAAAAAEAAQAAAETpDJyUqhmFqbJ0LMIA7McWDfF5LmAVApOLUvLFMmlSTdJAiM3a73+wl5HYKSEET2lBSFIhMIYKRSimFriGIZiwWD2/WCw+Jt7xxeU9qZCAAh+QQFAAAMACwAAAAAEAAQAAAETZDJyRCimFqbZ0rVxgwF9n3hSJbeSQ2rCWIkpSjddBzMfee7nQ/XCfJ+OQYAQFksMgQBxumkEKLSCfVpMDCugqyW2w18xZmuwZycdDsRACH5BAUAAAwALAAAAAAQABAAAARNkMnJUqKYWpunUtXGIAj2feFIlt5JrWybkdSydNNQMLaND7pC79YBFnY+HENHMRgyhwPGaQhQotGm00oQMLBSLYPQ9QIASrLAq5x0OxEAIfkEBQAADAAsAAAAABAAEAAABE2QycmUopham+da1cYkCfZ94UiW3kmtbJuRlGF0E4Iwto3rut6tA9wFAjiJjkIgZAYDTLNJgUIpgqyAcTgwCuACJssAdL3gpLmbpLAzEQA7);
}
form.pwebcontact-form .pweb-msg .pweb-success {
color: #009e0a;
}
form.pwebcontact-form .pweb-msg .pweb-error {
color: #aa0000;
}
form.pwebcontact-form .pweb-msg-before {
margin-bottom: 5px;
}
form.pwebcontact-form .pweb-msg-after {
}
form.pwebcontact-form .pweb-msg-button,
form.pwebcontact-form .pweb-msg-popup {
display: inline-block;
}
.pweb-accordion form.pwebcontact-form .pweb-msg-before {
margin-top: -25px;
margin-right: 15px;
} form.pwebcontact-form input.pweb-input, 
form.pwebcontact-form select, 
form.pwebcontact-form textarea {
float: none;
padding: 2px 4px;
margin: 0;
width: 100%;
outline: none;
font-weight: normal;
border-style: solid;
border-width: 1px;
-webkit-box-sizing: border-box !important;
-moz-box-sizing: border-box !important;
box-sizing: border-box !important;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2) inset;
-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2) inset;
box-shadow: 0 1px 2px rgba(0,0,0,0.2) inset;
}
form.pwebcontact-form input.pweb-input, 
form.pwebcontact-form select {
max-width: 100%;
line-height: 22px;
height: 26px;
}
form.pwebcontact-form select.pweb-multiple {
height: auto;
}
form.pwebcontact-form select {
padding-right: 2px;
}
form.pwebcontact-form textarea {
height: auto !important;
min-height: 70px;
}
form.pwebcontact-form .pweb-field-textarea .pweb-chars-counter {
margin-top: 3px;
}
form.pwebcontact-form input.pweb-input:focus, 
form.pwebcontact-form select:focus, 
form.pwebcontact-form textarea:focus {
-webkit-transition: all .1s ease;
-moz-transition: all .1s ease;
-ms-transition: all 1s ease;
-o-transition: all .1s ease;
transition: all .1s ease;
} form.pwebcontact-form fieldset {
padding: 0;
margin: 0;
border: 0;
}
form.pwebcontact-form fieldset label,
form.pwebcontact-form .pweb-field-checkbox label {
display: block;
padding-left: 16px;
}
form.pwebcontact-form fieldset label.rokradios,
form.pwebcontact-form fieldset label.rokchecks,
form.pwebcontact-form .pweb-field-checkbox label.rokchecks {
padding-left: 22px;
}
form.pwebcontact-form input.pweb-checkbox, 
form.pwebcontact-form input.pweb-radio {
margin: 3px 3px 0 0;
float: left;
}
form.pwebcontact-form fieldset input,
form.pwebcontact-form .pweb-field-checkbox input {
clear: both;
}
form.pwebcontact-form input[type="checkbox"] + label:before,
form.pwebcontact-form input[type="checkbox"]:checked + label:before {
background: none;
border: 0;
content: "";
} form.pwebcontact-form button,
form.pwebcontact-form .btn {
float: none;
width: auto;
height: auto;
padding: 4px 12px;
cursor: pointer;
text-transform: none;
font-weight: normal;
border-style: solid;
border-width: 1px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: 0 1px 2px rgba(255,255,255,0.2) inset;
-moz-box-shadow: 0 1px 2px rgba(255,255,255,0.2) inset;
box-shadow: 0 1px 2px rgba(255,255,255,0.2) inset;
}
form.pwebcontact-form button:hover,
form.pwebcontact-form .btn:hover {
background-position: 0 -30px;
-webkit-transition: all .1s ease;
-moz-transition: all .1s ease;
-o-transition: all .1s ease;
transition: all .1s ease;
} .pweb-radius form.pwebcontact-form input.pweb-input, 
.pweb-radius form.pwebcontact-form select, 
.pweb-radius form.pwebcontact-form textarea,
.pweb-radius form.pwebcontact-form .pweb-field-shadow{
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.pweb-radius form.pwebcontact-form button,
.pweb-radius form.pwebcontact-form .btn {
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
} .pweb-shadow form.pwebcontact-form .pweb-field-shadow {
-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.4);
-moz-box-shadow: 0 0 5px rgba(0,0,0,0.4);
box-shadow: 0 0 5px rgba(0,0,0,0.4);
}
.pweb-shadow form.pwebcontact-form button,
.pweb-shadow form.pwebcontact-form .btn {
-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.4), 0 1px 2px rgba(255,255,255,0.2) inset;
-moz-box-shadow: 0 0 5px rgba(0,0,0,0.4), 0 1px 2px rgba(255,255,255,0.2) inset;
box-shadow: 0 0 5px rgba(0,0,0,0.4), 0 1px 2px rgba(255,255,255,0.2) inset;
} form.pwebcontact-form input.invalid.pweb-input, 
form.pwebcontact-form select.invalid, 
form.pwebcontact-form textarea.invalid {
color: #a00;
border-color: #a00;
outline-color: #a00;
font-weight: normal;
-webkit-box-shadow: 0 0 3px #f00 inset;
-moz-box-shadow: 0 0 3px #f00 inset;
box-shadow: 0 0 3px #f00 inset;
} form.pwebcontact-form input.pweb-input:focus, 
form.pwebcontact-form select:focus, 
form.pwebcontact-form textarea:focus {
outline: none;
} .pweb-field-custom-text {
line-height: 150%;
} .pweb-field-header {
font-size: 200%;
line-height: 150%;
} form.pwebcontact-form label.invalid,
form.pwebcontact-form label.invalid a {
color: #a00;
font-weight: normal;
} .pweb-labels-inline form.pwebcontact-form .pweb-field-container {
margin-bottom: 12px;
}
.pweb-labels-inline form.pwebcontact-form .pweb-label {
clear: both;
float: left;
width: 30%;
}
.pweb-labels-inline form.pwebcontact-form .pweb-field {
float: left;
width: 69.9%;
}
.pweb-labels-inline form.pwebcontact-form .pweb-field-checkbox .pweb-field,
.pweb-labels-inline form.pwebcontact-form .pweb-field-buttons .pweb-field {
float: none;
width: auto !important;
} .pweb-labels-above form.pwebcontact-form .pweb-label {
margin-bottom: 4px;
} .pweb-labels-over form.pwebcontact-form .pweb-field-container {
position: relative;
}
.pweb-labels-over form.pwebcontact-form .pweb-label {
margin-bottom: 3px;
}
.pweb-labels-over form.pwebcontact-form .pweb-label-over .pweb-label {
position: absolute;
z-index: 5;
top: 0;
left: 0;
width: auto !important;
margin-bottom: 0;
}
.pweb-labels-over form.pwebcontact-form .pweb-label-over.pweb-field-multiple .pweb-label {
width: 100% !important;
height: 100% !important;
}
.pweb-labels-over form.pwebcontact-form .pweb-label-over label {
padding: 3px 6px 0;
cursor: text;
color: #aaa;
color: rgba(0,0,0, 0.5);
text-shadow: none;
white-space: nowrap;
-webkit-box-sizing: border-box !important;
-moz-box-sizing: border-box !important;
box-sizing: border-box !important;
}
.pweb-labels-over form.pwebcontact-form .pweb-label-over.pweb-field-multiple label {
width: 100% !important;
height: 100% !important;
}
.pweb-labels-over form.pwebcontact-form .pweb-label-over.pweb-field-multiple select.pweb-blank option {
color: #fff !important;
color: rgba(255,255,255,0) !important;
} form.pwebcontact-form .pweb-field-captcha .pweb-field {
overflow-x: auto;
overflow-y: hidden;
}
form.pwebcontact-form .pweb-field-captcha iframe {
margin: 0 !important;
vertical-align: middle !important;
} .pweb-field-date .pweb-field {
position: relative;
z-index: 0;
}
.pweb-calendar-btn {
position: absolute;
z-index: 1;
right: 0;
top: 0;
display: block;
width: 26px;
height: 18px;
line-height: 18px;
padding: 4px 0;
cursor: pointer;
text-align: center;
color: #000;
} form.pwebcontact-form .tooltip {
position: absolute;
z-index: 1030;
visibility: visible;
opacity: 0;
}
form.pwebcontact-form .tooltip.in {
opacity: 0.8;
}
form.pwebcontact-form .tooltip-inner {
color: #ffffff;
background-color: #000000;
padding: 8px;
} form.pwebcontact-form label .pweb-asterisk {
color: #f00;
font-weight: bold;
} .pweb-column {
float: left;
margin-right: 2.8%;
}
.pweb-column:last-child {
margin-right: 0;
}
.pweb-width-50 {
width: 47%;
}
.pweb-width-50:last-child {
width: 50%;
}
.pweb-width-33 {
width: 30%;
}
.pweb-width-33:last-child {
width: 33%;
}
.pweb-width-25 {
width: 22%;
}
.pweb-width-25:last-child {
width: 25%;
}
.pweb-width-20 {
width: 17%;
}
.pweb-width-20:last-child {
width: 20%;
} @media (max-width: 480px) 
{ .pweb-column,
.pweb-column:last-child {
float: none;
width: auto !important;
margin-right: 0;
} .pweb-labels-inline form.pwebcontact-form .pweb-label {
margin-bottom: 3px;
}
.pweb-labels-inline form.pwebcontact-form .pweb-label,
.pweb-labels-inline form.pwebcontact-form .pweb-field {
float: none;
width: auto;
}
} @media (min-width: 481px) and (max-width: 767px) 
{ .pweb-width-33,
.pweb-width-25,
.pweb-width-20 {
width: 47%;
}
.pweb-width-33:nth-child(even),
.pweb-width-25:nth-child(even),
.pweb-width-25:last-child,
.pweb-width-20:nth-child(even) {
width: 49.9%;
}
.pweb-width-33:last-child,
.pweb-width-20:last-child {
width: 100%;
} .pweb-labels-inline form.pwebcontact-form .pweb-column .pweb-label {
margin-bottom: 3px;
}
.pweb-labels-inline form.pwebcontact-form .pweb-column .pweb-label,
.pweb-labels-inline form.pwebcontact-form .pweb-column .pweb-field {
float: none;
width: auto;
}
} @media (min-width: 768px) and (max-width: 979px) 
{ .pweb-labels-inline form.pwebcontact-form .pweb-column.pweb-width-25 .pweb-label,
.pweb-labels-inline form.pwebcontact-form .pweb-column.pweb-width-20 .pweb-label {
margin-bottom: 3px;
}
.pweb-labels-inline form.pwebcontact-form .pweb-column.pweb-width-25 .pweb-label,
.pweb-labels-inline form.pwebcontact-form .pweb-column.pweb-width-20 .pweb-label,
.pweb-labels-inline form.pwebcontact-form .pweb-column.pweb-width-25 .pweb-field,
.pweb-labels-inline form.pwebcontact-form .pweb-column.pweb-width-20 .pweb-field {
float: none;
width: auto;
}
} .pweb-hide-user form.pwebcontact-form .pweb-field-name,
.pweb-hide-user form.pwebcontact-form .pweb-field-email {
display: none !important;
} .pweb-alert {
position: fixed;
z-index: 1060;
top: 50%;
left: 50%;
width: 560px;
max-height: 400px;
margin: -200px 0 0 -280px;
overflow: auto;
background-color: #fcf8e3;
-moz-box-shadow: 0 0 5px rgba(0,0,0, 0.2);
-webkit-box-shadow: 0 0 5px rgba(0,0,0, 0.2);
box-shadow: 0 0 5px rgba(0,0,0, 0.2);
} .fade {
opacity: 0;
-webkit-transition: opacity 0.15s linear;
-moz-transition: opacity 0.15s linear;
-o-transition: opacity 0.15s linear;
transition: opacity 0.15s linear;
}
.fade.in {
opacity: 1;
}
.modal-backdrop.in {
opacity: 0.5;
}
.pweb-init.pweb-slidebox {
visibility: hidden;
}
.pweb-init.pweb-accordion {
display: none;
} .pwebcontact-box:before, .pwebcontact-box:after,
.pweb-fields:before, .pweb-fields:after,
.pweb-fields-group:before, .pweb-fields-group:after,
.pweb-field-container:before, .pweb-field-container:after,
.pweb-row:before, .pweb-row:after,
.pweb-uploader .files > div:before, .pweb-uploader .files > div:after {
content: "";
display: table;
line-height: 0;
}
.pwebcontact-box:after,
.pweb-fields, .pweb-fields:after,
.pweb-fields-group:after,
.pweb-field-container:after,
.pweb-row:after,
.pweb-uploader .files > div:after {
clear: both;
}.ui-effects-transfer.pweb-genie {
z-index: 1049;
-o-animation-fill-mode: forwards;
-o-transform-origin: 50% 50%;
-moz-animation-fill-mode: forwards;
-moz-transform-origin: 50% 50%;
-webkit-animation-fill-mode: forwards;
-webkit-transform-origin: 50% 50%;
animation-fill-mode: forwards;
transform-origin: 50% 50%;
-o-animation-duration: 400ms;
-ms-animation-duration: 400ms;
-moz-animation-duration: 400ms;
-webkit-animation-duration: 400ms;
animation-duration: 400ms;
}
.ui-effects-transfer.pweb-genie.pweb-rotate-bottom {
-moz-animation-name: pweb-genie-appear-bottom;
-webkit-animation-name: pweb-genie-appear-bottom;
animation-name: pweb-genie-appear-bottom;
}
.ui-effects-transfer.pweb-genie.pweb-rotate-bottom.pweb-genie-hide {
-moz-animation-name: pweb-genie-hide-bottom;
-webkit-animation-name: pweb-genie-hide-bottom;
animation-name: pweb-genie-hide-bottom;
}
.ui-effects-transfer.pweb-genie.pweb-rotate-top {
-moz-animation-name: pweb-genie-appear-top;
-webkit-animation-name: pweb-genie-appear-top;
animation-name: pweb-genie-appear-top;
}
.ui-effects-transfer.pweb-genie.pweb-rotate-top.pweb-genie-hide {
-moz-animation-name: pweb-genie-hide-top;
-webkit-animation-name: pweb-genie-hide-top;
animation-name: pweb-genie-hide-top;
}
.ui-effects-transfer.pweb-genie.pweb-rotate-left {
-moz-animation-name: pweb-genie-appear-left;
-webkit-animation-name: pweb-genie-appear-left;
animation-name: pweb-genie-appear-left;
}
.ui-effects-transfer.pweb-genie.pweb-rotate-left.pweb-genie-hide {
-moz-animation-name: pweb-genie-hide-left;
-webkit-animation-name: pweb-genie-hide-left;
animation-name: pweb-genie-hide-left;
}
.ui-effects-transfer.pweb-genie.pweb-rotate-right {
-moz-animation-name: pweb-genie-appear-right;
-webkit-animation-name: pweb-genie-appear-right;
animation-name: pweb-genie-appear-right;
}
.ui-effects-transfer.pweb-genie.pweb-rotate-right.pweb-genie-hide {
-moz-animation-name: pweb-genie-hide-right;
-webkit-animation-name: pweb-genie-hide-right;
animation-name: pweb-genie-hide-right;
}
@-webkit-keyframes pweb-genie-appear-bottom {
100% { opacity: 1; -webkit-transform: translateY(0px) rotateX(0deg) rotateY(0deg) rotateZ(180deg) scaleX(1) scaleY(1);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
70% { opacity:0.8;-webkit-transform: translateY(-5px) rotateX(0deg) rotateY(80deg) rotateZ(0deg) scaleX(0.8) scaleY(1.5);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
60% { opacity: 0.6;-webkit-transform: translateY(-155px) rotateX(0deg) rotateY(86deg) rotateZ(0deg) scaleX(0.5) scaleY(2.5);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
40% { opacity: 0.8;-webkit-transform: translateY(-5px) rotateX(0deg) rotateY(86deg) rotateZ(0deg) scaleX(0.4) scaleY(0.3);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
0% { opacity: 0;-webkit-transform: translateY(0px) rotateX(0deg) rotateY(90deg) rotateZ(0deg) scaleX(0) scaleY(0);}
}
@-webkit-keyframes pweb-genie-hide-bottom {
0% { opacity: 1; -webkit-transform: translateY(0px) rotateX(0deg) rotateY(0deg) rotateZ(180deg) scaleX(1) scaleY(1);}
40% { opacity:0.8;-webkit-transform: translateY(-5px) rotateX(0deg) rotateY(80deg) rotateZ(0deg) scaleX(0.8) scaleY(1.5);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
60% { opacity: 0.6;-webkit-transform: translateY(-155px) rotateX(0deg) rotateY(86deg) rotateZ(0deg) scaleX(0.5) scaleY(2.5);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
70% { opacity: 0.8;-webkit-transform: translateY(-5px) rotateX(0deg) rotateY(86deg) rotateZ(0deg) scaleX(0.4) scaleY(0.3);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
100% { opacity: 0;-webkit-transform: translateY(0px) rotateX(0deg) rotateY(90deg) rotateZ(0deg) scaleX(0) scaleY(0);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
}
@-webkit-keyframes pweb-genie-appear-top {
100% { opacity: 1; -webkit-transform: translateY(0px) rotateX(0deg) rotateY(0deg) rotateZ(-180deg) scaleX(1) scaleY(1);}
70% { opacity:0.8;-webkit-transform: translateY(5px) rotateX(0deg) rotateY(80deg) rotateZ(0deg) scaleX(0.8) scaleY(1.5);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
60% { opacity: 0.6;-webkit-transform: translateY(155px) rotateX(0deg) rotateY(86deg) rotateZ(0deg) scaleX(0.5) scaleY(2.5);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
40% { opacity: 0.8;-webkit-transform: translateY(5px) rotateX(0deg) rotateY(86deg) rotateZ(0deg) scaleX(0.4) scaleY(0.3);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
0% { opacity: 0;-webkit-transform: translateY(0px) rotateX(0deg) rotateY(90deg) rotateZ(0deg) scaleX(0) scaleY(0);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
}
@-webkit-keyframes pweb-genie-hide-top {
0% { opacity: 1; -webkit-transform: translateY(0px) rotateX(0deg) rotateY(0deg) rotateZ(-180deg) scaleX(1) scaleY(1);}
40% { opacity:0.8;-webkit-transform: translateY(5px) rotateX(0deg) rotateY(80deg) rotateZ(0deg) scaleX(0.8) scaleY(1.5);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
60% { opacity: 0.6;-webkit-transform: translateY(155px) rotateX(0deg) rotateY(86deg) rotateZ(0deg) scaleX(0.5) scaleY(2.5);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
70% { opacity: 0.8;-webkit-transform: translateY(5px) rotateX(0deg) rotateY(86deg) rotateZ(0deg) scaleX(0.4) scaleY(0.3);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
100% { opacity: 0;-webkit-transform: translateY(0px) rotateX(0deg) rotateY(90deg) rotateZ(0deg) scaleX(0) scaleY(0);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
}
@-webkit-keyframes pweb-genie-appear-left {
100% { opacity: 1; -webkit-transform: translateX(0px) rotateX(0deg) rotateZ(180deg) scaleX(1) scaleY(1);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
70% { opacity:0.8;-webkit-transform: translateX(5px) rotateX(80deg) rotateZ(0deg) scaleX(1.2) scaleY(0.8);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
60% { opacity: 0.6;-webkit-transform: translateX(155px) rotateX(86deg) rotateZ(0deg) scaleX(2.2) scaleY(0.6);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
40% { opacity: 0.8;-webkit-transform: translateX(5px) rotateX(86deg) rotateZ(0deg) scaleX(0.3) scaleY(0.5);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
0% { opacity: 0;-webkit-transform: translateX(0px) rotateX(90deg) rotateZ(0deg) scaleX(0) scaleY(0);}
}
@-webkit-keyframes pweb-genie-hide-left {
0% { opacity: 1; -webkit-transform: translateX(0px) rotateX(0deg) rotateZ(180deg) scaleX(1) scaleY(1);}
40% { opacity:0.8;-webkit-transform: translateX(5px) rotateX(80deg) rotateZ(0deg) scaleX(1.2) scaleY(0.8);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
60% { opacity: 0.6;-webkit-transform: translateX(155px) rotateX(86deg) rotateZ(0deg) scaleX(2.2) scaleY(0.6);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
70% { opacity: 0.8;-webkit-transform: translateX(5px) rotateX(86deg) rotateZ(0deg) scaleX(0.3) scaleY(0.5);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
100% { opacity: 0;-webkit-transform: translateX(0px) rotateX(90deg) rotateZ(0deg) scaleX(0) scaleY(0);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
}
@-webkit-keyframes pweb-genie-appear-right {
100% { opacity: 1; -webkit-transform: translateX(0px) rotateX(0deg) rotateZ(-180deg) scaleX(1) scaleY(1);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
70% { opacity:0.8;-webkit-transform: translateX(-5px) rotateX(80deg) rotateZ(0deg) scaleX(1.2) scaleY(0.8);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
60% { opacity: 0.6;-webkit-transform: translateX(-155px) rotateX(86deg) rotateZ(0deg) scaleX(2.2) scaleY(0.6);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
40% { opacity: 0.8;-webkit-transform: translateX(-5px) rotateX(86deg) rotateZ(0deg) scaleX(0.3) scaleY(0.5);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
0% { opacity: 0;-webkit-transform: translateX(0px) rotateX(90deg) rotateZ(0deg) scaleX(0) scaleY(0);}
}
@-webkit-keyframes pweb-genie-hide-right {
0% { opacity: 1; -webkit-transform: translateX(0px) rotateX(0deg) rotateZ(-180deg) scaleX(1) scaleY(1);}
40% { opacity:0.8;-webkit-transform: translateX(-5px) rotateX(80deg) rotateZ(0deg) scaleX(1.2) scaleY(0.8);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
60% { opacity: 0.6;-webkit-transform: translateX(-155px) rotateX(86deg) rotateZ(0deg) scaleX(2.2) scaleY(0.6);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
70% { opacity: 0.8;-webkit-transform: translateX(-5px) rotateX(86deg) rotateZ(0deg) scaleX(0.3) scaleY(0.5);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
100% { opacity: 0;-webkit-transform: translateX(0px) rotateX(90deg) rotateZ(0deg) scaleX(0) scaleY(0);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
}
@keyframes pweb-genie-appear-bottom {
100% { opacity: 1;transform: translateY(0px) rotateX(0deg) rotateY(0deg) rotateZ(180deg) scaleX(1) scaleY(1);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
70% { opacity: 0.8;transform: translateY(-5px) rotateX(0deg) rotateY(80deg) rotateZ(0deg) scaleX(0.8) scaleY(1.5);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
60% { opacity: 0.6;transform: translateY(-155px) rotateX(0deg) rotateY(86deg) rotateZ(0deg) scaleX(0.5) scaleY(2.5);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
40% { opacity: 0.8;transform: translateY(-5px) rotateX(0deg) rotateY(86deg) rotateZ(0deg) scaleX(0.4) scaleY(0.3);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
0% { opacity: 0;transform: translateY(0px) rotateX(0deg) rotateY(90deg) rotateZ(0deg) scaleX(0) scaleY(0);}
}
@keyframes pweb-genie-hide-bottom {
0% { opacity: 1;transform: translateY(0px) rotateX(0deg) rotateY(0deg) rotateZ(180deg) scaleX(1) scaleY(1);}
40% { opacity: 0.8;transform: translateY(-5px) rotateX(0deg) rotateY(80deg) rotateZ(0deg) scaleX(0.8) scaleY(1.5);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
60% { opacity: 0.6;transform: translateY(-155px) rotateX(0deg) rotateY(86deg) rotateZ(0deg) scaleX(0.5) scaleY(2.5);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
70% { opacity: 0.8;transform: translateY(-5px) rotateX(0deg) rotateY(86deg) rotateZ(0deg) scaleX(0.4) scaleY(0.3);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
100% { opacity: 0;transform: translateY(0px) rotateX(0deg) rotateY(90deg) rotateZ(0deg) scaleX(0) scaleY(0);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
}
@keyframes pweb-genie-appear-top {
100% { opacity: 1;transform: translateY(0px) rotateX(0deg) rotateY(0deg) rotateZ(-180deg) scaleX(1) scaleY(1);}
70% { opacity: 0.8;transform: translateY(5px) rotateX(0deg) rotateY(80deg) rotateZ(0deg) scaleX(0.8) scaleY(1.5);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
60% { opacity: 0.6;transform: translateY(155px) rotateX(0deg) rotateY(86deg) rotateZ(0deg) scaleX(0.5) scaleY(2.5);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
40% { opacity: 0.8;transform: translateY(5px) rotateX(0deg) rotateY(86deg) rotateZ(0deg) scaleX(0.4) scaleY(0.3);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
0% { opacity: 0;transform: translateY(0px) rotateX(0deg) rotateY(90deg) rotateZ(0deg) scaleX(0) scaleY(0);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
}
@keyframes pweb-genie-hide-top {
0% { opacity: 1;transform: translateY(0px) rotateX(0deg) rotateY(0deg) rotateZ(-180deg) scaleX(1) scaleY(1);}
40% { opacity: 0.8;transform: translateY(5px) rotateX(0deg) rotateY(80deg) rotateZ(0deg) scaleX(0.8) scaleY(1.5);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
60% { opacity: 0.6;transform: translateY(155px) rotateX(0deg) rotateY(86deg) rotateZ(0deg) scaleX(0.5) scaleY(2.5);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
70% { opacity: 0.8;transform: translateY(5px) rotateX(0deg) rotateY(86deg) rotateZ(0deg) scaleX(0.4) scaleY(0.3);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
100% { opacity: 0;transform: translateY(0px) rotateX(0deg) rotateY(90deg) rotateZ(0deg) scaleX(0) scaleY(0);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
}
@keyframes pweb-genie-appear-left {
100% { opacity: 1;transform: translateX(0px) rotateX(0deg) rotateZ(180deg) scaleX(1) scaleY(1);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
70% { opacity: 0.8;transform: translateX(5px) rotateX(80deg) rotateZ(0deg) scaleX(1.2) scaleY(0.8);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
60% { opacity: 0.6;transform: translateX(155px) rotateX(86deg) rotateZ(0deg) scaleX(2.2) scaleY(0.6);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
40% { opacity: 0.8;transform: translateX(5px) rotateX(86deg) rotateZ(0deg) scaleX(0.3) scaleY(0.5);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
0% { opacity: 0;transform: translateX(0px) rotateX(90deg) rotateZ(0deg) scaleX(0) scaleY(0);}
}
@keyframes pweb-genie-hide-left {
0% { opacity: 1;transform: translateX(0px) rotateX(0deg) rotateZ(180deg) scaleX(1) scaleY(1);}
40% { opacity: 0.8;transform: translateX(5px) rotateX(80deg) rotateZ(0deg) scaleX(1.2) scaleY(0.8);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
60% { opacity: 0.6;transform: translateX(155px) rotateX(86deg) rotateZ(0deg) scaleX(2.2) scaleY(0.6);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
70% { opacity: 0.8;transform: translateX(5px) rotateX(86deg) rotateZ(0deg) scaleX(0.3) scaleY(0.5);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
100% { opacity: 0;transform: translateX(0px) rotateX(90deg) rotateZ(0deg) scaleX(0) scaleY(0);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
}
@keyframes pweb-genie-appear-right {
100% { opacity: 1;transform: translateX(0px) rotateX(0deg) rotateZ(-180deg) scaleX(1) scaleY(1);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
70% { opacity: 0.8;transform: translateX(-5px) rotateX(80deg) rotateZ(0deg) scaleX(1.2) scaleY(0.8);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
60% { opacity: 0.6;transform: translateX(-155px) rotateX(86deg) rotateZ(0deg) scaleX(2.2) scaleY(0.6);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
40% { opacity: 0.8;transform: translateX(-5px) rotateX(86deg) rotateZ(0deg) scaleX(0.3) scaleY(0.5);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
0% { opacity: 0;transform: translateX(0px) rotateX(90deg) rotateZ(0deg) scaleX(0) scaleY(0);}
}
@keyframes pweb-genie-hide-right {
0% { opacity: 1;transform: translateX(0px) rotateX(0deg) rotateZ(-180deg) scaleX(1) scaleY(1);}
40% { opacity: 0.8;transform: translateX(-5px) rotateX(80deg) rotateZ(0deg) scaleX(1.2) scaleY(0.8);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
60% { opacity: 0.6;transform: translateX(-155px) rotateX(86deg) rotateZ(0deg) scaleX(2.2) scaleY(0.6);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
70% { opacity: 0.8;transform: translateX(-5px) rotateX(86deg) rotateZ(0deg) scaleX(0.3) scaleY(0.5);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
100% { opacity: 0;transform: translateX(0px) rotateX(90deg) rotateZ(0deg) scaleX(0) scaleY(0);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
}
.ui-effects-transfer.pweb-genie.pweb-smooth-bottom{
-ms-transform-origin: 50% 100%;
-moz-animation-name: pweb-genie-appear-smooth-top-bottom;
-moz-transform-origin: 50% 100%;
-webkit-animation-name: pweb-genie-appear-smooth-top-bottom;
-webkit-transform-origin: 50% 100%;
animation-name: pweb-genie-appear-smooth-top-bottom;
transform-origin: 50% 100%;
}
.ui-effects-transfer.pweb-genie.pweb-smooth-bottom.pweb-genie-hide{
-moz-animation-name: pweb-genie-hide-smooth-top-bottom;
-webkit-animation-name: pweb-genie-hide-smooth-top-bottom;
animation-name: pweb-genie-hide-smooth-top-bottom;
}
.ui-effects-transfer.pweb-genie.pweb-smooth-top{
-ms-transform-origin: 50% 0%;
-moz-animation-name: pweb-genie-appear-smooth-top-bottom;
-moz-transform-origin: 50% 0%;
-webkit-animation-name: pweb-genie-appear-smooth-top-bottom;
-webkit-transform-origin: 50% 0%;
animation-name: pweb-genie-appear-smooth-top-bottom;
transform-origin: 50% 0%;
}
.ui-effects-transfer.pweb-genie.pweb-smooth-top.pweb-genie-hide{
-moz-animation-name: pweb-genie-hide-smooth-top-bottom;
-webkit-animation-name: pweb-genie-hide-smooth-top-bottom;
animation-name: pweb-genie-hide-smooth-top-bottom;
}
.ui-effects-transfer.pweb-genie.pweb-smooth-left{
-ms-transform-origin: 0% 50%;
-moz-animation-name: pweb-genie-appear-smooth-left-right;
-moz-transform-origin: 0% 50%;
-webkit-animation-name: pweb-genie-appear-smooth-left-right;
-webkit-transform-origin: 0% 50%;
animation-name: pweb-genie-appear-smooth-left-right;
transform-origin: 0% 50%;
}
.ui-effects-transfer.pweb-genie.pweb-smooth-left.pweb-genie-hide{
-moz-animation-name: pweb-genie-hide-smooth-left-right;
-webkit-animation-name: pweb-genie-hide-smooth-left-right;
animation-name: pweb-genie-hide-smooth-left-right;
}
.ui-effects-transfer.pweb-genie.pweb-smooth-right{
-ms-transform-origin: 100% 50%;
-moz-animation-name: pweb-genie-appear-smooth-left-right;
-moz-transform-origin: 100% 50%;
-webkit-animation-name: pweb-genie-appear-smooth-left-right;
-webkit-transform-origin: 100% 50%;
animation-name: pweb-genie-appear-smooth-left-right;
transform-origin: 100% 50%;
}
.ui-effects-transfer.pweb-genie.pweb-smooth-right.pweb-genie-hide{
-moz-animation-name: pweb-genie-hide-smooth-left-right;
-webkit-animation-name: pweb-genie-hide-smooth-left-right;
animation-name: pweb-genie-hide-smooth-left-right;
}
@-webkit-keyframes pweb-genie-appear-smooth-top-bottom {
0% { opacity: 0.1;-webkit-transform: rotateX(0deg) rotateY(90deg) rotateZ(0deg) scaleX(0) scaleY(0);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
40% { opacity: 0.6;-webkit-transform: rotateX(0deg) rotateY(86deg) rotateZ(0deg) scaleX(0.4) scaleY(0.3);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
60% { opacity: 0.8;-webkit-transform: rotateX(0deg) rotateY(86deg) rotateZ(0deg) scaleX(0.7) scaleY(2.5);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
70% { opacity:0.8;-webkit-transform: rotateX(0deg) rotateY(80deg) rotateZ(0deg) scaleX(0.8) scaleY(2.5);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
100% { opacity: 1; -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1);}
}
@-webkit-keyframes pweb-genie-hide-smooth-top-bottom {
100% { opacity: 0.1;-webkit-transform: rotateX(0deg) rotateY(90deg) rotateZ(0deg) scaleX(0) scaleY(0);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
70% { opacity: 0.6;-webkit-transform: rotateX(0deg) rotateY(86deg) rotateZ(0deg) scaleX(0.4) scaleY(0.3);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
60% { opacity: 0.8;-webkit-transform: rotateX(0deg) rotateY(86deg) rotateZ(0deg) scaleX(0.7) scaleY(2.5);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
40% { opacity:0.8;-webkit-transform: rotateX(0deg) rotateY(80deg) rotateZ(0deg) scaleX(0.8) scaleY(2.5);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
0% { opacity: 1; -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1);}    
}
@-webkit-keyframes pweb-genie-appear-smooth-left-right {
0% { opacity: 0.1;-webkit-transform: rotateX(90deg) rotateZ(0deg) scaleX(0) scaleY(0);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
40% { opacity: 0.6;-webkit-transform: rotateX(86deg) rotateZ(0deg) scaleX(0.3) scaleY(0.4);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
60% { opacity: 0.8;-webkit-transform: rotateX(86deg) rotateZ(0deg) scaleX(2) scaleY(0.7);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
70% { opacity:0.8;-webkit-transform: rotateX(80deg) rotateZ(0deg) scaleX(2) scaleY(0.8);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
100% { opacity: 1; -webkit-transform: rotateX(0deg) rotateZ(0deg) scaleX(1) scaleY(1);}
}
@-webkit-keyframes pweb-genie-hide-smooth-left-right {
100% { opacity: 0.1;-webkit-transform: rotateX(90deg) rotateZ(0deg) scaleX(0) scaleY(0);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
70% { opacity: 0.6;-webkit-transform: rotateX(86deg) rotateZ(0deg) scaleX(0.3) scaleY(0.4);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
60% { opacity: 0.8;-webkit-transform: rotateX(86deg) rotateZ(0deg) scaleX(2) scaleY(0.7);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
40% { opacity:0.8;-webkit-transform: rotateX(80deg) rotateZ(0deg) scaleX(2) scaleY(0.8);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
0% { opacity: 1; -webkit-transform: rotateX(0deg) rotateZ(0deg) scaleX(1) scaleY(1);}  
}
@keyframes pweb-genie-appear-smooth-top-bottom {
0% { opacity: 0.1;transform: rotateX(0deg) rotateY(90deg) rotateZ(0deg) scaleX(0) scaleY(0);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
40% { opacity: 0.6;transform: rotateX(0deg) rotateY(86deg) rotateZ(0deg) scaleX(0.4) scaleY(0.3);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
60% { opacity: 0.8;transform: rotateX(0deg) rotateY(86deg) rotateZ(0deg) scaleX(0.7) scaleY(2.5);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
70% { opacity:0.8;transform: rotateX(0deg) rotateY(80deg) rotateZ(0deg) scaleX(0.8) scaleY(2.5);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
100% { opacity: 1;transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1);}
}
@keyframes pweb-genie-hide-smooth-top-bottom {
100% { opacity: 0.1;transform: rotateX(0deg) rotateY(90deg) rotateZ(0deg) scaleX(0) scaleY(0);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
70% { opacity: 0.6;transform: rotateX(0deg) rotateY(86deg) rotateZ(0deg) scaleX(0.4) scaleY(0.3);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
60% { opacity: 0.8;transform: rotateX(0deg) rotateY(86deg) rotateZ(0deg) scaleX(0.7) scaleY(2.5);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
40% { opacity:0.8;transform: rotateX(0deg) rotateY(80deg) rotateZ(0deg) scaleX(0.8) scaleY(2.5);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
0% { opacity: 1;transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1);}    
}
@keyframes pweb-genie-appear-smooth-left-right {
0% { opacity: 0.1;transform: rotateX(90deg) rotateZ(0deg) scaleX(0) scaleY(0);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
40% { opacity: 0.6;transform: rotateX(86deg) rotateZ(0deg) scaleX(0.3) scaleY(0.4);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
60% { opacity: 0.8;transform: rotateX(86deg) rotateZ(0deg) scaleX(2) scaleY(0.7);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
70% { opacity:0.8;transform: rotateX(80deg) rotateZ(0deg) scaleX(2) scaleY(0.8);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
100% { opacity: 1;transform: rotateX(0deg) rotateZ(0deg) scaleX(1) scaleY(1);}
}
@keyframes pweb-genie-hide-smooth-left-right {
100% { opacity: 0.1;transform: rotateX(90deg) rotateZ(0deg) scaleX(0) scaleY(0);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
70% { opacity: 0.6;transform: rotateX(86deg) rotateZ(0deg) scaleX(0.3) scaleY(0.4);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
60% { opacity: 0.8;transform: rotateX(86deg) rotateZ(0deg) scaleX(2) scaleY(0.7);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
40% { opacity:0.8;transform: rotateX(80deg) rotateZ(0deg) scaleX(2) scaleY(0.8);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
0% { opacity: 1;transform: rotateX(0deg) rotateZ(0deg) scaleX(1) scaleY(1);}  
}
.ui-effects-transfer.pweb-genie.pweb-square-left, 
.ui-effects-transfer.pweb-genie.pweb-square-right, 
.ui-effects-transfer.pweb-genie.pweb-square-top, 
.ui-effects-transfer.pweb-genie.pweb-square-bottom{
-o-animation-name: pweb-genie-show-square;
-moz-animation-name: pweb-genie-show-square;
-webkit-animation-name: pweb-genie-show-square;
animation-name: pweb-genie-show-square;
}
.ui-effects-transfer.pweb-genie.pweb-square-right.pweb-genie-hide,
.ui-effects-transfer.pweb-genie.pweb-square-left.pweb-genie-hide,
.ui-effects-transfer.pweb-genie.pweb-square-top.pweb-genie-hide,
.ui-effects-transfer.pweb-genie.pweb-square-bottom.pweb-genie-hide{
-o-animation-name: pweb-genie-hide-square;
-moz-animation-name: pweb-genie-hide-square;
-webkit-animation-name: pweb-genie-hide-square;
animation-name: pweb-genie-hide-square;
}
@-webkit-keyframes pweb-genie-show-square {
from {opacity: 0;}
to {opacity: 0.7;}
}
@-webkit-keyframes pweb-genie-hide-square {
from {opacity: 1;}
to {opacity: 0;}
}
@keyframes pweb-genie-show-square {
from {opacity: 0;}
to {opacity: 0.7;}
}
@keyframes pweb-genie-hide-square {
from {opacity: 1;}
to {opacity: 0;}
}@font-face {
font-family: 'Glyphicons Halflings';
src: url(//aghiresu.ro/wp-content/plugins/pwebcontact/media/bootstrap/fonts/glyphicons-halflings-regular.eot);
src: url(//aghiresu.ro/wp-content/plugins/pwebcontact/media/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(//aghiresu.ro/wp-content/plugins/pwebcontact/media/bootstrap/fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(//aghiresu.ro/wp-content/plugins/pwebcontact/media/bootstrap/fonts/glyphicons-halflings-regular.woff) format('woff'), url(//aghiresu.ro/wp-content/plugins/pwebcontact/media/bootstrap/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(//aghiresu.ro/wp-content/plugins/pwebcontact/media/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}
.glyphicon {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
content: "\2a";
}
.glyphicon-plus:before {
content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
content: "\20ac";
}
.glyphicon-minus:before {
content: "\2212";
}
.glyphicon-cloud:before {
content: "\2601";
}
.glyphicon-envelope:before {
content: "\2709";
}
.glyphicon-pencil:before {
content: "\270f";
}
.glyphicon-glass:before {
content: "\e001";
}
.glyphicon-music:before {
content: "\e002";
}
.glyphicon-search:before {
content: "\e003";
}
.glyphicon-heart:before {
content: "\e005";
}
.glyphicon-star:before {
content: "\e006";
}
.glyphicon-star-empty:before {
content: "\e007";
}
.glyphicon-user:before {
content: "\e008";
}
.glyphicon-film:before {
content: "\e009";
}
.glyphicon-th-large:before {
content: "\e010";
}
.glyphicon-th:before {
content: "\e011";
}
.glyphicon-th-list:before {
content: "\e012";
}
.glyphicon-ok:before {
content: "\e013";
}
.glyphicon-remove:before {
content: "\e014";
}
.glyphicon-zoom-in:before {
content: "\e015";
}
.glyphicon-zoom-out:before {
content: "\e016";
}
.glyphicon-off:before {
content: "\e017";
}
.glyphicon-signal:before {
content: "\e018";
}
.glyphicon-cog:before {
content: "\e019";
}
.glyphicon-trash:before {
content: "\e020";
}
.glyphicon-home:before {
content: "\e021";
}
.glyphicon-file:before {
content: "\e022";
}
.glyphicon-time:before {
content: "\e023";
}
.glyphicon-road:before {
content: "\e024";
}
.glyphicon-download-alt:before {
content: "\e025";
}
.glyphicon-download:before {
content: "\e026";
}
.glyphicon-upload:before {
content: "\e027";
}
.glyphicon-inbox:before {
content: "\e028";
}
.glyphicon-play-circle:before {
content: "\e029";
}
.glyphicon-repeat:before {
content: "\e030";
}
.glyphicon-refresh:before {
content: "\e031";
}
.glyphicon-list-alt:before {
content: "\e032";
}
.glyphicon-lock:before {
content: "\e033";
}
.glyphicon-flag:before {
content: "\e034";
}
.glyphicon-headphones:before {
content: "\e035";
}
.glyphicon-volume-off:before {
content: "\e036";
}
.glyphicon-volume-down:before {
content: "\e037";
}
.glyphicon-volume-up:before {
content: "\e038";
}
.glyphicon-qrcode:before {
content: "\e039";
}
.glyphicon-barcode:before {
content: "\e040";
}
.glyphicon-tag:before {
content: "\e041";
}
.glyphicon-tags:before {
content: "\e042";
}
.glyphicon-book:before {
content: "\e043";
}
.glyphicon-bookmark:before {
content: "\e044";
}
.glyphicon-print:before {
content: "\e045";
}
.glyphicon-camera:before {
content: "\e046";
}
.glyphicon-font:before {
content: "\e047";
}
.glyphicon-bold:before {
content: "\e048";
}
.glyphicon-italic:before {
content: "\e049";
}
.glyphicon-text-height:before {
content: "\e050";
}
.glyphicon-text-width:before {
content: "\e051";
}
.glyphicon-align-left:before {
content: "\e052";
}
.glyphicon-align-center:before {
content: "\e053";
}
.glyphicon-align-right:before {
content: "\e054";
}
.glyphicon-align-justify:before {
content: "\e055";
}
.glyphicon-list:before {
content: "\e056";
}
.glyphicon-indent-left:before {
content: "\e057";
}
.glyphicon-indent-right:before {
content: "\e058";
}
.glyphicon-facetime-video:before {
content: "\e059";
}
.glyphicon-picture:before {
content: "\e060";
}
.glyphicon-map-marker:before {
content: "\e062";
}
.glyphicon-adjust:before {
content: "\e063";
}
.glyphicon-tint:before {
content: "\e064";
}
.glyphicon-edit:before {
content: "\e065";
}
.glyphicon-share:before {
content: "\e066";
}
.glyphicon-check:before {
content: "\e067";
}
.glyphicon-move:before {
content: "\e068";
}
.glyphicon-step-backward:before {
content: "\e069";
}
.glyphicon-fast-backward:before {
content: "\e070";
}
.glyphicon-backward:before {
content: "\e071";
}
.glyphicon-play:before {
content: "\e072";
}
.glyphicon-pause:before {
content: "\e073";
}
.glyphicon-stop:before {
content: "\e074";
}
.glyphicon-forward:before {
content: "\e075";
}
.glyphicon-fast-forward:before {
content: "\e076";
}
.glyphicon-step-forward:before {
content: "\e077";
}
.glyphicon-eject:before {
content: "\e078";
}
.glyphicon-chevron-left:before {
content: "\e079";
}
.glyphicon-chevron-right:before {
content: "\e080";
}
.glyphicon-plus-sign:before {
content: "\e081";
}
.glyphicon-minus-sign:before {
content: "\e082";
}
.glyphicon-remove-sign:before {
content: "\e083";
}
.glyphicon-ok-sign:before {
content: "\e084";
}
.glyphicon-question-sign:before {
content: "\e085";
}
.glyphicon-info-sign:before {
content: "\e086";
}
.glyphicon-screenshot:before {
content: "\e087";
}
.glyphicon-remove-circle:before {
content: "\e088";
}
.glyphicon-ok-circle:before {
content: "\e089";
}
.glyphicon-ban-circle:before {
content: "\e090";
}
.glyphicon-arrow-left:before {
content: "\e091";
}
.glyphicon-arrow-right:before {
content: "\e092";
}
.glyphicon-arrow-up:before {
content: "\e093";
}
.glyphicon-arrow-down:before {
content: "\e094";
}
.glyphicon-share-alt:before {
content: "\e095";
}
.glyphicon-resize-full:before {
content: "\e096";
}
.glyphicon-resize-small:before {
content: "\e097";
}
.glyphicon-exclamation-sign:before {
content: "\e101";
}
.glyphicon-gift:before {
content: "\e102";
}
.glyphicon-leaf:before {
content: "\e103";
}
.glyphicon-fire:before {
content: "\e104";
}
.glyphicon-eye-open:before {
content: "\e105";
}
.glyphicon-eye-close:before {
content: "\e106";
}
.glyphicon-warning-sign:before {
content: "\e107";
}
.glyphicon-plane:before {
content: "\e108";
}
.glyphicon-calendar:before {
content: "\e109";
}
.glyphicon-random:before {
content: "\e110";
}
.glyphicon-comment:before {
content: "\e111";
}
.glyphicon-magnet:before {
content: "\e112";
}
.glyphicon-chevron-up:before {
content: "\e113";
}
.glyphicon-chevron-down:before {
content: "\e114";
}
.glyphicon-retweet:before {
content: "\e115";
}
.glyphicon-shopping-cart:before {
content: "\e116";
}
.glyphicon-folder-close:before {
content: "\e117";
}
.glyphicon-folder-open:before {
content: "\e118";
}
.glyphicon-resize-vertical:before {
content: "\e119";
}
.glyphicon-resize-horizontal:before {
content: "\e120";
}
.glyphicon-hdd:before {
content: "\e121";
}
.glyphicon-bullhorn:before {
content: "\e122";
}
.glyphicon-bell:before {
content: "\e123";
}
.glyphicon-certificate:before {
content: "\e124";
}
.glyphicon-thumbs-up:before {
content: "\e125";
}
.glyphicon-thumbs-down:before {
content: "\e126";
}
.glyphicon-hand-right:before {
content: "\e127";
}
.glyphicon-hand-left:before {
content: "\e128";
}
.glyphicon-hand-up:before {
content: "\e129";
}
.glyphicon-hand-down:before {
content: "\e130";
}
.glyphicon-circle-arrow-right:before {
content: "\e131";
}
.glyphicon-circle-arrow-left:before {
content: "\e132";
}
.glyphicon-circle-arrow-up:before {
content: "\e133";
}
.glyphicon-circle-arrow-down:before {
content: "\e134";
}
.glyphicon-globe:before {
content: "\e135";
}
.glyphicon-wrench:before {
content: "\e136";
}
.glyphicon-tasks:before {
content: "\e137";
}
.glyphicon-filter:before {
content: "\e138";
}
.glyphicon-briefcase:before {
content: "\e139";
}
.glyphicon-fullscreen:before {
content: "\e140";
}
.glyphicon-dashboard:before {
content: "\e141";
}
.glyphicon-paperclip:before {
content: "\e142";
}
.glyphicon-heart-empty:before {
content: "\e143";
}
.glyphicon-link:before {
content: "\e144";
}
.glyphicon-phone:before {
content: "\e145";
}
.glyphicon-pushpin:before {
content: "\e146";
}
.glyphicon-usd:before {
content: "\e148";
}
.glyphicon-gbp:before {
content: "\e149";
}
.glyphicon-sort:before {
content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
content: "\e152";
}
.glyphicon-sort-by-order:before {
content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
content: "\e154";
}
.glyphicon-sort-by-attributes:before {
content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
content: "\e156";
}
.glyphicon-unchecked:before {
content: "\e157";
}
.glyphicon-expand:before {
content: "\e158";
}
.glyphicon-collapse-down:before {
content: "\e159";
}
.glyphicon-collapse-up:before {
content: "\e160";
}
.glyphicon-log-in:before {
content: "\e161";
}
.glyphicon-flash:before {
content: "\e162";
}
.glyphicon-log-out:before {
content: "\e163";
}
.glyphicon-new-window:before {
content: "\e164";
}
.glyphicon-record:before {
content: "\e165";
}
.glyphicon-save:before {
content: "\e166";
}
.glyphicon-open:before {
content: "\e167";
}
.glyphicon-saved:before {
content: "\e168";
}
.glyphicon-import:before {
content: "\e169";
}
.glyphicon-export:before {
content: "\e170";
}
.glyphicon-send:before {
content: "\e171";
}
.glyphicon-floppy-disk:before {
content: "\e172";
}
.glyphicon-floppy-saved:before {
content: "\e173";
}
.glyphicon-floppy-remove:before {
content: "\e174";
}
.glyphicon-floppy-save:before {
content: "\e175";
}
.glyphicon-floppy-open:before {
content: "\e176";
}
.glyphicon-credit-card:before {
content: "\e177";
}
.glyphicon-transfer:before {
content: "\e178";
}
.glyphicon-cutlery:before {
content: "\e179";
}
.glyphicon-header:before {
content: "\e180";
}
.glyphicon-compressed:before {
content: "\e181";
}
.glyphicon-earphone:before {
content: "\e182";
}
.glyphicon-phone-alt:before {
content: "\e183";
}
.glyphicon-tower:before {
content: "\e184";
}
.glyphicon-stats:before {
content: "\e185";
}
.glyphicon-sd-video:before {
content: "\e186";
}
.glyphicon-hd-video:before {
content: "\e187";
}
.glyphicon-subtitles:before {
content: "\e188";
}
.glyphicon-sound-stereo:before {
content: "\e189";
}
.glyphicon-sound-dolby:before {
content: "\e190";
}
.glyphicon-sound-5-1:before {
content: "\e191";
}
.glyphicon-sound-6-1:before {
content: "\e192";
}
.glyphicon-sound-7-1:before {
content: "\e193";
}
.glyphicon-copyright-mark:before {
content: "\e194";
}
.glyphicon-registration-mark:before {
content: "\e195";
}
.glyphicon-cloud-download:before {
content: "\e197";
}
.glyphicon-cloud-upload:before {
content: "\e198";
}
.glyphicon-tree-conifer:before {
content: "\e199";
}
.glyphicon-tree-deciduous:before {
content: "\e200";
}
.glyphicon-cd:before {
content: "\e201";
}
.glyphicon-save-file:before {
content: "\e202";
}
.glyphicon-open-file:before {
content: "\e203";
}
.glyphicon-level-up:before {
content: "\e204";
}
.glyphicon-copy:before {
content: "\e205";
}
.glyphicon-paste:before {
content: "\e206";
}
.glyphicon-alert:before {
content: "\e209";
}
.glyphicon-equalizer:before {
content: "\e210";
}
.glyphicon-king:before {
content: "\e211";
}
.glyphicon-queen:before {
content: "\e212";
}
.glyphicon-pawn:before {
content: "\e213";
}
.glyphicon-bishop:before {
content: "\e214";
}
.glyphicon-knight:before {
content: "\e215";
}
.glyphicon-baby-formula:before {
content: "\e216";
}
.glyphicon-tent:before {
content: "\26fa";
}
.glyphicon-blackboard:before {
content: "\e218";
}
.glyphicon-bed:before {
content: "\e219";
}
.glyphicon-apple:before {
content: "\f8ff";
}
.glyphicon-erase:before {
content: "\e221";
}
.glyphicon-hourglass:before {
content: "\231b";
}
.glyphicon-lamp:before {
content: "\e223";
}
.glyphicon-duplicate:before {
content: "\e224";
}
.glyphicon-piggy-bank:before {
content: "\e225";
}
.glyphicon-scissors:before {
content: "\e226";
}
.glyphicon-bitcoin:before {
content: "\e227";
}
.glyphicon-btc:before {
content: "\e227";
}
.glyphicon-xbt:before {
content: "\e227";
}
.glyphicon-yen:before {
content: "\00a5";
}
.glyphicon-jpy:before {
content: "\00a5";
}
.glyphicon-ruble:before {
content: "\20bd";
}
.glyphicon-rub:before {
content: "\20bd";
}
.glyphicon-scale:before {
content: "\e230";
}
.glyphicon-ice-lolly:before {
content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
content: "\e232";
}
.glyphicon-education:before {
content: "\e233";
}
.glyphicon-option-horizontal:before {
content: "\e234";
}
.glyphicon-option-vertical:before {
content: "\e235";
}
.glyphicon-menu-hamburger:before {
content: "\e236";
}
.glyphicon-modal-window:before {
content: "\e237";
}
.glyphicon-oil:before {
content: "\e238";
}
.glyphicon-grain:before {
content: "\e239";
}
.glyphicon-sunglasses:before {
content: "\e240";
}
.glyphicon-text-size:before {
content: "\e241";
}
.glyphicon-text-color:before {
content: "\e242";
}
.glyphicon-text-background:before {
content: "\e243";
}
.glyphicon-object-align-top:before {
content: "\e244";
}
.glyphicon-object-align-bottom:before {
content: "\e245";
}
.glyphicon-object-align-horizontal:before {
content: "\e246";
}
.glyphicon-object-align-left:before {
content: "\e247";
}
.glyphicon-object-align-vertical:before {
content: "\e248";
}
.glyphicon-object-align-right:before {
content: "\e249";
}
.glyphicon-triangle-right:before {
content: "\e250";
}
.glyphicon-triangle-left:before {
content: "\e251";
}
.glyphicon-triangle-bottom:before {
content: "\e252";
}
.glyphicon-triangle-top:before {
content: "\e253";
}
.glyphicon-console:before {
content: "\e254";
}
.glyphicon-superscript:before {
content: "\e255";
}
.glyphicon-subscript:before {
content: "\e256";
}
.glyphicon-menu-left:before {
content: "\e257";
}
.glyphicon-menu-right:before {
content: "\e258";
}
.glyphicon-menu-down:before {
content: "\e259";
}
.glyphicon-menu-up:before {
content: "\e260";
}.pweb-uploader .fileinput-button {
display: inline-block;
position: relative;
overflow: hidden;
}
.pweb-uploader .fileinput-button input {
position: absolute;
top: 0;
right: 0;
margin: 0;
font-size: 200px;
direction: ltr;
cursor: pointer;
opacity: 0;
-ms-filter: 'alpha(opacity=0)';
} .pweb-uploader .progress.progress-striped .bar.progress-bar {
background-color: #666;
} .pwebcontact-box .pweb-dropzone {
display: none;
position: absolute;
z-index: 1;
top: 0;
left: 0;
text-align: center;
font-weight: bold;
font-size: 120%;
}
.pwebcontact-box .pweb-dropzone > div {
position: relative;
top: 47%;
left: 0;
}
.pwebcontact-box.pweb-dragged .pweb-dropzone {
display: block;
background-color: #fff;
background-color: rgba(255, 255, 255, 0.7);
} .pweb-uploader .files > div {
margin: 7px 0 0;
}
.pweb-uploader .files .size, 
.pweb-uploader .files .error,
.pweb-uploader .files .cancel,
.pweb-uploader .files .delete {
margin-left: 5px;
}
.pweb-uploader .files .progress {
height: 7px;
margin: 0;
float: none;
}
.pweb-uploader .templates {
display: none !important;
}#pwebcontact1_box label.invalid,#pwebcontact1_box label.invalid a{color:#AA0000 !important}#pwebcontact1_form .pweb-msg .pweb-success{color:#009e0a}#pwebcontact1_form .pweb-msg .pweb-error{color:#aa0000}#pwebcontact1_form input.pweb-input.invalid,#pwebcontact1_form select.invalid,#pwebcontact1_form textarea.invalid{border-color:#AA0000;outline-color:#AA0000;-webkit-box-shadow: 0 0 3px #AA0000 inset;-moz-box-shadow: 0 0 3px #AA0000 inset;box-shadow: 0 0 3px #AA0000 inset;color:#AA0000}[class^="icon-"],[class*=" icon-"]{background-image:none !important}