.toggleWidgetLink {
    opacity: 0.2;
    transition: 0.3s all linear;
    width: 20px;
    height: 20px;
}

    .toggleWidgetLink:hover {
        opacity: 1;
        color: #828e99;
    }

    .toggleWidgetLink:after {
        content: "\f078";
        font-family: "FontAwesome";
        font-size: 18px;
    }

    .ipsWidget_hidden .toggleWidgetLink:after {
        content: "\f053";
    }
    html[dir="rtl"] .ipsWidget_hidden .toggleWidgetLink:after {
        content: "\f054";
    }
/**
 * This file is for your custom CSS.
 * This file is not modified or overwritten during upgrades
 */

body[data-pageapp="forums"] .ipsItemStatus.ipsItemStatus_large.cForumIcon_normal {
	width: 46px;
	height: 29px;
	border-radius: 0;
	background-color: transparent;
	background-image: url('https://cadillac-club.ru/themes/2/resources/core/front/on_new.png');
}

body[data-pageapp="forums"] .ipsItemStatus.ipsItemStatus_large > i,  .ipsItemStatus.ipsItemStatus_large.cForumIcon_normal > i {
	display: none;
}
 
body[data-pageapp="forums"] .ipsItemStatus.ipsItemStatus_large.ipsItemStatus_read {
	background-image: url('https://cadillac-club.ru/themes/2/resources/core/front/off_new.png');
}
#ipsLayout_body{
	z-index:1 !important;
}
#elLogo img {
    width: 500px;
    height: auto;
}
#ipsLayout_body{
	z-index:2;
}
.ipsLayout_container {
    z-index: 1;
}
body[data-pageapp="forums"] .ipsItemStatus.ipsItemStatus_large.ipsItemStatus_read, body[data-pageapp="forums"] .ipsItemStatus.ipsItemStatus_large.cForumIcon_normal {}

body[data-pageapp="forums"] .ipsDataItem_unread .ipsItemStatus.ipsItemStatus_tiny > i {
	display:none;
}
body[data-pageapp="forums"] .ipsDataItem_unread .ipsItemStatus.ipsItemStatus_tiny::before {
  content:'';
  width: 28px;
  height: 9px;
  display: inline-block;
  background-image: url('https://cadillac-club.ru/themes/2/resources/core/front/new_sub.gif');
}
ul.ipsToolList.ipsToolList_horizontal.ipsClearfix.ipsPos_right {
    display: none;
}
#ipsLayout_header header {
	padding-top:0;
}
header .ipsLayout_container {
	max-width: 100%;
  	padding: 0;
  	z-index: 1;
}
html[dir="ltr"] #elUserNav {
	right:0;
}
#elLogo{
	z-index:9999;
}
#elUserNav{
  	padding: 0 15px;
  	z-index: 9999;
}


.cSignedIn{
	background-color:#111111;
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#fff;
	position:relative;
	padding:10px 20px;
	padding-right:50px;
	background-image: linear-gradient(bottom, rgb(34,34,34) 0%, rgb(17,17,17) 100%);
	background-image: -o-linear-gradient(bottom, rgb(34,34,34) 0%, rgb(17,17,17) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(34,34,34) 0%, rgb(17,17,17) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(34,34,34) 0%, rgb(17,17,17) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(34,34,34) 0%, rgb(17,17,17) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(34,34,34)),
	color-stop(1, rgb(34,34,34))
	);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0px 1px 0px #111111, 0px 5px 0px 0px #111111;
	-moz-box-shadow: inset 0px 1px 0px #111111, 0px 5px 0px 0px #111111;
	-o-box-shadow: inset 0px 1px 0px #111111, 0px 5px 0px 0px #111111;
	box-shadow: inset 0px 1px 0px #111111, 0px 5px 0px 0px #111111;
}
.cSignedOut{
	background-color:#111111;
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#fff;
	position:relative;
	padding:10px 20px;
	padding-right:50px;
	background-image: linear-gradient(bottom, rgb(34,34,34) 0%, rgb(17,17,17) 100%);
	background-image: -o-linear-gradient(bottom, rgb(34,34,34) 0%, rgb(17,17,17) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(34,34,34) 0%, rgb(17,17,17) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(34,34,34) 0%, rgb(17,17,17) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(34,34,34) 0%, rgb(17,17,17) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(34,34,34)),
	color-stop(1, rgb(34,34,34))
	);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0px 1px 0px #111111, 0px 5px 0px 0px #111111;
	-moz-box-shadow: inset 0px 1px 0px #111111, 0px 5px 0px 0px #111111;
	-o-box-shadow: inset 0px 1px 0px #111111, 0px 5px 0px 0px #111111;
	box-shadow: inset 0px 1px 0px #111111, 0px 5px 0px 0px #111111;
}




