@charset "UTF-8";
/* CSS Document */
/*
Theme Name: New FOW
Theme URI: http://3flow.ca
Description: Bootstrap based Theme by 3flow
Author: Louis Côté
Author URI: 3flow.ca
Version: 1.0
Tags: responsive, white, bootstrap

License: Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
License URI: http://creativecommons.org/licenses/by-sa/3.0/

This simple theme was built using the example Bootstrap theme "Basic marketing site" found on the Bootstrap web site http://twitter.github.com/bootstrap/examples/hero.html
*/
@import url('bootstrap/css/bootstrap.css'); 
@import url('bootstrap/css/bootstrap-responsive.css'); 

* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }



body{
	font-family: 'Open Sans', sans-serif;
}



.french{
	display:block;
	list-style:none;
	float:right;
	margin-top:10px;
}

.french li a{
	color:#FFF;
}

.form-cont{
	overflow:hidden;
}

#animate-area{
	overflow:hidden;
}

a:hover{
	text-decoration:none;
}

.spacer{
	padding-top:100px;
}

.spacer2{
	padding-top:62px;
}

hr{
	width:100%;
	border-top: solid 1px #87b401;
	border-bottom: solid 2px #a9df05;
	
}

.hr2{
	width:100%;
	border-top: solid 1px #3f98c8;
	border-bottom: solid 2px #6bc8fa;
	
}

h1{
	font-size:3em;
	font-weight:600;
	letter-spacing:0px;
	line-height:1.1em;
}

h2{
	font-size:2em;
	font-weight:200;
	letter-spacing:0px;
}

h3{
	font-size:2em;
	font-weight:200;
	letter-spacing:0px;
}

h4{
	font-size:2em;
	font-weight:200;
	letter-spacing:0px;
}

.white{
	color:#FFF;
}

.big-h{
	font-size:52px;
	font-weight:600;
	letter-spacing:0px;
	text-align:right;
	text-shadow: 2px 2px 3px #222222;
}

.med-h{
	font-size:34px;
	text-align:right;
	text-shadow: 2px 2px 3px #222222;
}

.fow-logo{
	float:left;
	margin:0 20px 14px 0;
}

.navbar .nav{
	float:left;
}


.nav{
	padding-bottom:20px;
	
}

.navbar {
	float:left;
	width:100%;
	margin:0;
	padding-top:8px;
}

.nav ul{
	float:left;
	list-style:none;
	margin:0;
}

.nav ul li{
	float:left;
	margin:0 30px 0 0;
}

.nav ul li a{
	color:#FFF !important;
	font-size:16px;
	float:left;
	text-align:left;
}

.nav ul li a:hover{
	color:#275a86;
	text-decoration:none;
}



.navbar .btn-navbar {
	float:right;
	text-shadow:none;
	color:#555;
	background:none;
	margin:5px 0 20px 0;
}

.navbar .btn-navbar:hover {
	text-shadow:none;
	background:none;
	color:#555;
}

.brand img{
	width:auto;
	height:25px;
}


input[type="text"] {
	float: none;
	margin: 0 auto 20px auto;
	width: 100%;
	height: 35px;
	border-radius: 24px;
}

input[type="email"] {
	float: none;
	margin: 0 auto 20px auto;
	width: 100%;
	height: 35px;
	border-radius: 24px;
}

img.alignleft {
	float: left;
	margin-right: 12px;
}

.block{
	width:100%;
	height:500px;
}

.header-block{
	height:auto;
	padding:10px 0 0 0;
	background-color:#59b7ea;
	border-bottom:1px solid #59b7ea;
	
}

.slider-block{
	position:relative;
	width:100%;
	height: auto;
	padding:180px 0 160px;
	background-color:#59b7ea;
	background-image:url(http://friendsofwind.ca/wp-content/uploads/2017/05/PoW17-web-1600x700-canwea-site-home.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:top center;
	background-attachment: fixed;
	overflow:hidden;
}

.slider-screen{
	position:absolute;
	z-index:100;
	top:0;
	bottom:0;
	width:100%;
	padding-top:150px;
}

.slider-screen-2{
	position:absolute;
	z-index:50;
	top:0;
	bottom:0;
	width:100%;
	padding-top:100px;
	opacity:0.5;
	
}

.btn-slider {
	display: block;
    background: transparent;
    clear: both;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 25px auto 0;
	float: right;
    padding: 15px 25px;
	width: auto;
    max-width: 290px;
    line-height: 1.3;
    border: 2px solid #fff;
    color: #fff !important;
    text-shadow: 2px 2px 3px #222222;
    box-shadow: 2px 2px 3px #222222;
}

.btn-slider:hover {
	text-shadow: 2px 2px 3px #888888;
    background-color: #fff;
    color: #000 !important;
}

.form-select-mobile{
	display:none;
}



.home-form-block{
	position:relative;
	height:auto;
	min-height:500px;
	padding:40px 0;
	background-color:#59b7ea;

}

#clouds{
	position:absolute;
	top:0;
	padding: 200px 0 100px 0;
	opacity:.3;
	pointer-events:none;
	
	
}

/*Time to finalize the cloud shape*/
.cloud {
	width: 200px; height: 60px;
	background: #fff;
	
	border-radius: 200px;
	-moz-border-radius: 200px;
	-webkit-border-radius: 200px;
	
	position: relative; 
}

.cloud:before, .cloud:after {
	content: '';
	position: absolute; 
	background: #fff;
	width: 100px; height: 80px;
	position: absolute; top: -15px; left: 10px;
	
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
	-moz-transform: rotate(30deg);
}

.cloud:after {
	width: 120px; height: 120px;
	top: -55px; left: auto; right: 15px;
}

/*Time to animate*/
.x1 {
	-webkit-animation: moveclouds 15s linear infinite;
	-moz-animation: moveclouds 15s linear infinite;
	-o-animation: moveclouds 15s linear infinite;
}

/*variable speed, opacity, and position of clouds for realistic effect*/
.x2 {
	left: 200px;
	
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	transform: scale(0.6);
	opacity: 0.6; /*opacity proportional to the size*/
	
	/*Speed will also be proportional to the size and opacity*/
	/*More the speed. Less the time in 's' = seconds*/
	-webkit-animation: moveclouds 25s linear infinite;
	-moz-animation: moveclouds 25s linear infinite;
	-o-animation: moveclouds 25s linear infinite;
}

.x3 {
	left: -250px; top: -200px;
	
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0.8; /*opacity proportional to the size*/
	
	-webkit-animation: moveclouds 20s linear infinite;
	-moz-animation: moveclouds 20s linear infinite;
	-o-animation: moveclouds 20s linear infinite;
}

.x4 {
	left: 470px; top: -250px;
	
	-webkit-transform: scale(0.75);
	-moz-transform: scale(0.75);
	transform: scale(0.75);
	opacity: 0.75; /*opacity proportional to the size*/
	
	-webkit-animation: moveclouds 18s linear infinite;
	-moz-animation: moveclouds 18s linear infinite;
	-o-animation: moveclouds 18s linear infinite;
}

.x5 {
	left: -150px; top: -150px;
	
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0.8; /*opacity proportional to the size*/
	
	-webkit-animation: moveclouds 20s linear infinite;
	-moz-animation: moveclouds 20s linear infinite;
	-o-animation: moveclouds 20s linear infinite;
}

@-webkit-keyframes moveclouds {
	0% {margin-left: 1000px;}
	100% {margin-left: -1000px;}
}
@-moz-keyframes moveclouds {
	0% {margin-left: 1000px;}
	100% {margin-left: -1000px;}
}
@-o-keyframes moveclouds {
	0% {margin-left: 1000px;}
	100% {margin-left: -1000px;}
}


.form-select-buttons{
	margin-top:20px;
	}
	
.form-select-buttons li{
	list-style:none;
	}
	
.form-circle{
	display:block;
	width: 150px !important;
	height: 150px !important;
	background: #FFF;
	-moz-border-radius: 75px;
	-webkit-border-radius: 75px;
	border-radius: 75px;
}

.form-circle i{
	margin:35px 0 0 50px;
}

.i-2{
	margin:37px 0 0 38px !important;
}

.i-3{
	margin:40px 0 0 43px !important;
}

.field{
	width:100%;
	height:40px;
	background-color:#FFF;
}

.field-big{
	width:100%;
	height:200px;
	background-color:#FFF;
}

.field-box{
	padding:15px 0;
}

.content-block{
	height:auto;
	padding:40px 0;
	background-color:#FFF;
}

.post-title-box{
	background-color:#100b00;
	padding:20px;
}


.post-box{
	position:relative;
	height:300px;
	background-color:#F9F9F9;
	margin-bottom:20px;
	overflow:hidden;
	border:1px solid #EDEDED;
}

.post{
	background-color:#f8f7f2;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 4, 0, 0.45);
-moz-box-shadow:    0px 0px 3px 0px rgba(0, 4, 0, 0.45);
box-shadow:         0px 0px 3px 0px rgba(0, 4, 0, 0.45);
}

.post img{
	width:100%;
}

.post p{
	padding:0 20px 20px 20px;
	color:#100b00;
}
.a-right{
	position:absolute;
	bottom:20px;
	right:20px;
	color:#4F93CF;
	-webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.a-right:hover{
	position:absolute;
	bottom:20px;
	right:20px;
	color:#275a86;
	-webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.fa-arrow-circle-o-up{
	position:absolute;
	right:20px;
	top:5px;
	color:#4F93CF;
}

.more-link{
	display:none;
}

.post-thumb{
	float:left;
	width:30%;
	height:300px;
	overflow:hidden;
}

.post-thumb img{
	height:300px;
	max-width:none;
	-webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.post-thumb img:hover{
	opacity:.5;
	-webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.cat-name{
	background-color:#51ace6;
	color:#FFF;
	display:inline-block;
	font-size:.9em;
	padding:8px 20px;
	margin-bottom:0;
}

.post-ex{
	float:left;
	width:70%;
	height:auto;
	padding:20px;
}

.contact-block{
	padding:40px 0;
	background-color:#FBFBFB;
}

.footer-block{
	background-color:#87b401;
	border-top: 1px solid #82ad03;
	height:auto;
}

footer{
	margin:0;
	padding:10px;
	text-align:center;
	color:#FFF;
	background-color:#87b401;
}

footer p{
	margin:0;
}


.cr{
	
}

.circle{
	width:300px;
	height:auto;
	margin:0 auto 30px auto;
}

.circle a i{
	display:block;
	width:60px;
	margin:0 auto;
	color:#FFF;
	
}

.footersocial {
	width:500px;
	text-align:center;
	padding: 40px 0;
	margin: 0 auto;
}

.footersocialfrench {
	width:500px;
	text-align:center;
	padding: 40px 0;
	margin: 0 auto;
}

.footersocial i.fa, .footersocialsolar i.fa, .footersocialfrench i.fa {
	font-size: 42px;
	padding: 15px;
}

.footersocial h5, .footersocialsolar h5, .footersocialfrench h5 {
	color: #ffffff;
	font-size: 32px;
}

.footersocialsolar {
	width:500px;
	float:left;
	text-align:center;
	padding: 40px 0;
}


.bottom-nav{
	margin-top:20px;
}

.single-img img{
	width:100%;
	height:auto;
}

.twitter-feed{
	height:600px;
	background-color:#F9F9F9;
	border:1px solid #EDEDED;
}

.cat-linklist{
	height:auto;
	background-color:#F9F9F9;
	margin-bottom:20px;
	padding:10px;
	border: 1px solid #EDEDED;
}

.cat-linklist li,
.cat-linklist ul li{
	list-style:none;
}

.cat-linklist li{
	padding:5px 0;
}

.cat-linklist h2,
.tag-linklist h2{
	margin-top:0px;
}

.tag-linklist{
	height:auto;
	padding:10px;
	float:left;
	background-color:#F9F9F9;
	border: 1px solid #EDEDED;
}

.tag-linklist a{
	width:100%;
	float:left;
	padding:6px 0;
	margin-left:25px;
	font-size: 14px !important;
}

.service-blurb h1{
	margin-bottom:40px;
}

.mobile-logo{
	display:none;
}

input[type="text"] {
float: none;
margin: 0 auto 20px auto;
width: 100%;
height: 35px;
border-radius: 6px;
}

input[type="email"] {
float: none;
margin: 0 auto 20px auto;
width: 100%;
height: 35px;
border-radius: 6px;
}

textarea[readonly] {
	width: 100%;
  cursor: not-allowed;
  background-color: #eeeeee;
}

.fa-search{
	margin:10px 0;
	color:#FFF;
}

.fa-search:hover{
	margin:10px 0;
	color:#3789b5;
}

.mppsearch{
	color:#8accf0;
}

#wpstats{
	display:none;
}



@media (max-width: 979px){
	
.french{
	display:block;
	list-style:none;
	float:right;
	margin-top:12px;
	margin-right:10px;
}

.tag-linklist {
	display: none;
}
	
#clouds{
	display:none;
}
	
body{
	margin:0;
	padding:0;
}

.container{
	padding:0 20px;
}


.slider-block{
	max-height:none;
}

.vid{
	width:1000px !important;
	height:auto;
}

.form-circle{
	display:block;
	width: 100px !important;
	height: 100px !important;
	background: #FFF;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}

.form-circle i{
	margin:15px 0 0 20px;
}

.i-2{
	margin:15px 0 0 12px !important;
}

.i-3{
	margin:15px 0 0 17px !important;
}

.navbar{
	
	padding:0 20px;
	float:right;
}

.nav ul{
	float:left;
	width:100%;
	list-style:none;
	margin:0;
	padding-bottom:20px;
}

.nav ul li{
	float:left;
	margin:0 30px 0 0;
}

.nav ul li a{
	color:#FFF;
	font-size:16px;
	float:left;
	text-align:center;
	width:100%;
	margin-top:10px;
	background-color:#44a2d5;
	padding:10px 0;
	border-radius:4px;
}

.post-box{
	height:auto;
	margin-bottom:20px;
	padding-bottom:40px;
	overflow:hidden;
}

.post-thumb{
	float:none;
	width:100%;
	height:auto;
	overflow:hidden;
}

.post-thumb img{
	width:100%;
	height:auto;
	max-width:none;
}

.post-ex{
	float:none;
	width:100%;
	height:auto;
	padding:20px;
}

.span9{
	width:538px;
	margin:0 auto;
	float:none;
}

.mobile-logo{
	display:block;
	font-size:18px;
	float:left;
	padding:12px 0 0 0;
}

}

@media (max-width: 767px){
	
.french{

	background-color:#44a2d5;
	text-align:center;
	border-radius:6px;
	margin-right:0;
	margin-top:0px;
	margin-bottom:10px;
	padding:10px;
}

.navbar .nav{
	width:100%;
}
.footersocialsolar {
	max-width: 100%;
	float:none;
	margin: 0 auto;
	padding: 20px 0 40px;
}
.footersocial {
	max-width: 100%;
	float:none;
	margin: 0 auto;
	padding: 20px 0 0;
}
.footersocialsolar h5, .footersocial h5 {
	font-size: 16px;
}
.circle {
	max-width: 100%;
}
#megaMenu.megaFullWidth {
width: 100%;
background-color:#47a1d1;
border-radius:6px;
}

#megaMenu #megaMenuToggle .megaMenuToggle-icon{
	display:none !important;
}

#megaMenu ul.megaMenu > li.menu-item > a span.wpmega-link-title, #megaMenu ul.megaMenu > li.menu-item > span.um-anchoremulator span.wpmega-link-title{
	text-align:left;
}

#megaMenu.megaResponsive ul.megaMenu > li.menu-item {
width: 100% !important;
}

#megaMenu.megaResponsive ul.megaMenu li.menu-item.ss-nav-menu-mega ul.sub-menu.sub-menu-1 > li.menu-item {
width: 100% !important;
padding-left: 6%;
padding-right: 6%;
max-width: none;
}

.slider-block{
	padding-top: 90px;
}

.big-h{
	text-align:left;
	font-size: 32px;
}

.med-h{
	text-align:left;
	font-size: 24px;
}
	
.form-select-full{
	display:none !important;
}

.form-select-mobile{
	display:block;
}

.home-form-block{
	padding:0 0 40px 0;
}

.form-btn-mobile{
	display:block;
	width:100%;
	background-color:#fff;
	margin-bottom:10px;
	padding:5px;
}

.slider-block{
	background-position:center;
}

.slider-screen{
	position:absolute;
	z-index:100;
	top:0;
	bottom:0;
	width:100%;
	padding-top:40px;
}

.post-thumb img{
	width:100%;
	height:auto;
	max-width:none;
	-webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.span9{
	width:100%;
	margin:0 auto;
	float:none;
}

h2, h3 {
	font-size: 20px;
	line-height: 1.2;
}

.service-blurb h1 {
	font-size:24px;
	margin-bottom:10px;
	margin-top: 30px;
}
	h1 {
		font-size: 28px;
	}
	img.alignleft {
		float: none;
		clear: both;
		margin: 0 auto 12px;
	}
	img.alignleft::after {
		clear: both !important;
	}
	.mobileclear {
		clear: both;
	}

}

table#recaptcha_table {
	background-color:#ffffff;
}

.fa{
	color:#FFF !important;
	margin-right:15px;
	-webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.fa:hover{
	color:#000 !important;
	margin-right:15px;
	-webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

i.mppsearch{
	color:#59b7ea !important;
	margin-right:15px;
	-webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

i.mppsearch:hover{
	color:#000 !important;
	margin-right:15px;
	-webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}