.downloadPdf {

    text-align: center;

    padding-top: 25px;

}

.mlastSection {

    padding-bottom: 0!important;

}

.sPart > div {

    text-align: center;

    margin-bottom: 15px;

    padding: 25px;

}

.sPart > div > h2 {

    margin-top: 15px;

    color: #808184;

}



.spartDetail {

    margin-bottom: 30px;

    text-align: center;

    width: 100%;

}

.spartDetail p {

    color: #808184;

}

.spartDetail p:last-child {

    margin-top: 15px;

}

.towerPart > div {

    position: relative;

    max-width: 25%;

    margin-bottom: 25px;

}

.towerPart > div h2 {

    font-size: 23px;

}

.towerPart > div p {

    bottom: 9.25em;

    margin-left: -5px;

}

span.rButton {

    position: absolute;

    top: 65%;

    left: 12%;

    border: 1px solid white;

    border-radius: 10px;

    padding: 6px 20px;

    color: white;

    z-index: 999;

    opacity: 0;

    transition: opacity 0.3;

    font-size: 15px;

}

.towerPart > div > a:hover span.rButton{

	opacity:1;

	transition:opacity 0.3;

}

.towerPart > div > a:hover .item__title {

    bottom: 39%;

    left: 3%;

}
.towerPart > div:nth-child(2) > a > p,
.towerPart > div:nth-child(4) > a > p {

    bottom: 10.25em;

}
.nav__item_current > a {
    color: #d5242a;
}
h2.page__text.sTexts {
    position: relative;
}

/* Dropdown Button */
.dropbtn {
  background-color: #3498DB;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}

select#lang-select {
    float: right;
    background: none;
    color: white;
    border: none;
    margin-top: 3px;
}
#lang-select option {
    color: black;
}


@media only screen and (max-width: 420px){
   .head__info{
       display:block !important;
   } 
}
@media only screen and (max-width: 420px){
	.head__info{
		display:block;
	}
	
	.contact-info{
		display:none;
	}
	
	.society{
		display:none;
	}
	
	#lang-select{
		position: absolute;
		right: 60px;
		top: 40px;
	}
}

