
body {
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

p,
ul li,
ol li {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 300;
	line-height: 25px;
	margin: 0 0 30px 0;
	color: #181818;
}

a {
	background-color: transparent;
	color: #337ab7;
	text-decoration: none;
}

a:active,
a:hover {
	outline: 0;
}

*, html { font-size: 20px; }

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Playfair Display', serif;
}

h1 {
	font-size: 2.8rem; /*56px*/
	line-height: 1.1;
	margin-bottom: 50px;
}

h2 {
	font-size: 2.8rem; /*56px*/
	line-height: 1.2;
	margin-bottom: 50px;
}

h3 {
	font-size: 2.3rem; /*46px*/
	line-height: 1.2;
	margin-bottom: 50px;
}

h4 {
	font-size: 1.6rem; /*32px*/
	line-height: 1.2;
}

h5 {
	font-size: 1.3rem; /*26px*/
	line-height: 1.2;
}

/*------------------------------------------*/
            /*#HELPER CLASSES*/
/*------------------------------------------*/


/*----------visible elements-------------------*/

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
	display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
	display: none !important;
}
@media (max-width: 767px) {

	.hidden-xs               { display: none !important; }
	.visible-xs              { display: block !important; }
	.visible-xs-block        { display: block !important; }
	.visible-xs-inline       { display: inline !important; }
	.visible-xs-inline-block { display: inline-block !important; }
}


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

	.hidden-sm               { display: none !important; }
	.visible-sm              { display: block !important; }
	.visible-sm-block        { display: block !important; }
	.visible-sm-inline       { display: inline !important; }
	.visible-sm-inline-block { display: inline-block !important; }

}

@media (min-width: 992px) and (max-width: 1199px) {

	.hidden-md               { display: none !important; }
	.visible-md              { display: block !important; }
	.visible-md-block        { display: block !important; }
	.visible-md-inline       { display: inline !important; }
	.visible-md-inline-block { display: inline-block !important; }
}

@media (min-width: 1200px) {

	.hidden-lg               { display: none !important; }
	.visible-lg              { display: block !important; }
	.visible-lg-block        { display: block !important; }
	.visible-lg-inline       { display: inline !important; }
	.visible-lg-inline-block { display: inline-block !important; }

}

.visible-print              { display: none !important; }
.visible-print-block        { display: none !important; }
.visible-print-inline       { display: none !important; }
.visible-print-inline-block { display: none !important; }

@media print {

	.hidden-print               { display: none !important; }
	.visible-print              { display: block !important; }
	.visible-print-block        { display: block !important; }
	.visible-print-inline       { display: inline !important; }
	.visible-print-inline-block { display: inline-block !important; }

}

@-ms-viewport { width: device-width; }

/*----------font weight-------------------*/

.fw--light     { font-weight: 300; }
.fw--regular   { font-weight: 400; }
.fw--medium    { font-weight: 500; }
.fw--semibold  { font-weight: 600; }
.fw--extrabold { font-weight: 800; }
.fw--black     { font-weight: 900; }

/*----------font style------------------*/

.txt--uppercase   { text-transform: uppercase; }
.txt--capitalize  { text-transform: capitalize; }
.txt--underline   { text-decoration: underline; }
.txt--linethrough { text-decoration: line-through; }

/*-----------font align -------------------*/

.txt--center { text-align: center; }
.txt--left   { text-align: left; }
.txt--right  { text-align: right; }

/*---------elements align------------------*/

.pull--left  { float: left; }
.pull--right { float: right; }
.pull--none  { float: none; }
.clearfix     { clear: both; }


/*--------elements visibility--------------------*/

.visible   { visibility: visible; }
.invisible { visibility: hidden; }

.opacity--none { opacity: 0; }
.opacity--full { opacity: 1; }

.hide   { display: none !important; }
.show   { display: block !important; }
.hidden { display: none !important; }

/*---------elements position-----------------------*/

.p--relative { position: relative; }
.p--absolute { position: absolute; }
.p--fixed    { position: fixed; }

/*--------overflow---------------------------------*/

.overflow--hidden  { overflow: hidden; }
.overflow--visible { overflow: visible; }
.overflow--auto    { overflow: auto; }

/*----------------------------------------------------------------------------*/
															/*#FONT STYLE*/
/*----------------------------------------------------------------------------*/

.font-playfair { font-family: 'Playfair Display', serif; }
.font-roboto   { font-family: 'Roboto', sans-serif; }

.txt--big {
	font-size: 1.6rem; /*32px*/
	line-height: 1.3;
}

.txt--md {
	font-size: 1.2rem; /*24px*/
	line-height: 1.3;
}

.txt--small {
	font-size: 16px;
	line-height: 1;
}

.txt--0 { font-size: 0; }

/*----------------------------------------------------------------------------*/
                              /*#FONT COLOR*/
/*----------------------------------------------------------------------------*/

.txt--white  { color: #fff; }
.txt--black  { color: #000; }
.txt--dark   { color: #222222; }
.txt--blue   { color: #004c6f; }
.txt--gray   { color: #656565; }
.txt--orange { color: #eca431; }

/*----------------------------------------------------------------------------*/
                         /*#BACKGROUND STYLE*/
/*----------------------------------------------------------------------------*/

.bg--white { background-color: #fff; }
.bg--gray  { background-color: #f4f7fb; }

.bg--darkblue-gradient {
	background: -moz-linear-gradient(0deg, rgba(0,80,117,1) 0%, rgba(0,104,151,1) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0,80,117,1)), color-stop(100%, rgba(0,104,151,1))); /* safari4+,chrome */
	background: -webkit-linear-gradient(0deg, rgba(0,80,117,1) 0%, rgba(0,104,151,1) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(0deg, rgba(0,80,117,1) 0%, rgba(0,104,151,1) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(0deg, rgba(0,80,117,1) 0%, rgba(0,104,151,1) 100%); /* ie10+ */
	background: linear-gradient(90deg, rgba(0,80,117,1) 0%, rgba(0,104,151,1) 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005075', endColorstr='#006897',GradientType=1 ); /* ie6-9 */
}

.bg--lightblue-gradient {
	background: -moz-linear-gradient(270deg, rgba(247,247,249,1) 0%, rgba(223,233,243,1) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(247,247,249,1)), color-stop(100%, rgba(223,233,243,1))); /* safari4+,chrome */
	background: -webkit-linear-gradient(270deg, rgba(247,247,249,1) 0%, rgba(223,233,243,1) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(270deg, rgba(247,247,249,1) 0%, rgba(223,233,243,1) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(270deg, rgba(247,247,249,1) 0%, rgba(223,233,243,1) 100%); /* ie10+ */
	background: linear-gradient(180deg, rgba(247,247,249,1) 0%, rgba(223,233,243,1) 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f9', endColorstr='#f7f7f9',GradientType=0 ); /* ie6-9 */
}

.bg--hero.bg--lightblue-gradient {
	background: -moz-linear-gradient(270deg, #fff 0%, rgba(223,233,243,1) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, rgba(223,233,243,1))); /* safari4+,chrome */
	background: -webkit-linear-gradient(270deg, #fff 0%, rgba(223,233,243,1) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(270deg, #fff 0%, rgba(223,233,243,1) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(270deg, #fff 0%, rgba(223,233,243,1) 100%); /* ie10+ */
	background: linear-gradient(180deg, #fff 0%, rgba(223,233,243,1) 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f9', endColorstr='##fff',GradientType=0 ); /* ie6-9 */
}

.bg--lightblue-gradient--reverse {
	background: -moz-linear-gradient(270deg, rgba(226,235,244,1) 0%, rgba(252,253,254,1) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(226,235,244,1)), color-stop(100%, rgba(252,253,254,1))); /* safari4+,chrome */
	background: -webkit-linear-gradient(270deg, rgba(226,235,244,1) 0%, rgba(252,253,254,1) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(270deg, rgba(226,235,244,1) 0%, rgba(252,253,254,1) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(270deg, rgba(226,235,244,1) 0%, rgba(252,253,254,1) 100%); /* ie10+ */
	background: linear-gradient(180deg, rgba(226,235,244,1) 0%, rgba(252,253,254,1) 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2ebf4', endColorstr='#fcfdfe',GradientType=0 ); /* ie6-9 */
}

.bg--orange-gradient {
	background: -moz-linear-gradient(0deg, rgba(246,220,137,1) 0%, rgba(235,161,44,1) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(246,220,137,1)), color-stop(100%, rgba(235,161,44,1))); /* safari4+,chrome */
	background: -webkit-linear-gradient(0deg, rgba(246,220,137,1) 0%, rgba(235,161,44,1) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(0deg, rgba(246,220,137,1) 0%, rgba(235,161,44,1) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(0deg, rgba(246,220,137,1) 0%, rgba(235,161,44,1) 100%); /* ie10+ */
	background: linear-gradient(90deg, rgba(246,220,137,1) 0%, rgba(235,161,44,1) 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6dc89', endColorstr='#eba12c',GradientType=1 ); /* ie6-9 */
}

.bg--hero { position: relative; }

.bg--hero:before {
	content: "";
	position: absolute;
	left:   0;
	right:  0;
	bottom: 0;
	top:    0;
	background: url(../images/hero-overlay.png) center no-repeat;
	background-size: cover;
	opacity: 0.1;
}

.bg--video {
	background: url(../images/video-bg.jpg) center no-repeat;
	background-size: cover;
}

.bg--box-multiple {
	background-image: url('../images/circles-left.png'), url('../images/circles-right.png');
	background-position: -5% -10%, 105% -10%;
	background-repeat: no-repeat;
}

.bg--circles-multiple {
	background-image: url('../images/circles-img-right.png'), url('../images/circles-img-right.png'), url('../images/circles-img-left.png');
	background-position: -80px 100%, -35px -10px, 106% 100%;
	background-repeat: no-repeat;
}

.bg--pain-quote  {
	background: url('../images/book-1.png') center no-repeat;
	background-size: cover;
}

.bg--stuck-quote {
	background: url('../images/quote-stuck-bg.png') center no-repeat;
	background-size: cover;
}

.bg--book-falling {
	background: url('../images/book-falling.png') no-repeat left 90%;
	background-size: 60%;
}

.bg--children {
	background-image: url('../images/child-water.png'), url('../images/child-water-1.png');
	background-repeat: no-repeat;
	background-position: 100% 0, 0 100%;
	background-size: 40%;
}

.bg--book {
	background: url('../images/open-book.png') no-repeat;
	background-position: center 15px;
	min-height: 915px;
}

/*----------------------------------------------------------------------------*/
                         /*#BUTTON STYLE*/
/*----------------------------------------------------------------------------*/

.btn {
	-webkit-transition: all .3s ease-in-out;
			 -o-transition: all .3s ease-in-out;
					transition: all .3s ease-in-out;
	text-align: center;
}

.btn--xl {
	max-width: 690px;
	width: 100%;
}

.btn--lg {
	max-width: 570px;
	width: 100%
}

.btn--md {
	max-width: 500px;
	width: 100%
}

.btn--sm {
	max-width: 240px;
	width: 100%
}

.btn--xs {
	max-width: 200px;
	width: 100%
}

.btn--blue {
	position: relative;
	border-radius: 60px;
	padding: 15px 10px 20px 10px;
	color: #fff;
	z-index: 2;
}

.btn--blue:hover {
	-webkit-box-shadow: 0 6px 30px 0 rgba(24,83,123,.5);
	   -moz-box-shadow: 0 6px 30px 0 rgba(24,83,123,.5);
			box-shadow: 0 6px 30px 0 rgba(24,83,123,.5);
}

.btn--blue.no-padding { padding: 0; }

.btn--padding { padding: 21px 10px; }

.btn--blue:after,
.btn--blue:before {
	content: "";
	border-radius: 60px;
	position: absolute;
	top:    0;
	left:   0;
	right:  0;
	bottom: 0;
}

.btn--blue:before {
	background: -moz-linear-gradient(0deg, rgba(0,80,117,1) 0%, rgba(0,104,151,1) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0,80,117,1)), color-stop(100%, rgba(0,104,151,1))); /* safari4+,chrome */
	background: -webkit-linear-gradient(0deg, rgba(0,80,117,1) 0%, rgba(0,104,151,1) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(0deg, rgba(0,80,117,1) 0%, rgba(0,104,151,1) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(0deg, rgba(0,80,117,1) 0%, rgba(0,104,151,1) 100%); /* ie10+ */
	background: linear-gradient(90deg, rgba(0,80,117,1) 0%, rgba(0,104,151,1) 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005075', endColorstr='#006897',GradientType=1 ); /* ie6-9 */
	z-index: -1;
	opacity: 1;
	-webkit-transition: all .3s ease-in-out;
		 -o-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
}

.btn--blue:after {
	background: -moz-linear-gradient(0deg, rgba(0,104,151,1) 0%, rgba(0,80,117,1) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0,104,151,1)), color-stop(100%, rgba(0,80,117,1))); /* safari4+,chrome */
	background: -webkit-linear-gradient(0deg, rgba(0,104,151,1) 0%, rgba(0,80,117,1) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(0deg, rgba(0,104,151,1) 0%, rgba(0,80,117,1) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(0deg, rgba(0,104,151,1) 0%, rgba(0,80,117,1) 100%); /* ie10+ */
	background: linear-gradient(90deg, rgba(0,104,151,1) 0%, rgba(0,80,117,1) 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006897', endColorstr='#005075',GradientType=1 ); /* ie6-9 */
	z-index: -1;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	     -o-transition: all .3s ease-in-out;
	        transition: all .3s ease-in-out;
}

.btn--blue:hover:after  { opacity: 1; }

.btn--twopart {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	   -ms-flex-pack: justify;
	 justify-content: space-between;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}

.btn-content {
	display: block;
	width: 80%;
	text-align: center;
	position: relative;
	z-index: 1;
	padding: 0 15px;
}

.btn-content .txt--big {
	display: block;
	margin-bottom: 3px;
	line-height: 1;
}

.btn--md .btn-content .txt--big {
	font-size: 28px;
	line-height: 1;
}

.btn-icon {
	position: absolute;
	right:  10px;
	top:    0;
	bottom: 0;
	width: 20%;
	border-top-right-radius:    60px;
	border-bottom-right-radius: 60px;
	border-left: 2px solid #005881;
	overflow: hidden;
}

.btn-icon-img {
	max-width: 40px;
	width: 100%;
	position: absolute;
	top:  50%;
	left: 50%;
	-webkit-transform: translate3d(-50%,-50%, 0);
			-ms-transform: translate3d(-50%,-50%, 0);
					transform: translate3d(-50%,-50%, 0);
	-webkit-transition: all .3s ease-in-out;
			 -o-transition: all .3s ease-in-out;
					transition: all .3s ease-in-out;
}

.btn-icon-img--books {
	max-width: 20px;
	position: absolute;
	top: -100px;
	left:  60%;
	-webkit-transform: translate(-50%,-50%) rotate(0deg);
			-ms-transform: translate(-50%,-50%) rotate(0deg);
					transform: translate(-50%,-50%) rotate(0deg);
}

.btn--twopart:hover .btn-icon-img--books {
	-webkit-animation-name: books;
					animation-name: books;
	-webkit-animation-fill-mode: forwards;
					animation-fill-mode: forwards;
	-webkit-animation-duration: .3s;
					animation-duration: .3s;
}

@-webkit-keyframes books {
	0% {
		top: -200px;
		-webkit-transform: translate(-50%,-50%) rotate(0deg);
						transform: translate(-50%,-50%) rotate(0deg);
	}
	50% {
		top: 50%;
		-webkit-transform: translate(-50%,-50%) rotate(0deg);
						transform: translate(-50%,-50%) rotate(0deg);
	}
	100% {
		top: 40%;
		-webkit-transform: translate(-50%,-50%) rotate(45deg);
						transform: translate(-50%,-50%) rotate(45deg);
	}
}

@keyframes books {
	0% {
		top: -200px;
		-webkit-transform: translate(-50%,-50%) rotate(0deg);
						transform: translate(-50%,-50%) rotate(0deg);
	}
	50% {
		top: 50%;
		-webkit-transform: translate(-50%,-50%) rotate(0deg);
						transform: translate(-50%,-50%) rotate(0deg);
	}
	100% {
		top: 40%;
		-webkit-transform: translate(-50%,-50%) rotate(45deg);
						transform: translate(-50%,-50%) rotate(45deg);
	}
}

.btn--twopart:hover .btn-icon-img {
	-webkit-animation-name: cart;
					animation-name: cart;
	-webkit-animation-fill-mode: forwards;
					animation-fill-mode: forwards;
	-webkit-animation-duration: .3s;
					animation-duration: .3s;
	-webkit-animation-delay: .1s;
					animation-delay: .1s;
}

.btn--blue.btn--twopart:hover:after { opacity: 0; }

@-webkit-keyframes cart {
	0% {
		-webkit-transform: translate3d(-50%,-50%, 0);
						transform: translate3d(-50%,-50%, 0);
	}
	25% {
		-webkit-transform: translate3d(-50%,-40%, 0);
						transform: translate3d(-50%,-40%, 0);
	}
	50% {
		-webkit-transform: translate3d(-60%,-40%, 0);
						transform: translate3d(-60%,-40%, 0);
	}
	75% {
		-webkit-transform: translate3d(-40%,-40%, 0);
						transform: translate3d(-40%,-40%, 0);
	}
	100% {
		-webkit-transform: translate3d(-50%,-50%, 0);
						transform: translate3d(-50%,-50%, 0);
	}
}

@keyframes cart {
	0% {
		-webkit-transform: translate3d(-50%,-50%, 0);
						transform: translate3d(-50%,-50%, 0);
	}
	25% {
		-webkit-transform: translate3d(-50%,-40%, 0);
						transform: translate3d(-50%,-40%, 0);
	}
	50% {
		-webkit-transform: translate3d(-60%,-40%, 0);
						transform: translate3d(-60%,-40%, 0);
	}
	75% {
		-webkit-transform: translate3d(-40%,-40%, 0);
						transform: translate3d(-40%,-40%, 0);
	}
	100% {
		-webkit-transform: translate3d(-50%,-50%, 0);
						transform: translate3d(-50%,-50%, 0);
	}
}


/*----------------------------------------------------------------------------*/
                                /*#IMAGE STYLE*/
/*----------------------------------------------------------------------------*/

.img--fluid  { max-width: 100%; }

.img-circle  { border-radius: 50%; }

.img-rounded { border-radius: 6px; }

.img--limited { max-width: 590px; }

.img--shadow {
	-webkit-box-shadow: 0 15px 40px 4px rgba(0,0,0,.2);
		 -moz-box-shadow: 0 15px 40px 4px rgba(0,0,0,.2);
	        box-shadow: 0 15px 40px 4px rgba(0,0,0,.2);
}

.img--big-shadow {
	-webkit-box-shadow: 45px 54px 127px 8px rgba(0,0,0,.47);
		 -moz-box-shadow: 45px 54px 127px 8px rgba(0,0,0,.47);
					box-shadow: 45px 54px 127px 8px rgba(0,0,0,.47);
}

.img--big-shadow-lighter {
	-webkit-box-shadow: 45px 54px 127px 2px rgba(0,0,0,.33);
		 -moz-box-shadow: 45px 54px 127px 2px rgba(0,0,0,.33);
					box-shadow: 45px 54px 127px 2px rgba(0,0,0,.33);
}

/*----------------------------------------------------------------------------*/
															/*#INPUT STYLE*/
/*----------------------------------------------------------------------------*/

input:not([type='submit']) {
	width: 100%;
	border: 1px solid #f5f5f5;
	border-radius: 60px;
	padding: 20px 30px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 1;
}

input::-webkit-input-placeholder { color: #b4b4b4; }
input:-ms-input-placeholder      { color: #b4b4b4; }
input::-ms-input-placeholder     { color: #b4b4b4; }
input::placeholder               { color: #b4b4b4; }

input[type='submit'] {
	border: none;
	border-radius: 60px;
	width: 100%;
	background: transparent;
	font-weight: 700;
	font-size: 20px;
}

/*----------------------------------------------------------------------------*/
														/*#LISTS STYLE*/
/*----------------------------------------------------------------------------*/

ul {
	padding-left: 25px;
	margin-bottom: 50px;
}

li {
	position: relative;
	padding-left: 30px;
}

li:before {
	position: absolute;
	left: 0;
	top:  0;
}

ul.arrow li { margin-bottom: 20px; }

ul.arrow li:before    { content: url(../images/list-icon.png); }

ul.bookmark li:before { content: url(../images/list-icon-bookmark.png); }



/*----------------------------------------------------------------------------*/
														/*#LINES STYLE*/
/*----------------------------------------------------------------------------*/

.line--bg {
	display: inline;
	position: relative;
	z-index: 1;
}

.line--bg:before {
	content: "";
	position: absolute;
	bottom: 8px;
	left:   0;
	right:  0;
	z-index: -1;
	width: 100%;
	height: 10px;
	background-color: #faeec5;
}

.step .line--bg:before {
	bottom: 3px;
	height: 6px;
}

.line--left {
	position: relative;
}

.line--left:before {
	content: "";
	height: 2px;
	width: 80px;
	background-color: #f6de8b;
	position: absolute;
	left: -110px;
	top: 	  50%;
	-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
					transform: translateY(-50%);
}

.line--after { position: relative; }

.line--after:after {
	content: "";
	width: 50px;
	height: 1px;
	background-color: #f6de8b;
	display: block;
	margin: 20px auto;
}

/*----------------------------------------------------------------------------*/
                          /*#CONTAINER STYLE*/
/*----------------------------------------------------------------------------*/

.container--full {
	width: 100%;
	padding-left:  15px;
	padding-right: 15px;
}

.container {
	max-width: 1220px;
	width: 100%;
	margin: 0 auto;
	padding-left:  15px;
	padding-right: 15px;
}

.container--lg {
	max-width: 970px;
	width: 100%;
	margin: 0 auto;
	padding-left:  15px;
	padding-right: 15px;
}

.container--md {
	max-width: 920px;
	width: 100%;
	margin: 0 auto;
	padding-left:  15px;
	padding-right: 15px;
}

.container--sm {
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
	padding-left:  15px;
	padding-right: 15px;
}

.container--xs {
	max-width: 780px;
	width: 100%;
	margin: 0 auto;
	padding-left:  15px;
	padding-right: 15px;
}

.author-content {
	width: 85%;
	margin-left: auto;
}

.book-container {
	min-height: 970px;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
		 -ms-flex-pack: justify;
	 justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: wrap row;
	    flex-flow: wrap row;
}

.book-container .box { min-height: 400px; }

.book-pages { width: 100%; }

.book-page {
	width: 85%;
	padding: 85px 10px;
}

.book-txt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: wrap columnn;
		flex-flow: wrap column;
	-webkit-box-pack: start;
	   -ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
		 -ms-flex-align: start;
	align-items: flex-start;
	min-height: 230px;
}

.book-page.right { margin-left: auto; }

.typer::after { display: none; }


/*----------------------------------------------------------------------------*/
/*#PADDING STYLE*/
/*----------------------------------------------------------------------------*/

.p--0  { padding: 0; }

/*padding bottom*/
.pb--0   { padding-bottom: 0!important; }

.pb--10p { padding-bottom: 10%!important; }

/*padding top*/


.hero--padding { padding-top: 100px; }

.section--padding    {
	padding-top:    100px;
	padding-bottom: 100px;
}

.section--padding-md {
	padding-top:    60px;
	padding-bottom: 60px;
}

.section--padding-sm {
	padding-top:    40px;
	padding-bottom: 40px;
}

.col--padding {
	padding-top:    15px;
	padding-bottom: 15px;
}

.col--pl { padding-left: 60px; }


/*----------------------------------------------------------------------------*/
/*#MARGIN STYLE*/
/*----------------------------------------------------------------------------*/

/*gloabl*/
.m--0    { margin: 0 }

/*margin bottom*/
.mb--10  { margin-bottom: 10px; }

.mb--30  { margin-bottom: 30px; }

.mb--50  { margin-bottom: 50px; }

.mb--5p  { margin-bottom: 5%; }

.mb--10p { margin-bottom: 10%; }

/*left*/
.ml--30  { margin-left: 30px; }


.center-block {
	display: block;
	margin-left:  auto;
	margin-right: auto;
}

/*----------------------------------------------------------------------------*/
/*#HEADER STYLE*/
/*----------------------------------------------------------------------------*/

/*header*/
.header {
	position: fixed;
	background-color: transparent;
	top:   0;
	left:  0;
	right: 0;
	-webkit-transition: all .3s ease-in-out;
	     -o-transition: all .3s ease-in-out;
	        transition: all .3s ease-in-out;
	padding: 0 40px;
	z-index: 9999;
	min-height: 100px;
	box-shadow: none;
}

.header.sticky {
	background-color: #fff;
	min-height: initial;
	-webkit-box-shadow: 0 4px 25px -6px rgba(0,0,0,.2);
		 -moz-box-shadow: 0 4px 25px -6px rgba(0,0,0,.2);
					box-shadow: 0 4px 25px -6px rgba(0,0,0,.2);
}

/*logo*/
.logo {
	display: block;
	max-width: 370px;
	width: 100%;
	font-size: 0;
	-webkit-transition: all .3s ease-in-out;
			 -o-transition: all .3s ease-in-out;
					transition: all .3s ease-in-out;
}

.header.sticky .logo { max-width: 240px; }

.logo img { margin-top: 25px; }

.header.sticky .logo img { margin-top: 15px; }

/*navigation*/
.nav {
	display: block;
	margin-bottom: 0;
	padding-left:   0;
	padding-right: 9%;
	font-size: 0;
}

.nav li {
	display: inline-block;
	margin-bottom: 0;
	font-size: 0;
	line-height: 0;
	padding: 40px 20px;
}

.nav-item {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 1;
	color: #004c6f;
	text-transform: capitalize;
	-webkit-transition: all .3s ease-in-out;
			 -o-transition: all .3s ease-in-out;
					transition: all .3s ease-in-out;
	position: relative;
}

.nav-item:after,
.footer-item a:after {
	content: "";
	position: absolute;
	left: 	0;
	right:  0;
	bottom: -5px;
	width: 100%;
	height: 1px;
	opacity: 0;
	-webkit-transform: scale(0,0);
			-ms-transform: scale(0,0);
					transform: scale(0,0);
	background-color: #004c6f;
	-webkit-transition: all .3s ease-in-out;
			 -o-transition: all .3s ease-in-out;
					transition: all .3s ease-in-out;
}

.footer-item a:after { background-color: #181818; }

.nav-item:hover:after,
.footer-item a:hover:after {
	opacity: 1;
	-webkit-transform: scale(1,1);
			-ms-transform: scale(1,1);
					transform: scale(1,1);
}

.header.sticky li { padding: 28px 20px; }


.menu-trigger {
	display: none;
	width:  35px;
	height: 26px;
	position: absolute;
	top:   50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
	cursor: pointer;
	overflow: hidden;
}

.menu-trigger span {
	display: block;
	position: absolute;
	right: 0;
	height: 2px;
	background-color: #000;
	width: 100%;
	-webkit-transition: all .3s ease-in-out;
					transition: all .3s ease-in-out;
	-webkit-backface-visibility: hidden;
					backface-visibility: hidden;
}

.menu-trigger span:nth-child(1) {
	top: 0;
	-webkit-transform: rotate(0deg);
					transform: rotate(0deg);
}

.menu-trigger span:nth-child(2) {
	top: 10px;
	width: 70%;
}

.menu-trigger span:nth-child(3) {
	top: 20px;
}

body.menu-open .menu-trigger span:nth-child(1) {
	top: 12px;
	-webkit-transform: rotate(-45deg);
					transform: rotate(-45deg);
}

body.menu-open .menu-trigger span:nth-child(2) {
	right: -200%;
}

body.menu-open .menu-trigger span:nth-child(3) {
	top: 12px;
	-webkit-transform: rotate(45deg);
					transform: rotate(45deg);
}

body.menu-open .header { background-color: #fff; }

body.menu-open { overflow: hidden; }

/*----------------------------------------------------------------------------*/
/*#HERO STYLE*/
/*----------------------------------------------------------------------------*/

.hero-txt {
	font-size: 24px;
	line-height: 1.3;
	font-weight: 300;
	margin-bottom: 40px;
}

.hero-img { margin-bottom: -140px; }

/*----------------------------------------------------------------------------*/
/*#HERO LOGO ROW STYLE*/
/*----------------------------------------------------------------------------*/

.logo-row {
	padding: 70px 0 20px;
}

.logo-row p { opacity: 0.7; }

.logo-row__item {
	max-width: 110px;
	width: 100%;
	font-size: 0;
}

.logo-row__item img { opacity: 0.6; }

/*----------------------------------------------------------------------------*/
/*#ORDER LOGO ROW STYLE*/
/*----------------------------------------------------------------------------*/

.logo-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: wrap row;
			flex-flow: wrap row;
	-webkit-box-pack: justify;
		 -ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	max-width: 830px;
	width: 100%;
	margin: 0 auto;
}

.logo-item {
	padding: 15px;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 25%;
			flex: 1 0 25%;
}

.logo-item.removable { display: none; }

.logo-item:nth-child(1),
.logo-item:nth-child(2) {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 50%;
	flex: 1 0 50%;
}

.logo-holder.three .logo-item:nth-child(1),
.logo-holder.three .logo-item:nth-child(2),
.logo-holder.three .logo-item:nth-child(3){
	-webkit-box-flex: 1;
	-ms-flex: 1 0 33.33%;
	flex: 1 0 33.33%;
}



.logo-holder:after {
	content: url('../images/arrow-down.png');
	position: absolute;
	bottom: -40%;
	left:    50%;
	-webkit-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
					transform: translateX(-50%);
}

.logo-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	   -ms-flex-pack: center;
	 justify-content: center;
	-webkit-box-align: center;
	   -ms-flex-align: center;
	      align-items: center;
	font-size: 0;
	background: #fff;
	width:  100%;
	height: 100%;
	padding: 35px 20px;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 14px 2px rgba(0,0,0,.1);
	   -moz-box-shadow: 0 5px 14px 2px rgba(0,0,0,.1);
	        box-shadow: 0 5px 14px 2px rgba(0,0,0,.1);
	-webkit-transition: all .3s ease-in-out;
			 -o-transition: all .3s ease-in-out;
					transition: all .3s ease-in-out;
}

.logo-wrapper:hover {
	-webkit-box-shadow: 0 8px 23px 7px rgba(0,0,0,.1);
	   -moz-box-shadow: 0 8px 23px 7px rgba(0,0,0,.1);
	        box-shadow: 0 8px 23px 7px rgba(0,0,0,.1);
}

/*----------------------------------------------------------------------------*/
/*#FULLWIDTH VIDEO STYLE*/
/*----------------------------------------------------------------------------*/

.video { height: 460px; }

.video-fullwidth {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
		justify-content: center;
	-webkit-box-align: end;
		 -ms-flex-align: end;
				align-items: flex-end;
	width: 100%;
	min-height: 550px;
	position: relative;
	padding: 5% 20px;
}


.video-txt {
	display: block;
	text-align: center;
	font-family: 'Playfair Display', serif;
	color: #fff;
	font-size: 36px;
	line-height: 1.2;
}

.video-icon,
.video-icon:after,
.video-icon:before {
	display: block;
	position: absolute;
	top:  50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
			-ms-transform: translate(-50%,-50%);
					transform: translate(-50%,-50%);
	border-radius: 50%;
}

.video-icon:after,
.video-icon:before {
	content: "";
	width:  110px;
	height: 110px;
	background: #fff;
}

.video-icon {
	box-sizing: content-box;
	z-index: 10;
	width: 	32px;
	height: 44px;
	padding: 18px 20px 18px 28px;
}

.video-icon:before {
	z-index: 0;
	-webkit-animation: pulse-border 1500ms ease-out infinite;
					animation: pulse-border 1500ms ease-out infinite;
}

.video-icon:after {
	z-index: 1;
	-webkit-transition: all .3s ease-in-out;
			 -o-transition: all .3s ease-in-out;
					transition: all .3s ease-in-out;
}

.video-icon:hover:after { background-color: rgba(255,255,255,.8); }


/*play icon*/
.video-icon span {
	display: block;
	position: relative;
	z-index: 3;
	width:  0;
	height: 0;
	border-left: 	 32px solid #005880;
	border-top: 	 22px solid transparent;
	border-bottom: 22px solid transparent;
}

@-webkit-keyframes pulse-border {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
						transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
						transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

@keyframes pulse-border {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
						transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
						transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}



/*----------------------------------------------------------------------------*/
/*#BOX STYLE*/
/*----------------------------------------------------------------------------*/

.box {
	position: relative;
	width: 90%;
	margin: 0 auto;
}

.box.box--smaller { width: 80%; }

.box--up {
	margin-top: -9%;
	padding-top:    13%;
	padding-bottom: 40px;
}

.box--white {
	background: #fff;
	border: 1px dashed #abc2d8;
}

.box--padding { padding: 30px 20px; }

.arrow-translate {
	-webkit-transform: translateY(-30px);
			-ms-transform: translateY(-30px);
					transform: translateY(-30px);
}

/*----------------------------------------------------------------------------*/
/*#CARD STYLE*/
/*----------------------------------------------------------------------------*/

.card {
	height: 100%;
	position: relative;
	background-color: #fff;
	border-radius: 5px;
	-webkit-box-shadow: 0 2px 35px 14px rgba(0,76,111,.13);
	   -moz-box-shadow: 0 2px 35px 14px rgba(0,76,111,.13);
	        box-shadow: 0 2px 35px 14px rgba(0,76,111,.13);
}

.card:after {
	content: "";
	width: 90%;
	height: 10px;
	position: absolute;
	bottom: -10px;
	left:    50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	background-color: #e5eaf3;
	border-bottom-left-radius:  5px;
	border-bottom-right-radius: 5px;
}

.card__img {
	position: relative;
	overflow: hidden;
	height: 220px;
	background-position: center 40px;
	background-repeat: no-repeat;
}

.card__img.left { background-position: -60px 10px; }

.card__img.smaller {
	background-position: center 20px;
	background-size: 50%;
}

.card__bonus {
	display: block;
	width: 100%;
	font-family: 'Playfair Display', serif;
	font-size: 24px;
	line-height: 1;
	color: #004c6f;
	text-align: center;
	padding: 10px;
	background-color: #f6de8b;
	-webkit-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
					transform: rotate(45deg);
	position: absolute;
	right: -37%;
	top:    35px;
}

.card__content { padding: 5px 30px 30px; }

.card__title {
	border-bottom: 2px solid #f6de8b;
	margin-bottom: 20px;
}

.card__text {
	min-height: 130px;
	font-size: 16px;
	line-height: 21px;
	font-weight: 400;
	margin-bottom: 0;
}

/*----------------------------------------------------------------------------*/
/*#CAROUSEL STYLE*/
/*----------------------------------------------------------------------------*/

.quote-mark {
	width:  150px;
	height: 150px;
	position: absolute;
	top: 150px;
	left: 50%;
	-webkit-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
					transform: translateX(-50%);
}

.quote-mark i {
	font-size: 50px;
	color: #fbf2d1;
}

.carousel-item {
	padding: 40px 30px;
	border-radius: 7px;
}

.carousel-content {
	min-height: 285px;
}

.carousel-content .txt--small { line-height: 1.4; }

.carousel-img {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width:  80px;
	height: 80px;
	border-radius: 60px;
	overflow: hidden;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.carousel-author { padding-left: 10px; }

.owl-carousel { padding: 80px 0; }

.owl-carousel .owl-stage { padding-left:  0!important; }

.owl-theme .owl-nav {
	text-align: left;
	position: absolute;
	top: -30px;
}

.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next,
.owl-theme .owl-nav .owl-prev:hover,
.owl-theme .owl-nav .owl-next:hover {
	background: transparent;
}

.owl-theme .owl-nav .owl-prev i,
.owl-theme .owl-nav .owl-next i {
	font-size: 60px;
	-webkit-transition: all .3s ease-in-out;
		 -o-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}

.owl-theme .owl-nav .owl-next i { color: #f6de8b; }

.owl-theme .owl-nav .owl-prev i { color: #c0c0c0; }

.owl-theme .owl-nav .owl-prev:hover i { color: #f6de8b; }

.owl-theme .owl-nav .owl-next:hover i {
	-webkit-transform-origin: left;
		-ms-transform-origin: left;
			transform-origin: left;
	-webkit-transform: scaleX(1.1) translateX(5px);
		-ms-transform: scaleX(1.1) translateX(5px);
			transform: scaleX(1.1) translateX(5px);
}

.owl-theme .owl-nav .owl-prev:hover i {
	-webkit-transform-origin: right;
		-ms-transform-origin: right;
			transform-origin: right;
	-webkit-transform: scaleX(1.1) translateX(-5px);
		-ms-transform: scaleX(1.1) translateX(-5px);
			transform: scaleX(1.1) translateX(-5px);
}

.owl-theme .owl-nav .owl-prev.disabled i,
.owl-theme .owl-nav .owl-next.disabled i { color: #c0c0c0; }

.owl-carousel .owl-stage-outer:after {
	content:"";
	position: absolute;
	left:   0;
	right:  0;
	top:    0;
	bottom: 0;
	background: -moz-linear-gradient(0deg, transparent 0%, transparent 70%, rgba(247,247,249,1) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, transparent), color-stop(70%, transparent), color-stop(100%, rgba(255,255,255,1))); /* safari4+,chrome */
	background: -webkit-linear-gradient(0deg, transparent 0%, transparent 70%, rgba(247,247,249,1) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(0deg, transparent 0%, transparent 70%, rgba(247,247,249,1) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(0deg, transparent 0%, transparent 70%, rgba(247,247,249,1) 100%); /* ie10+ */
	background: linear-gradient(90deg, transparent 0%, transparent 70%, rgba(247,247,249,1) 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#transparent', endColorstr='#ffffff',GradientType=1 ); /* ie6-9 */
	pointer-events: none;
}

.owl-theme .owl-dots { padding: 30px 0 0; }

.owl-theme .owl-dots .owl-dot span {
	width:  20px;
	height: 20px;
	background: #E1E9F4;
	-webkit-transition: all .3s ease-in-out;
		 -o-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span { background: #F3DE86 ;}

/*----------------------------------------------------------------------------*/
/*#CIRCLES STYLE*/
/*----------------------------------------------------------------------------*/

.circles {
	position: absolute;
	z-index: -1;
}

.circles--left  {
	left: -100px;
	top:    30px
}

.circles--right {
	right: -100px;
	top:    -30px;
}

/*----------------------------------------------------------------------------*/
/*#QUOTES STYLE*/
/*----------------------------------------------------------------------------*/

.parallax-window-first {
	background: url('../images/book-1.png') center no-repeat;
	background-attachment: fixed;
	max-height: 340px;
	padding: 80px 20px 40px 20px;
	overflow: hidden;
	background-size: cover;
}

.parallax-window-second {
	background: url('../images/book-2.png') center no-repeat;
	background-attachment: fixed;
	max-height: 340px;
	overflow: hidden;
	padding: 80px 20px 40px 20px;
	margin-bottom: 5%;
	background-size: cover;
}

.quote-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	    flex-direction: column;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
		justify-content: center;
	max-width: 600px;
	width: 100%;
	min-height: 310px;
}

.quote-holder h4 { font-size: 32px; }

.parallax-window-first .quote-holder { min-height: 240px; }

.quote-author {
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	line-height: 1;
	font-weight: 300;
	color: #fff;
	opacity: 0.6;
}

/*----------------------------------------------------------------------------*/
/*#PROGRESS BAR STYLE*/
/*----------------------------------------------------------------------------*/

.section-progress {
	margin-top: -9%;
	padding: 15px;
}

.progress-bar-holder {
	position: relative;
	max-width: 970px;
	width: 100%;
	margin: 0 auto;
	padding: 30px;
	background-color: #fff;
	border-radius: 5px;
	-webkit-box-shadow: 0 2px 35px 14px rgba(0,76,111,.13);
		 -moz-box-shadow: 0 2px 35px 14px rgba(0,76,111,.13);
					box-shadow: 0 2px 35px 14px rgba(0,76,111,.13);
	z-index: 2;
}

.progress-bar-holder:before,
.progress-bar-holder:after {
	content: "";
	display: block;
	margin: 0 auto;
	border-bottom-left-radius:  5px;
	border-bottom-right-radius: 5px;
	position: absolute;
	left:  0;
	right: 0;
}

.progress-bar-holder:before {
	width: 93%;
	height: 10px;
	bottom: -10px;
	background-color: #e9edf5;
	z-index: 1;
}

.progress-bar-holder:after {
	width: 85%;
	height: 20px;
	bottom: -20px;
	background-color: #d8dfec;
	z-index: 0;
}


.progress-bar-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	   -ms-flex-pack: justify;
	 justify-content: space-between;
	-webkit-box-align: center;
	   -ms-flex-align: center;
	      align-items: center;
	padding: 20px 0;
}

.progress-bar-values-item {
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	line-height: 1;
	font-weight: 700;
	color: #979797;
	-webkit-transition: all 0.7s ease-in-out;
	     -o-transition: all 0.7s ease-in-out;
	        transition: all 0.7s ease-in-out;
	opacity: 1;
	position: relative;
}

.progress-bar-values-item:nth-child(3) { color: #004c6f; }

.milestone-gif {
	position: absolute;
	left: -40px;
	right:  0;
	bottom: 0;
	top:  -40px;
	max-width: 170px;
	z-index: -1;
	opacity: 0;
}

.progress-bar-values-item:first-child .milestone-gif { left: -65px; }

.progress-bar-values-item.reached {
	-webkit-animation-name: text-change;
					animation-name: text-change;
	-webkit-animation-duration: 1s;
					animation-duration: 1s;
	-webkit-animation-fill-mode: forwards;
					animation-fill-mode: forwards;
}

.progress-bar-values-item.reached.final {
	-webkit-animation-name: text-change-transparent;
					animation-name: text-change-transparent;
	-webkit-animation-duration: 1s;
					animation-duration: 1s;
	-webkit-animation-fill-mode: forwards;
					animation-fill-mode: forwards;
}

@-webkit-keyframes text-change-transparent {
	0%   { color: transparent; }
	100% { color: #e5c363; }
}
@keyframes text-change-transparent {
	0%   { color: transparent; }
	100% { color: #e5c363; }
}

@-webkit-keyframes text-change {
	0%   { color: #4d4d4d; }
	100% { color: #e5c363; }
}
@keyframes text-change {
	0%   { color: #4d4d4d; }
	100% { color: #e5c363; }
}

.progress-bar-values-item.reached .milestone-gif {
	-webkit-animation-name: fireworks;
					animation-name: fireworks;
	-webkit-animation-duration: 2s;
					animation-duration: 2s;
}

.progress-bar-values-item.final .milestone-gif {
	max-width: 270px;
	left: -60px;
	top:  -70px;
}

@-webkit-keyframes fireworks {
	0%   { opacity: 0; }
	50%  { opacity: 1; }
	100% { opacity: 0; }
}
@keyframes fireworks {
	0%   { opacity: 0; }
	50%  { opacity: 1; }
	100% { opacity: 0; }
}

.progress-bar-values-item:last-child {
	font-weight: 800;
	color: #eba12c;
	-webkit-transition: all 2s ease-in-out;
			 -o-transition: all 2s ease-in-out;
					transition: all 2s ease-in-out;
}

.progress-bar {
	height: 50px;
	width:  100%;
	background-color: #f1efea;
	overflow: hidden;
}

.progress {
	display: block;
	width: 0;
	height: 100%;
	padding: 12px;
	text-align: center;
	background: #eba12c;
	background: -moz-linear-gradient(0deg, #f6dd89 0%, #eba12c 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f6dd89), color-stop(100%, #eba12c)); /* safari4+,chrome */
	background: -webkit-linear-gradient(0deg, #f6dd89 0%, #eba12c 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(0deg, #f6dd89 0%, #eba12c 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(0deg, #f6dd89 0%, #eba12c 100%); /* ie10+ */
	background: linear-gradient(90deg, #f6dd89 0%, #eba12c 100%); /* w3c */
	filter: none!important; /* ie6-9 */
	-webkit-transition: all 2s ease-in-out;
			 -o-transition: all 2s ease-in-out;
					transition: all 2s ease-in-out;
	overflow: hidden;
}

.progress-bar-text {
	display: inline-block;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	line-height: 1;
	font-weight: 300;
	opacity: 0;
	-webkit-transition: all .3s .7s ease-in-out;
			 -o-transition: all .3s .7s ease-in-out;
					transition: all .3s .7s ease-in-out;
}

.progress-bar-footer-item {
	font-family: 'Roboto', sans-serif;
	display: block;
	font-size: 18px;
	line-height: 1;
	color: #979797;
	font-weight: 300;
}

.progress-bar-footer-item:last-child {
	font-size: 32px;
	font-weight: 700;
	color: #eca431;
}

/*----------------------------------------------------------------------------*/
/*#FOOTER STYLE*/
/*----------------------------------------------------------------------------*/

.footer-menu {
	display: inline-block;
	margin-bottom: 0;
}

.footer-item {
	display: inline-block;
	margin-bottom: 20px;
	padding: 5px 15px;
}

.footer-item a {
	position: relative;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 1;
	font-weight: 400;
	color: #181818;
}

.footer-copyright {
	display: block;
	font-size: 16px;
	line-height: 1;
	color: #181818;
}

/*----------------------------------------------------------------------------*/
/*#PARTICLES STYLE*/
/*----------------------------------------------------------------------------*/

.particles--above {
	position: relative;
	z-index: 1;
}

.particles-container {
	height: 100%;
	position: absolute;
	z-index: 0;
	overflow: hidden;
}

.particles-container:after {
	content: "";
	position: absolute;
	top:    0;
	bottom: 0;
	width: 100%;
	background: -moz-linear-gradient(270deg, rgba(247,247,249,1) 0%, transparent 50%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(247,247,249,1)), color-stop(50%, transparent)); /* safari4+,chrome */
	background: -webkit-linear-gradient(270deg, rgba(247,247,249,1) 0%, transparent 50%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(270deg, rgba(247,247,249,1) 0%, transparent 50%); /* opera 11.10+ */
	background: -ms-linear-gradient(270deg, rgba(247,247,249,1) 0%, transparent 50%); /* ie10+ */
	background: linear-gradient(180deg, rgba(247,247,249,1) 0%, transparent 50%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f9', endColorstr='transparent',GradientType=0 ); /* ie6-9 */
}

.particles-container.left-top {
	left: 0;
	top:  0;
}

.particles-container.left-bottom {
	left:   0;
	bottom: 0;
}

.particles-container.right-top {
	right: 0;
	top:   0;
}

.particles-container.right-bottom {
	right:  0;
	bottom: 0;
}

/*----------------------------------------------------------------------------*/
/*#ERRORS STYLE*/
/*----------------------------------------------------------------------------*/

.mt--20 { margin-top: 20px; }

.parsley-errors-list {
	padding-left: 0;
	text-align: left;
	margin-bottom: 0;
	position: relative;
}

.parsley-errors-list li {
	font-size: 14px;
	margin-bottom: 0;
	position: absolute;
	left: 0;
	bottom: -25px;
	color: red;
}

/* IE 10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

	.sticky.header li { padding: 38px 20px; }

	img.img--big-shadow {
		-webkit-box-flex: 1;
				-ms-flex: 1 0 100%;
					flex: 1 0 100%;
	}

	.parallax-window-first,
	.parallax-window-second { background-attachment: inherit!important; }

	.logo-item:nth-child(1),
	.logo-item:nth-child(2) {
		-webkit-flex: 1 0 25%;
			-ms-flex: 1 0 25%;
				flex: 1 0 25%;
	}

	.book-container .row {
		-webkit-box-flex: 1;
				-ms-flex: 1 0 100%;
					flex: 1 0 100%;
	}

	.book-pages.row { margin-top: 80px; }

	.quote-holder { height: 350px; }
}

/*----------------------------------------------------------------------------*/
/*#RESPONSIVE STYLE*/
/*----------------------------------------------------------------------------*/

/*laptop*/
@media screen and (max-width: 1470px) {

	*, html { font-size: 18px; }

	body { overflow-x: hidden; }

	.hero-img { max-width: 130%; }

	ul { margin-bottom: 0; }

	.nav { padding-right: 0; }

	.box { width: 95%; }

	.bg--children {
		background-size: 30%;
		background-position: 100% 10%, 0 100%;
	}

	.hero--padding { padding-top: 130px; }

	.section--padding {
		padding-top:    40px;
		padding-bottom: 40px;
	}

	.section--padding-md {
		padding-top:    30px;
		padding-bottom: 30px;
	}

	.section--padding-sm {
		padding-top:    20px;
		padding-bottom: 20px;
	}


	.video-fullwidth { min-height: 350px; }

	.logo-holder:after { bottom: -30%; }

	.owl-carousel { padding: 50px 0; }

	.carousel-content { min-height: 200px; }

	.carousel-item { padding: 20px; }

	.carousel-item h4 { min-height: 70px; }

	.owl-theme .owl-nav { margin-top: 0; }

	.owl-theme .owl-nav [class*=owl-] {
		margin: 0 10px;
		padding: 0 5px;
	}

	.quote-mark {
		width:  110px;
		height: 110px;
	}

}

/*LG*/
@media screen and (max-width: 1199px) {

	*, html { font-size: 16px; }

	.txt--md {
		font-size: 1.7rem;
		line-height: 1.3;
	}

	.box { width: 100%; }

	.bg--stuck-quote.mb--30 { margin-bottom: 0; }

	p, ul li, ol li {
		font-size: 18px;
		margin-bottom: 20px;
	}

	h1, h2, h3 { margin-bottom: 25px; }

	.img--limited { max-width: 490px; }

	.bg--circles-multiple { background-position: -40% 140%, -40% -50%, 140% 150%; }

	.bg--book-falling { background: none; }

	.section--padding-lg {
		padding-left:  0;
		padding-right: 0;
	}

	.owl-carousel { padding-left: 60px; }

	.txt-lg-center { text-align: center; }

	.quote-mark {
		width:  100px;
		height: 100px;
		top:  110px;
		left: 10px;
		-webkit-transform: translateX(0);
		    -ms-transform: translateX(0);
		        transform: translateX(0);
		z-index: 9;
	}

	.owl-theme .owl-nav {
		text-align: left;
		position: absolute;
		top: -30px;
		left: 50%;
		-webkit-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
				transform: translateX(-50%);
	}

	.carousel-content { min-height: 330px; }

	.bg--children { background-position: 100% 10%, 0 30%; }

	.logo-row { padding: 20px 0 20px; }

	.logo-row__item {
		max-width: 150px;
		width: 100%;
		font-size: 0;
		padding: 20px 0 0;
	}

	.bg--box-multiple { background-position: -35% -35%, 135% -35%; }
}

/*MD*/
@media screen and (max-width: 991px) {

	.book-container {
		padding-right: 0;
		min-height: inherit;
	}

	.book-container .row {
		-webkit-box-flex: 1;
				-ms-flex: 1 0 100%;
					flex: 1 0 100%;
	}

	.box.box--smaller { width: 100%; }

	.book-page {
		width: 100%;
		padding: 30px 110px 0 170px;
	}

	.book-pages {
		background: url(../images/book-full.png) no-repeat;
		background-position: right -30px;
		background-size: cover;
		min-height: 400px;
		padding: 20px 0;
	}

	.book-txt { min-height: 185px; }

	.book-pages.row {
		margin-top: 80px;
		padding-bottom: 0;
		padding-top:   30px;
	}

	.bg--book {
		background: none;
		min-height: inherit;
	}

	.book-txt {
		min-height: inherit;
		margin-bottom: 10px;
	}

	body { overflow-x: visible; }

	.section-progress {
		overflow: hidden;
		padding: 30px;
	}

	*, html { font-size: 14px; }

	h5 {
		font-size: 1.8rem;
		line-height: 1.2;
	}

	.line--bg:before { bottom: 5px; }

	li:last-child { margin-bottom: 0; }

	ul.arrow { margin-bottom: 20px; }

	.logo { max-width: 250px; }

	.carousel-content { min-height: 200px; }

	.step { padding: 20px; }

	.txt-md-center { text-align: center; }

	.txt-md-left   { text-align: left; }

	.txt-md-right  { text-align: right; }

	.center-block-md { margin: 0 auto; }

	.hero-img {
		margin-bottom: 0;
		width: 100%;
		max-width: 280px;
	}

	.circles--right {
		right: 80px;
		top:  -40px;
		-webkit-transform: rotate(110deg);
				-ms-transform: rotate(110deg);
						transform: rotate(110deg);
	}

	.circles--left {
		left: 60px;
		top:  60px;
		-webkit-transform: rotate(-70deg);
				-ms-transform: rotate(-70deg);
						transform: rotate(-70deg);
	}

	.img--limited { max-width: 350px; }

	.quote-mark {
		width:  80px;
		height: 80px;
	}

	.owl-carousel { padding: 50px 0 0 60px; }

	h2.line--left:before { display: none; }

	.author-content {
		width: 100%;
		margin-left: auto;
	}

	.particles-container.right-bottom { display: none; }

	.particles-container.left-bottom {
		left:   0;
		bottom: 0;
		right:  0;
		top:    0;
	}

	.particles-container:after {
		background: -moz-linear-gradient(180deg, rgba(247,247,249,1) 0%, rgba(247,247,249,0.7) 70%, transparent 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(247,247,249,1)), color-stop(70%, rgba(247,247,249,0.7)), color-stop(100%, transparent));
		background: -webkit-linear-gradient(180deg, rgba(247,247,249,1) 0%, rgba(247,247,249,0.7) 70%, transparent 100%);
		background: -o-linear-gradient(180deg, rgba(247,247,249,1) 0%, rgba(247,247,249,0.7) 70%, transparent 100%);
		background: -ms-linear-gradient(180deg, rgba(247,247,249,1) 0%, rgba(247,247,249,0.7) 70%, transparent 100%);
		background: linear-gradient(180deg, rgba(247,247,249,1) 0%, rgba(247,247,249,0.7) 70%, transparent 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f9', endColorstr='transparent',GradientType=0 );
	}

	.bg--circles-multiple,
	.bg--box-multiple { background: none; }

	.card__img { background-size: 80%; }

	.card__img.left {
		background-size: 100%;
		background-position: -30px 10px;
	}

	.progress { padding: 18px 12px; }

	.progress-bar-text { font-size: 15px; }

}

/*SM*/
@media screen and (max-width: 767px) {

	*, html { font-size: 12px; }

	.video { height: 300px; }

	h4 {
		font-size: 2rem;
		line-height: 1.2;
	}

	.header { padding: 0 20px; }

	.logo { max-width: 200px; }

	.header.sticky .logo { max-width: 180px; }

	.logo img { margin-top: 15px; }

	.nav li { padding: 20px 10px;}

	.header.sticky li { padding: 20px 10px; }

	.txt-sm-center { text-align: center; }

	.center-block-sm { margin: 0 auto; }

	.col-sm-padding { padding: 15px; }

	.img-sm-limited { max-width: 240px; }

	.img-sm-smaller {
		max-width: 100%;
		width: 400px;
	}

	.mb--50 { margin-bottom: 20px; }

	.logo-holder .col--padding { padding: 5px; }

	.padding-sm { padding-right: 15px; }

	.quote-mark { top: 80px; }

	.owl-theme .owl-nav { margin-top: 10px; }

	.logo-wrapper { padding: 20px; }

	.logo-item,
	.logo-holder.three .logo-item {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 50%;
		flex: 1 0 50%;
		padding: 8px;
	}

	.logo-holder.three .logo-item:nth-child(1),
	.logo-holder.three .logo-item:nth-child(2),
	.logo-holder.three .logo-item:nth-child(3){
		-webkit-box-flex: 1;
		-ms-flex: 1 0 50%;
		flex: 1 0 50%;
	}

	.img--big-shadow {
		max-width: 100%;
		width: 200px;
	}

	.img--big-shadow-lighter {
		max-width: 100%;
		width: 230px;
		margin-bottom: 40px;
		-webkit-box-shadow: 0 8px 55px 0 rgba(0,0,0,.23);
		   -moz-box-shadow: 0 8px 55px 0 rgba(0,0,0,.23);
				box-shadow: 0 8px 55px 0 rgba(0,0,0,.23);
	}

	.col--pl { padding-left: 15px; }

	.bg--children { background: none; }

	.video-fullwidth { min-height: 300px; }

	.video-icon {
		width:  26px;
		height: 29px;
	}

	.video-icon span {
		border-left:   26px solid #005880;
		border-top:    16px solid transparent;
		border-bottom: 16px solid transparent;
	}

	.video-icon:after,
	.video-icon:before {
		width:  90px;
		height: 90px;
	}

	.video-txt {
		font-size: 25px;
		line-height: 1.2;
	}

	.line--bg:before {
		bottom: 3px;
		height: 8px;
	}

	.circles { display: none; }

	.card__img.left {
		background-size: 60%;
		background-position: center;
	}

	.card__img {
		height: 200px;
		background-size: 50%;
	}

	.card__title .mb--30 { margin-bottom: 15px; }

	.card__text { min-height: inherit; }

	.parallax-window-first,
	.parallax-window-second {
		background-attachment: inherit;
		max-height: 250px;
		padding: 40px 20px 40px 20px;
		margin-bottom: 0;
	}

	.book-container .box { min-height: inherit; }

	.book-page { padding: 20px 80px 0 110px; }

}

/*XS*/
@media screen and (max-width: 575px) {

	.video { height: 250px; }

	.col--pl {
		padding-left:  0;
		padding-right: 0;
	}

	ul { padding-left: 10px; }

	.quote-mark { display: none !important; }

	.owl-carousel .owl-stage-outer:after { display: none; }

	.owl-carousel { padding: 50px 10px 0 10px; }

	.header {
		min-height: inherit;
		padding: 0 10px;
	}

	.hero--padding { padding-top: 70px;  }

	.header .logo { max-width: 180px; }

	.menu-trigger { display: block; }

	body.menu-open .body-overlay {
		position: fixed;
		top:    0;
		left:   0;
		right:  0;
		bottom: 0;
		background-color: rgba(0,0,0,.6);
		z-index: 99;
	}

	.header .nav {
		position: absolute;
		top:    50px;
		left: -280px;
		width:  270px;
		height: 100vh;
		background: #fff;
		padding-top: 20px;
		-webkit-transition: all .3s ease-in-out;
			 -o-transition: all .3s ease-in-out;
				transition: all .3s ease-in-out;
	}

	body.menu-open .header .nav { left: 0; }

	.nav li {
		display: block;
		margin-bottom: 0;
		padding: 15px 20px;
	}

	*, html { font-size: 10px; }

	p, ul li, ol li {
		font-size: 16px;
		margin-bottom: 15px;
	}

	.quote-holder h4 {
		font-size: 2.3rem;
		line-height: 1.2;
	}

	.txt--md {
		font-size: 1.8rem;
		line-height: 1.3;
	}

	.card__img { background-size: 80%; }

	.card__img.left { background-size: 90%; }

	.btn--md .btn-content .txt--big,
	.btn-content .txt--big {
		font-size: 22px;
		line-height: 1;
	}

	.hero-txt {
		text-align: center;
		font-size: 18px;
		line-height: 1.3;
		font-weight: 300;
		margin-bottom: 10px;
	}

	.txt--small {
		font-size: 13px;
		line-height: 1;
	}

	.logo-row__item {
		max-width: 120px;
		padding: 10px 0 0;
	}

	form .col--padding {
		padding-top:    10px;
		padding-bottom: 10px;
	}

	form .btn--padding { padding: 17px 10px; }

	form .btn--sm { max-width: 100%; }

	.parsley-errors-list li { bottom: -20px; }

	input:not([type='submit']) { padding: 15px 30px; }

	.logo-holder:after { bottom: -20%; }

	.footer-item {
		display: block;
		margin-bottom: 0;
		padding: 10px;
	}

	.footer-item a {
		text-align: center;
		font-size: 14px;
	}

	.footer-copyright {
		font-size: 14px;
		margin-top: 10px;
	}

	.txt-xs-left   { text-align: left; }

	.txt-xs-center { text-align: center; }

	.book-page { padding-left: 10px; }

	.book-pages { background-size: inherit; }

	.carousel-item h4 { min-height: inherit; }

	.carousel-content { min-height: 100px; }

	.carousel-item h4.mb--30 { margin-bottom: 20px; }

	.video-fullwidth { min-height: 250px; }

	.progress-bar-values-item,
	.progress-bar-footer-item { font-size: 16px; }

	.progress-bar-footer-item:last-child { font-size: 22px; }

	footer.section--padding-sm { padding: 5px 10px 10px; }

	.footer-item { padding: 5px 10px 0; }

	.section--padding {
		padding-top:    20px;
		padding-bottom: 20px;
	}

	.logo-item:nth-child(1) .logo-wrapper,
	.logo-item:nth-child(2) .logo-wrapper { padding: 30px 20px; }

}
