/* 
BASE
*/
body {
    font-family: 'Lato',Roboto,Inter;
    font-size: 16px;
    line-height: 1.5;
    color: #505050;
}
a {
	text-decoration: none !important;
}
p, h1, h2, h3, h4 {
	margin: 0;
}
textarea, input, button {
	outline: none;
}

/*
HEADER
*/
.header-bar {
	height: 10px;
	overflow: hidden;
}
.header-purple, .header-yellow {
	width: 50%;
	height: 10px;
	float: left;
}
.header-purple {
	background: #3c9628;
}
.header-yellow {
	background: #288214;
}
.header-top {
	padding: 40px 10px;
}
.header-logo img {
	display: block;
	margin: 0 auto;
}
.header-image {
	background: #f0f0f0;
}
.img-small {
	display: none;
}
.img-big {
	display: block;
}
@media (max-width: 480px) {
	.header-image .col-xs-12 {
		padding: 0;
	}
}

/*
SECTIONS
*/
.section {
	margin: 40px 0;
}
.section h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
    color: #145006;
    margin-bottom: 0;
}
.section h2:after {
    content: "";
    background: #3c9628;
    width: 100%px;
    height: 1px;
    display: block;
    margin: 10px auto 20px auto;
}
.section p {
	text-align: justify;
	text-justify: inter-word;
}
.section span {
	color: #3c9628;
}
.section ul {
    padding-left: 30px;
    margin: 0;
    list-style-type: disc;
    list-style: outside;
}
.section li {
    line-height: 1.5;
    margin-bottom: 8px;
}
.section li:last-child {
	margin-bottom: 0;
}

/*
COMMON
*/
.section-contact h2, .section-contact p {
	color: #fff;
}
.container .row {
	padding: 0 10px;
}
.container .row .row {
	padding: 0;
}
.section-contact h2:after, .section-faq h2:after {
	display: none;
}
.section-why ul, .section-services ul {
	padding-left: 27px;
}
.section img {
	border: 5px solid #145006;
}
@media (max-width: 479px) {
	.section-why [class*="col-"], .section-services, [class*="col-"], .section-what [class*="col-"] {
	    width: 100% !important;
	}
	.section-about img {
		width: 60%;
		margin: 0 auto 20px;
	}
	.section-about .col-xs-8 {
		width: 100%;
	}
}

/*
WHY
*/


/*
SERVICES
*/
.section-services h4 {
	font-size: 16px;
	margin-bottom: 10px;
}
.section-services p {
	margin-bottom: 20px;
}
.section-services ul {
	margin: 10px 0 0;
}
.section-services ul:last-child {
	margin-bottom: 0;
}
.section-services li {
	text-align: justify;
}

/*
ABOUT
*/
.section-about ul {
	margin: 10px 0 20px;
}

/*
WHAT
*/


/*
FAQ
*/
.section-faq {
	background: #f5f5f5;
	padding: 40px 0;
	margin: 0;
}
.section-faq h2 {
	text-align: center;
	margin-bottom: 20px;
}
.faq-button {
    font-weight: 700;
    line-height: 1.25;
    color: #fff;
    text-align: left;
    background: url(../img/arrow-down.png) no-repeat right center #288214;
    background-position: 98% 50%;
    padding: 12px 32px 12px 12px;
    width: 100%;
    height: auto;
    display: block;
    border: none;
    -webkit-transition: background-color 1s ease;
    -moz-transition: background-color 1s ease;
    -o-transition: background-color 1s ease;
    transition: background-color 1s ease;
}
.faq-button:hover {
	background-color: #3c9628;
}
.faq-details {
	background: #fff;
	padding: 20px 20px 10px;
	overflow: hidden;
}
.faq-details p, .faq-details ul {
	margin-bottom: 10px;
}
.faq-details li {
	text-align: justify;
}
.faq-details a {
	color: #505050 !important;
}
button[aria-expanded=true] {
	background: url(../img/arrow-up.png) no-repeat right center #288214;
	background-position: 98% 50%;
}
button[aria-expanded=false] {
   	background: url(../img/arrow-down.png) no-repeat right center #288214;
   	background-position: 98% 50%;
}
.faq-details img {
    border: none;
}
@media (max-width: 480px) {
	.faq-details img {
    	width: 100%;
    	margin: 0 auto 20px auto;
	}
}

/*
CONTACT US
*/
.section-contact {
	background: #145005;
	padding: 40px 0 30px;
	margin-top: 0;
	overflow: hidden;
}
.contact-input {
    line-height: 1.0;
    height: 40px;
    padding: 0 12px;
    border: 1px solid #c8c8c8;
}
.contact-message {
    padding: 12px;
    height: 120px;
    margin-bottom: 20px;
    border: 1px solid #c8c8c8;
    resize: none;
}
.contact-input, .contact-message, .contact-submit {
	font-size: 16px;
    width: 100%;
   	margin-bottom: 10px;
    border-radius: 4px;
    border: none
}
.contact-security {
    width: 360px;
    margin-bottom: 20px;
}
.contact-captcha {
    margin: 0 0 0 15px;
}
.contact-submit {
    font-weight: 700;
    color: #fff;
    background: #3c9628;
    height: 40px;
    border: none;
	-webkit-transition: background 1s ease;
	-moz-transition: background 1s ease;
	-o-transition: background 1s ease;
	transition: background 1s ease;
}
.contact-submit:hover, .back-index:hover {
	background: #288214;
}
.section-contact h2, .section-contact p {
	font-weight: 700;
    line-height: 1.25;
    text-align: center;
}
.section-contact h2 {
	font-size: 28px;
    margin: 0 0 5px 0;
}
.section-contact a {
	color: #fff !important;
}
.section-contact p {
	font-weight: 400;
    font-size: 16px;
    margin-bottom: 20px;
}
.section-contact p::after {
	margin-top: 12px;
}

/*
MEETING
*/
.section-meeting h3 {
   font-size: 20px;
   line-height: 1.25;
   font-weight: 700;
   margin: 0 0 10px 0;
}

/*
LOCATION
*/
.section-location a {
	color: #505050 !important;
}
.section-location h2, h4, p {
	text-align: left
}
.section-location p {
	margin-bottom: 20px;
}
.section-location h4 {
	font-size: 16px;
	font-weight: 700;
	margin: 5px 0 20px 0;
}

/*
FOOTER
*/
.section-footer {
	color: #fff;
	text-align: center;
	background: #286919;
	padding: 20px 0;
}

/*
CONTACT SUCCESSFUL
*/
.section-successful h1 {
    font-size: 24px;
    text-align: center;
    margin: 0;
}
.section-successful p {
    font-size: 16px;
    text-align: center;
    color: #787878;
    margin: 10px 0 30px 0;
}
.back-index {
    font-size: 16px;
    color: #fff !important;
    line-height: 1.0;
    text-align: center;
    background-color: #3c9628;
    width: 240px;
    padding: 12px 0;
    margin: 0 auto;
    border-radius: 4px;
    display: block;
    -webkit-transition: background-color 1s ease;
    -moz-transition: background-color 1s ease;
    -o-transition: background-color 1s ease;
    transition: background-color 1s ease;
}

/*
RESPONSIVE
*/
@media (max-width: 600px) {
	.contact-security {
    	width: 240px;
    	margin-bottom: 20px;
	}
}
@media (max-width: 767px) and (min-width: 480px) {
	.contact-security {
		width: 240px;
	}
	.faq-details img {
		margin: 0 auto 20px auto;
	}
}
@media (max-width: 479px) {
	.header-image .container {
		padding: 0;
	}
	.header-image .row {
		padding: 0;
		margin: 0;
	}
	.contact-security {
    	width: 180px;
    	margin-bottom: 20px;
	}
	.img-small {
		display: block;
	}
	.img-big {
		display: none;
	}
	.img-section {
		margin-bottom: 20px;
	}
	.faq-details img {
		margin: 0 auto 20px auto;
	}
}
@media (max-width: 420px) {
	.contact-security {
		width: 100%;
		margin-bottom: 10px;
	}
	.contact-captcha {
    	margin: 0 0 20px 0;
    	float: left;
	}
	.contact-refresh {
		display: block;
	    float: left;
	    padding-top: 7px;
	}
	.section-contact h2 {
		padding: 0;
	}
}
@media (max-width: 350px) {
	.section-contact a {
	    display: block;
	}
}

/*
EXTRA
*/
input::-webkit-input-placeholder {
color: #787878 !important;
}
input:-moz-placeholder { /* Firefox 18- */
color: #787878 !important;
}
input::-moz-placeholder {  /* Firefox 19+ */
color: #787878 !important;  
}
input:-ms-input-placeholder {  
color: #787878 !important;
}
textarea::-webkit-input-placeholder {
color: #787878 !important;
}
textarea:-moz-placeholder { /* Firefox 18- */
color: #787878 !important;  
}
textarea::-moz-placeholder {  /* Firefox 19+ */
color: #787878 !important;
}
textarea:-ms-input-placeholder {  
color: #787878 !important; 
}

/*
OVERRIDES
*/
.panel-group {
	margin-bottom: 0;
}
.panel-group .panel {
	border: none;
}
.panel-default > .panel-heading {
	background: transparent;
    padding: 0;
    border: none;
}