
.z-tabs.vertical2, .z-tabs.horizontal2 {
	font: 14px/20px "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#page {
	height: 100%;
	margin: 0;
	margin: 0 7%;
	width: 86%
}
.f-page {
	margin: 120px auto;
	padding: 0 15px
}
#ribbon {
	height: 6px;
	background-color: #d13636;
	background-color: rgba(221,60,77,.95);
	background-image: -webkit-gradient(linear, 0 50%, 100% 50%, color-stop(0, #e75239), color-stop(12.5%, #e75239), color-stop(12.5%, #ff961c), color-stop(25%, #ff961c), color-stop(25%, #ffcc27), color-stop(37.5%, #ffcc27), color-stop(37.5%, #fce62f), color-stop(50%, #fce62f), color-stop(50%, #cde35b), color-stop(62.5%, #cde35b), color-stop(62.5%, #82cc33), color-stop(75%, #82cc33), color-stop(75%, #41bece), color-stop(87.5%, #41bece), color-stop(87.5%, #049cdb), color-stop(100%, #049cdb));
	background-image: -webkit-linear-gradient(left, #e75239 0, #e75239 12.5%, #ff961c 12.5%, #ff961c 25%, #ffcc27 25%, #ffcc27 37.5%, #fce62f 37.5%, #fce62f 50%, #cde35b 50%, #cde35b 62.5%, #82cc33 62.5%, #82cc33 75%, #41bece 75%, #41bece 87.5%, #049cdb 87.5%, #049cdb 100%);
	background-image: -moz-linear-gradient(left, #e75239 0, #e75239 12.5%, #ff961c 12.5%, #ff961c 25%, #ffcc27 25%, #ffcc27 37.5%, #fce62f 37.5%, #fce62f 50%, #cde35b 50%, #cde35b 62.5%, #82cc33 62.5%, #82cc33 75%, #41bece 75%, #41bece 87.5%, #049cdb 87.5%, #049cdb 100%);
	background-image: -o-linear-gradient(left, #e75239 0, #e75239 12.5%, #ff961c 12.5%, #ff961c 25%, #ffcc27 25%, #ffcc27 37.5%, #fce62f 37.5%, #fce62f 50%, #cde35b 50%, #cde35b 62.5%, #82cc33 62.5%, #82cc33 75%, #41bece 75%, #41bece 87.5%, #049cdb 87.5%, #049cdb 100%);
	background-image: linear-gradient(left, #e75239 0, #e75239 12.5%, #ff961c 12.5%, #ff961c 25%, #ffcc27 25%, #ffcc27 37.5%, #fce62f 37.5%, #fce62f 50%, #cde35b 50%, #cde35b 62.5%, #82cc33 62.5%, #82cc33 75%, #41bece 75%, #41bece 87.5%, #049cdb 87.5%, #049cdb 100%);
	background-position: 50% 0;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.0625) inset;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.0625) inset;
	box-shadow: 0 1px 2px rgba(0,0,0,.0625) inset
}
.z-btn {
	padding: 0 8px;
	line-height: 20px;
	text-decoration: none;
	color: #333;
	border-radius: 4px;
	background-color: #ececec;
	border: solid 1px transparent;
	margin: 2px 2px;
	text-decoration: none
}
.z-btn.z-back {
	border-radius: 16px;
	position: absolute;
	top: 40px;
	left: 40px;
	padding: 0 30px;
	height: 32px;
	line-height: 30px
}
.z-btn:hover, ul.f-list li:hover {
	text-decoration: none;
	cursor: pointer;
	background: -moz-linear-gradient(top, rgba(233,92,51,1) 0, rgba(229,59,44,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(233,92,51,1)), color-stop(100%, rgba(229,59,44,1)));
	background: -webkit-linear-gradient(top, rgba(233,92,51,1) 0, rgba(229,59,44,1) 100%);
	background: -o-linear-gradient(top, rgba(233,92,51,1) 0, rgba(229,59,44,1) 100%);
	background: -ms-linear-gradient(top, rgba(233,92,51,1) 0, rgba(229,59,44,1) 100%);
	background: linear-gradient(top, rgba(233,92,51,1) 0, rgba(229,59,44,1) 100%);
	background-color: #e95c33;
	border: 1px solid rgba(0,0,0,.1);
	color: #fff
}

ul.features li {
	padding: 0;
	margin: 0;
	font-size: 16px
}
ul.features>li {
	float: left;
	width: 80%;
	min-width: 375px;
	padding: 30px 0;
	border-top: 1px solid #dfdfdf
}
ul.features:after, ul.features>li:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	zoom: 1
}
ul.f-list {
	float: left;
	width: 55%
}
ul.f-list li {
	padding: 0 0 0 1em;
	border-radius: 16px;
	background-color: #ececec;
	border: solid 1px transparent;
	margin: 2px 0
}
ul.f-list li a:hover {
	color: #fff
}
ul.f-list li a {
	color: #333;
	text-decoration: none;
	display: block;
	line-height: 2em;
	padding: 0;
	margin: 0;
	width: 100%
}
ul.f-list>li {
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
#example {
	position:relative;
	margin-top: 30px;
	min-height: 500px;
	margin-bottom: 40px;
}
#example.width400 {
	max-width: 400px
}
#example.width800 {
	width: 800px
}
.page #example .toRight {
	float: right
}
.page #example .toLeft {
	float: left
}
#console {
	background-color: #fff;
	border: solid #ccc;
	border-width: 1px 0;
	color: #333;
	font: 11px Consolas, Monaco, "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
	height: 200px;
	margin: 1.4em 0;
	overflow-x: hidden;
	overflow-y: scroll;
	text-align: left
}
#console div {
	background-position: 6px -95px;
	border-bottom: 1px solid #ddd;
	padding: 5px 5px 4px 24px;
}
.z-tabs.horizontal {
	padding: 20px 0!important
}
#config-wrapper {
	width: 210px;
	z-index: 8000;
	float: left;
	margin: 20px
}
#config {
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.15);
	box-shadow: 0 1px 2px rgba(0,0,0,.15);
	border: 1px solid #bbb;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px
}
#config input.z-textbox {
	float: right;
	width: 50px;
	padding: 0 .2em;
	line-height: 1.6em;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #c5c5c5;
}
.config-title {
	color: #000;
	font-size: 15px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	border-bottom: 1px solid rgba(23,24,26,.15);
	border-bottom: 1px solid #bbb;
	text-shadow: 0 1px 0 white;
filter:progid:dximagetransform.Microsoft.gradient(startcolorstr='#ffffff', endcolorstr='#e5e5e5', gradienttype=0);
	background: #eee;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e5e5e5));
	background: -webkit-linear-gradient(top, #fff, #e5e5e5);
	background: -moz-linear-gradient(top, #fff, #e5e5e5);
	background: -ms-linear-gradient(top, #fff, #e5e5e5);
	background: -o-linear-gradient(top, #fff, #e5e5e5);
	background: linear-gradient(top, #fff, #e5e5e5);
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0
}
.box-title {
	font-size: 12px;
	height: 30px;
	line-height: 41px;
	text-align: left;
	border-bottom: 1px solid rgba(23,24,26,.15);
	margin-right: 4px
}
.input-box {
	padding: 10px;
	padding-left: 40px;
	border-bottom: 1px solid rgba(23,24,26,.15)
}
.input-box select {
	background: #f7f7f7;
	width: 120px;
	border: 1px solid rgba(23,24,26,.15);
	font-size: 11px;
	color: #000
}
#config-wrapper .images {
	width: 165px;
	padding-left: 25px;
	margin-top: 15px;
	border-bottom: 1px solid rgba(23,24,26,.15);
	padding-bottom: 10px;
	position: relative;
	z-index: 1000000
}
#config-wrapper .images img.active {
	border: 0 solid #ccc;
	opacity: .5
}
#config-wrapper .images img {
	width: 25px;
	height: 24px;
	margin-right: 7px;
	margin-bottom: 7px;
	z-index: 1000
}
#config-wrapper .close {
	background-position: top left;
	position: absolute;
	top: 45px;
	left: -35px;
	width: 35px
}
#config-wrapper .style-toggle {
	width: 35px;
	height: 43px;
	background: url(http://theme-fusion.com/avada/wp-content/themes/Avada/images/colorpicker/style_arrow.png);
	cursor: pointer
}
#config-wrapper .open {
	background-position: bottom left;
	position: absolute;
	top: 45px;
	right: 0;
	width: 35px;
	display: none
}
.switcher .content {
	padding: 5px 20px 16px;
	overflow: hidden;
	background: #fff;
	border-radius: 0 0 6px 6px
}
.switcher-box {
	height: auto;
	overflow: hidden;
	margin-bottom: 4px;
	margin-top: 4px
}
.styleswitch {
	border: 1px solid #d1d1d1;
	padding: 2px;
	display: block;
	float: left;
	margin: 4px;
	background: #fff
}
.styleswitch.active {
	border-color: #ccc!important;
	-moz-box-shadow: inset 0 0 7px rgba(0,0,0,.15);
	-webkit-box-shadow: inset 0 0 7px rgba(0,0,0,.15);
	box-shadow: inset 0 0 7px rgba(0,0,0,.15)
}
.styleswitch:hover {
	-moz-box-shadow: 0 0 7px rgba(0,0,0,.15);
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,.15);
	box-shadow: 0 0 7px rgba(0,0,0,.15)
}
.styleswitch span {
	width: 54px;
	height: 54px;
	display: block;
	cursor: pointer;
	margin: 2px;
	float: left;
	background-color: #ececec
}
.column-2 .styleswitch span {
	width: 100px;
	height: 28px;
	display: block;
	cursor: pointer;
	margin: 2px;
	text-align: center;
	line-height: 28px;
	color: #3f3f3f;
	font-size: 11px;
	text-shadow: 0 1px 0 black;
	text-shadow: rgba(255,255,255,.5) 0 -1px 0
}
.column-2 .styleswitch.active span {
	background-color: #dd3c4d;
	color: #fff
}
.theme.switcher-box .styleswitch {
	border: 1px solid #e6e6e6;
	padding: 4px;
	float: left;
	margin: 2px
}
.theme.switcher-box .styleswitch span {
	width: 31px;
	height: 31px;
	cursor: pointer;
	float: left;
	border-radius: 0;
	background-color: #dfdfdf;
	margin: 0
}
.small.switcher-box .styleswitch {
	padding: 1px;
	margin: 2px
}
.small.switcher-box .styleswitch span {
	width: 25px;
	height: 25px
}
.medium.switcher-box .styleswitch {
	padding: 1px;
	margin: 2px
}
.medium.switcher-box .styleswitch span {
	width: 50px;
	height: 50px;
	box-shadow: 0 0 5px 0 rgba(245,245,245,.25) inset, 0 -1px 3px 2px rgba(160,160,160,.2) inset, 0 0 0 6px white, 0 0 0 7px rgba(233,233,233,.75), 0 0 0 5px white
}
.medium.switcher-box .styleswitch, .large.switcher-box .styleswitch {
	padding: 8px;
	margin: 4px
}
.large.switcher-box .styleswitch span {
	width: 65px;
	height: 65px
}
.medium.switcher-box .styleswitch, .large.switcher-box .styleswitch {
	border: 0
}
.medium.switcher-box .styleswitch:hover, .large.switcher-box .styleswitch:hover {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none
}
.large.switcher-box .styleswitch span {
	width: 64px;
	height: 64px;
	box-shadow: 0 0 5px 0 rgba(245,245,245,.25) inset, 0 -1px 3px 2px rgba(160,160,160,.2) inset, 0 0 0 6px white, 0 0 0 7px rgba(233,233,233,.75), 0 0 0 5px white
}
.medium.switcher-box .styleswitch span:hover, .large.switcher-box .styleswitch span:hover {
	-webkit-box-shadow: 0 0 5px 0 rgba(245,245,245,.5) inset, 0 -1px 5px 4px rgba(160,160,160,.2) inset, 0 0 0 7px white, 0 3px 3px 5px rgba(188,188,188,.6), 0 0 0 9px white;
	-moz-box-shadow: 0 0 5px 0 rgba(245,245,245,.5) inset, 0 -1px 5px 4px rgba(160,160,160,.2) inset, 0 0 0 7px white, 0 3px 3px 5px rgba(188,188,188,.6), 0 0 0 9px white;
	box-shadow: 0 0 5px 0 rgba(245,245,245,.5) inset, 0 -1px 3px 2px rgba(160,160,160,.2) inset, 0 0 0 5px white, 0 3px 3px 5px rgba(188,188,188,.6), 0 0 0 6px white
}
.medium.switcher-box .styleswitch.active, .large.switcher-box .styleswitch.active {
	border-color: #d6d6d6!important;
	border-radius: 0;
	-moz-box-shadow: inset 0 0 7px rgba(0,0,0,.25);
	-webkit-box-shadow: inset 0 0 7px rgba(0,0,0,.25);
	box-shadow: inset 0 0 7px rgba(0,0,0,.25)
}
.medium.switcher-box .styleswitch.active span, .large.switcher-box .styleswitch.active span {
	box-shadow: 0 0 5px 2px rgba(36,36,36,.1) inset
}
.ie7 .medium.switcher-box .styleswitch, .ie8 .medium.switcher-box .styleswitch, .ie7 .large.switcher-box .styleswitch, .ie8 .large.switcher-box .styleswitch {
	border: 1px solid #dfdfdf;
	background: #fff;
	padding: 6px
}
.ie7 .medium.switcher-box .styleswitch.active, .ie8 .medium.switcher-box .styleswitch.active, .ie7 .large.switcher-box .styleswitch.active, .ie8 .large.switcher-box .styleswitch.active {
	border: 1px solid #d1d1d1;
	background: #e6e6e6
}
.ie7 .medium.switcher-box .styleswitch span, .ie8 .medium.switcher-box .styleswitch span, .ie7 .large.switcher-box .styleswitch span, .ie8 .large.switcher-box .styleswitch span {
	border: 1px solid #dfdfdf
}
.ie7 .headline span, .ie8 .headline span, .ie8 .headline span, .ie8 .headline span {
	border: 1px solid #d8d8d8;
	border: 1px solid rgba(200,200,200,.75)
}
.theme.switcher-box .styleswitch.white span {
	background-color: #fff
}
.theme.switcher-box .styleswitch.crystal span {
	background-color: #f5f5f5;
	background: #fff;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,255,255,1)), color-stop(50%, rgba(243,243,243,1)), color-stop(51%, rgba(237,237,237,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%)
}
.theme.switcher-box .styleswitch.silver span {
	background-color: #dfdfdf;
	background-color: #f2f0f0;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdfcfc), to(#f2f0f0), color-stop(.5, #fbf9f9), color-stop(.5, #f7f5f6));
	background-image: -webkit-linear-gradient(top, #fdfcfc, #fbf9f9 50%, #f7f5f6 50%, #f2f0f0);
	background-image: -moz-linear-gradient(top, #fdfcfc, #fbf9f9 50%, #f7f5f6 50%, #f2f0f0);
	background-image: -o-linear-gradient(top, #fdfcfc, #fbf9f9 50%, #f7f5f6 50%, #f2f0f0);
	background-image: -ms-linear-gradient(top, #fdfcfc, #fbf9f9 50%, #f7f5f6 50%, #f2f0f0)
}
.theme.switcher-box .styleswitch.gray span {
	background-color: #b6b6b6;
	background: #f5f5f5;
	background: -moz-linear-gradient(top, #dbdbdb 0, #f2f2f2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dbdbdb), color-stop(100%, #f2f2f2));
	background: -webkit-linear-gradient(top, #dbdbdb 0, #f2f2f2 100%);
	background: -o-linear-gradient(top, #dbdbdb 0, #f2f2f2 100%);
	background: -ms-linear-gradient(top, #dbdbdb 0, #f2f2f2 100%);
	background: linear-gradient(to bottom, #dbdbdb 0, #f2f2f2 100%)
}
.theme.switcher-box .styleswitch.black span {
	background-color: #000;
	background: #333;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#333), to(#555));
	background: -webkit-linear-gradient(top, #333, #555);
	background: -moz-linear-gradient(top, #333, #555);
	background: -ms-linear-gradient(top, #333, #555);
	background: -o-linear-gradient(top, #333, #555)
}
.theme.switcher-box .styleswitch.green span {
	background-color: #3b7c33;
	background: #5fae53;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#5fae53), to(#3b7c33));
	background: -webkit-linear-gradient(top, #5fae53, #3b7c33);
	background: -moz-linear-gradient(top, #5fae53, #3b7c33);
	background: -ms-linear-gradient(top, #5fae53, #3b7c33);
	background: -o-linear-gradient(top, #5fae53, #3b7c33)
}
.theme.switcher-box .styleswitch.blue span {
	background-color: #00b0d8;
	background: #1abde7;
	background: -moz-linear-gradient(top, #1abde7 0, #1c9dd1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1abde7), color-stop(100%, #1c9dd1));
	background: -webkit-linear-gradient(top, #1abde7 0, #1c9dd1 100%);
	background: -o-linear-gradient(top, #1abde7 0, #1c9dd1 100%);
	background: -ms-linear-gradient(top, #1abde7 0, #1c9dd1 100%);
	background: linear-gradient(to bottom, #1abde7 0, #1c9dd1 100%)
}
.theme.switcher-box .styleswitch.lightblue span {
	background-color: #d9edf2;
	background: -moz-linear-gradient(top, #f7fbfc 0, #d9edf2 40%, #add9e4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f7fbfc), color-stop(40%, #d9edf2), color-stop(100%, #add9e4));
	background: -webkit-linear-gradient(top, #f7fbfc 0, #d9edf2 40%, #add9e4 100%);
	background: -o-linear-gradient(top, #f7fbfc 0, #d9edf2 40%, #add9e4 100%);
	background: -ms-linear-gradient(top, #f7fbfc 0, #d9edf2 40%, #add9e4 100%);
	background: linear-gradient(to bottom, #f7fbfc 0, #d9edf2 40%, #add9e4 100%)
}
.theme.switcher-box .styleswitch.red span {
	background-color: #d34332;
	background: #d84a38;
	background: -moz-linear-gradient(top, #dd4b39 0, #d14836 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dd4b39), color-stop(100%, #d14836));
	background: -webkit-linear-gradient(top, #dd4b39 0, #d14836 100%);
	background: -o-linear-gradient(top, #dd4b39 0, #d14836 100%);
	background: -ms-linear-gradient(top, #dd4b39 0, #d14836 100%);
	background: linear-gradient(to bottom, #dd4b39 0, #d14836 100%)
}
.theme.switcher-box .styleswitch.orange span {
	background-color: #f39c11;
	background: #f2825b;
	background: -moz-linear-gradient(top, #f2825b 0, #e55b2b 50%, #f07146 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f2825b), color-stop(50%, #e55b2b), color-stop(100%, #f07146));
	background: -webkit-linear-gradient(top, #f2825b 0, #e55b2b 50%, #f07146 100%);
	background: -o-linear-gradient(top, #f2825b 0, #e55b2b 50%, #f07146 100%);
	background: -ms-linear-gradient(top, #f2825b 0, #e55b2b 50%, #f07146 100%);
	background: linear-gradient(to bottom, #f2825b 0, #e55b2b 50%, #f07146 100%)
}
.theme.switcher-box .styleswitch.deepblue span {
	background-color: #1e69de;
	background: #479fed;
	background: -moz-linear-gradient(top, #479fed 0, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #479fed), color-stop(50%, #54a3ee), color-stop(51%, #3690f0), color-stop(100%, #1e69de));
	background: -webkit-linear-gradient(top, #479fed 0, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
	background: -o-linear-gradient(top, #479fed 0, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
	background: -ms-linear-gradient(top, #479fed 0, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
	background: linear-gradient(to bottom, #479fed 0, #54a3ee 50%, #3690f0 51%, #1e69de 100%)
}
.theme.switcher-box .styleswitch.yellow span {
	background-color: #f8c54d
}
.theme.switcher-box .styleswitch.purple span {
	background-color: #df6dc2
}
.switcher-box a.btn {
	min-width: 18px;
	color: #fff;
	font: 13px/24px 'Open Sans', sans-serif;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	display: inline-block;
	background: #ff674f;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #41b7d8;
	border: 1px solid #32b1d5;
	padding: 0 4px
}
.switcher-box select {
	min-width: 164px;
	border: 1px solid #ccc;
	display: inline-block;
	font-size: 16px;
	letter-spacing: -.02em;
	width: 164px;
	box-shadow: 0 0 10px #eee inset;
	font-size: 13px;
	text-shadow: 0 1px 0 white;
	height: 28px;
	padding: 3px;
	vertical-align: middle
}
.config-group {
	padding: 20px 0 50px
}
.config-group .title {
	padding: 4px;
	display: block;
	margin: 4px;
	border-radius: 5px
}
.styleswitch {
	font-size: 12px
}
@media screen and (min-width:1000px) {
#page>ul>li {
	clear: none
}
#page>ul>li:nth-child(2n+1) {
	clear: left
}
}
@media screen and (min-width:1480px) {
#page>ul>li:nth-child(2n+1) {
	clear: none
}
#page>ul>li:nth-child(3n+1) {
	clear: left
}
}
@media(max-width:767px) {
h1 {
	padding: 0;
	margin: 0
}
#page {
	width: auto;
	padding: 20px;
	margin: 0
}
ul.features h2 {
	text-align: left;
	float: none;
	display: block;
	margin: 0
}
ul.features>li {
	width: 100%;
	min-width: initial
}
ul.f-list {
	width: 100%
}
}

#trial { position: absolute;
left: 0;
top: 320px; }
