/*
	Solarize by TEMPLATED
	templated.co @templatedco
	Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/

/* Section Three // Features List */


	.wrapper.style4 .major h2 {
				display: block;
				letter-spacing: 1px;
				line-height: 1.4em;
				font-size: 2em;
				font-weight: 400;
				text-align: center
	}

	.wrapper.style4 .heading-underline{
		margin:0 auto;
	}

	ul.feature {
		margin: 0;
		padding: 0em;
	}

	li p{
		font-size:1.2em;
		line-height: 1.4em;
	}

	.list-left{
		margin:0 2em 0 0!important;
		text-align: left;
	}

	.thirds-left, .thirds-right{
		width:100%;
		left:0;
	}

	ul.feature > li{
		display:table-cell;
		position:relative;
		padding:0.50em 0em 0.50em 3%;
		width:50%;
		vertical-align:top;
	}

@media (max-width: 939px){
	.thirds-center.iphone-flat-wrapper{
		display:block;
		width:100%;
		right:0;
		margin:2em auto 0;
	}

	.img-bottles{
		/*height:280px;*/
		height:auto;
	}
}


