@charset "UTF-8";

.index {
    background-color: #D1DBCB;	
	background: url("../images/background_index.jpg") center;
	background-attachment: fixed;
	background-size: cover;
   	text-align: center;
	height: 100%;
}


.index h3 {
	margin-top: 30px;
	color: #082F2F;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Montserrat";
	font-size: 30px;
}
.index p {
	margin-top: 30px;
	color: #262F2F;
	font-family: "Open Sans", "Arial Narrow";
	font-size: 20px;
}
.index_logo {
	position: absolute;
	top: 15%;
	width: 100%;
	height: 30%;
    padding-top: 0%;
    padding-bottom: 5%;
	}
.index_logo img{
	min-width: 250px;
	max-width: 550px;
}


.index_left {
    width: 35%;
    height: 25%;
    color: #343434;
    position: absolute;
    top: 55%;
    padding-top: 0%;
    padding-bottom: 1%;
	padding-left: 10%;
	padding-right: 10%;
} 


.grow1 img{
transition: 1s ease;
}
.grow1 img:hover{
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
transition: 1s ease;
}
.grow2 img{
transition: 1s ease;
}
.grow2 img:hover{
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
transition: 1s ease;
}
.grow3 img{
transition: 2s ease;
}
.grow3 img:hover{
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.5);
transition: 1s ease;
}
.grow4 img{
transition: 1s ease;
}
.grow4 img:hover{
-webkit-transform: scale(3);
-ms-transform: scale(3);
transform: scale(3);
transition: 0.5s ease;
}




.index_left a {
} 
.index_left a p {
	background:#CBDBAC;
} 

.index_left a p:hover {
	color:#FFFFFF;
	background: rgba(8,47,47,0.9);
	transition: all 0.6s linear;
}

.index_right {
	width: 35%;
	height: 25%;
	color: #343434;	
	position: absolute;
	top: 55%;
	right: 0%;
	padding-top: 0%;
	padding-bottom: 1%;	
	padding-right: 10%;
	padding-left: 10%;
}
.index_right a p {
background:rgba(220,232,214,0.4) ;
}
.index_right a p:hover {
	color:#FFFFFF;
	background: rgba(8,47,47,0.9);
	transition: all 0.6s linear;
}





.container {
	background-color:rgba(255,255,255,1.00);
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-bottom-width: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-decoration: none;
}

.container_02 {
	background-color:rgba(191,26,185,1.00); 
	background: url("../images/background_index.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-bottom-width: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-decoration: none;
}



.primary_header_home {
	background: url("../images/background_home.jpg") center;
	background-size:cover;
	width: 100%;
	height: 600px;
/*	border-bottom: 6px solid #F7911D;*/
	padding-top: 015px;
	padding-bottom: 0px;
	font-family: "Montserrat";
}



header {
	width: 100%;
	height: 100%;
}
.primary_header_logo {
	text-align: undefined;
	width: 15%;
	float: left;
	margin-left: 2%;
}
nav {
	float: right;
	width: 50%;
	text-align: right;
	margin-right: 0px;
}
header nav ul {
	list-style: none;
	float: right;
}
nav ul li {
	float: left;
	color: #082F2F;
	font-size: 15px;
	text-align: left;
	margin-right: 35px;
	letter-spacing: 2px;
	font-weight: bold;
	width: 100px;
}
ul li a {
	color: #082F2F;
	text-decoration: none;
	transition: all 0.3s linear;
}
ul li:hover a {
	color:#FFFFFF;
	cursor: pointer;
	font-size: 17px;
}


.secondary_header_home_menu {
    float: right;
	width: 50%;
	text-align: right;
    height: 30px;
    padding-top: 1px;
    padding-bottom: 1px;
    clear: right;
	font-size: 13px;
	font-family: "Montserrat";
	font-weight: bold;
	color: #082F2F;
	letter-spacing: 1.5px;
}





.primary_header_sites{
	width: 100%;
	height: 120px;
	background: url("../images/background_home.jpg") center;
	background-size:cover;
	border-bottom: 5px solid #F7911D;
	padding-top: 8px;
	padding-bottom: 3px;
	text-align: center;
}

.secondary_header_sites{
	width: 100%;
	height: 26px;
	background-color:#0D4C4C;
	padding-top: 0px;
	padding-bottom: 2px;
}
.secondary_header_sites ul {
	width: 85%;
	margin-top: 05px;
}
.secondary_header_sites ul li {
	width: 29.5%;		
}
.secondary_header_sites ul li a {
	width: 100%;
	transition: all 0.25s linear;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 13px;
	color:#FFFFFF;
	list-style: none ;
	font-family: "Montserrat";
	font-weight: bold;
	margin-top: 0px;
	text-align: center;
	}
.secondary_header_sites ul li a:hover {
	color:#D0E1E1;
	cursor: pointer;
	font-size: 14px;
	}














.header_intro {
	width: 100%;
	height: 320px;
	float: left;
	font-family: "Open Sans", "Arial Narrow";
	margin-top: 100px;
	margin-bottom: 0%;
	
}
.header_left {
	width: 55%;
	height: 90%;
	float:left;
	font-family: "Montserrat";
	color:#082F2F;
	letter-spacing: 1px;
	font-size: 55px;
    text-align: right;
	vertical-align: middle;
}

.header_left p2{
	transition: all 0.2s linear;
}
.header_left p2:hover{
	color:#0F5757;
	font-weight: bold;
}


.header_right {
	width: 40%;
	height: 90%;
	padding-left: 5%;
	float: right;
	text-align: center;
	vertical-align: middle;
}
.header_right img {
	width: 80%;
	height: "auto";
	vertical-align: middle;
}



















.about {
	background-color: #082F2F;
	height: 450px;
	width: 100%;
	float: left;
	font-family: "Open Sans", "Arial Narrow";
}

.about_left {
	width: 25%;
	height: 100%;
	float:left;
	margin-top: 110px;
	margin-left: 7%;
	margin-right: 10px;
}



.about_left img{
	width: 100%;
	min-width: 300px;
	max-width: 500px;
	height: auto;
}



.about_right {
	width: 50%;
	height: 300px;
	padding-left: 5%;
	margin-top: 85px;
	margin-right: 5%;
	float:right;
	text-align: center;
	vertical-align: middle;
	font-size: 25px;
	color: #FFFFFF;
	letter-spacing: 01.5px;
}
.about_right h1 {
	color: #F7911D;
	letter-spacing: 2px;
	font-family: "Montserrat";
	font-weight: bolder;
	font-size: 28px;
}



.about_right h11 {
	color: #F7911D;
	letter-spacing: 2px;
	font-family: "Montserrat";
	font-weight: bolder;
	transition: all 0.5s linear;
	font-size: 29px;
}
.about_right h11:hover {
	color:#B9451F;
	letter-spacing: 3px;
	font-size: 30px;
}



.about_right h12 {
	color: #F7911D;
	letter-spacing: 2px;
	font-family: "Montserrat";
	font-weight: bolder;
	transition: all 0.5s linear;
	font-size: 29px;
}
.about_right h12:hover {
	color:#7EA6AC;
	letter-spacing: 3px;
	font-size: 30px;
}




.about_right p2 {
	color:#ADB482;
	font-weight: bold;
}






.row {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: table;
	background: #f4f4f4;
}
.row.blockDisplay {
	display: block;
}

.column_half {
	width: 50%;
	float: left;
	margin-top: 0px;
}
.columns {
	width: 30%;	
	height: 120px;
	float: left;
	
	padding-top: 05px;
	padding-bottom: 02px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 0%;
	padding-right: 0%;
	margin-left: 3%;
	margin-right: 3%x;
	
	opacity: 0.95;
	
	font-family: "Montserrat";
	color:rgba(8,47,47,1.00);
	text-align: center;	
	text-transform: uppercase;
	font-size: 17px;
	line-height: normal;
}
.columns:hover {
	opacity: 1;
	background: rgba(238,238,238,1.00);
	font-size: 19px;
	color:rgba(99,172,60,1.00) ;
	transition: all 0.5s linear;
}







.banner {
	background-color: #000000;
	width: 100px;
	height: auto;
	border-radius: 0px;
	margin-left: auto;
}
.noDisplay {
	display: none;
}


.left_article {
	background-color: #FFFFFF;
	float: left;
	font-family: "Open Sans", "Arial Narrow";
	color: #343434;
	padding-bottom: 15px;
	padding: 5%;
	width: 65%;
	height: auto;
	padding-left: 3%;
	padding-right: 1%;
	text-decoration: none;
}
.left_article h3 {
	padding-left: 5%;
	padding-right: 5%;
	margin-top: 7%;
	color: #7ec358;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Montserrat";
	font-size: 30px;
}
.left_article h6 {
	padding-left: 5%;
	padding-right: 0%;
	margin-top: 0%;
	color:#512C02;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Montserrat";
	font-size: 30px;
	
}.left_article h7 {
	padding-left: 5%;
	padding-right: 5%;
	margin-top: 7%;
	color: #5D9F39;
	font-weight: 600;
	font-family: "Montserrat";
	text-transform: uppercase;
	letter-spacing: 1.95px;
	font-size: 20px;
}
.left_article p {
	padding-left: 3%;
	padding-right: 3%;
	text-align: left;
	line-height: auto;
	margin-top: 25px;
	margin-bottom: 15px;
	color: #000000;
	font-family: "Open Sans", "Arial Narrow";
	font-size: 20px;
	text-decoration: none;
}

.left_article p1 {
	padding-left: 3%;
	padding-right: 3%;
	text-align: left;
	line-height: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	color: #2B4A19;
	font-family: "Open Sans", "Arial Narrow";
	font-size: 20px;
	text-decoration: none;
	letter-spacing: 2px;
	font-style: italic;
}


.left_article p3 {
	padding-left: 02%;
	padding-right: 10%;
	text-align: left;
	line-height: auto;
	margin-top: 00px;
	margin-bottom: 50px;
	color:rgba(8,47,47,1.00);
	font-family: "Open Sans", "Arial Narrow";
	font-size: 19px;
	text-decoration: none;
	font-weight: bold;
}
.left_article p4 {
	padding-left: 5%;
	padding-right: 5%;
	text-align: right;
	line-height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	color:rgba(206,100,7,1.00);
	font-family: "montserrat";
	font-size: 16px;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}

.left_article p5{
	text-align: left;
	line-height: auto;
	color:#1D0F08;
	font-family: "Open Sans", "Arial Narrow";
	font-size: 20px;
	text-decoration:none;
	font-weight:550;
	transition: all 0.2s linear;
}
.left_article p5:hover{
	color:#561202;
	font-weight:700;
}


.left_article p51{
	text-align: left;
	line-height: auto;
	color:#3B0506;
	font-family: "Open Sans", "Arial Narrow";
	font-size: 20px;
	text-decoration:none;
	font-weight:550;
	transition: all 0.2s linear;
}
.left_article p51:hover{
	color:#A11717;
	font-weight:700;
}

.left_article p52{
	text-align: left;
	line-height: auto;
	color:#1D0F08;
	font-family: "Open Sans", "Arial Narrow";
	font-size: 20px;
	text-decoration:none;
	font-weight:550;
	transition: all 0.2s linear;
}
.left_article p52:hover{
	color:#8E2E09;
	font-weight:700;
}




.left_article p6{
	text-align: left;
	line-height: auto;
	color:#274418;
	font-family: "Open Sans", "Arial Narrow";
	font-size: 20px;
	text-decoration:none;
	font-weight:600;
	transition: all 0.2s linear;
	margin-left: 0%;
}
.left_article p6:hover{
	color:#639B46;
	font-weight:600;
}
.left_article p7{
	text-align: left;
	line-height: auto;
	color:#AA5A00;
	font-family: "Open Sans", "Arial Narrow";
	font-size: 20px;
	text-decoration:none;
	font-weight:700;
	transition: all 0.2s linear;
	margin-left: 0%;
}
.left_article p7:hover{
	color:#F7911D;
	font-weight:700;
}
.left_article p8{
	text-align: left;
	margin-left: 7%;
	padding-left: 0%;
	padding-right: 03%;
	line-height: auto;
	color:#000000;
	font-family: "Open Sans", "Arial Narrow";
	font-size: 20px;
	text-decoration:none;
	font-weight:normal;
}


.left_article :link {
color:rgba(21,126,126,1.00);
text-decoration:none;
}
.left_article :link:hover {
opacity: 0.7;
text-decoration:none;
font-size: 20px;
}
.left_article :visited {
color:rgba(85,148,52,1.00);
text-decoration:none;
}





.right_article {
	width: 30%;
	float: right;
	display: table-cell;
	text-align: center;
	vertical-align: left;
	padding-top: 5%;
	padding-bottom: 5%;
	margin-top: 20px;

	
}
.container .right_article ul {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.right_article ul li {
	font-family: "Open Sans", "Arial Narrow";
	list-style: none;
	text-align: center;
	background-color: #B3B3B3;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFFFFF;
	font-weight: bold;
	border-radius: 0px;
	transition: all 0.5s linear;
	border-left: 5px solid #717070;
}
.right_article ul li:hover {
	background-color: #717070;
	cursor: pointer;
}

.right_article img{
	max-width: 75%;
	}

.center_article {
	background-color: #FFFFFF;
	width: 60%;
	float: left;
	font-family: "Open Sans", "Arial Narrow";
	color: #343434;
	padding-bottom: 30px;
	padding-left: 30px;
	margin-left: 15%;
	}
.center_article p {	}
.center_article ul {
	padding-left: 80px;
	color: #0F5757;
	font-weight: lighter;

}

.footer {
    background-color: #082F2F;
    font-family: "Open Sans", "Arial Narrow";
    position:fixed;
	bottom: 0%;
    width: 100%;
}
.title {
	font-weight: bold;
	font-style: normal;
	font-family: "Open Sans", "Arial Narrow";
	text-align: center;
	color: #FFFFFF;
	letter-spacing: 2px;
}
.placeholder {
	/* [disabled]max-width: 400px;
*/
	/* [disabled]max-height: 200px;
*/
	width: 100%;
	padding-top: 30px;
	/* [disabled]padding-left: 19px;
*/
	padding-bottom: 30px;
	height: 100%;
}
.left_half {
	background-color: #7DC457;
}
.container .column_half.left_half h2 {
	color: #FFFFFF;
	font-family: "Montserrat";
	text-align: center;
	text-transform: uppercase;
}

.container .column_half.left_half h5 {
	color: #FFFFFF;
	font-family: "Montserrat";
	text-align: center;
	text-transform: uppercase;
	font-size: 24px;
}
	
.right_half {
	background-color: #6DBD43;
	color: #FFFFFF;
	font-family: "Montserrat";
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}
.column_title {
	padding-top: 25px;
	padding-bottom: 25px;
}




.language {
	text-align: center;
	background-color: #0F5757;
	color: #FFFFFF;
	font-weight: lighter;
	letter-spacing: 1px;
	border-top-width: 2px;
	font-family: "Open Sans", "Arial Narrow";
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.language img{
	width: 3%;
	height: auto;
	min-width: 25px;
	max-width: 35px;
	opacity: 1;
}.language img:hover{
opacity: 0.700;
}





.copyright {
	text-align: center;
	background-color: #0F5757;
	color: #FFFFFF;
	font-weight: lighter;
	letter-spacing: 0px;
	border-top-width: 1px;
	font-family: "Open Sans", "Arial Narrow";
	font-size: 9px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.copyright img{
	width: 3%;
	height: auto;
	min-width: 25px;
	max-width: 35px;
	opacity: 1;
}.copyright img:hover{
opacity: 0.700;
}
.thumbnail {
	width: 70px;
	height: auto;
	border-radius: 0px;
	margin-left: auto;
}
.thumbnail:hover {
	opacity: 1;
	transition: all 0.5s linear;
}
.thumbnail2 {
	width: 30px;
	height: auto;
	border-radius: 0px;
	margin-left: auto;
}
.thumbnail3 {
	width: 25px;
	height: auto;
	border-radius: 0px;
}
.thumbnail3:hover {
	opacity:1;
}


.social {
	text-align: center;
	width: 100%;
	height: 35px;
	background-color: #082F2F;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 9px;
	font-family: "Open Sans", "Arial Narrow";
	margin-top: 0px;
	margin-bottom: 0px;
}
.social_icon {
	width: 100%;
	text-align: center;
	line-height: 0px;
	padding-top: 05px;
	padding-botton: 05px;

}
.container .social .social_icon:hover {
	cursor: pointer;
}
.social .social_icon img {
	width: 11%;
	max-width: 25px;
}
.social .social_icon img:hover {
	opacity: 0.60;
	transition: all 0.3s linear;

}

body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.videotext{
	text-align: center;
	color:#082F2F;
	font-weight: lighter;
	font-family: "Open Sans", "Arial Narrow";
	font-size: 11px;
}


.termicitySommer{
	color:#082F2F;
	background-color:#FBD2A3;
	padding-left: 1.5%;
	padding-top: 1.5%;
	padding-bottom: 1.5%;
	text-align:left;
	font-size: 10px;
	font-weight: lighter;
}
.termicitySommer:hover{
	background-color:#FBE196;
}






.button1 {
    border: 0;
    line-height: 2.5;
    padding: 0 20px;
    font-size: 1.25rem;
    text-align: center;
    color: #fff;
    text-shadow: 0px 0px 0px #000;
    border-radius: 40px;
    background-color:rgba(15,87,87,1.00);
    background-image: linear-gradient(to top left, rgba(100, 200, 200, 0.0), rgba(0, 0, 0, 0.0) 100%, rgba(200, 200, 200, 0));
    box-shadow: inset 2px 2px 3px rgba(255, 255, 255, 0.0), inset -2px -2px 3px rgba(0, 0, 0, 0.0);
}
.button1:hover {
    background-color:rgba(246,139,17,1.00);
	transition: all 0.2s linear;
	cursor: pointer;
}
.button1:active {
    background-color:rgba(181,99,6,1.00);
	box-shadow: inset -2px -2px 3px rgba(255, 255, 255, 0.0), inset 2px 2px 3px rgba(0, 0, 0, 0.0);
	cursor: pointer;
}


.button2 {
    border: 0;
    line-height: 2.5;
    padding: 0 20px;
    font-size: 1.25rem;
    text-align: center;
    color:#2B1701;
    text-shadow: 0px 0px 0px #000;
    border-radius: 40px;
    background-color:#F9B160;
    background-image: linear-gradient(to top left, rgba(100, 200, 200, 0.0), rgba(0, 0, 0, 0.0) 100%, rgba(200, 200, 200, 0));
    box-shadow: inset 2px 2px 3px rgba(255, 255, 255, 0.0), inset -2px -2px 3px rgba(0, 0, 0, 0.0);
}
.button2:hover {
    background-color:#F7911D;
	transition: all 0.2s linear;
	cursor: pointer;
}
.button2:active {
    background-color:rgba(181,99,6,1.00);
	box-shadow: inset -2px -2px 3px rgba(255, 255, 255, 0.0), inset 2px 2px 3px rgba(0, 0, 0, 0.0);
	cursor: pointer;
}


.button3 {
    border: 0;
    line-height: 1; 
    padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
    font-size: 1.25rem;
    text-align: center;
    color:#2B1701;
    text-shadow: 0px 0px 0px #000;
    border-radius: 40px;
    background-color:rgba(175,215,144,1.00);
    background-image: linear-gradient(to top left, rgba(100, 200, 200, 0.0), rgba(0, 0, 0, 0.0) 100%, rgba(200, 200, 200, 0));
    box-shadow: inset 2px 2px 3px rgba(255, 255, 255, 0.0), inset -2px -2px 3px rgba(0, 0, 0, 0.0);
}
.button3:hover {
    background-color:rgba(120,164,86,1.00);
	transition: all 0.2s linear;
	cursor: pointer;
}
.button3:active {
    background-color:rgba(185,245,42,1.00);
	box-shadow: inset -2px -2px 3px rgba(255, 255, 255, 0.0), inset 2px 2px 3px rgba(0, 0, 0, 0.0);
	cursor: pointer;
}






table {
}
.table_01 {
	table-layout: fixed;
	width: 100%;
	max-width: 500;
	min-width: 200;
	border-collapse: collapse;
	border: 2px solid rgba(15,87,87,1.00);
	text-align: center;
	background-color: rgba(242,246,246,0.50);}
.table_01 thead th:nth-child(1) {
  width: 50%;
}
.table_01 thead th:nth-child(2) {
  width: 10%;
}
.table_01 th,td {
  padding: 8px;
}

.table_01 tr {
  border-bottom: 1px solid #ddd;
}
.table_01 tr2:hover {background-color: rgba(170,201,201,0.80);}










.table_02 {
	table-layout: fixed;
	width: 95%;
	max-width: 500;
	min-width: 400;
	border-collapse: collapse;
	border: 0px solid rgba(5,8,10,1.00);
	background-color: rgba(0,0,0,0.00);
	border-bottom: 0px solid #ddd;
}
.table_02 td {
	min-width: 400;
}

.table_03 {
	table-layout: fixed;
	width: 95%;
	max-width: 500;
	min-width: 350;
	border-collapse: collapse;
	border: 0px solid rgba(5,8,10,1.00);
	background-color: rgba(0,0,0,0.00);
	border-bottom: 0px solid #ddd;
	text-align: right;
	line-height: 135%;
}

.table_lef{
	width: 90%;
}
.table_right{
	width: 110%;
}






@media (max-width: 450px){
.primary_header_home {
	padding-top: 01px;
}
nav ul li {
	float: right;
	color: #082F2F;
	font-size: 12px;
	text-align: right;
	margin-right: 15px;
	margin-top: 3px;
	letter-spacing: 1px;
	width: 200px;
}
ul li:hover a {
	font-size: 13px;
}


.header_intro {
	width: 100%;
	height: auto;
	float: left;
	font-family: "Open Sans", "Arial Narrow";
	margin-top: 20px;
	margin-bottom: 20px;
	
}
.header_left {
	width: 100%;
	height: 85%;
	float:center;
	font-size: 45px;
    text-align: center;
}
.header_right {
	width: 100%;
	height: 70%;
	padding-left: 0%;
	float: center;
}
.header_right img {
	width: 75%;
	margin-top: 16%;
	margin-bottom: 5%;
}	
	
	


.secondary_header_sites{
	height: 24px;
	padding-bottom: 1px;
}
.secondary_header_sites ul {
	width: 90%;
	margin-top: 02px;
}
.secondary_header_sites ul li {
	width: 17%;		
	float:left;
}
.secondary_header_sites ul li a {
	width: 8%;
	letter-spacing: 0px;
	font-size: 11px;
	}
.secondary_header_sites ul li a:hover {
	font-size: 12px;
	}


	
	
.about {
	height: 670px;
	float: none;
}

.about_left {
	width: 80%;
	height: auto;
	float: center;
	margin-top: 60px;
	margin-left: 10%;
	margin-right: 10%;
}
.about_left img{
	width: 65%;
	min-width: 200px;
	max-width: 400px;
	margin-left: 15%;
}


.about_right {
	width: 80%;
	height: auto;
	padding-left: 0%;
	margin-top: 5%;
	margin-left: 10%;
	margin-right: 10%;
	letter-spacing: 0.5px;
	font-size: 22px;
}
	
	
	
.left_article {
	width: 90%;
	padding-left: 5%;
}
.right_article {
	width: 50%;
	height: auto;
	padding-left: 25%;
	float: left;
}
.right_article img{
	max-width: 70%;
	}
	
.center_article {
	width: 100%;
	height: auto;
	float: none;
	padding-bottom: 30px;
	padding-left: 0px;
	margin-left: 0%;
	}
	
.container .center_article h3 {
	padding-left: 5%;
	padding-right: 5%;
	margin-top: 7%;
	color: #7ec358;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Montserrat";
	font-size: 30px;
	}

.placeholder {
	width: 100%;
	margin-top: 22PX;
	margin-right: 0px;
	margin-bottom: 22PX;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	max-width: 400px;
	max-height: 200px;
	height: auto;
}
.columns {
	line-height: normal;
	height: 120px;
	font-size: 15px;

}
.columns:hover {
	font-size: 16px;
}
.columns p {
	padding-left: 10px;
	padding-right: 10px;
}
.column_half.left_half {
	width: 100%;
}
.column_half.right_half {
	width: 100%;
}
.copyright {
	padding-top: 2px;
	padding-bottom: 2px;
}
	
.container .left_article h3 {
	margin-top: 30px;
	color: #7ec358;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Montserrat";
	font-size: 30px;
}
.thumbnail {
	width: 80%;
	max-width: 60px;
}

.index_logo {
	top: 10%;
	}
.index_left {
    width: 62%;
	padding-left: 19%;
    height: 30%;
    color: #343434;
    position: absolute;
    top: 29%;	
}
.index_right {
	width: 56%;
	padding-left: 22%;
	height: 30%;
	color: #343434;	
	position: absolute;
	top: 52%;
	right: 0%;
	left: 0%;
	}
.index h3 {
	font-size: 27px;
}
.index p {
	font-size: 17px;
}
}






.banner_01{
	width: 100%;
	background-color:rgba(251,205,152,0.80);
	height: auto;
	margin-top: 03%;
	padding-top:0.1%;
	padding-bottom:1px;
	padding-right: 0%;
	padding-left: 0%;
	float: none;
	font-family: "Open Sans", "Arial Narrow";
	font-size: 18px;
	line-height: 200%;
}
.banner_01 h1{
	color:#683904;
	text-align:center;
	padding-right: 15%;
	padding-left: 15%;
	padding-top:30px;
	padding-bottom:30px;
	letter-spacing: 2px;
	font-weight: 500;
	text-transform: uppercase;
	font-family: "Montserrat";
	font-size: 24px;
	transform: scale(0.94);
	animation: scale 3s forwards cubic-bezier(0.5, 1, 0.89, 1);
}
@keyframes scale {
  100% {
    transform: scale(1);
  }
}
span {
  display:inline-block;
  opacity: 0;
  filter: blur(4px);
}
span:nth-child(1) {
  animation: fade-in 0.8s 0.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
span:nth-child(2) {
  animation: fade-in 0.8s 0.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
span:nth-child(3) {
  animation: fade-in 0.8s 0.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
span:nth-child(4) {
  animation: fade-in 0.8s 0.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
span:nth-child(5) {
  animation: fade-in 0.8s 0.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
span:nth-child(6) {
  animation: fade-in 0.8s 0.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
span:nth-child(7) {
  animation: fade-in 0.8s 0.7s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
span:nth-child(8) {
  animation: fade-in 0.8s 0.8s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
span:nth-child(9) {
  animation: fade-in 0.8s 0.9s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
span:nth-child(10) {
  animation: fade-in 0.8s 1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
span:nth-child(11) {
  animation: fade-in 0.8s 1.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
span:nth-child(12) {
  animation: fade-in 0.8s 1.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
span:nth-child(13) {
  animation: fade-in 0.8s 1.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
span:nth-child(14) {
  animation: fade-in 0.8s 1.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
span:nth-child(15) {
  animation: fade-in 0.8s 1.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
span:nth-child(16) {
  animation: fade-in 0.8s 1.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
span:nth-child(17) {
  animation: fade-in 0.8s 1.7s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
span:nth-child(18) {
  animation: fade-in 0.8s 1.8s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
@keyframes fade-in {
  100% {
    opacity: 1;
    filter: blur(0);
  }
}




.banner_02{
	width: 80%;
	background-color:rgba(242,243,239,0.35);
	height: auto;
	padding-top:1px;
	padding-bottom:0px;
	padding-right: 10%;
	padding-left: 10%;
	float: none;
	font-family: "Open Sans", "Arial Narrow";
	font-size: 18px;
}

.banner_02 h1{
	color:#2A4A1A;
	text-align: left;
	padding-top:1%;
	padding-bottom:0px;
	letter-spacing: 2px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Montserrat";
	font-size: 30px;
	line-height: 200%;

}
.banner_02 h2{
	color:#223C15;
	text-align: left;
	padding-top:0%;
	padding-bottom:0px;
	letter-spacing: 1.5px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Open Sans", "Arial Narrow";
	font-size: 18px;
}
.banner_02 p{
	color:#1B3110;
	text-align: left;
	letter-spacing: 2px;
	line-height: 150%;
	font-weight: 400;
	font-family: "Open Sans", "Arial Narrow";
	font-size: 18px;
}
.banner_02 p2{
	color:#1B3110;
	text-align: right;
	letter-spacing: 2px;
	line-height: 150%;
	font-weight: 400;
	font-family: "Open Sans", "Arial Narrow";
	font-size: 18px;
}
.banner_02 p3{
	text-align: center;
}


.banner_03{
	width: 80%;
	background-color:rgba(221,224,212,0.80);
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right: 10%;
	padding-left: 10%;
	float: none;
	color:#111F0A;
	text-align: left;
	letter-spacing: 2px;
	line-height: 150%;
	font-weight: 400;
	font-family: "Open Sans", "Arial Narrow";
	font-size: 18px;
}
.banner_03 h1{
	color:#223C15;
	text-align: left;
	padding-top:0%;
	padding-bottom:0px;
	letter-spacing: 2px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Montserrat";
	font-size: 30px;	
	line-height: 200%;
}
.banner_03 h2{
	color:#223C15;
	text-align: left;
	padding-top:0px;
	padding-bottom:0px;
	letter-spacing: 2px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Open Sans", "Arial Narrow";
	font-size: 18px;
}
.banner_03 p{
	color:#111F0A;
	text-align: left;
	letter-spacing: 2px;
	line-height: 150%;
	font-weight: 400;
	font-family: "Open Sans", "Arial Narrow";
	font-size: 18px;
}
.banner_03 p3{
	text-align: center;
}


.banner_04{
	width: 90%;
	min-width: 300px;
	background-color:rgba(225,231,231,0.75);
	height: auto;
	padding-top:15px;
	padding-bottom:15px;
	padding-right: 5%;
	padding-left: 5%;
	float: none;
	color:#051F1F;
	letter-spacing: 2px;
	line-height: 150%;
	font-weight: 400;
	font-family: "Open Sans", "Arial Narrow";
	font-size: 18px;
}
.banner_04 h1{
	color:#0B4141;
	padding-top:0%;
	padding-bottom:0px;
	letter-spacing: 2px;
	line-height: 200%;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Montserrat";
	font-size: 30px;
}
.banner_04 h2{
	color:#223C15;
	text-align: left;
	padding-top:0px;
	padding-bottom:0px;
	letter-spacing: 1.5px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Open Sans", "Arial Narrow";
	font-size: 18px;
}
.banner_04 p{
	color:#111F0A;
	text-align: left;
	letter-spacing: 2px;
	line-height: 150%;
	font-weight: 400;
	font-family: "Open Sans", "Arial Narrow";
	font-size: 18px;
}
.banner_04 p1{
	color:#111F0A;
	text-align: left;
	letter-spacing: 2px;
	line-height: 150%;
	font-weight: 400;
	font-family: "Open Sans", "Arial Narrow";
	font-size: 18px;
}
.banner_04 p2{
	color:#111F0A;
	text-align: right;
	letter-spacing: 2px;
	line-height: 150%;
	font-weight: 400;
	font-family: "Open Sans", "Arial Narrow";
	font-size: 18px;
}




.banner_05{
	width: 90%;
	min-width: 450px;
	background-color:rgba(250,251,251,0.50);
	height: auto;
	padding-top:15px;
	padding-bottom:15px;
	padding-right: 05%;
	padding-left: 05%;
	float: none;
	font-family: "Open Sans", "Arial Narrow";
	font-size: 18px;
}
.banner_05 h1{
	color:#0B4141;
	text-align: left;
	padding-top:0%;
	padding-bottom:0px;
	letter-spacing: 2px;
	line-height: 200%;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Montserrat";
	font-size: 30px;
}
.banner_05 p{
	color:#052121;
	text-align:center;
	letter-spacing: 2px;
	line-height: 150%;
	font-weight: 400;
	font-family: "Open Sans", "Arial Narrow";
	font-size: 18px;
	width: 90%;
}
.banner_05 p2{
	color:#052121;
	text-align:right;
	letter-spacing: 2px;
	line-height: 150%;
	font-weight: 400;
	font-family: "Open Sans", "Arial Narrow";
	font-size: 18px;
	width: 90%;
}
.banner_05 p3{
	text-align:center;
}
.banner_05 p4{
	text-align:left;
}


.banner_06{
	width: 90%;
	background-color:#FFFFFF;
	height: auto;
	padding-top:15px;
	padding-bottom:15px;
	padding-right: 05%;
	padding-left: 05%;
	float: none;
	font-family: "Open Sans", "Arial Narrow";
	font-size: 18px;
}
.banner_06 h1{
	color:#D37407;
	text-align: center;
	padding-top:2%;
	padding-bottom:0.5%;
	padding-left: 5%;
	padding-right: 5%;
	letter-spacing: 2px;
	line-height: 130%;
	font-weight: 500;
	text-transform: uppercase;
	font-family: "Montserrat";
	font-size: 25px;
}
.banner_06 h2{
	color:rgba(62,109,38,1.00);
	text-align: center;
	padding-top:2%;
	padding-bottom:0.5%;
	padding-left: 5%;
	padding-right: 5%;
	letter-spacing: 1.5px;
	line-height: 130%;
	font-weight: 600;
	text-transform: uppercase;
	font-family: "Montserrat";
	font-size: 22px;
}
.banner_06 img{
	max-width: 600px;
	height: auto;
	padding-top:5px;
	padding-bottom:5px;
	align-content: center;
}




























@media (max-width: 451px) {
.banner_01{
	width: 98%;
	padding-top:15px;
	padding-bottom:15px;
	padding-right: 01%;
	padding-left: 01%;
}
.banner_01 h1{
	color:#683904;
	text-align:center;
	padding-right: 05%;
	padding-left: 05%;
	padding-top:1px;
	padding-bottom:1px;
	letter-spacing: 2px;
	font-weight: 500;
	text-transform: uppercase;
	font-family: "Montserrat";
	font-size: 20px;
}
	
	
.banner_02{
	width: 98%;
	padding-top:15px;
	padding-bottom:15px;
	padding-right: 01%;
	padding-left: 01%;
}
.banner_02 p{
	letter-spacing: 1px;
	font-weight: 400;
	font-size: 16px;
}
	
	
.banner_03{
	width: 98%;
	padding-top:5px;
	padding-bottom:5px;
	padding-right: 01%;
	padding-left: 01%;
}
.banner_03 p{
	letter-spacing: 1px;
	font-weight: 400;
	font-size: 16px;
}	
	
.banner_04{
	width: 98%;
	padding-top:5px;
	padding-bottom:5px;
	padding-right: 01%;
	padding-left: 01%;
}
.banner_04 p{
	letter-spacing: 1px;
	font-weight: 450;
	font-size: 16px;
}		
.banner_04 p2{
	letter-spacing: 0.5px;
	font-weight: 450;
	font-size: 14px;
}	
	
.banner_05{
	width: 98%;
	padding-top:15px;
	padding-bottom:15px;
	padding-right: 01%;
	padding-left: 01%;
}
.banner_05 p{
	letter-spacing: 1px;
	font-weight: 375;
	font-size: 15px;
}	
}







@media (min-width: 451px) and (max-width: 675px) {
.primary_header_home {
	padding-top: 01px;
}
nav ul li {
	float: right;
	color: #082F2F;
	font-size: 12px;
	text-align: right;
	margin-right: 15px;
	margin-top: 3px;
	letter-spacing: 1px;
	width: 200px;
}
ul li:hover a {
	font-size: 13px;
}


.header_intro {
	width: 100%;
	height: 210px;
	float: left;
	font-family: "Open Sans", "Arial Narrow";
	margin-top: 20px;
	margin-bottom: 0%;
	
}
.header_left {
	width: 100%;
	height: 85%;
	float:center;
	font-size: 45px;
    text-align: center;
}
.header_right {
	width: 100%;
	height: 70%;
	padding-left: 0%;
	float: center;
}
.header_right img {
	width: 60%;
	margin-top: 10%;
}	
	
	


.secondary_header_sites{
	height: 24px;
	padding-bottom: 1px;
}
.secondary_header_sites ul {
	width: 90%;
	margin-top: 02px;
}
.secondary_header_sites ul li {
	width: 17%;		
	float:left;
}
.secondary_header_sites ul li a {
	width: 8%;
	letter-spacing: 0px;
	font-size: 11px;
	}
.secondary_header_sites ul li a:hover {
	font-size: 12px;
	}


	
	
.about {
	height: 650px;
	float: none;
}

.about_left {
	width: 80%;
	height: auto;
	float: center;
	margin-top: 40px;
	margin-left: 10%;
	margin-right: 10%;
}
.about_left img{
	width: 65%;
	min-width: 200px;
	max-width: 400px;
	margin-left: 15%;
}


.about_right {
	width: 80%;
	height: auto;
	padding-left: 0%;
	margin-top: 5%;
	margin-left: 10%;
	margin-right: 10%;
	letter-spacing: 0.5px;
	font-size: 22px;
}

	
	
	
.left_article {
	width: 90%;
	padding-left: 5%;
}
.right_article {
	width: 50%;
	height: auto;
	padding-left: 25%;
	float: left;
}
.right_article img{
	max-width: 70%;
	}
	
.center_article {
	width: 100%;
	height: auto;
	float: none;
	padding-bottom: 30px;
	padding-left: 0px;
	margin-left: 0%;
	}
	
.container .center_article h3 {
	padding-left: 5%;
	padding-right: 5%;
	margin-top: 7%;
	color: #7ec358;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Montserrat";
	font-size: 30px;
	}

.placeholder {
	width: 100%;
	margin-top: 22PX;
	margin-right: 0px;
	margin-bottom: 22PX;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	max-width: 400px;
	max-height: 200px;
	height: auto;
}
.columns {
	line-height: normal;
	height: 120px;
	font-size: 15px;

}
.columns:hover {
	font-size: 16px;
}
.columns p {
	padding-left: 10px;
	padding-right: 10px;
}
.column_half.left_half {
	width: 100%;
}
.column_half.right_half {
	width: 100%;
}
.copyright {
	padding-top: 2px;
	padding-bottom: 2px;
}
	
.container .left_article h3 {
	margin-top: 30px;
	color: #7ec358;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Montserrat";
	font-size: 30px;
}
.thumbnail {
	width: 80%;
	max-width: 60px;
}

.index_logo {
	top: 10%;
	}
.index_left {
    width: 62%;
	padding-left: 19%;
    height: 30%;
    color: #343434;
    position: absolute;
    top: 29%;	
}
.index_right {
	width: 56%;
	padding-left: 22%;
	height: 30%;
	color: #343434;	
	position: absolute;
	top: 52%;
	right: 0%;
	left: 0%;
	}
.index h3 {
	font-size: 27px;
}
.index p {
	font-size: 17px;
}
}


@media (min-width: 676px) and (max-width: 1000px) {
.primary_header_home {
	padding-top: 01px;
}
nav ul li {
	float: right;
	color: #082F2F;
	font-size: 12px;
	text-align: right;
	margin-right: 20px;
	margin-top: 3px;
	letter-spacing: 1px;
	width: 200px;
}
ul li:hover a {
	font-size: 13px;
}


.header_intro {
	width: 100%;
	height: 210px;
	float: left;
	font-family: "Open Sans", "Arial Narrow";
	margin-top: 20px;
	margin-bottom: 0%;
	
}
.header_left {
	width: 100%;
	height: 85%;
	float:center;
	font-size: 45px;
    text-align: center;
}
.header_right {
	width: 100%;
	height: 70%;
	padding-left: 0%;
	float: center;
}

.header_right img {
	width: 50%;
}

	

.secondary_header_sites{
	height: 25px;
	padding-bottom: 1px;
}
.secondary_header_sites ul {
	width: 95%;
	margin-top: 02px;
}
.secondary_header_sites ul li {
	float:left;
}


	
	
.about {
	height: 550px;
	float: none;
}

.about_left {
	width: 35%;
	height: auto;
	float:left;
	margin-top: 190px;
	margin-left: 2%;
	margin-right: 15px;
}
.about_left img{
	width: 100%;
	min-width: 200px;
	max-width: 400px;
}

.about_right {
	width: 50%;
	height: 450px;
	padding-left: 5%;
	margin-top: 65px;
	margin-right: 3%;
	letter-spacing: 0.5px;
}
.about_right h1 {
	color: #F7911D;
	letter-spacing: 1px;
	font-family: "Montserrat";
	font-weight: bolder;
	transition: all 0.2s linear;
}
.about_right h1:hover {
	letter-spacing: 2px;
	font-size: 27px;
}

	
	
	
.left_article {
	width: 72%;
	padding-left: 12%;
}
.right_article {
	width: 50%;
	height: auto;
	padding-left: 25%;
	float: left;
}
.right_article img{
	max-width: 70%;
	}
	
	
	
	
	
.placeholder {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

.columns {
		height: 150px;
}
.columns:hover {
	font-size: 17px;
}
}



@media (min-width: 1001px) {
.right_article {
	height: auto;
}
	.about_right {
	width: 50%;
	height: 450px;
	padding-left: 7%;
	margin-top: 45px;
	margin-right: 3%;
	letter-spacing: 0.5px;
}
}

