body {
	min-width:465px;
}
.searchPanel {
	margin-top: 3em;
	margin-bottom: 2em;
}

.footer {
	margin-top: 3em;
	background: #303F9F;
	color: #fff;
	padding-top: 1.5em;
	padding-bottom: 1em;
}
.footer ul {
	list-style: none;
}
.footer ul li {
	margin-bottom: 0.5em;
}
.footer a {
	color: #ddd;
	text-decoration: none;
}
.footer a:hover {
	color: #fff;
}
.copyright {
	font-size: 12px;
	
}

.lead {
	margin-top: 1em;
	border-bottom: 1px solid #ddd;
}
.advs {
	text-align: right;
	margin-top: .3em;
	margin-right: 80px;
}
.advs a {
	border-bottom: 1px dotted #303f9f;
	text-decoration: none;
}
#advs-form {
	background: #909fdf;
	border-radius: 4px;
	padding: 1.5em; /* 1em */
}

@media (max-width: 768px) {
	.xs-margin {
		margin-top: 1em !important;
	}
}
#advs-form .add-next-row + .del-row {
	display: none;
}
#advs-form .add-next-row.hidden + .del-row {
	display: inline-block;
}
.add-row-template {
	display: none;
}

.hidden {
	display: none;
}
#select-collections ul {
	list-style:none;
}

.text-left {
	text-align: left !important;
}
.text-right {
	text-align: right !important;
}
.text-center {
	text-align: center !important;
}
#advs-form .row-divider {
	border-top: 1px solid #ddd;
	margin-bottom: 1em;
	margin-left: 1em;
	margin-right: 1em;
}

.slider-selection {
	background: yellow;
}

#slider-range {
	margin-top: 0.7em;
}

#slider-range-wrap {
	width:40%;	
}

@media(max-width:600px)
{
	#slider-range-wrap {
		display: none !important;	
	}	
}

@media(max-width: 768px)
{
	#slider-range-wrap {
		
		width:40% !important;
	}

	.row-title:after {
		content: ' ';
		display: block;
	}
}

@media(min-width: 1024px)
{
	#slider-range-wrap {
		width:55%;
	}

}

/*
.books-list .n {
	float: left;
	margin-right: 1em;
}
.books-list .cover {
	float: left;
	margin-right: 1em;
}

.books-list .cover img {
	width: 120px;
}

.books-list .descr {
	text-align: justify;
}

.books-list .book {
	margin-bottom: 30px;
}

.books-list .book:after, .book:before {
	content: " ";
  	display: table;
}

.books-list .book:after {
	clear: both;
}
*/

.nav-pag {
	text-align: center;
}

.pagination li{

}