/*
Theme Name: Neomax
*/
@media (min-width: 992px) {
.header.header-transparent .brand-light {
    display: inline;
	}
}
.inner-brand .brand-light {
    display: inline;
}
/*.module-sm {
    padding-bottom: 60px;
    padding-top: 140px;
}*/
.person {
  text-align: center;
  margin-bottom: 35px; }
  .person img {
    max-width: 220px;
	max-height: 220px;
    display: inline-block;
    border-radius: 50%; }

.section_content .s_about p {
  margin-bottom: 25px; }
.section_content ul, li {
  margin: 0;
  padding: 0;
  list-style-type: none; }
.section_content .s_about li {
  margin-bottom: 10px; }
.section_content .s_about .social_wrap {
  margin-top: 25px; }

.section_content .social_wrap li {
  display: inline-block;
  font-size: 20px;
  padding: 0 3px; }
 

.section_content  h2 {
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    margin: 0 0 15px;
    letter-spacing: 1px; }
.section_content  .personal_header {
    font-size: 13px;
    text-align: left;
    margin-bottom: 30px;
    color: #555; }
.section_content  h3 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 35px;
}
.section_content .social_wrap {
  margin-top: 25px; }

.section_content .social_wrap li {
  display: inline-block;
  font-size: 20px;
  padding: 0 3px; }
 
 .footer-minimal {
    padding: 45px 0; }
	
	
.top_text h1 {
    display: inline-block;
    padding: 10px 35px;
    color: #fff;
    border: 1px solid #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2.8em;
    background-color: rgba(0, 0, 0, 0.1);
    margin-left: 20px;
    margin-right: 20px;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
@media (max-width: 568px) {
    .top_text h1 {
        font-size: 1.9em;
		margin: auto;
    }
}

@media (max-width: 320px) {
    .top_text h1 {
        font-size: 1.8em;
		margin: auto;
    }
}
.top_text p {
    margin: 0;
    text-transform: uppercase;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
	color: #FAFAFA;
    letter-spacing: 5px;
}
.module-header .text-center{
    margin-bottom: 25px;
}
#map_canvas { height: 455px; }

/**********social icons color*********/
.fa-viber {
    color: #9069ae!important;
}
.fa-instagram {
    color: #517fa4!important;
}
.fa-telegram {
    color: #2db7e5!important;
}
.fa-whatsapp {
    color: #38b826!important;
}
.fa-facebook {
    color: #3b5998!important;
}
.submenu-mega .submenu-title a {
    color: lightgrey;
}