@media only screen and (max-width: 1200px) {
}
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
}
 @media only screen and (max-width: 992px) {
menu .menuWrapper .navbar .navbar-collapse
{
	padding-top: 15px;
	padding-bottom: 15px;
}
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
}
 @media only screen and (max-width: 768px) {
figure
{
	float: none !important;
	margin: 0 auto 30px !important;
	max-width: 319px !important;
}
figure a.post-thumbnail{left:0px !important;top:-15px !important;}
#pagination ul li:first-child
{
	width: 100% !important;
	border-right: none !important;
	border-bottom: 1px solid #888888;
}
#pagination ul li:last-child
{
	width: 100% !important;
	border-right: none !important;
	border-top: 1px solid #888888
}
.searchWrapper{
	border-color: #222222 !important;
    border-style: solid !important;
    border-width: 1px !important;
    margin-top: 15px;
}

}
 @media only screen and (min-width: 480px) and (max-width: 767px) {
}
 @media only screen and (max-width: 480px) {
}
 @media only screen and (min-width: 320px) and (max-width: 479px) {
}
 @media only screen and (max-width: 320px) {
}
