.restrict-width {
	max-width: 1100px;
}
.LP-header figure {
	margin: 0px;
	overflow: hidden
}

@media (max-width: 800px) {
	.LP-header figure img {
		width: 120% !important;
		max-width: none !important;
		margin-left: -10%;
	}
}
.icon-third img {
	max-width: 110px;
}
.mid-blue {
	/*background-color: #4bb4fb;*/
}

.column p:nth-of-type(1) b {
    margin-bottom: 1em;
    display: inline-block;
    font-size: 1.2em;
    font-weight: 400;
}
.blue .column p:nth-of-type(1) b {
    color: #ffffff;
}
.use-pb .column p:nth-of-type(1) b {
    color: #4bb4fb;
    margin-bottom: -1.3em;
    display: block;
    font-size: 1.2em;
    font-weight: 400;
}

.vines1 {
    background-image: url(images/LP-Vine.png);
    background-repeat: repeat-x;
    height: 150px;
    background-size: auto 65px;
    background-position: left center;
}
.vines1 img {
	display: none;
}






/*-------------------------*/
.lp-stats-wrap {
	padding: 4em 0px !important;
}
.lp-stats-wrap .home-stats-wrap-inner {
    padding-left: 0px !important;
}
.lp-stats-wrap p.home-stats-main {
    font-size: 3.5em;
    font-weight: 600;
	color: rgba(255,209,0,1.00) !important;
}
@media (min-width: 720px) {
	.lp-stats-wrap .third p:nth-of-type(1) {
		font-size: 1.0em;
		min-height: 2.5em;
	}
	.lp-stats-wrap .third p:nth-of-type(3) {
		margin-top: 20px;
	}
}

.blue hr {
    border: none;
    border-top: rgba(255, 255, 255, 0.8) 1px solid;
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}

/*------------25 an-------------*/
.twenfive-cal .column {
	padding: 20px 5px 0px 5px !important;
}
.twenfive-cal .column.fifth p {
	font-weight: 600;
	font-size: 1.1em;
	color: #0077c8;
	margin: 0.2em 0em 0.2em 0em;
	line-height: 1em;
}
.twenfive-cal .column.fifth p span {
	font-weight: 600;
	font-size: 2.2em;
	color: #ffd100;
	float: left;
	margin-bottom: 20px;
	margin-right: 6px;
	padding-top: 5px;
}
.p-no-pad p {
	margin: 0.01em 0em;
}
.twenfive-cal figure {
	margin-top: 0px;
}
.twenfive-cal img {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;	
}
.twenfive-cal img:hover {
	transform: scale(1.05)
}
@media (max-width: 1000px) {
	.twenfive-cal .column.fifth  {
		width: 25%
	}	
}
@media (max-width: 720px) {
	.twenfive-cal .column.fifth  {
		width: 33%;
		float: left;
	}	
}
@media (max-width: 720px) {
	.twenfive-cal .column.fifth  {
		width: 33%;
		float: left;
	}	
}
@media (max-width: 450px) {
	.twenfive-cal .column.fifth  {
		width: 50%;
		float: left;
	}	
}
@media (max-width: 370px) {
	.twenfive-cal .column.fifth  {
		width: 100%;
		float: none;
	}	
}

/*------07 07 25--------------*/
.img-small img {
	max-width: 75%;
	display: block;
	margin: 0px auto;
}
.btn.no-margin-right {
	margin-right: 0px;
}
@media (max-width: 719px) {
    .header-one-image-slider-left.header-one img {
        width: 300% !important;
        max-width: none !important;
        margin-left: -120%;
    }
}