*{word-wrap:break-word}
html,body,h1,h2,h3,h4,h5,h6,hr,p,iframe,dl,dt,dd,ul,ol,li,pre,form,button,input,textarea,th,td,fieldset{margin:0;padding:0}
ul,ol,dl{list-style-type:none}
html,body{
    font-family:Mediums;
    width:100%;height:100%;font-size:14px;font-weight:400;}

.big-wrap{width:100%;overflow: hidden;}
.flex-r{display:flex;flex-direction: row;}
.flex-c{display:flex;flex-direction:column;}
.flex1{flex:1;}
a{text-decoration: none;}
.BoxRadius{border-radius:100%;background: #fff; }
.borShadow{border:1px solid #fff;border-radius:100%;-moz-box-shadow:0px 0px 13px #FFFFFF; -webkit-box-shadow:0px 0px 13px #FFFFFF; box-shadow:0px 0px 13px #FFFFFF;}

@keyframes shadowO{
    0%{
        transform:scale(0.5,0.5);
        -ms-transform:scale(0.5,0.5);
        -moz-transform:scale(0.5,0.5);
        -webkit-transform:scale(0.5,0.5);
        -o-transform:scale(0.5,0.5);
        opacity:1;
        filter: alpha(opacity=100);
    }
    100%{
        transform:scale(3,3);
        -ms-transform:scale(3,3);
        -moz-transform:scale(3,3);
        -webkit-transform:scale(3,3);
        -o-transform:scale(3,3);
        opacity:0;
        filter: alpha(opacity=0);
    }
}
.keyFraShadowO{animation: shadowO 4s 0.3s infinite;}
.keyFraShadowO1{animation: shadowO 4s infinite;}
.keyFraShadowO2{animation: shadowO 5s 1s infinite;}
.keyFraShadowO3{animation: shadowO 6s 0.5s infinite;}