
/* General */

* {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	font: 12px Arial Black, Arial, Arial Black, Arial Black, sans-serif; 
	color: #ffffff;
   margin: 0 auto;
   padding: 0;
	background-color: #101010;
    background-image: url(../images/bg4.jpg);
   background-repeat: repeat;
   background-attachment:fixed;
}

.wrap {
	margin: 0 auto;
	width: 1000px;
}

.clear {
	clear: both;
	display: block;
}

.bg_translucent {
	    background-color: #282829;  
}

.orange {
	color: #e37721;
}

a {
	color: #d9d9d9;
	text-decoration: none;
}

.mass_comments_action {
	display: none;
}

.voteprogress {
	display: none !important;
}

/* /General */

/* Header */

header {
}

header .logo {
	width: 300px;
	float: left;
}

header .logo span {
	display: none;
}

header .logo img {
	position: relative;
	display: block;
}

header ul {
	list-style: none;
	float: left;
	margin-left: 15px;
}

header ul li {
	float: left;
	margin-right: 10px;
}

header ul li a {
	margin-top: 25px;
	display: block;
	padding: 0 8px;
	padding-top:3.75px; 
	height: 19px;
	text-decoration: none;
	background: #f37808;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 12px;
	text-transform: uppercase;
	-webkit-text-shadow: 1px 1px 1px rgba(8,8,9,.55);
	-moz-text-shadow: 1px 1px 1px rgba(8,8,9,.55);
	-ms-text-shadow: 1px 1px 1px rgba(8,8,9,.55);
	-o-text-shadow: 1px 1px 1px rgba(8,8,9,.55);
	text-shadow: 1px 1px 1px rgba(8,8,9,.55);
}

header ul li a:hover {
	background: #282829;
	-webkit-transition: color .4s;
	-moz-transition: color .4s;
	-ms-transition: color .4s;
	-o-transition: color .4s;
	transition: color .4s;
}

/* /Header */

/* Slider */

.slider {
	overflow: hidden;
	position: relative;
	width: 1000px;
	height: 228px;
	margin-bottom: 10px;
	z-index: 3;
	background: #333;
	border-radius: 5px;
}

.slider > .slide {
	position: absolute;
	z-index: 1;
	opacity:0;
}

.slider > .slide.active {
	z-index: 3;
	opacity:1;
}

.slider > .slide img {
	width: 743px;
	height: 228px;
}

/*  ,         
.slider > .slide:hover ~ .slider_sidebar  {
	opacity: 0;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.slider > .slide:hover p {
	width: 980px;
}
*/

.slider > .slide p {
	position: absolute;
	bottom: 0;
	padding: 10px;
	background: rgba(0,0,0,.5);
	width: 725px;
	-webkit-text-shadow: 1px 1px 0 #080909;
	-moz-text-shadow: 1px 1px 0 #080909;
	-ms-text-shadow: 1px 1px 0 #080909;
	-o-text-shadow: 1px 1px 0 #080909;
	text-shadow: 1px 1px 0 #080909;
	color: #fff;
}

.slider > .slide p .title {
	display: block;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
}

.slider > .slide p .text a {
	color: #1db9e9;
	text-decoration: none;
}

.slider > .slide p .text a:hover {
	border-bottom: 1px dotted #1db9e9;
	-webkit-text-shadow: 1px 1px 0 #333;
	-moz-text-shadow: 1px 1px 0 #333;
	-ms-text-shadow: 1px 1px 0 #333;
	-o-text-shadow: 1px 1px 0 #333;
	text-shadow: 1px 1px 0 #333;
}

.slider_sidebar {
	position: absolute;
	right:0;
	top:0;
	width: 255px;
	box-shadow: -3px 0 3px rgba(8,8,9,.25);
	z-index:3;
}

.slider_sidebar li {
	height:62px;
	list-style: none;
	background: #1570b1;
	background: -moz-linear-gradient(top,  #2c2c2c 0%, #212121 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c2c2c), color-stop(100%,#212121));
	background: -webkit-linear-gradient(top,  #2c2c2c 0%,#212121 100%);
	background: -o-linear-gradient(top,  #2c2c2c 0%,#212121 100%);
	background: -ms-linear-gradient(top,  #2c2c2c 0%,#212121 100%);
	background: linear-gradient(to bottom,  #282829 0%,#282829 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c2c2c', endColorstr='#212121',GradientType=0 );
	border-bottom: 1px solid #383838;
	padding: 7px;
	position: relative;
	cursor: pointer;
}

.slider_sidebar li.active,.slider_sidebar li:hover {
	border-bottom: 1px solid #3294b3;
	background: #3fbbe7;
	background: -moz-linear-gradient(top,  #3fbbe7 0%, #1b89aa 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3fbbe7), color-stop(100%,#1b89aa));
	background: -webkit-linear-gradient(top,  #3fbbe7 0%,#1b89aa 100%);
	background: -o-linear-gradient(top,  #3fbbe7 0%,#1b89aa 100%);
	background: -ms-linear-gradient(top,  #3fbbe7 0%,#1b89aa 100%);
	background: linear-gradient(to bottom,  #1570b1 0%,#1570b1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3fbbe7', endColorstr='#1b89aa',GradientType=0 );
}

.slider_sidebar li:last-child {
	border-bottom: 0;
	height:62px;
}

.slider_sidebar li .slider_sidebar_name_slide {
	font-size: 14px;
	-webkit-text-shadow: 1px 1px 0 rgba(8,9,9,.15);
	-moz-text-shadow: 1px 1px 0 rgba(8,9,9,.15);
	-ms-text-shadow: 1px 1px 0 rgba(8,9,9,.15);
	-o-text-shadow: 1px 1px 0 rgba(8,9,9,.15);
	text-shadow: 1px 1px 0 rgba(8,9,9,.15);
	display: block;
	margin-bottom: 5px;
	color: #d9d9d9;
}

.slider_sidebar li .slider_sidebar_date_slide {
	position: absolute;
	right: 10px;
	top:10px;
	color: #8c8c8c;
}

.slider_sidebar li .slider_sidebar_text_slide {
	color: #a6a6a6;
}

.slider_sidebar li.active .slider_sidebar_name_slide, .slider_sidebar li:hover .slider_sidebar_name_slide {color: #fff;}
.slider_sidebar li.active .slider_sidebar_date_slide, .slider_sidebar li:hover .slider_sidebar_date_slide {color: #d0f2fe;}
.slider_sidebar li.active .slider_sidebar_text_slide, .slider_sidebar li:hover .slider_sidebar_text_slide {color: #e4f9ff;}

/* /Slider */

/* Speed Bar */

.speedbar {
	line-height: 40px;
	padding-left: 10px;
	color: #595959;
	font-style: italic;
	-webkit-text-shadow: 1px 1px 1px rgba(8,8,9,.55);
	-moz-text-shadow: 1px 1px 1px rgba(8,8,9,.55);
	-ms-text-shadow: 1px 1px 1px rgba(8,8,9,.55);
	-o-text-shadow: 1px 1px 1px rgba(8,8,9,.55);
	text-shadow: 1px 1px 1px rgba(8,8,9,.55);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 10px;
}

.speedbar a {
	text-decoration: none;
	color: #595959;
}

/* /Speed Bar */

/* Columns */

.column {
	float:left;
	margin-right: 10px;
}

.columns_section {
	padding: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 5px;
	margin-bottom: 10px;
	list-style: none;
}

.column.last {
	margin-right: 0;
}

.column.mini {
	width: 230px;
}

.column.big {
	width: 500px;
}

.heading {
	background: #2c2c2c;
	background: -moz-linear-gradient(top,  #2c2c2c 0%, #212121 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c2c2c), color-stop(100%,#212121));
	background: -webkit-linear-gradient(top,  #2c2c2c 0%,#212121 100%);
	background: -o-linear-gradient(top,  #2c2c2c 0%,#212121 100%);
	background: -ms-linear-gradient(top,  #2c2c2c 0%,#212121 100%);
	background: linear-gradient(to bottom, #f37808 0%,#f37808 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c2c2c', endColorstr='#212121',GradientType=0 );
	color: #fff;
	font-weight: normal;
	-webkit-box-shadow: 1px 0 3px #0b0b0b; 
	-moz-box-shadow: 1px 0 3px #0b0b0b; 
	box-shadow: 1px 0 3px #0b0b0b; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-top: 1px solid rgba(255,255,255,0.1);
	padding: 8px 8px;
	margin-bottom:5px;
	position: relative;
	font-size: 12px;
}

.heading.navy_heading:after {
	content: " ";
	background: url(../images/navy_heading_icon.png) no-repeat;
	width: 25px;
	height: 22px;
	position: absolute;
	top: 3px;
	right: 8px; 
}

.heading.best_heading:after {
	content: " ";
	background: url(../images/best_heading_icon.png) no-repeat;
	display: block;
	width: 25px;
	height: 22px;
	position: absolute;
	top: 3px;
	right: 8px; 
}

.heading.article, .heading.article > a {
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	-webkit-text-shadow: 1px 0 0 rgba(0,0,0,.1);
	-moz-text-shadow: 1px 0 0 rgba(0,0,0,.1);
	text-shadow: 1px 0 0 rgba(0,0,0,.1);
}

.heading.article .article_meta {
	text-transform: none;
	position: absolute;
	right:10px;
	color: #ffffff;
	font-size: 12px;
	margin-top: 2px;
}

.heading.article .article_meta a {
	text-decoration: none;
	color: #ffffff;
}

.heading.article .article_meta .user {
	background: url(../images/user.png) no-repeat left center;
	padding-left: 14px;
	margin-right: 5px;
}

.heading.article .article_meta .views {
	background: url(../images/eye.png) no-repeat left center;
	padding-left: 18px;
	margin-right: 5px;
}

.heading.article .article_meta .comments {
	background: url(../images/comments.png) no-repeat left center;
	padding-left: 16px;
}

.heading.my_profile:after {
	content: " ";
	background: url(../images/my_profile_icon.png) no-repeat;
	width: 12px;
	height: 14px;
	position: absolute;
	right: 8px; 
}

.heading.poll:after {
	content: " ";
	background: url(../images/poll_icon.png) no-repeat;
	width: 12px;
	height: 14px;
	position: absolute;
	right: 8px; 
}

.heading.social_club:after {
	content: " ";
	background: url(../images/social_club_icon.png) no-repeat;
	width:16px;
	height:12px;
	position: absolute;
	right: 8px; 
}

.heading.comment > a {
	text-decoration: none;
	color: #8d8d8d;
}

.heading.comment .comment_options {
	position: absolute;
	right:10px;
	font-size: 12px;
	color: #5d5d5d;
	text-transform:none; 
}

.heading.comment .comment_options a {
	text-decoration: none;
	color: #5d5d5d;
}

.navy_ul {
	margin: 0 5px; 
}

.navy_ul li {
	list-style:none;
	border-top: 1px solid rgba(255,255,255,.03);
	border-bottom: 1px solid rgba(0,0,0,.03);
}

.navy_ul li:first-child {
	border-top: 0;
}

.navy_ul li a {
    text-decoration: none;
    color: #ffffff;
    display: block;
    background: rgba(0,0,0,.3);
    border-radius: 3px;
    margin: 1px;
    padding: 3px 5px;
	-webkit-text-shadow: 1px 0 0 rgba(8,9,9,.75);
	-moz-text-shadow: 1px 0 0 rgba(8,9,9,.75);
}

.navy_ul li a:hover {
	background: #1570b1;
	color: #e5e5e6;
}

.best_articles li {
	list-style-type:decimal;
	margin-bottom: 5px;
	color: #fff;
	list-style-position: inside;
}

.best_articles li:last-child {
	margin-bottom: 0;
}

.best_articles a {
	text-decoration: none;
	color: #5e5e5e;
}

.best_articles .best_articles_name {
	color:#fff;
}

@-moz-document url-prefix() {
	.best_articles .best_articles_name {margin-left: -9px;}
}

.best_articles .best_articles_image {
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-box-shadow: 1px 0 5px rgba(8,9,9,.75);
	-moz-box-shadow: 1px 0 5px rgba(8,9,9,.75);
	box-shadow: 1px 0 5px rgba(8,9,9,.75);
	margin-top: 5px;
	overflow: hidden;
	border:2px solid #1570b1;
	width: 200px;
	height: 119px;
}

.best_articles .best_articles_image img {
	display: block;
	width: 200px;
	height: 119px;
}

.best_articles_desc:after {
	content: "...";
	font-size: 13px;
}

.preview_article {
	width: 281px;
	float:left;
	margin: 0 5px 0 0;
}

.preview_article.userinfo, .preview_article.userinfo img {
	width: 150px;
}

.preview_article_img {
	-webkit-box-shadow: 1px 0 5px rgba(8,9,9,.75);
	-moz-box-shadow: 1px 0 5px rgba(8,9,9,.75);
	box-shadow: 1px 0 5px rgba(8,9,9,.75);
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	border:1px solid #080909;
	margin-top: 5px;
	width: 279px;
	height: 167px;
	overflow: hidden;
	display: block;
}

.preview_article.userinfo .preview_article_img {
	width: 150px;
	height: 150px;
}

.preview_article .btn {
	font-size: 14px;
	width: 279px;
	padding:0;
	display:block;
	margin-top: 5px;
	margin-bottom:5px;
}

.preview_article.userinfo .btn {
	width: 150px;
}

.content_article {
	color: #ffffff;
	padding: 6px;
	-webkit-text-shadow: 0 1px 0 rgba(8,9,9,.15);
	-moz-text-shadow: 0 1px 0 rgba(8,9,9,.15);
	-o-text-shadow: 0 1px 0 rgba(8,9,9,.15);
	text-shadow: 0 1px 0 rgba(8,9,9,.15);
	min-height: 207px;
}

.content_article a {
	text-decoration: none;
	color: #ffffff;
}

.mini_profile_image {
	width: 100px;
	height: 100px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow:0 1px 5px rgba(8,9,9,.35), 0 0 1px rgba(255,255,255,.10);
	-moz-box-shadow:0 1px 5px rgba(8,9,9,.35), 0 0 1px rgba(255,255,255,.10);
	box-shadow:0 1px 5px rgba(8,9,9,.35), 0 0 1px rgba(255,255,255,.10);
	border: 1px solid #080909;
	float:left;
	overflow:hidden;
	margin-right: 7px;
}

.content_article li {
	list-style-position: inside;
	margin-left: 15px;
}

.content_article ul  {list-style-type: square;}

.mini_profile_options  {
	width: 100px;
	float:left;
}

.mini_profile_username {
	color: #fff;
	-webkit-text-shadow: 0 1px 1px rgba(0,0,0,.75);
	-moz-text-shadow: 0 1px 1px rgba(0,0,0,.75);
	text-shadow: 0 1px 1px rgba(0,0,0,.75);
	border-bottom: 1px solid rgba(255,255,255,.05);
}

.mini_profile_actions  {
	list-style:none;
	border-top: 1px solid rgba(0,0,0,.5);
	padding-top: 5px;
}

.mini_profile_actions li {margin-bottom:5px;}
.mini_profile_actions li:last-child {margin-bottom:0;}

.mini_profile_actions a {
	color: #ababab;
	font-size:11px;
	background: url(../images/mini_profile_icons.png) no-repeat left center;
	padding-left: 16px;
	text-decoration:none;
}

.mini_profile_actions a.mini_profile_actions_pr {
	background-position: 0 0;
}

.mini_profile_actions a.mini_profile_actions_ms {
	background-position: 0 -19px;
}

.mini_profile_actions a.mini_profile_actions_bm {
	background-position: 0 -40px;
}

.mini_profile_actions a.mini_profile_actions_lo {
	background-position: 0 -59px;
}

.mini_profile_actions a:hover {
	color: #fff;
}

.mini_profile .btn {
	margin: 5px 0;
	width: 100%;
	padding:0;
} 

.mini_profile .btn:last-child {
	margin-bottom:0;
}

.mini_profile .mini_profile_auth .f_input {
	margin: 5px 0;
	width: 203px;
}

.mini_profile .reg_lost:after {
	display: block;
	clear: both;
	content: " ";
}

.mini_profile .reg_lost .btn {
	width: 100px;
	float: left;
	margin-right: 10px;
}

.mini_profile .reg_lost .btn:nth-child(2n+2) {
	margin-right: 0;
	margin-bottom: 0;
}

.mini_profile .reg_lost .btn:last-child, .mini_profile .reg_lost .btn:nth-last-child(2) {margin-bottom: 0;}

.poll {
	-webkit-text-shadow: 0 1px 1px rgba(0,0,0,.75);
	-moz-text-shadow: 0 1px 1px rgba(0,0,0,.75);
	text-shadow: 0 1px 1px rgba(0,0,0,.75);
}

.poll .poll_name {
	background: rgba(0,0,0,.3);
	padding: 5px;
	color: #e5e5e6;
	display: block;
	border-radius:3px;
}

.poll .vote {
	color: #ffffff;
	padding: 3px 0;
}

.poll .vote .jq-radio {
	background: url(../images/input_radio.png) no-repeat;
	background-position: 0 2px;
	width:18px;
	height: 18px;
	position:relative;
	top:3px;
	margin-right: -1px;
}

.poll .vote .jq-radio.checked {
	background-position: 0 -18px;
}

.poll_buttons {
	margin-top: 5px;
	text-shadow: none;
	text-align:center;
	font-size: 12px;
}

.poll_buttons .vote_button_vote {
	background: #ffe552;
	background: -moz-linear-gradient(top,  #ffe552 0%, #f09e00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffe552), color-stop(100%,#f09e00));
	background: -webkit-linear-gradient(top,  #ffe552 0%,#f09e00 100%);
	background: -o-linear-gradient(top,  #ffe552 0%,#f09e00 100%);
	background: -ms-linear-gradient(top,  #ffe552 0%,#f09e00 100%);
	background: linear-gradient(to bottom,  #ffe552 0%,#f09e00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe552', endColorstr='#f09e00',GradientType=0 );
	border-radius: 20px;
	padding: 3px 0;
	border:0;
	cursor:pointer;
	color: #48360f;
	-webkit-box-shadow: inset 1px 1px 10px rgba(255,255,255,.3),  0px 3px 10px rgba(242,164,13,.37);
	-moz-box-shadow: inset 1px 1px 10px rgba(255,255,255,.3),  0px 3px 10px rgba(242,164,13,.37);
	box-shadow: inset 1px 1px 10px rgba(255,255,255,.3),  0px 3px 10px rgba(242,164,13,.37);
	margin-right: 3px;
	font-size: 12px;
	width: 90px;
}

.poll_buttons .vote_button_vote:active {
	background: #f09e00;
	background: -moz-linear-gradient(top,  #f09e00 0%, #ffe552 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f09e00), color-stop(100%,#ffe552));
	background: -webkit-linear-gradient(top,  #f09e00 0%,#ffe552 100%);
	background: -o-linear-gradient(top,  #f09e00 0%,#ffe552 100%);
	background: -ms-linear-gradient(top,  #f09e00 0%,#ffe552 100%);
	background: linear-gradient(to bottom,  #f09e00 0%,#ffe552 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09e00', endColorstr='#ffe552',GradientType=0 );
	box-shadow: none;
}

.poll_buttons .vote_button_result {
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #9a9a9a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#9a9a9a));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#9a9a9a 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#9a9a9a 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#9a9a9a 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#9a9a9a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#9a9a9a',GradientType=0 );
	border-radius: 20px;
	padding: 3px 0px;
	border:0;
	cursor:pointer;
	color: #48360f;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.75);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.75);
	box-shadow: 0 0 5px rgba(0,0,0,.75);
	color: #333;
	font-size: 12px;
	width: 90px;
}

.poll_buttons .vote_button_result:active {
	background: #9a9a9a;
	background: -moz-linear-gradient(top,  #9a9a9a 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9a9a9a), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #9a9a9a 0%,#ffffff 100%);
	background: -o-linear-gradient(top,  #9a9a9a 0%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #9a9a9a 0%,#ffffff 100%);
	background: linear-gradient(to bottom,  #9a9a9a 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9a9a9a', endColorstr='#ffffff',GradientType=0 );
}

.social_club_div {
	margin: 0 5px;
}

.social_club_list {
	list-style: none;
}

.social_club_list a {
	display: block;
	text-decoration: none;
	color: #3a3a3a;
	background: url(../images/social_club_icons.png) no-repeat left center;
	padding-left: 33px;
	height: 25px;
	line-height: 25px;
	margin: 3px 0;
}

.social_club_list a:hover {
	color: #535353;
}

.social_club_list a.social_club_list_fb {
	background-position: 0 0;
}

.social_club_list a.social_club_list_vk {
	background-position: 0 -33px;
}

.social_club_list a.social_club_list_yt {
	background-position: 0 -66px;
}

.social_club_div .btn {
	padding: 0;
	width: 100%;
	margin: 3px 0;
}

.social_club_div .btn:last-child {
	margin-bottom: 0;
}

.comment_wrap .content_comment,  .comment_wrap .content_comment a {
	text-decoration: none;
	color: #f9fafa;
}

.error {
	color: #eee;
}

.error ul, .error ol {
	margin-left: 30px;
}

/* /Columns */

/* Pagination */

.pagination a {
	color: #c1c1c1;
	font-weight: bold;
	padding: 0 3px;
}

.pagination a:hover {
	color:#3fbbe7;
	text-decoration: underline;
	}
	
.pagination span {
	color:#3fbbe7;
	text-decoration: underline;
	}

.pagination_name {
	color: #c3c3c3 !important;
	font-weight: normal !important;
	padding:0 !important;;
}

/* /Pagination */

/* Buttons */

.btn {
	font: 12px Arial Black, Arial, Arial Black, Arial Black, sans-serif;
	background: #2c2c2c;
	background: -moz-linear-gradient(top,  #2c2c2c 0%, #212121 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c2c2c), color-stop(100%,#212121));
	background: -webkit-linear-gradient(top,  #2c2c2c 0%,#212121 100%);
	background: -o-linear-gradient(top,  #2c2c2c 0%,#212121 100%);
	background: -ms-linear-gradient(top,  #2c2c2c 0%,#212121 100%);
	background: linear-gradient(to bottom, #f37808 0%,#f37808 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c2c2c', endColorstr='#212121',GradientType=0 );
	-webkit-box-shadow: 1px 0 3px #0b0b0b;
	-moz-box-shadow: 1px 0 3px #0b0b0b;
	box-shadow: 1px 0 3px #0b0b0b;
	text-decoration: none;
	padding: 0 15px;
	line-height: 30px;
	display: inline-block;
	border:0;
	border-top:1px solid #333333;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align:center;
	cursor: pointer;
}

.btn:active {
	background: #212121;
	background: -moz-linear-gradient(top,  #212121 0%, #2c2c2c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#212121), color-stop(100%,#2c2c2c));
	background: -webkit-linear-gradient(top,  #212121 0%,#2c2c2c 100%);
	background: -o-linear-gradient(top,  #212121 0%,#2c2c2c 100%);
	background: -ms-linear-gradient(top,  #212121 0%,#2c2c2c 100%);
	background: linear-gradient(to bottom,  #212121 0%,#2c2c2c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#212121', endColorstr='#2c2c2c',GradientType=0 );
}

.btn.blue {
	background: #3399be;
	background: -moz-linear-gradient(top,  #3399be 0%, #13627a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3399be), color-stop(100%,#13627a));
	background: -webkit-linear-gradient(top,  #3399be 0%,#13627a 100%);
	background: -o-linear-gradient(top,  #3399be 0%,#13627a 100%);
	background: -ms-linear-gradient(top,  #3399be 0%,#13627a 100%);
	background: linear-gradient(to bottom,  #3399be 0%,#13627a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3399be', endColorstr='#13627a',GradientType=0 );
	color: #91ddf8;
}

.btn.blue:active {
	background: #13627a;
	background: -moz-linear-gradient(top,  #13627a 0%, #3399be 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#13627a), color-stop(100%,#3399be));
	background: -webkit-linear-gradient(top,  #13627a 0%,#3399be 100%);
	background: -o-linear-gradient(top,  #13627a 0%,#3399be 100%);
	background: -ms-linear-gradient(top,  #13627a 0%,#3399be 100%);
	background: linear-gradient(to bottom,  #13627a 0%,#3399be 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#13627a', endColorstr='#3399be',GradientType=0 );
}

/* /Buttons */

/* Text Fields */

.f_input,.f_textarea, textarea ,input[rel="essential"] {
	padding: 3px;
	border:0;
	border-bottom: 1px solid #222;
	background: rgba(0,0,0,.4);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 25px;
	color: #eee;
}

.f_input:focus, textarea:focus, .f_textarea:focus,input[rel="essential"]:focus {
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.5);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.5);
	box-shadow: 0 0 5px rgba(0,0,0,.5);
}

.f_textarea {
	height: 150px;
	width: 355px;
}

.f_textarea.v_resize {
	resize: vertical;
}

/* /Text Fields */

/* Add Form */

.add_form .row {
	border-radius: 4px;
    border: solid;
    border-color: #222222;
    background: rgb(37, 37, 37);
	}

.add_form .row:after {
	content: " ";
	clear: both;
	display: block;
	visibility: hidden;
	width: 0;
	height: 0;
}

.add_form .row .span_left {
    border: solid;
    border-color: #252525;
    background: #252525;
}

.add_form .row .span_right {
	width: 360px;
	float: left;
}

.add_form .row .span_full {
	width: 480px;
}

/* /Add Form */

/* Footer */

footer {
	border-top: 1px solid rgba(255,255,255,.03);
	margin-top: 10px;
	padding-top: 15px;
}

.footer_navy  {text-align:center;}

.footer_navy li {
	list-style:none;
	display: inline-block;
	margin: 0 3px;
}

.footer_navy li a {
	text-transform: uppercase;
    color: #ffffff;
    background: #f37808;
    padding: 2px;
    border-radius: 3px;
    text-decoration: none;
}

.footer_navy li a:hover {
	background: #282829;
}

footer .copy {
	text-align:center;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0;
}

footer .copy b {
	display: block;
}

footer .copy > span {
	color: #565656;
	font-weight: normal;
	font-size: 12px;
}

.main-sliders-rate {
    height: 42px;
}

.main-sliders-rate a {
    position: relative;
    display: block;
    width: 50%;
    height: 42px;
    float: left;
    /*text-indent: 44px;*/
    line-height: 42px;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

.main-sliders-rate a span {
    position: relative;
    display: block;
    width: 20px;
    margin: 0 auto;
    padding-left: 14px;
}

.main-sliders-rate a svg {
    position: absolute;
    width: 18px;
    height: 17px;
}

.main-sliders-rate a:nth-of-type(1) {
    background: #f5f7f5;
    color: #71ce3f;
}

.main-sliders-rate a:nth-of-type(1):hover {
    background: #71ce3f;
    color: #FFF;
}

.main-sliders-rate a:nth-of-type(1) svg {
    fill: #70cd3f;
    top: 12px;
    left: -10px;
}

.main-sliders-rate a:nth-of-type(1):hover svg {
    fill: #FFF;
}

.main-sliders-rate a:nth-of-type(2) {
    background: #e7e5e5;
    color: #ba3636;
}

.main-sliders-rate a:nth-of-type(2):hover {
    background: #b93636;
    color: #FFF;
}

.main-sliders-rate a:nth-of-type(2) svg {
    fill: #ba3636;
    top: 14px;
    left: -10px;
}

.main-sliders-rate a:nth-of-type(2):hover svg {
    fill: #FFF;
}

/* /Footer */

.b-top {z-index:2600;position:fixed;left:0;bottom:90px;width:34%;margin-left:50%;opacity: 0.5;filter:alpha(opacity=50);}
.b-top:hover {opacity:1;filter:alpha(opacity=100);cursor:pointer;}
.b-top-but {z-index:2600;position:absolute;display:block;left:56px;bottom:0;margin:0 0 0 100%;padding:32px 12px 4px;
color:white;background:#D8D5C2 url(../images/vverh.png) no-repeat 50% 11px;border-radius:7px;}
}

/*   */
   .link {
    color: #ffffff; /*    */ 
    text-decoration: none; /*     */
   }
   
   .link:hover {
    color: #0990d2; /*         */  
    text-decoration: underline; /*   */
}

/*Related News*/
.relatednews{
	display:inline-block; 
	width:20%; 
	vertical-align:top;
}
.relatednews img{
	width:98px; 
	height:70px; 
	border-radius: 4px;
}

.relatednews a{
font-size: 11px;
}

.relatednews a:hover {
    color: #0984ce; /*         */  
    text-decoration: underline; /*   */
   }

 .page{
    width: 992px;
    position: relative;
    z-index: 2;
    top: -10px;
   }
#menu_nav {
width: 992px;
padding-left: 6px;
display: inline-block;
list-style: none;
border-radius: 5px;
border-bottom: 0px solid #777;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
background: url(../images/menu.png);
-moz-box-shadow: 0 0 5px #00ccff;
-webkit-box-shadow: 0 0 5px#00ccff;
box-shadow: 0 0 5px #1570b1;
    }
#menu_nav li {               
	padding:12px 0px 12px 0px;
	float:left;
	position:relative;
	display:inline-block;
    }
#menu_nav li a {
    text-decoration:none;
    font-weight: bold;
    font-size:15px;
    color:#ccc;
	padding:10px 15px 10px 15px;
	border-right:0px solid #666;
    -moz-transition: background-color 0.3s 0.01s ease;
    -o-transition: background-color 0.3s 0.01s ease;
    -webkit-transition: background-color 0.3s 0.01s ease;
	}
#menu_nav li a:hover {                       
    background: #1570b1;
    text-decoration:none;
    color:#fff;	
	}
#menu_nav li a:active {
	background:#1570b1;
	}
#menu_nav li a.first {
	-moz-border-radius:5px 0px 0px 5px;
	-webkit-border-radius:5px 0px 0px 5px;
	border-radius:5px 0px 0px 5px;
	}
#menu_nav li a.first_left {
	-moz-border-radius:0px 5px 5px 0px;
	-webkit-border-radius:0px 5px 5px 0px;
	border-radius:0px 5px 5px 0px;
	}
#menu_nav li a.first_center {
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
	}
#menu_nav .clik_nav {                     
	width:210px;
	position:absolute;
	top:44px;
	left:0px;
    border-top: 2px solid #1570b1;
	background:url(../images/pinstriped_suit.png);
	}
#menu_nav .clik_nav li {                               
	width:210px;
	padding:0px;
	}
    #menu_nav .clik_nav li a {
    font-weight: normal;
    font-size:13px;
	display:block;
	border-bottom:1px solid #1570b1;				
	}
#menu_nav .clik_nav li a:hover {                                        
	background:#1570b1;
	}
#menu_nav .clik_nav li a:active {
	background:#1570b1;
	}