#slideshow,#slideshow2 {

  position: relative;
  width: 100vh;
  height: 100vh;
   min-width: 100%;
    min-height: 100%;
  padding: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}


.logo{
	height:80px
}
#slideshow > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}



#slideshow2 > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}



.wrapper {
    width: 100vh;
    height: 100vh;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
	padding:0;
}

.resim {
    width:100%;
	height:100%;
    vertical-align:top;
	 flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;


	
}

.resim:hover{

    cursor: pointer;
}





	div.fixed {
    position: static;
	height:50px;
    top: 200px;
    right: 0;
	background-color: #31b7bb;
    
    
}



.item div {
  max-width: 100%;

}
.fill:hover div {

}


body{width:100%;font-family:Roboto,sans-serif;font-size:16px;background-color:#fff;line-height:1em;overflow:hidden;}


footer {
    position:absolute;
    bottom:0;
    width:100%;
    height:60px;   /* Height of the footer */
    background-color: #31b7bb;
    color:white;
}

.fill {
    position:relative;
    
    height:100vh;
	   display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.fill:after {
    content:'';
    position:absolute;
    width:100%; height:100%;
    top:0; left:0;
    background:rgba(0,0,0,0.6);
    opacity:0;

}
.fill:after {
    opacity:1;
}


.cover_background{
	opacity:0;
	color:white;
	margin: auto;
    width: 50%;
  
    padding: 0px;
	z-index:9999;
	position:absolute;
	    transition: all 0.5s;
    -webkit-transition: all 0.5s;}
	
	.call-center{
		transition: all 0.5s;
    -webkit-transition: all 0.5s;
	}
	.cover_background{
		
}

	.cover_background:hover{
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);

}



	.cover_background a{
		color: #FFFFFF;
    text-decoration: none;
}

	

	


.fill #cover_background {
  
	   opacity:1;
	   color:white;
}


.fill #cover_background2{
  
	   opacity:1;
		color:white;
}



