@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,300,300italic,400italic,500,500italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700);
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  font-size: 14px;
  color: #838383;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-weight: 300;
  background: #e3e3e3;
  min-width: 320px;
}
html body .replace {
  color: #ff0000;
}
html body p,
html body .cont-p {
  line-height: 29px;
  margin-top: 15px;
  text-align: justify;
}
html body p.left,
html body .cont-p.left {
  margin-left: 35px;
}
@media (max-width: 500px) {
  html body p.left,
  html body .cont-p.left {
    margin-left: 0;
  }
}
html body p strong,
html body .cont-p strong {
  font-weight: 700;
}
html body .clearfix:before,
html body .clearfix:after {
  content: " ";
  display: table;
}
html body .clearfix:after,
html body .clearfix:before {
  clear: both;
}
html body .clear {
  clear: both;
}
html body img {
  border: none;
  max-width: 100%;
  height: auto;
}
html body img.center {
  display: block;
  margin: auto;
}
html body img.block {
  display: block;
  margin-bottom: 8px;
  margin-left: 35px;
}
@media (max-width: 500px) {
  html body img.block {
    margin-left: auto;
    margin-right: auto;
  }
}
html body .a-l {
  float: right;
  margin: 9px 0 5px 14px;
}
@media (max-width: 500px) {
  html body .a-l {
    margin: 0 auto 15px auto;
    display: block;
    float: none;
  }
}
html body a {
  outline: none;
  text-decoration: none;
}
html body .container {
  max-width: 950px;
  margin: 0 auto;
  padding: 0 25px;
}
@media (max-width: 500px) {
  html body .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
html body .page {
  max-width: 950px;
  margin: 0 auto;
  padding: 0 25px;
  background: #fff;
}
@media (max-width: 500px) {
  html body .page {
    padding-left: 10px;
    padding-right: 10px;
  }
}
html body .page header {
  background: #5e5b5b;
  margin: 0 -35px;
}
html body .page header a.logo {
  background: url("static/www-casinoenvivo-org.png") no-repeat left center;
  width: 290px;
  height: 37px;
  display: inline-block;
  text-indent: -99999px;
  margin-left: 35px;
}
@media (max-width: 500px) {
  html body .page header a {
    margin: auto;
  }
}
html body .page header:after {
  background: #edab1c;
  height: 3px;
  display: block;
  content: "";
  width: 950px;
  margin: auto;
  position: relative;
  top: 3px;
}
html body .page article {
  background: #fff;
  padding: 16px 0;
}
html body .page article h1,
html body .page article h2,
html body .page article h3 {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 100;
  font-style: italic;
  font-size: 30px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGMAAAACCAYAAABMk2JqAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHZJREFUeNrkUFsKgDAMq+BVPa2Hcc7HHs5HBxFK2cDPgYFAStekXRfH4aZ/wTMddL7diN7ODNAn04rewkzQGzNCG/gkvCH4ezUX4O9F30ndizCLBagQqANImL84mKuo9TEZk6pn5lU5uLTD18+KmK3lNIlHgAEAZvQ7OfyNag4AAAAASUVORK5CYII=") no-repeat left bottom;
  padding-bottom: 8px;
  margin-top: 15px;
}
@media (max-width: 500px) {
  html body .page article h1,
  html body .page article h2,
  html body .page article h3 {
    text-align: center;
    background-image: none;
    line-height: normal;
    font-size: 20px;
  }
}
html body .page footer {
  background: #5e5b5b;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 100;
  font-style: italic;
  font-size: 10px;
  text-align: center;
  min-height: 37px;
  margin: 0 -35px;
  color: #fff;
  line-height: 3.7;
}
html body .page .cd-top {
  display: none;
  background: url("static/back-to-top.png") no-repeat;
  width: 62px;
  height: 61px;
  position: fixed;
  bottom: 3%;
  right: 3%;
  cursor: pointer;
  text-indent: -99999px;
}
html body .page .cd-top.cd-is-visible {
  display: block;
}
p.cta {
  font-size: 16px;
  font-family: Georgia, Times, "Times New Roman", serif;
  line-height: 1.563;
  text-align: center;
  margin: 15px 0;
}

p.cta a {
	color: #ff6c32;
	text-decoration: none;
}

p.cta a:hover {
	text-decoration: underline;
}
ul.nav {
    list-style-type: none;
    display: inline;
	text-align: center;

	margin-top:2px;
	font-size: 15px;
	    color: #838383;
		margin-right: 20px;
		float:right;

	
}
ul.nav li{
	
	width:12%;
	line-height:38px;
	border-left: 1px solid gray;
	color: #fff;
    display: inline;
	padding-left: 20px;
	padding-right: 20px;
}
ul.nav li:first-child{
border-left:none ;
	}



ul.nav li a{
	
	color: #fff;
	
		
}
ul.nav li:hover{
	
background-color:#dea324;
}


@media (max-width: 640px) {
	a.logo{ margin:auto;} 
	ul.nav{
		margin-right: 0;     
		float: none;
		width: 100%;
        display: block;
		}
	
	
	ul.nav li{
	padding-left: 40px;
    padding-right: 40px;
	}
	
	html body .page header a.logo {
   
    
	width: 100%;
    margin: auto;
    background-position: center;
}


ul.nav li:first-child{margin-top:5px;}
	
	
}
	