html, body { overflow-x: hidden; }

body {
	font-family: 'Open Sans';
	color: #000;
}
a { text-decoration: underline; }
a:hover { text-decoration: none; }
.header {
	height: 70px;
	background: rgba(0, 0, 0, 0.67);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
/*
.container {
	padding: 0;
}
*/
.logo {
	width: 320px;
	height: 54px;
	background: url(../i/logo.png);
	float: left;
	margin-top: 10px;
	display: inline-block;
}
.header .social {
	margin-top: 10px;
}
.social .vk {
	display: inline-block;
	float: right;
	margin-left: 10px;
	width: 35px;
	height: 35px;
	background: url(../i/soc-vk.png) top center no-repeat;
	background-size: 35px;
}
.social .fb {
	display: inline-block;
	float: right;
	margin-left: 10px;
	width: 35px;
	height: 35px;
	background: url(../i/soc-fb.png) top center no-repeat;
	background-size: 35px;
}
.social .ig {
	display: inline-block;
	float: right;
	margin-left: 10px;
	width: 35px;
	height: 35px;
	background: url(../i/soc-ig.png) top center no-repeat;
	background-size: 35px;
}
.social .tw {
	display: inline-block;
	float: right;
	margin-left: 10px;
	width: 35px;
	height: 35px;
	background: url(../i/soc-tw.png) top center no-repeat;
	background-size: 35px;
}
.social .yt {
	display: inline-block;
	float: right;
	margin-left: 10px;
	width: 35px;
	height: 35px;
	background: url(../i/soc-yt.png) top center no-repeat;
	background-size: 35px;
}
.social .vk:hover {
	display: inline-block;
	float: right;
	width: 35px;
	height: 35px;
	background: url(../i/soc-vk.png) bottom center no-repeat;
	background-size: 35px;
}
.social .fb:hover {
	display: inline-block;
	float: right;
	width: 35px;
	height: 35px;
	background: url(../i/soc-fb.png) bottom center no-repeat;
	background-size: 35px;
}
.social .ig:hover {
	display: inline-block;
	float: right;
	width: 35px;
	height: 35px;
	background: url(../i/soc-ig.png) bottom center no-repeat;
	background-size: 35px;
}
.social .tw:hover {
	display: inline-block;
	float: right;
	width: 35px;
	height: 35px;
	background: url(../i/soc-tw.png) bottom center no-repeat;
	background-size: 35px;
}
.social .yt:hover {
	display: inline-block;
	float: right;
	width: 35px;
	height: 35px;
	background: url(../i/soc-yt.png) bottom center no-repeat;
	background-size: 35px;
}
.header .pull-right div {
	color: #fff;
}
.header .pull-right a {
	color: #499ee0;
}

.heading {
	font-family: 'Roboto';
	font-size: 51px;
	color: #000;
	text-align: center;
	font-weight: 500;
	text-transform: uppercase;
}


/* ******** SECTION 1 ******** */
.section1 {
	height: 820px;
	background: url(../i/bg-1.jpg) top center no-repeat;
	position: relative;
	padding-top: 110px;
}
.section1 .container {
	position: relative;
}
.section1 .main-logo {
	width: 1072px;
	max-width: 100%;
	height: auto;
	max-height: 240px;
	display: inline-block;
	margin-bottom: 20px;
	text-align: center;
}

.section1 .main-logo img {
	max-width: 100%;
	width: 100%;
	height: auto;
}

.section1 .form {
	padding: 20px 60px;
	background: rgba(104,104,104,.52);
	width: 570px;
	margin: 0 auto;
}
.section1 .preform {
	width: 427px;
	height: 36px;
	background: url(../i/text-preform.png);
	display: block;
	margin-bottom: 10px;
}
.section1 .form input {
	width: 100%;
	background: #fff;
	color: #000;
	height: 50px;
	border: 0px;
	padding: 0 20px;
	border-radius: 3px;
	margin-bottom: 5px;
}
.section1 .form input + p {
	color: #fff;
	font-size: 12px;
	display: block;
	text-align: left;
	padding-left: 10px;
	font-style: italic;
	font-family: 'Roboto';
	font-weight: 300;
}
.section1 .form button {
	height: 68px;
	display: block;
	width: 100%;
	border-radius: 3px;
	margin-bottom: 10px;
	font-weight: bold;
	font-family: 'Roboto';
	text-transform: uppercase;
	border: 0;
	background: #ffc000;
}
.section1 .subtext {
	font-size: 11px;
	color: #fff;
	font-family: 'Roboto';
	font-weight: 300;
}
.section1 .subtext a {
	color: #499ee0;	
}
.section1 .price {
	width: 313px;
	height: 157px;
	background: url(../i/price.png);
	position: absolute;
	right: 0;
	top: 520px;
}

/* ******** SECTION 2 ******** */
.section2 {
	 /* height: 600px; */
	background: url(../i/bg-2.jpg);
	padding-top: 70px;
	padding-bottom: 30px;
}
.section2 .heading {
	margin-bottom: 40px;
}
.section2 ul {
	list-style-type: none;
	font-size: 30px;
	font-family: 'Roboto';
	font-weight: 400;
}
.section2 ul li {
	padding-left: 40px;
	margin-bottom: 10px;
	background: url(../i/li-ring.png) left top 5px no-repeat;
}


/* ******** SECTION 3 ******** */
.section3 {
	/*height: 690px;*/
	/* background: url(../i/bg-3.jpg) center center no-repeat; */ 
	text-align: center;
	background: #000;
}
.section3 .sec-3-img {
	display: inline-block;
}
.section3 .sec-3-img img {
	max-width: 100%;
}

/* ******** SECTION 4 ******** */
.section4 {
	/* height: 640px; */
	background: url(../i/bg-4.jpg) left 0vw top -50px no-repeat;
	padding-top: 70px;
	border-bottom: 1px solid #b8b8b8;
	padding-bottom: 70px;
}
.section4 .calendar {
	width: 700px;
	margin-top: 50px;
}
.section4 .calendar .c-row {
	display: flex;
}
.section4 .calendar .c-col-h {
	text-align: center;
	flex: 1 1 calc(100% / 7); 
	font-size: 42px;
	line-height: 42px;
	font-weight: 100;
	font-family: 'Roboto';
	margin-bottom: 20px;
}
.section4 .calendar .c-col {
	text-align: center;
	flex: 1 1 calc(100% / 7); 
	font-size: 42px;
	line-height: 42px;
	font-weight: 400;
	font-family: 'Roboto Slab';
	height: 77px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: -15px;
}
.section4 .calendar .c-col.active {
	background: url(../i/calendar-ring.png) center center no-repeat;
}


/* ******** SECTION 5 ******** */
.section5 {
	height: 1150px;
	background: url(../i/bg-5.jpg) center center no-repeat;
	border-top: 1px solid #e5e5e5;
	padding-top: 50px;
	border-bottom: 1px solid #b8b8b8;
}
.section5 .day-date-heading {
	color: #ffd805;
	font-family: 'Roboto';
	font-size: 40px;
	margin-bottom: 30px;
}
.section5 .day-heading {
	margin-bottom: 30px;
}
.section5 .day-heading img {
	max-width: 90%;
}
.section5 .day-preheading {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 40px;
}
.section5 p {
	font-size: 30px;
	font-weight: 300;
	font-family: 'Roboto';
	line-height: 36px;
	margin-bottom: 30px;
}

/* ******** SECTION 6 ******** */
.section6 {
	padding-top: 50px;
	padding-bottom: 20px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #b8b8b8;
}
.section6 .day-date-heading {
	color: #ffd805;
	font-family: 'Roboto';
	font-size: 40px;
	margin-bottom: 30px;
}
.section6 .day-heading {
	margin-bottom: 30px;
}
.section6 .day-preheading {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 40px;
}
.section6 p {
	font-size: 30px;
	font-weight: 300;
	font-family: 'Roboto';
	line-height: 36px;
	margin-bottom: 30px;
}

/* ******** SECTION 7 ******** */
.section7 {
	/* height: 910px; */
	background: url(../i/bg-6.jpg) center bottom no-repeat;
	padding-top: 50px;
	padding-bottom: 50px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #b8b8b8;
}
.section7 .day-date-heading {
	color: #ffd805;
	font-family: 'Roboto';
	font-size: 40px;
	margin-bottom: 30px;
}
.section7 .day-heading {
	margin-bottom: 30px;
}
.section7 .day-preheading {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 40px;
}
.section7 p {
	font-size: 30px;
	font-weight: 300;
	font-family: 'Roboto';
	line-height: 36px;
	margin-bottom: 30px;
}

/* ******** SECTION 8 ******** */
.section8 {
	 /* height: 1110px; */
	padding-top: 70px;
	padding-bottom: 70px;
}
.section8 .day-date-heading {
	color: #ffd805;
	font-family: 'Roboto';
	font-size: 40px;
	margin-bottom: 30px;
}
.section8 .day-heading {
	margin-bottom: 30px;
}
.section8 .day-preheading {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 40px;
}
.section8 p {
	font-size: 30px;
	font-weight: 300;
	font-family: 'Roboto';
	line-height: 36px;
	margin-bottom: 30px;
}

/* ******** SECTION 9 ******** */
.section9 {
	height: 1160px;
	background-color: #000;
	background-image: url(../i/bonus-1.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-top: 50px;
}
.section9 .heading {
	color: #fff;
}

/* ******** SECTION 10 ******** */
.section10 {
	height: 1500px;
	background-color: #000;
	background-image: url(../i/bonus-2.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-top: 110px;
}
.section10 .heading {
	text-align: left;
	color: #fff;
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 30px;
}
.section10 .day-date-heading {
	color: #ffd805;
	font-family: 'Roboto';
	font-size: 40px;
	margin-bottom: 30px;
}
.section10 .day-heading {
	margin-bottom: 30px;
}
.section10 p {
	font-size: 30px;
	font-weight: 300;
	font-family: 'Roboto';
	line-height: 36px;
	margin-bottom: 30px;
	color: #fff;
}
/* ******** SECTION 11 ******** */
.section11 {
	height: 1415px;
	background-color: #000;
	background-image: url(../i/bonus-3.jpg);
	background-position: center top 281px;
	background-repeat: no-repeat;
	padding-top: 110px;
}
.section11 .heading {
	text-align: left;
	color: #fff;
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 30px;
}
.section11 .day-date-heading {
	color: #ffd805;
	font-family: 'Roboto';
	font-size: 40px;
	margin-bottom: 30px;
}
.section11 .day-heading {
	margin-bottom: 30px;
}
.section11 p {
	font-size: 30px;
	font-weight: 300;
	font-family: 'Roboto';
	line-height: 36px;
	margin-bottom: 30px;
	color: #fff;
}

.section101 {
	background: #000;
	padding-top: 70px;
	padding-bottom: 40px;
}

.section101 .heading {
	text-align: left;
	color: #fff;
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 30px;
}
.section101 .day-date-heading {
	color: #ffd805;
	font-family: 'Roboto';
	font-size: 40px;
	margin-bottom: 30px;
}
.section101 .day-heading {
	margin-bottom: 30px;
}
.section101 p {
	font-size: 30px;
	font-weight: 300;
	font-family: 'Roboto';
	line-height: 36px;
	margin-bottom: 30px;
	color: #fff;
}


/* ******** SECTION 12 ******** */
.section12 {
	min-height: 1555px;
	background-image: url(../i/bg-7.jpg);
	color: #000;
	background-position: center top;
	/* background-repeat: no-repeat; */
	padding-top: 90px;
}
.section12 .heading {
	margin-bottom: 35px;
}
.section12 .day-heading {
	margin-bottom: 30px;
}
.section12 ul {
	list-style-type: none;
	font-size: 30px;
	font-family: 'Roboto';
	letter-spacing: -0.02em;
	font-weight: 300;
	margin-bottom: 180px;
	margin-left: 0;
	padding-left: 10px;
}
.section12 ul li {
	padding-left: 40px;
	margin-bottom: 10px;
	background: url(../i/li-pen.png) left top 10px no-repeat;
}
.section12 .ledda-write  {
	background: url(../i/ledda-write.png);
	width: 1109px;
	height: 410px;
	margin: 0 auto;
}


/* ******** SECTION 13 ******** */
.section13 {
	height: 1890px;
	background-image: url(../i/bg-8.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 85px;
	overflow: hidden;
}
.section13 .heading {
	margin-bottom: 70px;
}
.section13 .t-1 {
	width: 579px;
	height: 117px;
	background: url(../i/text-1.png) center center no-repeat;
	position: absolute;
	right: -150px;
	top: 250px;
}
.section13 ul li {
	list-style-type: none;
	display: flex;
	font-size: 30px;
	font-family: 'Roboto';
	font-weight: 300;
	align-items: center;
	margin-bottom: 25px;
	line-height: 36px;
}
.section13 ul li img {
	width: 72px;
	height: 70px;
	margin-right: 30px;
}

/* ******** SECTION 14 ******** */
.section14 {
	/* height: 1025px; */
	background-image: url(../i/bg-9.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	/* border-bottom: 25px solid #331905; */
	padding-top: 70px;
	padding-bottom: 50px;
}
.section14 .heading {
	margin-bottom: 90px;
}
.section14 ul {
	list-style-type: none;
	font-size: 30px;
	font-family: 'Roboto';
	letter-spacing: -0.02em;
	font-weight: 300;
	margin-bottom: 80px;
}
.section14 ul li {
	padding-left: 40px;
	margin-bottom: 10px;
	background: url(../i/li-ring.png) left top 5px no-repeat;
}
.section14 .button {
	height: 68px;
	display: block;
	width: 100%;
	border-radius: 3px;
	margin-bottom: 10px;
	font-weight: bold;
	font-family: 'Roboto';
	text-transform: uppercase;
	border: 0;
	background: #ffc000;
	box-shadow: 0px 10px 29px 9px rgba(0,0,0,0.2);
}

/* FOOTER */

.footer {
    height: 385px;
    background: url(../i/footer.jpg) center top -1px;
    color: #fff;
}
.footer a {
	color: #fff;
}
.footer .container {
	position: relative;
	height: inherit;	
}
.text-32 {
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    line-height: 18px;
    text-align: center;
}
.vertical-life-txt {
    width: 289px;
    height: 38px;
    background: url(../i/logo-footer.png);
    position: absolute;
    top: 35px;
    left: 50%;
    margin-left: -145px;
}
.copy {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    bottom: 80px;
    position: absolute;
    left: 0;
    right: 0;
}
.links {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    text-align: center;
}

.links a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    font-size: 12px;
    margin: 0 10px;
    text-decoration: none;
}

input::-webkit-input-placeholder { color:#8c817f; }
input:-moz-placeholder { color:#8c817f; } /* FF 4-18 */
input::-moz-placeholder { color:#8c817f; } /* FF 19+ */
input:-ms-input-placeholder { color:#8c817f; } /* IE 10+ */

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */


.footer .social {
	margin-top: 30px;
}
.footer .social > a {
	margin-left: 20px;
}
.footer .social .vk {
	display: inline-block;
	float: right;
	margin-bottom: 10px;
	margin-top: 20px;
	width: 45px;
	height: 45px;
	background: url(../i/soc-vk.png) top center no-repeat;
}
.footer .social .fb {
	display: inline-block;
	float: right;
	margin-bottom: 10px;
	margin-top: 20px;
	width: 45px;
	height: 45px;
	background: url(../i/soc-fb.png) top center no-repeat;
}
.footer .social .ig {
	display: inline-block;
	float: right;
	margin-bottom: 10px;
	margin-top: 20px;
	width: 45px;
	height: 45px;
	background: url(../i/soc-ig.png) top center no-repeat;
}
.footer .social .tw {
	display: inline-block;
	float: right;
	margin-bottom: 10px;
	margin-top: 20px;
	width: 45px;
	height: 45px;
	background: url(../i/soc-tw.png) top center no-repeat;
}
.footer .social .yt {
	display: inline-block;
	float: right;
	margin-bottom: 10px;
	margin-top: 20px;
	width: 45px;
	height: 45px;
	background: url(../i/soc-yt.png) top center no-repeat;
}
.footer .social .vk:hover {
	background: url(../i/soc-vk.png) bottom center no-repeat;
}
.footer .social .fb:hover {
	background: url(../i/soc-fb.png) bottom center no-repeat;
}
.footer .social .ig:hover {
	background: url(../i/soc-ig.png) bottom center no-repeat;
}
.footer .social .tw:hover {
	background: url(../i/soc-tw.png) bottom center no-repeat;
}
.footer .social .yt:hover {
	background: url(../i/soc-yt.png) bottom center no-repeat;
}
.ledda-img {
	width: 80px;
	height: 80px;
	background: url(../i/ledda-img.png);
	float: left;
	margin-top: 30px;
}
.ledda-text {
	width: 281px;
	height: 107px;
	background: url(../i/ledda-text.png);
	float: left;	
	margin-top: 39px;
	margin-left: 20px;
}
@media (min-width: 768px) {
	.social > a {
		float: none !important;
	}
}

@media (max-width: 1199px) {
	.section4 {
		background: none;
	}
	.section4 .calendar {
		width: auto;
	}
	.section3 .sec-3-img {
		display: inline-block;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.section5 {
		height: auto;
		background: url(../i/bg-5-md.jpg) center bottom no-repeat;
		padding-bottom: 50px;
	}
	.section12 {
		background-color: #ECD94C;
		padding-bottom: 50px;
	}
	.section12 .ledda-write  {
		background: url(../i/ledda-write-md.png);
		width: 895px;
		height: 430px;
		margin: 0 auto;
	}
	.section13 {
		height: 1890px;
		background-image: url(../i/bg-8-md.jpg);
		background-position: center top;
		background-repeat: no-repeat;
		padding-top: 85px;
		overflow: hidden;
	}
	.section13 .t-1 {
		width: 375px;
		height: 165px;
		background: url(../i/text-1-md.png) center center no-repeat;
		position: absolute;
		right: -90px;
    	top: 180px;
	}
	.footer {
	    height: 435px;
	    background: url(../i/footer-md.jpg) center top;
	    color: #fff;
	}
	.text-32 {
		top: 130px;
	}
}
@media (max-width: 991px) {
	.section1 {
		height: auto;
	}
	.section1 .price {
		width: 313px;
		height: 157px;
		background: url(../i/price.png);
		margin: 20px auto;
		position: initial;
	}
}
@media (max-width: 767px) {
	.logo {
		float: none;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.section1 {
		height: auto;
		background: url(../i/bg-1-xs.jpg);
		background-size: cover;
		padding-bottom: 0px;
	}
	.section1 .price {
		width: 313px;
		height: 157px;
		background: url(../i/price.png);
		margin: 20px auto;
		position: initial;
	}
	.section1 .form {
		padding: 20px 20px;
		background: rgba(104,104,104,.52);
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	.section1 .preform {
		width: 427px;
		height: 36px;
		max-width: 100%;
		background: url(../i/text-preform.png);
		background-size: contain;
		background-repeat: no-repeat;
		display: block;
		margin: 10px auto 10px;
	}
	.section1 .form input {
		text-align: center;
	}
	.section1 .form input + p {
		text-align: center;
	}
	.section1 .main-logo img {
		max-width: 418px;
	}
	.heading {
		font-size: 27px;
	}
	.section2 ul li {
		font-size: 16px;
		background-size: 16px;
		background-position: left top 2px;
	}
	.section2 {
		padding-top: 30px;
		background: url(../i/bg-2-xs.jpg) right bottom no-repeat;
	}
	.section4 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.section4 .calendar .c-col-h {
		font-size: 27px;
		line-height: 27px;
	}
	.section4 .calendar .c-col {
		font-size: 27px;
	}
	.section4 .calendar .c-col.active {
	    background: url(../i/calendar-ring-xs.png) center center no-repeat;
	}
	.section5 {
		background-size: contain;
	}
	.section7 {
		background-image: url(../i/bg-6-xs.jpg);
	}
	.section5 .day-date-heading,
	.section6 .day-date-heading,
	.section7 .day-date-heading,
	.section8 .day-date-heading {
		font-size: 16px;
		text-align: center;
		margin-bottom: 10px;
	}
	.section5 .day-heading,
	.section6 .day-heading,
	.section7 .day-heading,
	.section8 .day-heading {
		text-align: center;
		margin-bottom: 10px;
	}
	.section5 .day-preheading,
	.section6 .day-preheading,
	.section7 .day-preheading,
	.section8 .day-preheading {
		font-size: 16px;
		margin-bottom: 20px;
		text-align: center;
	}
	.section5 p,
	.section6 p,
	.section7 p,
	.section8 p {
		font-size: 16px;
		line-height: 20px;
	}
	.section5 .day-heading img,
	.section6 .day-heading img,
	.section7 .day-heading img,
	.section8 .day-heading img {
		max-width: 100%;
	}
	.section8 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.section9 {
		height: auto;
		background: #000;
	}
	.section10 {
		height: auto;
		background: #000;
	}
	.section101 {
		height: auto;
		background: #000;
	}
	.section11 {
		height: auto;
		background: #000;
	}

	.section9 .heading,
	.section10 .heading,
	.section101 .heading,
	.section11 .heading {
		font-size: 16px;
		line-height: 20px;
		text-align: center;
		margin-bottom: 10px;
	}

	.section9 .day-date-heading,
	.section10 .day-date-heading,
	.section101 .day-date-heading,
	.section11 .day-date-heading {
		font-size: 16px;
		line-height: 20px;
		text-align: center;
		margin-bottom: 10px;
	}

	.section9 .day-heading,
	.section10 .day-heading,
	.section101 .day-heading,
	.section11 .day-heading {
		margin-bottom: 5px;
	}

	.section9 .day-heading img,
	.section10 .day-heading img,
	.section101 .day-heading img,
	.section11 .day-heading img {
		max-width: 100%;
		text-align: center;
		margin-bottom: 0px;
	}

	.section9 p,
	.section10 p,
	.section101 p,
	.section11 p {
		font-size: 16px;
		line-height: 20px;
		text-align: center;
	}

	.section10 {
		padding-top: 40px;
	}
	.section10 .img-responsive {
		margin-bottom: 30px;
	}

	.section11 {
		padding-top: 40px;
	}
	.section11 .img-responsive {
		margin-bottom: 30px;
	}

	.section101 {
		padding-top: 10px;
		padding-bottom: 20px;
	}
	.section101 .img-responsive {
		margin-bottom: 30px;
	}

	.section12 ul li {
		font-size: 16px;
		background-size: 16px;
		background-position: left top 3px;
	}

	.ledda-im {
		float: right;
		width: 120px;
		margin-left: 20px;
		margin-bottom: 20px;
		margin-right: 20px;
	}
	.ledda-im img {
		width: 100%;
	}

	.section12 {
		padding-top: 30px;
		height: auto;
		background-image: url(../i/bg-7-xs.jpg);
		min-height: auto;
	}
	.section12 .day-heading img {
		max-width: 100%;
	}
	.section12 .heading {
		margin-bottom: 5px;
	}
	.section12 .ledda-write {
		display: none;
	}
	.section12 ul {
		margin-bottom: 90px;
	}

	.section13 {
		background: url(../i/bg-8-xs.jpg) top center no-repeat;
		height: 828px;
		padding-top: 40px;
		padding-bottom: 10px;
	}
	.section13 .heading {
	    margin-bottom: 30px;
	    font-size: 30px;
	}
	.section13 ul {
		padding-left: 0px;
	}
	.section13 ul li img {
	    width: auto;
	    height: 32px;
	    margin-right: 20px;
	}
	.section13 ul li {
	    font-size: 16px;
	    line-height: 20px;
	    margin-bottom: 10px;
	}
	.section13 .t-1 {
	    width: 165px;
	    height: 85px;
	    background: url(../i/text-1-md.png) center center no-repeat;
	    right: 20px;
	    top: 70px;
	    background-size: contain;
	    position: initial;
	    float: right;
	    margin-left: 10px;
	}
	
	.section14 {
		background-size: contain;
		padding-top: 30px;
	}
	.section14 ul {
		padding-left: 0px;
	}
	.section14 ul li {
		font-size: 16px;
		line-height: 20px;
		background-size: 16px;
		background-position: left top 3px;
	}
	.section14 .heading {
		margin-bottom: 30px;
	}
	.section14 .button {
		font-size: 16px;
	}
	.footer .social > a {
		float: none !important;
	}
	.footer {
		height: auto;
		padding-bottom: 20px;
	}
	.footer .text-32,
	.footer .vertical-life-txt,
	.footer .copy,
	.footer .links {
		position: initial;
	}
	.footer .vertical-life-txt {
		margin: 0 auto;
		margin-bottom: 10px;
	}
	.links a {
		margin: 0 4px;
	}
	.footer .social {
		margin-top: 0px;
	}


}