
@media only screen and (max-width: 1200px) {
	.content .banner .block:nth-child(1) {
		width: auto;
		background-color: #f44a4d;
	}

	.content .banner .block p {
		margin-bottom: 0;
		font-size: 18px;
	}

	.content .banner .block p b {
		font-size: 40px;
		line-height: 1em;
	}

	.guarantee-wrapper .guarantee.commissions {
		background: url("../../images/sensational.png") no-repeat center;
		background-size: 100% auto;
	}
	.guarantee-wrapper .guarantee.authorize {
		background: url("../../images/authorize.jpg") no-repeat center;
		background-size: 100% auto;
	}
	.guarantee-wrapper .guarantee.day30 {
		background: url("../../images/30day.png") no-repeat center;
		background-size: 100% auto;
	}

	.today-price p span {
		font-size: 14px;
	}

	.today-price p.lead {
		margin-bottom: 0;
		font-size: 17px;
		line-height: 24px;
	}

	.today-price h2 {
		font-size: 36px;
		line-height: 30px;
	}

	.today-price .price {
		font-size: 48px;
	}

}

@media only screen and (max-width: 992px) {
	.content .banner .block:nth-child(4) {
		width: auto;
	}

	.content .banner .block em {
		padding: 0 15px;
		font-size: 12px;
	}

	.content .banner .block:nth-child(2)::before {
		content: 'Before';
		padding: 2px;
		width: 55px;
		font-size: 12px;
	}

	.content .banner .block:nth-child(3)::before {
		content: 'After';
		width: 55px;
		padding: 2px;
		font-size: 12px;
	}

	.price-panel .price-panel-body {
		padding-top: 0px;
	}

	.total-price {
		margin-bottom: 20px;
		font-size: 26px;
		line-height: 60px;
		font-weight: 700;
		text-align: right;
		background-color: #eee;
	}
	.total-price strong {
		margin-left: 30px;
	}

	.ccForm .btn[type="submit"],
	.ccForm .btn[type="button"] {
		font-size: 24px;
		padding-top: 18px;
		padding-bottom: 18px;
	}

	.ccForm .form-body {
		padding: 20px;
	}
	
	.warranty {
		padding-left: 20px;
	}

	.warranty p {
		padding-left: 30px;
	}

	.warranty .secure-checkout {
		width: 50%;
		padding-right: 10px;
		font-size: 12px;
		background-position: -10px 0;
		background-size: 100% auto;
		text-align: justify;
	}

	ul.reviews li {
		margin-bottom: 10px;
	}

	ul.reviews li:nth-child(odd) .img-holder {
		width: 120px;
		margin-right: 10px;
	}

	ul.reviews li:nth-child(even) .img-holder {
		width: 120px;
		margin-left: 10px;
	}

	ul.reviews li p {
		padding-top: 0px;
	}

	ul.reviews li:nth-child(odd) p,
	ul.reviews li:nth-child(odd) span {
		margin-left: 130px;
	}

	ul.reviews li:nth-child(even) p,
	ul.reviews li:nth-child(even) span {
		margin-right: 130px;
	}

	.today-price h2 {
		font-size: 27px;
	}

	.today-price p {
		text-align: justify;
	}
}

@media only screen and (max-width: 767px) {
	main.content-wrapper > .container.white {
		border: none;
	}
	main.content-wrapper .content {
		padding: 0;
		margin-left: -15px;
		margin-right: -15px;
	}
	
	header .logo {
		float: none;
		display: block;
		width: 120px;
		padding: 8pxpx 0px;
		margin: 0 auto;
	}
 
	.content .banner {
		display: block;
		margin-bottom: 22px;
		text-align: center;
		font-size: 0;
	}

	.content .banner .block:nth-child(2),
	.content .banner .block:nth-child(3) {
		display: inline-block;
	}

	.content .banner .block:nth-child(1),
	.content .banner .block:nth-child(4) {
		display: block;
		width: 100%;
		min-height: 80px;
	}

	.content .banner .block p {
		font-size: 20px;
	}

	.content .banner .block p:first-child {
		padding-left: 20px;
		padding-right: 40px;
	}

	.content .banner .block p:last-child {
		padding-left: 40px;
		padding-right: 20px;
	}

	.content .banner .block p.text-uppercase {
		text-transform: none;
	}

	.content .banner .block br {
		display: block;
	}

	.content .banner .block p br {
		display: none;
	}

	.content .banner .block em {
		display: block;
		padding: 0 15px;
		font-size: 18px;
	}

	.price-panel h2 {
		font-size: 18px;
		padding-left: 104px;
	}

	.price-panel h2::before {
		content: "";
		top: 5px;
		left: 20px;
	}

	.price-panel .price-panel-body {
		border-color: transparent;
	}

	.price-panel .price-panel-body ul {
		display: block;
		width: 100%;
	}

	.price-panel .price-panel-body ul > li {
	    width: 100%;
	    padding: 0 20px 0;
	    display: block;
	}

	.price-panel .price-panel-body ul > li h3 {
		min-height: auto;
		font-size: 20px;

	}

	.price-panel .price-panel-body ul > li .price {
		position: static;
		bottom: auto;
		left: auto;
		font-size: 22px;
	}

	.total-price {
		margin-bottom: 20px;
		font-size: 26px;
		line-height: 60px;
		font-weight: 700;
		text-align: right;
		background-color: #eee;
	}
	.total-price p {
		display: block;
		font-size: 24px;
		line-height: 1.2em;
		padding: 12px 20px;
	}
	.total-price strong {
		float: none;
		display: block;
		font-size: 30px;
		text-align: center;
		padding: 10px 15px;
		margin-left: 0;
	}

	.ccForm .form-panel {
		margin-bottom: 0;
	}

	.ccForm .form-body {
	    border-color: transparent;
	}


	.warranty {
		padding-right: 20px;
		margin-bottom: 30px;
	}

	.warranty .secure-checkout {
		float: none;
		display: block;
		width: 100%;
		padding: 55px 0 15px 0;
		font-size: 14px;
		background-position: -12px 0;
		background-size: auto auto;
		text-align: left; 
	}
	.warranty .guarantee-wrapper {
		display: table;
		width: 100%;
	}

	.warranty .guarantee-wrapper .guarantee {
		display: table-cell;
		width: 33.3%;
		height: 75px;
	}

	.guarantee-wrapper .guarantee.commissions {
		background: url("../../images/sensational.png") no-repeat center;
	}
	.guarantee-wrapper .guarantee.authorize {
		background: url("../../images/authorize.jpg") no-repeat center;
	}
	.guarantee-wrapper .guarantee.day30 {
		background: url("../../images/30day.png") no-repeat center;
	}

	ul.reviews {
		padding: 0 20px;
	}
	ul.reviews li {
		margin-bottom: 15px;
		text-align: center;
	}

	ul.reviews li:nth-child(even) {
		text-align: center;
	}

	ul.reviews li:nth-child(odd) .img-holder {
		float: none;
		display: inline-block;
		width: 150px;
		margin-right: 0;
	}

	ul.reviews li:nth-child(even) .img-holder {
		float: none;
		display: inline-block;
		width: 150px;
		margin-left: 0;
	}

	ul.reviews li p {
		font-size: 16px;
		margin-bottom: 0;
	}

	ul.reviews li:nth-child(odd) p,
	ul.reviews li:nth-child(odd) span {
		margin-left: 0;
	}

	ul.reviews li:nth-child(even) p,
	ul.reviews li:nth-child(even) span {
		margin-right: 0;
	}

	.today-price {
		margin-bottom: 20px;
	}

	.today-price p {
		padding: 0 20px;
	}

	.today-price p,
	.today-price p span {
		font-size: 16px;
	}

	.today-price p.lead {
		font-size: 22px;
		line-height: 30px;
		text-align: left;
	}

	.today-price h2 {
		padding-left: 20px;
		padding-right: 20px;
		font-size: 36px;
		line-height: 40px;
	}

	.today-price .price {
		float: none;
		display: block;
		width: 100%;
		padding: 0 20px;
		text-align: center;
	}
	footer .copyright {
		font-size: 12px;
	}
}

@media only screen and (max-width: 560px) {
	.content .banner .block:nth-child(2) {
		width: 59%;
		overflow: hidden;
	}
	.content .banner .block:nth-child(3) {
		width: 40%;
		overflow: hidden;
	}

	.content .banner .block img {
		display: block; 
		max-width: none;
	}

	.price-panel.marketing h2::before {
		content: "";
		top: 15px;
		left: 20px;
	}
}

@media only screen and (max-width: 380px) {
	.content .banner .block img {
		height: 150px;
	}
	footer .copyright {
		font-size: 10px;
	}
}