/* CSS Document */
/*title*/
.view-home-styling .view-header h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 0.15em;
    margin: 80px auto;
}
/*photo menu style (view)*/
#block-country-concept-content,
#block-views-block-header-slider-block-1
{
    margin-top: -10px;
    margin-bottom: 90px;
}
#block-country-concept-content .field-content > a {
    position: relative;
    z-index: 10;
}
#block-country-concept-content .field-content {
    overflow: hidden;
    max-height: calc(100vh - 164px);
}
#block-country-concept-content .view-content > div .field-content{
    background: #DFDBD8;
}
#block-country-concept-content .field-content img {
    width: 100%;
    height: auto;
    transition: transform .5s ease;
}
#block-country-concept-content .field-content:hover img {
    opacity: 0.15;
    transform: scale(1.1);
    cursor: pointer;
}
#block-country-concept-content .field-content:hover .middle {
  opacity: 1;  
}
.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.path-home-styling .text {
  color: #707070;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 1200px){
   .path-home-styling .text {    
      font-size: 27px;
    } 
}
@media only screen and (max-width: 768px){
   .path-home-styling .text {    
      font-size: 18px;
    } 
}
@media only screen and (max-width: 576px){
   .path-home-styling .text {    
      font-size: 12px;
    } 
}
/*text*/
.view-home-styling .view-footer {
    text-align: center;
    margin: 100px auto;
}

/*Logo slider*/
#logo_slider .field-content {
    max-height: 130px;
}
#logo_slider .field-content img {
    height: 100%;
    width: auto;
}
@media only screen and (max-width: 768px) 
{
	#block-country-concept-content .field-content img {
		opacity: 0.15;
	}
	.middle
	{
		opacity: 1;
	}
	.text {

		font-size: 20px;

	}
}
