.btum{
border-bottom: solid 2px #81B62C;
padding-bottom: 20px;
}
.map-container {
width: 100%;
}
.map-container iframe{
display: block;
width: 100%;
position: relative; /* IE needs a position other than static */
pointer-events: none;
}
.map-container iframe.clicked{
pointer-events: auto;
}
.eco_admin_info li{
list-style: none;
}
.social-accounts li{
list-style: none;
}
.use-dropdown a:hover{
text-decoration: none;
}
.kode_eco_logo .logo-style img{
width: 118px !important;
}
.logo-style{
position: absolute;
z-index: 999;
padding: 0 0 0 20px;
}
.nav-menu{
margin-left: 180px;
}
.eco_page_link li:last-child{
color: #fff;
}
.about-us{
padding: 5px 15px 0 0;
}
.about-us-img img{
width: 500px;
}
.slick-dots{
margin: auto;
display: table !important;
}
.slick-dots li{
display: inline-block;
}
.other_posts{
padding: 10px 0;
border-bottom: 1px solid #1f2021;
margin-bottom: 15px;
}
.other_posts img{
width: 80px;
padding: 5px 5px 0 0;
}
.icon-about{
width: 100px;
height: auto;
margin: auto;
padding: 15px;
margin-bottom: 5px;
border: 1px solid #42b078;
border-radius: 50%;
}
.hovereffect {
width: 100%;
height: 100%;
float: left;
overflow: hidden;
position: relative;
text-align: center;
cursor: default;
background: #42b078;
}
.hovereffect .overlay {
width: 100%;
height: 100%;
position: absolute;
overflow: hidden;
top: 0;
left: 0;
padding: 50px 20px;
}
.hovereffect img {
display: block;
position: relative;
max-width: none;
width: calc(100% + 20px);
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(-10px,0,0);
transform: translate3d(-10px,0,0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.hovereffect:hover img {
opacity: 0.4;
filter: alpha(opacity=40);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
.hovereffect h2 {
text-transform: uppercase;
color: #fff;
text-align: center;
position: relative;
font-size: 17px;
overflow: hidden;
padding: 0.5em 0;
background-color: transparent;
}
.hovereffect h2:after {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 2px;
background: #fff;
content: '';
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(-100%,0,0);
transform: translate3d(-100%,0,0);
}
.hovereffect:hover h2:after {
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
.hovereffect a, .hovereffect p {
color: #FFF;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(100%,0,0);
transform: translate3d(100%,0,0);
}
.hovereffect:hover a, .hovereffect:hover p {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
.headtop{
width: 100%;
height: 40px;
float: right;
display: table;
}
.top-contact {
float: right;
margin-left: 25px;
}
.top-contact i{
padding-right: 10px;
}
.top-contact p{
font-size: 20px;
}
@media (max-width: 768px) {
.kode_eco_social_icons{
display: none;
}
.hidden-mp{
display: none !important;
}
}
@media (max-width: 1200px) {
.hdmd{
display: none !important;
}
}
@media (max-width: 992px) {
.hidden-mp{
display: none !important;
}
}
|