/*
Theme Name: workwebsite
Author: Ilya Ostapenko
Version: 1.0
Text Domain: WorkWebSite
*/

*{
margin: 0;
padding: 0;
}
body{
position:relative;
}
header{
background:url(/wp-content/themes/workwebsite/img/head-shadow.jpg);
background-size: 100% 90px;
height: 90px;
}

#head, #hea{
background:url(/wp-content/themes/workwebsite/img/head.jpg);
background-size: 100% 90px;
height: 90px;
position:relative;            
}
@media screen and (max-width: 1024px) {
#hea{
background: #009f00;           
}
}

#logo{
position: relative;
font-family: "Ubuntu", Helvetica, Arial, sans-serif;
font-size: 32px;
color: #fff;
top: 15px;
left: 20px; 
}

#logo a{
text-decoration: none;
color: #fff;
}

.description{
position: relative;
width: 280px;
font-size: 14px;
font-style: italic;
color: #fff;
top: 25px;
left: 20px;
line-height: 1em; 
}

.post-title{
position: relative;
padding-bottom: 15px;
}

.post-text{
background-color: #fff;
padding: 5px 10px 5px 10px;
margin-left: -20px;
}

@media screen and (max-width: 1024px) {
.post-text{
background-color: #fff;
padding: 5px 30px 5px 10px;
margin-left: -20px;
}
}

.brd{
font-size: 12px;
color: #888;
}

.sep{
height: 50px;
position:relative;
background-color: #bdf8cb;
}

#sidebar{
padding-top: 8px;
}

#footer{
background:url(/wp-content/themes/workwebsite/img/head-shadow.jpg);
background-size: 100% 90px;
height: 90px;
}

.btn a, .btn a:hover{
color: #fff;
text-decoration: none;
}

#readmore{
position: absolute;
right: 12px;
bottom: 10px; 
}

#respond{
margin-top: 30px;
padding: 5px;
background:url(/wp-content/themes/workwebsite/img/comments.jpg);
}

#comments{
position: absolute;
left: 12px;
top: 15px; 
font-weight: bold;
font-size: 14px;
}

.aligncenter{
display:block;
margin-left:auto;
margin-right:auto;
}

img.alignright {
display:inline;
margin:0 0 7px 7px;
}

img.alignleft {
display:inline;
margin:0 7px 7px 0;
}

.alignright {
float:right;
}

.alignleft {
float:left;
}

.sep{
margin-bottom: 25px;
}

.download{
	width: 84%;
	margin-top:2em;
    border-radius: 10px 10px;
    -moz-border-radius: 10px 10px;
    -webkit-border-radius: 10px 10px;
    padding: 15px 90px 5px 10px;
	-webkit-box-shadow: 2px 2px 3px #999;
	-moz-box-shadow: 2px 2px 3px #999;
    /*IE min-height hack*/
    min-height:40px;
    height:auto !important;
    height:40px;
    overflow:visible; 
	position:relative;
	bottom:6px;
	border: 1px solid #999999;
}

.download {
  background-color: #D8F3C9;
}

#commentform input {
    margin: 5px 5px 1px 0;
    padding: 2px;
    width: 170px;
}
#commentform {
    margin: 5px 10px 0 0;
}
#commentform textarea {
    padding: 2px;
    width: 100%;
}
#respond:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
#commentform #submit {
    float: right;
    margin: 0 0 5px auto;
}
.alt {
    margin: 0;
    padding: 10px;
}
.commentlist {
    padding: 0;
    text-align: justify;
}
.commentlist li {
    list-style: none outside none;
    margin: 15px 0 10px;
    padding: 5px 5px 10px 10px;
}
.commentlist li ul li {
    margin-left: 10px;
    margin-right: -5px;
}
.commentlist p {
    margin: 10px 5px 10px 0;
}
.children {
    padding: 0;
}
#commentform p {
    margin: 5px 0;
}
.nocomments {
    margin: 0;
    padding: 0;
    text-align: center;
}
.commentmetadata {
    display: block;
    margin: 0;
}

.mycomment{
position: relative;
margin-top: 10px;
}

.comment-author{
position: absolute;
top:0;
width: 70px;
text-align: center;
}

.children{
margin-top:10px;
}

.comment-meta{
position: relative;
top:0;
left:90px;
width:80%; 
 background: #fff;
 padding:5px 18px 5px 18px;
background-color: #f5f5f5;
 border: 1px solid #666;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 border-radius: 10px;
 -webkit-box-shadow: 2px 2px 4px #888;
 -moz-box-shadow: 2px 2px 4px #888;
 box-shadow: 2px 2px 4px #888;
}

.comment-meta:after, .comment-meta:before {
 right: 100%;
 border: solid transparent;
 content: " ";
 height: 0;
 width: 0;
 position: absolute;
 pointer-events: none;
}
 
.comment-meta:after {
 border-color: rgba(255, 255, 255, 0);
 border-right-color: #f5f5f5;
 border-width: 10px;
 top: 20%;
 margin-top: -10px;
}

.comment-meta:before {
 border-color: rgba(125, 145, 133, 0);
 border-right-color: #7d9185;
 border-width: 11px;
 top: 20%;
 margin-top: -11px;
}

.reply{
font-size: 10px;
}

.comment-reply-link {
color:#5151FF; /*добавляем цвет ссылки*/
text-decoration:none; /*Убираем подчеркивание*/
cursor:pointer; /*Добавляем курсор в виде руки*/
}

.fn-name a{
color: #000;
padding-right: 4px;
}

.navigation{
text-align: center;
font-size: 14px;
font-weight: bold;
margin-left: -24px;
width: 860px;
height: 40px;
overflow: hidden;
background-color: #fff;
}

.pages{
padding-right: 30px;
color: #52930d;
}

.page-numbers{
padding: 3px 6px 3px 6px;
background: #fff;
color: #52930d;
}

.current{
background: #0d6993;
color: #fff;
}


.search{
width: 382px;
position: relative;
left: 41%;
top: 23px;
}

.top-menu{
position: relative;
left: 28%;
bottom: 60px;
font-size: 24px;
font-family: Roboto Condensed;
color: #fff;
height: 90px;
text-align: center;
}

.top-menu a{
position: relative;
top: 30px;
font-size: 24px;
font-family: Roboto Condensed;
color: #fff;
padding: 0 5px 0 5px;
}

@media screen and (max-width: 1280px) {
.search{
width: 382px;
position: relative;
left: 43%;
top: 23px;
}

.top-menu{
position: relative;
left: 24%;
bottom: 58px;
font-size: 24px;
font-family: Roboto Condensed;
color: #fff;
height: 90px;
text-align: center;
}
}

@media screen and (max-width: 1200px) {
.search{
width: 250px;
position: relative;
left: 48%;
top: 23px;
}

.top-menu{
position: relative;
left: 28%;
bottom: 58px;
font-size: 24px;
font-family: Roboto Condensed;
color: #fff;
height: 90px;
text-align: center;
}
}

@media screen and (max-width: 1024px) {
.search{
width: 200px;
position: relative;
left: 50%;
top: 23px;
}

.top-menu{
position: relative;
left: 28%;
bottom: 58px;
font-size: 10px;
font-family: Roboto Condensed;
color: #fff;
height: 90px;
text-align: center;
}

.top-menu a{
position: relative;
top: 30px;
font-size: 16px;
font-family: Roboto Condensed;
color: #fff;
padding: 0 5px 0 5px;
}
}

.top-menu a:hover{
text-decoration: none;
}

#btn-top1{
width: 140px;
height: 90px;
position: absolute;
}
#btn-top2{
width: 140px;
height: 90px;
position: absolute;
left: 140px;
}
#btn-top3{
width: 170px;
height: 90px;
position: absolute;
left: 280px;
}
#btn-top1:hover{
height: 90px;
box-shadow: 0 0 70px 10px #005788 inset; 
}
#btn-top2:hover{
height: 90px;
box-shadow: 0 0 70px 10px #005788 inset; 
}
#btn-top3:hover{
height: 90px;
box-shadow: 0 0 70px 10px #005788 inset; 
}

@media screen and (max-width: 1024px) {

#btn-top1{
width: 100px;
height: 90px;
position: absolute;
left:40px;
}
#btn-top2{
width: 100px;
height: 90px;
position: absolute;
left: 140px;
}
#btn-top3{
width: 130px;
height: 90px;
position: absolute;
left: 240px;
}
#btn-top1:hover{
height: 90px;
box-shadow: 0 0 70px 10px #005788 inset; 
}
#btn-top2:hover{
height: 90px;
box-shadow: 0 0 70px 10px #005788 inset; 
}
#btn-top3:hover{
height: 90px;
box-shadow: 0 0 70px 10px #005788 inset; 
}

}

.counter{
float: right;
margin-top: 12px;
margin-right: 10px;
overflow: hidden;

}

.footer-text{
position: absolute;
color:#fff;
line-height: 1.3em;
margin-top: 7px;
margin-left: 10px;
width: 80%;
overflow: hidden;
font-size: 14px;
}

@media screen and (max-width: 1024px) {
.footer-text{
font-size: 10px;           
}
}

.related {
  padding-top: 20px;
  font-family: inherit;
  font-weight: bold;
  line-height: 50px;
  color: #3a851d;
  font-size: 24px;
  text-rendering: optimizelegibility;
}

h2 a:hover, h1{
color: #3a851d;
}

.warning{
padding: 15px 17px 15px 80px;
border: 1px solid #f72f25;
border-radius: 0 10px 10px 0;
moz-border-radius: 0 10px 10px 0;
webkit-border-radius: 0 10px 10px 0;
box-shadow: 2px 2px 3px #bbb;
moz-box-shadow: 2px 2px 3px #bbb;
webkit-box-shadow: 2px 2px 3px #bbb;
background: #f6a5a1 url(/wp-content/themes/rubbersoul/img/war.png) 15px 50% no-repeat;
text-align:left;
color: #000;
font-weight: bold;
margin-bottom: 18px;
}

.advice{
padding: 15px 17px 15px 80px;
border: 1px solid #6cc15f;
border-radius: 0 10px 10px 0;
moz-border-radius: 0 10px 10px 0;
webkit-border-radius: 0 10px 10px 0;
box-shadow: 2px 2px 3px #bbb;
moz-box-shadow: 2px 2px 3px #bbb;
webkit-box-shadow: 2px 2px 3px #bbb;
background: #9deb91 url(/wp-content/themes/rubbersoul/img/galochka.png) 15px 50% no-repeat;
text-align:left;
color: #000;
font-weight: bold;
margin-bottom: 18px;
}

.info {
padding: 15px 17px 15px 80px;
border: 1px solid #6e9fb3;
border-radius: 0 10px 10px 0;
moz-border-radius: 0 10px 10px 0;
webkit-border-radius: 0 10px 10px 0;
box-shadow: 2px 2px 3px #bbb;
moz-box-shadow: 2px 2px 3px #bbb;
webkit-box-shadow: 2px 2px 3px #bbb;
background: #abd2e2 url(/wp-content/themes/rubbersoul/img/info.png) 15px 50% no-repeat;
text-align:left;
color: #000;
font-weight: bold;
margin-bottom: 18px;
}
#sticker{
background:url(/wp-content/themes/workwebsite/img/bg-for-main.jpg);
width: 696px;
height: 319px;
}

#sticker-text{
position:relative;
top: 40px;
left: 50px;
width: 600px;
line-height: 1em;
color: #4f7230;
font-family: Tahoma;
font-size: 30px;
}

#sticker-desk{
position:relative;
top: 80px;
left: 360px;
width: 320px;
line-height: 1.5em;
font-family: Tahoma;
font-size: 16px;
}

.sprav {
display:inline-block;
position:relative;
}

.sprav:hover::after {
content:attr(data-title);
position:absolute;
left:0;
right:0;
bottom:5px;
z-index:1;
background:#FF0;
color:#fff;
text-align:left;
font-family:Arial, sans-serif;
font-size:11px;
border:1px solid #333;
padding:5px 10px;
}

img.centered,.aligncenter,div.aligncenter {
display:block;
margin-left:auto;
margin-right:auto;
}
.google{
float:right;
}
.dropdown-menu{
position: absolute;
right: 5%;
}

ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.dropdown {
	position: relative;
	z-index: 597;
	float: left;
}

ul.dropdown li {
	float: left;
	line-height: 1.3em;
	vertical-align: middle;
	zoom: 1;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
	position: relative;
	z-index: 599;
	cursor: default;
}

ul.dropdown ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 598;
	width: 100%;
}

ul.dropdown ul li {
	float: none;
}

ul.dropdown ul ul {
	top: 1px;
	left: 99%;
}

ul.dropdown li:hover > ul {
	visibility: visible;
}
.adsbygoogle 
{ width: 700px; height: 300px; }