/* ------------------------------------------------ */
/* COLORS 											*/
/* ------------------------------------------------ */
/* Jaune : #ffff01 / rgba(255,255,1,1)
/* Rose : #E72983 / rgba(231,41,131,1) / Rose clair : #EC549C / rgba(236,84,156,1)
/* Vert : #75BC76 / rgba(117,188,118,1) / Vert clair : #91c991 / rgba(145,201,145,1)
/* Bleu : #0081C8 / rgba(0,129,200,1) / Bleu clair : #65bae1 / rgba(101,186,225,1)	
/* Violet : #8a61a5 / rgba(138,97,165,1)
/* Orange : #F29C2F / rgba(242,156,47,1)

/* ------------------------------------------------ */
/* SHORTHANDS 										*/
/* ------------------------------------------------ */
/* font: font-style font-variant font-weight font-size/line-height font-family; */
/* font: italic small-caps normal 13px/150% Arial, Helvetica, sans-serif; */
/* background: rgba(255,255,255,1) url("../images/header_bg.jpg") repeat-x center bottom/contain; */


 /* ----------------------------------------------- */
/* FONTS 											*/
/* ------------------------------------------------ */
 @import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,700');
 @import url('https://fonts.googleapis.com/css?family=Itim');

/* ------------------------------------------------ */
/* DEFAULT 											*/
/* ------------------------------------------------ */
html{}
body{font: normal normal normal 16px/150% 'Roboto Slab', Georgia, Times New Roman, serif!important;}
h1{font-family:'Itim', cursive!important;}
img, svg {max-width:100%;height:auto;}
iframe {max-width:100%;}


/* ------------------------------------------------ */
/* BOOSTRAP OVERRIDE 								*/
/* ------------------------------------------------ */
.row{margin:30px 0 0 0!important;}
.btn {display: inline-block;padding: 6px 12px;margin-bottom: 0;font-size: 16px!important;font-weight: 700!important;line-height: 1.5!important;border: 1px solid transparent;border-radius: 20px!important;text-transform:uppercase;}


/* ------------------------------------------------ */
/* HEADER 											*/
/* ------------------------------------------------ */
.header_logo-container{position:relative;}


.header_logo{width:calc(100% - 58px);transition:all .4s ease;opacity:1;position:absolute;top:0;left:0;}
.navbar-brand {padding: 15px 0 15px 15px!important;}
@media screen and (min-width: 768px) {
	.header_logo{width:750px;position:relative;top:0;left:0;}
}
.top-nav-collapse {background-color: rgba(255,255,1,1) !important;}

.top-nav-collapse .header_logo{transition:all .4s ease;opacity:0;position:absolute;top:-190px;left:0;}

.header_logo-inline{width:220px;transition:all .4s ease;opacity:0;position:absolute;top:0;left:0;}
.top-nav-collapse .header_logo-inline{transition:all .4s ease;opacity:1;position:relative;top:-14px;left:0;}

.header_bg{height:250px;width:100%;background:rgba(255,255,1,1) url("../images/header_bg.jpg") repeat-x center bottom/contain;text-decoration:none; }
@media screen and (min-width: 768px) {
	.header_bg{height:400px;background:rgba(255,255,1,1) url("../images/header_bg.jpg") repeat-x center bottom/contain; }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
	.header_bg {height:250px;}
}
@media screen and (max-width: 479px) {
	.header_bg {height:130px;}
}

/* ------------------------------------------------ */
/* NAVBAR											*/
/* ------------------------------------------------ */
.container {padding-right: 0!important;padding-left: 0!important;}
.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {margin-right: 0!important;margin-left: 0!important;}
.navbar{padding:0!important;}
.navbar-nav {margin: 0!important;float:left!important;}
@media screen and (min-width: 768px) {
	.navbar-nav {float:right!important;}
}
.navbar-nav > li > a {padding-top: 15px!important;padding-bottom: 15px!important;line-height: 20px;color:rgba(231,41,131,1)!important;border-radius:0;background:transparent!important;transition: all 0.3s ease;margin:0!important;}
.navbar-nav > li > a:first-of-type {margin:0!important;}
.navbar-nav > li > a:last-of-type {margin:0!important;}


.navbar-nav > li > a:hover {padding-top: 15px!important;padding-bottom: 15px!important;line-height: 20px;color:rgba(255,255,255,1)!important;background:rgba(231,41,131,1)!important;}
.navbar-default{border-color: transparent;}
.navbar-toggle{border: 0 solid transparent!important;}
.navbar-default .navbar-toggle .icon-bar {background-color: rgba(231,41,131,1)!important;}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {background-color: transparent!important;}
.navbar-toggle .icon-bar {width: 23px!important;height: 3px!important;}
.navbar-fixed-top {border-width: 0!important;}
.navbar-collapse {padding-right: 0!important;padding-left: 0!important;}
.navbar-collapse ul{background:rgba(255,255,1,1);position:relative;z-index:999;width:100%;}
@media screen and (min-width: 768px) {
	.navbar-collapse ul{background:rgba(255,255,1,0.8);width:auto;}
	ul.navbar-nav  {border-radius:30px!important;margin:0!important;}
	.navbar-nav > li > a {color:rgba(231,41,131,1)!important;border-radius:30px!important;background:transparent!important;transition: all 0.3s ease;}
	.navbar-nav > li > a:hover {color:rgba(255,255,255,1)!important;background:rgba(231,41,131,1)!important;}
	.navbar-nav > li {margin:0 2px!important;}
	.navbar-nav > li:nth-of-type(2) {margin:0 2px 0 0!important;}
	.navbar-nav > li:last-of-type {margin:0 0 0 2px!important;}
	.top-nav-collapse ul.navbar-nav {border-radius:0!important;}
	.top-nav-collapse .navbar-nav > li {margin:0 !important;}
	.top-nav-collapse .navbar-nav > li > a{border-radius:0!important;margin:0 !important;}
	.top-nav-collapse .navbar-nav > li > a:hover{border-radius:0!important;}
}

/* ------------------------------------------------ */
/* CONTENT SECTION									*/
/* ------------------------------------------------ */
.section-one h1, .section-two h1, .section-three h1, .section-four h1, .section-seven h1{color:#FFF;}
.section-one, .section-two, .section-three, .section-four, .section-seven{clear:both;overflow:hidden;}
.section-one{padding-top: 20px!important;}
.section-title h2{font-size:2em;text-align:center;padding:0 5%;}
.section-content{padding:0 5%;text-align:center;max-width:640px;}
@media screen and (min-width: 768px) {
	.section-one{padding-top: 100px!important;}
	.section-title h2{font-size:3em;text-align:right;padding:0 5%;}
	.section-content{text-align:left;}
}

a.btn .glyphicon-chevron-down{top: 2px!important;padding: 0 0 0 10px!important;}
.btn-default {background:rgba(250,250,250,1)!important;color:rgba(231,41,131,1)!important;margin: 20px 0!important;float:none;flex:1;}
@media screen and (min-width: 768px) {
	.btn-default {margin: 40px 0!important;}
	.section-one .btn-default {float:right;}
}
@media screen and (max-width: 767px) and (orientation: landscape) {
	.section-one .btn-default {float:right;}
}

/* ------------------------------------------------ */
/* Section One 										*/
/* ------------------------------------------------ */
.section-one{background:#EC549C url("../images/section-one-bg.png") no-repeat center 60px/cover!important;}
@media screen and (min-width: 768px) {
	.section-one{background:#EC549C url("../images/section-one-bg.png") no-repeat center 100px/cover!important;}
}
.section-one-overlay{padding-left:5%!important;padding-top:10px!important;padding-right:5%!important;text-decoration:none;/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ec549c+0,ffffff+100&1+0,0+100 */ background: -moz-linear-gradient(top,  rgba(236,84,156,1) 20%, rgba(255,255,255,0) 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(top,  rgba(236,84,156,1) 20%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom,  rgba(236,84,156,1) 20%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec549c', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */}


.section-one-content{display:flex;flex-direction: column;align-items:center;justify-content:center;max-width:1170px;margin: 0px auto;}
.section-one-content figure{max-width:319px;width:50%;height:100%;border-radius:300px;margin:0 auto;display:block;overflow:hidden;order:1;}
.section-one-content .site-description{order:2;margin: 0 5%;}
.section-one-content .site-description h1{text-align:center;font-size:2em;line-height:90%;}
@media screen and (min-width: 768px) {
	.section-one-content{flex-direction: row;}
	.section-one-content figure{width:100%;height:100%;margin: 0 5%;order:2;}
	.section-one-content .site-description {margin: 0 5%;order:1;}
	.section-one-content .site-description h1{text-align:right;font-size:3em;}
}

@media screen and (max-width: 767px) and (orientation: landscape) {
	.section-one-content{flex-direction: row;}
	.section-one-content figure{width:50%;height:50%;margin: 0 5%;order:2;}
	.section-one-content .site-description {margin: 0 5%;order:1;}
	.section-one-content .site-description h1{text-align:right;font-size:2em;}
}

/* ------------------------------------------------ */
/* Section Two 										*/
/* ------------------------------------------------ */
.section-two{background:#ffff01 url("../images/section-two-bg.png") no-repeat center 60px/cover!important;}
.section-two-overlay{padding-left:0!important;padding-top:40px!important;padding-right:0!important;/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ec549c+0,ffffff+100&1+0,0+100 */ background: -moz-linear-gradient(top,  rgba(255,255,52,1) 20%, rgba(255,255,255,0) 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(top,  rgba(255,255,52,1) 20%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom,  rgba(255,255,52,1) 20%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65bae1', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */}
.section-two-overlay .btn, .section-three-overlay .btn, .section-four-overlay .btn, .section-seven-overlay .btn  {width:70px;height:70px;border-radius:70px!important;padding: 9px 16px!important;font-size: 40px !important;border-color:transparent;}
.section-two-overlay a.btn .glyphicon-chevron-down, .section-three-overlay a.btn .glyphicon-chevron-down, .section-four-overlay a.btn .glyphicon-chevron-down, .section-seven-overlay a.btn .glyphicon-chevron-down{top: 4px !important;padding: 0!important;}

@media screen and (min-width: 768px) {
	.section-two-overlay{padding-top:60px!important;}
}
.section-two-content{display:flex;flex-direction: column;align-items:center;justify-content:center;max-width:1170px;margin: 0px auto 40px auto;}
@media screen and (min-width: 768px) {
	.section-two-content{flex-direction: row;}
}

.section-two ul {padding:0;}
.section-two ul li{width: 50%;float: left;list-style: none;height: auto;position:relative;}
.section-two ul li img{width:100%;display:block;}
@media screen and (min-width: 960px) {
	.section-two ul li{width: 33.333333%;}
}
.image_overlay-a{background:rgba(255,255,1,0.5);height:100%;width:100%;position:absolute;top:0;left:0;display:block;transition:background 0.3s ease-in-out;text-decoration:none;}
.image_overlay-a:hover{background:rgba(255,255,1,0.05);}
.image_overlay-b{background:rgba(231,41,131,0.5);height:100%;width:100%;position:absolute;top:0;left:0;display:block;transition:background 0.3s ease-in-out;text-decoration:none;}
.image_overlay-b:hover{background:rgba(231,41,131,0.05);}
.image_overlay-c{background:rgba(117,188,118,0.5);height:100%;width:100%;position:absolute;top:0;left:0;display:block;transition:background 0.3s ease-in-out;text-decoration:none;}
.image_overlay-c:hover{background:rgba(117,188,118,0.05);}
.image_overlay-d{background:rgba(0,129,200,0.5);height:100%;width:100%;position:absolute;top:0;left:0;display:block;transition:background 0.3s ease-in-out;text-decoration:none;}
.image_overlay-d:hover{background:rgba(0,129,200,0.05);}
.image_overlay-e{background:rgba(138,97,165,0.5);height:100%;width:100%;position:absolute;top:0;left:0;display:block;transition:background 0.3s ease-in-out;text-decoration:none;}
.image_overlay-e:hover{background:rgba(138,97,165,0.05);}
.image_overlay-f{background:rgba(242,156,47,0.5);height:100%;width:100%;position:absolute;top:0;left:0;display:block;transition:background 0.3s ease-in-out;text-decoration:none;}
.image_overlay-f:hover{background:rgba(242,156,47,0.05);}

/* ------------------------------------------------- */
/* Section Three									 */
/* ------------------------------------------------- */
.section-three{background:rgba(138,97,165,1) url("../images/section-three-bg.png") no-repeat center 60px/cover!important;color:#fff!important;}
.section-three-overlay{padding-left:0!important;padding-top:70px!important;padding-right:0!important;/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ec549c+0,ffffff+100&1+0,0+100 */ background: -moz-linear-gradient(top, rgba(138,97,165,1) 20%, rgba(255,255,255,0) 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(top, rgba(138,97,165,1) 20%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom,  rgba(138,97,165,1) 20%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91c991', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */}

.section-three .section-title h2{margin: 0 auto 30px;}

.section-three-content-01{display:flex;flex-direction: column;align-items:center;justify-content:center;max-width:1170px;margin:0px auto 40px auto;}
@media screen and (min-width: 768px) {
	.section-three-content-01{flex-direction: row;}
}

.section-three-content-02 ul {padding:0;}
.section-three-content-02 ul li{width: 100%;float: left;list-style: none;height: auto;position:relative;}
.section-three-content-02 ul li:nth-child(-n+2){margin: 0 0 40px 0;}
.section-three-content-02 ul li:nth-of-type(odd){padding:0 5%;}
.section-three-content-02 ul li:nth-of-type(even){padding:0 5%;}
.section-three-content-02 ul li img{width:100%;display:block;}

.section-three-content-02 figure{min-height:400px;position:relative;}
figure.section-three-image-01{background:url("../images/section-three-01.jpg") no-repeat center center/cover;}
figure.section-three-image-02{background:url("../images/section-three-02.jpg") no-repeat center center/cover;}
.section-three-content-02 figcaption{position:absolute;bottom:0;left:0;width:100%;overflow:hidden;}

.section-three-content-02 .section-three-image-01 figcaption .triangle {width: 0; height: 0; border-bottom: 100px solid rgba(231,41,131,0.8); border-left: 1280px solid transparent;}
.section-three-content-02 .section-three-image-01 figcaption .figcaption-content{background:rgba(231,41,131,0.8);}
.section-three-content-02 .section-three-image-01 figcaption .figcaption-content h2{margin:0;padding:20px 5% 5px 5%;color:rgba(255,255,255,1);}
.section-three-content-02 .section-three-image-01 figcaption .figcaption-content p{margin:0;padding:5px 5% 20px 5%;color:rgba(255,255,255,1);}

.section-three-content-02 .section-three-image-02 figcaption .triangle {width: 0; height: 0; border-bottom: 100px solid rgba(255,255,0,0.8); border-left: 1280px solid transparent;}
.section-three-content-02 .section-three-image-02 figcaption .figcaption-content{background:rgba(255,255,0,0.8);}
.section-three-content-02 .section-three-image-02 figcaption .figcaption-content h2{font-family:'Itim', cursive!important;font-size:3em;padding:0 5% 20px 5%;margin:0;line-height:0.7em;}
.section-three-content-02 .section-three-image-02 figcaption .figcaption-content p{margin:0;padding:5px 5% 5px 5%;color:rgba(231,41,131,1);}

@media screen and (min-width: 768px) {
	.section-three-content-02 ul li{width: 50%;}
	.section-three-content-02 ul li:nth-of-type(odd){padding:0 2.5% 0 7.5%;}
	.section-three-content-02 ul li:nth-of-type(even){padding:0 7.5% 0 2.5%;}
}

.section-three-horaire-wrapper{display:flex;align-items: center;justify-content: center;width: 100% !important;}
.section-three-horaire{border-left: 1px dotted #fff;padding: 0 5% 0 5%!important;margin: 0 auto 30px auto;max-width: 640px;overflow: hidden;}
.section-three-horaire li{display:inline-block;font-size:1.2em;width:100%!important;clear:both;padding:20px 0!important;text-align:left;border-bottom:1px dotted #fff;clear:right;margin:0!important;}
.section-three-horaire li:last-of-type {border-bottom:1px dotted transparent;}

@media screen and (min-width: 768px) {
	.section-three-horaire li {font-size:1.4em;}
}
@media screen and (min-width: 960px) {
	.section-three-horaire li {font-size:1.8em;}
}
.section-three-horaire li .section-three-horaire-jour{padding:10px;background:rgba(101,186,225,1);border-radius:5px;display:inline-block;}

/* ------------------------------------------------ */
/* Section Four										*/
/* ------------------------------------------------ */
.section-four{background:#65bae1 url("../images/section-four-bg.png") no-repeat center top/contain!important;color:#fff;min-height:calc(100% - 220px)!important;}



.section-four-overlay{padding-left:0!important;padding-top:70px!important;padding-right:0!important;/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ec549c+0,ffffff+100&1+0,0+100 */ background: -moz-linear-gradient(top,  rgba(101,186,225,1) 0%, rgba(255,255,255,0) 30%); /* FF3.6-15 */ background: -webkit-linear-gradient(top,  rgba(101,186,225,1) 0%,rgba(255,255,255,0) 30%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom,  rgba(101,186,225,1) 0%,rgba(255,255,255,0) 30%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65bae1', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */}

.section-four-content{display:flex;flex-direction: column;align-items:center;justify-content:center;max-width:1170px;margin: 0 auto;}
@media screen and (min-width: 768px) {
	.section-four-content{flex-direction: row;}
}

.section-four .section-title h2{text-align:center!important;margin: 0 auto;}
.section-four .section-four-content-adress{padding:40px 5%;max-width: 780px;}
.section-four .section-four-content-adress hr{border-bottom:0 dotted transparent;border-top:1px dotted #fff;height:0;}
.section-four .form-group{text-align:left!important;}
.section-four .form-group label{color:rgba(231,41,131,1)!important;}

.section-four iframe{position:relative;bottom:-6px;margin-bottom:0;}
@media screen and (min-width: 768px) {
	.section-four iframe{bottom:0;margin-bottom:40px;}
}

/* contact_form */
.contact_form{padding:0 0 60px 0!important;text-align:center;}
.contact_form h1{color:rgba(231,41,131,1)!important;margin:30px auto;text-align: center;}

/* Recaptcha */
.g-recaptcha div{margin:0 auto!important;}

/* ------------------------------------------------ */
/* Section Seven 										*/
/* ------------------------------------------------ */
.section-seven{background:#EC549C url("../images/section-seven-bg.png") no-repeat center bottom/cover!important;color:#fff;min-height:calc(100% - 220px)!important;text-align: center;}
@media screen and (min-width: 768px) {
	.section-seven{background:#EC549C url("../images/section-seven-bg.png") no-repeat center bottom/contain!important;}
}
.section-seven-overlay{padding-left:5%!important;padding-top:70px!important;padding-right:5%!important;text-decoration:none;/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ec549c+0,ffffff+100&1+0,0+100 */ background: -moz-linear-gradient(top,  rgba(236,84,156,1) 50%, rgba(255,255,255,0) 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(top,  rgba(236,84,156,1) 50%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom,  rgba(236,84,156,1) 50%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec549c', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */}

.section-seven-content{display:flex;flex-direction: column;align-items:center;justify-content:center;max-width:1170px;margin: 0 auto;}
@media screen and (min-width: 768px) {
	.section-seven-content{flex-direction: row;}
}

.section-seven .section-title h2{text-align:center!important;margin: 0 auto;}
.section-seven .section-title p{text-align:center!important;margin: 0 auto;max-width:480px;}

.useful_links{display:flex;flex-direction: column;align-items: flex-start;justify-content: center;max-width:1170px;margin: 0 auto;}
@media screen and (min-width: 768px) {
	.useful_links{display:flex;flex-direction: row;align-items: flex-start;justify-content: center;}
}

.useful_links figure{margin:20px 2%;border-top:1px dotted rgba(255,255,255,.3);padding: 25px 0 0 0;}
.useful_links figure:first-of-type{margin:20px 2%;}
.useful_links figure:last-of-type{margin:20px 2%;}
@media screen and (min-width: 768px) {
	.useful_links figure{border-top:1px dotted transparent;}
	.useful_links figure:first-of-type{margin:20px 2% 20px 4%;}
	.useful_links figure:last-of-type{margin:20px 4% 20px 2%;}
}
.useful_links figure img{width:100%;border-radius:480px;max-width:50%;transition:}
@media screen and (min-width: 768px) {
	.useful_links figure img{width:100%;border-radius:480px;max-width:100%;} 
}
.useful_links figure a img{transition: opacity 0.3s ease-in-out;opacity:.5;}
.useful_links figure a:hover img{opacity:1;}
.useful_links figcaption h2{}
.useful_links figcaption p{font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";font-size: 0.9em;line-height: 1.4em;}
.useful_links figcaption a{color:#fff;}
.useful_links figure a:hover{}
.glyphicon.glyphicon-star{position:relative;top: 4px!important;}



/* ------------------------------------------------ */
/* Section Five 									*/
/* ------------------------------------------------ */
.section-five {background: rgba(255,255,1,1) url("../images/section-five-bg.png") no-repeat center 200px/cover!important;width:100%;padding-top:30px!important}
.section-five-overlay{padding-left:0!important;padding-right:0!important;/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ec549c+0,ffffff+100&1+0,0+100 */ background: -moz-linear-gradient(top,  rgba(255,255,52,1) 20%, rgba(255,255,255,0) 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(top,  rgba(255,255,52,1) 20%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom,  rgba(255,255,52,1) 20%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65bae1', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */}
.section-five-content{max-width: 1170px;margin: 0 auto;}
.section-five label{color:#E72983;float:left;}

/* ------------------------------------------------ */
/* Section Six 										*/
/* ------------------------------------------------ */
.section-six{background:rgba(242,156,47,1) url("../images/section-six-bg.png") no-repeat center bottom/cover!important;color:#fff;}
.section-six .section-title h2{font-size:1.6em;text-align:center!important;margin: 0 auto;padding-top:30px;padding-bottom:10px;}
.section-six-content{display: flex;flex-direction: row;align-items: center;justify-content: center;max-width: 1170px;margin: 0px auto;padding: 0;list-style-type: none;}
.section-six-content li{padding:10px 5px;max-height:100%;}
@media screen and (min-width: 768px) {
	.section-six .section-title h2{font-size:2em;}
	.section-six-content li{padding:20px;max-height:100%;}
}
.section-six-content li img{max-height:240px;}
.section-six-content a {transition: opacity 0.3s ease-in;opacity:1;}
.section-six-content a:hover{opacity:0.8;}