@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html, body {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
    padding: 0;
    overflow: hidden;
}

html { 
  background: url(../images/bg-desk.jpg) no-repeat center right fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

img {
	width: 100%;
    display: block;
    position: relative;
    height: auto;
}

.container-lasvegas {
	position: relative;
	height: 100%;
	width: 100%;
}

.logo-rm-lv {
  width: 47%;
  position: relative;
  margin: 16% auto 0;
  min-width: 626px;
  max-width: 900px;
}

.logo-rm-lv img {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	float: none;
	clear: both;
}

.logo-rm-lv .buy-button {
	float: right;
	margin: 5px 0 0 0;
	position: relative;;
	width: 36%;
	max-width: 322px;
}

.buttons-bottom {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	height: auto;
	display: block;
}

a.enter-site {
	display: block;
	width: 100%;
	position: relative;
}

.buttons-bottom-mb {
	display: none;
}



/*TABLET*/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {


	html { 
	  background: url(../images/bg-tablet.jpg) no-repeat center right fixed; 
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	}

	.logo-rm-lv {
		display: none;
	}

	.buttons-bottom {
		display: none;
	}

	.buttons-bottom-mb {
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 5;
		width: 100%;
		height: auto;
		display: block;
	}

}

/* SMARTPHONES */

@media only screen and (max-device-width: 760px) and (orientation: portrait) {

	html { 
	  background: url(../images/bg-mobile-port.jpg) no-repeat center right fixed; 
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	}

	.logo-rm-lv {
		display: none;
	}

	.buttons-bottom {
		display: none;
	}

	.buttons-bottom-mb {
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 5;
		width: 100%;
		height: auto;
		display: block;
	}
}


/*
@media only screen and (min-width: 0px) and (max-width: 0px) {}

@media only screen and (min-width: 0px) and (max-width: 0px) {}
*/




