body {
	padding: 0;
	margin: 0;
	background: url('../images/tarzan_body-bg.gif') repeat scroll 0 0 transparent;
}
body * {
	font-family: Arial;
}
h1, h2, h3 {
	font-weight: normal;
	margin: 0;
}
h1 {
	font-size: 27px;
}
h2 {
	font-size: 21px;
}
a {
	color: rgb(186, 0, 9);
	font-weight: 600;
}
a:hover {
	text-decoration: none;
}
.wrap {
	max-width: 1000px;
	min-width: 320px;
	margin: 0 auto;
}
body img {
	max-width: 100%;
    border: none;
}
.content {
	width: 100%;
	background: none repeat scroll 0 0 rgb(255, 255, 255);
}
.breadcrumbs {
	background: none repeat scroll 0 0 rgb(186, 0, 9);
	padding: 2px 2px 2px 15px;
	width: 140px;
	font-size: 12px;
	color: rgb(255, 255, 255);
	position: relative;
	top: 15px;
	margin-bottom: 25px;
}
.breadcrumbs a, .breadcrumbs span {
	color: rgb(255, 255, 255);
}
.breadcrumbs a:hover {
	text-decoration: none;
}
.topic {
	height: 38px;
	width: 480px;
	background: url('../images/tarzan_bg_blogs.png') no-repeat scroll 0 0 transparent;
	border: 1px solid rgb(204, 204, 204);
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
	position: relative;
	left: -10px;
	margin: 10px 0;
}
.topic span {
	float: left;
	display: block;
}
.topic .title {
	width: 100px;
	text-align: center;
	font-size: 21px;
	color: rgb(186, 0, 9);
	position: relative;
	top: 8px;
}
.topic .text {
	width: 380px;
	font-size: 12px;
	position: relative;
	top: 4px;
}
.post {
	padding: 15px 25px;
	font-size: 15px;
}
.post .info {
	color: rgb(153, 153, 153);
	font-size: 11px;
	font-style: italic;
}

.comments {
	width: 100%;
	background: none repeat scroll 0 0 rgb(255, 255, 255);
	margin-top: 5px;
}
.comment {
	margin: 0 15px;
	padding: 15px 0;
	border-bottom: 1px solid rgb(204, 204, 204);
}
.comment:last-child {
	border: medium none;
}
.comment .avatar {
	float: left;
	width: 35px;
	height: 35px;
}
.comment .text {
	margin-left: 45px;
	font-size: 13px;
}
.comment .text .login {
	color: rgb(186, 0, 9);
	font-weight: bold;
}
.comment .text .date {
	color: rgb(153, 153, 153);
	font-size: 11px;
	font-style: italic;
	display: block;
	margin-top: 5px;
}
.comment .text .data {
	display: block;
	margin-top: 2px;
	width: 70%;
}
.comment .text .data img {
	display: block;
	position: relative;
	margin: 10px auto;
}
.photo {
	width: 100%;
	background: none repeat scroll 0 0 rgb(255, 255, 255);
	margin-top: 5px;
	padding-bottom: 10px;
}
.footer {
	background: none repeat scroll 0 0 rgb(255, 255, 255);
	margin-top: 5px;
	padding: 15px;
	font-size: 11px;
	text-align: center;
}
.mainLink {
	text-decoration: underline;
}
.mainLink:hover {
	text-decoration: none;
}

.header {position: relative;}
.header ul {
  background: #da0004 none repeat scroll 0 0;
  box-sizing: border-box;
  height: 30px;
  line-height: 29px;
  margin: 0;
  overflow: hidden;
  padding: 0 0 0 5px;
  width: 100%;
}
.header ul li {
  border-right: 1px solid #fa0b17;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  list-style-type: none;
  padding: 0 8px;
  text-transform: uppercase;
  cursor:pointer;
}
.header li.active, .header li:hover {
    color: #ffff00;
}
.bl_reg {
	display:table;
  width: 185px;
  height:90px;
  background:url(../images/header.png) center no-repeat;
  background-size:100% 100%;
  float:right;  
}
.reg {
	display:table-cell;
	vertical-align:middle;
  color: #464646;
  font-size: 12px;
  text-align: center;
}
.reg * {
  text-decoration: underline;
}
.reg div {
  color: #fa0b17;
  line-height: 25px;
}
.reg *{
	cursor:pointer;
}
.reg *:hover{
	text-decoration: none;
}
.imgf{
    float: right; margin: 0px 20px;
}
.post p{
	text-align:justify;
}
.img_block{
	margin-bottom:15px;
	text-align: center;
}
.img_block img{
	margin:0 auto 10px;
  max-height:350px
}
.img_block p{
	font-size: 13px;
	font-weight:700;
	margin:0 0 10px;
	font-style:italic;
	text-align:center;
}
.img_block p:last-child,.img_block img:last-child{
	margin-bottom:0;
}
.img_block p a{
	display:inline-block;
	padding:10px 15px;
	font-size: 26px;
	font-style:normal;
	text-decoration:none;
	color:#fff;
	background:#ba0009;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
	box-shadow: -1px -1px 2px 0px rgba(255,255,255,.5), 1px 1px 2px 0px rgba(0,0,0,.5);
	-moz-transition: all 0.5s ease-out;
    -o-transition:all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	border:5px dotted  rgba(255,255,255,0);
}
.img_block p a:hover{
	-webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
	transform: scale(1.05);
}
.img_block:last-child{
	padding:20px 0;
}
.img_right{
	float: right;
	margin: 0px 0 10px 20px;
}
.row{
	position:relative;
	background:#fff;
}
.logo{
	height:90px;
	width:250px;
	background:url(../images/logo.png) center no-repeat;
	font-size:0;
	color:transparent;
	float:left;
}
.row .right{
	width:117px;
	height:90px;
	background:url(../images/header_right.png) center no-repeat;
	float:right;	
}
.row:before,.row:after{
	content:'';
	display:table;
	clear:both;
}
@media screen and (max-width: 991px){
	.topic {
		left:0;
	}
	.img_right{
		width:50%;
	}
	.img_block:last-child,.comments>.comment,.photo,.footer{
		display:none;
	}
	.comments>.comment:nth-child(2),.comments>.comment:nth-child(3),.comments>.comment:nth-child(4),.comments>.comment:nth-child(5),.comments>.comment:nth-child(6),.comments>.comment:nth-child(7),.comments .img_block{
		display:block;
	}
	.comment .text .data img {
		max-width:50%;
	}
	.header ul li{
		padding: 0 5px 0 0;
		font-size: 11px;
	}
	.header ul li:before{
		margin: 0 5px 0 0;
	}
}
@media screen and (max-width: 767px){
	.topic,.social,.bl_reg,.right{
		display:none;
	}
	
	.img_right{
		width:100%;
	}
	.comment .text .data img {
		max-width:100%;
	}
	.header .logo{
		display:table;
		margin:0 auto;
		width:100%;
		text-align:center;
	}
	h1,h2 {
		font-size: 20px;
		text-align:center;
		font-weight:700;
	}
	h2 {
		font-size: 18px;
	}
	.comment .text .data{
		width:auto;
	}
	.comments .img_block{
		padding:20px;
	}
}
@media screen and (max-width: 425px){
	.comment .text{
		margin-left: 0;
	}
	.comment .text .login{
		margin-left: 5px;
	}
	.comment .text .data{
		margin-top: 10px;
	}
	.comment .text .date{
		margin-left: 40px;
	}
}