@media screen and (max-width:1300px) {

	nav .nav-top .top ul li.get-approved a {
		margin-left: 0;
	}
}

@media screen and (max-width:1200px) {

	.product-item:nth-child(3n+3) .inner {
		padding-left: 15px;
	}

	.product-item:nth-child(3n+3) .inner {
		margin: 0 0 0 auto;
	}

	.product-item:nth-child(3n+2) .inner {
		padding: 0 7.5px;
	}

	.product-item:nth-child(3n+2) .inner {
		margin: 0 auto;
	}

	.product-item:nth-child(3n+1) .inner {
		padding-right: 15px;
	}

	.product-item:nth-child(3n+1) .inner {
		margin: 0 0 0 0;
	}

	nav .nav-bottom {
		top: 0;
		margin-bottom: 0;
		position: relative;
	}

	nav .nav-logo a img {
		width: 135px;
	}

	nav .nav-logo a {
		position: relative;
		left: -20px;
		margin-right: -20px;
	}

	.swiper-button-next {
		right: 0;
	}

	nav .nav-bottom ul li:not(:last-child) {
	}

	nav .nav-bottom ul li a {
		font-size: 17px !important;
	}

	nav .nav-top .top ul li a {
		font-size: 12.5px;
	}

	nav .nav-top .top ul li {
		padding: 0;
		margin: 0 10px 0 0;
	}

	footer .left ul li {
		margin: 0 30px 30px 0;
	}
}

@media screen and (max-width:991px) {

	#single-location>.container>.title,
	.ask-form .title {
		font-size: 30px;
	}

	.product-item .inner {
		margin: 0;
	}

	.product-item .inner {
		margin: 0;
	}

	nav .main-nav-container {
		padding-left: 0;
		text-align: right;
	}

	nav .nav-logo a {
		position: relative;
		left: -40px;
		margin-right: -40px;
	}

	nav .nav-logo a img {
		width: 135px;
	}

	nav .nav-bottom ul li a {
		font-size: 16px !important;
	}

	nav .nav-top .bottom form {
		margin-top: 0;
	}

	nav .nav-bottom {
		top: 0;
		margin-bottom: 0;
		padding-top: 0;
		text-align: right;
	}

	nav .nav-top .bottom .nav-location {
		margin-top: 0;
	}

	nav .nav-top .top ul li.google-language {
		position: relative;
		top: -15px;
	}

	nav .nav-top .top ul li.get-approved {
		margin-top: 5px;
		margin-right: 170px;
	}

	nav .nav-top .top {
		padding-top: 10px;
	}

	footer .left .title a {
		margin-left: 10px;
	}
}

@media screen and (min-width:768px) and (max-width:1200px) {
	nav .nav-bottom ul.main-nav>li {
		position: static;
		float: none !important;
	}

	ul.main-nav {
		position: relative;
	}
}

@media screen and (min-width:768px) and (max-width:991px) {

	.product-item:nth-child(2n+1) .inner {
		margin: 0 auto 0 0 !important;
		padding-right: 7.5px;
		padding-left: 0;
	}

	.product-item:nth-child(2n+2) .inner {
		margin: 0 0 0 auto !important;
		padding-left: 7.5px;
		padding-right: 0;
	}

	.product-item {
		width: 50%;
	}
}

@media screen and (max-width:767px) {

	#single-location>.container>.title span,
	.ask-form .title span {
		display: block;
	}

	#single-location>.container>.title,
	.ask-form .title {
		font-size: 30px;
	}

	.product-item .image {
		margin-bottom: 20px;
	}

	#banner.container {
		margin-top: -50px;
	}

	nav .nav-logo a {
		left: 0;
		margin-right: 0;
	}

	nav .nav-logo a img {
		width: 135px;
		height: auto;
		max-width: 100%;
	}

	#menu li.drop>a.triggered:after {
		background-image: url(../images/icon-minus.png);
	}

	#menu li a.triggered {
		padding-left: 15px;
	}

	#menu li.drop>a:after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		right: 35px;
		height: 100%;
		width: 12px;
		background-repeat: no-repeat;
		background-position: center;
		background-image: url(../images/icon-plus.png);
	}

	#menu li.active:not(.drop) a:after {
		background-image: url(../images/icon-arrow.png);
		right: 35px;
	}

	#menu li:not(.drop) a:after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		right: 10px;
		height: 100%;
		width: 7px;
		background-repeat: no-repeat;
		background-position: center;
		background-image: url(../images/icon-arrow-gray.png);
	}

	.slideout-open .slideout-menu {
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s linear;
		-ms-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}

	html:not(.slideout-open) .slideout-menu {
		right: -300px;
	}

	.slideout-menu-right {
		right: 0;
	}

	.slideout-menu {
		position: fixed;
		top: 0;
		bottom: 0;
		width: 310px;
		min-height: 100vh;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		z-index: 0;
		background-color: white;
		max-width: 300px;
	}

	#menu li {
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s linear;
		-ms-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		transition: all 0.3s linear;
		position: relative;
	}

	#menu li.active a,
	#menu li:hover>a {
		color: white !important;
		background-color: #e8202f !important;
		border-color: #e8202f !important;
	}

	#menu li a {
		height: 40px;
		background-color: white;
		border-bottom: 1px solid #e8e8e8;
		display: block;
		line-height: 40px;
		font-weight: 300;
		color: #000000;
		font-size: 13px;
		display: block;
		position: relative;
		padding: 0 5px;
	}

	#menu li.drop>ul {
		display: none;
	}

	#menu li.drop>ul a {
		padding: 0 0 0 15px;
	}

	#basic-content .left .inner {
		margin: 0 0 0 auto;
	}

	p {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 20px;
	}

	#basic-content h2 {
		font-size: 30px;
		margin: 0px 0 20px 0;
	}

	.right.pull-right {
		float: none !important;
		clear: both;
	}

	nav .nav-top {
		height: 80px;
	}

	nav .nav-top .bottom .ham {
		display: inline-block;
		font-size: 30px;
		color: black;
		margin: 0 15px 0 0;
		cursor: pointer;
	}

	nav .nav-top .bottom .nav-location>div>span {
		font-size: 12px;
	}

	nav .nav-top .bottom .nav-location {
		padding-left: 25px;
		background-size: 20px;
		font-size: 12px;
	}

	nav .nav-top .bottom {
		margin-top: 3px;
	}

	nav .nav-top .top {
		padding-top: 10px;
		text-align: right;
	}

	nav .nav-top .top ul li.google-language {
		position: relative;
		float: none;
		top: 0;
	}

	nav .nav-top .top ul li.get-approved {
		margin-top: 5px;
		margin-right: 15px;
	}

	nav .nav-top .top ul li:not(.get-approved):not(.google-language):not(.clearfix) {
		display: none;
	}

	footer .title {
		font-size: 20px;
	}

	footer {
		padding: 30px 0;
	}

	footer .right .inner {
		width: 100%;
		margin: 0 0;
		max-width: 100%;
	}
}

@media screen and (min-width:601px) {
	.on-mobile {
		display: none !important;
	}
}

@media screen and (max-width:600px) {

	.product-item:nth-child(2n+1) .inner {
		margin: 0 auto 0 0 !important;
		padding-right: 7.5px;
		padding-left: 0;
	}

	.product-item:nth-child(2n+2) .inner {
		margin: 0 0 0 auto !important;
		padding-left: 7.5px;
		padding-right: 0;
	}

	.product-item {
		margin-bottom: 25px
	}

	.product-item {
		width: 50%;
	}

	.product-item {
		margin-bottom: 25px;
	}

	.product-item:nth-child(2n+1) .inner {
		margin: 0 auto 0 0 !important;
		padding-right: 7.5px;
		padding-left: 0;
	}

	#banner.container {
		margin-top: -30px;
	}

	.out-mobile {
		display: none !important;
	}

	#basic-content .left .inner {
		margin-bottom: 30px;
	}

	.swiper-button-prev {
		left: 0;
	}

	main {
		padding: 30px 0;
		padding-top: 0;
	}
}

@media screen and (max-width:480px) {

	.swiper-element-container {
		margin-left: auto;
		margin-right: auto;
		position: relative;
		overflow: hidden;
		z-index: 1;
		padding: 0 0;
	}

	.swiper-element-wrapper {
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-o-transform: translate(0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	.swiper-element-wrapper {
		position: relative;
		width: 100%;
		height: 100%;
		z-index: 1;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-transition-property: -webkit-transform;
		-moz-transition-property: -moz-transform;
		-o-transition-property: -o-transform;
		-ms-transition-property: -ms-transform;
		transition-property: transform;
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
	}

	.swiper-element {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		-webkit-flex-shrink: 0;
		-ms-flex: 0 0 auto;
		flex-shrink: 0;
		width: 100%;
		height: 100%;
		position: relative;
		padding-top: 15px;
		padding-bottom: 15px;
		display: block;
	}

	.product-item .image img {
		max-width: 100%;
	}

	.product-item .image img {
		max-width: 100%;
	}

	#basic-content .left {
		margin-bottom: 0;
	}

	#single-location>.container>.title,
	.ask-form .title {
		font-size: 20px;
	}

	.product-item .inner {
		width: 150px;
	}

	.product-item .product-title {
		font-size: 8.5px;
		line-height: 12px;
	}

	.modal-content form>div {
		width: 100%;
		padding: 0;
	}

	.modal-content span.h2 strong {
		font-size: 18px;
	}

	.modal-content span.h2 {
		font-size: 16px;
		line-height: 1.3
	}

	.modal-content span.h1 {
		font-size: 30px;
		line-height: 1;
		margin-bottom: 10px;
		margin-top: 10px;
	}

	#basic-content .left .inner {
		margin: 30px auto 0 auto;
	}

	nav .nav-logo {
		padding-right: 0;
	}

	footer {
		text-align: center;
	}

	footer .left .title strong {
		display: block;
	}

	footer .left .title a {
		margin-left: auto;
		margin-right: auto;
		display: block;
		margin-top: 15px;
	}

	footer .left ul li {
		margin: 0 15px 20px 0;
	}
}

@media screen and (min-width:481px) {
	nav .nav-top-content {
		width: 90%;
	}

	nav .nav-logo {
		width: 10%;
		margin-bottom: -40px;
	}
}

@media screen and (max-width:480px) {
	nav .nav-logo.col-xs-4 {
		width: 33.33333333%;
	}

	nav .nav-top-content.col-xs-8 {
		width: 66.66666667%;
	}

	nav .nav-logo a img {
		width: 70px;
		margin-bottom: 0;
	}

	nav .nav-top .bottom .right.hidden-xs {
		display: block !important;
		width: calc(100% - 45px);
	}

	nav .nav-top .bottom form {
		width: 200px;
		margin-top: 4px;
	}

	nav .nav-top .bottom form input[type="text"] {
		text-overflow: ellipsis;
		height: 35px;
		font-size: 12px;
	}

	nav .nav-top .bottom form input[type="submit"] {
		height: 35px;
		width: 35px;
	}

	nav .nav-top .bottom .right.hidden-xs+.clearfix {
		display: none !important;
	}
}
