/**
 * Copyright: 2007-2015, Web Techtonics, LLC
 * This code is property of Web Techtonics, LLC. All rights reserved.
 * May not be re-used, re-distributed or modified without permission.


*/

.AV-VFeatures-2
{
	/*background-color: #f5f3f9;*/
	/*padding: 30px 20px 10px;*/
}
.AV-VFeatures-2 h3
{
	font-size: 20px;
	font-weight: 300;
}
.AV-VFeatures-2 h4
{
	font-family: Lato;
	font-size: 16px;
	font-weight: 300;
}
.AV-VFeatures-2 .feature-list
{
	padding: 15px 0 20px 0;
}

.AV-VFeatures-2 .feature-list .feature-category
{
	width: 100%;
	padding: 20px;
	background-color: #fff;
	font-size: 15px;
	font-weight: 300;
	text-align: left;
	margin: 10px 0;
	box-shadow: 0 2px #d8d8df;
	color: #464646;
	position: relative;
}

.AV-VFeatures-2 .feature-list .feature-category.open
{
	font-weight: 400;
}

.AV-VFeatures-2 .feature-list .feature-category h6
{
	margin-bottom: 5px;
	padding-right: 15px;
}

.AV-VFeatures-2 .feature-list .feature-category ul
{
	padding-left: 0;
	margin: 0;
	max-height: 0;
	overflow: hidden;

	-webkit-transition: all 500ms cubic-bezier(1, 0, 0, 1);
	   -moz-transition: all 500ms cubic-bezier(1, 0, 0, 1);
		-ms-transition: all 500ms cubic-bezier(1, 0, 0, 1);
		 -o-transition: all 500ms cubic-bezier(1, 0, 0, 1);
			transition: all 500ms cubic-bezier(1, 0, 0, 1);
}

.AV-VFeatures-2 .feature-list .feature-category.open ul
{
	max-height: 10000px;
}

.AV-VFeatures-2 .feature-list .feature-category ul li
{
	font-size: 13px;
	font-weight: 300;
	padding: 8px 60px 8px 0;
	line-height: 20px;
	border-top: 1px solid #eee;
	position: relative;
}

.AV-VFeatures-2 .feature-list .feature-category ul li:first-child
{
	padding-top: 20px;
	border-top: none;
}

.AV-VFeatures-2 .feature-list .feature-category ul li span
{
	position: absolute;
	right: 0;
	display: inline-block;
	padding: 0 5px;
	font-size: 9px;
	border: 1px solid #b5b5b5;
	color: #737373;
	text-transform: uppercase;
	border-radius: 3px;
	line-height: 18px;
	font-weight: 400;
}

.AV-VFeatures-2 .feature-list .feature-category .expand-button
{
	color: #17abba;
	font-size: 20px;
	position: absolute;
	top: -4px;
	right: 20px;
	width: 100%;
	text-align: right;
	cursor: pointer;
	padding: 20px 0 15px 0;
}

.AV-VFeatures-2 .feature-list .feature-category .expand-button:before
{
	content: "+ ";
	font-family: monospace;
}
.AV-VFeatures-2 .feature-list .feature-category.open .expand-button:before
{
	content: "- ";
}
