@font-face {
  font-family: 'Eufoniem';
  src: url('../fonts/eufoniem.woff') format('woff'),
       url('../fonts/eufoniem.ttf')  format('truetype');
}

@font-face {
  font-family: 'SanaBold';
  src: url('../fonts/sanasansalt-bold.woff') format('woff'),
       url('../fonts/sanasansalt-bold.ttf')  format('truetype');
}

@font-face {
  font-family: 'Sana';
	src: url('../fonts/sanasansalt-regular.woff') format('woff'),
       url('../fonts/sanasansalt-regular.ttf')  format('truetype');
}


body {
	margin: 0;
	font-family: 'Sana', sans-serif;
	font-size: 16px;
	color: #000;
	text-transform: none;
	background: #fff;
}

b, strong {
	font-weight: 700!important;
	font-family: 'SanaBold',sans-serif;
}

.fContainer {
	display: block;
	max-width: 1280px;
	margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 90%;
}

.fRow {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.fCol-md-12, .fCol-lg-12 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.fCol-md-8, .fCol-lg-8 {
    position: relative;
    width: 66.6%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
}
.fCol-md-6, .fCol-lg-6 {
    position: relative;
    width: 50%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
}
.fCol-lg-4, .fCol-sm-4 {
    position: relative;
    width: 33.3%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
}
.fCol-lg-3, .fCol-md-3, .fCol-sm-3 {
    position: relative;
    width: 25%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
}
.fCol-lg-2, .fCol-sm-2 {
    position: relative;
    width: 16.6%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
}
.fMobile {
	display: none;
}

.fClear {
	clear: both;
	content: " ";
	display: table;
}

.fShow {
	display: block !important;
}

.fHide {
	display: none;
}

.fOpacity {
	opacity: 1 !important;
	transition: 1s opacity ease-in-out;
	-webkit-transition: 1s opacity ease-in-out;
}

.fGrayscale {
	filter: grayscale(1);
    -webkit-filter: grayscale(100%);
} 

p {
	margin: 0;
}

a {
	text-decoration: none;
	color: #000;
	transition: 0.2s all ease-in-out;
	-webkit-transition: 0.2s all ease-in-out;
}

a:hover {
	text-decoration: none;
	color: initial;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

h1 {
	font-size: 96px;
	font-family: 'Eufoniem',display;
	font-weight: 400!important;
}

.fWrapper {
	width: 100%;
	max-width: 1440px;
	display: block;
	margin: 0 auto;
	overflow: hidden;
}

a.fBlock {
	display: block;
	width: 100%;
	height: 100%;
}

.fCenter {
	text-align: center;
}

.fLogo {
	width: 180px;
	height: 44px;
	transition: 0.2s all ease-in-out;
	-webkit-transition: 0.2s all ease-in-out;
}

.fLogo a {
	display: block;
	width: 100%;
	height: 100%;
}

.fLogo img {
	width: 100%;
	height: auto;
}
	
.fMenu {
	text-align: center;
	padding-top: 5px;
}

ul.fMenu1 {
	margin: 0;
	padding: 0;
	display: inline-block;
	list-style-type: none;
}

ul.fMenu1 li {
	display: inline;
	margin-left: 15px;
	margin-right: 5px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 40px;
	cursor: pointer;
}

ul.fMenu1 li a {
	color: #fff;
	font-size: 26px;
	position: relative;
	display: inline-block;
	text-decoration: none;
	transition: 0.2s all ease-in-out;
	-webkit-transition: 0.2s all ease-in-out;
}

ul.fMenu1 li a:hover {
	font-weight: 700;
}

.fMenu, .fHeaderCTA  {
	display: inline-block;
}

.fHeaderCTA {
	float: right;
	position: relative;
}

.fHeaderCTA a {
	display: inline-block;
	color: #fff;
	font-family: 'SanaBold',sans-serif;
	font-weight: 700;
	font-size: 16px;
	padding: 5px 44px 5px 20px;
	border: 1px solid #fff;
	border-radius: 30px;
}

.fHeaderCTA .fSmallBird {
	position: absolute;
	bottom: 0;
	right: -5px;
	height: 80%;
	width: 40px;
	background: url(../images/fBirdSmall.png) no-repeat bottom right;
	background-size: contain;
}

/* HOME */

.fSection11 {
	position: relative;
	z-index: 1;
	background: url(../images/fBkg11.png) no-repeat center;
	background-size: cover;
	padding: 30px 0 240px 0;
}

.fSection11 h1 {
	text-align: center;
	color: #fff;
	padding: 120px 0 60px 0;
	margin: 0;
}

.fArrowDown {
	display: block;
	margin: 0 auto;
	width: 50px;
	height: 50px;
	background: url(../images/fArrowDown.png) no-repeat top right;
	transition: 0.2s all ease-in-out;
	-webkit-transition: 0.2s all ease-in-out;
	background-size: 40px auto;
	cursor: pointer;
	z-index: 9996;
}

.fLargeBird {
	position: absolute;
	bottom: 120px;
	left: 3%;
	width: 33%;
}

.fLines1 {
	position: absolute;
	top: -40%;
	right: -40%;
	width: 80%;
	height: 100%;
	background: url(../images/fLines1.svg) no-repeat center;
	background-size: cover;
	z-index: -1;
}

.fLines2 {
	position: absolute;
	bottom: -33%;
	left: -30%;
	width: 70%;
	height: 100%;
	background: url(../images/fLines2.svg) no-repeat center;
	background-size: cover;
}

.fSection12 {
	position: relative;
	z-index: 2;
	background: url(../images/fBkg12.png) no-repeat top;
	background-size: 110% auto;
	padding: 160px 0 260px 0;
	margin-top: -160px;
}

.fSection12 h2 {
	font-family: 'Eufoniem',display;
	font-size: 46px;
	padding-top: 60px;
	width: 300px;
	max-width: 100%;
	text-align: center;
	font-weight: 400;
}

.fSection12col2, .fSection12col3 {
	border-radius: 20px;
	box-shadow: 0 0 10px 12px #f0f0f0;
	padding: 40px;
}

.fSec121 {
	font-size: 24px;
}

.fSection12col2 .fSec121 {
	display: inline-block;
	background: url(../images/f12a1.png) no-repeat center;
	background-size: contain;
	padding: 1px 3px;
}

.fSection12col3 .fSec121 {
	display: inline-block;
	background: url(../images/f12b1.png) no-repeat center;
	background-size: contain;
	padding: 2px 5px;
}

.fSec122 {
	padding-bottom: 30px;
	font-family: 'Eufoniem',display;
	font-size: 56px;
	line-height: 40px;
}

.fSec12CTA {
	text-align: center;
	margin-top: 30px;
}

.fSec12CTA a {
	display: block;
	color: #fff;
	font-family: 'SanaBold',sans-serif;
	font-weight: 700;
	text-align: center;
	padding: 6px 20px;
	border-radius: 30px;
	font-size: 17px;
}

.fSection12col2 .fSec12CTA a {
	background: #eb6852;
}

.fSection12col3 .fSec12CTA a {
	background: #6cc04a;
}

.fSec12el {
	padding-left: 55px;
	padding-bottom: 15px;
	font-size: 18px;
}

.fSection12col2 .fSec123 {
	background: url(../images/f12a3.svg) no-repeat top left;
	background-size: 40px auto;
}

.fSection12col3 .fSec123 {
	background: url(../images/f12b3.svg) no-repeat top left;
	background-size: 40px auto;
}

.fSection12col2 .fSec124 {
	background: url(../images/f12a4.svg) no-repeat top left;
	background-size: 40px auto;
}

.fSection12col3 .fSec124 {
	background: url(../images/f12b4.svg) no-repeat top left;
	background-size: 40px auto;
}

.fSection12col2 .fSec125 {
	background: url(../images/f12a5.svg) no-repeat top left;
	background-size: 40px auto;
}

.fSection12col3 .fSec125 {
	background: url(../images/f12b5.svg) no-repeat top left;
	background-size: 40px auto;
}

.fSection12col3 .fSec126 {
	background: url(../images/f12b6.svg) no-repeat top left;
	background-size: 40px auto;
}

.fSec12span {
	display: block;
	height: 85px;
}

.fSec12el p {
	max-width: 200px;
}

.fLines3 {
	width: 90%;
	margin-top: -30px;
}

.fLines3 img {
	width: 60%;
	float:right;
}

.fSection13 {
	position: relative;
	z-index: 3;
	background: url(../images/fBkg13.png) no-repeat top;
	background-size: 110% auto;
	padding: 210px 0 60px 0;
	margin-top: -160px;
	min-height: 500px;
	color: #fff;
}

.fSection13 h1 {
	font-size: 68px;
	padding-bottom: 20px;
}

.fSection13 h1.fCenter {
	margin-top: -40px;
	padding-top: 0;
	padding-bottom: 80px;
}

.fWhatItem {
	margin-bottom: 60px;
	text-align: center;
}

.fWhatItem img {
	height: 77px;
	width: auto;
	margin: 0 auto;
	margin-bottom: 20px;
}

.fSec13CTA {
	text-align: center;
}

.fSec13CTA a {
	position: relative;
	display: inline-block;
	color: #fff;
	font-family: 'SanaBold',sans-serif;
	font-weight: 700;
	font-size: 16px;
	padding: 5px 44px 5px 20px;
	border: 1px solid #fff;
	border-radius: 30px;
	background: #f75f55;
}

.fSec13CTA a .fSmallBird {
	position: absolute;
	bottom: 0;
	right: -5px;
	height: 80%;
	width: 40px;
	background: url(../images/fBirdSmall.png) no-repeat bottom right;
	background-size: contain;
}

.fBirdsBkg {
	position: relative;
}

.fLargeBird14 {
	position: absolute;
	bottom: 0;
	right: -20px;
	width: 35%;
}

.fLargeBird14 img {
	width: 100%;
	height: auto;
}

.fSmallBird14 {
	position: absolute;
	bottom: 0;
	right: 25%;
	width: 18%;
}

.fSmallBird14 img {
	width: 100%;
	height: auto;
}

.fLines4a {
	width: 100%;
	margin-top: -40px;
}

.fLines4a img {
	width: 100%;
	height: auto;
}

.fLines4b {
	width: 100%;
	margin-top:30px;
}

.fLines4b img {
	width: 100%;
	height: auto;
}

.fFormContainer {
	background: #fff;
	border-radius: 30px;
	margin: 60px 5%;
	margin-top: -90px;
}

.fFormHead {
	padding: 30px;
}

.fFormInfo {
	position: relative;
	background: #eb6852;
	border-radius: 30px;
	margin: 25px 10px;
	padding: 30px;
	text-align: center;
}

.fFormInfo a {
	color: #fff;
}

.fFormInfo p {
	margin-bottom: 15px;
}

.fFormInfoHead {
	text-align: center;
	font-family: 'Eufoniem',display;
	font-size: 38px;
	padding-bottom: 20px;
	line-height: 1;
	color: #fff;
}

.fContactBkg img {
	margin: 30px auto 50px auto;
	max-width: 70%;
}

.fFormHead {
	color: #e1061f;
}

.fFormHead1 {
	font-weight: 700;
	font-size: 19px;
	padding: 5px 0 10px 0;
}

.fFormHead2 {
	font-family: 'Eufoniem',display;
	font-size: 60px;
	padding-bottom: 20px;
	line-height: 1;
}

.fForm {
	padding: 0 30px 30px 30px;
}

.fForm input.wpcf7-text,
.fForm textarea {
	border: none;
	border-bottom: 1px solid #c7c7c7;
	width: 100%;
	margin: 5px 0;
	padding: 5px;
}

.fForm input.wpcf7-submit {
	background: #f75f55;
	border: 1px solid #f75f55;
	border-radius: 30px;
	padding: 5px 30px;
	font-family: 'SanaBold',sans-serif;
	font-weight: 700;
	color: #fff;
	text-align: center;
	float: right;
	margin-top: 15px;
}

.fForm textarea {
	height: 240px;
}

.fForm textarea::placeholder {
  transform: translateY(200px);
}

.fContactBird {
	position: absolute;
	bottom:90px;
	left: -5%;
	width: 115%;
	height: auto;
}

/* LIDER */

.fSection21 {
	position: relative;
	z-index: 1;
	background: url(../images/fBkg11.png) no-repeat center;
	background-size: cover;
	padding: 30px 0 60px 0;
}

.fSection21 h1 {
	text-align: left;
	color: #fff;
	padding: 0 0 20px 0;
	line-height: 1;
	font-size: 68px;
	text-align: center;
}

.fSec21CTA {
	text-align: left;
	margin: 30px 0;
	padding-bottom: 20px;
}

.fSec21CTA a {
	background: #eb6852;
}

.fSec21head {
	margin-top: 40px;
	display: inline-block;
	font-size: 30px;
	color: #fff;
	padding: 3px 6px;
	background: url(../images/f21head.png) no-repeat center;
	background-size: contain;
}

.fSection21 p, .fSection21 a, .fSection21 strong {
	color: #fff;
}

.fSec21elements {
	padding: 30px 0;
	padding-bottom: 10px;
}

.fSec21el {
	padding-left: 70px;
	padding-top: 5px;
	margin-bottom: 20px;
	min-height: 55px;
	font-size: 15px;
	color: #fff;
}

.fSec211 {
	background: url(../images/f211.svg) no-repeat top left;
	background-size: 55px auto;
}

.fSec212 {
	background: url(../images/f212.svg) no-repeat top left;
	background-size: 55px auto;
}

.fSec213 {
	background: url(../images/f213.svg) no-repeat top left;
	background-size: 55px auto;
}

.fSection21a {
	position: relative;
}

.fLines5 {
	position: absolute;
	top: -25%;
	right: -15%;
	width: 55%;
	height: 100%;
	background: url(../images/fLines5.svg) no-repeat center;
	background-size: contain;
	z-index: -1;
}

.fLines6 {
	margin-top: -275px;
}

.fLines6 img {
	width: 100%;
	height: auto;
}

.fSection21b h1 {
	font-size: 68px;
	text-align: center;
	padding-bottom: 60px;
}

.fLearn {
	padding-top: 70px;
	min-height: 60px;
	margin-bottom: 40px;
}

.fLearn1 {
	background: url(../images/f221.svg) no-repeat top left;
	background-size: 55px auto;
}

.fLearn2 {
	background: url(../images/f222.svg) no-repeat top left;
	background-size: 55px auto;
}

.fLearn3 {
	background: url(../images/f223.svg) no-repeat top left;
	background-size: 55px auto;
}

.fLearn4 {
	background: url(../images/f224.svg) no-repeat top left;
	background-size: 55px auto;
}

.fLearn5 {
	background: url(../images/f225.svg) no-repeat top left;
	background-size: 55px auto;
}

.fSection22 {
	position: relative;
	z-index: 2;
	background: url(../images/fBkg12.png) no-repeat top;
	background-size: 110% auto;
	padding: 160px 0 260px 0;
	margin-top: -160px;
}

.fSection22 h1 {
	text-align: center;
	font-size: 68px;
	color: #f75f55;
	padding-bottom: 40px;
}

.fSection22 .row {
	padding-left: 5%;
	padding-right: 5%;
}

.fSec22CTA {
	width: 100%;
	text-align: center;
	margin-top: 60px;
}

.fSec22elsL .fSec22el {
	text-align: right;
	padding-right: 30px;
}

.fSec22elsR .fSec22el {
	padding-left: 30px;
}

.fSection22 .col-lg-6.fBorderL {
	border-left: 1px solid #f75f55;
}

.fSec22el {
	position: relative;
	height: 100px;
	overflow: visible;
	color: #f75f55;
}

.fSec22num {
	position: absolute;
	top: 0;
	left: -37px;
	width: 44px;
	height: 33px;
	background: #f9a495;
	border-radius: 99px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	font-family: 'SanaBold',sans-serif;
	text-align: center;
	padding-top: 9px;
}

.fSec22el strong {
	font-size: 18px;
	font-family: 'SanaBold',sans-serif;
	font-weight: 700;
}

.fSection23 {
	position: relative;
	z-index: 3;
	background: url(../images/fBkg13.png) no-repeat top;
	background-size: 110% auto;
	padding: 210px 0 60px 0;
	margin-top: -160px;
	min-height: 500px;
	color: #fff;
}

.fSection23a {
	position: relative;
}

.fSection23a .fLargeBird14 {
	right: 40px;
	width: 30%;
}

.fSection23a .fSmallBird14 {
	right: 25%;
	width: 14%;
}

.fSection23a .row {
	margin-left: 5%;
	margin-right: 5%;
	color: #fff;
}

.fSection23a h1 {
	text-align: left;
	margin-top: 40px;
	padding-bottom: 10px;
	font-size: 68px;
}

.fSection23 .fFormInfo {
	color: #fff;
}

/* STAŻ */

.fSection31 {
	background: url(../images/fBkg31.png) no-repeat center;
	background-size: cover;
	padding-bottom: 200px;
}

.fSec31CTA {
	text-align: left;
}

.fSec31CTA a {
	background: #47ca5a;
}

.fSec31head {
	background: url(../images/f31head.png) no-repeat center;
	background-size: contain;
}

.fSec311 {
	background: url(../images/f311.svg) no-repeat top left;
	background-size: 55px auto;
}

.fSec312 {
	background: url(../images/f312.svg) no-repeat top left;
	background-size: 55px auto;
}

.fSec313 {
	background: url(../images/f313.svg) no-repeat top left;
	background-size: 55px auto;
}

.fSec314 {
	background: url(../images/f314.svg) no-repeat top left;
	background-size: 55px auto;
}

.fLearn31 {
	background: url(../images/f321.svg) no-repeat top left;
	background-size: 55px auto;
}

.fLearn32 {
	background: url(../images/f322.svg) no-repeat top left;
	background-size: 55px auto;
}

.fLearn33 {
	background: url(../images/f323.svg) no-repeat top left;
	background-size: 55px auto;
}

.fLearn34 {
	background: url(../images/f324.svg) no-repeat top left;
	background-size: 55px auto;
}

.fLearn35 {
	background: url(../images/f325.svg) no-repeat top left;
	background-size: 55px auto;
}

.fLearn36 {
	background: url(../images/f326.svg) no-repeat top left;
	background-size: 55px auto;
}

.fSection32 h1 {
	color: #009f64;
}

.fSection32 .fSec22num {
	background: #47ca5a;
}

.fSection32 .fSec22el {
	color: #009f64;
}

.fSection33 {
	background: url(../images/fBkg33.png) no-repeat top;
	background-size: 110% auto;
}

.fSection33 .fFormHead {
	color: #009f64;
}

.fSection33 .fForm input.wpcf7-submit {
	background: #47ca5a;
	border: 1px solid #47ca5a;
}

.fSec33CTA {
	text-align: left;
}

.fSec32CTA a, .fSec33CTA a {
	background: #47ca5a;
}

.fSection33 .fFormInfo {
	background: #47ca5a;
}

.fSection32 .col-lg-6.fBorderL {
	border-left: 1px solid #47ca5a;
}

.fSliderContainer {
	overflow-x: hidden;
	width: 2600px;
}

.fSliderItem, .fSliderItem p, .fSliderItem a, .fSliderItem strong {
	color: #000;
}

.fSliderItem p {
	margin-bottom: 15px;
}
	
.fSliderItem {
	padding: 30px 15px;
	background: #fff;
	border-radius: 20px;
	width: 390px;
	box-sizing: border-box;
	margin-right: 40px;
	margin-bottom: 60px;
	float: left;
	min-height: 275px;
	max-width: 100%;
}

.fSliderTitle {
	position: relative;
	height: 40px;
	margin-bottom: 20px;
}

.fSliderTitle p {
	color: #01975d;
	font-family: 'SanaBold',sans-serif;
	font-weight: 700;
	font-size: 20px;
	position: absolute;
	left: 70px;
	width: calc(100% - 60px);
	line-height: 1.2;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.fSliderText {
	line-height: 1.3;
}

.fMoreArrow1, .fMoreArrow2 {
	font-size: 13px;
	font-weight: 700;
	font-family: 'SanaBold',sans-serif;
	color: #4acb5d;
	cursor: pointer;
}

.fSliderMoreDesc {
	font-size: 13px;
	line-height: 1.2;
	margin-top: 10px;
	margin-bottom: 5px;
}

.fMoreArrow1,
.fMoreArrow2 {
	margin-bottom: 10px;
}

.fSliderMoreDesc, .fMoreArrow2 {
	display: none;
}


@media all and (max-width: 991px) {
	.fCol-sm-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.fCol-md-12, .fCol-lg-12 {
		padding-right: 0px;
		padding-left: 0px;
	}
	.fCol-md-6, .fCol-lg-6 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding-top: 10px;
		padding-bottom: 10px;
    }
	.fNotMobile {
		display: none;
	}
	.fMobile {
		display: block;
	}
	.fMenu {
		display: none;
	}
	.fSection11 .fHeaderCTA,
	.fSection21 .fHeaderCTA,
	.fSection31 .fHeaderCTA {
		margin-top: -38px;
		border: none;
	}
	.fSection11 .fHeaderCTA a,
	.fSection21 .fHeaderCTA a,
	.fSection31 .fHeaderCTA a {
		color: transparent;
		border: none;
	}
	.fSection11 .fHeaderCTA .fSmallBird,
	.fSection21 .fHeaderCTA .fSmallBird,
	.fSection31 .fHeaderCTA .fSmallBird {
		border: 1px solid #fff;
		width: 50px;
		height: 50px;
		background-size: 64% auto;
		background-position: center 12px;
		border-radius: 99px;
	}
	.fSection11 .fLargeBird,
	.fSection21 .fLargeBird,
	.fSection31 .fLargeBird {
		display: none;
	}
	.fLines1 {
		right: auto;
		left: -40%;
	}
	.fLines2 {
		bottom: -20%;
		right: -30%;
		left: auto;
		transform: scaleX(-1);
		-webkit-transform: scaleX(-1);
		background-position: right;
	}
	.fSection12 .f1 {
		display: none;
	}
	.fHomeSubtitle {
		color: #fff;
		text-align: center;
		text-transform: uppercase;
		max-width: 280px;
		font-size: 22px;
		margin: 30px auto;
		margin-top: -40px;
	}
	.fLines4a {
		transform: rotate(180deg);
		margin-top: -130px;
		margin-bottom: 80px;
	}
	.fBirdsBkg {
		padding-bottom: 170px
	}
	.fLargeBird14 {
		right: auto;
		left: 50%;
		width: 160px;
		transform: scaleX(-1);
		margin-left: -120px;
	}
	.fSmallBird14 {
		transform: scaleX(-1);
		width: 90px;
		left: 50%;
		right: auto;
	}
	.fSection13 {
		padding-top: 160px;
	}
	.fFormContainer .col-lg-5 {
		display: none;
	}
	.fFormHead {
		text-align: center;
	}
	.fForm input.wpcf7-submit {
		float: none;
		margin: 20px auto;
		display: block;
		width: 110px;
	}
	.fSection13a {
		padding-bottom: 80px;
	}
	.fSection13 {
		padding-bottom: 0;
	}
	.fFormContainer {
		margin-top: 0px;
	}
	.fWhatItem {
		margin-bottom: 40px;
	}
	.fSection13 h1.fCenter {
		margin-top: 20px;
		padding-bottom: 30px;
	}
	.fSection12col2 {
		margin-bottom: 20px;
	}
	h1 {
		font-size: 58px!important;
	}
	.fSection11 h1 {
		padding-top: 80px;
	}
	.fSection13 {
		background: url(../images/fBkg13mob.png) no-repeat top;
		background-size: 180% auto;
	}
	.fLines5 {
		display: none;
	}
	.fLines6 {
		margin-top: -175px;
	}
	.fSection21 {
		padding-bottom: 180px;
	}
	.fSection21a .fLargeBird14,
	.fSection21a .fSmallBird14 {
		display: none;
	}
	.fSection21b h1 {
		padding-bottom: 30px;
		padding-top: 50px;
	}
	.fLearn {
		background-position: top center!important;
	}
	.fLearn p {
		text-align: center;
	}
	.fSec22elsL {
		display: none;
	}
	.fSec22el {
		height: auto;
		margin-bottom: 40px;
	}
	.fSection23a {
		position: relative;
	}
	.fSection23a .fLargeBird14,
	.fSection23a .fSmallBird14 {
		top: -120px;
		bottom: auto;
	}
	.fSection23a .fLargeBird14 {
		width: 145px;
		height: auto;
	}
	.fSection23a .fSmallBird14	{
		width: 70px;
		height: auto;
	}
	.fSection23a .fSmallBird14 img {
		margin-top: 60px;
	}
	.page-template-fStaz .fLines6 {
		margin-top: -50px;
	}
	h1 {
		line-height: 1;
	}
	.fFormContainer {
		margin-left: 0;
		margin-right: 0;
	}
	.fSec12CTA a {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 14px;
	}
	.fSection33 {
		background: url(../images/fBkg33mob.png) no-repeat top;
		background-size: 180% auto;
	}
}


/* ADDENDA */

.wpcf7-response-output {
	color: #000!important;
	border-radius: 15px;
}

@media all and (min-width: 992px) and (max-width: 1199px) {
	.fSliderNav {
		margin-top: 20px;
	}
}

.fSliderNav {
	text-align: right;
}

.fSliderL, .fSliderR {
	display: inline-block;
	margin-left: 8px;
	width: 38px;
	height: 38px;
	border: 1px solid #fff;
	border-radius: 99px;
	padding-top: 6px;
	color: #00b25f;
	cursor: pointer;
	text-align: center;
	margin-bottom: 20px;
	background: #fff;
	opacity: 0.9;
}

.fSliderL:hover, .fSliderR:hover {
	opacity: 1;
}

.fSlider {
	margin-left: 0;
	transition: 0.5s all ease-in-out;
	-webkit-transition: 0.5s all ease-in-out;
	-moz-transition: 0.5s all ease-in-out;
}

@media all and (min-width: 1280px) {
	.fMenu {
		width: 70%;
		margin: 0 auto;
	}
}

.fSection13 p {
	margin-bottom: 10px;
}

.fSec13More {
	font-weight: 700;
	padding: 10px 0;
	cursor: pointer;
	display: none;
}

.fSec13desc2 {
	display: block;
}

@media all and (max-width: 991px) {
	.fSec13More {
		display: block;
	}
	.fSec13desc2 {
		display: none;
	}
	.fLines4 img,
	.fLines4b img {
		margin-top: -60px;
		margin-bottom: 20px;
	}
	.fSection22 h1 {
		text-align: left!important;
		margin-left: -15px;
	}
	.fSection23a h1 {
		text-align: center;
	}
	.fSection12 .col-sm-6.f2,
	.fSection12 .col-sm-6.f3 {
		/*width: 50%!important;*/
	}
	.fHeaderCTA {
		width: 50px;
		height: 50px;
	}
	.fSection23 {
		background-size: 180% auto;
	}
	.fSection21a.fSection31a {
		padding-bottom: 60px;
	}
	.fSec22num {
		left: -24px;
	}
}

@media all and (max-width: 767px) {
	.fSection12col2,
	.fSection12col3 {
		/*padding: 15px;*/
	}
	.fSec121 {
		/*font-size: 14px;*/
	}
	.fSec12el {
		/*padding-left: 0;
		padding-top: 60px;*/
	}
	.fSec12el p {
		word-break: keep-all;
	}
	.fSection23a {
		text-align: center;
	}
	.fSec22CTA, .fSec33CTA {
		text-align: center;
	}
	.fSec22CTA a, .fSec33CTA a {
		font-size: 12px;
	}
	.fCol-lg-4, .fCol-sm-4,
	.fCol-lg-8 {
		width: 50%;
	}
	.fCol-lg-4.fHeaderCol {
		width: 33.3%;
	}
}

.fSliderL.fInActive, .fSliderR.fInActive {
	opacity: 0.4!important;
	cursor: initial;
}

.fSliderTitle img {
	width: auto;
	height: 40px;
}
