/* =RESET
===================================================== */
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
	font: inherit;
	vertical-align: baseline;
}

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
code {
	padding:1px 3px;
	font-size:90%;
	font-family:monospace;
	background:#eee;
}



/* =SITEWIDE
===================================================== */
body {
	font-family:Verdana, sans-serif;
	line-height:1.5;
	color: #4C4C52;
	background-color: #FFFFFF;
	font-size: 12px;
}

pre.prettyprint{
    padding:8px;
    border:1px solid #888;
    font-size:9pt;
    background:#eef
}

.hide {
	display: none;
}

.last {
	margin-right: 0;
}

a {
	color: #b61211;
	text-decoration: none;
}

a:hover {
	color: #66292C;
	text-decoration: none;
}

.clear {
	clear: both;
}

.grid {
	 margin-right:10px;
	 margin-left:10px;
}

.container {
	width: 960px;
	margin: 0 auto;
}

p {
	margin: 0;
	padding: 0 0 20px;
}

.main h3 {
	margin: 0;
	padding: 0;
}

.divider_horizontal {
	width: 960px;
	height: 108px;
	margin: 0 auto;
	background-image: url(https://cdn.foxycart.com/static/admin/slices/divider_horizontal.png);
	background-position: center center;
	background-repeat: no-repeat;
	clear: both;
}

ul {
	list-style-type: square;
}


/* =NON-SEMANTIC MODIFIERS
===================================================== */


/* =GENERIC MODIFIERS
===================================================== */
.indented {
	margin-left:10px;
	margin-right:10px;
}
.indented_column {
	padding-left:10px;
}

div.block {
	padding-bottom:15px;
}

div.block img {
	display: block;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.left {
	margin-right:20px;
	margin-bottom:20px;
	float:left;
}

.right {
	margin-left:20px;
	margin-bottom:20px;
	float:right;
}



/* =HEADINGS
===================================================== */

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3 {
	color: #b61211;
	font-family:TitilliumText22LXBold, sans-serif;
	font-weight: normal;
}

h1, p.h1, h2.h1 {
	font-family:TitilliumText22LThin, sans-serif;
	font-size:48px;
	line-height:.9;
}

h1 strong, p.h1 strong, h2 strong {
	font-family:TitilliumText22LXBold, sans-serif;
	font-weight:normal;
}

h2 {
	margin:0 0 10px;
	color: #b61211;
	font-size: 22px;
	font-family:TitilliumText22LThin, sans-serif;
}
h2 strong {
	font-family:TitilliumText22LBold, sans-serif;
	font-weight:normal;
}




body.home h2.indentedCHANGE {
	margin-left:9px;
	margin-right:9px;
	padding-left:1px;
	padding-right:1px;
}

h2.no_border {
	color:#484848;
	font-family: TitilliumText22LXBold, sans-serif;
	font-size: 22px;
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	clear: both;
}

h2.no_border:before {
	content:"";
	display: inline;
	position: absolute;
	left: 0;
	bottom: 0;
	width: auto;
	height: auto;
	background: none;
}

h3 {
	font-size: 18px;
	font-family:TitilliumText22LRegular, sans-serif;
	color: #b61211;
	margin-bottom: 10px;
}
h3 strong {
	font-family:TitilliumText22LBold, sans-serif;
	font-weight:normal;
}

h4 {
	font-family:TitilliumText22LBold, sans-serif;
	font-size: 16px;
}
h4 strong {
	font-family:TitilliumText22LXBold, sans-serif;
	font-weight:normal;
}

p {
	font-family:Verdana, sans-serif;
	font-size:12px;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul li {
	margin: 0;
	padding: 0;
}



/* =HEADER
===================================================== */
header {
	background:#350F0E url(https://cdn.foxycart.com/static/admin/slices/header.png) repeat-x;
}
header div.super {
	height:61px;
}
header hgroup {
	padding-top:6px;
}
header li a {
	transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	transition: margin-top .1s linear;
	-o-transition: margin-top .1s linear;
	-moz-transition: margin-top .1s linear;
	-webkit-transition: margin-top .1s linear;
}
#logo {
	position:relative; left:-10px;
	background:url(https://cdn.foxycart.com/static/admin/slices/logo.png) no-repeat left top;
}
#logo a {
	height:50px;
	width:150px;
	display:block;
	overflow:hidden;
	opacity:0;
	-webkit-transition: opacity .2s ease-out;
	-moz-transition: opacity .2s ease-out;
	-o-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
	background:url(https://cdn.foxycart.com/static/admin/slices/logo.png) no-repeat left bottom;
	text-indent:-9999em;
}
#logo a:hover,
#logo a:focus {
	opacity:1;
}

header nav.header li {
	float: left;
	height: 30px;
	line-height: 30px;
}

header nav.header li a {
	color:#ba8483;
	text-decoration:none;
	font-size:10px;
	margin-left: 10px;
	margin-right: 10px;
}

header nav.header li a:hover {
	color: #FFFFFF;
}

header nav.header li:first-child a {
	margin-left: 0;
}
header nav.header li:after {
	content:"|";
}

header nav.header li:last-child:after {
	content:"";
}


header div.primary {
	height:38px;
	xfont-family:TitilliumText22LRegular;
	xfont-family:TitilliumText22LXBold;
	font-family:TitilliumText22LMedium;
	line-height:35px;
	font-size:12px;
}
header div.primary nav ul li {
	padding:0 16px;
	float:left;
	line-height:35px;
}
header div.primary li:first-child {
	padding-left:0;
}
header div.primary li:last-child {
	padding-right:0;
}
header div.primary nav ul li a {
	margin-top:0;
	display:block;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
}
header div.primary nav ul li a:hover {
	margin-top:3px;
	xtext-shadow:0px 0 4px rgba(255,255,255,.8);
	xtext-shadow:0px 0 4px rgba(0,0,0,.8);
	text-shadow:0px 0 15px rgba(255,0,0,.8),
		0px 0 10px rgba(255,255,255,.3),
		-1px -1px 1px rgba(255,0,0,.5),
		1px 1px 1px rgba(255,0,0,.5);
}

header div.primary nav ul li.active a {
	margin-top:0px;
	xtext-shadow:0px 0 4px rgba(255,255,255,.8);
	xtext-shadow:0px 0 4px rgba(0,0,0,.8);
	text-shadow:0px 0 15px rgba(255,0,0,.8),
		0px 0 10px rgba(255,255,255,.3),
		-1px -1px 1px rgba(255,0,0,.5),
		1px 1px 1px rgba(255,0,0,.5);
}

#tabs {
	xdisplay:none;
	line-height:1;
}

#tabs div.tabs {
	position:relative;
	margin-top:-27px;
}

#tabs div.tabs a {
	margin-top:1px;
	padding:5px 10px;
	display:inline-block;
	color:#b56262;
	background-color:#4E1818;
	text-decoration:none;
}

#tabs div.tabs a.active {
	padding-bottom:9px;
	margin-top:0;
	border-top:1px solid #953131;
	color:#fff;
	background-image: url(https://cdn.foxycart.com/static/admin/slices/tabs_active.png);
	background-position: right;
	background-repeat: repeat-x;
}

#tabs div.tabs a:hover {
	color:#fff;
}

#search {
	padding:5px 0 0;
}

#search input[type='search'] {
	width:230px;
	-webkit-appearance: textfield;
}

#search #search_field {
	width:230px;
	height:16px;
	padding: 5px 6px;
	border:1px solid #5E0D0C;
	-moz-box-shadow: inset 0 0 5px rgba(0,0,0,.4);
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.4);
	box-shadow: inner 0 0 5px rgba(0,0,0,.4);
	line-height:16px;
	float: left;
	margin-right: 3px;
}

#search .button {
	height: 26px;
	margin-top: 1px;
	font-size:11px;
	background: none;
	background:rgba(0,0,0,.30);
	padding:0 8px;
}

#search .button:hover {
	background: none;
	background:rgba(0,0,0,.50);
	color: #FFFFFF;
}




/* =MAIN
===================================================== */
#bg {
	width:100%;
	min-height:900px;
	position:absolute;
	top:0; left:0;
	z-index:101;
	display:none;
	background:no-repeat;
}
body.contact .content {
	z-index:200;
}

#main {
	min-height:500px; _height:500px;
	padding-bottom: 40px;
	position:relative;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 30%, #E8E8D8 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#ffffff), color-stop(99%,#E8E8D8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 30%,#E8E8D8 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 30%,#E8E8D8 99%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 30%,#E8E8D8 99%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4e3eb',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ffffff 30%,#E8E8D8 99%); /* W3C */
}
body.home #main {
	padding-top:60px;
}

.main {
	position:relative
}
.main .content {
	padding-top: 40px;
	position: relative;
	left:20px;
}

.main .content hr {
	height: 10px;
	border: 0;
	margin: 1em 0;
    filter: alpha(opacity=0);
    width: 0;
    display: list-item;
    list-style: url(https://cdn.foxycart.com/static/admin/slices/hr.png) inside;
}

.main .content p {
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}
.main .content ul {
	list-style-type: square;
	margin-bottom: 20px;
}

.main .content ul li {
	margin-left: 40px;
	list-style-type: square;
}



/* =SIDE
===================================================== */
.side {
	background-image: url(https://cdn.foxycart.com/static/admin/slices/side_bottom.png);
	background-position: bottom;
	background-repeat: no-repeat;
	position: relative;
	/*z-index: 100;*/
	/* Give z-index to specific elements, not this whole container, or #bg will overlap */
	padding-top: 40px;
}

.side .content {
	margin-top: -40px;
	margin-left: -1px;
	padding-right: 20px;
	margin-bottom: 400px;
	padding-top: 40px;
	background-image: url(https://cdn.foxycart.com/static/admin/slices/side.png);
	background-position: bottom;
	background-repeat: repeat-y;
}

.side .title {
	height: 100px;
	line-height: 100px;
	margin: 0;
	background-image: url(https://cdn.foxycart.com/static/admin/slices/side_title.png);
	background-position: top;
	background-repeat: no-repeat;
	width: 301px;
	position: relative;
}

.side a {
	position:relative;
	z-index:300;
}
.side ul {
	margin-bottom: 0;
}

.side ul.shift_up {
	margin-top: -16px;
}

.side ul li {
	margin-bottom: 5px;
}

.side ul li:last-child {
	margin-bottom: 0;
}

.side .back {
	width: 300px;
	position: relative;
	left: -40px;
	height: 50px;
	line-height: 50px;
	background-image: url(https://cdn.foxycart.com/static/admin/slices/subnavigation_li.png);
	background-position: right;
	background-repeat: no-repeat;
	display: block;
	padding-left: 40px;
	font-family:TitilliumText22LThin, sans-serif;
	font-size: 18px;
	color: #999999;
	-webkit-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-ms-transition: color 0.2s linear;
	transition: color 0.2s linear;
	margin-top: 40px;
}

.side .back:hover {
	color: #b71312;
	text-decoration: none;
}

.side .section {
	margin-bottom: 30px;
}

.side h2 {
	margin-bottom: 10px;
}

.side a h3 {
	margin-bottom: 0;
	font-size: 14px;
}

.side h4 {
	color: #b61211;
	font-size: 22px;
	font-family:TitilliumText22LThin, sans-serif;
	margin-bottom: 5px;
}

.side h5 {
	font-size: 16px;
	font-family:TitilliumText22LThin, sans-serif;
}

.side .content p {
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}

.side .info {
	font-size: 12px;
	font-style: italic;
	color: #777777;
}

.side ul.items li {
	margin-bottom: 10px;
}

.side ul li a.active {
	color: #66292C;
}



/* =SUBNAVIGATION
===================================================== */
.subnavigation {
	width: 320px;
	position: relative;
	left: -20px;
	padding-bottom: 60px;
	padding-top: 6px;
}

.subnavigation2 {
	margin-top: -16px;
}

.subnavigation li {
	height: 52px;
	line-height: 50px;
	background-image: url(https://cdn.foxycart.com/static/admin/slices/subnavigation_li.png);
	background-position: right;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	margin-top: -8px;
}

.subnavigation a {
	display: block;
	padding-left: 20px;
	font-family:TitilliumText22LThin, sans-serif;
	font-size: 18px;
	color: #999999;
	-webkit-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-ms-transition: color 0.2s linear;
	transition: color 0.2s linear;
}

.subnavigation a:hover, .subnavigation a.active, .subnavigation li.active a {
	color: #b71312;
	text-decoration: none;
}





/* =FOOTER
===================================================== */
footer {
	margin: 0;
	padding:40px 0;
	background:url(https://cdn.foxycart.com/static/admin/slices/footer.png) repeat-x top;
	color:#ccc;
}

footer section {
	margin:0 0 20px;
}
footer h6 {
	margin:0 0 5px;
	padding:3px 15px 4px 6px;
	border:1px solid;
	border-color:rgba(20,20,20,0.5) rgba(95,95,95,0.5) rgba(95,95,95,0.5) rgba(20,20,20,0.5);
	background:rgba(0,0,0,.35);
	-moz-box-shadow: inset 0 0 5px rgba(0,0,0,.4);
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.4);
	box-shadow: inner 0 0 5px rgba(0,0,0,.4);
	font-family:TitilliumText22LXBold;
	text-transform:uppercase;
	color:#fff;
	font-size:10px;
	font-weight:normal;
	line-height:10px;
}
footer h6 a.more {
	float:right;
	background-position:right 65%;
	font-family:Verdana, sans-serif;
	text-decoration:none;
}
footer h6 a.more:hover {
	margin-right:-5px;
	padding-left:5px;
}

footer a.more {
	padding-right:8px;
	background:url(https://cdn.foxycart.com/static/admin/slices/arrow.right.pink.png) no-repeat right 60%;
	color:#c3535a;
	text-transform:none;
}
footer p a,
footer li a,
footer h6 a.more {
	color:#c3535a;
	text-decoration:none;
	transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
}
footer p a:hover,
footer li a:hover,
footer h6 a.more:hover {
	color:#fff;
}
footer h4 {
	color:#fff;
}

footer nav ul {
	padding:3px 6px;
}
footer nav li {
	font-size:10px;
	line-height:2;
}
footer nav li a:hover {
	padding-left:5px;
}

footer section.forum ul {
	padding:0;
	margin:0;
}
footer section.forum li {
	padding:10px 0;
	list-style:none outside;
	border-bottom:1px solid #000;
	border-top:1px solid rgba(95,95,95,0.5);
}
footer section.forum li:first-child {
	border-top:none;
	padding-top:5px;
}
footer section.forum li:last-child {
	border-bottom:none;
}
footer section.forum li:last-child {
	border-bottom:none;
}

footer div.social {
	margin:10px 0 0;
	border-top:1px solid #000;
}
footer ul.social {
	padding:10px 0 0;
	border-top:1px solid rgba(95,95,95,0.5);
}
footer ul.social li {
	padding:0 10px 0 0;
	float:left;
}
#timeline p {
	padding-bottom:0;
}


footer section.partners ul {
	margin-top: 10px;
	width: 300px;
}

footer section.partners li {
	float: left;
}

footer section.partners li:first-child {
	margin-right: 20px;
}




/* =PAGE TITLE
===================================================== */
#page_title {
	height: 100px;
	background-image: url(https://cdn.foxycart.com/static/admin/slices/featured_bg.png);
	background-position: top;
	background-repeat: repeat-x;
}

#page_title h1 {
	height: 100px;
	line-height: 100px;
	float: left;
	color: #FFFFFF;
	font-size: 40px;
	height: 100px;
	line-height: 100px;
}

#page_title #button_signup {
	padding: 10px 20px;
	margin-top: 30px;
	float: right;
	z-index:1000;
	position: relative;
}

#page_title .button.red:hover {
	background: #c92d0a; /* Old browsers */
	background: -moz-linear-gradient(top,  #c92d0a 0%, #8e1607 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c92d0a), color-stop(100%,#8e1607)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c92d0a 0%,#8e1607 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c92d0a 0%,#8e1607 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c92d0a 0%,#8e1607 100%); /* IE10+ */
	background: linear-gradient(top,  #c92d0a 0%,#8e1607 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c92d0a', endColorstr='#8e1607',GradientType=0 ); /* IE6-9 */
	background-image: url(https://cdn.foxycart.com/static/admin/slices/grain.png), linear-gradient(top, #c92d0a 0%,#8e1607 100%);
}



/* =IMAGES, SHADOWS
===================================================== */
.grid_4 a.img img {
	width:300px;
}

.shadowed {
	-webkit-box-shadow: 0 0 10px rgba(0,0,0, 0.2);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.shadowed_light {
	-webkit-box-shadow: 0 0 10px rgba(0,0,0, 0.1);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.shadowed_double_light:after {
	width: 90%;
	height: 90px;
	z-index: -1;
	position: absolute;
	content: "";
	bottom:17px;
	right: 8px;
	-webkit-box-shadow: 0 15px 10px rgba(0,0,0, 0.6);
	-moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.6);
	box-shadow: 0 15px 10px rgba(0, 0, 0, 0.6);
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
}
.shadowed_double_heavy:after {
	width: 90%;
	height: 90px;
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 17px;
	right: 7px;
	-webkit-box-shadow: 0 15px 10px rgba(0,0,0, 0.6);
	-moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.6);
	box-shadow: 0 15px 10px rgba(0, 0, 0, 0.6);
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
}
.shadowed .inner {
	display: block;
	position: relative;
	padding: 3px;
	border: 1px solid #EEEEEE;
	background:#fff no-repeat center center;
}


.img_thumb {
	position: relative;
	z-index: 0;
	margin-bottom: 10px;
}


.img_thumb .inner a {
	display:block;
	overflow:hidden;
	background:#fff no-repeat center center;
}
.img_thumb .inner p.overlay {
	position:absolute;
	bottom:3px; right:3px;
	z-index:20;
	padding:3px 5px;
	margin:0;
	text-align:right;
	font-size: 18px;
	font-weight: normal;
	font-family:TitilliumText22LRegular, sans-serif;

	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(255,255,255);
	/* RGBa with 0.6 opacity */
	background: rgba(255,255,255, 0.6);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF, endColorstr=#99FFFFFF);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF, endColorstr=#99FFFFFF)";
}
.img_thumb .inner p.plus {
	margin:0;
	padding:0 3px 3px 0;
	line-height:1;
	background:none !important;
	font-size: 21px !important;
	font-weight: normal !important;
	font-family:TitilliumText22LXBold, sans-serif;
}
.img_thumb span.plus_inner {
	position:absolute;
	bottom:0; right:0;
	opacity:0.7;
	filter:alpha(opacity=.7);
	z-index:10;
	border-color: transparent transparent #FFFFFF transparent;
	border-style: solid;
	border-width: 0 0 35px 35px;
}

.img_thumb:hover span.plus_inner {
	opacity:1;
	filter:alpha(opacity=1);
}




/* =ASIDE
===================================================== */
div.aside {
	float: right;
	width: 200px;
	padding: 20px;
	padding-bottom: 0;
	font-style: italic;
	color: #777777;
	background-image: url(https://cdn.foxycart.com/static/admin/slices/grain2.png);
	background-color: #EEEEEE;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	margin-left: 30px;
	margin-bottom: 10px;
	text-shadow: 1px 1px 0 #FFFFFF;
	filter: dropshadow(color=#FFFFFF, offx=1, offy=1);
}




/* =GENERAL ELEMENTS
===================================================== */
h4 a.title {
	color: #2E2E31;
}

.grain {
	background-image: url(https://cdn.foxycart.com/static/admin/slices/grain2.png);
	background-color: #EEEEEE;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}


.block p {
	margin-bottom: 3px;
}



.company_logo {
	line-height: 66px;
	height: 70px;
}

.company_logo img {
	display: inline;
	vertical-align: middle;
}



/* =HOME & BILLBOARD
===================================================== */
body.home #main h2 {
	margin-bottom:10px;
	padding-bottom:0px;
	border-bottom:2px solid #fff;
	font-family:TitilliumText22LBold, sans-serif;
	color:#444;
}
body.home #main h2:after {
	content:"";
	display:block;
	height:0;
	overflow:hidden;
	padding-top:3px;
	border-bottom:2px solid #c2c2c2;
}
body.home #main h4 {
	font-size:13px;
	font-family:TitilliumText22LBold, sans-serif;
}
body.home #main p,
body.home #main a.more {
	font-size:11px;
}

#featured {
	min-height: 415px;
	position:relative;
	background:#CD2121 url(https://cdn.foxycart.com/static/admin/slices/featured_bg.png) top left repeat-x;
	color: #FFFFFF;
}
#billboard {
	position: relative;
	height: 415px;
	width:auto;
	z-index:10;
}
#featured a {
	color: #5E0707;
	text-decoration: none;
}

#featured a:hover, #featured li.active a {
	color: #FFFFFF;
	text-decoration: none;
}

#featured section.middle {
	height: 415px;
}
dl.slidesVertical dd {
	padding-top:45px;
	padding-bottom:45px;
}


.featured_bg {
	width:100%;
	height:465px;
	position:absolute;
	background:top center no-repeat;
	z-index:1;
}
#billboard h1,
#billboard p.h1 {
	font-family:TitilliumText22LBold, sans-serif;
	font-weight:normal;
	font-size:44px;
	letter-spacing:.022em;
	color:#fff;
}

#tour_intro {

}
#tour_intro h1 {
	position:absolute;
	top:30px;
	left:26px;
}
#tour_intro #call_to_action {
	position:absolute;
	top:320px;
	left:192px;
}
#call_to_action p.h1 {
	color:rgb(106,16,16);
}
#call_to_action ul {
	margin:0 0 0 190px;
	float:left;
}
#call_to_action ul li {
	padding:7px 7px 7px 6px;
	float:left;
}
#call_to_action ul li a {
	padding:6px 6px;
	font-family:TitilliumText22LLight, sans-serif;
	font-size:18px;
	color:rgb(106,16,16);
	xcolor:black;
}


#tour .text ul * {
	font-family:TitilliumText22LThin, sans-serif;
	font-size:18px;
	line-height:1.4;
}
#tour .text p {
	margin:0 0 9px;
}


/* List styling */
#tour #call_to_action li,
#tour ul.actions li,
#tour ul.verticalSlideNav li {
	margin:0;
	list-style:none;
}


body.home div.img_thumb a,
.crop_images a {
	height:140px;
	overflow:hidden;
	display:block;
}


body.home #main a.more {
	padding: 3px;
	text-decoration: none;
	-webkit-transition-delay: initial, initial;
	-webkit-transition-duration: 0.2s, 0.2s;
	-webkit-transition-property: background-color, color;
	-webkit-transition-timing-function: linear, linear;
	transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
}
body.home #main a.more:hover {
	padding: 3px;
	background-color: #EFEFEF;
}

body.home #testimonials p {
	padding-bottom:5px;
}
body.home #testimonials .user {
	padding:0;
	margin:-10px 0;
	font-size:12px;
	text-align:right;
	color:#999;
}

body.home #main p {
	padding-bottom:0;
}


/* =WHAT OTHERS SAY */
.what_others_say {
	position:relative;
	padding-left: 80px;
	background-image: url(https://cdn.foxycart.com/static/admin/slices/icon_what_others_say.png);
	background-position: top left;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
.what_others_say #testimonials li {
	display: none;
}
.what_others_say #testimonials li.show {
	display: inline;
}
.what_others_say blockquote p {
	width: 90%;
	font-size: 15px;
	font-style: italic;
}
.what_others_say .user {
	font-size: 15px;
	font-style: italic;
	margin-top: 5px;
}
.what_others_say .navigation {
	font-size: 10px;
	text-transform: uppercase;
	position:absolute;
	top:12px; right:0;
}
.what_others_say .navigation li {
	display: inline;
}
.what_others_say .navigation li a {
	color: #86363A;
	cursor: pointer;
}
.what_others_say .navigation li:first-child a {
	margin-right: 5px;
	color: #86363A;
}
.what_others_say .navigation li:first-child:after {
	content: "|";
}
.what_others_say .navigation li:last-child a {
	margin-left: 5px;
}


/* =DEMOS */
body.home .demo .img {
	width:80px;
	margin-right:-10px;
}
body.home .demo .grid_4 {
	width:280px;
}
body.home .demo .atc {
	width:90px;
	padding-top:1.1em;
	margin-left:0px;
	text-align:right;
}
body.home .demo .atc .button {
	padding:5px 10px;
}

body.home .demo form {
	padding-top:15px;
}
body.home .demo form div.clearfix {
	padding-bottom:5px;
}
body.home .demo form label {
	padding:3px 0 0;
	text-align:right;
}
body.home .demo form #price,
body.home .demo form select {
	padding: 3px 6px;
	border:1px solid #666;
	-moz-box-shadow: inset 0 0 5px rgba(0,0,0,.4);
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.4);
	box-shadow: inner 0 0 5px rgba(0,0,0,.4);
	line-height:16px;
}
body.home .demo form #price {
	width:4em;
}




/* =CASE STUDIES / FEATURED SITES
===================================================== */
/* Use these styles for any and all case study and featured site thumbnails. */
.whos_using_foxy {
	position:relative;
}
.whos_using_foxy div.element {
	position:relative;
	margin-bottom:20px;
}
.whos_using_foxy .featured_sites a,
.crop_images a {
	height:112px;
	overflow:hidden;
	display:block;
}
.whos_using_foxy .case_studies a {
	height:252px;
}
.whos_using_foxy .quote .inner {
	padding:10px 15px;
}

p.overlay .heading,
p.overlay .sub_heading {
	display:block;
	line-height:1;
}
p.overlay .heading {
}
p.overlay .sub_heading {
	font-size:13px;
}

/* Case Study detail page */
body.case_studies_detail h2 {
	font-size: 20px;
	color: #4C4C52;
	margin-top: 20px;
	margin-bottom: 20px;
}

body.case_studies_detail h3 {
	margin-top: 0;
	font-size: 16px;
}

body.case_studies_detail .side h4 {
	font-weight: normal !important;
	font-size: 18px;
}

body.case_studies_detail .case_study_information div {
	margin-bottom: 15px;
}

body.case_studies_detail .case_study_information ul.subnavigation {
	margin-top: 0;
	padding-bottom: 30px !important;
}

body.case_studies_detail .side .tags li {
	display: inline;
	margin-right: 10px;
}

body.case_studies_detail .side .tags2 li {
	clear: both !important;
}

body.case_studies_detail .main .screenshot {
	width: 594px;
	height: 294px;
	padding: 3px;
	background-color: #FFFFFF;
	border: 1px solid #EEEEEE;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0, 0.2);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	margin-bottom: 5px;
}

body.case_studies_detail .main .screenshot img {
	display: none;
}

body.case_studies_detail .main .screenshot img.active {
	display: inline;
}

body.case_studies_detail .main .screenshot_thumbs {
	list-style: none;
	margin: 0;
	padding: 0;
}

body.case_studies_detail .main .screenshot_thumbs li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	margin-right: 5px;
}

body.case_studies_detail .main .screenshot_thumbs li {
	padding: 3px;
	background-color: #FFFFFF;
	border: 1px solid #EEEEEE;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0, 0.2);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

body.case_studies_detail .main .screenshot_thumbs li a img {
	display: block;
	opacity: .6;
	-webkit-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-ms-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}

body.case_studies_detail .main .screenshot_thumbs li a:hover img, body.case_studies_detail .main .screenshot_thumbs li a.active img {
	opacity: 1;
}

body.case_studies_detail .main .case_study_content {
	margin-top: 30px;
}

body.case_studies_detail .side .questions {
	margin-top: 100px;
}

body.case_studies_detail .side .question {
	width: 960px;
	position: relative;
	margin-bottom: 10px;
}

body.case_studies_detail .side .question.odd {
	margin-bottom: 30px;
}

body.case_studies_detail .side .question_top, body.case_studies_detail .side .question_bottom {
	width: 960px;
	height: 1px;
	background-image: url(../images/question_outside.png);
	background-repeat: no-repeat;
	clear: both;
}

body.case_studies_detail .side .question_top {
	background-position: top;
	padding-bottom: 30px;
}

body.case_studies_detail .side .question_bottom {
	background-position: bottom;
	padding-top: 10px;
}

body.case_studies_detail .side .question .questions_left {
	width: 260px;
	margin-right: 80px;
	float: left;
	text-align: right;
}

body.case_studies_detail .side .question .questions_right {
	width: 600px;
	float: left;
}







/* =RETURN TO TOP
===================================================== */
#return_to_top {
	display: none;
}

body.integrations #return_to_top {
	display: inherit;
}

#return_to_top a {
	width: 50px;
	height: 50px;
	display: block;
	display: none;
	z-index: 999;
	position: fixed;
	top: 100%;
	margin-top: -70px;
	left: 100%;
	margin-left: -70px;
	background-image: url(https://cdn.foxycart.com/static/admin/slices/return_to_top.png);
	background-position: left;
	background-repeat: no-repeat;
	-webkit-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-ms-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	opacity: .3
}

#return_to_top a:hover {
	opacity: .5;
}






/* =BLOG SUMMARY
===================================================== */
.blog_item {
	margin-bottom: 30px;
}

.blog_item p {
	line-height: 25px;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.blog_item h2 {
	font-size: 25px;
}

.side .blog_item {
	margin-left: 0;
	margin-bottom: 0;
}

.blog_item .blog_left {
	width: 108px;
	float: left;
	margin-right: 20px;
}

.blog_item .blog_right {
	width: 472px;
	float: left;
}

.blog_item .posted_by {
	text-align: center;
	font-size: 12px;
	font-style: italic;
	padding-top: 5px;
}

.blog_item .posted_on {
	margin-bottom: 10px;
	font-size: 12px;
	font-style: italic;
	color: #777777;
}

.blog_item .post_details {
	margin-top: 0;
}

.side .blog_item .info {
	margin-top: -5px;
}




/* =ABOUT FOOTER
===================================================== */
.about_footer {
	background-color: #EEEEEE;
	padding: 20px;
	padding-bottom: 0px;
	border: 1px solid #DDDDDD;
	margin-top: 40px;
	margin-bottom: 40px;
}

.about_footer img {
	float: left;
	margin-right: 20px;
	-webkit-box-shadow: 0 0 0 rgba(0,0,0, 0.2);
	-moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
}

.about_footer a.author {
	font-size: 18px;
}


/* =BLOG DETAIL
===================================================== */
.details {
	font-size: 12px;
	color: #777777;
	margin-bottom: 20px;
}

.share {
	margin-top: 20px;
}




/* =PRICING & SIGNUP
===================================================== */

body.pricing_signup div.img_thumb a {
	height:140px;
	overflow:hidden;
	display:block;
}

body.pricing_signup #main {
	padding-top: 0;
}

body.pricing_signup #main #pricing_signup  {
	padding-top: 40px;
	min-height: 400px;
	background-image: url(https://cdn.foxycart.com/static/admin/slices/featured_bg.png);
	background-repeat: repeat-x;
}

#pricing_signup .header   {
	text-align: center;
	margin-bottom: 50px;
	margin-top: 10px;
}

#pricing_signup .header h1 {
	font-family:TitilliumText22LXBold, sans-serif;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
}

#pricing_signup .header h2 {
	font-size: 30px;
	font-family: 'ThrowMyHandsUpintheAirRegular';
	color: #FFFFFF;
	border: none !important;
	background: none !important;
	margin: 0;
	padding: 0;
}

#pricing_signup .header h2:before {
	border: none !important;
	background: none !important;
}

#pricing_signup .pricing_options {
	text-align: center;
	margin-bottom: 60px;
}

#pricing_signup .pricing_options li  {
	display: inline;
}

#pricing_signup .pricing_options .button {
	padding: 10px 50px;
	font-size: 20px;
	color: #4C4C52 !important;
	text-shadow: 0 1px 0 #DDDDDD;
}

#pricing_signup .pricing_options .button span {
	background: none;
	font-size: 15px;
	font-weight: normal;
}

#pricing_signup .pricing_options a.active {
	color: #b61212 !important;
}

#pricing_signup .pricing_options li:first-child a {
	-moz-border-radius-topright: 0;
	border-top-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0;
	border-right: 1px solid #888888;
	margin-right: -4px;
}

#pricing_signup .pricing_options a.middle {
	-moz-border-radius-topright: 0;
	border-top-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0;
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;
	border-right: 1px solid #888888;
	border-left: 1px solid #CCCCCC;
}

#pricing_signup .pricing_options li:last-child a {
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;
	border-left: 1px solid #CCCCCC;
	margin-left: -4px;
}

#pricing_signup .pricing_grid .section {
	font-size: 14px;
	background-image: url(https://cdn.foxycart.com/static/admin/slices/grain2.png);
	background-color: #EEEEEE;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 0 1px 0 #FFFFFF;
}

#pricing_signup .pricing_grid .section .ribbon {
	width: 109px;
	height: 65px;
	background-image: url(https://cdn.foxycart.com/static/admin/slices/limited_time.png);
	position: relative;
	z-index: 1;
	margin-left: -2px;
	margin-top: -2px;
}

#pricing_signup .pricing_grid ul {
	position: relative;
	z-index: 2;
	margin-top: -65px;
}

#pricing_signup .pricing_grid .section_dim ul {
	 margin-top: 0;
	opacity: .4;
}

#pricing_signup .pricing_grid .section li {
	height: 40px;
	line-height: 40px;
	text-align: center;
}

#pricing_signup .pricing_grid .section li:first-child {
	height: auto;
	padding: 40px 0;
	padding-bottom: 30px;
	line-height: 15px;
	background-color: rgba(0,0,0,0.1) !important;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-bottom-top-radius: 5px;
}

#pricing_signup .pricing_grid .section li:last-child {
	height: 70px;
	line-height: 70px;
	background-color: rgba(0,0,0,0.1) !important;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}

#pricing_signup .pricing_grid .section li.even {
	background-color: rgba(0,0,0,0.03);
}

#pricing_signup .pricing_grid .section li h3 {
	color: #b61212;
	font-size: 40px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-family:TitilliumText22LRegular, sans-serif;
}

#pricing_signup .pricing_grid .section li span {
	font-size: 30px;
	font-family:TitilliumText22LThin, sans-serif;
}

#pricing_signup .pricing_grid .section li span span {
	position: relative;
	top: -5px;
	font-size: 20px;
}

#pricing_signup .pricing_grid .section li .year_savings {
	margin-top: 20px;
	margin-bottom: 5px;
}

#pricing_signup .pricing_grid .section li .billed {
	font-size: 11px;
}

#pricing_signup .micro {
	font-size: 15px;
	margin-top: 20px;
	text-align: center;
	padding-bottom: 40px;
	border-bottom: 1px solid #d7d7d7;
}

#pricing_signup .micro a {
	text-decoration: underline;
}

#pricing_signup .faq {
	padding-top: 30px;
	padding-right: 20px;
	border-right: 1px solid #d7d7d7;
}

#pricing_signup .faq div {
	padding-bottom: 10px;
}

#pricing_signup .case_studies {
	margin-top: 30px;
}

#pricing_signup .case_studies h2 {
	margin-left: 10px !important;
}

#pricing_signup .case_studies .item p {

}

#pricing_signup .case_studies .item img {
	display: block;
}







/* =FEATURES
===================================================== */
#features {
	z-index:10;
	overflow:visible !important;
}

#features .page {

}

#features .feature {
	width: 155px;
	height:130px;
	float: left;
	z-index:20;
	position:relative;
}
#features .feature a.graphic {
	height:110px;
	margin:10px;
	display: block;
	position:relative;
}
#features .feature div.img {
	position:relative;
	left:-10px; top:-10px;
	background:no-repeat center center;
}

#features .i1x1 {}
#features .i1x1 a.graphic {
	height:110px;
	overflow:visible;
}
#features .i1x1 .img {
	width:155px;
	height:130px;
}
#features .i2x1 {
	width:310px;
}
#features .i2x1 a.graphic {
	width:290px;
	overflow:visible;
}
#features .i2x1 .img {
	width:310px;
	height:130px;
}
#features .i1x2 {
	height:260px;
}
#features .i1x2 a.graphic {
	height:240px;
	overflow:visible;
}
#features .i1x2 .img {
	width:150px;
	height:260px;
}
#features .i2x2 {
	width:310px;
	height:260px;
}
#features .i2x2 a.graphic {
	width:290px;
	height:240px;
	overflow:visible;
}
#features .i2x2 .img {
	width:310px;
	height:260px;
}
#features .i3x {
	width:100%;
	height:auto;
}

#features .feature .slider {
	width:100%;
	position:absolute;
	bottom:0; left:0;
	/* color: #66292C; */
	xcolor:#000;
	line-height:1.2;

	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(255, 255, 255);
	/* RGBa with 0.6 opacity */
	background: rgba(255,255,255,0.8);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF)";

	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;

	text-shadow:0px 0 10px #FFFFFF, 0 0 5px #FFFFFF
}
#features .feature .slider_inner {
	display:block;
	border:1px solid #ddd;
	border-top:none;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.feature .slider h3 {
	padding:0 3px 5px 10px;
}

.feature:hover h3 {
	color: #66292C;
}



#features .feature .slider .excerpt {
	display:none;
}
#features .feature .slider .excerpt p {
	padding:0 5px 6px 10px;
	margin:0;
	color:#000;
	font-size:11px;

	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(255, 255, 255);
	/* RGBa with 0.6 opacity */
	background: rgba(255,255,255,0.8);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF)";

	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;

	text-shadow:0px 0 10px #FFFFFF, 0 0 5px #FFFFFF
}

#features .handwriting {
	width: 615px;
	height: 126px;
	background-image: url(https://cdn.foxycart.com/static/admin/slices/features_handwriting.png);
	background-position: bottom;
	background-repeat: no-repeat;
	margin-left: -10px;
	margin-top: -20px;
	margin-bottom: 40px;
}



/* =FEATURE DETAIL
===================================================== */
body.features_detail #main .grid_8,
body.what_foxycart_is_not #main .grid_8 {
	z-index:200;
}
img.background_image {
	position: relative;
	z-index: 0;
}

body.features_detail .content p {
	position: relative;
	z-index: 100;
}

.main .related p {
	margin-bottom:10px;
}




/* =CUSTOM SIDE
===================================================== */
.custom_side {
	font-size: 14px;
	color: #999999;
}
.custom_side p {
	margin: 0;
	padding: 0;
}
.custom_side h4 {
	font-size: 30px;
}
.custom_side ul {
	font-size: 12px;
	margin-left: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
	list-style-type: square !important;
}


/* =OUR STORY
===================================================== */
.team_member {
	margin-bottom: 30px;
}
.team_member span.team_member_title {
	float: right;
	color: #aaaaaa;
	font-size: 14px;
	position: relative;
	top: 5px;
}
.team_member ul.team_member_icons {
	margin:4px 0 0;
	padding: 0;
}
.team_member ul.team_member_icons li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	margin-right: 3px;
}
.team_member ul.team_member_icons li a:hover {
	opacity: .6;
}

.team_member .headshot {
	position: relative;
	z-index: 0;
}
.team_member .image {
	display:block;
}
.team_member .grid_2 .flag {
	position: absolute;
	bottom:-15px;
	right:3px;
}




/* =ITEM SET
===================================================== */
.item_set h2 {
	margin-bottom: 30px;
}

.item_set ul {
	margin: 0;
	padding: 0;
	list-style-type: none !important;
}

.item_set ul li {
	margin: 0 !important;
	padding: 0 !important;
	list-style-type: none !important;
	width: 186px;
	margin-right: 30px!important;
	margin-bottom: 20px!important;
	float: left;
}

.item_set ul li a {
	display: block;
}

.item_set ul li.last {
	margin-right: 0!important;
}

.item_set ul li .company_logo {
	padding: 5px;
	padding-left: 6px;
	border: 1px solid #DDDDDD;
	background-color: #FFFFFF;
}




/* =INTEGRATIONS
===================================================== */

body.integrations .item_set {
	margin-bottom: 20px;
	padding-bottom: 0;
	border-bottom: 1px solid #DDDDDD;
}

body.integrations .item_set ul li {
	margin-bottom: 10px;
	margin-right: 20px;
}

body.integrations .item_set .company_logo {
	background-color: #FFFFFF;
	padding: 10px;
	margin-bottom: 10px;
}



/* =INTEGRATIONS DETAIL
===================================================== */
body.integrations_detail .item_set {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #DDDDDD;
}

body.integrations_detail .left {
	margin-bottom: 0;
}

body.integrations_detail h2 {
	margin-bottom: 0;
}

body.integrations_detail .integration_author {
	margin-top: -2px;
	font-style: italic;
	margin-bottom: 10px;
}

body.integrations_detail .thumbs {
	margin: 0 !important;
	padding: 0 !important;
	list-style-type: none;
}

body.integrations_detail .thumbs li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	clear: both;
	margin-right: 10px;
	margin-bottom: 10px;
}





/* =EXAMPLES
===================================================== */
.example_parent {
	margin-bottom: 40px;
	padding-bottom: 60px;
	border-bottom: 1px solid #DDDDDD;
}

.example_parent h2 {
	margin-bottom: 0;
}

.example {
	margin-top: 30px;
}

.example .example_content {
	background-image: url(https://cdn.foxycart.com/static/admin/slices/grain2.png);
	background-color: #EEEEEE;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	padding: 15px;
}

.example .view_code {
	background-image: url(https://cdn.foxycart.com/static/admin/slices/grain2.png);
	background-color: #EEEEEE;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	padding: 5px 15px;
	padding-bottom: 10px;
}

.example p {
	margin: 0;
	padding: 0;
}

.example .example_image {
	float: left;
	margin-right: 20px;
	display: block;
}

.example .example_content h3 {
	color: #4C4C52;
	line-height: normal;
	margin-bottom: 5px;
}

.example .example_content h3 span {
	font-size: 14px !important;
	font-weight: normal;
	margin-left: 5px;
}

.example .example_content .button {
	margin-top: 10px;
	float: right;
}

.example .code {
	margin-top: 20px;
}

.example .code p {
	margin: 0;
	padding: 0;
}

.example form {
	margin-top: 20px;
}

.example label.label_left {
	float: left;
	margin-right: 10px;
}

.example label.label_top {
	clear: both;
}

.example input, .example_item select {
	margin-bottom: 10px;
	clear: both;
}

.example input.small {
	width: 50px;
}

.example_left {
	float: left;
	margin-right: 15px;
}



/* =WHY FOXYCART
===================================================== */
.what_foxycart_is {
	margin-bottom: 0;
}

ul.what_foxycart_is_list {
	list-style-type: none !important;
}

ul.what_foxycart_is_list li {
	list-style-type: none !important;
	margin-left: 0 !important;
	padding-bottom: 20px !important;
}

ul.what_foxycart_is_list li:last-child {
	list-style-type: none !important;
	margin-left: 0 !important;
	padding-bottom: 0 !important;
}

ul.what_foxycart_is_list li img {
	position: relative;
	z-index: 0;
}

ul.what_foxycart_is_list li img.shift_left {
	margin-left: -50px;
}

ul.what_foxycart_is_list li img.shift_right {
	margin-right: -50px;
}

ul.what_foxycart_is_list li.even img {
	float: left;
	margin-right: 20px;
}

ul.what_foxycart_is_list li.odd img {
	float: right;
	margin-left: 20px;
}

body.why_foxycart ul.testimonials a {
	display: block;
}

body.why_foxycart ul.testimonials li:last-child {
	margin-right: 0 !important;
}

body.why_foxycart ul.testimonials a:hover {
	color: #4C4C52;
}

body.why_foxycart ul.testimonials a:hover {
	color: #b61211;
}

body.why_foxycart ul.testimonials li p {
	padding-bottom: 10px;
	font-style: italic;
	font-family: Georgia;
	font-size: 15px;
	margin-bottom: 0;
}

body.why_foxycart ul.testimonials li a.more {
	font-weight: bold;
	display: inline;
	margin: 0;
	padding: 0;
}


/* =WHY FOXYCART OLD
===================================================== */
.facts {
	width: 600px;
	height: 250px;
	background-image: url(https://cdn.foxycart.com/static/admin/slices/grain2.png);
	background-color: #EEEEEE;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius: 5px 0 5px 5px;
	border-radius: 5px 0 5px 5px;
	margin-bottom: 40px;
}

.facts .nivoSlider {
	position:relative;
	background:url(../images/nivoslider/loading.gif) no-repeat 50% 50%;
}

.facts .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

.facts .nivoSlider a {
	border:0;
	display:block;
}

.facts .nivo-controlNav {
	position:absolute;
	right: 0;
	top: 0;
	margin-right: -32px;
	background-image: url(https://cdn.foxycart.com/static/admin/slices/grain2.png);
	background-color: #EEEEEE;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	padding: 10px;
}

.facts .nivo-controlNav a {
	display:block;
	width: 12px;
	height: 12px;
	background:url(../images/nivoslider/bullets.png) no-repeat top;
	text-indent:-9999px;
	border:0;
	cursor: pointer;
	margin-bottom: 3px;
}

.facts .nivo-controlNav a.active {
	background-position: bottom
}

.audience {
	padding-top: 20px;
	padding-bottom: 40px;
}

.audience ul.audience_nav {
	margin: 0;
	padding: 0;
	list-style: none !important;
}

.audience ul.audience_nav li {
	float: left;
	list-style: none !important;
	margin: 0;
	padding: 0;
	background-image: url(https://cdn.foxycart.com/static/admin/slices/grain2.png);
	background-color: #EEEEEE;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	height: 40px;
	line-height: 40px;
	margin-right: 2px;
	opacity: .5;
	transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-webkit-transition: opacity .2s linear;
}

.audience ul.audience_nav li.active {
	opacity: 1;
}

.audience ul.audience_nav li.active a {
	color: #b61211;
}

.audience ul.audience_nav li:hover {
	opacity: 1;
}

.audience ul.audience_nav li a {
	font-size: 16px;
	display: block;
	font-family:TitilliumText22LRegular, sans-serif;
	cursor: pointer;
	padding: 0 30px;
	color: #66292C;
}

.audience .audience_content {
	background-image: url(https://cdn.foxycart.com/static/admin/slices/grain2.png);
	background-color: #EEEEEE;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius: 0 5px 5px 5px;
	border-radius: 0 5px 5px 5px;
	padding: 20px;
}

.audience .audience_content div {
	display: none;
}

.audience .audience_content div.active {
	display: inline;
}


/* =TESTIMONIALS
===================================================== */
.testimonials {
	list-style-type: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.testimonials li {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 280px;
	margin-right: 40px !important;
	float: left;
	margin-bottom: 40px;
}

.testimonials li.last {
	margin-right: 0 !important;
}

.testimonials li .image {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}



/* =FORMS
===================================================== */
form fieldset {
	padding-bottom: 0;
	clear: both;
}

form label {
	font-weight: bold;
	display: block;
}

form .text label {
	clear: both;
}

form .field-instructions {
	color: #999999;
	font-size: 12px;
}

form .text input, form .textarea textarea {
	padding: 3px;
	width: 200px;
	margin-top: 5px;
	margin-bottom: 15px;
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
}

form .textarea textarea {
	width: 400px;
}

form fieldset.checkboxgroup {
	padding-top: 5px;
	padding-bottom: 20px;
}

form .checkboxgroup fieldset input {
	margin-right: 5px;
	position: relative;
	top: 1px;
}

form .checkboxgroup fieldset label {
	font-weight: normal;
	margin-bottom: 2px;
}

form .checkboxgroup-options {
	padding-top: 10px;
}

form fieldset.radio fieldset {
	padding-top: 10px;
	padding-bottom: 20px;
}

form fieldset.radio fieldset label {
	font-weight: normal;
	margin-bottom: 2px;
}

form fieldset.radio fieldset input {
	margin-right: 5px;
	position: relative;
	top: 1px;
}

form .submit input {
	width: auto;
	padding: 5px 15px;
}


/* =QUOTES
===================================================== */
.quotes, .quote p,
blockquote, blockquote p {
	list-style-type: none !important;
	margin: 0;
	padding: 0;
	font-family: Georgia;
	font-style: italic;
	font-size: 16px;
	color: #888888;

	-webkit-transition:color .3s ease-in;
	-moz-transition:color .3s ease-in;
	-o-transition:color .3s ease-in;
	transition:color .3s ease-in;

}
.quotes:hover, .quote:hover p,
blockquote, blockquote p {
	color:#000;
}

.quotes li {
	list-style-type: none !important;
	margin-left: 0 !important;
	margin-bottom: 20px;
}

.quotes li:last-child {
	list-style-type: none !important;
	margin-left: 0 !important;
	margin-bottom: 0;
}

.quotes li span {
	color: #66292C;
}

p.cite {
	text-align:right;
	font-size:11px;
	font-style:normal;
}


/* =SLIDESHOW
===================================================== */
.slideshow {
	width: 592px;
	height: 300px;
	margin-bottom: 30px;
	background:url(../images/nivoslider/loading.gif) no-repeat 50% 50%;
	position: relative;
	padding: 3px;
	border: 1px solid #EEEEEE;

}

#slideshow {
	position: relative;
	width: 592px;
	height: 300px;
}

#slideshow img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

#slideshow a {
	border:0;
	display:block;
}


/* =ERROR PAGE
===================================================== */
body.error_page #main {
	text-align: center;
}

body.error_page #main h2 {
	font-size: 200px;
	font-family:TitilliumText22LXBold, sans-serif;
	color: #AAAAAA;
}

body.error_page #main p {
	font-size: 16px;
	color: #AAAAAA;
}


/* =SEARCH RESULTS
===================================================== */
#search_results {
	margin: 0 !important;
	padding: 0 !important;
	list-style-type: none !important;
}

#search_results li {
	margin: 0 !important;
	padding: 0 !important;
	list-style-type: none !important;
}


/* =PAGINATION
===================================================== */
#pagination {
	margin: 0 !important;
	padding: 0 !important;
	list-style-type: none !important;
}

#pagination li:first-child {
	margin: 0 !important;
	padding: 0 !important;
	list-style-type: none !important;
	float: left;
}

#pagination li:last-child {
	margin: 0 !important;
	padding: 0 !important;
	list-style-type: none !important;
	float: right;
}




/* =TABLES
===================================================== */
table.styled {
	width:100%;
}
table.styled a {
	text-decoration:none;
	color:#e01822;
}
table.styled td, th {
	padding:2px 5px;
	text-align:center;
}
table.styled thead th {
	font-weight:normal;
}
span.price {
	color:#6d6d6d;
	font-size:10px;
	font-style:italic;
}
tr.price td, tr.price th {
	background:#f3f8fa;
}

table.styled tbody tr.actions td {
	border:none;
	border-width:0 0 0 0;
}

table.styled tbody th {
	background:#f2f2f2;
	font-weight:normal;
	text-align:left;
}
table.styled tbody th,
table.styled tbody td {
	border:1px dotted #e0e0e0;
	border-width:0 1px 1px 0;
}
table.styled th.h3 {
	padding:15px 0 0 5px;
	background:none;
	border-bottom:1px solid #941318;
}

/* =FAQ
===================================================== */
.question {
	margin-bottom: 10px;
}

/* =ACTIVATE
===================================================== */
.custom_domain_note {
	padding-left: 262px;
	padding-right: 40px;
	margin-top: -5px;
	margin-bottom: 10px;
}

/* =BILLING
===================================================== */
div.legacy_plan {
    border-top: 1px dashed #C1C1C1;
    border-bottom: 1px dashed #C1C1C1;
    padding: 10px 20px;
    margin-bottom: 20px;
}

div.legacy_plan p {
    padding-bottom: 5px;
}