/* Page set-ups. */

* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: inherit;
}
a img {
	outline: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
em, strong {
	font-weight: normal;
	font-style: normal;
}
.hide {
	display: none;
}
html {
	min-width: 876px; /* So that the navbar doesn't wrap. */
}
html#index {
	min-width: 1100px; /* For the video */
}
body {
	background: #ebebeb;
	position: relative;
	padding-bottom: 20px;
	margin: 0;
}
	
/* Fonts */
	
@font-face {
 font-family: "Chrono Regular";
 src: url("ChronoWebRegular.eot");
 src: local("☺"),  url("ChronoWebRegular.woff") format("woff");
}
@font-face {
 font-family: "Chrono Medium";
 src: url("ChronoWebMedium.eot");
 src: local("☺"),  url("ChronoWebMedium.woff") format("woff");
}
@font-face {
 font-family: "Chrono Bold";
 src: url("ChronoWebBold.eot");
 src: local("☺"),  url("ChronoWebBold.woff") format("woff");
}
@font-face {
 font-family: "Chrono Light";
 src: url("ChronoWebLight.eot");
 src: local("☺"),  url("ChronoWebLight.woff") format("woff");
}
/* ! Header */

 
 header {
	position: absolute;
	height: 85px;
	width: 100%;
	top: 0;
	font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
	/* ! FIX ME: You can see the edge of the header texture. Color/gradient doesnt' match 100%. */
	background-image:  -webkit-linear-gradient(#1d2035 0%, #333957 100%);
	background-image:  -moz-linear-gradient(#1d2035 0%, #333957 100%);
	background-image:  -o-linear-gradient(#1d2035 0%, #333957 100%);
	background-image:   linear-gradient(#1d2035 0%, #333957 100%);
	background-position: 50% 100%, 0% 0%;
	background-repeat: no-repeat, repeat;
	background-size: 1800px 379px;
	-webkit-background-size: 1800px 379px;
	-moz-background-size: 1800px 379px;
	-o-background-size: 1800px 379px;
}
header #big_icon {
	width: 491px;
	position: relative;
	margin: 12px auto -117px auto;
}

.addthis_floating_style {border:1px solid #dbdbdb;box-shadow:0 2px 3px #dbdbdb; padding:10px 6px 15px !important;filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr='#fcfcfc',endcolorstr='#ededed',gradientType=0); background: -moz-linear-gradient(top, #fcfcfc, #ededed 100%);background: -webkit-gradient(linear, 0 0, 0 100%, from(#fcfcfc), to(#ededed));}
header h1 {
 	height: 394px;
	color: transparent;
	text-indent: -9999px;
	position: relative;
	-webkit-background-size: 413px 394px;
	-moz-background-size: 413px 394px;
	-o-background-size: 413px 394px;
	background-size: 413px 394px;
}
header p#availdate {
	margin: 0;
	padding: 15px 40px;
	font-family: HelveticaNeue-Bold, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 36px;
	color: #e30016;
	top: 138px;
	left: 20px;
	background: rgb(235,235,235);
	-webkit-transform: rotate(353deg);
	-moz-transform: rotate(353deg);
	-o-transform: rotate(353deg);
	transform: rotate(353deg);
	position: absolute;
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
	-o-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}
/* Tape holding up the "available date" paper */

header p#availdate:before, header p#availdate:after {
	content: "";
	width: 30px;
	background: #999;
	margin-left: -10px;
	position: absolute;
	bottom: 0px;
	opacity: 0.2;
	border: 1px solid #666;
}
header p#availdate:before {
	height: 64%;
	left: -8px;
	top: 12px;
	-webkit-transform: rotate(4deg);
	-moz-transform: rotate(4deg);
	-o-transform: rotate(4deg);
	transform: rotate(4deg);
}
header p#availdate:after {
	height: 58%;
	right: -14px;
	top: 14px;
	-webkit-transform: rotate(-6deg);
	-moz-transform: rotate(-6deg);
	-o-transform: rotate(-6deg);
	transform: rotate(-6deg);
}
/* ! Navbar */

nav#buttonbar {
	height: 75px;
	text-align: center;
	margin: 0 auto;
	position: relative;
}
#buttonbar section.nav-button {
	height: 75px;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
}
#buttonbar section.nav-button a {
	padding: 20px 10px 20px 15px;
	position: relative;
	-webkit-font-smoothing: antialiased;
}
#buttonbar div.buttonHighlight {
	position: absolute;
	height: 85px;
	background-image: url(nav-button-highlight.png);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom left;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	opacity: 0.01;
}
#buttonbar section.nav-button:hover div.buttonHighlight {
	opacity: 1;
}
#buttonbar section.nav-button a.button {
	background-repeat: no-repeat;
	background-position: 10px 50%;
	display: block;
}
.nav-button p {
	color: #7c8090;
	font-size: 13px;
	text-align: left;
}
.nav-button h3 {
	font-weight: normal;
	font-size: 24px;
	color: #ffffff;
	text-align: left;
}
section#button-get a {
	background-image: url(top-logo.png);
	-webkit-background-size: 48px 48px;
	-moz-background-size: 48px 48px;
	-o-background-size: 48px 48px;
	background-size: 48px 48px;
}
section#button-help a {
	-webkit-background-size: 48px 48px;
	-moz-background-size: 48px 48px;
	-o-background-size: 48px 48px;
	background-size: 48px 48px;
}
section#button-plugins a {
	-webkit-background-size: 48px 48px;
	-moz-background-size: 48px 48px;
	-o-background-size: 48px 48px;
	background-size: 48px 48px;
}
section#button-get {
	margin-right: 100px;
}
section#button-get div.buttonHighlight {
	width: 300px;
	background-size: 300px;
}
section#button-download div.buttonHighlight {
	width: 188px;
	background-size: 188px;
}
section#button-help div.buttonHighlight {
	width: 176px;
	background-size: 176px;
}
section#button-plugins div.buttonHighlight {
	width: 176px;
	background-size: 176px;
}
/* ! Main Content */

.contentwidth {
	width: 800px;
	margin: 0 auto;
}
#pitch {
	padding-top: 112px;
	display: table;
}
#pitch p {
	display: table-cell;
	width: 50%;
	padding: 0px 10px;
}
#pitch h3 {
	font-family: "Chrono Regular", sans-serif;
	font-size: 34px;
	color: #436fa2;
	text-align: center;
	background-image: -webkit-linear-gradient(#2c5b92 50%, #0a3978 100%);/* 	background-image: linear-gradient(#2c5b92 50%, #0a3978 100%); */
}
#pitch h4 {
	font-family: "Chrono Medium", sans-serif;
	font-size: 40px;
	color: #48aedf;
	text-align: center;
	margin-bottom: 20px;
	background-image: -webkit-linear-gradient(#259fd9 50%, #05629b 100%);/* 	background-image: linear-gradient(#259fd9 50%, #05629b 100%); */
}
#pitch h3, #pitch h4 {
	/* 	text-shadow: 0px 1px 0px #fff; */
	-webkit-background-clip: text, border;
	-webkit-text-fill-color: transparent;
}
#pitch p {
	font-family: "Chrono Regular", sans-serif;
	color: #414141;
	font-size: 14px;
	line-height: 22px;
	text-align: justify;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
#pitch p strong {
	font-family: "Chrono Bold", sans-serif;
	font-weight: normal;
}
section#tourvideo {
	background: #434652 -webkit-linear-gradient(rgba(255, 255, 255, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
	background: #000000 -moz-linear-gradient(rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 100%);
	background: #000000 -ms-linear-gradient(rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 100%);
	background: #000000 -o-linear-gradient(rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 100%);
	/* 	background: #434652 linear-gradient(rgba(255,255,255,0.20) 0%, rgba(0,0,0,0.20) 100%); */
	margin: 20px 0;
	padding: 20px 0px 40px 0px;
	width: 100%;
}
section#tourvideo.chromejob {
	background: black;
}
section#tourvideo h3 {
	font-family: "Chrono Light", sans-serif;
	color: #ffffff;
	font-size: 32px;
	line-height: 22px;
	margin: 20px auto;
	font-weight: normal;
	text-align: center;
}
#youtube {
	height: 320px;
	-webkit-perspective-origin: 25% 50%;
	-moz-perspective-origin: 25% 50%;
	perspective-origin: 25% 50%;
	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	perspective: 800px;
	width: 600px;
	margin: 0 auto;
}
body#glary.revealed:before {
	content: " ";
	display: block;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
}
body#glary.revealed #youtube {
	overflow: visible;
}
body#glary.revealed header {
	z-index: -1;
}
#video {
	-webkit-mask-box-image: url('Screencast-Mask.png');
	mask-box-image: url('Screencast-Mask.png');
	-webkit-transform: rotateX(180deg) rotateY(180deg) rotateZ(180deg) scale(1) translateX(0%) translateY(0%);
	-moz-transform: rotateX(180deg) rotateY(180deg) rotateZ(180deg) scale(1) translateX(0%) translateY(0%);
	-o-transform: rotateX(180deg) rotateY(180deg) rotateZ(180deg) scale(1) translateX(0%) translateY(0%);
	transform: rotateX(180deg) rotateY(180deg) rotateZ(180deg) scale(1) translateX(0%) translateY(0%);
}
#video.chromejob {
	-webkit-mask-box-image: none;
}
#tourvideo #playButton {
	display: inline-block;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	padding: 12px 10px 10px 10px;
	background: #981fed -webkit-linear-gradient(#ff9a57 0%, #ff4e00 50%, #ee4900 51%, #d44100 100%);
	background: #981fed -moz-linear-gradient(#ff9a57 0%, #ff4e00 50%, #ee4900 51%, #d44100 100%);
	background: #981fed -ms-linear-gradient(#ff9a57 0%, #ff4e00 50%, #ee4900 51%, #d44100 100%);
	background: #981fed -o-linear-gradient(#ff9a57 0%, #ff4e00 50%, #ee4900 51%, #d44100 100%);
	/* 	background: #981fed linear-gradient(#ff9a57 0%, #ff4e00 50%, #ee4900 51%, #d44100 100%); */
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: inset 0px 1px 2px rgba(255, 255, 255, .75), 0px 1px 2px rgba(0, 0, 0, .5);
	-moz-box-shadow: inset 0px 1px 2px rgba(255, 255, 255, .75), 0px 1px 2px rgba(0, 0, 0, .5);
	-o-box-shadow: inset 0px 1px 2px rgba(255, 255, 255, .75), 0px 1px 2px rgba(0, 0, 0, .5);
	box-shadow: inset 0px 1px 2px rgba(255, 255, 255, .75), 0px 1px 2px rgba(0, 0, 0, .5);
	text-shadow: 0 -1px 0 #b55b1f;
}
#tourvideo #playButton:active {
	background: #981fed -webkit-linear-gradient(#ee4900 0%, #ff4e00 50%, #ee4900 51%, #ff4e00 100%);
	background: #981fed -moz-linear-gradient(#ee4900 0%, #ff4e00 50%, #ee4900 51%, #ff4e00 100%);
	background: #981fed -ms-linear-gradient(#ee4900 0%, #ff4e00 50%, #ee4900 51%, #ff4e00 100%);
	/* 	background: #981fed linear-gradient(#ee4900 0%, #ff4e00 50%, #ee4900 51%, #ff4e00 100%); */
	-webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, .25), 0px 0px 1px rgba(0, 0, 0, .25);
	-moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, .25), 0px 0px 1px rgba(0, 0, 0, .25);
	/* 	-o-box-shadow: inset 0px 1px 2px rgba(0,0,0,.25), 0px 0px 1px rgba(0,0,0,.25); */
	box-shadow: inset 0px 1px 2px rgba(0, 0, 0, .25), 0px 0px 1px rgba(0, 0, 0, .25);
}
#tourvideo #playButton:after {
	content: '▶';
	font-size: 20px;
	line-height: 20px;
	margin-left: 8px;
}
section#tour-details:before {
	content: ' ';
	display: block;
	position: relative;
	top: -40px;
	width: 100%;
	height: 20px;
	background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .08) 80%, rgba(0, 0, 0, .13) 100%);
	background: -moz-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .08) 80%, rgba(0, 0, 0, .13) 100%);
	background: -ms-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .08) 80%, rgba(0, 0, 0, .13) 100%);
	background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .08) 80%, rgba(0, 0, 0, .13) 100%);
	/* 	background: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,.08) 80%, rgba(0,0,0,.13) 100%); */
	-webkit-box-shadow: 0 3px 2px rgba(255, 255, 255, .25);
	-moz-box-shadow: 0 3px 2px rgba(255, 255, 255, .25);
	-o-box-shadow: 0 3px 2px rgba(255, 255, 255, .25);
	box-shadow: 0 3px 2px rgba(255, 255, 255, .25);
}
section#tour-details.noshadow:before {
	display: none;
}
section#tour-details {
	
	background-image: url(tour-details-separator-line.png) ;
	background-repeat: repeat-x, repeat-x, repeat-x, repeat-x, repeat-x, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
	background-position: 50% 140px, 50% 472px, 50% 804px, 50% 1086px, 50% 1330px, 50% 140px, 50% 472px, 50% 804px, 50% 1086px, 50% 1330px;
}
html#index.firefox section#tour-details {
	background-position: 50% 140px, 50% 484px, 50% 824px, 50% 1110px, 50% 1365px, 50% 140px, 50% 484px, 50% 824px, 50% 1110px, 50% 1365px;
}
html#index.opera section#tour-details {
	background-position: 50% 140px, 50% 465px, 50% 790px, 50% 1060px, 50% 1304px, 50% 140px, 50% 465px, 50% 790px, 50% 1060px, 50% 1304px;
}
html#index.win section#tour-details.chromejob {
	background-position: 50% 140px, 50% 485px, 50% 830px, 50% 1110px, 50% 1364px, 50% 140px, 50% 485px, 50% 830px, 50% 1110px, 50% 1364px;
}
section#tour-details div.missturkey {
	width: 900px;
	margin: 0 auto;
}
section.feature-block {
	padding: 20px;
	width: 410px;
	margin: 0 auto;
	float: left;
}
section#tour-details h2 {
	padding-top: 0px;
}
section#tour-details section#antivirus h3 {
	background-image: url(features_big_12.png);
}
section#tour-details section#cleanup h3 {
	background-image: url(features_big_6.png);
}
section#tour-details section#diskusage h3 {
	background-image: url(features_big_7.png);
}
section#tour-details section#recovery h3 {
	background-image: url(features_big_2.png);
}
section#tour-details section#updator h3 {
	background-image: url(features_big_9.png);
}
section#tour-details section#uninstaller h3 {
	background-image: url(features_big_8.png);
}
section#tour-details section#duplicate h3 {
	background-image: url(features_big_14.png);
}
section#tour-details section#encryptor h3 {
	background-image: url(features_big_1.png);
}
section h2 {
	font-family: "Chrono Medium", sans-serif;
	color: #2D5B95;
	font-size: 36px;
	text-align: center;
	text-shadow: 0px 1px 0px #fff;
	font-weight: normal;
}
section#tour-details h2 {
	color: #2D5B95;
}
section#makestuff h2 {
	color: #464646;
	font-family: "Chrono Medium", sans-serif;
}
section#tour-details h3 {
	font-family: "Chrono Regular", sans-serif;
	background-repeat: no-repeat;
	background-position: 0px 2px;
	margin: 10px 0px 20px 0px;
	padding-left: 40px;
	font-size: 36px;
	background-size: 32px 32px;
	-webkit-background-size: 32px 32px;
	-moz-background-size: 32px 32px;
	-o-background-size: 32px 32px;
}
section#tour-details h3 span {
	-webkit-background-clip: text, border;
	background-clip: text, border;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
	display: block;
}
section#tour-details h3 strong {
	font-family: "Chrono Medium", sans-serif;
	font-weight: normal;
}
section#tour-details section#antivirus h3 span {
	color: #213A88;
	background-image: -webkit-linear-gradient(#0A267B 0%, #213A88 100%);/* 	background-image: linear-gradient(#0A267B 0%, #213A88 100%); */
 }
section#tour-details section#cleanup h3 span {
	color: #3D518F;
	background-image: -webkit-linear-gradient(#283E83 0%, #3D518F 100%);/* 	background-image: linear-gradient(#283E83 0%, #3D518F 100%); */
 }
section#tour-details section#diskusage h3 span {
	color: #3E6E8F;
	background-image: -webkit-linear-gradient(#0A3642 0%, #3E6E8F 100%);/* 	background-image: linear-gradient(#0A3642 0%, #3E6E8F 100%); */
 }
section#tour-details section#recovery h3 span {
	color: #3B7BC2;
	background-image: -webkit-linear-gradient(#0843A7 0%, #3B7BC2 100%);/* 	background-image: linear-gradient(#0843A7 0%, #3B7BC2 100%); */
 }
section#tour-details section#updator h3 span {
	color: #2589BE;
	background-image: -webkit-linear-gradient(#0F6CAF 0%, #2589BE 100%);/* 	background-image: linear-gradient(#0F6CAF 0%, #2589BE 100%); */
 }
section#tour-details section#uninstaller h3 span {
	color: #2098DA;
	background-image: -webkit-linear-gradient(#1480D2 0%, #2098DA 100%);/* 	background-image: linear-gradient(#1480D2 0%, #2098DA 100%); */
 }
section#tour-details section#duplicate h3 span {
	color: #4F22A9;
	background-image: -webkit-linear-gradient(#251195 0%, #4F22A9 100%);/* 	background-image: linear-gradient(#251195 0%, #4F22A9 100%); */
 }
section#tour-details section#encryptor h3 span {
	color: #8340D5;
	background-image: -webkit-linear-gradient(#651ECB 0%, #8340D5 100%);/* 	background-image: linear-gradient(#651ECB 0%, #8340D5 100%); */
 }
section#tour-details section#feature-list h3 span {
	color: #9E124E;
	background-image: -webkit-linear-gradient(#8B052C 0%, #9E124E 100%);/* 	background-image: linear-gradient(#8B052C 0%, #9E124E 100%); */
 }
section#tour-details section#feature-glary h3 span {
	color: #9E124E;
	background-image: -webkit-linear-gradient(#8B052C 0%, #9E124E 100%);/* 	background-image: linear-gradient(#8B052C 0%, #9E124E 100%); */
 }

section#tour-details h4 {
	font-family: "Chrono Regular", sans-serif;
	color: #000000;
	font-size: 18px;
	display: list-item;
	list-style-position: inside;
	margin-top: 5px;
}
section#tour-details .active h4 {
	color: #eee;
}
section#tour-details .active p {
	color: #999;
}
section#tour-details p, section#tour-details li {
	font-family: "Chrono Regular", sans-serif;
	color: #646464;
	font-size: 15px;
	margin-bottom: 15px;
}
section#feature-list h3 {
	font-family: "Chrono Regular", sans-serif;
	text-align: center;
	padding-left: 0px;
}
section#tour-details ul {
	list-style: none;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	-o-column-count: 3;
	column-count: 3;
	text-align: center;
}
section#tour-details li {
	display: block;
	color: #000;
}
 section#tour-details li:nth-child(1), section#tour-details li:nth-child(2), section#tour-details li:nth-child(3), section#tour-details li:nth-child(4), section#tour-details li:nth-child(5) {
 text-align: left;
}
 section#tour-details li:nth-child(11), section#tour-details li:nth-child(12), section#tour-details li:nth-child(9), section#tour-details li:nth-child(10)  {
 text-align: right;
}
/* ! Screenshots */

.well {
	/*	background: rgba(0,0,0,.1);*/
	text-align: center;
	padding: 5px 0;
	margin: 20px 0px;
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 1px 1px rgba(255, 255, 255, 0.4);
}
#screenshots {	background: rgba(0,0,0,.1);
}
.well .screenshot {
	display: inline-block;
	width: 180px;
	height: 112px;
	margin: 20px 28px;
	text-indent: -9999px;
	color: transparent;
	background-repeat: no-repeat;
	-webkit-background-size: 180px 112px;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}
#screenshot1 {
	background-image: url(macbooster/clean-memory-sm.jpg);
}
#screenshot2 {
	background-image: url(macbooster/internet-security-sm.jpg);
}
#screenshot3 {
	background-image: url(macbooster/uninstaller-sm.jpg);
}
#screenshot4 {
	background-image: url(macbooster/duplicate-finder-sm.jpg);
}
 
section#glaryutilities {
	margin-right: auto;
	margin-left: auto;
}
section#glaryutilities h2 {
	font-family: "Chrono Regular", sans-serif;
	color: #bf0017;
	font-size: 36px;
	text-align: center;
	margin: 20px auto;
}
section#glaryutilities h2 strong {
	font-family: "Chrono Medium", sans-serif;
	font-weight: normal;
}
 
section#glaryutilities p {
 	font-size:15px;
	line-height: 25px;
 }
section#glaryutilities p span {
	display: inline-block;
	text-decoration: none;
	padding-left: 56px;
	margin-left: 8px;
	/* 	background: url(images/glaryutilities-appstore_icon.png) no-repeat 0% 50%; 
	background: url(glaryutilities-icon.png) no-repeat 0% 6px;*/
	color: #acebfe;
	background-size: 50px 50px;
	-webkit-background-size: 50px 50px;
	-moz-background-size: 50px 50px;
	-o-background-size: 50px 50px;
}
 
footer {
	text-transform: uppercase;
	font-size: 11px;
	font-family: "Chrono Regular", sans-serif;
	text-align: center;
	margin: 40px auto;
	color: rgba(0, 0, 0, .35);
	padding-top: 24px;
 	-webkit-background-size: 48px 49px;
	-moz-background-size: 48px 49px;
	-o-background-size: 48px 49px;
	background-size: 48px 49px;
}
 
 
 
#pitch h4 ins {
	color: #e30067; /* For Firefox */
	background-image: -webkit-linear-gradient(#e30067 50%, #c20065 100%);
	/* 	background-image: linear-gradient(#e30067 50%, #c20065 100%); */
	-webkit-background-clip: text, content;
	background-clip: text, content;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
	text-decoration: none;
}
span#price-glary {
	color: #e30067;
}
#pitch h4 del {
	color: #259fd9; /* For Firefox */
	-webkit-background-clip: border;
	background-clip: border;
	-webkit-text-fill-color: currentcolor;
	text-fill-color: currentcolor;
	background-color: transparent;
	background-image: none;
}
 
form input {
	font-size: medium;
}
 
.popover {
}
.popover:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 20px;
	right: 20px;
	height: 22px;
	background: white;
}
.popover:after {
	content: "";
	z-index: -1;
	width: 16px;
	height: 16px;
	background: #fff;
	margin-left: -10px;
	position: absolute;
	bottom: -8px;
	left: 50%;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	box-shadow: 0px 5px 20px rgba(0, 0, 0, .5);
}
section#orderpage p.salenote {
	margin: 10px 0;
	font-family: "Chrono Regular", sans-serif;
	text-align: center;
}
section#orderpage p.salenote em {
	font-family: "Chrono Medium", sans-serif;
	color: #444;
}
span#price-glary {
	color: #b80036;
	font-family: "Chrono Medium", sans-serif;
}
#item-table {
	display: table;
	width: 590px;
	margin: 0 auto;
}
div.item-row {
	display: table-row-group;
}
.item-row label {
	display: table-cell;
	padding: 10px 2px;
	cursor: hand;
}
, item-row span {
 display: table-cell;
 vertical-align: middle;
}
.item-row label.itemtitle {
	font-family: "Chrono Medium", sans-serif;
	text-align: right;
	padding-right: 42px;
	background-position: 100% 50%;
	background-repeat: no-repeat;
}
 .item-row input[type="radio"] {
	margin: auto 10px;
}
section#what .item-row input[type="number"] {
	width: 3em;
}
section#what div.item-row#glary-upgrade-oldserial {
	display: block;
	opacity: 0.2;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}
div#glary-upgrade-oldserial label#mf_oldserialLabel {
	display: block;
	margin-right: 0;
	margin-left: 200px;
	margin-top: -10px;
}
section.form-section {
	margin: 20px;
	padding: 10px 20px;
}
section.form-section h2 {
	font-size: 24px;
	font-weight: normal;
	font-family: "Chrono Medium", sans-serif;
	margin: 10px;
	text-align: left;
	color: rgb(65, 65, 65);
}
ul#notes {
	font-size: 13px;
	line-height: 22px;
	margin: 10px auto 10px;
	width: 430px;
	text-align: left;
	padding-left: 135px;
}
#notes li a {
	color: #666;
	text-decoration: underline;
}
ul#notes li em {
	font-family: "Chrono Medium", sans-serif;
}
ul#notes li {
	list-style: none;
	padding-left: 24px;
}
 
#who fieldset {
	display: table;/* 	width: 100%; */
}
div.formgroup {
	display: table;
	width: 680px;
	margin: 0 auto;
}
div.formgroup label, div.formgroup span {
	display: table-cell;
	width: 50%;
	font-size: 16px;
	vertical-align: middle;/* 	outline: 1px solid blue; */
}
div.formgroup label {
	text-align: right;
	padding: 6px 4px 6px 0;
	width: 40%;
}
div.formgroup span {
	text-align: left;
	padding: 6px 50px 6px 4px;
	width: 60%;
}
div.formgroup span input {
	width: 80%;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
}
section#how fieldset.item-table {
	display: table;
	margin: 20px auto;
	width: 520px;
}
.table-row {
	display: table-row-group;
	vertical-align: middle;
}
div.table-cell {
	display: table-cell;
	padding: 5px;
}
 
 
 input#progressButton, input#finish {
	-khtml-appearance: none;
	padding: 5px 18px;
	margin: 20px auto;
	width: 250px;
	font: 16px HelveticaNeue, HelveticaNeue, Helvetica, Arial, sans-serif;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
	-webkit-border-radius: 26px;
	-moz-border-radius: 26px;
	-o-border-radius: 26px;
	border-radius: 26px;
	border: 1px solid rgba(0, 0, 0, .35);
	background-color: #ddd;
	background-image: -moz-linear-gradient(top, #f6f6f6, #dddddd);
	background-image: -ms-linear-gradient(top, #f6f6f6, #dddddd);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#ddd)), -webkit-gradient(linear, left top, left bottom, from(#9dec63), to(#7fd141));
	background-image: -o-linear-gradient(linear, left top, left bottom, from(#f6f6f6), to(#ddd)), -o-linear-gradient(linear, left top, left bottom, from(#9dec63), to(#7fd141));
	/*     background-image: linear-gradient(linear, left top, left bottom, from(#f6f6f6), to(#ddd)), linear-gradient(linear, left top, left bottom, from(#9dec63), to(#7fd141)); */
    background-position: 0px 0, 0 0;
	background-repeat: no-repeat, no-repeat;
	-webkit-background-size: 900px 30px, 1000px 30px;
	-moz-background-size: 900px 30px, 1000px 30px;
	-webkit-transition-property: -webkit-box-shadow, background-position;
 -webkit-transition-duration: .16s;
	-moz-transition-property: -moz-box-shadow, background-position;
 -moz-transition-duration: .16s;
	-ms-transition-property: -ms-box-shadow, background-position;
 -ms-transition-duration: .16s;
	-o-transition-property: -o-box-shadow, background-position;
 -o-transition-duration: .16s;
	transition-property: box-shadow, background-position;
 transition-duration: .16s;
}
input#finish {
	padding: 5px;
	margin: 0;
	width: 100px;
	font-size: 12px;
}
input#progressButton:active, input#finish:active {
	background-image: -moz-linear-gradient(top, #cccccc, #dddddd);
	background-image: -ms-linear-gradient(top, #cccccc, #dddddd);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#ddd)), -webkit-gradient(linear, left top, left bottom, from(#70bb38), to(#8ad851));
	background-image: -o-gradient(linear, left top, left bottom, from(#ccc), to(#ddd)), -o-gradient(linear, left top, left bottom, from(#70bb38), to(#8ad851));/*     background-image: linear-gradient(linear, left top, left bottom, from(#ccc), to(#ddd)), linear-gradient(linear, left top, left bottom, from(#70bb38), to(#8ad851)); */
}
input#progressButton:hover, input#finish:hover {
	-webkit-box-shadow: 0 0px 4px #399cff;
	-moz-box-shadow:  0 0px 4px #399cff;
	-o-box-shadow:  0 0px 4px #399cff;
	box-shadow:  0 0px 4px #399cff;
}
/* Plugins */

section.content {
	font-family: "Chrono Regular", sans-serif;
	padding-top: 412px;
	width: 900px;
	margin: 0 auto;
}
section.content h3 {
	font-family: "Chrono Regular", sans-serif;
	font-size: 34px;
	color: #436fa2;
	text-align: center;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
}
section.content h4 {
	font-family: "Chrono Medium", sans-serif;
	font-size: 40px;
	color: #48aedf;
	text-align: center;
	margin-bottom: 20px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
}
ul.plugins-list {
	font-family: "Chrono Regular", sans-serif;
	font-size: 14px;
	list-style: none;
	display: table;
	width: 760px;
	margin: 20px auto;
	/* 	padding: 10px 0; */
	background-color: #fafafa;
	border-radius: 10px;
	-webkit-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.25);
	-o-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.25);
	box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.25);
	overflow: hidden;
}
ul.plugins-list li {
	list-style: none;
	display: table-row-group;
}
ul.plugins-list li a {
	display: table-row;
}
 ul.plugins-list li:nth-child(even) {
}
 ul.plugins-list li:nth-child(odd) {
}
ul.plugins-list li:hover {
	background-color: rgba(205, 235, 255, 0.25);
	-webkit-transition-property: all;
 -webkit-transition-duration: .3s;
	-moz-transition-property: all;
 -moz-transition-duration: .3s;
	-o-transition-property: all;
 -o-transition-duration: .3s;
	transition-property: all;
 transition-duration: .3s;
}
ul.plugins-list p {
	display: table-cell;
	vertical-align: top;
	padding: 8px;
	padding-left: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	margin: 0px;
	outline: none;
}
ul.plugins-list p.plugin-name {
	font-family: "Chrono Medium", sans-serif;
	text-align: left;
	width: 35%;
}
ul.plugins-list p.plugin-desc {
	text-align: left;
	font-family: "Chrono Light", sans-serif;
	width: 65%;
}
span.plugin-req {
	font-family: "Chrono Light", sans-serif;
	color: #999;
	font-style: italic;
}
ul.plugins-list li.divider {
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.4) 70%);
	background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.4) 70%);
	background-image: -ms-linear-gradient(rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.4) 70%);
	background-image: -o-linear-gradient(rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.4) 70%);
	/* 	background-image: linear-gradient(rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.4) 70%); */
    -webkit-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.25);
	-o-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.25);
	box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.25);
}
ul.plugins-list li.divider:hover {
	background-color: transparent;
}
ul.plugins-list li.divider p {
	font-family: "Chrono Medium", sans-serif;
	color: rgba(0, 0, 0, .95);
	color: rgba(255, 255, 255, 0.95);
	text-shadow: 0 1px 0 rgba(255, 255, 255, .85);
	text-shadow: 0 1px 0 rgba(0, 0, 0, .95);
	text-transform: uppercase;
}
.content p {
	width: 700px;
	margin: 20px auto;
	text-align: left;
}
.content p a, section#plugins-placeholder dl dt, div#plugincreator-downloads dl dt {
	text-decoration: underline;
	color: blue;
}
 
.table tr td, .table input{ line-height:20px; padding: 5px;	font-family: "Chrono Medium", sans-serif;
}

.table p { clear:both; width:800px;}