/*
Theme Name: Azar3eo
Theme URI:http://azar3eo.ir/
Author: Alireza
Author URI: http://arneweb.ir/
Version: 1
*/
@charset "UTF-8";
/* CSS Document */
@font-face {
	font-family: 'BKoodkBd';
	src: url('fonts/BKoodkBd.eot?#') format('eot'),
	url('fonts/BKoodkBd.woff') format('woff'), 
	url('fonts/BKoodkBd.ttf') format('truetype');
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;margin: 0; padding : 0
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	font-family:BKoodkBd;
	-o-transition: all 0.2s ease-out;
	 transition: all 0.2s ease-out;
}
p{
	font-size:14px;
	text-align:justify;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:border-box;outline: 0;
	box-sizing: border-box;
}
audio,
canvas,
video {
	display: inline-block;
}
nav ,
ul ,
ol li,
li {
	list-style: none;
	margin: 0;
	padding: 0
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden], .hide {
	display: none;
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td{
	padding:2px 0;
	font-size:15px;
}
tr{
	margin:2px 0;
}
::selection{
	background: #333333;
	color: #fff
}
::-moz-selection{
	background: #333333;
	color: #fff
}
.clear {
	clear: both;
	height: 0
}
a {
	color:#3F3A3A;
	text-decoration: none;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	 transition: all 0.1s ease-out;
}
a:hover {
	color: #0B6BA6
}
body {
	direction: rtl;
	margin: 0;
	overflow-x:hidden;
	color: #3F3A3A; 
	background: #ecf0f1;
}
input,textarea,button {
	font:13px/1.5 'BKoodkBd',tahoma;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	 transition: all 0.3s ease-out;
}
input[type="submit"],.order-botton{
	background:#e74c3c;
	border-bottom:2px solid #c0392b;
	color:#fff;
	border-radius:3px;
	border-top:0;
	margin-bottom:20px;
	text-shadow:0 1px 1px #333;
	border-right:0;
	cursor: pointer;
	padding:0 5px;
	border-left:0;
}
input[type="submit"]:hover,.order-botton:hover{
	background:#1abc9c;
	color:#fff;
	border-bottom:2px solid #16a085;
}
input[type="text"],input[type="email"],select,input[type="password"],input[type="tel-517"]{
    background-color: #EEEEEE;
    background-image: linear-gradient(to bottom, #FFFFFF 0%, #ECECEC 100%);
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 0 1px #ECECEC inset, 0 1px 3px #E6E6E6;
    font-family: BKoodkBd;
    font-size: 14px;
    padding: 5px;
    width: 170px;
}
textarea{
	border:1px solid #ddd;
	padding:3px 18px 5px 0;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-family: BKoodkBd;
	margin: 0;padding: 0
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 17px;
}
h3 {
	font-size: 15px;
}
h4 {
	font-size: 13px;
}
h5, h6 {
	font-size: 12px;
}
#main, .header {
	font: 11px/2 tahoma;
	height: auto
}
#main{
	margin:10px auto 0;
	width:1000px;
}
.topbar nav , .nav-primary ul{
	width:1000px;
	margin:0 auto;
}
.header {
	background:#0085ce;
	width:100%;
}
.topbar{
	background: rgba(0, 0, 0, 0.8);
	width: 100%;
	height:41px;
}
.topbar ul li a{
	display: inline-block;
	float: right;
	padding: 0px 0.83em;
	border-right:1px solid #333;
	color:#fff;
	font-size: 15px;
	margin:5px 0;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.78);
}
.topbar ul:hover li a {
	text-shadow: 0 0 4px #9c9c9c;
}
.topbar ul li a:hover {
	text-shadow: 0 0 0 #9c9c9c;
}
.head{
	float: right;
	width:100%;
	background:url(images/header-bg.png) repeat-x;
}
.site-title {
	float: right;
	background: url(images/logo.png) no-repeat;
	width:320px;
	margin:0 30px 20px 0;
	height:131px;
}
.site-title h1{
	font-size:0px;
}
.site-title div{
	margin:120px 140px 0 0;
	font-size:14px;
	color:#fff;
	text-shadow:1px 1px 1px #333;
	font-family:BKoodkBd;
}
.ads1{
	background:url(images/adst.png) no-repeat left 2px center rgba(0,0,0,0.6);
	width:488px;
	height:70px;
	padding:5px 5px 5px 15px;
	border-radius:3px;
	float:left;
	margin: 55px 0px 0px 30px;
}
.nav-primary {
	background:rgba(0, 0, 0, 0.8);
	height:39px;
	font: 13px/2 'BKoodkBd',tahoma;
}
.nav-primary ul li {
	height:39px;
	float: right;
	border-left:solid 1px #1px solid #39404d;
	border-right:solid 1px #333;
}
.nav-primary ul li a {
	color:#fff;
	-webkit-transition: all 0s ease-out;
	-moz-transition: all 0s ease-out;
	-ms-transition: all 0s ease-out;
	-o-transition: all 0s ease-out;
	 transition: all 0s ease-out;
	border-top:1px solid transparent;
	border-right:1px solid transparent;
	border-left:1px solid transparent;
	font-size:15px;
	margin: 4px 4px 10px;
	display: block;
	padding: 5px 10px 9px;
	line-height: 23px;
}
.nav-primary li ul{
	width:180px;
	position:absolute;
	opacity:0;
	margin-top:-11px;
	background:#0085c3;
	visibility:hidden;
}
.nav-primary li ul li{
	float:none;
}
.nav-primary li ul li a,.nav-primary li ul li ul li a{
	line-height:28px;
}
.nav-primary li ul li ul{
	right:250%;
	background:#444;
	width:250px;
}
.nav-primary li ul li:hover > ul{
	margin-top:-35px;
	right:100%;
}
.nav-primary li:hover > ul{
	visibility:visible;
	opacity:1;
}
.tag{
	background:#CCCCCC;
	color:#222;
    border-radius: 6px;
    -moz-border-radius:6px;
    -webkit-border-radius: 6px;
    border: 1px solid #aaa;
    margin: 7px;
    padding: 10px 35px 10px 5px;
}
.wp-pagenavi {
	margin:2px;
	direction:ltr;
	padding: 4px 10px 10px !important;
	display:block !important;
	clear:both !important;
}
.wp-pagenavi a ,.wp-pagenavi span.pages, .wp-pagenavi span.extend {
		color:#707070 !important;
		background:#FFFFFF !important;
		border-radius:3px !important;	
		-moz-border-radius:3px !important;
		-webkit-border-radius:3px !important;
		border:solid 1px #DCDCDC !important;
		padding:6px 9px 6px 9px !important;
		margin-right:3px !important;
		text-decoration:none !important;
		font-size:12px !important;
}
.wp-pagenavi a:hover {
		border-color:#202020 !important;
		background:#525252 !important;
		color:#fff !important;
		background:-moz-linear-gradient(top,#9F9F9F 1px,#6C6C6C 1px,#525252) !important;
		background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.02,#9F9F9F),color-stop(0.02,#6C6C6C),color-stop(1,#525252)) !important;

}
.wp-pagenavi span.current{
		padding:6px 9px 6px 9px !important;
		border:solid 1px #DCDCDC !important;
		border-color:#3390CA !important;
		border-radius:3px !important;	
		-moz-border-radius:3px !important;
		-webkit-border-radius:3px !important;
		color:#fff !important;
		margin-right:3px !important;
		border-color:#202020 !important;
		background:#525252 !important;
		background:-moz-linear-gradient(top,#9F9F9F 1px,#6C6C6C 1px,#525252) !important;
		background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.02,#9F9F9F),color-stop(0.02,#6C6C6C),color-stop(1,#525252)) !important;
}
.rightsidebar {
	margin-bottom:10px;
	width: 200px;
	float: right;
}
#search {
	float: left;
	background: #fff;
	margin:3px;
	border-radius:5px;
}
.searchtext {
	float: right;
	background:#fff !important;
	width:140px;
	padding:4px 6px;
	color: #000;
	text-align: right;
	height:32px;
	box-shadow: 3px 4px 4px 0px rgb(223, 223, 223) inset;
	border: 0 !important;
	border-radius:0 !important;
}
.searchtext:focus{
	width:180px;
}
#searchsubmit {
	border: 0;
  	background: url("images/search.png") no-repeat scroll left center rgba(0, 0, 0, 0) !important;
	border:none !important;
	width:33px !important;
	margin:0 !important;
	padding:2px;
	border-radius:0 !important;
	height:32px !important;
	float: left
}
.rightsc {
	height: auto;
	margin-bottom:10px;
}
.rightsidebarc {
	padding: 10px 5px;
}
.copyright{
	padding:4px;
	font-size:15px;
	float: right;
	color:#fff;
	width: 100%;
	text-align:center;
}
.copyright a{
	color:#fff;
}
.main-container {
	width:750px;
	float: left;
}
.maincontent {
	width: 690px;
	float: right;
	margin: 0px 10px 0px 0px;
}
.post {
	margin-bottom:10px;
}
article img {
	width: auto !important;
	height: auto !important;
}
.post img, .maincontent img {
	-ms-interpolation-mode: bicubic; 
	max-width: 100%;
} 
.post-content {
	padding: 0px 1em;
	font-size: 14px;
}
.post-content li{
	font-size:14px;
}
.post-content p{
	text-align:justify
}
.post .tags {
	margin-top:10px;
	text-align: justify;
}
.post .entry,.post .home-entry{
	width: 100%;
	float:right;
	margin-top:5px;
	background:#fff;
	border: 1px solid #e2e2e2;
}
.thumbnail{
	float:right;
	width:35%;
	margin:0 0 2px 10px;
}
.thumbnail-dir{
	width:35%;
	margin:0 0 2px 10px;
}
.thumbnail img{
	width:100% !important;
	height:auto !important;
}
.thumbnail:hover{
	border-color:#f13333
}
.home-entry p{
	text-align:justify;
	padding:0 10px;
}
.post-more{
	float:left;
	margin:10px 0 0 10px;
	border-radius: 3px;
	box-shadow: inset 0 0 5px rgba(156,255,0,.25);
	border: solid 1px #386800;
	background-image: -webkit-linear-gradient(bottom, #7dbe0a, #80c218 51%, #a1d54f 51%, #a2d93f);
	background-image: -moz-linear-gradient(bottom, #7dbe0a, #80c218 51%, #a1d54f 51%, #a2d93f);
	background-image: -o-linear-gradient(bottom, #7dbe0a, #80c218 51%, #a1d54f 51%, #a2d93f);
	background-image: -ms-linear-gradient(bottom, #7dbe0a, #80c218 51%, #a1d54f 51%, #a2d93f);
	background-image: linear-gradient(to top, #7dbe0a, #80c218 51%, #a1d54f 51%, #a2d93f);
	box-shadow: inset 0 1px 0px #e0f5bd;
	color: #313809;
	padding:0 5px;
	font-size:16px;
	text-shadow: 1px 1px 0px #a7ff17
}
.post-more:hover {
	border: solid 1px #685d00;
	background-image: -webkit-linear-gradient(bottom, #ffd117, #c2c018 51%, #d7da00 51%, #e9f200);
	background-image: -moz-linear-gradient(bottom, #ffd117, #c2c018 51%, #d7da00 51%, #e9f200);
	background-image: -o-linear-gradient(bottom, #ffd117, #c2c018 51%, #d7da00 51%, #e9f200);
	background-image: -ms-linear-gradient(bottom, #ffd117, #c2c018 51%, #d7da00 51%, #e9f200);
	background-image: linear-gradient(to top, #ffd117, #c2c018 51%, #d7da00 51%, #e9f200);
	box-shadow: inset 0 1px 0px #fff000;
	color: #383609;
	text-shadow: 1px 1px 0px #ffd117
}
.post-detail .views{
	width:25%;
	color:#fff;
	float:right;
	margin:25% 20% 0 0;
	text-align:center;
	border-radius:5px;
	background:rgba(0,0,0,0.1);
}
.post-detail .comments{
	width:25%;
	color:#fff;
	float:left;
	margin:25% 0 0 20%;
	text-align:center;
	border-radius:5px;
	background:rgba(0,0,0,0.1);
}
.post .entry-etc {
	background: #fff;
	width:100%;
	float: left;
	border: 1px solid #e2e2e2;
}
.post header{
	padding: 5px;
	font: 12px/2 'BKoodkBd',tahoma;
	margin: 0 0 0.5em;
	border-bottom: 1px solid #e2e2e2;
}
.post header h1{
	padding:1px 10px 1px 0;
}
.post header h1 a ,.post header h1{
	color: #222;
	font-size:15px;
}
.post header h2{
	padding:1px 10px 1px 0;
}
.post header h2 a ,.post header h2{
	color: #222;
	font-size:15px;
}
.post h2 {
	padding:3px 0px
}
.post .entry header li{
	display:inline-block;
	margin-left:10px;
}
.post .entry header li div{
	margin-left:3px
}
.post footer{
	float:right;
	border-bottom: 1px dashed #AAAAAA;
	border-top: 1px dashed #AAAAAA;
	 margin-top: 60px;
	width:100%;
}
.post footer li{
	padding:4px 0 4px 10px;
	float: right;
	font: 13px/2 'BKoodkBd',tahoma
	margin:0 5px 0 0;
}
.post footer li div{
	margin-left:3px
}
.post-content .tags {
	padding: 10px 0px;
	color: #999
}
.post-content .tags a {
	color: #777;
	padding: 2px 3px;
}
.post-content .tags a:hover {
	background:#e74c3c;
	border-radius:3px;
	border-bottom:3px solid #c0392b;
	color:#fff;
} 
#wp_page_numbers ul, #wp_page_numbers li, #wp_page_numbers a {
	text-align: right
}
#wp_page_numbers {
	margin: 10px 0px;
	font:13px/2 'BKoodkBd',tahoma;
}
#wp_page_numbers ul {
	width: 100%;
}
#wp_page_numbers li {
	float: left;
	display: block;
	margin-bottom: 2px;
}
#wp_page_numbers a {
	padding: 3px 10px;
	margin-left: 2px;
	margin-right: 2px;
	display: block;
	color: #777;
	background: #f6f6f6;
}
#wp_page_numbers li a:hover {
	background: #68CEF4;
	color: white;
}
#wp_page_numbers li.space {
	padding: 6px;
	padding-left: 2px;
	padding-right: 2px;
}
#wp_page_numbers li.active_page a {
	background: #eee;
}
#wp_page_numbers li.active_page a:hover  {
	color: black;
}
#wp_page_numbers li.page_info {
	float: right;
	display: block;
	padding: 3px 5px;
	margin-right: 2px;
	color: #fff;
	background: #ccc;
}
.sidebar {
	float:right;
	margin-bottom:10px;
	width: 240px;
}
.newsbox{
	background:#fff;
  	margin-bottom:7px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border:1px solid #ddd;
}
.newsbox .title{
	background:#333;
	border-bottom:3px solid #222;
	font-size:17px;
	padding:4px 7px 0 5px;
	-moz-border-radius: 4px 4px 0px 0px ;
	-webkit-border-radius: 4px 4px 0px 0px ;
	border-radius: 4px 4px 0px 0px;
	color: white;
}
.newsbox .title div{
	margin-left:7px;
}
#footer {
	background:rgba(0,0,0,0.8);
}
.footer-c{
	width:80%;
	margin:0 auto;
}
.footerbox {
	width:33%;
	float:right;
}
.footerbox .links-title{
	padding-right:35px;
	color:#fff;
	line-height:32px;
}
.footerbox .about-title{
	padding-right:38px;
	color:#fff;
	line-height:32px;
}
.footerbox a,.footerbox p{
	color:#fff;
	font-size:12px;
}
.rss{
	text-align:justify;
	width:92%;
	padding:5px;
	margin:0 auto;
}
.rss-form{
	width:92%;
	margin:0 auto;
	height:35px;
}
.rss-form input[type="text"]{
	width:70%;
	border-radius:0 3px 3px 0;
	margin:0;
	padding:0 2%;
	float:right;
	height:30px;
}
.rss-form input[type="submit"]{
	width:30%;
	height:30px;
	margin:0;
	border-radius:3px 0 0 3px;
	float:left;
	padding:0;
}
.shop li{
	width:98%;
	padding:0 !important;
	background:none !important;
	margin:0 2px;
	overflow:hidden;
}
.shop li a{
	padding:0 !important;
	position:relative;
	background:none !important;
}
.shop li img{
	width:100%;
	height:auto;
}
.shop li .txt-btm{
	position:absolute;
	z-index:9999;
	bottom:0;
	margin-bottom:5px;
	background:rgba(0,0,0,0.7) !important;
	width:100%;
	padding:0 10px;
	color:#fff;
	transition-duration:1s;
	font-size:12px;
}
.shop li:hover .txt-btm{
	margin-bottom:-60px;
}
.new-comments-list{
	width:100%;
	margin:0 auto;
}
.new-comments-list li{
	color:#333 !important;
	padding:0 !important;
	margin:2px auto;
	width:98%;
	height:70px;
}
.new-comments-list li:hover > .txt span{
	color:#26afaf
}
.new-comments-list li:hover .avatar{
	transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	-webkit-transform:rotate(360deg);
}
.new-comments-list .txt{
	font-size:11px;
	padding:0 5px;
	color:#a0a0a0;
}
.new-comments-list .txt span{
	font-size:13px;
	color:#444;
}
.new-comments-list .avatar{
	margin:1px 3px 0 7px;
	float:right;
}
.shop-archive{
	background:#e74c3c;
	font-size:18px;
	display:block;
	color:#fff;
	transition-duration:0s;
	-moz-transition-duration:0s;
	-ms-transition-duration:0s;
	-o-transition-duration:0s;
	text-shadow:0 1px 1px #333;
	-webkit-transition-duration:0s;
	-khtml-transition-duration:0s;
	border-radius:3px;
	text-align:center;
	width:97%;
	margin:0 auto 5px;
	border-bottom:3px solid #c0392b;
}
.shop-archive:hover{
	border-top:3px solid #c0392b;
	color:#fff;
	border-bottom:0px solid #c0392b;
}
.english-txt{
	background:#1abc9c;
	border:1px solid #16a085;
	box-shadow:inset 0 0 5px #16a085;
	padding:5px 10px;
	border-radius:3px;
	margin:10px auto;
	width:97%;
}
.english-txt p{
	color:#fff !important;
	text-shadow:0 0 1px #333;
	direction:ltr;
	text-align:justify;
}
.english-txt span{
	color:#fff !important;
	text-shadow:0 0 1px #333;
	font-size:15px;
}
.downloads{
	width:70%;
	overflow:hidden;
}
.downloads a{
	display:block;
	border-radius:3px;
	line-height:42px;
	font-size:15px;
	height:42px;
	width:49.6%;
	text-shadow:0 1px 1px #333;
	text-align:center;
	color:#fff;
	overflow:hidden;
}
.downloads a:hover{
	border-bottom:none;
}
.pass{
	background:#3498db;
	border-bottom:3px solid #2980b9;
	width:100%;
	border-radius:3px;
	text-shadow:0 1px 1px #333;
	float:right;
	padding:1px 4px;
	color:#fff;
	margin-top:3px;
	font-size:13px;
}
.pass div{
	margin-left:4px;
}
.blue-news{
	padding-right:4px;
	background:#3498db;
	border:1px solid #008DB1;
	border-radius:2px;
	display:block;
	width:100%;
	font-size:15px;
	float:right;
	color:#fff !important;
	text-shadow:0 1px 1px #333;
}
.blue-news div,.red-news div{
	margin-left:4px;
}
.author-box{
	width:97%;
	height:115px;
	margin:5px auto;
	border:2px solid #ccc;
	border-radius:5px;
	background:#efefef;
}
.author-pic{
	margin: 1% 1% 1% 3%;
	float:right;
}
.author-pic img{
	border-radius:3px;
	padding:0;
	width:100%;
	height:auto;
	box-shadow:0 0 4px #ccc;
}
.author-pic:hover > img{
	transform:rotateY(180deg) !important;
}
.author-name{
	font-size:20px;
	margin-left:1%;
}
.author-bio{
	margin-left:1%;
}

.red-news{
	padding-right:4px;
	background:#e85141;
	border:1px solid #cd4031;
	border-radius:2px;
	display:block;
	float:right;
	width:100%;
	margin:3px 0 7px 0;
	font-size:15px;
	color:#fff !important;
	text-shadow:0 1px 1px #333;
}
.commentha h3 {
    font-family: BKoodkBd;
    font-size: 17px;
    margin: 10px 10px 0 0;
}
img.avatar {
	border-radius: 60px;
    box-shadow: 0 0 5px #666666;
    overflow: hidden;
    transition-duration: 1s;
}
img.avatar:hover {
    border-radius:0px;
}
ol.commentlist li {
    background-color: #EFEFEF;
    border: 1px dashed #C1C1C1;
    border-radius: 8px 8px 8px 8px;
    font-size: 14px;
    margin-top: 20px;
    overflow: hidden;
    padding: 11px 15px 11px 11px;
	margin-right:10px;
    width: 603px;
}
ol.commentlist li li {
    background: none repeat scroll 0 0 #B9DB67 !important;
    border: 1px solid #98BF3B !important;
    color: #547700 !important;
    text-shadow: 1px 1px #D0E995 !important;
    width: 93%;
}
ol.commentlist {
    border-top: 1px dashed #AAAAAA;
    clear: both;
    display: block;
    list-style: none outside none;
    margin: 15px auto;
    padding-top: 5px;
}
ol.commentlist img {
    padding: 0;
}
ol.commentlist a {
    color: #BBBBBB;
    text-decoration: none;
}

ol.commentlist li p {
    font-size: 14px;
    margin-right: 100px;
    width: 80%;
	font-family:BKoodkBd;
}
ol.commentlist li a {
    color: #000;
    font-size: 12px;
	font-family:BKoodkBd;
}
#author {
    float: right;
	background: url("images/author.png") no-repeat scroll right 5px center #EEEEED;
}
#email {
    background:url("images/email.png") no-repeat scroll right 5px center #EEEEED;
    float: right;
}
#url {
	float: right;
    background:url("images/url.png") no-repeat scroll right 5px center #EEEEED;
}
#respond {
    clear: both;
    display: block;
    margin: 0 auto 15px;
    width: 600px;
}
#respond h3 {
    visibility: hidden;
}

form#commentform {
    background:#FFFFFF;
    border: 1px dashed #AAA;
    border-radius:8px 8px 8px 8px;
    margin-top: 10px;
    overflow: hidden;
    padding: 11px;
}
#commentform p, #formp {
    float: right;
    line-height: 2;
    margin-bottom: 5px;
    padding-right: 10px;
    width: 100%;
}
#commentform label {
    color: #999999;
    font-size: 14px;
    margin-right: 10px;
}
#commentform input {
    padding: 3px 34px 3px 8px;
}
#forminput {
    padding: 3px 5px;
}
#commentform input, #forminput {
    border: medium none;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 5px #CCCCCC inset;
    display: block;
    font-size: 13px;
    height: 30px;
    width: 170px;
}
#commentform input:focus, #forminput:focus {
    box-shadow: 0 0 5px #AAAAAA inset;
}
#commentform textarea, #formtextarea {
    background:#EEEEED;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 5px #CCCCCC inset;
    color: #333333;
    float: right;
    font-family: BKoodkBd;
    font-size: 17px;
    height: 180px;
    line-height: 20px;
    padding: 4px 6px;
    transition: all 0.5s ease-in-out 0s;
    width:400px;
}
#commentform #submit, #formsubmit, .payformsubmit {
    background-color: #EE0000;
    background-image: linear-gradient(to bottom, #EE432E 0%, #B51700 100%);
    border: 1px solid #951100;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 0 1px rgba(255, 115, 100, 0.4) inset, 0 1px 3px #333333;
    color: #FFFFFF;
    float: right;
    font-family: BKoodkBd;
    font-size: 16px;
    height: auto;
    margin: 10px;
    padding: 3px 15px;
    text-align: center;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.8);
}
.comment,.trackback{
	padding:5px 10px;
	margin:5px auto;
	overflow: hidden;
	width:100%;
}
.comment a{
	color:#333 !important;
}
a.comment-reply-link{
	background:#e74c3c;
	border-radius:3px;
	border-bottom:3px solid #c0392b;
	float:left;
	padding:3px 10px;
	text-shadow:0 1px 1px #333;
	font-size:11px;
	color:#fff !important;
	margin:5px;
}
a.comment-reply-link:hover{
	background:#1abc9c;
	color:#fff !important;
	border-bottom:3px solid #16a085;
}
.cavatar{
	float:right;
	margin-left:5px;
}
.avatar{
	transition-duration:1s;
	-moz-transition-duration:1s;
	-ms-transition-duration:1s;
	-webkit-transition-duration:1s;
	-o-transition-duration:1s;
	border-radius:100%;
}
.bypostauthor .cavatar{
	float:left
}
.bypostauthor .left-com{
	float:right;
	background:#9DE69F;
}
.bypostauthor .left-com .cm-part{
	right:inherit;
	left:-7px;
	background:#9DE69F;
}
.left-com{
	float:left;
	width:83%;
	min-height:110px;
	position:relative;
	padding:5px 10px;
	background:#fff;
	border-radius:8px;
}
.left-com .cm-part{
	background:#fff;
	width:15px;
	height:15px;
	position:absolute;
	top:80px;
	right:-7px;
	transform:rotate(45deg);
}
.left-com li{
	display:inline;
	list-style:none;
	margin-left:20px;
	font-size:13px;
}
.left-com p{
	text-align:justify;
	width:95%;
	margin:0 auto;
}
.comment .depth-1{
	margin: 5px auto;
	background:#eee;
}
.comment .depth-3{
	margin: 5px auto;
	background:#eee;
}
.comment .depth-5{
	margin: 5px auto;
	background:#eee;
}
@media screen and (max-width: 980px) {
.ads1{
display:none
}
#main{
	width:99%;
	margin:0 auto;
}
.sidebar {
	width:98%;
	float: none;
	margin: 0 1%
}
.main-container {
	width:99%;
	float: none;
}
.topbar nav , .nav-primary ul{
	width:100%;
	margin:0 auto;
}
}
@media screen and (max-width: 720px) {
.site-title {
	float:none;
	background: url(images/logo.png) no-repeat;
	width:312px;
	margin: 20px auto;
	height:100px;
	font: 0px/0 x;
}
.nav-primary .last {
	float: none;
}
#search {
	width:100%;
	margin:0;
}
.searchtext,.searchtext:focus {
	width:90%;
}
#searchsubmit {
	width:10%;
}
}
@media screen and (max-width: 550px) { 
}
/* Opera */
noindex:-o-prefocus, .fixed {
 position:static !important
}
doesnotexist:-o-prefocus, .fixed{
 position:static !important
}
.aligncenter{ 
    display: block;
    margin: 15px auto;
}
.socialbox{
	text-align:center;
	width:70%;
	margin:0 auto;
}
.socialbox li{
	padding:7px 1%;
	width:27%;
	display:inline-block;
}
.ads{
	text-align:center;
	margin:5px 0;
}
.sideax{
	margin-bottom:5px;
}
.sideax img{
	margin:1px 0;
	width:100%;
}
.sideax img:hover{
	transform:scale(1.05);
	-ms-transform:scale(1.05);
	-moz-transform:scale(1.05);
	-webkit-transform:scale(1.05);
	-o-transform:scale(1.05);
}
.livicon {
    display: inline-block;
    line-height: inherit;
    vertical-align: middle;
}
#post-tabs .nav{
	height:38px
}
#post-tabs .nav li{
    width:33.2% !important;
	border-bottom:1px solid #ddd;
	float:right;
}
#post-tabs .nav li a {
    display:block;
    padding:10px 0;
    color:#5a5a5a;
    font-size:13px;
    text-align:center;
}
#post-tabs .nav li a:hover {
    color:#66cccc
}
#post-tabs .nav li a:focus,#post-tabs .nav li a.current{
    background:#66cccc;
    color:white !important;
}
#post-tabs .nav .nav-one,#post-tabs .nav .nav-two{
	border-left:1px solid #ddd;
}
#post-tabs ul li{
	background:#f2f4f4;
	color:#fff;
	width:100%;
	display:inline-block;
	overflow:hidden;
}
#post-tabs ul li img{
	float:left;
	width:50%;
	height:auto;
}
.post-list-right{
	width:100%;
	position:relative;
	color:#a0a0a0;
}
.post-list-right h3{
	margin:15px 0;
}
#new-posts li h3{
	margin:5px auto 0 auto !important;
	width:90%;
}
.post-list-right h3 a{
	color:#5a5a5a;
	font-size:14px;
}
.post-list-right h3 a:hover{
	color:#26afaf
}
.post-list-right h4{
	margin:15px 0;
}
#new-posts li h4{
	margin:5px auto 0 auto !important;
	width:90%;
}
.post-list-right h4 a{
	color:#5a5a5a;
	font-size:14px;
}
.post-list-right h4 a:hover{
	color:#26afaf
}
.post-list-right .goosh{
	width:20px;
	height:20px;
	position:absolute;
	top:20px;
	transform:rotate(45deg);
}
#new-posts li:nth-child(1) .post-list-right .goosh,#new-posts li:nth-child(3) .post-list-right .goosh,#new-posts li:nth-child(5) .post-list-right .goosh,#popular-posts li:nth-child(1) .post-list-right .goosh,#popular-posts li:nth-child(3) .post-list-right .goosh,#popular-posts li:nth-child(5) .post-list-right .goosh,#random-posts li:nth-child(1) .post-list-right .goosh,#random-posts li:nth-child(3) .post-list-right .goosh,#random-posts li:nth-child(5) .post-list-right .goosh{
	left:-10px;
}
#new-posts li:nth-child(2) .post-list-right .goosh,#new-posts li:nth-child(4) .post-list-right .goosh,#new-posts li:nth-child(6) .post-list-right .goosh,#popular-posts li:nth-child(2) .post-list-right .goosh,#popular-posts li:nth-child(4) .post-list-right .goosh,#popular-posts li:nth-child(6) .post-list-right .goosh,#random-posts li:nth-child(2) .post-list-right .goosh,#random-posts li:nth-child(4) .post-list-right .goosh,#random-posts li:nth-child(6) .post-list-right .goosh{
	right:-10px;
}
#post-tabs ul li:hover > .post-list-right .more{
	color:#fff;
	background:#66cccc;
}
.post-list-right .more{
	background:#fff;
	border-radius:3px;
	color:#c7c7c7;
	float:left;
	box-shadow:0 0 1px #ccc;
	margin-left:5%;
	z-index:99999;
	padding:1% 10%;
	font-size:13px;
}
#post-tabs ul li:nth-child(2) img,#post-tabs ul li:nth-child(4) img,#post-tabs ul li:nth-child(6) img{
	float:right
}
#post-tabs ul li:nth-child(2) .post-list-right,#post-tabs ul li:nth-child(4) .post-list-right,#post-tabs ul li:nth-child(6) .post-list-right{
	float:left
}
.guest-post{
	width:650px;
	height:1001px;
	border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	box-shadow:0 0 5px #666;
	-moz-box-shadow:0 0 5px #666;
	-ms-box-shadow:0 0 5px #666;
	-webkit-box-shadow:0 0 5px #666;
	-o-box-shadow:0 0 5px #666;
	font-size:14px;
	margin:20px auto;
}
.guest-post form{
	padding-top:430px;
	margin-right:30px;
}
.top-ads{
	text-align:center;
	width:100%;
}
.ads-table{margin:5px auto}
.ads-table td{
	border:1px solid #ccc;
	text-align:center;
	padding:0 10px;
}
.slider{
	width:100%;
	float:right;
}
.services{
	width:100%;
	float:right;
	background:#002e3f;
	box-shadow:0 0 2px #000;
}
.services nav{
	width:75%;
	margin:0 auto;
	text-align:center;
}
.services nav a{
	display:inline-block;
	width:17%;
	height: 150px;
	margin:0 1%;
	color:#fff;
}
.services div{
	width:100%;
	padding-top:100px;
}
.services nav a:nth-child(1){
	background-color: #a25ebb;
	background-image: -ms-linear-gradient(top , #dd88e5 0%, #a15dbb 100%);
	background-image: -moz-linear-gradient(top , #dd88e5, #a15dbb);
	background-image: -o-linear-gradient(top , #dd88e5 0%, #a15dbb 100%);
	background-image: -webkit-gradient(linear,  top, right bottom, color-stop(0, #dd88e5), color-stop(1, #a15dbb));
	background-image: -webkit-linear-gradient(top , #dd88e5 0%, #a15dbb 100%);
	background-image: linear-gradient(to bottom, #dd88e5 0%, #a15dbb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dd88e5', endColorstr='#a15dbb');
}
.services nav a:nth-child(2){
	background-color: #8dda50;
	background-image: -ms-linear-gradient(top , #8dda50 0%, #387d01 100%);
	background-image: -moz-linear-gradient(top , #8dda50, #387d01);
	background-image: -o-linear-gradient(top , #8dda50 0%, #387d01 100%);
	background-image: -webkit-gradient(linear,  top, right bottom, color-stop(0, #8dda50), color-stop(1, #387d01));
	background-image: -webkit-linear-gradient(top , #8dda50 0%, #387d01 100%);
	background-image: linear-gradient(to bottom, #8dda50 0%, #387d01 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8dda50', endColorstr='#387d01');
}
.services nav a:nth-child(3){
	background-color: #4ea9f9;
	background-image: -ms-linear-gradient(top , #4ea9f9 0%, #0c5594 100%);
	background-image: -moz-linear-gradient(top , #4ea9f9, #0c5594);
	background-image: -o-linear-gradient(top , #4ea9f9 0%, #0c5594 100%);
	background-image: -webkit-gradient(linear,  top, right bottom, color-stop(0, #4ea9f9), color-stop(1, #0c5594));
	background-image: -webkit-linear-gradient(top , #4ea9f9 0%, #0c5594 100%);
	background-image: linear-gradient(to bottom, #4ea9f9 0%, #0c5594 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4ea9f9', endColorstr='#0c5594');
}
.services nav a:nth-child(4){
	background-color: #fbd747;
	background-image: -ms-linear-gradient(top , #fbd747 0%, #c78800 100%);
	background-image: -moz-linear-gradient(top , #fbd747, #c78800);
	background-image: -o-linear-gradient(top , #fbd747 0%, #c78800 100%);
	background-image: -webkit-gradient(linear,  top, right bottom, color-stop(0, #fbd747), color-stop(1, #c78800));
	background-image: -webkit-linear-gradient(top , #fbd747 0%, #c78800 100%);
	background-image: linear-gradient(to bottom, #fbd747 0%, #c78800 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbd747', endColorstr='#c78800');
}
.services nav a:nth-child(5){
	background-color: #ff6680;
	background-image: -ms-linear-gradient(top , #ff6680 0%, #9d001b 100%);
	background-image: -moz-linear-gradient(top , #ff6680, #9d001b);
	background-image: -o-linear-gradient(top , #ff6680 0%, #9d001b 100%);
	background-image: -webkit-gradient(linear,  top, right bottom, color-stop(0, #ff6680), color-stop(1, #9d001b));
	background-image: -webkit-linear-gradient(top , #ff6680 0%, #9d001b 100%);
	background-image: linear-gradient(to bottom, #ff6680 0%, #9d001b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6680', endColorstr='#9d001b');
}
.web-design div{
	background:url(images/web-design.png) no-repeat center;
}
.host div{
	background:url(images/host.png) no-repeat center;
}
.seo div{
	background:url(images/seo.png) no-repeat center;
}
.wp-theme div{
	background:url(images/wordpress.png) no-repeat center;
}
.design-learn div{
	background:url(images/design-learn.png) no-repeat center;
}
.talk{
	text-align:center;
	width:75%;
	margin:0 auto;
}
.talk div{
	position:relative;
	margin:20px 1%;
	width:22%;
	transition-duration:1s;
	display:inline-block;
	background:#fff;
	box-shadow:inset 0 0 5px #ddd;
	border-radius:5px;
	padding:5px 10px;
}
.talk div p{
	font-size:13px;
}
.talk div img{
	width:70%;
	height:auto;
}
.web-design-txt{
	width:100%;
	background:#fff;
	padding:20px 0;
	box-shadow:inset 0 0 5px #ccc;
	text-align:center;
}
.portfolio{
	width:100%;
}
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	direction:ltr;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/* CSS3 Transitions */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.24
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}
#owl-demo .item img{
	display: block;
	width: 100%;
	height: auto;
}
.last-boxes{
	width:75%;
	margin:0 auto;
	text-align:center;
}
.last-boxes section{
	width:30%;
	text-align:right;
	display:inline-block;
	margin:10px auto;
}
.last-boxes section li{
	height:65px;
	overflow:hidden;
}
.last-boxes section img{
	width:20%;
	height:auto;
	border-radius:100%;
	float:right;
}
.last-boxes section a span{
	padding:10px 0;
	width:75%;
	font-size:14px;
	float:left;
}
.downloads{
	border-radius:5px;
}
.downloads ul{
	margin:40px 0 0 0;
	padding-top:20px;
	height:120px;
	transition-duration:1s;
	-moz-transition-duration:1s;
	-o-transform:transition-duration:1s;
	-webkit-transition-duration:1s;
	-ms-transition-duration:1s;

    	color: #474747;
    	padding: 0 10px 15px;
}
.downloads ul li{
	list-style:none;
	margin-top:5px;
}
.downloads ul li a{
	background-clip: border-box;
    background-color: #0085c3;
    background-image: url("images/bg-button.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    border: medium none;
    border-radius: 8px;
    box-shadow: 0 0 1px #FFFFFF inset;
    color: #FFFFFF;
    font-family:BKoodkBd;
    font-size: 15px;
    padding: 2px 15px;
    transition: background-position 1s ease 0s;
}
.downloads ul li a:hover{
	background-position: right top;
   	color: #FFFFFF;
}
.post footer{
	float:right;
	border-bottom: 1px dashed #AAAAAA;
	border-top: 1px dashed #AAAAAA;
	 margin-top: 60px;
	width:100%;
}
.post footer div {
	padding: 4px 10px 4px 10px;
	float: right;
	font: 13px/2 'BKoodkBd',tahoma;
}
.news-box-r{
	background:#fff;
  	margin-top:5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border:1px solid #ddd;
}
.news-box-r .title{
	background:#333;
	border-radius:4px 4px 0px 0px;
	border-bottom:3px solid #222;
}
.news-box-r .title span {
	display:block;
	font-size:16px;
	font-family:BKoodkBd;
	padding:4px 10px 0 5px;
	-moz-border-radius: 4px 4px 0px 0px ;
	-webkit-border-radius: 4px 4px 0px 0px ;
	border-radius: 4px 4px 0px 0px;
	color: white;
}
.news-box-r ul {
  	padding:3px 0px;
}
.news-box-r ul li a {
  	background:url('images/arrow.gif') no-repeat center right transparent;
	padding: 5px 18px 5px 10px;
	color: #000;
	display: block;
	font-size:12px;
}
.news-box-r ul li a:hover{
  	background:url('images/arrow.gif') no-repeat center right #0085c3;
	color: white;
}
.news-box-r.tagslist-content{
	width:84%;
	float:left;
	padding:1em 0;
	margin-left:1.5%;
	text-align:justify;
}
.news-box-r.tagslist-content h3{
	margin:0 0 .25em;
}
.tagslist-content a{
	color:#999;
	padding:2px 5px;
	margin:0 0 0 .5em;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	font:13px/2 'BKoodkBd',tahoma;
}
.tagslist-content a:hover{
	color:#fff;
	background:#0085ce;
}
.adstop-l {
    float: left;
    margin-left: 78px;
    margin-top: 43px;
}
.breadcrumbs{font:13px 'BKoodkBd',tahoma;color:#A8A8A8;float:right;}
.breadcrumbs a{color:#A8A8A8;}