
/* Header CBW img shopper & Card*/

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

	#cbw_header_container {
		width: 90%;
		height: auto;
		min-height: 102px;
		margin: 10px auto;
		font-weight: bold;
		color: #0f639b;
		text-align: center;
		border-radius: 18px;
		background-image: url(https://static.cashback-studio.com/common/myworld/shopping-girls.jpg);
		background-repeat: no-repeat;
		background-size: 103%;
				
	}
	
	.cbw_advantages {
		width: 97%;
		height: auto;
		min-height: 100px;
		margin: 10px auto;
		font-weight: bold;
		font-size: 3em;
		color: #2c6862;
		text-align: center;
		
	}
	
	.cbw_advantages_h2 {
		font-size: 0.4em !important;
	
	}
	
	.cbw_get_card {
		width: 97%;
		height: auto;
		min-height: 100px;
		margin: 10px auto;
		font-weight: bold;
		font-size: 2.3em;
		color: #2c6862;
		text-align: center;
		
	}
	
	.cbw_get_card ul {
		text-align: left;
		font-size: 0.4em !important;
		line-height: 1.8em;
		padding-top: 2em;
		
	}
	
	a.button_cbw {
	  background: url("/internal/os/application/default/views/public/img/form-button-bg.png") repeat-x top left #e8e8e8;
	  border: 1px solid #ccc;
	  padding: 0.5em 1.2em;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	  color: #555960;
	  font-size: 0.5em !important;
	}
	
	a.button_cbw:hover,
	a.button_cbw:active {
		cursor: pointer;
		border-color: #2c6862;
		background-image: url("/internal/os/application/default/plugins/misc/myworld/img/form-button-cbw-hover-bg.png");
		background-color: #2c6862;
		color: white;
		font-size: 0.5em !important;
	}

	#cbw_shopper_img {

		display: inline-block;
		float: left;
		width: 340px;
		height: 340px;
		margin: 0.4em;
		background-image: url(https://static.cashback-studio.com/common/myworld/shopping_woman.png);
		background-repeat: no-repeat;
		background-size: 340px;

	}

	#cbw_card_bg {

		display: inline-block;
		width: 290px;
		height: 190px;
		margin: 0.4em;
		background-image: url(https://www.advancenet.it/internal/admin/img/cb_card.png);
		background-repeat: no-repeat;
		background-size: 290px;
		border: 0px solid;

	}

	#cbw_card_holder {

		position: relative;
		width: 103px;
		height: 9px;
		top: 102px;
		left: 28px;
		padding: 5px;
		font-size: 0.875em;
		border: 0px solid #900;
		text-align: left;

	}

	#cbw_id {

		position: relative;
		width: 103px;
		height: 9px;
		top: 109px;
		left: 28px;
		padding: 5px;
		font-size: 0.875em;
		border: 0px solid #900;
		text-align: left;

	}

	#cbw_barcode {

		position: relative;
		width: 80px;
		height: 9px;
		top: 92px;
		left: 157px;
		padding: 5px;
		font-size: 0.875em;
		border: 0px solid #900;
		text-align: left;

	}

}

@media screen and (min-width: 640px) {

	#cbw_header_container {
		width: 97%;
		height: auto;
		min-height: 327px;
		margin: 10px auto;
		font-weight: bold;
		color: #0f639b;
		text-align: center;
		border-radius: 18px;
		background-image: url(https://static.cashback-studio.com/common/myworld/shopping-girls.jpg);
		background-repeat: no-repeat;
		background-size: 111%;
		/*background-image: linear-gradient(to bottom left, rgba(255,0,0,0), rgb(0, 55, 95));*/
		
	}
	
	.cbw_advantages {
		width: 97%;
		height: auto;
		min-height: 100px;
		margin: 10px auto;
		font-weight: bold;
		font-size: 4em;
		color: #2c6862;
		text-align: center;
		
	}
	
	.cbw_advantages_h2 {
		font-size: 0.5em !important;
	
	}
	
	.cbw_get_card {
		width: 97%;
		height: auto;
		min-height: 100px;
		margin: 10px auto;
		font-weight: bold;
		font-size: 2.3em;
		color: #2c6862;
		text-align: center;
		
	}
	
	.cbw_get_card ul {
		text-align: left;
		font-size: 0.4em !important;
		line-height: 1.8em;
		padding-top: 2em;
		
	}
	
	a.button_cbw {
	  background: url("/internal/os/application/default/views/public/img/form-button-bg.png") repeat-x top left #e8e8e8;
	  border: 1px solid #ccc;
	  padding: 0.5em 1.2em;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	  color: #555960;
	  font-size: 0.8em !important;
	}
	
	a.button_cbw:hover,
	a.button_cbw:active {
		cursor: pointer;
		border-color: #2c6862;
		background-image: url("/internal/os/application/default/plugins/misc/myworld/img/form-button-cbw-hover-bg.png");
		background-color: #2c6862;
		color: white;
		font-size: 0.8em !important;
	}

	#cbw_shopper_img {
		display: inline-block;
		float: left;
		width: 340px;
		height: 340px;
		margin: 0.4em;
		background-image: url(https://static.cashback-studio.com/common/myworld/shopping_woman.png);
		background-repeat: no-repeat;
		background-size: 340px;
		
	}

	#cbw_card_bg {

		display: inline-block;
		width: 320px;
		height: 210px;
		margin: 0.4em;
		background-image: url(https://www.advancenet.it/internal/admin/img/cb_card.png);
		background-repeat: no-repeat;
		background-size: 320px;

	}

	#cbw_card_holder {

		position: relative;
		width: 114px;
		height: 10px;
		top: 113px;
		left: 32px;
		padding: 5px;
		font-size: 0.875em;
		border: 0px solid #900;
		text-align: left;

	}

	#cbw_id {

		position: relative;
		width: 114px;
		height: 10px;
		top: 122px;
		left: 32px;
		padding: 5px;
		font-size: 0.875em;
		border: 0px solid #900;
		text-align: left;

	}

	#cbw_barcode {

		position: relative;
		width: 90px;
		height: 10px;
		top: 105px;
		left: 173px;
		padding: 5px;
		font-size: 0.875em;
		border: 0px solid #900;
		text-align: left;

	}

}

@media screen and (min-width: 740px) {

	#cbw_header_container {
		width: 97%;
		height: auto;
		min-height: 327px;
		margin: 10px auto;
		font-weight: bold;
		color: #0f639b;
		text-align: center;
		border-radius: 18px;
		background-image: url(https://static.cashback-studio.com/common/myworld/shopping-girls.jpg);
		background-repeat: no-repeat;
		background-size: 111%;
		/*background-image: linear-gradient(to bottom left, rgba(255,0,0,0), rgb(0, 55, 95));*/
		
	}
	
	.cbw_advantages {
		width: 97%;
		height: auto;
		min-height: 100px;
		margin: 10px auto;
		font-weight: bold;
		font-size: 4em;
		color: #2c6862;
		text-align: center;
		
	}
	
	.cbw_advantages_h2 {
		font-size: 0.5em !important;
	
	}
	
	.cbw_get_card {
		width: 97%;
		height: auto;
		min-height: 100px;
		margin: 10px auto;
		font-weight: bold;
		font-size: 2.3em;
		color: #2c6862;
		text-align: center;
		
	}
	
	.cbw_get_card ul {
		text-align: left;
		font-size: 0.4em !important;
		line-height: 1.8em;
		padding-top: 2em;
		
	}
	
	a.button_cbw {
	  background: url("/internal/os/application/default/views/public/img/form-button-bg.png") repeat-x top left #e8e8e8;
	  border: 1px solid #ccc;
	  padding: 0.5em 1.2em;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	  color: #555960;
	  font-size: 0.8em !important;
	}
	
	a.button_cbw:hover,
	a.button_cbw:active {
		cursor: pointer;
		border-color: #2c6862;
		background-image: url("/internal/os/application/default/plugins/misc/myworld/img/form-button-cbw-hover-bg.png");
		background-color: #2c6862;
		color: white;
		font-size: 0.8em !important;
	}

	#cbw_shopper_img {
		display: inline-block;
		float: left;
		width: 290px;
		height: 290px;
		margin: 0.4em;
		background-image: url(https://static.cashback-studio.com/common/myworld/shopping_woman.png);
		background-repeat: no-repeat;
		background-size: 290px;
		
	}

	#cbw_card_bg {

		display: inline-block;
		width: 320px;
		height: 210px;
		margin: 0.4em;
		background-image: url(https://www.advancenet.it/internal/admin/img/cb_card.png);
		background-repeat: no-repeat;
		background-size: 320px;

	}

	#cbw_card_holder {

		position: relative;
		width: 114px;
		height: 10px;
		top: 113px;
		left: 32px;
		padding: 5px;
		font-size: 0.875em;
		border: 0px solid #900;
		text-align: left;

	}

	#cbw_id {

		position: relative;
		width: 114px;
		height: 10px;
		top: 122px;
		left: 32px;
		padding: 5px;
		font-size: 0.875em;
		border: 0px solid #900;
		text-align: left;

	}

	#cbw_barcode {

		position: relative;
		width: 90px;
		height: 10px;
		top: 105px;
		left: 173px;
		padding: 5px;
		font-size: 0.875em;
		border: 0px solid #900;
		text-align: left;

	}

}

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

	#cbw_header_container {
		width: 97%;
		height: auto;
		min-height: 327px;
		margin: 10px auto;
		font-weight: bold;
		color: #0f639b;
		text-align: center;
		border-radius: 18px;
		background-image: url(https://static.cashback-studio.com/common/myworld/shopping-girls.jpg);
		background-repeat: no-repeat;
		background-size: 111%;
		/*background-image: linear-gradient(to bottom left, rgba(255,0,0,0), rgb(0, 55, 95));*/
		
	}
	
	.cbw_advantages {
		width: 97%;
		height: auto;
		min-height: 100px;
		margin: 10px auto;
		font-weight: bold;
		font-size: 4em;
		color: #2c6862;
		text-align: center;
		
	}
	
	.cbw_advantages_h2 {
		font-size: 0.5em !important;
	
	}
	
	.cbw_get_card {
		width: 97%;
		height: auto;
		min-height: 100px;
		margin: 10px auto;
		font-weight: bold;
		font-size: 2.3em;
		color: #2c6862;
		text-align: center;
		
	}
	
	.cbw_get_card ul {
		text-align: left;
		font-size: 0.4em !important;
		line-height: 1.8em;
		padding-top: 2em;
		
	}
	
	a.button_cbw {
	  background: url("/internal/os/application/default/views/public/img/form-button-bg.png") repeat-x top left #e8e8e8;
	  border: 1px solid #ccc;
	  padding: 0.5em 1.2em;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	  color: #555960;
	  font-size: 0.8em !important;
	}
	
	a.button_cbw:hover,
	a.button_cbw:active {
		cursor: pointer;
		border-color: #2c6862;
		background-image: url("/internal/os/application/default/plugins/misc/myworld/img/form-button-cbw-hover-bg.png");
		background-color: #2c6862;
		color: white;
		font-size: 0.8em !important;
	}

	#cbw_shopper_img {
		display: inline-block;
		float: left;
		width: 320px;
		height: 320px;
		margin: 0.4em;
		background-image: url(https://static.cashback-studio.com/common/myworld/shopping_woman.png);
		background-repeat: no-repeat;
		background-size: 320px;
		
	}

	#cbw_card_bg {

		display: inline-block;
		width: 320px;
		height: 210px;
		margin: 0.4em;
		background-image: url(https://www.advancenet.it/internal/admin/img/cb_card.png);
		background-repeat: no-repeat;
		background-size: 320px;

	}

	#cbw_card_holder {

		position: relative;
		width: 114px;
		height: 10px;
		top: 113px;
		left: 32px;
		padding: 5px;
		font-size: 0.875em;
		border: 0px solid #900;
		text-align: left;

	}

	#cbw_id {

		position: relative;
		width: 114px;
		height: 10px;
		top: 122px;
		left: 32px;
		padding: 5px;
		font-size: 0.875em;
		border: 0px solid #900;
		text-align: left;

	}

	#cbw_barcode {

		position: relative;
		width: 90px;
		height: 10px;
		top: 105px;
		left: 173px;
		padding: 5px;
		font-size: 0.875em;
		border: 0px solid #900;
		text-align: left;

	}

}

@media screen and (min-width: 1024px) {

	#cbw_header_container {
		width: 97%;
		height: auto;
		min-height: 327px;
		margin: 10px auto;
		font-weight: bold;
		color: #0f639b;
		text-align: center;
		border-radius: 18px;
		background-image: url(https://static.cashback-studio.com/common/myworld/shopping-girls.jpg);
		background-repeat: no-repeat;
		background-size: 111%;
		/*background-image: linear-gradient(to bottom left, rgba(255,0,0,0), rgb(0, 55, 95));*/
		
	}
	
	.cbw_advantages {
		width: 97%;
		height: auto;
		min-height: 100px;
		margin: 10px auto;
		font-weight: bold;
		font-size: 4em;
		color: #2c6862;
		text-align: center;
		
	}
	
	.cbw_advantages_h2 {
		font-size: 0.5em !important;
	
	}
	
	.cbw_get_card {
		width: 97%;
		height: auto;
		min-height: 100px;
		margin: 10px auto;
		font-weight: bold;
		font-size: 2.3em;
		color: #2c6862;
		text-align: center;
		
	}
	
	.cbw_get_card ul {
		text-align: left;
		font-size: 0.4em !important;
		line-height: 1.8em;
		padding-top: 2em;
		
	}
	
	a.button_cbw {
	  background: url("/internal/os/application/default/views/public/img/form-button-bg.png") repeat-x top left #e8e8e8;
	  border: 1px solid #ccc;
	  padding: 0.5em 1.2em;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	  color: #555960;
	  font-size: 0.8em !important;
	}
	
	a.button_cbw:hover,
	a.button_cbw:active {
		cursor: pointer;
		border-color: #2c6862;
		background-image: url("/internal/os/application/default/plugins/misc/myworld/img/form-button-cbw-hover-bg.png");
		background-color: #2c6862;
		color: white;
		font-size: 0.8em !important;
	}

	#cbw_shopper_img {

		display: inline-block;
		float: left;
		width: 340px;
		height: 340px;
		margin: 0.4em;
		background-image: url(https://static.cashback-studio.com/common/myworld/shopping_woman.png);
		background-repeat: no-repeat;
		background-size: 340px;

	}

	#cbw_card_bg {

		display: inline-block;
		width: 340px;
		height: 222px;
		margin: 0.4em;
		background-image: url(https://www.advancenet.it/internal/admin/img/cb_card.png);
		background-repeat: no-repeat;
		background-size: 340px;
		border: 0px solid;

	}

	#cbw_card_holder {

		position: relative;
		width: 122px;
		height: 12px;
		top: 120px;
		left: 34px;
		padding: 5px;
		font-size: 0.875em;
		border: 0px solid #900;
		text-align: left;

	}

	#cbw_id {

		position: relative;
		width: 122px;
		height: 12px;
		top: 128px;
		left: 34px;
		padding: 5px;
		font-size: 0.875em;
		border: 0px solid #900;
		text-align: left;

}

	#cbw_barcode {

		position: relative;
		width: 76px;
		height: 10px;
		top: 108px;
		left: 184px;
		padding: 5px;
		font-size: 0.875em;
		border: 0px solid #900;
		text-align: left;

	}

}

/* END SECTION */