body{background:#efefef;}
p{font-family:verdana;}
header{padding:10px;margin:0px auto;width:800px;}
footer{background:#333;border-radius:10px;padding:4px;margin:0px auto;width:800px;text-align:center;color:#fff;}
h1{width:460px;text-align:center;font-family: 'Chewy', cursive;color:darkgreen;text-shadow:1px 1px #ccc;font-size:30px;}
h1:hover{cursor:default;}
div#container{margin:0px auto;padding:10px;width:800px;background:url("../images/16.jpg") no-repeat fixed center ;border-radius:5px;box-shadow:1px 1px 1px 1px #888888;}
a{margin-left:20px;text-decoration:none;color:#333;text-shadow:1px 1px #ccc;font-family: 'Gloria Hallelujah', cursive;}
a.visited{text-decoration:none;}
a.active{color:green;}
a:hover{color:darkred;}
p{text-align:justify;}
input[type="text"],input[type="password"]{padding:5px;margin:5px;border-radius:5px;}

/* POSTOV  */
.postov{border:1px solid #ccc;margin:4px;padding:10px;text-align:justify;background-color:#fff;border-radius:5px;}
.postov tr:first-child{font-size:20px;font-family:verdana;color:darkblue;text-transform: capitalize;}
p.pervii{color:darkblue;text-transform:capitalize;font-family: 'Chewy', cursive; font-size:20px;left:200px;position:relative;display:none;}
.postov:hover{box-shadow:1px 1px 1px 1px #888 ;transform:translate(-2px,-2px);-ms-transform:translate(-2px,-2px);-moz-transform:translate(-2px,-2px);-webkit-transform:translate(-2px,-2px);-o-transform:translate(-2px,-2px);}

/*INPUTS*/
div.inputs{background-color:#ccc;padding:10px;border-radius:5px;box-shadow:2px 2px 2px 2px #888;}
div.inputs b{font-family:verdana;font-size:20px;text-shadow:1px 2px #888;}
div.inputs input[type="submit"]{background-color:darkblue;margin:2px;padding:20px;border-radius:5px;color:#fff;font-weight:bold;}
div.inputs input[type="submit"]:hover{opacity:0.8;cursor:pointer;}
div.inputs input[type="submit"]:active{background:darkred;color:red;}

/*CLASS ABOUT*/
.about{background-color:#333;opacity:0.9;color:#fff;padding:5px;border-radius:2px;}

/*EDIT THAT DISPLAYS */
.edit{background-color:seagreen;margin:5px;border:1px solid green;border-radius:5px;}
.edit input[type="submit"]{margin:2px;padding:20px;color:#efefef;background-color:darkgreen;border-radius:5px;font-weight:bold;font-family:verdana;}
.edit input[type="submit"]:hover{opacity:0.7;cursor:pointer;box-shadow:1px 1px 1px #888;}
.edit input[type="submit"]:active{background-color:darkblue;color:blue;}
.edit input[type="submit"]:last-child{margin:2px;padding:20px;color:#efefef;background-color:darkred;border-radius:5px;font-weight:bold;font-family:verdana;}


/*POPUPS*/

.popups{color:#fff;font-weight:bold;width:400px;margin:0px auto;background-color:darkgreen;padding:4px;border-radius:2px;text-align:center;}

/*CLOSE*/
div#close{border:1px solid red;float:right;padding:2px;margin:2px;color:darkred;border-radius:5px;text-align:center;font-weight:bold;}
div#close:hover{background-color:darkred;color:#fff;cursor:pointer;}
div#close:active{background-color:red;color:darkred;}

/*SLIDE WIDGET*/
div.slide-widget{position:fixed;width:370px;top:20px;left:-300px;}
div.left{position:relative;float:left;background-color:#efefef;}
div.fb-icon{float:right;cursor:pointer;width:70px;height:80px;border-top-right-radius:10px;border-bottom-right-radius:10px;background:url("../images/facebook-icon.jpg") no-repeat center 50%;}


/* SLIDE WIDGET  VK */
div.swvk{position:fixed;width:325px;top:100px;left:-257px;}
div.leftvk{position:relative;float:left;width:250px;background-color:#efefef;top:25px;padding:2px;}
div.vk-icon{background:url("../images/vk.png")  no-repeat center;float:right;cursor:pointer;width:70px;height:80px;border-top-right-radius:10px;border-bottom-right-radius:10px;}

/*SLIDE WIDGET INSTAGRAMM*/
div.insta{width:580px;left:-515px;top:180px;position:fixed;}
div.leftinsta{position:relative;float:left;width:500px;padding:2px;}
div.insta-icon{background:url("../images/inst.jpg") center no-repeat;float:right;cursor:pointer;width:70px;height:80px;border-top-right-radius:10px;border-bottom-right-radius:10px;}

/*SIDE BAR*/
div.sidebar{position:fixed;left:10px;top:40px;background-color:#ccc;border-radius:5px;}