#slider 
{
	width: 65%;
	max-width: 900px;
	margin: 42px 0px 0px 0px;
	
}

.fotogallery {
	float:left;
	margin: 10px 0px 0px 0px;
	padding:0px;
	width: 100%;
	height:100%;
}

.cbp-spmenu-push {
	#overflow-x: hidden;
	position: relative;
	float: left;
	width: 25%;
	height:100%;
	margin: 10px 0px 0px 20px; 
	background-color: #f1f1f1;
}

.container p {
	font-size:18px;
	padding: 30px 0px 0px 0px;
	#background-color: #D0D0D0;
	font-family: 'Open Sans', sans-serif;
	font-weight:bold;
	position:relative;
	margin: 0px 0px -60px 30px;
	width: 75%;
	text-align:center;
	#color:white;
	height:40px;
	
	
}


.cbp-spmenu-push ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    #width: 200px;
    #background-color: #f1f1f1;
}

.cbp-spmenu-push li 
{
	border-bottom: 2px solid #fff;
}

.cbp-spmenu-push li:last-child {
    border-bottom: none;
}

.cbp-spmenu-push li a {
    display: block;
    color: #000;
    padding: 8px 0 8px 16px;
    text-decoration: none;
	
}

.cbp-spmenu-push li a.active {
    background-color: #455047;
    color: white;
}

.cbp-spmenu-push li a:hover:not(.active) {
    background-color: #D0D0D0;
    color: #7D0000;
}

/*
.cbp-spmenu-push nav
{
    position:relative;
	margin: 0px 0px 0px 0px; 
	font-size:11px;
	z-index: 1;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	
}

.cbp-spmenu-push  ul
{
	width: 100%;
   # list-style:none;
		
}




.cbp-spmenu-push  ul li a
{
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: 'Open Sans', sans-serif;
  #line-height: 60px;
  padding: 8px 16px 8px 16px;
}

.cbp-spmenu-push ul li a:hover
{
    color:#E56038;
	background-color:#ffff38
}
*/



