

/* Start:/bitrix/templates/forum/template_styles.css?15706185753463*/
@font-face {font-family: 'RobotoRegular'; 
	src: url('/bitrix/templates/forum/fonts/Roboto-Regular.ttf'); 
}
@font-face {font-family: 'RobotoCondensed'; 
	src: url('/bitrix/templates/forum/fonts/Roboto-Condensed.ttf'); 
}

body, html {
    min-height: 100%;
}
html {
    position: relative;
    box-sizing: border-box;
    padding-bottom: 50px;
}

h3 {
    font-family: RobotoCondensed;
    font-size: 30px;
    color: #000000;
	text-transform: uppercase;
}
h1 {
    font-family: RobotoCondensed;
    font-size: 32px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 30px;
    border-bottom: 2px solid #cccccc;
    padding-bottom: 10px;
}
a {
    color: #008ACD;
    text-decoration: none;
}
.w800{
max-width: 800px;
margin: 0 auto;
}
.w1000{
max-width: 1000px;
margin: 0 auto;
}
.header, .footer {
    padding: 15px 0;
    background: #e6f7fe;
}
.header{
	text-align: right;
}
.header a {
    display: inline-block;
    margin-left: 15px;
    font-family: RobotoCondensed;
    font-size: 15px;
    color: #000000;
    text-decoration: underline;
}
.header a:hover {
    text-decoration: none;
    color: #FE2712;
}
.header_forum {
    padding: 20px 0 40px 0;
}
.login {
    text-align: right;
}
.login_icon {
    display: inline-block;
    margin-top: 20px;
}
.auth.login_icon {
    margin-left: 30px;
}
.login_icon a, .exit a, .exit {
    position: relative;
    padding: 5px 0;
    padding-left: 40px;
    font-family: RobotoCondensed;
    font-size: 16px;
    color: #000000;
    text-transform: uppercase;
}
.login_icon a:hover, .exit a:hover{
	text-decoration: none;
    color: #FE2712
}
.exit {
    display: inline-block;
    margin-top: 5px;
}
.exit a, .exit{
	text-transform: none;
}
.exit a{
	padding-left: 10px;
    font-size: 14px;
}
.login_icon a:before{
	content: "";
	position: absolute;
	width: 28px;
	height: 25px;
	background-position: center;
	background-repeat: no-repeat;
	left: 0;
	top: 50%;
	margin-top: -13px;
}
.registration.login_icon a:before{
	background-image: url('/bitrix/templates/forum/images/reg_icon.png');
}
.auth.login_icon a:before{
	background-image: url('/bitrix/templates/forum/images/auth_icon.png');
}
.content {
	background: url('/bitrix/templates/forum/images/forum_bg.jpg') no-repeat center 50px;
	padding-bottom: 50px;
}
.order_call {
    text-align: right;
}
.footer {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}
.well h3 {
    text-align: center;
    padding: 0 30px;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    background-color: #B5E5FD;
    border-color: #B5E5FD;
    color: #000000;
    font-family: RobotoCondensed;
    font-size: 16px;
}
a.list-group-item u {
    color: #00B3E0;
    font-weight: bold;
}
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border: none;
	background: #ff2c10;
	background: -moz-linear-gradient(top,  #ff2c10 1%, #ff8e08 100%);
	background: -webkit-linear-gradient(top,  #ff2c10 1%,#ff8e08 100%);
	background: linear-gradient(to bottom,  #ff2c10 1%,#ff8e08 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2c10', endColorstr='#ff8e08',GradientType=0 );
}
.btn-primary:hover {
	background: #ff8e08;
	background: -moz-linear-gradient(top,  #ff8e08 0%, #ff2c10 100%);
	background: -webkit-linear-gradient(top,  #ff8e08 0%,#ff2c10 100%);
	background: linear-gradient(to bottom,  #ff8e08 0%,#ff2c10 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8e08', endColorstr='#ff2c10',GradientType=0 );
}
.btn {
	padding: 7px 12px;
}






/* End */
/* /bitrix/templates/forum/template_styles.css?15706185753463 */
