/*
_______________________________

Desktop version layout - place your custom code here */

.buyx-msg {
  color: #F45B4F;
  font-weight: bold;
  font-size: 1.2em;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
/*
.buyx-msg a {
  color: #000000;
}
*/




/*
_______________________________

Mobile version - single break point */

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

	.examplecontainer {}

	body {}
	
}


/*
_______________________________

Provide higher res assets for higher resolution mobile screens */

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 

	/* An example of how to override an image with one twice the size for iPhone 4. Specify the original pixel size with background-size.
	.download {
	background: url(../img/downarrow@2x.png) no-repeat;
	background-size: 27px 28px;
	}
	*/

} 
@media screen and (max-width: 1223px) {
    .intl {
        display: none !important;
    } 
}
@media screen and (min-width: 1222px) {
    .intl2 {
        display: none;
    }
