@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow&subset=cyrillic,latin);
.widget_wp_cr_plugin {
	display:inline-block!important;
}
#cr_widget {
	display:inline-block!important;
}
#cr_widget a {
	text-align: center;
	font-family: 'PT Sans Narrow', sans-serif;
	cursor: pointer;
	background: #DB151C;
	box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.1) inset;
	border: 0 none;
	border-radius: 6px;
	overflow: hidden;
	font-size: 15px;
	padding: 13px 18px 16px;
	text-decoration: none;
	color: #fff!important;
	display: inline-block;
	font-family: arial;
	font-weight: bold;
	line-height: 100%;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
	margin-top: -3px;
}
#cr_widget a:hover {
	-o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.14) inset;
	-moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.14) inset;
	-webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.14) inset;
	box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.14) inset;
	text-decoration: underline;	
	color: #fff!important;
}
#cr_version_link {
	font-family: 'PT Sans Narrow', sans-serif;
	color: #FFF;
	cursor: pointer;
	font-size: 17px;
	line-height: 28px;
	border-radius: 9px;
}
/*F2*/
#special-version-container #sidebar_right {
	margin-right: 0px!important;
}
#special-version-container #sidebar_left {
	margin-left: 0px!important;
}
.cr_with_icon {
	background: url('../img/eye-icon.png');
	background-repeat: no-repeat;
	background-position-y: -2px;
}
.cr_with_icon span {
	padding-left: 35px;
	color: #000;
}
#special-version-container #header{
	background: url(/wp-content/uploads/2015/10/header-logo-bg.jpg) no-repeat top left!important;
}