html, body {
    font-family: 'Open Sans','Helvetica Neue', HelveticaNeue, Helvetica, Arial, 'Lucida Grande', sans-serif;
    font-size: 14px; color: #2e2e2e;
    line-height: 1.6;
    height: 100%;
}
body {
   	background: url(/images/freebies/bg.png);
   	margin: 0;
   	padding: 0;
}


.page-margins {
	width: 940px;
	margin: 0 auto;
	position: relative;
}

.header {
	background: white;
	overflow: auto;
}

#component-demo-wrapper {
	background: white;
	border: 1px solid #ddd;
	border-width: 0 0 1px 0;
	box-shadow: 0 2px 2px #ddd;
	min-height: 140px;
	text-align: center;
	position: relative;
}

#component-demo-wrapper.fixed {
	position: fixed; 
	top: 0;
	left: 0; 
	right: 0;
	z-index: 10;
}

#component-demo-wrapper.fixed ~ .page-margins {
	padding-top: 140px;	
}

#component-demo-container {
	margin: 0 auto; 
	text-align: left;
	position: absolute;
	top: 50%;
	left: 50%;
}

#as-seen-on-header {
	display: inline-block; width: 126px; height: 113px;
	background: url(/images/freebies/asseen.png);
	position: absolute; right: 0; top: -120px;
}

#component-demo-wrapper.fixed #as-seen-on-header {
	top: -87px;
}

#properties {
	m!argin: 50px 0;
	overflow: hidden;
}

#properties .col1 {
	width: 450px;
	float: left;
}

#properties .col2 {
	width: 450px;
	float: right;
}

#properties .property-group {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
	box-shadow: 0 1px 0px #fff;
}

#properties .property-group:last-child {
	border-bottom-width: 0;
	box-shadow: none;	
}

#properties .property {
	margin-bottom: 5px;
}

#properties label {
	display: inline-block; width: 200px;
}

#properties input[type=radio], #properties input[type=checkbox] {
	display: none;
}

#properties .radio-property label, #properties .checkbox-property label {
	padding-left: 22px;
	position: relative;
}

#properties .radio-property input[type=checkbox] + label:before {
	content: " ";
	display: inline-block; width: 17px; height: 17px;
	position: absolute; top: 4px; left: 0;
	background: url(/images/ui/formfields-sprite-1.png) 0 0 no-repeat;
}

#properties .radio-property input[type=checkbox]:checked + label:before {
	background-position: -30px 0;
}

#properties .radio-property input[type=radio] + label:after {
	content: " ";
	display: inline-block; width: 20px; height: 17px;
	position: absolute; top: 4px; left: 0;
	background: url(/images/publicsite/formfields-sprite-checkbox-new.png) -59px 0 no-repeat;
}

#properties .radio-property input[type=radio]:checked + label:after {
	background-position: -90px 0;
}


#properties .inline-radio-property label {
	width: auto;
	padding-right: 10px; padding-top: 2px;
	font-weight: 600;
	cursor: pointer;
}

#properties input[type=text] {
	border: 1px solid #ddd;
	box-shadow: 0 1px 2px #ddd inset;
	padding: 5px;
	border-radius: 4px;
	width: 190px;
	font-size: 12px;
    font-family: 'Open Sans','Helvetica Neue', HelveticaNeue, Helvetica, Arial, 'Lucida Grande', sans-serif;
    color: #2b2b2b;
}

.miniColors-trigger {
	position: relative;
	background-image: none;
	border-radius: 3px;
	margin-left: 10px;
	width: 26px;
}

.miniColors-trigger:after {
	content: " ";
	position: absolute; top: -3px; right: -3px; left: -3px; bottom: -3px;
	border: 3px solid #fff;
	border-radius: 4px;
	box-shadow: 0 -1px 1px #bbb;	
}

input[disabled] + .miniColors-trigger:after {
	opacity: 0.7;
}

input[disabled] + .miniColors-trigger {
	opacity: 0.3;	
}

.ui-slider {
    background-color: #E9E9E9;
    border: 1px solid #CCCCCC;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0px 1px 0px rgba(0,0,0,0.2) inset;
    display: inline-block;
    width: 195px;
    margin: 0 5px 0 2px;
    top: 2px;
    height: 8px;
    position:relative; 
    text-align: left;
}

.ui-slider .ui-slider-range {
    background: #34A7C1;
    box-shadow: 0 1px 0px #5B97BB inset;
    border-radius: 4px;
    border: 0 none;
    display: block;
    font-size: 0.7em;
    position: absolute;
    z-index: 1;
    left: 0; bottom: 0; 
    height: 100%;
}

.ui-slider a {
	cursor: pointer; position: absolute; z-index: 2;
	top: -0.3em; margin-left: -0.6em;
    background-color: #F5F5F5;
    border: 1px solid #CCCCCC;
    border-radius: 8px 8px 8px 8px;
    height: 17px;
    width: 17px;
    margin-top: -2px;
    box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.1);
    outline: none;
}

.ui-slider a:before {
	content: " ";
	width: 7px;
	height: 7px;
	display: block;
	position: relative;
	left: 3px; top: 3px;
	border: 1px solid #eee;
	border-radius: 5px;	
}

#properties input.slider-value {
	width: 23px;
	border: 0 none;
	box-shadow: 0 -1px 1px #BBBBBB;
}

.ui-slider.ui-slider-disabled {
	background-color: transparent;
	border-color: #EEE;
}

.ui-slider.ui-slider-disabled .ui-slider-range {
	background-color: #A0D1E1;
	box-shadow: 0 1px 0 #9AABB5 inset;
}

.ui-slider.ui-slider-disabled a {
	background: #EEEEEE;	
	box-shadow: none;
}

#properties .onoffswitch {
	position: relative; width: 35px;
	-webkit-user-select:none; -moz-user-select:none;
	float: right; 
	margin: 10px;
}

#properties .onoffswitch-checkbox {
	display: none;
}

#properties .onoffswitch-label {
	display: block; overflow: hidden; cursor: pointer;
	border: 1px solid #ccc; border-radius: 20px;
	width: auto;
}

#properties .onoffswitch-inner {
	width: 200%; margin-left: -100%;
	-moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s; -ms-transition: margin 0.3s ease-in 0s; -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}

#properties .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
	margin-left: 0;
}

#properties .onoffswitch-inner:before, #properties .onoffswitch-inner:after {
	content: " ";
	float: left; width: 50%; height: 5px; padding: 0;
	font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold; line-height: 5px;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box;
	background-clip: border-box; border: 0 none;
}

#properties .onoffswitch-inner:before {
	padding-left: 10px;
	background-color: #34A7C1; color: #FFFFFF;
	box-shadow: 0 1px 0 #5B97BB inset;
}

#properties .onoffswitch-inner:after {
	padding-right: 10px;
	background-color: #EEEEEE; color: #999999;
	text-align: right;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
}

#properties .onoffswitch-switch {
	width: 19px; 
	background: #F5F5F5;
	border: 1px solid #ccc; border-radius: 20px;
	position: absolute; top: 0; bottom: 0; right: 26px; margin: -5px;
	box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.1);
	-moz-transition: right 0.3s ease-in 0s; -webkit-transition: right 0.3s ease-in 0s; -ms-transition: right 0.3s ease-in 0s; -o-transition: right 0.3s ease-in 0s; transition: right 0.3s ease-in 0s; 
}

#properties .onoffswitch-switch:before {
    border: 1px solid #EEEEEE;
    border-radius: 5px 5px 5px 5px;
    content: " ";
    display: block;
    height: 7px;
    left: 3px;
    position: relative;
    top: 3px;
    width: 7px;
}

#properties .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
	right: 0px; 
}

#properties .link-property {
	font-size: 12px;
}

#properties .onoffswitch-checkbox[disabled] + .onoffswitch-label {
	border-color: #eee;
}

#properties .onoffswitch-checkbox[disabled] + .onoffswitch-label .onoffswitch-switch {
	background: #eee;
	box-shadow: none;
}

#properties .onoffswitch-checkbox[disabled] + .onoffswitch-label:before {
	box-shadow: 0 1px 0 #9AABB5 inset;
	background: #A0D1E1;
}

#supported-browsers {
	text-align: right;
	margin-top: 10px;
}

#supported-browsers .supported-full {
	width: 95px; height: 16px;
	background: url(/images/freebies/supported-browsers-full.png);
	display: inline-block;
}

#supported-browsers .supported-note {
	width: 26px; height: 16px; margin-left: -4px;
	position: relative;
	display: inline-block;
}

#supported-browsers .supported-note.ie {
	background: url(/images/freebies/supported-browsers-ie-note.png);
}

#supported-browsers .supported-note.opera {
	background: url(/images/freebies/supported-browsers-opera-note.png);
}

#supported-browsers .supported-note .tooltip {
	display: none;
	position: absolute;
	bottom: 30px;
	left: -100px;
	width: 200px;
	padding: 10px;
	color: white;
	background: black;
	border-radius: 5px;
	font-size: 11px;
	line-height: 15px;
	text-align: left;
	box-shadow: 0 1px 2px black;
}

#supported-browsers .supported-note:hover .tooltip {
	display: block;
}

#supported-browsers .supported-note .tooltip span {
	font-weight: bold;
	display: block;
	margin-bottom: 3px;	
}

#supported-browsers .supported-note .tooltip:before {
	content: " ";
	width: 10px;
	height: 10px;
	background-color: black;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	bottom: -4px;
	left: -5px;
	margin-left: 50%;
	box-shadow: 0 1px 2px black;
}

.header-with-right {
	overflow: hidden;
}

.header-with-right h3 {
	float: left;	
}

.header-with-right .copy-to-clipboard, .snippet-copy {
	float: right;
	color: #0099CC;
	text-decoration: underline;
	font-size: 12px;	
	cursor: pointer;
	margin: 24px 0;
	font-family: 'Open Sans','Helvetica Neue', HelveticaNeue, Helvetica, Arial, 'Lucida Grande', sans-serif;
}

.code {
	border-radius: 10px;
	background: url("/images/ui/footer-bg.png") repeat scroll 0 0 transparent;
	padding: 15px 20px;
	color: white;
    font-family: 'Open Sans','Helvetica Neue', HelveticaNeue, Helvetica, Arial, 'Lucida Grande', sans-serif;
    font-size: 13px;
    line-height: 18px;	
}

.snippet-text, .snippet-window {
	display: none;
}

.snippet-copy {
	margin-top: -67px;
	margin-right: -20px;
}

.snippet-clipboard {
	overflow: hidden;	
}

.snippet-clipboard embed {
	float: left;
}

#footer {
	border-top: 1px solid #FFF;
	box-shadow: 0 -1px 0 #DDD;
	margin: 50px 0 0;
	padding: 25px 0;
	overflow: hidden;
}

#as-seen-on-footer {
	/*font-family: Georgia, serif;*/
	font-style: italic;
	line-height: 30px;
	float: left;
}

#as-seen-on-footer a {
	text-indent: -9999px;
	display: inline-block; 
	background: url('/images/publicsite/logo.svg') no-repeat center 0px;
	background-size: 100% auto;
	height: 30px;
	width: 114px;
	margin-left: 8px;
}

#footer .social-share {
	float: right;
}

.fb_iframe_widget span {
	vertical-align: baseline!important;
}

.social-share .email {
	 margin: 0 20px 0 0; color: #666; font-weight: 600; padding: 1px 7px 2px; position: relative;
	-moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px;
	border: 1px solid #ccc;
	background: #fefefe;
	background: -moz-linear-gradient(top,  #fefefe 0%, #f1f1f1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#f1f1f1));
	background: -webkit-linear-gradient(top,  #fefefe 0%,#f1f1f1 100%);
	background: -o-linear-gradient(top,  #fefefe 0%,#f1f1f1 100%);
	background: -ms-linear-gradient(top,  #fefefe 0%,#f1f1f1 100%);
	background: linear-gradient(top,  #fefefe 0%,#f1f1f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f1f1f1',GradientType=0 );
	font-size: 11px;
	vertical-align: super;
	text-decoration: none;
}

.social-share .email:hover:before {
	background-image: url(/images/editor/icons-sprite-active-11.png);
}

.pinterest-img {
	position: absolute; top: -9999px; left: -9999px;
}

.transition-off .onoffswitch-switch, .transition-off .onoffswitch-inner {
	-moz-transition: all 0s ease-in 0s; 
	-webkit-transition: all 0s ease-in 0s; 
	-ms-transition: all 0s ease-in 0s; 
	-o-transition: all 0s ease-in 0s; 
	transition: all 0s ease-in 0s;
}

#more-freebies {
	display: inline-block; padding: 10px 15px;
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	background: #868F91;
	position: fixed; top: 50%; left: -55px;
	border-radius: 0 0 5px 5px;
	color: #fff; text-decoration: none;
	font-family: "aktiv-grotesk-std","Open Sans",Helvetica,sans-serif; font-size: 18px;
	box-shadow: 0 2px 0 #2C3335;
}

/* DEVICE TEMPLATES */
#maincontent .block-list > *, #maincontent .dashboard-listing > * {
	display: block;
	background-color: white;
	border-style: solid;
	border-width: 0 0 1px;
	border-color: #ededed #ededed #dcdcdc;
	margin-bottom: 20px;
	overflow: hidden;
}

#maincontent .block-list > *:last-child {
	border-bottom-width: 0;	
}

.freebies > article {
	padding: 25px 540px 25px 0px;
	background: no-repeat right bottom;
	height: 290px; position: relative;
}

#maincontent .freebies h3 {
	font-weight: 600;
	font-family: 'Open Sans','Helvetica Neue',HelveticaNeue,Helvetica,Arial,'Lucida Grande',sans-serif;
	line-height: 30px;
	margin: 0 0 20px;
	color: #000;
}

.freebies .details {
	margin: 30px 0 0 -9px;
}

.freebies .details > div {
	width: 50px; padding-top: 27px; height: 20px;
	border-left: 1px dashed #ccc; float: left; 
	text-align: center; color: #666; font-size: 11px;
	position: relative;
}

.freebies .details .size span {
	display: block; position: absolute; top: 3px; left: 0; width: 100%;
	font-weight: 600; font-size: 23px; color: #c0c0c0; text-align: center;
}

.freebies .details > div:first-child {
	border-left: 0 none;	
}

.freebies .details .time {
	background: url(/images/publicsite/demos-sprite.png) -24px 5px no-repeat;
}

.freebies .details .qrcode {
	background: url(/images/publicsite/demos-sprite.png) -120px 5px no-repeat;
}

.freebies .details .css3 {
	background: url(/images/publicsite/demos-sprite.png) -286px 5px no-repeat;
}

.freebies .details .psd {
	background: url(/images/publicsite/demos-sprite.png) -349px 2px no-repeat;
}

.freebies .details .png {
	background: url(/images/publicsite/demos-sprite.png) -407px 2px no-repeat;
}

.blue-btn, .blue-btn:visited, .blue-btn:hover, .blue-btn:active, .blue-btn:focus, .blue-btn:link {
	font-family: "aktiv-grotesk-std","Open Sans",Helvetica,sans-serif;
	color: white;
	padding: 4px 11px 5px; display: inline-block; margin-bottom: 2px;
	background: #40c8f4;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px;
	cursor: pointer;
	width: auto;
	outline:0;
	border: 0; box-shadow: none;
	text-decoration: none;
	box-shadow: 0 2px 0px #158EB0;
}

.blue-btn:hover {
	background: #36AAD0;
}

.blue-btn:active, .form-container .actions button[type="submit"]:active, .form-container .actions input[type="submit"]:active {
	position:relative;
	top:1px;
}

#device-skins-freebie .header {
	border: 1px solid #ddd;
	border-width: 0 0 1px 0;
	box-shadow: 0 2px 2px #ddd;
	margin-bottom: 30px;
}
#device-skins-freebie .header .page-margins {
	padding: 60px 0 40px;
	background: url(/images/freebies/devicetemplates_headerimg.png) right -11px no-repeat white;
}

#device-skins-freebie .header .page-margins h1 {
	margin-top: 0;
}

#devices-as-seen-on-ghost {
	display: block;
	position: absolute;
	width: 275px;
	height: 110px;
	top: 76px;
	right: 30px;
}

pre { border: 0 none; background: transparent;}