.header {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    background: url(http://www.guinardopinamar.com.ar/portada_tocada_02.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

a {
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
	opacity:0.4;
	text-decoration:none;
}
html,
body {
    width: 100%;
    height: 100%;
}
body {
    font-family: 'Old Standard TT', serif;
}

.whatsapp {
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  z-index:100;
}

.whatsapp-icon {
  margin-top:13px;
}


.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.circulos{
	padding-top:50px;
	align-items:center;}
.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-size: 4.5em;
    font-weight: 700;
}

/* Mapa */

.map {
    height: 100%;
	color:#00aeef;

}
.map iframe {
    pointer-events: none;
}

#to-top {
  position: fixed;
  bottom: 20px;
  right: 85px;
}
#menu_rayita {
	display:none;}
	
.cb-slideshow,
.cb-slideshow:after {
    position: fixed;
    width: 100%;
    height: 100%;
    top: -15px;
    left: 0px;
    z-index: 0;
}

.cb-slideshow:after {
    content: '';
    background: transparent url(pattern.png) repeat top left;
	opacity:0.4;
}

.cb-slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 30s linear infinite 0s;
    -moz-animation: imageAnimation 30s linear infinite 0s;
    -o-animation: imageAnimation 30s linear infinite 0s;
    -ms-animation: imageAnimation 30s linear infinite 0s;
    animation: imageAnimation 30s linear infinite 0s;
}

.cb-slideshow li:nth-child(1) span { background-image: url(portada_02.jpg) }
.cb-slideshow li:nth-child(2) span {
    background-image: url(portada_02.jpg);
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) span {
    background-image: url(portada_03.jpg);
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) span {
    background-image: url(portada_04.jpg);
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}
.cb-slideshow li:nth-child(5) span {
    background-image: url(portada_05.jpg);
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}

@media screen and (max-width: 600px) { 
#circulos {
	display:none;}
	.responsive {
		width:70%;}	

#mnu_rayita {
}
	
	}

