/*
 * Version: 2.1
 * File Description: Place here your custom CSS styles
 */


.embed-container { 
	position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; 
} 
.embed-container iframe, .embed-container object, .embed-container embed { 
	position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}

.site-slogan {
	padding-left: 26px;
}

h2 > span {
	font-size: .5em;
}

span.tip {
	background-color: #E74C3C;
	color: #fff;
	border-radius: 2px;
	padding: 2px 4px;
	font-size: 75%;
}

.feature-box-2 h5.title{ 
	padding-top: 5px;
}

.header .navbar-nav li.mega-menu .menu > li > a {
    padding: 5px 0 5px 35px;
    text-indent: -30px;
}

.header-dropdown-buttons .btn-group .dropdown-menu {
    background-color: #8DC540;
    border: 1px solid #8DC540;
}

.fixed-header-on .header.fixed:not(.dark) {
    background-color: #8DC540;
	border-bottom: 2px solid #f1f1f1;
}

.fixed-header-on .header.fixed:not(.dark) .navbar-toggler {
	background-color: #fff;
}

.fixed-header-on .header.fixed:not(.dark) .navbar-nav .active > .nav-link, .fixed-header-on .header.fixed:not(.dark) .navbar-nav li .nav-link.active {
    color: #fff;
}

.fixed-header-on .header.fixed:not(.dark) .navbar-nav li .nav-link:focus, .fixed-header-on .header.fixed:not(.dark) .navbar-nav li .nav-link:hover, .fixed-header-on .header.fixed:not(.dark) .navbar-nav .show > .nav-link, .fixed-header-on .header.fixed:not(.dark) .navbar-nav li .nav-link.show, .fixed-header-on .header.fixed:not(.dark) .navbar-nav .active.show > .nav-link, .fixed-header-on .header.fixed:not(.dark) .navbar-nav li.show .nav-link.active {
    color: #8DC540;
}

button.slick-prev, button.slick-next {
	display: none !important;
} 

.slick-dots, .slick-dots {
    margin-bottom: 0 !important;
}

footer.green .footer{
	background-color: #8DC540;
	color: #333;
}

footer.green .footer-content .social-links li a {
    color: #333;
    border-color: #333;
}
footer.green .subfooter {
    background-color: #333;
}

@media (min-width: 991px) {
	.header .navbar-nav li .nav-link {
		padding-top: 42px;
		padding-bottom: 30px;
	}

	.header-dropdown-buttons {
		padding-top: 30px;
	}

	.header-dropdown-buttons .btn-group .dropdown-menu {
		margin-top: 26px;
	}

	.header .navbar-nav .dropdown-toggle::after {
		top: 57%;
	}
	
	.fixed-header-on .header .navbar-nav .dropdown-toggle::after {
		top: 51%;
	}

	.fixed-header-on .main-navigation .navbar-nav > li > a {
		padding-top: 33px;
		padding-bottom: 33px;

	}

	.fixed-header-on .header-dropdown-buttons {
		padding-top: 24px;
	}

	.fixed-header-on .header-dropdown-buttons .btn-group .dropdown-menu {
		margin-top: 26px;
	}
	.dropdown-menu.inverso {
		left: auto !important;
		right: 0 !important;
	}
}

@media (max-width: 1200px) {
  .video-background-banner video,
  .video-background video {
	width: 100%;
	bottom: 0 !important;
	top: auto !important;
  }
}
@media (max-width: 767px) {
  .video-background-banner video,
  .video-background video {
	width: 750px;
	bottom: 0 !important;
	top: auto !important;
  }
}

/* Medium devices (netbooks, tablets, phones less than 991px) */
@media (max-width: 991px) {

}

/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {

}

/* Extra small devices (phones, less than 575px) */
@media (max-width: 575px) {

}