@-webkit-keyframes share_efekt{
    0%{opacity:0;top:30%;}
    100%{opacity:1;top:25%;}
}
@-webkit-keyframes share_efekt2{
    0%{opacity:1;top:25%;}
    99%{opacity:0;top:30%;}
    100%{display:none;}
}
@-webkit-keyframes share_efekt3{
    0%{opacity:0;}
    100%{opacity:0.5;}
}
.share_window{
background-color:#FFFFFF;
width:780px;
position: fixed;
top:25%;
left:calc(50% - 390px);
display: none;
overflow:auto;
min-height:460px;
-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
transition: all 4.5s ease;
opacity:0;
}
.share_window_in{
-webkit-animation: share_efekt 1s;
}
.share_window_out{
-webkit-animation: share_efekt2 1s;
display:none;
}
.share_window_left{
width:calc(55% - 30px);
float:left;
padding-top:70px;
padding-left:30px;
font-size:13px;
}
.share_window_right{
width:calc(45% - 30px);
float:left;
padding-top:70px;
padding-right:30px;
line-height:150%;
}
.share_window_right strong{
display:block;
padding-bottom:20px;
border-bottom:1px solid #EEEEEE;
margin-bottom:15px;
font-size:13px;
text-transform:uppercase;
line-height:100%;
}
.share_window img.share_close{
top:20px;
right:16px;
position:absolute;
cursor: pointer;
}
.share_window a:link, .share_window a:visited{
text-decoration:none;
color: #000000;
font-size:13px;
}
.share_window a:hover, .share_window a:focus{
color: #A37E2B;
}
.share_window_left small{
font-size:10px;
display:block;
position:absolute;
bottom:60px;
width: 45%;
color:#999999;
text-align:justify;
}
.share_home{
display:block;
}
.share_mail{
display:none;
}
.overlay_share{
display:none;
background-color:#000000;
opacity:0.5;
position:fixed;
top:0;
bottom:0;
left:0;
right:0;
transition: display 1s ease-in-out;
-webkit-animation: share_efekt3 1s;

}
.sendMailForm input{
border:none;
border-bottom:1px solid #E5E5E5;
margin-bottom:19px;
padding-bottom:2px;
width:99%;
color: #777777;
}
span.myself{
color:#777777;
font-size:13px;
cursor:pointer;
}
.my_mail{
opacity:0;
transition: all 0.5s ease;
}
.sendMailForm input[type=submit]{
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
background-color:#A37E2B;
color:#FFFFFF;
float:right;
font-size:14px;
width:80px;
text-align:center;
padding-top:10px;
padding-bottom:10px;
margin-top:-5px;
border:1px solid #FFFFFF;
cursor:pointer;
transition: all 0.5s ease;
}
.sendMailForm input[type=submit]:hover{
border:1px solid #A37E2B;
color:#A37E2B;
background-color:#FFFFFF;
transition: all 0.5s ease;

}
.circleMail{
fill:#FFFFFF;
}
.share_mail_ok{
padding-top:180px;
text-align:center;
font-size:14px;
}
.share_mail_ok a:link, .share_mail_ok a:visited{
color:#ffffff;
}
.share_mail_error{
color:#A37E2B;
font-size:12px;
font-style:italic;
display:none;
}