/*bootstrap navbar-fixed-top fix*/

@media screen and (max-width: 768px) {
	body {
		padding-top: 0;
		padding-bottom: 0;
	}
}

body {
background: url(http://stroymarket.abegan.ru/i/bglight.jpg) repeat;
	padding-top: 40px;
}


.content {
background: rgba(255,255,255,0.8);
	padding-top: 20px;
/*	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
*/
}


.dropdown a {
	cursor: pointer;
}

.well-inverse {
/*	background-color: transparent;*/
	background-color: #00C900;
}

.centered-pills { text-align:center; }
.centered-pills ul.nav-pills { display:inline-block; }
.centered-pills li { display:inline; }
.centered-pills a { float:left; }
* html .centered-pills ul.nav-pills { display:inline; } /* IE6 */
*+html .centered-pills ul.nav-pills { display:inline; } /* IE7 */

/*Рекламный блок со сругленными уголками, которые поймет любой браузер*/
.r1, .r2, .r3 {display: block; height: 1px; background: rgba(0,201,0,0); overflow: hidden;}
.r1 { margin: 0 4px; border: 1px dotted #00C900;}
.r2 { margin: 0 2px; }
.r3 { margin: 0 1px; height: 2px; }
.block-round-content  {background: rgba(255,255,255,0.4); /* Цвет фона */ padding: 15px 15px 1px 15px; /*  Поля вокруг текста */}

.well {
background: #E9E9E9;
}

.liner  {
 border-right: 1px dashed #000; /* Параметры линии */
}

 /* Prevents slides from flashing */
    #slides {
      display:none;
    }

/*Оформление разворачивание контента на странице*/
.hideWrap{
text-align:left; /* Устанавливаем выравнивание по левому краю */
clear:both;
}

.hideBtn{
display:inline; /* Дисплей блок - для ссылки - необходимо, для установки фона */
background:transparent url("/_example/_img/_lib1/_plus.gif") no-repeat left center; /* Картинка «плюс» */
font-size: 14px;
line-height: 1.5;
font-family: Arial, Tahoma, Verdana, sans-serif;
text-align: left;
/*padding:1px 14px 2px;*/
cursor:pointer;
outline:none; /* Скрываем рамочку, при нажатии */
}

.hideBtn.show{
background-image: url(/_example/_img/_lib1/_minus.gif); /* картинка «минус» - для открытого блока */
}

.hideCont{
display:none; /* Скрываем контент */
}

a.dot {
text-decoration: none; /* Убираем подчеркивание */
border-bottom: 1px dashed #000080; /* Добавляем свою линию */ 
}

a.dot:hover {
border-bottom: 1px dashed #f00000; /* Добавляем свою линию */ 
color: #f00000; /* Цвет ссылки при наведении на нее курсора */
}

.borderradius{
border-radius: 15px;
}