
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0)
{ @media {
	.cbplace span{
	  width:160px;
	}
}}

@media (min-width: 992px) and (max-width: 1199px) {

	.show-menu, .hide-menu { right: 30px; }

	.top-content h1, .top-content .description { padding: 0 40px; }

  .g-recaptcha{ padding:0 260px;}

}

@media (min-width: 768px) and (max-width: 991px) {
.g-recaptcha{ padding:0 150px;}
	.section-description p { padding: 0; }

	.top-content h1, .top-content .description { padding: 0 40px; }

	.timer .days-wrapper, .timer .hours-wrapper, .timer .minutes-wrapper, .timer .seconds-wrapper { width: 145px; }

}

@media (max-width: 991px) {

	.show-menu { right: 30px; }
	.hide-menu { position: static; top: auto; right: auto; z-index: auto; }
	.hide-menu a { height: 42px; padding-top: 0; }
	.faq{
		width:100%; !important;
	}
}

@media (max-width: 767px) {
  .g-recaptcha{
    padding:0px 0px;
    margin-left:5px;
    margin-top:15px;
    width:100%:
    transform:scale(100%);-webkit-transform:scale(100%);transform-origin:0 0;-webkit-transform-origin:0 0;
    margin-left:25%;
  }

	.section-description p { padding: 0; }

  .top-content h1, .top-content .description { padding: 0; }

    .timer .days-wrapper, .timer .hours-wrapper, .timer .minutes-wrapper, .timer .seconds-wrapper { width: 145px; }
	.timer .slash { display: none; }

	.subscribe form input.subscribe-email, .subscribe form button , .discount-block { width: 95%; }
	.subscribe form input.subscribe-email { margin-left: auto; margin-right: auto; }

	.contact-form, .contact-address { text-align: center; }
	.contact-form form input, .contact-form form textarea { margin-left: auto; margin-right: auto; }

	footer, .footer-copyright { text-align: center; }
	.footer-copyright { padding-bottom: 15px; }
}

@media (max-width: 600px) {
.g-recaptcha{margin-left:20%;}

}

@media (max-width: 500px) {
  .g-recaptcha{margin-left:15%;}
}

@media (max-width: 460px) {

  .g-recaptcha{margin-left:10%;}
}

@media (max-width: 460px) {
  .g-recaptcha{margin-left:7%;}
}

@media (max-width: 425px) {
	.subscribe form input.subscribe-email, .subscribe form button , .discount-block { width: 320px; }
  .g-recaptcha{margin-left:3%;}
}

@media (max-width: 415px) {

	h1, h2 { font-size: 32px; }

	.show-menu { right: 10px; }
}

@media (max-width: 360px) {
	.subscribe form input.subscribe-email, .subscribe form button , .discount-block { width: 280px; }
  .g-recaptcha{
    padding:0px 0px;
    margin-left:5px;
    margin-top:15px;
    transform:scale(0.90);-webkit-transform:scale(0.90);transform-origin:0 0;-webkit-transform-origin:0 0;
  }

	.cbplace span {
    width: 160px;
	}

@media (max-width: 320px) {
	.subscribe form input.subscribe-email, .subscribe form button , .discount-block { width: 260px; }
}

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0)
{ @media {
    .safari_only {

        color:#0000FF;
        background-color:#CCCCCC;

    }
}}

	.cbplace a{
		margin-left:5px;
	}

	.history-header{
		line-height:35px;
		margin-top:10px;
	}

}

@media (max-width: 335px) {
	#cancel-cc{
		margin-top:10px;
	}
}

@media (max-width: 310px) {

  .g-recaptcha{
    transform:scale(0.80);-webkit-transform:scale(0.80);transform-origin:0 0;-webkit-transform-origin:0 0;
    }
}


/* Retina-ize images/icons */

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {

	/* logo */
    .top-content .logo a {
    	background-image: url(../img/logo@2x.png) !important; background-repeat: no-repeat !important; background-size: 180px 82px !important;
    }

}
