
@font-face {
    font-family: 'kuenstler_480bold';
    src: url('kuenstler-480-bold_27173-webfont.woff2') format('woff2'),
         url('kuenstler-480-bold_27173-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



body {
  background: #fff;
  color: #666666;
 font-family: 'Domine', serif;
}



a {
  color: #18d26e;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #18d36e;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 0px 0;
}

h1, h2, h3, h4, h5, h6 {
   font-family: 'kuenstler_480bold', serif;
  font-weight: 400;
  margin: 0 0 0px 0;
  padding: 0;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #7b0101;
  color: #fff;
  display: inline-block;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
}
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/



#header {
  padding: 0px 0;
  height: auto;
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;background: #c00000; padding: 10px; width:100%; 
  margin:25px 0px 0px 0px
}
 
 

#banner {
  padding: 0px 0;
  height: auto;
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997; background: #c00000; 
  border:5px solid #fff; 
  padding:25px
  
}



#header #logo {
  float: none; text-align:center
}

@media (min-width: 1024px) {
}

#header #logo h1 {
  font-size: 44px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: 'kuenstler_480bold', serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-align:center;
  color:#fff;
  text-decoration:underline;
  margin:0px 0px 10px 0px
}

#header #logo h2 {
	
font-family:'Athiti', sans-serif; font-size:25px; color:#fff;
margin:5px 0px; font-weight:lighter
	
	
	}
	
	
	#header #logo span{
	
font-family: 'Athiti', sans-serif; font-size:23px; color:#fff;
font-weight:lighter
	
	
	}
	

 #fbicon {
   
    margin-top: -95px;
    float: right;

}

@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 28px;
  }
  #header #logo {
  float: none; text-align:left
}
 
 
 #header {
  padding: 0px 0;
  height: auto;
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;background: #c00000; padding: 10px; width:100%; 
  margin:25px 0px 30px 0px
 } 



 #header #logo h1 {
  font-size: 19px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: 'Athiti', sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-align:left;
  color:#fff;
  text-decoration:underline;
  margin-bottom:15px
 }

 #header #logo span{
 font-family: 'Athiti', sans-serif; font-size:13px; color:#fff; margin:0px
 }
 
 #header #logo h2{
	
font-family:'Athiti', sans-serif; font-size:13px; color:#fff;
margin:px 0px; font-weight:lighter
	
	
	}

  
  
  
}



/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
  
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
   padding-right: 0px;
   background:#c00000; display:inline-block;
   width:100%;
   margin:20px 0px 
	
  
}

@media (min-width: 1024px) {
  
}

@media (max-width: 768px) {
  #nav-menu-container {
    padding-right: 0px;
	display:none
	
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 10px 100px 10px 100px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: lighter;
  font-size: 29px;
  text-transform: uppercase;
  outline: none;
}

.nav-menu li:hover > a, .nav-menu > .menu-active > a {
  color: #fcc743;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #18d26e;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 75px 45px 0px 0px;
  border: 2px solid #fff;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
  background:#none;
  padding:5px 13px;
  border-radius:50px
}

#mobile-nav-toggle i {
  color: #fff;
}

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.8);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #18d26e;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: #18d26e;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* About Us Section
--------------------------------*/
#about {
  background:#fff center top no-repeat fixed;
  background-size: cover;
  padding: 0px 0 30px 0;
  position: relative;
}

#about::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}

#about .container {
  position: relative;
  z-index: 10;
}

#about .about-col {
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow:none;
  margin-bottom: 30px;
}

#about .about-col .img {
  position: relative;
}

#about .about-col .img img {
  border-radius: 4px 4px 0 0;
}



#about .about-col h2 {
  color: #000;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  padding: 0;
  margin: 20px 0 0px 0; text-transform:uppercase
}


#about .about-col h3 {
  color: #73ba15;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  padding: 0;
  margin: 0px 0 15px 0; text-transform: lowercase
}


#about .about-col h2 a {
  color: #000;
}

#about .about-col h2 a:hover {
  color: #78be1c;
}

#about .about-col p {
  font-size: 15px;
  line-height: 24px;
  color: #333;
  margin-bottom: 0;
  padding: 0 0px 20px 0px; text-align:justify
}







/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #c00000;
  padding: 0 0 30px 0;
  color: #eee;
  font-size: 14px;
  margin:0px 0px 30px 0px
}

#footer .footer-top {
  background: #c00000;
  padding: 30px 0 0px 0;
}





#footer .footer-top .footer-links {
  margin-bottom: 0px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0px;
  padding: 0px 30px 0px 30px;

  
  }



#footer .footer-top .footer-links ul li {
  
   text-align:center;  
   
   }


#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  font-family:"Montserrat", sans-serif;
  font-size:28px;
  text-transform:uppercase;
  font-weight:lighter
  
  
}

#footer .footer-top .footer-links ul a:hover {
  color: #fcc743;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 31px; 
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}


#footer .copyright {
  text-align: center;
  padding-top: 30px;
  font-family: 'Athiti', sans-serif;
 font-size:32px; color:#fff	;
 text-transform:uppercase;
 font-weight:lighter;
 text-decoration:underline
}







/* About Us Section
--------------------------------*/
#content {
  background:#636363 center top no-repeat fixed;
  background-size: cover;
  padding: 50px 0 30px 0;
  position: relative;
}

#content::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}

#content .container {
  position: relative;
  z-index: 10;
}

#content .about-col {
  background: #none;
  border-radius: 0 0 0px 0px;
  box-shadow:none;
  margin-bottom: 0px;
}


 

#content .about-col .imgs {
  position: static; border: 2px solid #2dbb6f
}

#content .about-col .img img {
  border-radius: 4px 4px 0 0;
}



#content .about-col h5 {
  color: #000;
  text-align: left;
  font-weight: 500;
  font-size: 33px;
  padding: 0;
  margin: 0px 0 10px 0;
  text-transform: capitalize;
  font-family:'Athiti', sans-serif;
  text-decoration:underline
}

#content .about-col span {
  font-size: 31px;
  line-height: 32px;
  color: #000;
  margin-bottom: 0;
  padding: 0 0px 30px 0px;
  font-family:'Athiti', sans-serif;
}




#content .about-col p {
  font-size: 31px;
  line-height: 32px;
  color: #c00000;
  margin-bottom: 0;
  padding: 0 0px 20px 0px;
  font-family:'Athiti', sans-serif;
  margin: 80px 0px 0px 0px
}

#content .col-sm-12{ margin: 0px 0px 30px 0px}




@media (max-width: 768px) {
#content .about-col p {
  font-size: 27px;
  line-height: 32px;
  color: #c00000;
  margin-bottom: 0;
  padding: 0 0px 20px 0px;
  font-family:'Athiti', sans-serif;
  margin: 0px 0px 0px 0px;
  text-align:center
	
}
}
 
 
 
 
 
.form .input{background:#fff; padding:8px 10px; color:#000;
 font-size:14px;  width:100%; border-radius:0px;
 font-family:'Roboto', sans-serif;
  float:none; border:1px solid #DBDBDB; float:none; margin: 0 auto; margin-bottom:0px; margin-top:8px;  border-radius:25px }

.submit { font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px; border:none; background:#73ba15; color:#fff}

.submit:hover { background: #111;
   color:#fff}

.code-sec {clear:left;}
.alertmsg {font-size:12px; color:#000; font-style:italic;}