body {
/*
  background: url(loader_2.jpg) repeat center center;
	background-size: cover;
	
*/
	
	
	text-align: center;
	min-height: 100%;
	padding: 0;
	margin: 0;
	width: 100%;
}

.total-content{
	height: 100%;
	min-height: 100%;
	width: 100%;
	 background: url(http://petitappetit.es/images/portada/bg_petitok.jpg) repeat center center;
	background-size: cover;
	padding-bottom: 150px;
	padding-top: 150px;
}
.total-content:before {
/*    background: url(pattern.png) repeat;*/
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    position: absolute;
    z-index: 0;
	
}

html{
	height: 100%;
	padding: 0;
	margin: 0;
	width: 100%;
	
}
.card {
/*  background: rgba(0,0,0,.1);*/
  border-radius: 0;
  display: inline-block;
  height: auto;
  min-height: 100px;
/*	padding: 20px;*/
  margin-top: 30px;
  position: relative;
  width: 100%;
	color: #fff;
}
*{
	font-family: 'PT Sans Narrow', sans-serif;
}
header{
	width: 100%;
	height:100px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1111;
	background: rgba(247, 241, 225,.9);
}
.logo{
	height: 80px;
	margin-top: 10px;
	
}



.card-1 {
/*  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	
}

.card-1:hover {
/*  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);*/
	
	
}
.card:hover img{
/*	padding: 0%;*/
/*	max-width: 100%;*/
/*	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);*/
/*	transform: scale(1.01);*/
}
.card:hover{
	cursor: pointer;
	color: #000 !important;
}
.card{
	text-align: center;
}

.card  img{
	max-width: 100%;
	margin: auto;
/*	padding: 3%;*/
/*	opacity: .7;*/
}

.card  img.h{
	opacity: 0;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	transition: .3s;
}
.card:hover img.h{
	opacity: 1;
}
.card  img.x{
	display: block;
	    position: relative;
	z-index: 11;
	opacity: 1;
	transition: .3s;
}
.card:hover img.x{
/*	display: none;*/
	opacity: 0;
}

.card:hover .res-name,
.card:hover .footer p{
	color: #000 !important;
}

.card .res-name{
	margin: 0;
	padding: 15px 0;
	display: block;
	color: #fff;
	transition: .3s;
	font-weight: 900;
	letter-spacing: 1px;
	font-size: 30px;
}

.card .content p{
	margin:10px 0 0;
	font-weight: 900;
	letter-spacing: 1px;
	font-size: 16px;
		
}

.card .footer p{
	margin: 0;
	padding: 5px 0 10px;
	transition: .3s;
	color: white;
	font-weight: 900;
	letter-spacing: 1px;
	font-size: 16px;
}
.card .footer{
	box-sizing: border-box;
}

.container-fluid{
	max-width: 1400px;
/*	min-height: 100%;*/
	
}

.main-cont{
	min-height: 100%;
	height: 100%;
	display: table;
	width: 100%;
	text-align: center;
}

.mid-align{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.footer-logos{
/*	margin-top: 50px;*/
/*	margin-bottom: 50px;*/
	position: fixed;
	padding: 5px 0;
	bottom: 0;
	left: 0;
	
	z-index: 111;
	width: 100%;
		background: rgba(247, 241, 225,.8);
}
.footer-logos img{
	width: 90px;
	max-width: 40%;
	margin: 0 2rem;
}

  


@media screen and (max-width:1200px){
	header{
		position: fixed;
		top: 0;
		left: 0;
		margin-bottom: 0px;
		width: 100%;
		height: 80px;
		z-index: 1111;
		background: rgba(247, 241, 225,.9);
		-webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
  -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
  box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
	}
	.logo{
		max-width: none;
		width: auto;
		height: 80%;
		margin-top: 0;
	}
	body{
		padding-top: 80px;
/*		background: #f7f1e1;*/
	}
	.total-content{
	height: auto;
	min-height: 100%;
	width: 100%;
	 background: url(http://petitappetit.es/images/portada/bg_petitok.jpg) repeat center center;
	background-size: cover;
	padding-bottom: 100px;
	padding-top: 0px;
}
}