@media only screen and (min-width: 320px) and (max-width: 1024px) {
	.wrapper {
		margin-left: 0;
	}
	.topbar-fixed {
		width: 100%;
	}
	.header .navbar-inner .nav-collapse > ul {
		float: inherit;
	}
	.header .navbar-inner li a {
		padding: 10px 16px 10px;
	}
	.header .navbar-inner li > a:hover,
	.header .navbar-inner li.active > a,
	.header .navbar-inner li.active:hover > a {
		border-top: none;
		padding-top: 10px;
	}
	.header .navbar-inner .dropdown-menu {
		width: auto;
		box-shadow: none;
	}
	.header .search-box {
		background: none;
		left: 40px;
		top: inherit;
		bottom: 8px;
		padding: 5px;
		border: none;
		box-shadow: none;
	}
	.header .search-box input {
		width: 160px;
	}
	.header .search-box .btn {
		padding: 7px 14px;
	}
	.header-fixed .navbar-inner .nav-collapse > ul {
		float: inherit;
	}
	.header-fixed .navbar-inner li a {
		padding: 10px 16px 10px;
	}
	.header-fixed .navbar-inner li > a:hover,
	.header-fixed .navbar-inner li.active > a,
	.header-fixed .navbar-inner li.active:hover > a {
		border-top: none;
		padding-top: 10px;
	}
	.header-fixed .navbar-inner .dropdown-menu {
		width: auto;
		box-shadow: none;
	}
	.header-fixed .search-box {
		background: none;
		left: 40px;
		top: inherit;
		bottom: 8px;
		padding: 5px;
		border: none;
		box-shadow: none;
	}
	.header-fixed .search-box input {
		width: 160px;
	}
	.header-fixed .search-box .btn {
		padding: 7px 14px;
	}
	.pages_btn span {
		background: none;
	}
	.search-box .col-1 {
		width: 64%;
	}
	.search-box .col-2 {
		width: 36%;
	}
	.site-carousel .carousel-img {
		padding: 8px;
	}
	.site-carousel .carousel-sep {
		border-right: none;
	}
	.site-carousel .carousel-desc {
		padding: 10px 10px 10px 10px;
	}
	.site-carousel .carousel-left {
		top: 46%;
	}
	.site-carousel .carousel-right {
		top: 46%;
	}
	.criteria-panel {
		right: 20px;
		top: 230px;
	}
	.clearfix:before, .clearfix:after {
		clear: both;
	}
}

@media (max-width: 979px) {
	/*** Blockquote ***/
	.quote-v1-inner.col-1 {
		padding-left: 0;
		text-align: center;
	}
	.quote-v1-inner.col-2 {
		text-align: center;
	}
	.quote-v1-inner.col-3 {
		padding-right: 0;
		text-align: center;
	}
	
	/*** Effect ***/
	.effect {
		border-top: 0px solid #eeeeee;
	}
	.effect .sep {
		padding-right: 0px;
		border-left: 0px solid #eeeeee;
		border-right: 0px solid #eeeeee;
	}
}