/*
  _________ __            .___.__                                      __  .__  _____               .__                 
 /   _____//  |_ __ __  __| _/|__| ____     ___________   ____ _____ _/  |_|__|/ ____\   ____  ____ |  |   ____   ____  
 \_____  \\   __\  |  \/ __ | |  |/  _ \  _/ ___\_  __ \_/ __ \\__  \\   __\  \   __\  _/ ___\/  _ \|  |  /  _ \_/ ___\ 
 /        \|  | |  |  / /_/ | |  (  <_> ) \  \___|  | \/\  ___/ / __ \|  | |  ||  |    \  \__(  <_> )  |_(  <_> )  \___ 
/_______  /|__| |____/\____ | |__|\____/   \___  >__|    \___  >____  /__| |__||__|     \___  >____/|____/\____/ \___  >
        \/                 \/                  \/            \/     \/                      \/                       \/ 
        */

/*
_________                 __                  
\_   ___ \ __ __  _______/  |_  ____   _____  
/    \  \/|  |  \/  ___/\   __\/  _ \ /     \ 
\     \___|  |  /\___ \  |  | (  <_> )  Y Y  \
 \______  /____//____  > |__|  \____/|__|_|  /
 \/           \/                    \/*/
 *{
 	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
 	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
 	box-sizing: border-box;         /* Opera/IE 8+ */
 }
 html {
 	font-family:sans-serif;
 	-webkit-text-size-adjust:100%;
 	-ms-text-size-adjust:100%;
 }
 body {
 	margin:0;
 	color: #000!important;
 	font-family: 'Work Sans', sans-serif;
 	font-size: 16px;
 	font-weight: 400;
 	line-height: 22px;
 }
 a{
 	transition: all 0.2s;
 }
 a:focus{
 	text-decoration: none!important;
 	outline: 0;
 }
 .fab{
 	color: #fff;
 	background-color: #000;
 	padding: 5px 10px;
 	font-size: 25px;
 	transition: all 0.2s;
 	border:2px solid #000;
 }
 .fab:hover{
 	background-color: transparent;
 	color: #000;
 }
 img{
 	max-width: 100%;
 }
 .container{
 	max-width: 1620px;
 	width: 100%;
 	margin: 0 auto;
 }
 h1,h2,h3{
 	font-family: 'Work Sans', sans-serif;
 	color: #000;
 }
 h1{
 	font-size: 100px;
 	font-weight: 600;
 	text-transform: uppercase;
 	line-height: 88px;
 	margin:0;
 }

 h2{
 	font-size: 40px;
 	font-weight: 600;
 	text-transform: uppercase;
 	line-height: 40px;
 	margin:50px 0;
 }
 h3{
 	font-size: 35px;
 	font-weight: 600;
 	text-transform: uppercase;
 	line-height: 35px;
 }
 h4{
 	font-size: 22px;
 	font-weight: 600;
 	text-transform: uppercase;
 	line-height: 22px;
 }
 .btn, .btnBorder{
 	text-transform: uppercase;
 	font-weight: 500;
 	font-size: 16px;
 	display: inline-block;
 	transition: all 0.2s;
 	margin-right: 20px;
 	margin-bottom: 20px;
 }
 .btn a, .btnBorder a{
 	display: inline-block;
 	padding: 15px 25px;
 	text-decoration: none;
 }
 .btn{
 	background-color: #000;
 	border:2px solid #000;
 }
 .btn:hover{
 	background-color: #fff;
 }
 .btn:hover a{
 	color: #000;
 }
 .btn a{
 	color: #fff;
 }
 .btnBorder{
 	border:2px solid #000;
 }
 .btnBorder:hover{
 	background-color: #000;
 }
 .btnBorder:hover a{
 	color: #fff;
 }
 .btnBorder a{
 	color: #000;
 }
 .navigation{
 	margin-top: 40px;
 	position: absolute;
 	width:100%;
 	z-index: 1;
 }
 .navigation ul,
 .colophon ul{
 	list-style-type: none;
 	padding: 0;
 	margin: 0;
 }
 .navigation ul li{
 	display: inline-block;
 	margin: 0 30px;
 }
 .navigation ul li a{
 	text-transform: uppercase;
 	text-decoration: none;
 	color: #000;
 	font-weight: 500px;
 	font-size: 18px;
 }
 .row{
 	padding: 215px 0;

 }
 
.row.row3 {
 	padding: 50px 0;

}
.row.row4 {
 	padding: 100px 0;

}

 .row .container{
 	display: flex;
 	align-items: center;
 	flex-wrap: wrap;
 }
 .row1{
 	background-image: url(../images/bgrow1.jpg);
 	background-repeat: no-repeat;
 	background-position: top center;
 	background-size: cover;
 	height: 100vh;
 }
 .row1 .inside2 h1{
 	margin-bottom: 60px;
 }
 .row1 .inside2 h3{
 	margin-top: 130px;
 }


 .row2{
 	background: linear-gradient(to right, #F58149 50%, #fff 50%);
 	color: #fff;		
 	padding: 0;
 }
 .row2 h2{
 	color: #fff;
 }
 .row3{
 	background: linear-gradient(to right, #fff 50%, #DE6C61 50%);	
 }

 .row3 h2{
 	color: #fff;
 }
 .row3 .btnBorder{
 	border:2px solid #fff;
 } 
 .row3 .btnBorder:hover{
 	background-color: #fff;
 }
 .row3 .btnBorder:hover a{
 	color:#000;
 }
 .row3 .btnBorder a {
 	color: #fff;
 }
 .row4{
 	background: linear-gradient(to right, #79BBAB 50%, #fff 50%);
 }
 .row4 h2{
 	color: #fff;
 }
 .row4 h2 a{
 	text-decoration: none;
 	color: #fff;
 }
 .row4 h2 a:hover{
 	color: #000;
 }
.row5 {
     background-color: #78baaa;
    
}
#img-top{
    
    background-image: url(https://forumeconomiesocialegatineau.org/images/img_bckg.png);
    background-position: top right;
    background-repeat: no-repeat;
    
}
.row6, .row7{
    padding: 50 0 100 0px;
    
}
 .copyrights{
 	font-size: 12px;
 }
 .copyrights a{
 	text-decoration: none;
 	color: #000;
 }
 .cacher{
 	visibility: hidden;
 }
 .colophon{
 	background-color: #F2F2F2;
 	padding: 50px 0;
 	background-image: url('../images/bgfooter.png');
 	background-position: bottom right;
 	background-repeat: no-repeat;
 }
 .contactInfo a{
 	color: #000;
 	text-decoration: none;
 }
 .colophon ul li{
 	margin-bottom: 15px;
 }
 .colophon ul li a{
 	text-decoration: none;
 	color: #000;
 	font-size: 18px;
 }
 .btnFooter{
 	margin-top: 32px;
 }
 .inside1,
 .inside2.
.inside3,
.inside4,
.inside5,
.inside6,
.inside7{
 	width: 100%;
 }
/*
  ________      .__    .___
 /  _____/______|__| __| _/
/   \  __\_  __ \  |/ __ |
\    \_\  \  | \/  / /_/ |
 \______  /__|  |__\____ |
 \/              \/  */
 .covers{
 	background-size: cover;
 	background-repeat: no-repeat;
 }
 .pc{
 	display: inline-block;
 	width: 100%;
 	margin-bottom: -6px;
 }
 .cb{
 	clear: both;
 }

 .b1-show,
 .b2-show,
 .b3-show,
 .b4-show,
 .m-show,
 .th-show,
 .tv-show {
 	display: none;
 }

 .white{
 	color: #fff;
 }
 .black{
 	color: #000;
 }
 .grey{
 	color: #58585A;
 }

 .fs-reset,
 .resetFontSize {
 	font-size: 1em
 }

 .fw-100,
 .fw-thin {
 	font-weight: 100
 }

 .fw-200,
 .fw-ultralight {
 	font-weight: 200
 }

 .fw-300,
 .fw-light {
 	font-weight: 300
 }

 .fw-400,
 .fw-book,
 .fw-regular {
 	font-weight: 400
 }

 .fw-500,
 .fw-medium {
 	font-weight: 500
 }

 .fw-600,
 .fw-semibold {
 	font-weight: 600
 }

 .fw-700,
 .fw-bold {
 	font-weight: 700
 }

 .fw-800,
 .fw-extrabold {
 	font-weight: 800
 }

 .fw-900,
 .fw-black {
 	font-weight: 900
 }

 .filler{min-height: 1px;}

 .uppercase {
 	text-transform: uppercase
 }

 .underline {
 	text-decoration: underline
 }

 .nowrap {
 	white-space: nowrap
 }

 .left {
 	text-align: left!important
 }

 .right {
 	text-align: right!important
 }

 .center {
 	text-align: center!important
 }

 .bg-left {
 	background-position: left!important
 }

 .bg-right {
 	background-position: right!important
 }

 .bg-top {
 	background-position: top!important
 }

 .bg-bottom {
 	background-position: bottom!important
 }

 .bg-center {
 	background-position: center!important
 }

 .no-pad {
 	padding-top: 0!important;
 	padding-bottom: 0!important;
 	padding-left: 0!important;
 	padding-right: 0!important
 }

 .no-pad-v {
 	padding-top: 0!important;
 	padding-bottom: 0!important
 }

 .no-pad-h {
 	padding-left: 0!important;
 	padding-right: 0!important
 }

 .no-pad-t {
 	padding-top: 0!important
 }

 .no-pad-b {
 	padding-bottom: 0!important
 }

 .no-pad-l {
 	padding-left: 0!important
 }

 .no-pad-r {
 	padding-right: 0!important
 }

 .no-mar {
 	margin-top: 0!important;
 	margin-bottom: 0!important;
 	margin-left: 0!important;
 	margin-right: 0!important;
 }

 .no-mar-v {
 	margin-top: 0!important;
 	margin-bottom: 0!important
 }

 .no-mar-h {
 	margin-left: 0!important;
 	margin-right: 0!important
 }

 .no-mar-t {
 	margin-top: 0!important;
 }

 .no-mar-b {
 	margin-bottom: 0!important;
 }

 .no-mar-l {
 	margin-left: 0!important;
 }

 .no-mar-r {
 	margin-right: 0!important;
 }

 .no-mar-last:last-child {
 	margin-bottom: 0!important;
 }

 .circle {
 	-webkit-border-radius: 50%;
 	-moz-border-radius: 50%;
 	border-radius: 50%;
 }

 .fliph {
 	-moz-transform: scaleX(-1);
 	-o-transform: scaleX(-1);
 	-webkit-transform: scaleX(-1);
 	-ms-transform: scaleX(-1);
 	transform: scaleX(-1);
 	-webkit-filter: FlipH;
 	filter: FlipH;
 	-ms-filter: "FlipH";
 }

 .flipv {
 	-moz-transform: scaleY(-1);
 	-o-transform: scaleY(-1);
 	-webkit-transform: scaleY(-1);
 	-ms-transform: scaleY(-1);
 	transform: scaleY(-1);
 	-webkit-filter: FlipV;
 	filter: FlipV;
 	-ms-filter: "FlipV";
 }

 .rotate90 {
 	-ms-transform: rotate(90deg);
 	-webkit-transform: rotate(90deg);
 	transform: rotate(90deg);
 	-webkit-transform-origin: 0 0;
 	-moz-transform-origin:    0 0;
 	-ms-transform-origin:     0 0;
 	-o-transform-origin:      0 0;
 }

 .rotate180 {
 	-ms-transform: rotate(180deg);
 	-webkit-transform: rotate(180deg);
 	transform: rotate(180deg);
 }

 .rotate270 {
 	-ms-transform: rotate(270deg);
 	-webkit-transform: rotate(270deg);
 	transform: rotate(270deg);
 }

 .vcenter {
 	box-sizing: border-box;
 	padding-top: 0!important;
 	padding-bottom: 0!important
 }

 .vcenter section {
 	height: 100%;
 }

 .vcenter .container {
 	display: table;
 	width: 100%;
 	height: 100%;
 }

 .vcenter .container-int {
 	display: table-cell!important;
 	vertical-align: middle;
 }





 .w-full {
 	width: 100%;
 }

 .w-25 {
 	width: 25%;
 }

 .w-50 {
 	width: 50%;
 }

 .w-75 {
 	width: 75%;
 }

 .w-third {
 	width: 33.33%;
 }

 .col {
 	box-sizing: border-box;
 	position: relative;
 	float: left;
 	vertical-align: top;
 }

 body.debugon .col {
 	background: #CF6!important;
 	background-clip: content-box!important;
 	border: 1px solid #0FF!important;
 }

 .col-group {
 	font-size: 0!important;
 	padding-left: 0!important;
 	padding-right: 0!important;
 }
 .d-right{
 	text-align: right!important;
 }
 .d-left{
 	text-align: left!important;
 }
 .d-center{
 	text-align: center!important;
 }
 .d-1-2 {
 	width: 50%;
 }

 .d-2-2 {
 	width: 100%;
 }

 .d-1-3 {
 	width: 33.33%;
 }

 .d-2-3 {
 	width: 66.66%;
 }

 .d-3-3 {
 	width: 100%;
 }

 .d-1-4 {
 	width: 25%;
 }

 .d-2-4 {
 	width: 50%;
 }

 .d-3-4 {
 	width: 75%;
 }

 .d-4-4 {
 	width: 100%;
 }

 .d-1-5 {
 	width: 20%;
 }

 .d-2-5 {
 	width: 40%;
 }

 .d-3-5 {
 	width: 60%;
 }

 .d-4-5 {
 	width: 80%;
 }

 .d-5-5 {
 	width: 100%;
 }

 .d-1-6 {
 	width: 16.66%;
 }

 .d-2-6 {
 	width: 33.32%;
 }

 .d-3-6 {
 	width: 50%;
 }

 .d-4-6 {
 	width: 66.66%;
 }

 .d-5-6 {
 	width: 83.32%;
 }

 .d-6-6 {
 	width: 100%;
 }

 .d-1-7 {
 	width: 14.28%;
 }

 .d-2-7 {
 	width: 28.56%;
 }

 .d-3-7 {
 	width: 42.84%;
 }

 .d-4-7 {
 	width: 57.12%;
 }

 .d-5-7 {
 	width: 71.40%;
 }

 .d-6-7 {
 	width: 85.68%;
 }

 .d-7-7 {
 	width: 100%;
 }

 .d-1-8 {
 	width: 12.5%;
 }

 .d-2-8 {
 	width: 25%;
 }

 .d-3-8 {
 	width: 37.5%;
 }

 .d-4-8 {
 	width: 50%;
 }

 .d-5-8 {
 	width: 62.5%;
 }

 .d-6-8 {
 	width: 75%;
 }

 .d-7-8 {
 	width: 87.5%;
 }

 .d-8-8 {
 	width: 100%;
 }

 .d-1-9 {
 	width: 11.1111%;
 }

 .d-2-9 {
 	width: 22.2222%;
 }

 .d-3-9 {
 	width: 33.3333%;
 }

 .d-4-9 {
 	width: 44.4444%;
 }

 .d-5-9 {
 	width: 55.5555%;
 }

 .d-6-9 {
 	width: 66.6666%;
 }

 .d-7-9 {
 	width: 77.7777%;
 }

 .d-8-9 {
 	width: 88.8888%;
 }

 .d-9-9 {
 	width: 100%;
 }


 .d-1-12 {
 	width: 8.33%;
 }

 .d-2-12 {
 	width: 16.66%;
 }

 .d-3-12 {
 	width: 25%;
 }

 .d-4-12 {
 	width: 33.33%;
 }

 .d-5-12 {
 	width: 41.66%;
 }

 .d-6-12 {
 	width: 50%;
 }

 .d-7-12 {
 	width: 58.33%;
 }

 .d-8-12 {
 	width: 66.66%;
 }

 .d-9-12 {
 	width: 75%;
 }

 .d-10-12 {
 	width: 83.33%;
 }

 .d-11-12 {
 	width: 91.66%;
 }

 .d-12-12 {
 	width: 100%;
 }



 .d-full {
 	width: 100%;
 }

 .nogutter .col {
 	padding: 0 0!important;
 }

 @media screen and (max-width:1910px) {
 	.b1-1-2 {
 		width: 50%!important;
 	}
 	.b1-2-2 {
 		width: 100%!important;
 	}
 	.b1-1-3 {
 		width: 33.33%!important;
 	}
 	.b1-2-3 {
 		width: 66.66%!important;
 	}
 	.b1-3-3 {
 		width: 100%!important;
 	}
 	.b1-1-4 {
 		width: 25%!important;
 	}
 	.b1-2-4 {
 		width: 50%!important;
 	}
 	.b1-3-4 {
 		width: 75%!important;
 	}
 	.b1-4-4 {
 		width: 100%!important;
 	}
 	.b1-1-5 {
 		width: 20%!important;
 	}
 	.b1-2-5 {
 		width: 40%!important;
 	}
 	.b1-3-5 {
 		width: 60%!important;
 	}
 	.b1-4-5 {
 		width: 80%!important;
 	}
 	.b1-5-5 {
 		width: 100%!important;
 	}
 	.b1-1-6 {
 		width: 16.66%!important;
 	}
 	.b1-2-6 {
 		width: 33.32%!important;
 	}
 	.b1-3-6 {
 		width: 50%!important;
 	}
 	.b1-4-6 {
 		width: 66.66%!important;
 	}
 	.b1-5-6 {
 		width: 83.32%!important;
 	}
 	.b1-6-6 {
 		width: 100%!important;
 	}
 	.b1-1-7 {
 		width: 14.28%!important;
 	}
 	.b1-2-7 {
 		width: 28.56%!important;
 	}
 	.b1-3-7 {
 		width: 42.84%!important;
 	}
 	.b1-4-7 {
 		width: 57.12%!important;
 	}
 	.b1-5-7 {
 		width: 71.40%!important;
 	}
 	.b1-6-7 {
 		width: 85.68%!important;
 	}
 	.b1-7-7 {
 		width: 100%!important;
 	}
 	.b1-1-8 {
 		width: 12.5%!important;
 	}
 	.b1-2-8 {
 		width: 25%!important;
 	}
 	.b1-3-8 {
 		width: 37.5%!important;
 	}
 	.b1-4-8 {
 		width: 50%!important;
 	}
 	.b1-5-8 {
 		width: 62.5%!important;
 	}
 	.b1-6-8 {
 		width: 75%!important;
 	}
 	.b1-7-8 {
 		width: 87.5%!important;
 	}
 	.b1-8-8 {
 		width: 100%!important;
 	}
 	.b1-1-9 {
 		width: 11.1111%!important;
 	}
 	.b1-2-9 {
 		width: 22.2222%!important;
 	}
 	.b1-3-9 {
 		width: 33.3333%!important;
 	}
 	.b1-4-9 {
 		width: 44.4444%!important;
 	}
 	.b1-5-9 {
 		width: 55.5555%!important;
 	}
 	.b1-6-9 {
 		width: 66.6666%!important;
 	}
 	.b1-7-9 {
 		width: 77.7777%!important;
 	}
 	.b1-8-9 {
 		width: 88.8888%!important;
 	}
 	.b1-9-9 {
 		width: 100%!important;
 	}
 	.b1-full {
 		width: 100%!important;
 	}
 	.b1-hide {
 		display: none!important;
 	}
 	.b1-show.b {
 		display: block
 	}
 	.b1-show.ib {
 		display: inline-block
 	}
 	.b1-left {
 		text-align: left!important;
 	}
 	.b1-right {
 		text-align: right!important;
 	}
 	.b1-center {
 		text-align: center!important;
 	}
 	.b1-no-mar {
 		margin: 0!important;
 	}


 	.b1-1-12 {
 		width: 8.33%;
 	}

 	.b1-2-12 {
 		width: 16.66%;
 	}

 	.b1-3-12 {
 		width: 25%;
 	}

 	.b1-4-12 {
 		width: 33.33%;
 	}

 	.b1-5-12 {
 		width: 41.66%;
 	}

 	.b1-6-12 {
 		width: 50%;
 	}

 	.b1-7-12 {
 		width: 58.33%;
 	}

 	.b1-8-12 {
 		width: 66.66%;
 	}

 	.b1-9-12 {
 		width: 75%;
 	}

 	.b1-10-12 {
 		width: 83.33%;
 	}

 	.b1-11-12 {
 		width: 91.66%;
 	}

 	.b1-12-12 {
 		width: 100%;
 	}

 }

 @media screen and (max-width:1680px) {
 	.b2-1-2 {
 		width: 50%!important;
 	}
 	.b2-2-2 {
 		width: 100%!important;
 	}
 	.b2-1-3 {
 		width: 33.33%!important;
 	}
 	.b2-2-3 {
 		width: 66.66%!important;
 	}
 	.b2-3-3 {
 		width: 100%!important;
 	}
 	.b2-1-4 {
 		width: 25%!important;
 	}
 	.b2-2-4 {
 		width: 50%!important;
 	}
 	.b2-3-4 {
 		width: 75%!important;
 	}
 	.b2-4-4 {
 		width: 100%!important;
 	}
 	.b2-1-5 {
 		width: 20%!important;
 	}
 	.b2-2-5 {
 		width: 40%!important;
 	}
 	.b2-3-5 {
 		width: 60%!important;
 	}
 	.b2-4-5 {
 		width: 80%!important;
 	}
 	.b2-5-5 {
 		width: 100%!important;
 	}
 	.b2-1-6 {
 		width: 16.66%!important;
 	}
 	.b2-2-6 {
 		width: 33.32%!important;
 	}
 	.b2-3-6 {
 		width: 50%!important;
 	}
 	.b2-4-6 {
 		width: 66.66%!important;
 	}
 	.b2-5-6 {
 		width: 83.32%!important;
 	}
 	.b2-6-6 {
 		width: 100%!important;
 	}
 	.b2-1-7 {
 		width: 14.28%!important;
 	}
 	.b2-2-7 {
 		width: 28.56%!important;
 	}
 	.b2-3-7 {
 		width: 42.84%!important;
 	}
 	.b2-4-7 {
 		width: 57.12%!important;
 	}
 	.b2-5-7 {
 		width: 71.40%!important;
 	}
 	.b2-6-7 {
 		width: 85.68%!important;
 	}
 	.b2-7-7 {
 		width: 100%!important;
 	}
 	.b2-1-8 {
 		width: 12.5%!important;
 	}
 	.b2-2-8 {
 		width: 25%!important;
 	}
 	.b2-3-8 {
 		width: 37.5%!important;
 	}
 	.b2-4-8 {
 		width: 50%!important;
 	}
 	.b2-5-8 {
 		width: 62.5%!important;
 	}
 	.b2-6-8 {
 		width: 75%!important;
 	}
 	.b2-7-8 {
 		width: 87.5%!important;
 	}
 	.b2-8-8 {
 		width: 100%!important;
 	}
 	.b2-1-9 {
 		width: 11.1111%!important;
 	}
 	.b2-2-9 {
 		width: 22.2222%!important;
 	}
 	.b2-3-9 {
 		width: 33.3333%!important;
 	}
 	.b2-4-9 {
 		width: 44.4444%!important;
 	}
 	.b2-5-9 {
 		width: 55.555%!important;
 	}
 	.b2-6-9 {
 		width: 66.6666%!important;
 	}
 	.b2-7-9 {
 		width: 77.7777%!important;
 	}
 	.b2-8-9 {
 		width: 88.8888%!important;
 	}
 	.b2-9-9 {
 		width: 100%!important;
 	}
 	.b2-full {
 		width: 100%!important;
 	}
 	.b2-hide {
 		display: none!important;
 	}
 	.b2-show.b {
 		display: block
 	}
 	.b2-show.ib {
 		display: inline-block
 	}
 	.b2-left {
 		text-align: left!important;
 	}
 	.b2-right {
 		text-align: right!important;
 	}
 	.b2-center {
 		text-align: center!important;
 	}
 	.b2-no-mar {
 		margin: 0!important;
 	}


 	.b2-1-12 {
 		width: 8.33%;
 	}

 	.b2-2-12 {
 		width: 16.66%;
 	}

 	.b2-3-12 {
 		width: 25%;
 	}

 	.b2-4-12 {
 		width: 33.33%;
 	}

 	.b2-5-12 {
 		width: 41.66%;
 	}

 	.b2-6-12 {
 		width: 50%;
 	}

 	.b2-7-12 {
 		width: 58.33%;
 	}

 	.b2-8-12 {
 		width: 66.66%;
 	}

 	.b2-9-12 {
 		width: 75%;
 	}

 	.b2-10-12 {
 		width: 83.33%;
 	}

 	.b2-11-12 {
 		width: 91.66%;
 	}

 	.b2-12-12 {
 		width: 100%;
 	}
 }

 @media screen and (max-width:1440px) {
 	.b3-1-2 {
 		width: 50%!important;
 	}
 	.b3-2-2 {
 		width: 100%!important;
 	}
 	.b3-1-3 {
 		width: 33.33%!important;
 	}
 	.b3-2-3 {
 		width: 66.66%!important;
 	}
 	.b3-3-3 {
 		width: 100%!important;
 	}
 	.b3-1-4 {
 		width: 25%!important;
 	}
 	.b3-2-4 {
 		width: 50%!important;
 	}
 	.b3-3-4 {
 		width: 75%!important;
 	}
 	.b3-4-4 {
 		width: 100%!important;
 	}
 	.b3-1-5 {
 		width: 20%!important;
 	}
 	.b3-2-5 {
 		width: 40%!important;
 	}
 	.b3-3-5 {
 		width: 60%!important;
 	}
 	.b3-4-5 {
 		width: 80%!important;
 	}
 	.b3-5-5 {
 		width: 100%!important;
 	}
 	.b3-1-6 {
 		width: 16.66%!important;
 	}
 	.b3-2-6 {
 		width: 33.32%!important;
 	}
 	.b3-3-6 {
 		width: 50%!important;
 	}
 	.b3-4-6 {
 		width: 66.66%!important;
 	}
 	.b3-5-6 {
 		width: 83.32%!important;
 	}
 	.b3-6-6 {
 		width: 100%!important;
 	}
 	.b3-1-7 {
 		width: 14.28%!important;
 	}
 	.b3-2-7 {
 		width: 28.56%!important;
 	}
 	.b3-3-7 {
 		width: 42.84%!important;
 	}
 	.b3-4-7 {
 		width: 57.12%!important;
 	}
 	.b3-5-7 {
 		width: 71.40%!important;
 	}
 	.b3-6-7 {
 		width: 85.68%!important;
 	}
 	.b3-7-7 {
 		width: 100%!important;
 	}
 	.b3-1-8 {
 		width: 12.5%!important;
 	}
 	.b3-2-8 {
 		width: 25%!important;
 	}
 	.b3-3-8 {
 		width: 37.5%!important;
 	}
 	.b3-4-8 {
 		width: 50%!important;
 	}
 	.b3-5-8 {
 		width: 62.5%!important;
 	}
 	.b3-6-8 {
 		width: 75%!important;
 	}
 	.b3-7-8 {
 		width: 87.5%!important;
 	}
 	.b3-8-8 {
 		width: 100%!important;
 	}
 	.b3-1-9 {
 		width: 11.1111%!important;
 	}
 	.b3-2-9 {
 		width: 33.3333%!important;
 	}
 	.b3-3-9 {
 		width: 33.3333%!important;
 	}
 	.b3-4-9 {
 		width: 44.4444%!important;
 	}
 	.b3-5-9 {
 		width: 55.5555%!important;
 	}
 	.b3-6-9 {
 		width: 66.6666%!important;
 	}
 	.b3-7-9 {
 		width: 77.7777%!important;
 	}
 	.b3-8-9 {
 		width: 88.8888%!important;
 	}
 	.b3-9-9 {
 		width: 100%!important;
 	}
 	.b3-full {
 		width: 100%!important;
 	}
 	.b3-hide {
 		display: none!important;
 	}
 	.b3-show.b {
 		display: block
 	}
 	.b3-show.ib {
 		display: inline-block
 	}
 	.b3-left {
 		text-align: left!important;
 	}
 	.b3-right {
 		text-align: right!important;
 	}
 	.b3-center {
 		text-align: center!important;
 	}
 	.b3-no-mar {
 		margin: 0!important;
 	}
 	.b3-1-12 {
 		width: 8.33%;
 	}

 	.b3-2-12 {
 		width: 16.66%;
 	}

 	.b3-3-12 {
 		width: 25%;
 	}

 	.b3-4-12 {
 		width: 33.33%;
 	}

 	.b3-5-12 {
 		width: 41.66%;
 	}

 	.b3-6-12 {
 		width: 50%;
 	}

 	.b3-7-12 {
 		width: 58.33%;
 	}

 	.b3-8-12 {
 		width: 66.66%;
 	}

 	.b3-9-12 {
 		width: 75%;
 	}

 	.b3-10-12 {
 		width: 83.33%;
 	}

 	.b3-11-12 {
 		width: 91.66%;
 	}

 	.b3-12-12 {
 		width: 100%;
 	}
 }

 @media screen and (max-width:1280px) {
 	.b4-1-2 {
 		width: 50%!important;
 	}
 	.b4-2-2 {
 		width: 100%!important;
 	}
 	.b4-1-3 {
 		width: 33.33%!important;
 	}
 	.b4-2-3 {
 		width: 66.66%!important;
 	}
 	.b4-3-3 {
 		width: 100%!important;
 	}
 	.b4-1-4 {
 		width: 25%!important;
 	}
 	.b4-2-4 {
 		width: 50%!important;
 	}
 	.b4-3-4 {
 		width: 75%!important;
 	}
 	.b4-4-4 {
 		width: 100%!important;
 	}
 	.b4-1-5 {
 		width: 20%!important;
 	}
 	.b4-2-5 {
 		width: 40%!important;
 	}
 	.b4-3-5 {
 		width: 60%!important;
 	}
 	.b4-4-5 {
 		width: 80%!important;
 	}
 	.b4-5-5 {
 		width: 100%!important;
 	}
 	.b4-1-6 {
 		width: 16.66%!important;
 	}
 	.b4-2-6 {
 		width: 33.32%!important;
 	}
 	.b4-3-6 {
 		width: 50%!important;
 	}
 	.b4-4-6 {
 		width: 66.66%!important;
 	}
 	.b4-5-6 {
 		width: 83.32%!important;
 	}
 	.b4-6-6 {
 		width: 100%!important;
 	}
 	.b4-1-7 {
 		width: 14.28%!important;
 	}
 	.b4-2-7 {
 		width: 28.56%!important;
 	}
 	.b4-3-7 {
 		width: 42.84%!important;
 	}
 	.b4-4-7 {
 		width: 57.12%!important;
 	}
 	.b4-5-7 {
 		width: 71.40%!important;
 	}
 	.b4-6-7 {
 		width: 85.68%!important;
 	}
 	.b4-7-7 {
 		width: 100%!important;
 	}
 	.b4-1-8 {
 		width: 12.5%!important;
 	}
 	.b4-2-8 {
 		width: 25%!important;
 	}
 	.b4-3-8 {
 		width: 37.5%!important;
 	}
 	.b4-4-8 {
 		width: 50%!important;
 	}
 	.b4-5-8 {
 		width: 62.5%!important;
 	}
 	.b4-6-8 {
 		width: 75%!important;
 	}
 	.b4-7-8 {
 		width: 87.5%!important;
 	}
 	.b4-8-8 {
 		width: 100%!important;
 	}
 	.b4-1-9 {
 		width: 11.1111%!important;
 	}
 	.b4-2-9 {
 		width: 33.3333%!important;
 	}
 	.b4-3-9 {
 		width: 33.3333%!important;
 	}
 	.b4-4-9 {
 		width: 44.4444%!important;
 	}
 	.b4-5-9 {
 		width: 55.5555%!important;
 	}
 	.b4-6-9 {
 		width: 66.6666%!important;
 	}
 	.b4-7-9 {
 		width: 77.7777%!important;
 	}
 	.b4-8-9 {
 		width: 88.8888%!important;
 	}
 	.b4-9-9 {
 		width: 100%!important;
 	}
 	.b4-full {
 		width: 100%!important;
 	}
 	.b4-hide {
 		display: none!important;
 	}
 	.b4-show.b {
 		display: block;
 	}
 	.b4-show.ib {
 		display: inline-block;
 	}
 	.b4-left {
 		text-align: left!important;
 	}
 	.b4-right {
 		text-align: right!important;
 	}
 	.b4-center {
 		text-align: center!important;
 	}
 	.b4-no-mar {
 		margin: 0!important;
 	}
 	.b4-1-12 {
 		width: 8.33%;
 	}

 	.b4-2-12 {
 		width: 16.66%;
 	}

 	.b4-3-12 {
 		width: 25%;
 	}

 	.b4-4-12 {
 		width: 33.33%;
 	}

 	.b4-5-12 {
 		width: 41.66%;
 	}

 	.b4-6-12 {
 		width: 50%;
 	}

 	.b4-7-12 {
 		width: 58.33%;
 	}

 	.b4-8-12 {
 		width: 66.66%;
 	}

 	.b4-9-12 {
 		width: 75%;
 	}

 	.b4-10-12 {
 		width: 83.33%;
 	}

 	.b4-11-12 {
 		width: 91.66%;
 	}

 	.b4-12-12 {
 		width: 100%;
 	}
 }

 @media screen and (max-width:1024px) {
 	.th-1-2 {
 		width: 50%!important;
 	}
 	.th-2-2 {
 		width: 100%!important;
 	}
 	.th-1-3 {
 		width: 33.33%!important;
 	}
 	.th-2-3 {
 		width: 66.66%!important;
 	}
 	.th-3-3 {
 		width: 100%!important;
 	}
 	.th-1-4 {
 		width: 25%!important;
 	}
 	.th-2-4 {
 		width: 50%!important;
 	}
 	.th-3-4 {
 		width: 75%!important;
 	}
 	.th-4-4 {
 		width: 100%!important;
 	}
 	.th-1-5 {
 		width: 20%!important;
 	}
 	.th-2-5 {
 		width: 40%!important;
 	}
 	.th-3-5 {
 		width: 60%!important;
 	}
 	.th-4-5 {
 		width: 80%!important;
 	}
 	.th-5-5 {
 		width: 100%!important;
 	}
 	.th-1-6 {
 		width: 16.66%!important;
 	}
 	.th-2-6 {
 		width: 33.32%!important;
 	}
 	.th-3-6 {
 		width: 50%!important;
 	}
 	.th-4-6 {
 		width: 66.66%!important;
 	}
 	.th-5-6 {
 		width: 83.32%!important;
 	}
 	.th-6-6 {
 		width: 100%!important;
 	}
 	.th-1-7 {
 		width: 14.28%!important;
 	}
 	.th-2-7 {
 		width: 28.56%!important;
 	}
 	.th-3-7 {
 		width: 42.84%!important;
 	}
 	.th-4-7 {
 		width: 57.12%!important;
 	}
 	.th-5-7 {
 		width: 71.40%!important;
 	}
 	.th-6-7 {
 		width: 85.68%!important;
 	}
 	.th-7-7 {
 		width: 100%!important;
 	}
 	.th-1-8 {
 		width: 12.5%!important;
 	}
 	.th-2-8 {
 		width: 25%!important;
 	}
 	.th-3-8 {
 		width: 37.5%!important;
 	}
 	.th-4-8 {
 		width: 50%!important;
 	}
 	.th-5-8 {
 		width: 62.5%!important;
 	}
 	.th-6-8 {
 		width: 75%!important;
 	}
 	.th-7-8 {
 		width: 87.5%!important;
 	}
 	.th-8-8 {
 		width: 100%!important;
 	}
 	.th-1-9 {
 		width: 11.1111%!important;
 	}
 	.th-2-9 {
 		width: 33.3333%!important;
 	}
 	.th-3-9 {
 		width: 33.3333%!important;
 	}
 	.th-4-9 {
 		width: 44.4444%!important;
 	}
 	.th-5-9 {
 		width: 55.5555%!important;
 	}
 	.th-6-9 {
 		width: 66.6666%!important;
 	}
 	.th-7-9 {
 		width: 77.7777%!important;
 	}
 	.th-8-9 {
 		width: 88.8888%!important;
 	}
 	.th-9-9 {
 		width: 100%!important;
 	}
 	.th-full {
 		width: 100%!important;
 	}
 	.th-hide {
 		display: none!important;
 	}
 	.th-show.b {
 		display: block;
 	}
 	.th-show.ib {
 		display: inline-block!important;
 	}
 	.th-left {
 		text-align: left!important;
 	}
 	.th-right {
 		text-align: right!important;
 	}
 	.th-center {
 		text-align: center!important;
 	}
 	.th-bg-left {
 		background-position: left!important;
 	}
 	.th-bg-right {
 		background-position: right!important;
 	}
 	.th-bg-top {
 		background-position: top!important;
 	}
 	.th-bg-bottom {
 		background-position: bottom!important;
 	}
 	.th-bg-center {
 		background-position: center!important;
 	}
 	.th-no-mar {
 		margin: 0!important;
 	}
 	.th-1-12 {
 		width: 8.33%;
 	}

 	.th-2-12 {
 		width: 16.66%;
 	}

 	.th-3-12 {
 		width: 25%;
 	}

 	.th-4-12 {
 		width: 33.33%;
 	}

 	.th-5-12 {
 		width: 41.66%;
 	}

 	.th-6-12 {
 		width: 50%;
 	}

 	.th-7-12 {
 		width: 58.33%;
 	}

 	.th-8-12 {
 		width: 66.66%;
 	}

 	.th-9-12 {
 		width: 75%;
 	}

 	.th-10-12 {
 		width: 83.33%;
 	}

 	.th-11-12 {
 		width: 91.66%;
 	}

 	.th-12-12 {
 		width: 100%;
 	}
 }

 @media screen and (max-width:768px) {
 	.tv-1-2 {
 		width: 50%!important;
 	}
 	.tv-2-2 {
 		width: 100%!important;
 	}
 	.tv-1-3 {
 		width: 33.33%!important;
 	}
 	.tv-2-3 {
 		width: 66.66%!important;
 	}
 	.tv-3-3 {
 		width: 100%!important;
 	}
 	.tv-1-4 {
 		width: 25%!important;
 	}
 	.tv-2-4 {
 		width: 50%!important;
 	}
 	.tv-3-4 {
 		width: 75%!important;
 	}
 	.tv-4-4 {
 		width: 100%!important;
 	}
 	.tv-1-5 {
 		width: 20%!important;
 	}
 	.tv-2-5 {
 		width: 40%!important;
 	}
 	.tv-3-5 {
 		width: 60%!important;
 	}
 	.tv-4-5 {
 		width: 80%!important;
 	}
 	.tv-5-5 {
 		width: 100%!important;
 	}
 	.tv-1-6 {
 		width: 16.66%!important;
 	}
 	.tv-2-6 {
 		width: 33.32%!important;
 	}
 	.tv-3-6 {
 		width: 50%!important;
 	}
 	.tv-4-6 {
 		width: 66.66%!important;
 	}
 	.tv-5-6 {
 		width: 83.32%!important;
 	}
 	.tv-6-6 {
 		width: 100%!important;
 	}
 	.tv-1-7 {
 		width: 14.28%!important;
 	}
 	.tv-2-7 {
 		width: 28.56%!important;
 	}
 	.tv-3-7 {
 		width: 42.84%!important;
 	}
 	.tv-4-7 {
 		width: 57.12%!important;
 	}
 	.tv-5-7 {
 		width: 71.40%!important;
 	}
 	.tv-6-7 {
 		width: 85.68%!important;
 	}
 	.tv-7-7 {
 		width: 100%!important;
 	}
 	.tv-1-8 {
 		width: 12.5%!important;
 	}
 	.tv-2-8 {
 		width: 25%!important;
 	}
 	.tv-3-8 {
 		width: 37.5%!important;
 	}
 	.tv-4-8 {
 		width: 50%!important;
 	}
 	.tv-5-8 {
 		width: 62.5%!important;
 	}
 	.tv-6-8 {
 		width: 75%!important;
 	}
 	.tv-7-8 {
 		width: 87.5%!important;
 	}
 	.tv-8-8 {
 		width: 100%!important;
 	}
 	.tv-1-9 {
 		width: 11.1111%!important;
 	}
 	.tv-2-9 {
 		width: 33.3333%!important;
 	}
 	.tv-3-9 {
 		width: 33.3333%!important;
 	}
 	.tv-4-9 {
 		width: 44.4444%!important;
 	}
 	.tv-5-9 {
 		width: 55.5555%!important;
 	}
 	.tv-6-9 {
 		width: 66.6666%!important;
 	}
 	.tv-7-9 {
 		width: 77.7777%!important;
 	}
 	.tv-8-9 {
 		width: 88.8888%!important;
 	}
 	.tv-9-9 {
 		width: 100%!important;
 	}
 	.tv-full {
 		width: 100%!important;
 	}
 	.tv-hide {
 		display: none!important;
 	}
 	.tv-show.b {
 		display: block;
 	}
 	.tv-show.ib {
 		display: inline-block;
 	}
 	.tv-left {
 		text-align: left!important;
 	}
 	.tv-right {
 		text-align: right!important;
 	}
 	.tv-center {
 		text-align: center!important;
 	}
 	.tv-bg-left {
 		background-position: left!important;
 	}
 	.tv-bg-right {
 		background-position: right!important;
 	}
 	.tv-bg-top {
 		background-position: top!important;
 	}
 	.tv-bg-bottom {
 		background-position: bottom!important;
 	}
 	.tv-bg-center {
 		background-position: center!important;
 	}
 	.tv-no-mar {
 		margin: 0!important;
 	}
 	.tv-1-12 {
 		width: 8.33%;
 	}

 	.tv-2-12 {
 		width: 16.66%;
 	}

 	.tv-3-12 {
 		width: 25%;
 	}

 	.tv-4-12 {
 		width: 33.33%;
 	}

 	.tv-5-12 {
 		width: 41.66%;
 	}

 	.tv-6-12 {
 		width: 50%;
 	}

 	.tv-7-12 {
 		width: 58.33%;
 	}

 	.tv-8-12 {
 		width: 66.66%;
 	}

 	.tv-9-12 {
 		width: 75%;
 	}

 	.tv-10-12 {
 		width: 83.33%;
 	}

 	.tv-11-12 {
 		width: 91.66%;
 	}

 	.tv-12-12 {
 		width: 100%;
 	}
 }

 @media only screen and (min-width:320px) and (max-width:640px) {
 	.m-1-2 {
 		width: 50%!important;
 	}
 	.m-2-2 {
 		width: 100%!important;
 	}
 	.m-1-3 {
 		width: 33.33%!important;
 	}
 	.m-2-3 {
 		width: 66.66%!important;
 	}
 	.m-3-3 {
 		width: 100%!important;
 	}
 	.m-1-4 {
 		width: 25%!important;
 	}
 	.m-2-4 {
 		width: 50%!important;
 	}
 	.m-3-4 {
 		width: 75%!important;
 	}
 	.m-4-4 {
 		width: 100%!important;
 	}
 	.m-1-5 {
 		width: 20%!important;
 	}
 	.m-2-5 {
 		width: 40%!important;
 	}
 	.m-3-5 {
 		width: 60%!important;
 	}
 	.m-4-5 {
 		width: 80%!important;
 	}
 	.m-5-5 {
 		width: 100%!important;
 	}
 	.m-1-6 {
 		width: 16.66%!important;
 	}
 	.m-2-6 {
 		width: 33.32%!important;
 	}
 	.m-3-6 {
 		width: 50%!important;
 	}
 	.m-4-6 {
 		width: 66.66%!important;
 	}
 	.m-5-6 {
 		width: 83.32%!important;
 	}
 	.m-6-6 {
 		width: 100%!important;
 	}
 	.m-1-7 {
 		width: 14.28%!important;
 	}
 	.m-2-7 {
 		width: 28.56%!important;
 	}
 	.m-3-7 {
 		width: 42.84%!important;
 	}
 	.m-4-7 {
 		width: 57.12%!important;
 	}
 	.m-5-7 {
 		width: 71.40%!important;
 	}
 	.m-6-7 {
 		width: 85.68%!important;
 	}
 	.m-7-7 {
 		width: 100%!important;
 	}
 	.m-1-8 {
 		width: 12.5%!important;
 	}
 	.m-2-8 {
 		width: 25%!important;
 	}
 	.m-3-8 {
 		width: 37.5%!important;
 	}
 	.m-4-8 {
 		width: 50%!important;
 	}
 	.m-5-8 {
 		width: 62.5%!important;
 	}
 	.m-6-8 {
 		width: 75%!important;
 	}
 	.m-7-8 {
 		width: 87.5%!important;
 	}
 	.m-8-8 {
 		width: 100%!important;
 	}
 	.m-1-9 {
 		width: 11.1111%!important;
 	}
 	.m-2-9 {
 		width: 33.3333%!important;
 	}
 	.m-3-9 {
 		width: 33.3333%!important;
 	}
 	.m-4-9 {
 		width: 44.4444%!important;
 	}
 	.m-5-9 {
 		width: 55.5555%!important;
 	}
 	.m-6-9 {
 		width: 66.6666%!important;
 	}
 	.m-7-9 {
 		width: 77.7777%!important;
 	}
 	.m-8-9 {
 		width: 88.8888%!important;
 	}
 	.m-9-9 {
 		width: 100%!important;
 	}
 	.m-full {
 		width: 100%!important;
 	}
 	.m-hide {
 		display: none!important;
 	}
 	.m-show.b {
 		display: block;
 	}
 	.m-show.ib {
 		display: inline-block;
 	}
 	.m-left {
 		text-align: left!important;
 	}
 	.m-right {
 		text-align: right!important;
 	}
 	.m-center {
 		text-align: center!important;
 	}
 	.m-bg-left {
 		background-position: left!important;
 	}
 	.m-bg-right {
 		background-position: right!important;
 	}
 	.m-bg-top {
 		background-position: top!important;
 	}
 	.m-bg-bottom {
 		background-position: bottom!important;
 	}
 	.m-bg-center {
 		background-position: center!important;
 	}
 	.m-no-mar {
 		margin: 0!important;
 	}
 	.m-1-12 {
 		width: 8.33%;
 	}

 	.m-2-12 {
 		width: 16.66%;
 	}

 	.m-3-12 {
 		width: 25%;
 	}

 	.m-4-12 {
 		width: 33.33%;
 	}

 	.m-5-12 {
 		width: 41.66%;
 	}

 	.m-6-12 {
 		width: 50%;
 	}

 	.m-7-12 {
 		width: 58.33%;
 	}

 	.m-8-12 {
 		width: 66.66%;
 	}

 	.m-9-12 {
 		width: 75%;
 	}

 	.m-10-12 {
 		width: 83.33%;
 	}

 	.m-11-12 {
 		width: 91.66%;
 	}

 	.m-12-12 {
 		width: 100%;
 	}
 }


 /*   _____             .___.__         ________                             .__
 /     \   ____   __| _/|__|____    \_____  \  __ __   __________________|__| ____   ______
/  \ /  \_/ __ \ / __ | |  \__  \    /  / \  \|  |  \_/ __ \_  __ \_  __ \  |/ __ \ /  ___/
/    Y    \  ___// /_/ | |  |/ __ \_ /   \_/.  \  |  /\  ___/|  | \/|  | \/  \  ___/ \___ \ 
\____|__  /\___  >____ | |__(____  / \_____\ \_/____/  \___  >__|   |__|  |__|\___  >____  >
\/     \/     \/         \/         \__>           \/                     \/     \/*/
@media only screen  and (max-width : 1620px) {

	.colophon .container,
	.navigation .container{
		padding-left: 5%;
		padding-right: 5%;
	}
	.container .inside1
	{
		padding-left: 16.33%;
	}
	.container .inside2
	{
		padding-right: 16.33%;
	}
    .container .inside3
	{
		padding-left: 6.33%;
	}
    .container .inside4
	{
		padding-left: 16.33%;
	}
    .container .inside5
	{
		padding-right: 16.33%;
	}
        .container .inside6
	{
		padding-left: 16.33%;
	}
    .container .inside7
	{
		padding-right: 16.33%;
	}
}

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


}
@media only screen  and (max-width : 1366px) {
	h1{
		font-size: 80px;
		line-height: 68px;
	}



}
@media only screen  and (max-width : 1280px) {
	h2{
		font-size: 40px;
		line-height: 40px;
	}

}



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


}

@media screen and (max-width: 1024px) {
	.row1 .inside1{
		background-image: url('../images/imgrow1mobile.jpg');
		background-position: bottom left;
		background-repeat: no-repeat;
		background-size: contain;
	}
	.row1,
	.row2,
	.row3,
	.row4,
    .row6{
		background:none;
		padding: 0;
	}
	.row1 {
		height: auto!important;
	}
	.row1 h1{
		margin-bottom: 60px;
	}

	.row.row3 {
 	padding: 0px 0;

}
	h2{
		margin-top:0;
	}

	.row1 .inside2{
		background-color: #79BBAB;
	}
	.row2 .inside1{
		background-color:#F58149;
	}	
	.row3 .inside2{
		background-color:#DE6C61;
	}
	.row4 .inside1{
		background-color:#77BBA6;
	}


	.row1 .container .inside1{
		padding: 200px 5% 350px 5%!important;

	}
    	.row4 img{
		margin-bottom: 30px;
	}
    .row5 .container .inside3{
		padding: 50px 5% 0px 5%;

	}
    
    #img-top{
         background-image: url(https://forumeconomiesocialegatineau.org/images/img_bckg.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
      
        
    }
	.container .inside1,
	.inside2, .inside4, .inside5{
		padding: 40px 5%!important;
	}
    .container .inside6, .inside7{
        padding: 0px 5%!important;
    }
     .container .inside6{
        padding-top: 40px!important;
    }

	.row1 .inside2 h3{
		margin-top: 0;
	}
	.btn, .btnBorder{
		margin-right: 0;
	}
    #img-top.row {
        padding: 120px 0;
    }



}



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

h1 {
		font-size: 40px;
	

}
}

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

	h1 {
		font-size: 40px;
		line-height: 50px;
	}
	h2{
		font-size: 30px;
		line-height: 30px;
	}
	.btn, .btnBorder{
		font-size: 12px;
	}
	.btn a, .btnBorder a{
		padding: 10px 15px;
	}
	body{
		font-size: 14px;
        line-height: 22px;
	}

}

@media screen and (max-width: 600px) {
	.row1 .container .inside1{
			padding: 200px 5% 400px 5%;

	}

}

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

}


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

}




