/*-----------------------------------------------------------------------------------

	Template Name: Line
	Adaptation: by <a href="http://moslem.ws/">moslem</a>
	Version: 1.0

-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*	1.	CSS Reset & Clearfix - http://meyerweb.com/eric/tools/css/reset/
/*-----------------------------------------------------------------------------------*/

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, sub, sup, tt, var,
b, u, 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;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
b {font-weight: bold;}
a {outline: none;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
em {font-style: italic;}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input,textarea {
	font: 12px/20px;	
	font:inherit;
	resize:none;
}

* { _noFocusLine: expression(this.hideFocus=true); } /* Removes dotted lines around links */



/*-----------------------------------------------------------------------------------*/
/*	2.	Document Setup (body, common classes, structure etc)
/*-----------------------------------------------------------------------------------*/

body {
	font: 13px/20px Open Sans, Helvetica, Arial, sans-serif;
	background:#efefef url(../images/bg.png) repeat scroll 0 0;
	margin:0;
	padding:0;
	color:#686868;
	/*line-height: 1.6;*/
}

#wrapper {
	margin-left:auto;
	margin-right:auto;
	width:1020px;
	margin-top:40px;
	box-shadow: 0px 0px 10px #dedede;
	background:#fff;
}

a {
	text-decoration:none;
	-webkit-transition:color 0.2s linear;
    -moz-transition:color 0.2s linear;
    -o-transition:color 0.2s linear;
    transition:color 0.2s linear;
}

a:focus , a:link, a:active {
	outline:none;
}

a:hover {
	color:#444;
}

p {
	margin-bottom:20px;
}

.lcol { float: left; }
.rcol { float: right; }

.clear, .clr {
	clear:both;
}
 
#bg {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
}

label {
    color:#7F7F7F;
    font-weight:normal;
}

label.error {
    color: red;
    font-style: italic;
    margin: 5px 0 10px 0;
}

input[type="text"], input[type="password"], input.text, input.title, textarea, select {
    background:#f9f9f9;
    border:1px solid #d9d9d9;
	padding:4px 7px;
}

input[type="text"]:focus, input[type="password"]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
    -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0,0.7);
    border:1px solid #EBEBEB;
	outline:none;
    box-shadow: 0px 0px 2px rgba(0, 0, 0,0.7);
}

input[type="text"], input[type="password"], input.text, input.title, textarea, select {
    font-family:Arial;
    font-size:12px;
    margin:5px 0;
}

input.text, input.title, select {
	padding:0;
}

input.title {
    font-size:13px;
}

textarea {
    height:130px;
    width:95.5%;
}

form.inline {
}

form.inline p {
    margin-bottom:0;
}



/*-----------------------------------------------------------------------------------*/
/*	3.	Columns
/*-----------------------------------------------------------------------------------*/

.one-half { width: 460px }
.one-third { width: 300px; }
.two-third { width: 620px; }
.one-fourth { width: 220px; }
.three-fourth { width:700px; }
.one-sixth { width: 140px; }
.five-sixth { width: 780px }

.one-fourth, .one-half, .two-third, .one-third, .three-fourth, .one-sixth, .five-sixth {
	position: relative;
	margin-right:20px;
	float: left;	
}

.postnews {position:absolute;left:-1950px;}
.percent-one-half { width: 48%; }
.percent-one-third { width: 30.66%; }
.percent-two-third { width: 65.33%; }
.percent-one-fourth { width: 22%; }
.percent-three-fourth { width: 74%; }
.percent-one-fifth { width: 16.8%; }
.percent-two-fifth { width: 37.6%; }
.percent-three-fifth { width: 58.4%; }
.percent-four-fifth { width: 67.2%; }
.percent-one-sixth { width: 13.33%; }
.percent-five-sixth { width: 82.67%; }

.percent-one-half,
.percent-one-third,
.percent-two-third,
.percent-three-fourth,
.percent-one-fourth,
.percent-one-fifth,
.percent-two-fifth,
.percent-three-fifth,
.percent-four-fifth,
.percent-one-sixth,
.percent-five-sixth {
	position: relative;
	margin-right: 4%;
	float: left;
}

.column-right {
	float:right;
}
.column-last {
	margin-right: 0!important;
	clear: right;
}



/*-----------------------------------------------------------------------------------*/
/*	4.	Typography
/*-----------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	color:#444;
}

h1 {
	font-size:28px;
	line-height:40px;
	margin-bottom:13px;	
}
h1.btl {
	margin-bottom:10px;	
}

h2 {
	font-size:16px;
	line-height:26px;
	margin-bottom:13px;
}

h3 {
	font-size:18px;
	line-height:24px;	
	margin-bottom:20px;	
}

h4 {
	font-size:16px;
	line-height:22px;
	margin-bottom:20px;	
}

h5 {
	font-size:14px;
	line-height:20px;
	margin-bottom:15px;
}

h6 {
	font-size:13px;
	line-height:20px;
	margin-bottom:20px;
	font-weight:600;
}	

pre, code {
    background-color: #F5F5F5;
    border-color: #ebebeb;
    border-style: solid;
    border-width: 0px 0px 0px 4px;
    display: block;
    font-family: monospace;
    font-size: 11px;
    padding: 10px;
}

pre, code {
    margin-bottom:10px;
}

blockquote {
    border-left: 2px solid #ebebeb;
    color: #787878;
    font-size: 13px;
    font-style: italic;
    line-height:24px;
    margin: 20px 50px;
    padding: 0 0 5px 15px;
}
.widget blockquote {
    border-left: 2px solid #ebebeb;
    color: #787878;
    font-size: 12px;
    font-style: italic;
    line-height:24px;
    margin: 0;
    padding: 0 0 5px 15px;
}

/*-----------------------------------------------------------------------------------*/
/*	5.	Header
/*-----------------------------------------------------------------------------------*/

#header {
	width:950px;
	margin:0 auto;
	/*border-bottom:1px solid #ebebeb;*/
}

.searchformtop { /*margin-top:20px;*/ float:right;}

.banner { margin:20px 0; width:468px; height:60px; }

.logo {
	position:relative;
	height:60px;
}

.logo img {
	display:block;
	position:absolute;
	bottom:0;
}

#navigation {
	float:right;
	padding-top:30px;
}

ul#mainnav {
	float:left;
	position:relative;
	display:block;
}

ul#mainnav li {
	display:inline-block;
	float:left;
	position:relative;
	z-index:1000;
}

ul#mainnav li ul li {
	border-left:1px solid #ebebeb;
}

ul#mainnav li a {
	font: 13px/20px 'Open Sans', Open Sans, Helvetica, Arial, sans-serif;
	position:relative;
	font-weight:400;
	color:#666666;
	margin-left:35px;
	margin-bottom:0;
	margin-right:0px;
	padding:0;
	height:60px;
	line-height:34px;
	display:inline-block;
	*display:block; /* IE7 Hack */
	-webkit-transition:color 0.2s linear;
    -moz-transition:color 0.2s linear;
    -o-transition:color 0.2s linear;
    transition:color 0.2s linear;
	z-index:100;
}
ul#mainnav li a.sf-with-ul:hover, ul#mainnav li a.sf-with-ul:active {
	border-bottom:1px solid #ebebeb;
	margin-bottom:-1px;
}

ul#mainnav li ul li a.sf-with-ul:hover, ul#mainnav li ul li a.sf-with-ul:active {
	margin-bottom:0;
	border-bottom:1px solid #ebebeb;
}

ul#mainnav li a:hover, ul#mainnav li a:active, ul#mainnav li a.current {
	color:#444;
	margin-bottom:-1px;
}

ul#mainnav li ul li a.current {
	margin-bottom:0px;
	border-bottom:1px solid #ebebeb;
}

ul#mainnav li ul li {
	background:#fff;
	margin:0;	
	float:left;
	width:100%;
}

ul#mainnav li ul li a, ul#mainnav li ul li ul li a, ul#mainnav li ul li a:visited, ul#mainnav li ul li a:active  { /* visited pseudo selector so IE6 applies text colour*/
	height:34px;
	width:170px;
	margin:0 15px;
	display:block;
	padding:0px;
	background:#fff;
	text-decoration:none;
	border-bottom:1px solid #ebebeb;	
	z-index:1100;
	position:relative;
}
	
.nav-last-item {
	border-bottom:3px solid #515151;
}

.nav-first-item {
	z-index:1000;
	position:relative;
}

#nav ul#mainnav > li > ul > li.nav-last-item > a, #nav  ul#mainnav > li > ul > li > ul > li.nav-last-item > a {
	border-bottom:0 none;
}

ul#mainnav li ul li a:hover, ul#mainnav li ul li ul li a:hover {
	background:#fff;
	color:#333;
	margin-bottom:0px;
	border-bottom:1px solid #ebebeb;
}



/*-----------------------------------------------------------------------------------*/
/*	6.	Main Content
/*-----------------------------------------------------------------------------------*/



.centered-wrapper {
	width:950px;
	margin:0 auto;
}

.page-title {
	width:950px;
	margin:0 auto;
	clear:both;
	margin-bottom:5px;
	border-bottom:1px solid #EBEBEB;
}
.spidebararea {margin-bottom:35px;font-size: 12px;height: 10px;}

.page-title h2 {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 30px;
	text-transform: uppercase;
	color: #686868;
}

.search-form {
	float:right;
	position:relative;
	top:-7px;
}

.search-form  input[type="text"] {
	width:180px;
	height:20px;
	box-shadow:none;
	line-height:20px;
	position:relative;
	padding:6px 10px;
	color:#686868;
	display:block;
}

.search-form  input[type="submit"] {
	background:url(../images/search.png) scroll 0 0;
	width:16px;
	height:16px;
	border:0 none;
	text-indent:-9999px;
	cursor:pointer;
	position:absolute;
	top:14px;
	right:10px;
	font-size: 0; 
	display:block; 
	line-height: 0;	
}

.page-title .double-separator {
	margin:0;
}

#footer .double-separator {
	margin:50px 0;
}


/*--- 6.3. Sidebar ---*/

#sidebar {
	width:180px;
	float:right;
}

#sidebar h3 {
	font-size:13px;
	text-transform:uppercase;
	font-weight:600;
}

.widget {
	overflow:hidden;
	margin-bottom:30px;
}
.widget span{
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600 !important;
	line-height: 24px;
	margin-bottom: 20px;
	color: #444;
	display: block;
}

.widget a {
	color:#444;
}

.widget ul li {
	font-size:12px;
	background:url(../images/breadcrumb-arrow.png) no-repeat scroll 0 6px;
	padding:5px 0 5px 30px;
	border-bottom:1px solid #efefef;
}

.widget ul li:last-child {
	border-bottom:0 none;
}

.sidebar-post {
	overflow:hidden;
	border-bottom:1px solid #efefef;
	margin-bottom:10px;
	padding-bottom:10px;
	position:relative;
	/*height:30px;*/
}

.sidebar-post:last-child {
	border-bottom:0 none;	
}

.sidebar-post span {
	float:left;
	margin-left:75px;	
} 

/*.sidebar-post img {*/
/*	position: absolute;*/
/*	top: 3px;*/
/*	left: 0;*/
/*}*/

.sidebar-post span a {
	color:#686868;
}

.sidebar-post h5 {
	font-size:12px;
	font-weight:400;
	color:#444;
	margin-bottom:5px;
	float:left;
	margin-left:75px;
}


.featured-sidebar {
	width:200px;
	float:left;
	border:1px solid #dfdfdf;
}

.featured-sidebar ul {
	border-bottom:1px solid #efefef;
}

.featured-sidebar a{
	color:#686868;
	width:180px;
	height:36px;
	line-height:36px;
	display:block;
	font-weight:600;
	margin-left:10px;
	border-bottom:1px solid #efefef;
}

.featured-sidebar ul li.selected {	
	background: url(../images/featured-arrow.png) no-repeat scroll 200px center;
	width: 210px;
}

.featured-sidebar ul li a:hover {
	color:#444;
}

.featured-sidebar ul li.selected a {
	width:180px;
	height:36px;
	z-index:1000;
}

.featured-sidebar ul li:last-child a {
	border-bottom:0 none;
}


/*--- 6.5. Blog ---*/

#posts {
	float:left;
	position:relative;
	width:768px;
	/*padding-right:40px;*/
	overflow:hidden;
}

.single-post .post {
	border-bottom:0;
	margin-bottom:0px;
	padding-bottom:0px;
}

span.post-title a, .half_short a {
	color:#444;
}
span.softversioninlink {
	color:#9a9a9c;
	padding-bottom: 10px;
	display: inline-block;
	}
.meta a {
	color:#c7c7c7;
}

.post-thumbnail {
	margin-bottom:30px;
	display:inline-block;
	clear:both;
	margin-top:0px;	
	padding:4px;
	border: 1px solid #EFEFEF;	
	border-radius: 2px;		
}

.post-thumbnail a {
	display:block;
	position:relative;
	vertical-align:bottom;	
}

.post-thumbnail img {
	width:630px;
	height:auto;
	background:#fff;			
}

.meta {
	float:left;
	margin-bottom:20px;
}

.half_short .meta span {
	padding-left:23px;
	float:left;
	margin-right:20px;
}

.meta span.post-date {
	background:url(../images/calendar.png) no-repeat scroll 0 4px;
	color:#C7C7C7;
}	

.meta span.post-author {
	background:url(../images/author.png) no-repeat scroll 0 3px;
}	

.meta span.post-comment {
	background:url(../images/comment.png) no-repeat scroll 0 4px;
}	

.meta span.post-view {
	background:url(../images/look.png) no-repeat scroll 4px 6px;
}

.meta span.post-cat {
	background:url(../images/cat.png) no-repeat scroll 4px 5px;
}

.meta p {
	margin:0;
	padding:5px 0;
}

.excerpt {
	width:100%;
	clear:both;
}

p.readmore {
	text-align:right;
}

.post {
	/*margin-bottom:50px;*/
	padding-bottom:20px;
	/*border-bottom:1px solid #efefef;*/
	overflow:hidden;
	padding-right: 40px;
}

.post-content {
	clear:both;
	padding-top:40px;
}

.right-image {
    float:right;
    margin:5px 0 0 20px;
	padding: 4px;
	border: 1px solid #EFEFEF;
	border-radius: 2px;	
}

.left-image {
    float:left;
    margin:5px 20px 0 0;
	padding: 4px;
	border: 1px solid #EFEFEF;
	border-radius: 2px;	
}

.post-image {
    margin:5px 0 20px;
}

ul.tags {
    padding:0 0 10px;
    position:relative;
	overflow:hidden;
}

ul.tags a {
	color:#c7c7c7;
}

ul.tags li {
    display:inline;
    float:left;
    height:16px;
    line-height:20px;
    margin:30px 20px 0 0;
}

.tag-title {
    background-image:none;
    float:left;
    line-height:18px;
    margin:30px 20px 0 0;
}


/*--- 6.5.1. Comments ---*/

#comments textarea:focus { border:none; outline:none; }

.comment {
    margin-top: 35px;
    position: relative;
	padding:0;
	display:inline-block;
}

.comment a {
	color:#444;
}

.commentwrap {
	margin: 0 0 0 100px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #EFEFEF;
}

.myavatar {
    left: 0;
    position: absolute;
    top: 0;
}

.myavatar img {
	padding: 4px;
	border: 1px solid #EFEFEF;
	border-radius: 3px;
	width:60px;
	height:60px;
	overflow:hidden;
}

.metacomment {
    margin-bottom: 10px;
	padding:0;
}

.metacomment span {
    font-weight:bold;
    margin: 0 5px 0 0;
}

ul.threaded {
    margin-left:75px;
}

#commentform {
	width:640px;
	position:relative;
}

#commentform fieldset {
	clear:both;
}

#commentform input[type="text"] {
	width:174px;
	padding:7px 10px;
	font-size:12px;
	height:20px;
	line-height:20px;
}

textarea#mycomment {
	width:618px;
	padding:10px;
	clear:both;
	overflow:hidden;
	float:left;
	margin-bottom:5px;
}

#commentform input[type="submit"] {
	margin-top:5px;
	border:0 none;
}

.error_message {
	color:#ff3000;
}


/*--- 6.5.2. Pagination ---*/

.pagenav {
    text-align:center;
	vertical-align: middle;
}

.pagenav a {
    background:#fff;
    color:#686868;
    display:inline-block;
    margin:4px;
    padding:5px 12px;
	font-weight:600;
	-webkit-transition:background 0.2s linear;
    -moz-transition:background 0.2s linear;
    -o-transition:background 0.2s linear;
    transition:background 0.2s linear;		
}

span.current {
    color:#fff;
    display:inline-block;
    margin:4px;
    padding:5px 12px;
}

span.pages {
	display: inline-block;
	margin: 4px;
	padding: 5px 12px;
	font-weight:600;
}


/*--- 6.6. Contact ---*/

.contact-info p {
	margin:0;
	padding:7px 0;
	border-top:1px solid #efefef;
}

.contact-info p:last-child {
	border-bottom:1px solid #efefef;
}

.contact-info span {
	color:#444;
}

.contact-map {
	margin-bottom:50px;
}

#contactform label {
	clear:both;
}	

#contactform input[type=text] {
	margin-bottom:10px;
	width:89%;
	padding:3% 5%;
	height:20px;
	line-height:20px;

}

#contactform input[type=submit] {
	font-size:12px;
	clear:both;
	float:right;
	cursor:pointer;
	margin:0;
}

#contactform textarea { 
	height:130px;
	clear:both;
}

.contact-loader {
	float: right;
	padding: 11px 11px 0 0;
}



/*-----------------------------------------------------------------------------------*/
/*	7.	Footer
/*-----------------------------------------------------------------------------------*/

#footer {
	overflow:hidden;
	clear:both;
	width:1020px;
	background:#464646;
	color:#969595;
	/*padding-top:60px;*/
	margin:0 auto;
}

#topfooter {
	padding:0;
	margin:0;
}

#topfooter h6 {
	margin:0;
	font-size:12px;
	font-weight:400;
}

ul#contact-widget li {
	border-bottom:1px dotted #6b6b6b;
	padding-bottom:10px;
	margin-bottom:10px;
	padding-left:30px;
}

ul#blog-widget li {
	border-bottom:1px dotted #6b6b6b;
	padding-bottom:10px;
	margin-bottom:10px;	
	position:relative;
	overflow:hidden;
}
ul#blog-widget li img {
	position:absolute;
	top:3px;
	left:0;
}

ul#blog-widget li h6{
	float:left;
	padding-left:75px;
}

ul#blog-widget li span{
	float:left;
	clear:both;
	padding-left:75px;
	width:100%;
}

ul#contact-widget li:last-child {
	border-bottom:0 none;
}

ul#blog-widget li:last-child {
	border-bottom:0 none;
}

li.address {
	background:url(../images/address.png) no-repeat scroll 0 2px;
}

li.phone {
	background:url(../images/phone.png) no-repeat scroll 0 2px;
}

li.email {
	background:url(../images/email.png) no-repeat scroll 0 2px;
}

#footer a {
	color:#fff;
}

#footer h3 {
	font-size:14px;
	font-weight:600;
	color:#fff;
}

#bottomfooter {
	padding:23px 0 17px;
	position:relative;
	overflow:hidden;
	clear:both;
	/*margin-top:40px;*/
	background:#3c3c3c;
}

#bottomfooter p {
	float:left;
	margin:0;
}

.totop {
	background:url(http://freesoftik.com/templates/freesoftik/images/top.png) no-repeat scroll 0 0;
	width:37px;
	height:42px;
	position:absolute;
	bottom:-10px;
	left:50%;
	margin-left:-18px;
	text-indent:-9999px;
}

/*--- 7.3. Social Icons ---*/

ul#social {
	float:right;
	margin-right:-5px;
}

ul#social li {
	display:inline;
}

ul#social li a {
	display:block;
	margin:0 5px;
	width:24px;
	float:left;
	height:24px;
	text-indent:-9999px;
	opacity:0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
}

a.forrst {
	background:url(../images/social/forrst.png) no-repeat scroll 0 0;
}
a.dribbble {
	background:url(../images/social/dribbble.png) no-repeat scroll 0 0;
}
a.vimeo {
	background:url(../images/social/vimeo.png) no-repeat scroll 0 0;
}
a.linkedin {
	background:url(../images/social/linkedin.png) no-repeat scroll 0 0;
}
a.google {
	background:url(../images/social/google.png) no-repeat scroll 0 0;
}
a.skype {
	background:url(../images/social/skype.png) no-repeat scroll 0 0;
}
a.facebook {
	background:url(../images/social/facebook.png) no-repeat scroll 0 0;
}
a.twitter {
	background:url(../images/social/twitter.png) no-repeat scroll 0 0;
}
a.flickr {
	background:url(../images/social/flickr.png) no-repeat scroll 0 0;
}
a.rss {
	background:url(../images/social/rss.png) no-repeat scroll 0 0;
}
a.stumbleupon {
	background:url(../images/social/stumbleupon.png) no-repeat scroll 0 0;
}
a.youtube {
	background:url(../images/social/youtube.png) no-repeat scroll 0 0;
}




/*--- 8.2. Buttons ---*/

.button {
    cursor:pointer;
    display:inline-block;
    font-size: 12px;
    font-weight:600;
    line-height:16px;
    margin:0 10px 20px 0;
    padding: 7px 11px 7px;
	position:relative;
	outline:none;
	border:none;
	
	-webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;	
}

.white {
    background:#eaeaea;
    color: #686868;
}

.white:hover {
    color: #686868;
	background:#d2d2d2;
}

.yellow {
    background:#ffb141;
	border:0 none;
    color: #fff;
}

.yellow:hover {
    color: #fff;
	background:#fd9602;
}

.orange {
    background:#fe7e17;
	border:0 none;
    color: #fff;
}

.orange:hover {
    color: #fff;
	background:#f77309;
}

.black {
    background:#787878;
    color: #ffffff;
}

.black:hover {
    color: #ffffff;
	background:#444;
}

.green {
    background:#9dd30b;
    color: #fff;
}

.green:hover {
    color: #fff;
	background:#8dbd0a;
}

.bleumarin {
    background:#30b4c5;
    color: #fff;
}

.bleumarin:hover {
    background:#2b9fae;
	color:#fff;
}

.rose {
    background:#ee5051;
    color: #fff;
}

.rose:hover {
    color: #fff;
	background:#d64849;
}


/*--- 6.5.2. Pagination ---*/

.pagenav {
    text-align:center;
	vertical-align: middle;
	margin-bottom:50px;
}

.pagenav a {
    background:#fff;
    color:#686868;
    display:inline-block;
    margin:4px;
    padding:5px 12px;
	font-weight:600;
	-webkit-transition:background 0.2s linear;
    -moz-transition:background 0.2s linear;
    -o-transition:background 0.2s linear;
    transition:background 0.2s linear;		
}

.pagenav span { padding:5px 12px; }

span.current {
    color:#fff;
    display:inline-block;
    margin:4px;
    padding:5px 12px;
}

span.pages {
	display: inline-block;
	margin: 4px;
	padding: 5px 12px;
	font-weight:600;
}


/***** MAIN STYLE *****/

.logo a {
	background:url(../images/freesoftik_black.png) no-repeat scroll 0 0;
	width:132px;
	height:17px;
	text-indent:-9999px;
	top:40px;
	display:inline-block;
	position:relative;
}

#wrapper {
	border-top:3px solid #337ab7;
}

a {
	color:#337AB7;
}
.maincont a {
	color:#337AB7;
	text-decoration: underline;
}

.intro a {
	color:#337AB7;
}

.team-text h6  {
	color:#337AB7;
}

.testimonial-meta h5 {
	color:#337AB7;
}

span.caption a:hover {
	color:#337AB7;
}

.widget a:hover {
	color:#337AB7;
}

.featured-sidebar ul li.selected a {
	color:#337AB7;
}

ul.tags a:hover {
	color:#337AB7;
}

.authorp h2 a:hover {
	color:#337AB7;
}

.comment a:hover {
	color:#337AB7;
}

#toggle-view li.activated h3 {
	color:#337AB7;
}


ul#filters li a:hover {
	color:#fff;
	background:#30b4c5;
}

ul#filters li.selected a {
	color:#fff;
	background:#30b4c5;	
}

.portfolio h3 a:hover {
	color:#337AB7;
}

span.post-title a:hover, .meta a:hover, .half_short a:hover {
	color:#337AB7;
}

.pagenav a:hover {
    background:#30b4c5;
    color:#fff;
}

span.current {
    background:#30b4c5; 
}

#footer a:hover {
	color:#337AB7;
}

.featured-column .package-title {
	border-bottom:3px solid #30b4c5;	
}

ul#mainnav li a:hover, ul#mainnav li a:active, ul#mainnav li a.current {
	border-bottom:1px solid #30b4c5;
}

.nav-first-item {
	border-top:1px solid #30b4c5;
}

p.readmore a {
	display:block;
	background:url(../images/btn-arrow.png) no-repeat scroll center right;
	padding-right:15px;
	float:right;
	-webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;		
}

p.readmore a:hover {
	background:url(../images/btn-arrow-on.png) no-repeat center right;
	color:#444;	
}


.toggle-plus {
	background:url(http://freesoftik.com/templates/freesoftik/style/plus.png) no-repeat scroll right center;
	width:21px;
	height:21px;
}

.toggle-minus {
	background:url(http://freesoftik.com/templates/freesoftik/style/minus.png) no-repeat scroll right center;
	width:21px;
	height:21px;
}

.previous-post-link a {
	background:url(http://freesoftik.com/templates/freesoftik/style/arrow-prev-hover.png) no-repeat scroll 0 0;	
}

.previous-post-link a:hover {
	background:url(http://freesoftik.com/templates/freesoftik/style/arrow-prev.png) no-repeat scroll 0 0;	
}	

.next-post-link a {
	background:url(http://freesoftik.com/templates/freesoftik/style/arrow-next-hover.png) no-repeat scroll 0 0;
	margin-left:1px;
}

.next-post-link a:hover {
	background:url(http://freesoftik.com/templates/freesoftik/style/arrow-next.png) no-repeat scroll 0 0;	
}	

.myadmavatar { text-align:center; padding-top:10px; }
.myadmavatar img { box-shadow: 0 0 15px rgba(0,0,0,0.7); -moz-box-shadow: 0 0 15px rgba(0,0,0,0.7); -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.7); }
 
 /* login form */
 
 .loginform {
  position: relative;
  margin: 0 auto;
  padding: 20px 20px 20px;
  width: 200px;
  background: white;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
}
.loginform:before {
  content: '';
  position: absolute;
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  z-index: -1;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}
.loginform h1 {
  margin: -20px -20px 21px;
  line-height: 40px;
  font-size: 15px;
  font-weight: bold;
  color: #555;
  text-align: center;
  text-shadow: 0 1px white;
  background: #f3f3f3;
  border-bottom: 1px solid #cfcfcf;
  border-radius: 3px 3px 0 0;
  background-image: -webkit-linear-gradient(top, whiteffd, #eef2f5);
  background-image: -moz-linear-gradient(top, whiteffd, #eef2f5);
  background-image: -o-linear-gradient(top, whiteffd, #eef2f5);
  background-image: linear-gradient(to bottom, whiteffd, #eef2f5);
  -webkit-box-shadow: 0 1px whitesmoke;
  box-shadow: 0 1px whitesmoke;
}
.loginform p {
  margin: 20px 0 0;
}
.loginform p:first-child {
  margin-top: 0;
}
.loginform input[type=text], .loginform input[type=password] {
  width: 218px;
}
.loginform p.login_not_save {
  float: left;
  line-height: 31px;
}
.loginform p.login_not_save label {
  font-size: 12px;
  color: #777;
  cursor: pointer;
}
.loginform p.login_not_save input {
  position: relative;
  bottom: 1px;
  margin-right: 4px;
  vertical-align: middle;
}
.loginform p.submit {
  text-align: right;
}

.login-help {
  margin: 20px 0;
  font-size: 11px;
  color: white;
  text-align: center;
  text-shadow: 0 1px #2a85a1;
}
.login-help a {
  color: #cce7fa;
  text-decoration: none;
}
.login-help a:hover {
  text-decoration: underline;
  color: #cce7fa;
}

:-moz-placeholder {
  color: #c9c9c9 !important;
  font-size: 13px;
}

::-webkit-input-placeholder {
  color: #ccc;
  font-size: 13px;
}

.loginform input {
  font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
  font-size: 14px;
}

.loginform input[type=text], .loginform input[type=password] {
  margin: 5px;
  padding: 0 10px;
  width: 170px;
  height: 34px;
  color: #404040;
  background: white;
  border: 1px solid;
  border-color: #c4c4c4 #d1d1d1 #d4d4d4;
  border-radius: 2px;
  outline: 5px solid #eff4f7;
  -moz-outline-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
}
.loginform input[type=text]:focus, .loginform input[type=password]:focus {
  border-color: #7dc9e2;
  outline-color: #dceefc;
  outline-offset: 0;
}

.loginform input[type=submit] {
  padding: 0 18px;
  height: 29px;
  cursor:pointer;
  font-size: 12px;
  font-weight: bold;
  color: #527881;
  text-shadow: 0 1px #e3f1f1;
  background: #cde5ef;
  border: 1px solid;
  border-color: #b4ccce #b3c0c8 #9eb9c2;
  border-radius: 16px;
  outline: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);
  -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
}
.loginform input[type=submit]:active {
  background: #cde5ef;
  border-color: #9eb9c2 #b3c0c8 #b4ccce;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.lt-ie9 input[type=text], .lt-ie9 input[type=password] {
  line-height: 34px;
}

.sb-loginform { background:#0ca3d2; border-radius:5px; padding:20px 0 1px 0; }

.berrors {
    background:#fce2e3 url(../images/warning.png) 18px center no-repeat;
    border: 1px solid #fac2c4;
    color: #e54034;
	padding: 10px 10px 10px 80px;
	margin:10px 40px 10px 0;
}

.f_input { width:300px; }

#votes { margin-top:25px; }
.vtitle { background: #eee; border:1px solid #ddd; padding:7px 14px; position: relative; margin-bottom:20px; border-radius: 3px; -webkit-border-radius: 3px;  -moz-border-radius: 3px; }
.qvote { background:url(../images/q.png) no-repeat; width: 48px; outline:none; border:none; cursor:pointer; height: 48px; position:absolute; top:-25px; right:3px; }
.isicons { float:left; }
.isicons li {
    width: 17px;
    height: 17px;
    padding-right: 2px;
	display:inline-block;
	vertical-align: middle;
}
.fav a img { vertical-align:top !important; }
.editorcomm { padding:5px 0 11px 0; }
#addcform { margin-bottom: 10px; }
.red { color:#f00; }

.tableform td.label {
    width: 30%;
    vertical-align: top;
    padding-right: 0;
}


.ui-dialog-content .userinfo {
    padding: 15px 0 10px 0px;
}

.userinfo .left-info {
    float:left;
	margin: 10px 0 0 10px;
}

.userinfo .lcol .avatar {
    margin-bottom: 10px;
    padding: 4px;
    background-color: #fff;
    border: 1px solid #c0d4de;
}

.popuravatar { margin: 6px 0 0 13px; }

.userinfo .lcol .avatar img {
    width: 100px;
}

.userinfo .lcol ul {
    font-size: 0.9em;
}

.userinfo .right-info {
	margin-left:130px;
}

.userinfo .rcol ul {
    list-style: none;
    margin-left: 0;
}

.userinfo .rcol ul li {
    margin-bottom: 0.2em;
}

 .ussep {
    padding-top: 12px;
    background: url("http://freesoftik.com/templates/freesoftik/images/ussep.png") no-repeat;
}

.grey {
    color: #6c838e;
}

.blue {
    color: #388bd4;
}

/*---Заголовок страниц---*/
.pheading {
    overflow: hidden;
    padding: 0 15px 13px 0;
}

.pheading h2 {
    color: #468edb;
    font-size: 1.7em;
    font-weight: normal;
}

h1.feedback {
    color: #468edb;
    font-size: 1.7em;
    font-weight: normal;
}
.pheading .lcol {
    margin-right: 10px;
}

.pheading h2 span {
    color: #3f4b51;
}

.pheading .ratebox {
    width: 141px;
    padding: 3px 0 1px 0;
    padding-right: 6px;
    background: #f1f5f7 url("http://freesoftik.com/templates/freesoftik/images/ratebox2.png") no-repeat;
}

.pheading .ratebox .rate, .pheading .ratebox span {
    float: right;
}

.pheading .ratebox span {
    padding-right: 5px;
    font-size: 0.9em;
    color: #a2b2ba;
}

.heading {
    color: #96c;
    margin-bottom: 0.3em;
}

.basecont {
    padding-top: 14px;
    border-top: 1px solid #e8e8e8;
    background: url("http://freesoftik.com/templates/freesoftik/images/basecont.png") repeat-x;
}

/*userstyle*/
#toTop {
    display: none;
    position: fixed;
    z-index: 100;
    bottom: 110px;
    right: 20px;
    width: 69px;
    height: 60px;
    background-image: url('../images/totop.png');
    background-repeat: no-repeat;
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}
#toTop:hover {
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}
.yashare-auto-init {
	margin-top: 5px;
	float: right;
	display: inline-block;
}
.softrating {
	display: inline-block;
	float: right;
	font-size: 12px;
	text-align: left;
	margin-top: 3px;
}
.softrating i{
	text-align: left;
	float: left;
}
.softrating span{
	/*margin-left: 3px;*/
	text-align: left;
	line-height: 17px;
}
span.post-title {
	display: block;
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 10px;
	font-weight: normal;
	/*color: #444;*/
}
h1.cat_h {
	padding-right: 40px;
	margin-bottom: 24px;
	font-size: 24px;
	display: block;
}
.cat_about {
	padding-bottom: 20px;
}
.dis_comments {
	display: block;
	padding: 0 40px 40px 0;
}
.dis_comments span{
	font-weight: 600;
	display: block;
	/*font-size: 14px;*/
	/*color: #000;*/
	margin-bottom: 20px;
}
.half_short {
	width: 300px;
	padding-right: 70px !important;
	float: left;
	overflow: hidden;
}
img.softlogo {
	float: left;
	width: 80px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.half_short img.softlogo {
	float: left;
	width: 70px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.maincont ul {
	line-height: 20px;
	margin-bottom: 20px;
}
.maincont li {
	list-style: disc !important;
	margin-left: 40px;
	padding-left: 5px;
}
.blockdownload a{
	/*color: #468edb;*/
	/*font-size: 16px;*/
	outline: none !important;
}
table.loadsoftarea {
	width: 100%;
	text-align: left;
	border: 1px #D4D4D4 solid;
}
.loadsoftarea thead{
	background-color: #F1F0F0;
	border-top: 1px #D4D4D4 solid;
}
.loadsoftarea thead td{
	/*padding: 7px 10px;*/
	font-weight: 600;
}
.loadsoftarea tfoot td{
	background-color: #F7F7F7;
	border-bottom: 1px #D4D4D4 solid;
	border-top: 1px #EFEFEF solid;
	font-size: 11px;
	color: #969595;
	padding: 4px 10px;
}
.loadsoftarea td {
	padding: 7px 10px;
	vertical-align: middle;
}
[role="button"] {
  cursor: pointer;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
a.btn-success {color: #ffffff;text-decoration: none;}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #337AB7;
  border-color: #337ab5;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #3176ae;
  border-color: #3176ae;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #428bca;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-download-alt:before {
  content: "\e025";
}
table.table_cat {
	width: 100%;
	margin: 5px 0;
	border: 1px #D4D4D4 solid;
}
.table_cat tr:hover{
	background-color: #F9F9F9;
}
.table_cat thead tr:hover{
	background-color: #F1F0F0;
}
.table_cat td{
	padding: 7px 10px;
	vertical-align: middle;
}
.table_cat thead{
	background-color: #F1F0F0;
	border-top: 1px #D4D4D4 solid;
}
.table_cat thead td{
	padding: 7px 10px;
	font-weight: 600;
}
#bottomfooter a {text-decoration: underline; color:#969595;}
#bottomfooter a:hover {text-decoration: underline; color:#969595;}
span.topnews_header{
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600 !important;
	line-height: 24px;
	margin-bottom: 20px;
	color: #444;
	display: block;
}
.sidebar-post a {color: #444;}
.sidebar-post a:hover {
    color: #337AB7;
}
.sidebar-post img {padding-left: 5px;float: left;padding-right: 15px;}
/*.topsoft_name {display: block;margin-left: 40px;}*/
.cat_description {margin: 15px 0 !important;}
.cat_description a{text-decoration: underline; color: #337AB7;}
.title_spoiler a {text-decoration: none;}
.analogi_soft {margin-bottom: 5px;}
.analogi_soft a{margin-right: 20px;vertical-align: middle;font-size: 14px;color: #444;display: inline-block;}
.analogi_soft a:hover {
    color: #337AB7;
}
.analogi_soft img{vertical-align: middle; padding-right: 10px;}
.analogi_soft .analog_link {width: 200px; float: left; margin: 10px 10px 10px 0;}
.soft_version {color: #787878; padding-left: 0 !important; font-size: 12px;}
.half_short p {margin-bottom: 13px !important;}
.shortstorcat {margin-bottom: 20px;}
/*сообщить о битой ссылке начало*/
.modalDialog {
 position: fixed;
 font-family: Arial, Helvetica, sans-serif;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 background: rgba(0,0,0,0.6);
 z-index: 99999;
 -webkit-transition: opacity 400ms ease-in;
 -moz-transition: opacity 400ms ease-in;
 transition: opacity 400ms ease-in;
 display: none;
 font-family: "Open Sans",Calibri,"Lucida Sans Unicode",Helvetica,Arial,san-serif !important;
}
/*Открытие*/
.modalDialog:target {
 display: block;
 pointer-events: auto;
}
 
.modalDialog > div {
 width: 440px;
 max-width: 100%;
 position: relative;
 margin: 15% auto;
 padding: 25px 20px 13px 25px;
 /*border-radius: 10px;*/
 /*background: #fff;*/
 background: #333333;
  border: 1px solid #232323;
  opacity: 1.0;
}
/*Закрытие окна*/
a.close2 {
 background: #606061;
 color: #FFFFFF;
 line-height: 19px;
 position: absolute;
 right: 0px;
 text-align: center;
 top: 0px;
 width: 18px;
 text-decoration: none;
 display: block;
 /*font-weight: bold;*/
}
 
/*.close:hover { background: #ff9933; }*/
/*текст и положение кнопки*/
#send_info{
 color:#ffffff;
 font-size: 14px;
 text-align:center;
 line-height: 36px;
 }
#send_info a{
  margin-top:15px;
  /*color: #1b60b4;*/
  text-decoration: none;
  /*font-size: 16px;*/
  margin-bottom: 10px;
  }
.sendbagreport {float: right; font-size: 12px;display: inline-block;margin-top: 5px;}
/*a.sendbagreport {text-decoration: none; border-bottom: dashed 1px;}*/
/*сообщить о битой ссылке конец*/
.adsarea3 {margin: 20px 0 25px;}
.adsarea2 {display: block; text-align: center;}
.ads1area {width: 336px;float: left;margin-right: 30px;}
.afterads1area {float: left;width:250px;}
/*.gadblock1 {margin-bottom: 5px;}*/
.topbnrlnk img {margin-bottom: -5px;}