@charset "UTF-8";
/* CSS Document */
/*
Theme Name: Canwea 
Theme URI: http://3flow.ca
Description: Crazy Amazing Bootstrap Theme by World Class Designer Warren J Grant
Author: 3flow communications
Author URI: http://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'); 
@import url('bootstrap/css/animation.css'); 

* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

body{
	font-family:Helvetica, Arial, sans-serif;
	font-size:17px;
	color:#3A3A3A;
}

ul {

}

li{
	margin-bottom:15px;
	list-style-position:inside;
	
}

ul, ol {
padding: 0;
margin: 0 0 10px 0;
list-style-position:inside;
}

#megaMenu ul li.menu-item.ss-nav-menu-mega ul li.menu-item.ss-nav-menu-item-depth-1 {
padding:0px 15px !important;
}

#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega ul.sub-menu-1 > li.menu-item {
display: block !important;
float: none !important;
margin-top: 5px;
margin-bottom: 5px;
position: relative;
}

.size-thumbnail{
	border:0px solid #000;
}

.link-fade{

	-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;
}

.saboxplugin-wrap {
	border-left: none !important;
	border-right: none !important;
}

.link-fade:hover{
	opacity:0.6;
	-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;
}

li.widget {
	list-style: none;
}
.sub-nav-li{
	padding:0 15px 10px 15px;
	border-left:1px solid #CCC;
}

.sub-nav-ul li{
	padding:8px;
	background-color:#F4F4F4;
	border-radius:4px;
	margin-bottom:5px;
}

#megaMenu ul.megaMenu > li.menu-item.current-menu-item > a, #megaMenu ul.megaMenu > li.menu-item.current-menu-parent > a, #megaMenu ul.megaMenu > li.menu-item.current-menu-ancestor > a {
color: #6c8f04 !important;
}

.french{
	float:right;
}

.content-block .french {
	float: none;
}

.french li{
	float:right;
	text-decoration:none;
	list-style:none;
	margin-bottom:0px;
	
}

.french li a{
	float:right;
	color:#FFF;
	text-decoration:none;
	list-style:none;
	padding:0;
	border-radius:0;
	margin-top:15px;
	font-size:13px;
-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;
	
}


.french li a:hover{
	float:right;
	color:#000;
	text-decoration:none;
	list-style:none;
	padding:0;
	border-radius:0;
	margin-top:15px;
	font-size:13px;
-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;
}


p{
	font-weight:400;
	margin-bottom:20px;
	line-height:22px;
	color:#3A3A3A;
}

a{
	color:#99cc00;
	-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:hover{
	text-decoration:none;
	color:#0b9cce;
	-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;
}

h1{
	font-size:2em;
	font-weight:400;
	letter-spacing:0px;
	line-height:1.1em;
	color:#00b0ed;
	margin-top:0;
}

h2{
	font-size:1.5em;
	font-weight:600;
	letter-spacing:1px;
	line-height:1.1em;
	color:#161616;
	margin-top:0;
	margin-bottom:5px;
}

h3{
	font-size:1.2em;
	font-weight:400;
	line-height:1.2em;
	margin:0 0 5px 0;
	color:#5C5C5C;
	-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;
}

h3:hover{
	margin:0 0 5px 0;
	-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;
}

h4{
	font-size:1em;
	font-weight:400;
	letter-spacing:1px;
	line-height:1.3em;
	margin:0 0 10px 0;
	color:#99cc00;
}

h5{
	font-size:.9em;
	font-weight:600;
	letter-spacing:1px;
	line-height:1.2em;
	margin:0 0 10px 0;
	color:#000;
}

h6{
	display:inline-block;
	font-size:.9em;
	font-weight:600;
	letter-spacing:1px;
	line-height:1.2em;
	margin:10px 0 20px 0;
	margin-bottom:10px !important;
	padding:8px 15px;
	color:#FFF;
	background-color:#00b0ed;
	border-radius:25px;
}

.navbar {
	float:left;
	width:100%;
	margin:0;
}

.navbar .btn-navbar {
	float:right;
	text-shadow:none;
	color:#FFF;
	background:none;
	margin:0;
	border:none;
}

.navbar .btn-navbar:hover {
	text-shadow:none;
	background:none;
	color:#555;
}

.nav-2-container{
	float:right;
	width:auto;
}

.nav-2{
	float:right;
	width:auto;
}


.w-btn{
	display:block;
	text-align:center;
	color:#FFF;
	background-color:#64b9f2;
	width:200px;
	height:auto;
	padding:10px 20px;
	margin:20px auto 0 auto;
	font-weight:300;
	letter-spacing:1px;
	border:none;
	border-radius:24px;
}

.brand{
	height:45px;
	width:auto;
	margin:5px 0 0 0;
	padding:0;
	float:left;
	
}

.brand img{
	
	height:40px;
	width:auto;
	-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;
  
}

.brand img:hover{
	opacity:0.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;
	 
}

.navbar .nav{
	width:auto;
	margin:0;
	float:left;
}

.navbar .nav > li > a {
float: none;
padding: 20px 10px;
color: #FFF;
text-decoration: none;
text-shadow: none;
text-align:left;
-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;
}

.navbar .nav > li > a:hover {
float: none;
padding: 20px 10px;
color: #0377a0;
text-decoration: none;
text-shadow: 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;
}

.menu{
	list-style:none;
	margin:0;
}

.menu li{
	float:left;
	margin:15px 15px 15px 0;
	text-decoration:none;
	border-right:1px solid #FFF;
}

.menu li:last-child{
	/*border-right:none !important;*/
}

.menu li a{
	text-decoration:none;
	color:#FFF;
	letter-spacing:1px;
	margin-right:15px;
	font-size:13px;
	-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;
}

.menu li a:hover{
	color:#000;
	-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;
}

#menu-item-39{
	border-right:1px solid #FFF !important;
}

.social-nav{
	float:right;
	margin-top:17px;
	margin-left:10px;
}

.social-icon{
	float:right;
	
}

.fa{
	color:#FFF !important;
	margin-left: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-left: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-calendar{
	color:#00b0ed !important;
	margin:0 0 5px 0;
}

.fa-calendar:hover{
	color:#00b0ed !important;
	margin:0 0 5px 0;
}


input[type="text"], input[type="email"] {
	float: none;
	margin: 0 auto 20px auto;
	width: 100%;
	height: 35px;
	border-radius: 24px;
}

input[type="checkbox"] {
	display: inline-block !important;
	margin-top: 0;
	max-width: 15px;
}

.mc-field-group {
	line-height: 1.5;
}

.asterisk {
	top: 5px !important;
	right: auto !important;
	padding-left: 7px;
}

#response {
	font-size: 18px;
	font-weight: bold;
	color: #00b0ed;
}

.block{
	width:100%;
	height:500px;
}

.header-block{
	height:auto;
	padding:10px 0;
	background-color:#00b0ed;
}

.header-block-2{
	height:auto;
	padding:10px 0;
	background-color:#99cc00;
}


.slider-block{
	position:relative;
	width:100%;
	height:480px;
	margin:0 !important;
	padding:0 !important;
	background-color:#0CF;
	 background-image: url(img/girl-2.jpg);
	 background-position:center;
	 background-size:cover;
	 background-repeat:no-repeat;
}

.slider-block-fr{
	position:relative;
	width:100%;
	height:480px;
	margin:0 !important;
	padding:0 !important;
	background-color:#0CF;
	 background-image: url(img/girl-2-fr.jpg);
	 background-position:center;
	 background-size:cover;
	 background-repeat:no-repeat;
}

.tab-cont{
	position:absolute;
	bottom:0px;
	
}

.slider-block h1{
	margin-top:50px;
	color:#FFF;
}



.animate img{
	width:auto;
	height:400px;
	padding-top:50px;
}

.animate2{
	width:150px;
	height:auto;
}

.animate2 img{
	width:180px;
	height:auto;
	margin-left:28px;
	opacity:.5;
}

.content-block{
	height:auto;
	/*min-height:400px;*/
	padding:20px 0;
	background-color:#FFF;
}

.tab-pane{
	padding:60px 0 40px 0;
}

.nav-tabs {
border-bottom: none;
margin-bottom:0px;
}


.nav-tabs > li {
	width:25%;
	background-color: transparent;
	margin-bottom: -1px;
	border: none;
}

.nav-tabs > li a{
	width:84%;
	background-color:#99cc00;
	padding:20px 0 20px 20px;
	margin:0 16% -1px 0;
	border-radius:0px;
	font-size:1.2em;
	color:#FFF;
	border: none;
}

.nav-tabs > li a:hover{
	width:84%;
	background-color:#99cc00;
	padding:20px 0 20px 20px;
	margin:0 16% -1px 0;
	border-radius:0px;
	font-size:1.2em;
	color:#FFF;
	border: none;
}

.contact-block{
	padding:40px 0;
	background-color:#FBFBFB;
}

.footer-block{
	padding:20px 0;
	background-color:#00b0ed;
	height:auto;
}

footer{
	margin:0;
	padding:10px;
	text-align:center;
	color:#FFF;
	background-color:#00b0ed;
}

.footer-logo{
	margin:20px 0;
}

.footer-logo img{
	height:60px;
	width:auto;
	margin:20px 0;
}

footer p{
	color:#7f8080;
	
}

.error-block{
	padding:40px 0;
	height:auto;
}

h3.error-text {
	margin-top: 18px;
	line-height: 1.5;
}


.post-title{
	color:#858585 !important;
	font-weight:400;
	font-size:1em;
	line-height:1.1em;
}

.logo-link{
	-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;
}

.logo-link:hover{
	opacity:0.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;
}

table{
	border:1px solid #CCC !important;
}

tbody{
	border:1px solid #CCC !important;
}

td{
	border:1px solid #CCC !important;
	background-color:#FFF !important;
}

.ch-cell{
	background-color:#EAEAEA !important;
	color:#99cc00 !important;
}

.tb-h{
	color:#FFF !important;
}

.tb-h2{
	color:#99cc00 !important;
}

.tb-title-bar{
	background-color:#00b0ed !important;
	border: 1px solid #06F !important;
}

iframe{
	max-width:100% !important;
	height:300px !important;
}

.post-col{
	padding:0 0 0 25px;
	border-left:1px solid #ccc;
}

.post-col p{
	font-size:.9em;
	line-height:1.3em;
}

.cust-list{
	list-style:none;
	margin:10px 0 0 0;
}

.cust-list li{
	position:relative;
	float:left;
	padding:5px 0 0 60px;
	margin:0 0 20px 0;
}

.cust-icon{
	position:absolute;
	left:0px;
	top:0px;
	width:50px;
	height:50px;
}

.w-fact-grid{
	list-style:none;
}

.w-fact-grid li{
	width:100%;
	float:left;
}

.w-fact-grid li a{
	float:left;
	
}


.w-fact-grid li a p{
	float:left;
	margin:0;
	padding:30px 0 0 10px;
}

.cat-name{
	margin:0 0 10px 0;
	color:#99cc00;
}

.categories{
	list-style:none;
	padding: 8px;
}

.categories ul li{
	list-style:none;
padding: 8px;
background-color: #F4F4F4;
border-radius: 4px;
margin-bottom: 5px !important;
color:#5C5C5C;
}


.event-date{
	display:block;
	margin-bottom:5px;
}

#megaMenu #megaMenuToggle .megaMenuToggle-icon {
display: inline-block;
background: #999;
background: rgba(230, 230, 230, 0.7);
height: 2px;
width: 16px;
position: relative;
float:none !important;
margin-top: 10px;
text-align: left;
}


/*--- List Style Blog ---*/

.articles {
    margin-top: 0;
}
.articles article {
    padding-top: 16px;
    padding-bottom: 16px;
}
.articles article .image {
    float: left;
    width: 310px; height: 189px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    border-width: 1px; border-style: solid;
    border-color: transparent;
}
.articles article:hover .image, .articles article:hover  .post-content {
    border-color: #98cb00;
}
.articles article .image img {
    min-width: 100%; min-height: 100%;
    max-width: none;
    width: auto; height: auto;
}
.articles article .image .date {
    position: absolute;
    top: 13px; left: 13px;
    display: block;
    width: 63px;
    height: auto;
	min-height: 74px;
    color: #fff;
    text-align: center; text-transform: uppercase;
    font-weight: 300;
    line-height: normal;
    padding: 4px 4px 0;
    background-color: #98cb00;
}
.articles article .image .newsdate {
    background-color: #8DC63F;
}
.articles article .image .blogdate {
    background-color: #00aeef;
}
.articles article .image .itndate {
    background-color: #1C75BC;
}
.french article .image .date {
    width: 110px;
}
.articles article .image .date span { display: block; }
.articles article .image .date .day { font-size: 30px; margin: -4px 0; }
.articles article .image .date .month { font-size: 16px; }
.articles article .image .date .year { font-size: 12px; }
.articles article .image .date .catID { font-size: 14px; font-weight: bold; margin-bottom: 10px; }
.articles article .post-content {
    margin-left: 325px;
    border-radius: 0; border:1px solid transparent;
    box-sizing: border-box;
	text-align: left !important;
}
.articles article .post-content a {
    display: block;
    padding: 10px;
    height: 189px;
    text-decoration: none;
    color: inherit;
}
.articles article .post-content .heading {
    display: block;
    font-weight: bold;
	font-size: 18px;
    margin: 0.5em 0;
    background: none;
    color: #98cb00;
    line-height: 1.2;
}
.articles article .post-content .perex {
    display: block;
    font-size: 14px;
    color: #000;
}



.home-icon-container {
	display:table;
	width:auto;
	margin:0 auto;
}

.home-blog-entry {
	display: block;
	position:relative;
	margin-bottom:0;
	color: #ffffff;
	float: left;
}

.blog-entry-screen1 {
	display: block;
	color: ffffff;
	position:absolute;
	z-index:100;
	top:0px;
	left:0px;
	bottom:0px;
	padding:15px;
	text-decoration:none;
	width:100%;
	background-color:rgba(0, 0, 0, 0.2);
	 -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;
}

.blog-entry-screen0 {
	display: block;
	color: ffffff;
	position:absolute;
	z-index:100;
	top:0px;
	left:0px;
	bottom:0px;
	padding:15px;
	text-decoration:none;
	width:100%;
	background-color:rgba(0, 0, 0, 0.2);
	 -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;
}

.blog-entry-screen1:hover {
	background-color:rgba(153, 204, 0, 1);
	 -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;
  border: 0px solid #fff;
}

.blog-entry-screen0:hover {
	background-color:rgba(0, 176, 237, 1);
	 -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;
  border: 0px solid #fff;
}

.blog-entry-screen1 .catID, .blog-entry-screen0 .catID {
	background-color: #FFFFFF;
	border-radius: 5px;
	padding: 1px 8px;
	font-size: 12px;
	color: #00b0ec;
}

.blog-entry-screen1 h2 {
	display: block;
	color:#FFF !important;
	font-size: 22px;
	font-weight: normal;
	text-decoration:none;
	margin-top: 15px;
}

.blog-entry-screen1 h3 {
	display: block;
	color:#FFF !important;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: 3px;
}

.blog-entry-screen1 a, .blog-entry-screen1 a:hover, .blog-entry-screen1 p {
	color:#FFF !important;
	font-size: 12px;
	font-weight: normal;
}

.blog-entry-screen0 h2 {
	display: block;
	color:#FFF !important;
	font-size: 22px;
	font-weight: normal;
	text-decoration:none;
	margin-top: 15px;
}

.blog-entry-screen0 h3 {
	display: block;
	color:#FFF !important;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: 3px;
}

.blog-entry-screen0 a, .blog-entry-screen0 a:hover, .blog-entry-screen0 p {
	color:#FFF !important;
	font-size: 12px;
	font-weight: normal;
}

.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}
a.button {
	display: block;
	background: transparent;
	clear: both;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 20px auto 0;
	padding: 15px 25px;
	max-width: 420px;
	line-height: 1.3;
	border: 2px solid #fff;
	color: #fff !important;
	text-shadow: 2px 2px 3px #222222;
	box-shadow: 2px 2px 3px #222222;
}
a.button:hover {
	text-shadow: 2px 2px 3px #888888;
	background-color: #fff;
	color: #000 !important;
}

h2.section-title {
	margin-top: 60px;
	margin-bottom: 20px;
	color: #98cb00;
	font-size: 62px;
	text-align: center;
}
#home_section_1 {
	padding: 40px 0;
	text-align: center;
}
h1.section-big {
	font-size: 58px;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 2px 2px 3px #222222;
}
.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;
}


#home_section_2 {
	padding:40px 0;
	text-align: center;
}
#home_section_3 {
	padding:0;
	text-align: center;
}

#home_section_3 .row {
	padding: 110px 0 100px;
	
}

#home_section_4 {
	padding:0;
	text-align: center;
}
#home_section_4 .container {
	max-width: 900px !important;
}
#home_section_5 {
	padding:60px 0;
	text-align: center;
}
    /* articles */
    .articles {
        margin-left: -15px;
        margin-right: -15px;
    }
    .articles:after {
        content: " ";
        clear: both;
    }
    .articles article {
        width: 50%;
        padding: 15px;
        float: left;
    }
    .articles article.homelist {
	    width: 33%;
    }
	.twocolumnsplit {
		display: none;
	}
	.articles article:nth-child(2):after{
 		content: " ";
        clear: both;
    	}
    .articles article .image {
        float: none;
        width: 100%;
        height: 190px;
        margin-bottom: 28px;
    }
    .articles article .post-content {
        margin-left: 0;
    }
    .articles article .post-content a {
        padding: 15px 21px;
		height: auto;
    }
	
.alignleft {
	float: left;
	margin-right: 15px;
}
.alignright {
	float: right;
	margin-left: 15px;
}

	
@media (max-width: 1200px){
	
	#megaMenu ul.megaMenu > li.menu-item {
	width:25%;
}

#megaMenu ul.megaMenu > li:nth-child(5) {
	border-left:none !important;
}
}

@media (max-width: 979px){
	
body{
	margin:0;
	padding:0;
}

.container{
	padding:0;
	width: 300px;
}
#home_section_1 {
	padding:200px 0;
	text-align: center;
}

.navbar .nav{
	margin:0;
	float:left;
}

.footer-logo{
	margin:20px auto;
}

.nav-2-container{
	float:right;
	width:auto;
}

.nav-2{
	float:left;
	
}

.menu li {
float: left;
margin: 15px 15px 5px 0;
margin-right:5px !important;
text-decoration: none;
border-right: 1px solid #FFF;
}

.menu li a{
	margin-right:5px;
}


    /* articles */
    .articles {
        margin-left: -15px;
        margin-right: -15px;
    }
    .articles:after {
        content: " ";
        clear: both;
    }
    .articles article, .articles article.homelist {
        width: 50%;
        padding: 15px;
        float: left;
    }
	.threecolumnsplit {
		display: none;
	}
	.twocolumnsplit {
		display: block;
	}
    .articles article .image {
        float: none;
        width: 100%;
        height: 190px;
        margin-bottom: 28px;
    }
    .articles article .post-content {
        margin-left: 0;
    }
    .articles article .post-content a {
        padding: 15px 21px;
    }

}

@media (max-width: 767px){
	
a.button {
	font-size: 14px;
}
#home_section_1 {
	padding:120px 0;
	text-align: center;
}

h1.section-big {
	font-size: 32px;
}
h2.section-title {
	font-size: 38px;
}

.big-h {
	font-size: 32px;
}
.med-h {
	font-size: 24px;
}

#home_section_3 .row {
	padding: 60px 0 55px;
	
}

.home-blog-entry {
	margin: 0 auto;
	max-width: 100% !important;
}
.home-blog-entry img {
	max-width: 100% !important;
}
iframe{
	max-width:100% !important;
	height:300px !important;
	margin-bottom:20px;
}

.articles article.homelist {
    width: 50%;
}

.slider-block{
	height:200px;
	
}

.slider-block-fr{
	height:200px;
	
}

.slider-block h1{
	margin-top:20px;
	margin-bottom:20px;
	color:#FFF;
}
	
.slider-block-fr h1{
	margin-top:20px;
	margin-bottom:20px;
	color:#FFF;
}
	
	
.animate{
	width:100px;
	height:auto;
	margin:0 auto;
}

.animate img{
	width:100px;
	height:auto;
	margin:0 auto;
	display:none;
}

.animate2 img{
	height:0px;
	padding:0px;
	margin:0px;
	opacity:0;
}

.nav-tabs {
border-bottom: none;
}



.nav-tabs > li {
	width:100%;
	background-color: transparent;
	margin-bottom: -1px;
	border: none;
}

.nav-tabs > li a{
	width:84%;
	background-color:#99cc00;
	padding:10px 0 10px 10px;
	margin:0 8% 5px 8%;
	border-radius:0px;
	font-size:1.2em;
	color:#FFF;
	border: none;
}

.nav-tabs > li a:hover{
	width:84%;
	background-color:#99cc00;
	padding:10px 0 10px 10px;
	margin:0 8% 5px 8%;
	border-radius:0px;
	font-size:1.2em;
	color:#FFF;
	border: none;
}

.footer-logo{
	display:block;
	height:auto;
	width:200px;
	margin:20px auto 40px auto;
}

	
	.brand{
		display:block;
	height:auto;
	width:150px;
	margin:0 auto 20px auto;
	padding:0;
	float:none;
}



.brand img{
	
height:auto;
	width:150px;
	margin:0 auto;
}
	
.french{
	width:100%;
}

.french li{
	width:100%;
}
	
.french li a{
	float:right;
	width:100%;
	background-color:#09F;
	color:#FFF;
	text-decoration:none;
	text-align:center;
	list-style:none;
	padding:10px 0;
	margin:5px 0 0 0;
	
}

.nav-2-container .nav-2 {
float: right;
width: 100%;
}

.nav-2-container .menu{
	width:100%;
}

.nav-2-container .menu li{
	width:100%;
	margin:0;
	padding:0;
	border:none !important;
	border-right:none !important;
	text-align:center;
}

.nav-2-container .menu li a {
	display:block;
	width:100%;
	text-decoration: none;
	background-color:#09F;
	color: #FFF;
	letter-spacing: 1px;
	text-align:center;
	padding:10px 0;
	margin:5px 0 0 0;
	border:none;
}

#menu-item-39 {
border-right:none !important;
margin:0;
}

.nav-2-container {
float: none;
width: 200px;
margin:0 auto;
}

.nav-2 {
float: right;
width: 100%;
}

.menu{
	width:100%;
}

.menu li{
	width:100%;
	margin:0;
	padding:0;
	border:none !important;
	border-right:none !important;
	text-align:center;
}

.menu li a {
	display:block;
	width:100%;
	text-decoration: none;
	background-color:#84ae07;
	color: #FFF;
	letter-spacing: 1px;
	text-align:center;
	padding:10px 0;
	margin:5px 0 0 0;
	border:none;
}

.menu li:last-child{
	margin:0 0 20px 0;
}

.social-nav{
	margin:0;
}

.cust-list{
	list-style:none;
	margin:10px 0 0 0;
}

.cust-list li{
	position:relative;
	float:left;
	padding:0;
	margin:0;
}

.cust-icon{
	display:block;
	position:inherit;
	width:50px;
	height:50px;
	margin:0 auto;
}

}
@media (max-width: 550px){
    /* articles */
    .articles {
        margin-bottom: 20px;
    }
    .articles article, .articles article.homelist {
        width: 100%;
        padding: 15px;
        float: none;
		height: auto;
    }
    .articles.vertical article {
        width: 100%;
    }
    .articles article .post-content a {
		height: auto;
		min-height: 100px;
	}
	#home_section_4 {
		background-color: #fff !important;
	}

}

.leadingedge {
	padding: 30px 0;
}
.leadingedge h3 {
	margin-bottom: 30px;
}
.sponsor-thumb {
	margin-left: 0;
	min-height: 94px;
	max-height: 94px;
	padding: 15px 10px;
	text-align: center;
}
.wp-pagenavi {
	display: block;
	clear: both;
	text-align: center;
	margin-bottom: 30px;
}