body {margin:0px; padding:0px; 
font-family:Arial;
font-size:18px;
text-align:center;
border:solid 0px blue;
color:#999;
}

.gimg {display:inline;}
.hg{}
.hgim{}


.aaa0flg
{
height:20px;
width:40px;
border:solid 1px #888;

border-radius:5px;
-webkit-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.45);
-moz-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.45);
box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.45);
}


.hidd {display:none;}
.left {float:left;}
.right {float:right;}
.fixx {position:fixed; top:0px; left:0px;}
.abs {position:absolute;}
.rel {position:relative;}
.ucentar {text-align:center;}/*text-align*/
.ulevo {text-align:left;}/*text-align*/
.udesno {text-align:right;}/*text-align*/
.just {text-align:justify;}/*text-align*/
.centar {margin:0px auto;}
.clr {clear:both;}
.lnk {cursor:pointer;}
.flip { -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";}


.owfh {overflow:hidden;}

.w100 {width:100%;}
.h100 {height:100%;}

.test{border:solid 2px red;}
.w200{width:200px;}
.w800{width:800px;}
.w900{width:900px;}

.grey 
{
color:#665;
}

.krug
{
border-radius:50%;
}

.wborder2
{border:solid 2px white;}



.rs {display:none;}
.en {display:none;}
.de {display:none;}
.ru {display:none;}

.pampur {height:1px; }

.p25
{
font-size:25px;
}

.black
{color:black;}

.senka {-webkit-box-shadow: 5px 5px 15px 0px rgba(50, 50, 50, 0.55);
-moz-box-shadow:    5px 5px 15px 0px rgba(50, 50, 50, 0.55);
box-shadow:5px 5px 25px 0px rgba(50, 50, 50, 0.55);
margin-bottom:5px;
}







/*





*/

.slick-box {
   position: relative;
  padding:5px;
   border: 1px solid #efefef;
   background: #fff;
   box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
   -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
}

.slick-box:before, .slick-box:after {
   content: '';
   opacity:0.6;
   position: absolute;
   z-index:-1;
   left: 10px;
   bottom: 10px;
   width: 70%;
   max-width: 150px; /* avoid rotation causing ugly appearance at large container widths */
   height: 10px;
   box-shadow: 0px 12px 5px rgba(0, 0, 0, 0.2);
   -webkit-box-shadow: 0px 12px 5px  rgba(0, 0, 0, 0.2);
   transform: skew(-20deg) rotate(-5deg);
   -webkit-transform: skew(-20deg,-5deg);
}
.slick-box2 {
   position: relative;
  padding:5px;
   border: 1px solid #efefef;
   background: #fff;
   box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
   -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
}

.slick-box2:before, .slick-box2:after {
   content: '';
   opacity:0.6;
   position: absolute;
   z-index:-1;
   left: 10px;
   bottom: 10px;
   width: 70%;
   max-width: 150px; /* avoid rotation causing ugly appearance at large container widths */
   height: 10px;
   box-shadow: 0px 12px 5px rgba(0, 0, 0, 0.2);
   -webkit-box-shadow: 0px 12px 5px  rgba(0, 0, 0, 0.2);
   transform: skew(-20deg) rotate(-5deg);
   -webkit-transform: skew(-20deg,-5deg);
}
.slick-box2:after {
   left: auto;
   right: 10px;
   transform: skew(15deg) rotate(6deg);
   -webkit-transform: skew(15deg,6deg);
}
.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
}
.loader:before,
.loader:after {
  position: absolute;
  content: '';
}
.loader:before {
  width: 5.2em;
  height: 10.2em;
  background: #0dcecb;
  background: blue;
  
  border-radius: 10.2em 0 0 10.2em;
  top: -0.1em;
  left: -0.1em;
  -webkit-transform-origin: 5.2em 5.1em;
  transform-origin: 5.2em 5.1em;
  -webkit-animation: load2 2s infinite ease 1.5s;
  animation: load2 2s infinite ease 1.5s;
}
.loader {
  font-size: 11px;
  text-indent: -99999em;
  margin: 5em auto;
  position: relative;
  width: 10em;
  height: 10em;
  box-shadow: inset 0 0 0 1em #FFF;
}
.loader:after {
  width: 5.2em;
  height: 10.2em;
  background: #0dcecb;
  background: blue;
  border-radius: 0 10.2em 10.2em 0;
  top: -0.1em;
  left: 5.1em;
  -webkit-transform-origin: 0px 5.1em;
  transform-origin: 0px 5.1em;
  -webkit-animation: load2 2s infinite ease;
  animation: load2 2s infinite ease;
}
@-webkit-keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.tint3 {background-color:rgba(0,0,0,0.3);}
.tint4 {background-color:rgba(0,0,0,0.4);}
.tint5 {background-color:rgba(0,0,0,0.5);}
.tint7 {background-color:rgba(0,0,0,0.7);}
.tint8 {background-color:rgba(0,0,0,0.8);}
.tint9 {background-color:rgba(0,0,0,0.9);}

#infocentar {
position:fixed;
top:3px;left:3px;
}