﻿
.rightcontact {
    right: -210px;
    top: 200px;
    -webkit-transition: right 1.5s;
    transition: right 1.5s;
}

.rightcontact, .rightmail {
    position: fixed;
    font-size: 16px;
    z-index: 99999;
}
.leftphone {
    float: left;
    margin-right: 20px;
}
.leftmail, .leftphone {
    background: #eea240;
    height: 21px;
    padding: 10px;
    color: #fff;
    width: 20px;
    text-align: center;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-phone:before {
    content: "\f095";
}
.righttext {
    width: 250px;
    background: #fff;
}
 .righttext .phone {
        font-weight: 700;
        padding-bottom: 3px;
        display: block;
    }
.rightmail {
    right: 0;
    top: 270px;
}
.rightcontact, .rightmail {
    position: fixed;
    font-size: 16px;
    z-index: 15;
}
.fancybox-opened {
    z-index: 8030;
}
.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}
.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}
.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(./images/fancybox_overlay.png);
}

.rightcontact:hover {
    right: 0;
    
}
.message-form {
    margin-left: initial;
}
.message-form-author, .message-form-email, .message-form-website {
    width: 33.33%;
    float: left;
    padding-left: 30px;
    box-sizing: border-box;
}

.message-form-author input, .message-form-email input, .message-form-website input{
    max-width: 100%;
}
.message-form-message textarea{
    width: 100%;
}
h4.modal-title {
    font-size: 48px;
    margin-left:10px;
}
.message-form-author input, .message-form-email input, .message-form-message textarea, .message-form-website input {
    width: 100%;
    border: 1px solid #ebebeb;
    height: 38px;
    margin-bottom: 15px;
    padding: 10px;
    box-sizing: border-box;
}

.w3-modal-content {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
input#sendbtn {
    padding: 0 30px;
    line-height: 50px;
    height: 50px;
    background-color: #eea240;
    color: white;
    font-weight: 700;
    font-size: 18px;
    display: inline-block;
    position: relative;
    margin-bottom: 5px;
    cursor: pointer;
    white-space: nowrap;
}
input#sendbtn:hover {
    background-color: #eea240;
}
.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}
.fancybox-close {
   
    background-image: url('../images/fancybox_sprite.png');
}
.message-form-message textarea{
    height:250px;
}