.seo-wrap {
	text-align: justify; 
	padding: 5px;
    font-family: 'roboto-r';
	color: #555;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.25;
	border-radius: 5px;
	}
	
.seo-title {
	font-family: 'roboto-r';
    text-align: center;
    font-size: 23px;
    font-weight: normal;
    padding: 5px;
    color: #2c858d;
    margin-top: -10px;
    margin-bottom: 0px;
	}

.seo-p {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 10px;
}

.seo-p2{
	background: #ff0000;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	border-radius: 2px 2px 0px 0px;
	padding: 5px;
	color: #fff;
	margin-top: 20px;
}

.seo-block1 {
	margin: 0 auto;
	line-height: 1.25;
	font-family: 'roboto-r';
	position: relative; 
	overflow: hidden; 
	color: #5E3F34; 
	border: 1px solid #ff0000;
	margin-top: -18px;
	padding: 10px 10px 10px;
	border-radius: 0px 0px 2px 2px;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.24);
}

.seo-block2 {
	position: relative;
	padding: 5px 5px 5px 25px;
	line-height: 1.25;
	font-weight: bold;
	text-align: left;
	float: right;
	font-size: 16px;
	background: #FAEBD8;
	border-radius: 5px;
	margin: 2px 5px 10px 5px;
	width: 210px;
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.17);/*FF 3.5+*/
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.17);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
	box-shadow: 0px 1px 1px rgba(0,0,0,0.17);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
}


ul.seo-ul{
	margin-top: -4px;
}

ul.seo-ul li {
	list-style: none;
	background: url(seo-ul-logo.png) 0 12px no-repeat;
	padding: 16px 0px 4px 27px;
	text-align: left;
	font-weight: normal;
	margin-left: -30px;

}

.knopka1 {
    background: none repeat scroll 0 0 #0ab9bb;
    display: inline-block;
    margin: 5px 5px 10px 5px;
    min-width: 120px;
    padding: 15px 20px 11px;
    position: relative;
    border-radius: 5px;
    color: #fff !important;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-box-shadow:0 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.3);
	box-shadow:0 1px 2px rgba(0,0,0,0.3);
}
.knopka1:after {
    background: none repeat scroll 0 0 #FFF;
    bottom: 10px;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    transition: all 0.3s ease-out 0s;
    width: 0px;
}
.knopka1:hover {
    color:#fff;
}
.knopka1:hover:after {
    transition: all 0.3s ease-out 0s;
    width: 80%;
}

 .clear-self:after {content: ""; display: block; clear: both;}

 .seo-buttons-wrap {text-align: center;}