@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Indie+Flower);

@charset "utf-8";
/* CSS Document */
*{
margin: 0;
padding: 0;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}

* {
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
}

body {
 line-height: 1.2;
}

body {
 font-size: 14px;
 font-family: 'Source Sans Pro', Verdana,Arial,Helvetica,sans-serif;
 color: #000;
 background-color: #FFF;
}

/* required for sticky footer */

html, body {
 height: 100%;
}

.wrapper {
 min-height: 100%;
 height: auto !important;
 height: 100%;
}



img {
 max-width: 100%;
}


img.center {
    display: block;
    margin: 0 auto;
}

img.right {
    display: inline;
    margin: 15px 0 15px 15px;
}

img.left {
    display: inline;
    margin: 15px 15px 15px 0;
}


.center {
 text-align:center;
}
















  
.upper {
  margin-top:0px;
  padding:10px;
  position:relative; 
  background-color: rgba(0, 0, 0, 0.2);
  height:60px;
}




.upper h1 {
 float: left;
 color: #DCDDDE;
// padding:30px 0 0 80px;
 font-size:40px;

}

.upper h1 span {
 font-size:20px;

}

.upper h1 a {
 color: #DCDDDE;


}



@media only screen and (max-width : 1000px) {



.upper h1 {

}

.upper h1 span {

}

}





@media only screen and (max-width : 800px) {

.upper h1 {
// padding:25px 0 0 40px;;
 font-size:30px;
}

.upper h1 span {
 font-size:15px;
}

}




@media only screen and (max-width : 420px) {

.upper h1 {
// padding:25px 0 0 40px;;
 font-size:30px;
}

.upper h1 span {
font-size:15px;
}

}


@media only screen and (max-width : 320px) {

.upper h1 {
// padding:25px 0 0 40px;;
 font-size:25px;
}

.upper h1 span {
 font-size:12px;
}

}



.content {
    margin: 300px auto;
    width: 100%;
    max-width: 960px;
    padding: 20px;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    margin-bottom:200px;
}

.content h1 {
    margin: 30px 0 30px 0;
    padding: 0;
    font-size: 40px;
    text-align: left;
}

.content p {
    margin:   20px    0;
    font-size: 26px;
    line-height: 1.5;
}

.content a {
    color:#fff;
    text-decoration:none;
}

.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.fullscreen-bg__video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
	    transform: translate(-50%, -50%);
}







#color {
 background-color:#7ABD31;
 min-height: 150px;
 padding: 35px 15px;
}


#color h1 {
 color: #FFFFFF;
 font-size: 32pt;
 font-weight: 400;
 margin: 20px;
 text-align: center;
}

#color h2 {
 color: #FFFFFF;
 font-size: 22pt;
 font-weight: 100;
 margin: 0 25px 15px 25px;
}

#color p {
 color: #FFFFFF;
 font-size: 16pt;
 margin-bottom:15px;
}









#lead {
 margin:0px;
 background:#fff;
 padding:20px 0;
}




#lead-area { 
text-align: left; 
} 


#lead-area.black .form input[type=submit] { 

	color: #453029; 
	text-shadow: 1px 1px #ffffff; 
} 
//#lead-area.black h1 { color: #FFFFFF; } 
//#lead-area.black h3 { color: #ffffff; } 
//#lead-area.black h4 { color:#ffffff; } 
#lead-area.black p.privacy { color: #a0a0a0; } 




#lead-area .content-opacity { 
	max-width: 1095px; 
        margin: 20px auto;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);







	//border: 0 !important; 
	//margin: 20px auto; 
	//background: rgba(0, 0, 0, 0.5); 

	//padding: 40px; 
} 

#lead-area .form input.form-input { 
 font-size: 32px; 
 color: #525151; 
 font-weight: bold; 
 max-width: 466px !important; 
 width:100%;
 box-shadow: 0 3px 4px -1px #8c8c8c inset; 
 text-align: center; 
 padding-top: 15px !important; 
 padding-bottom: 10px !important; 
 margin-bottom: 10px; 
 height: auto !important; 
 line-height: normal !important; 
} 

.well-large { 
  padding: 24px; 
  -webkit-border-radius: 6px; 
  -moz-border-radius: 6px; 
   border-radius: 6px; 
} 




@media only screen and (max-width : 420px) {

.well-large { 
  padding: 12px; 

} 

}




/*Smartphone*/
@media only screen and (max-width : 320px) {

.well-large { 
  padding: 5px; 

} 

}






#content p, #content ul {
 font-size:16pt;
 margin:15px 0;
 line-height:24px;
}



#content h2 {
 font-size:28pt;
 color: #698DAD;
 margin-bottom:17px;
}


#content h3 {
 font-size:18pt;
 color: #698DAD;
}


#content h4 {
 font-size:16pt;
 color: #000;
 font-weight:bold;
 margin: 15px 0;
}




#sidebar {
 margin: 0px;
 padding:  0px;
 font-size:14pt;
}


#sidebar p {
 margin-left: 15px;
}

#sidebar ul {
 list-style:disc;
 margin-left:35px;
}

#sidebar ul li {
 line-height:22px;
}

#sidebar h3 {
    background-color: #FFFFFF;
    color: #B9160E;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight:bold;
}



#sidebar h3 {
    margin: 15px -45px 25px 0px;
    padding: 9px 0 9px 10px;
    -webkit-box-shadow: 0 1px 2px #AAAAAA;
    -moz-box-shadow: 0 1px 2px #AAAAAA;
    box-shadow: 0 1px 2px #AAAAAA;
}


#sidebar h3::after {
    content: url(/img/corner.png);
}
#sidebar h3::after {
    position: absolute;
    margin-top: 26px;
    right: -45px;
}


#sidebar h4 {
 margin: 20px 0 15px 0;
}


#sidebar img {
 margin-left: 15px;
}




@media only screen and (max-width : 1200px) {

#sidebar h3 {
    margin: 15px 0px 25px 0px;
    padding: 9px 0 9px 10px;
}

#sidebar h3::after {
    position: absolute;
    margin-top: 26px;
    right: 0px;
}

}





@media only screen and (max-width : 420px) {

#sidebar h3 {
    margin: 15px 0px 25px 0px;
    padding: 9px 0 9px 10px;
}

#sidebar h3::after {
    position: absolute;
    margin-top: 26px;
    right: 0px;
}

}




/*Smartphone*/
@media only screen and (max-width : 320px) {

#sidebar h3 {
    margin: 15px 0px 25px 0px;
    padding: 9px 0 9px 0px;
}

#sidebar h3::after {
    position: absolute;
    margin-top: 26px;
    right: 0px;
}

}







#square {
 margin:25px 0 0 0;

}





.widget h2 {
    color: #698DAD;
    text-align: center;
    font-size: 22pt;
    font-weight: bold;
}






#contact {
 min-height:400px;    
 background:#fff;    
    
}













.aside-box {
 border-radius:5px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 -khtml-border-radius: 5px;
 box-shadow:0px 0px 7px #676767;
 -webkit-box-shadow: 0px 0px 7px #676767;
 -moz-box-shadow: 0px 0px 15px #676767;
}

.redltr {
 color:red;
 font-weight:bold;
}




div.on_off_off
{
 background: rgb(150,110,120);
 font-family: segoe ui;
 font-size: 12px;
 font-weight: bold;
 padding: 5px 10px;
 border: 3px solid rgb(180, 140, 150);
 border-radius: 5px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -khtml-border-radius: 5px;
 color: #fff;
 display: inline;
}
div.on_off_on
{
 background: rgb(110,150,120);
 font-family: segoe ui;
 font-size: 12px;
 font-weight: bold;
 padding: 5px 10px;
 border: 3px solid rgb(140, 180, 150);
 border-radius: 5px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -khtml-border-radius: 5px;
 color: #fff;
 display: inline;
}








blockquote {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    color: 
#2D91D9 !important;
font-size: 18px;
width: 75%;
padding: 0 20px;
    padding-bottom: 0px;
background-color:
#D3E9F8;
border: 1px solid #B4DAF3;
margin: 20px auto;
text-align: center;
vertical-align: top;
-moz-box-shadow: 0 5px 5px rgba(0,0,0,0.3);
-webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.3);
box-shadow: 0 5px 5px
    rgba(0,0,0,0.3);
    border-radius: 4px;
}
blockquote {
    padding: 12px !important;
}





.wonderful-box {
background: #eee;
border: 1px solid #000;
display: inline-block;
padding: 10px 20px;
margin: 20px 0;
-webkit-transition: background 200ms ease-in;
-moz-transition: background 200ms ease-in;
-ms-transition: background 200ms ease-in;
-o-transition: background 200ms ease-in;
transition: background 200ms ease-in;
}
.wonderful-box:hover {
background: #E28523;
}


.parent {
    position: relative;
}

.child {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.parallax {

  height: 100%;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}




.parallax1 {
  /* The image used */
  background-image: url("/img/fb-main-image.jpg");
}



.parallax2 {
  /* The image used */
  background-image: url("/img/fb-main-image2.jpg");
}












.crunchify-top:hover {
	color: #fff !important;
	background-color: #ed702b;
	text-decoration: none;
}
 
.crunchify-top {
	display: none;
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	width: 3.2rem;
	height: 3.2rem;
	line-height: 3.2rem;
	font-size: 1.4rem;
	color: #fff;
	background-color: rgba(0,0,0,0.3);
	text-decoration: none;
	border-radius: 3.2rem;
	text-align: center;
	cursor: pointer;
}





/* end required for sticky footer */

.footer {
 padding:5px;
}

.footer { 
 border-top: #ddd solid 1px;
 background:#7F7F7F;
 color:#fff;
 position:relative;
}

.footer p a, #footerlinks a {text-decoration:none; color:#fff;}

.footer p a:hover, #footerlinks a:hover {color:#336699; text-decoration:underline;}
#footerlinks a:active {outline:none;}

.footer p, #footerlinks { text-align: center; }
#footerlinks li { display: inline; padding: 0px 1px;  }

#footerlinks, #facebook { margin:8px 0 8px 0;  }

