html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

@font-face {
  font-family: 'bariol';
  src: url("../eot/bariol_regular-webfont.eot");
  src: url("../eot/bariol_regular-webfontd41d.eot?#iefix") format("embedded-opentype"), url("../woff/bariol_regular-webfont.woff") format("woff"), url("../ttf/bariol_regular-webfont.ttf") format("truetype"), url("../svg/bariol_regular-webfont.svg#bariol_regularregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.displayFont, h1, h2, h3, h4, h5, h6 {
  font-family: "bariol", sans-serif;
  text-transform: uppercase;
}

.bodyFont, body, .btn {
  font-family: "Open Sans", sans-serif;
  text-transform: none;
}

.content {
  width: 960px;
  margin: 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clear {
  clear: both;
}

.clearfix {
  overflow: hidden;
  *zoom: 1;
}

.left {
  float: left;
}

.right {
  float: right;
}

.displayIB {
  display: inline-block;
}

.mid, .third, .quarter {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-top: 1em 0;
}

.mid {
  width: 48%;
}
.mid + .mid {
  margin-left: 4%;
}
.mid:nth-of-type(3n) {
  margin-left: 0;
}

.third {
  width: 30.66667%;
}
.third + .third {
  margin-left: 4%;
}
.third:nth-of-type(4n) {
  margin-left: 0;
}

.quarter {
  width: 22%;
  padding: 1em;
}
.quarter + .quarter {
  margin-left: 4%;
}
.quarter:nth-of-type(5n) {
  margin-left: 0;
}

.alignCenter {
  text-align: center;
}

body {
  line-height: 1.8;
  color: #868686;
}

#main-header {
//  overflow: hidden;
  *zoom: 1;
}
#main-header #main-menu {
  display: inline-block;
  margin-left: 0px;
  margin-top: 5px;
  vertical-align:top;
}
#main-header #main-logo {
  margin-top: 10px;
  margin-right:20px;
}
#main-header #main-menu li {
  font-size: 14px;
  display: inline-block;
}
#main-header #main-menu li + li {
  margin-left: 0px;
}
#main-header #main-menu li a
 {
//  text-transform: uppercase;
//  color: #868686;
//  font-weight: 600;
//  padding:5px;
}
#main-header #main-menu li
 {
//  text-transform: uppercase;
//  color: #868686;
//  font-weight: 600;
//  padding:5px;
}
#main-header #main-menu li a:hover, #main-header #main-menu li a.current  {
  color: #fc6e79;
}
.menu-current
{
  color: #fc6e79;
}
.create-button {
	background-color:#fc6e79;
	color:#fff !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  cursor:pointer;
}
.create-button:hover {
  background-color: #e7656f;
}
#main-footer {
	margin-top:100px;
  overflow: hidden;
  *zoom: 1;
  padding-top: 2em;
}
#main-footer #legals {
  font-size: 0.875em;
  position: relative;
  top: 0.2em;
}
#main-footer #legals a {
  color: #868686;
  border-bottom: 1px dotted #868686;
}
#main-footer #legals a:hover {
  border: none;
}
#main-footer #social-icons {
  text-align: center;
}
#main-footer #social-icons li {
  display: inline-block;
}
#main-footer #social-icons li + li {
  margin-left: 5px;
}
#main-footer #social-icons li a {
  display: block;
  width: 38px;
  height: 38px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #fc6e79 url(../png/social-icons.png) no-repeat 10px center;
}
#main-footer #social-icons li a:hover {
  background-color: #e7656f;
}
#main-footer #social-icons li a#icon-twitter {
  background-position: -43px center;
}
#main-footer #social-icons li a#icon-fb {
  background-position: -95px center;
}

#home .btn {
  margin: 1.0em 0;
}
#home #content-home article {
  text-align: center;
}

#home #content-home {
  overflow: hidden;
  *zoom: 1;
  margin-top:50px;
}
#home #content-home p, #home #quote-home p {
  font-size: 1.0em;
}
#home #quote-home {
  border-top: 1px solid #dfdfdf;
  padding-top: 5em;
  background: url(../png/quote.png) center 3em no-repeat;
}
#home #quote-home p {
  font-size: 28px;
  font-style: italic;
  text-align: center;
}
#home #quote-home footer {
  font-size: 18px;
  text-align: right;
  font-style: italic;
  font-weight: 600;
  color: #626e88;
}


::selection {
  background: #c3c4c6;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  margin: 0.5em 0;
}

h1 {
  font-size: 1.875em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.125em;
}

h5 {
  font-size: 0.875em;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}
img.alignleft {
  float: left;
  margin: 1em 1em 1em 0;
}
img.alignright {
  float: right;
  margin: 1em 0 1em 1em;
}
img.aligncenter {
  display: block;
  margin: 1em auto;
}

.btn {
  text-transform: uppercase;
  color: white;
  padding: 1.25em 1.5625em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 0.875em;
  font-weight: 600;
  display: inline-block;
  border: none;
  cursor: pointer;
  position: relative;
  opacity: 1;
  top: 0;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  background-color: #d1dc6b;
  text-decoration: none !important;
}
.btn:hover {
  background-color: #c0ca62;
}
.btn img {
  vertical-align: middle;
  margin-right: 10px;
}
.btn:active {
  -webkit-box-shadow: inset 0 2px 1px 0 rgba(0, 0, 0, 0.2) !important;
  -moz-box-shadow: inset 0 2px 1px 0 rgba(0, 0, 0, 0.2) !important;
  box-shadow: inset 0 2px 1px 0 rgba(0, 0, 0, 0.2) !important;
}
.btn.btn-blue {
  background-color: #4dcdc4;
}
.btn.btn-blue:hover {
  background-color: #46bcb4;
}
.btn.btn-red {
  background-color: #fc6e79;
}
.btn.btn-red:hover {
  background-color: #e7656f;
}
.btn.btn-fb {
  background: white;
  color: #4764b3;
}
.btn.btn-fb img {
  vertical-align: middle;
  margin-right: 5px;
}
.btn.btn-fb:hover {
  background: #e2eaff;
}
.btn.btn-cancel {
  background: #d6d6d6;
}
.btn.btn-cancel:hover {
  background: #aaaaaa;
}
.btn.btn-big {
  font-size: 24px;
  font-weight: 500;
}
.btn.btn-medium {
  font-size: 20px;
  font-weight: 500;
  padding: 10px 20px;
}
.btn.btn-bigger {
  font-size: 36px;
  font-weight: 750;
  margin-left:50px;
  margin-right:50px;
}
.btn.btn-small {
  padding: 10px 20px;
  line-height: 21px;
  font-size: 12px;
  font-weight: 600;
}
.btn.btn-addpic {
  padding: 5px 12px;
  line-height: 22px;
  font-size: 12px;
  font-weight: 600;
  position: relative;
  top:-12px;
}
.btn.btn-3d {
  -webkit-box-shadow: 0 5px 0 0 #fc6e79;
  -moz-box-shadow: 0 5px 0 0 #fc6e79;
  box-shadow: 0 5px 0 0 #fc6e79;
}
.btn.btn-3d:hover {
  top: 5px;
  -webkit-box-shadow: 0 0 0 0 #fc6e79;
  -moz-box-shadow: 0 0 0 0 #fc6e79;
  box-shadow: 0 0 0 0 #fc6e79;
}
.btn.btn-3d.btn-blue {
  -webkit-box-shadow: 0 5px 0 0 black;
  -moz-box-shadow: 0 5px 0 0 black;
  box-shadow: 0 5px 0 0 black;
}
.btn.btn-3d.btn-blue:hover {
  top: 5px;
  -webkit-box-shadow: 0 0 0 0 black;
  -moz-box-shadow: 0 0 0 0 black;
  box-shadow: 0 0 0 0 black;
}
.btn span {
  display: inline-block;
  height: 16px;
  width: 16px;
  position: relative;
  top: 2px;
  margin-right: 1em;
}

.picto {
  display: inline-block;
  width: 26px;
  height: 22px;
  background: url("../png/pictos3.png") top left no-repeat;
  cursor: pointer;
}
.picto-img {
  position: relative;
  top:8px;
  cursor: pointer;
}
.picto.picto-mail {
  background-position: -120px top;
}
.picto.picto-mail:hover {
  background-position: -120px bottom;
}
.picto.picto-share {
  background-position: -60px top;
}
.picto.picto-share:hover {
  background-position: -60px bottom;
}
.picto.picto-unshare {
  background-position: -60px top;
}
.picto.picto-unshare:hover {
  background-position: -60px bottom;
}
.picto.picto-archive {
  background-position: -30px bottom;
}
.picto.picto-unarchive {
  background-position: -30px top;
}
.picto.picto-unarchive:hover {
  background-position: -30px bottom;
}
.picto.picto-trash {
  background-position: -90px bottom;
}
.picto.picto-untrash {
  background-position: -90px top;
}
.picto.picto-untrash:hover {
  background-position: -90px bottom;
}
.picto.picto-wip {
  cursor: default;
  background-position: left bottom;
}
.picto.picto-unwip {
  background-position: left top;
}
.picto.picto-unwip:hover {
  background-position: left bottom;
}

.picto.picto-unshare-menu {
  background-position:  -60px top;
  position:relative;
  top:5px;
}

.picto.picto-unwip-menu {
  background-position: left top;
  position:relative;
  top:5px;
}
.picto.picto-unarchive-menu {
  background-position: -30px top;
  position:relative;
  top:5px;
}
.picto.picto-untrash-menu {
  background-position: -90px top;
  position:relative;
  top:5px;
}
.picto.picto-download {
  background-position: -150px top;
}
.picto.picto-download:hover {
  background-position: -150px bottom;
}
.picto.picto-url {
  background-position: -180px top;
}
.picto.picto-url:hover {
  background-position: -180px bottom;
}
.picto.picto-invite {
  background-position: -210px top;
}
.picto.picto-invite:hover {
  background-position: -210px bottom;
}
.picto.picto-more {
  background-position: -240px top;
}
.picto.picto-more:hover {
  background-position: -240px bottom;
}
.picto.picto-contest {
  background-position: -270px top;
}
.picto.picto-contest:hover {
  background-position: -270px bottom;
}
.picto.picto-edit {
  background-position: -300px bottom;
}
.picto.picto-edit:hover {
  background-position: -300px top;
}
.picto.picto-del {
  background-position: -330px top;
}
.picto.picto-del:hover {
  background-position: -330px bottom;
}
.picto.picto-apps {
  background-position: -360px top;
}
.picto.picto-apps:hover {
  background-position: -360px bottom;
}

a {
	color:#fc6e79;
}
a:hover {
	color:#c60413;
}
.btn:hover {
	color:#fff;
}
.hide {
	display:none;
}
.subtitle {
  font-size: 36px;
  font-family: bariol, sans-serif;
}
.hint {
	margin-top:20px;
	margin-bottom:20px;
	font-size:18px;
}
.comment {
	margin-top:20px;
	margin-bottom:20px;
	font-size:14px;
}
.code {
	display: inline-block;
	color: #fff;
	background-color: #a04040;
	padding:5px;
	border-radius: 3px;
}
.pic {
	border-radius: 5px;
}
.thumb {
	width:192px;
	height:192px;
}
.link {
	color: #868686;
	border-bottom: 1px dotted #868686;
}
.error {
	color: #c00;
}
.fieldName {
	text-align: right;
	color:#333;
	display: inline-block;
	width: 200px
}
.field {
	width:240px;
	background-color: #fff;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}
.cut {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.odd0 {
	background-color: #ddd;
}
.dump {
	font-size:80%;
	color: #000;
}
.dump .thead td {
	background-color: #626e88;
	color: white;
	text-transform: uppercase;
}
.dump td {
	border: 1px solid black;
	padding: 0px 3px;
}
.dump tr:hover {
	background-color:#eee;
}
.myapps {
	border-collapse: separate;
	border-spacing: 2px;
}
.myapps .thead td {
	background-color: #626e88;
	color: white;
	text-transform: uppercase;
}
.myapps td {
	padding: 10px;
	background-color: #4dcdc4;
	color: white;
}


.postAttach {
	width:384px;
	text-align:center;
	vertical-align:middle;
}
.postContent {
	width:300px;
	display:inline-block;
	margin-left:10px;
	padding:20px;
}

.postEditTitle {
	width:600px;
}
.postEditOrder {
	width:100px;
}
.postEditAttach {
	width:470px;
	height:200px;
}
.postEditContent {
	width:470px;
	height:200px;
}
.postEditCurrent {
	color: #626e88;
}
.buttonDown {
	color: #626e88;
}

.buttonAdmin {
	font-size:60%;
}

.beta {
	position:absolute;
	top:5px;
	left:0px;
	color:#fc6e79;
	font-size:100%;
	font-family: "bariol", sans-serif;
}	

.home-border {
  padding-top: 20px;
  padding-bottom: 10px;
  background: #000;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
}

.video {
	display:inline-block;
	position: relative;
	width:320px;
	height:240px;
}
.video a {
  display: inline-block;
  width: 68px;
  height: 68px;
  text-align: center;
  position: absolute;
  top: 35%;
//  left: 50%;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  
}
.video a img {
  margin-top: 1em;
  margin-left: 0.2em;
}
.video:hover a {
  background: rgba(0, 0, 0, 0.9);
}
.v3d {
	display:block;
	position: relative;
	width:192px;
	height:192px;
	background-size:192px 192px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;

}


.connect-box{
	color: black;
	margin: 1em 10px 0.5em;
	font-size: 0.875em;
}
.connect-box .user-name  {
	position:relative;
	top:-10px;
	color:#000;
	font-weight: 600;
}
.thing .user-name  {
	color:#000;
	font-weight: 600;
}
.fblike {
	position:relative;
	top:10px;
	margin-left:20px;
}

.action {
	margin:10px 0;
	text-align:center;
	padding: 15px 25px;
}
.action .btn.btn {
	font-size: 18px;
}
.action .btn.btn {
  margin-left: 20px;
}
.header-container {
	position:relative;
	font-family: "bariol", sans-serif;
	background: #4dcdc4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
	padding:20px;
	margin-top:10px;
	color: white;
	font-size:18px;
}
.header-container .invite {
	font-size:14px;
}
.header-container .invite a{
	color: white;
}
.header-container .invite a:hover{
	color: #444;
}


.things-filter ul {
  display: inline-block;
}
.things-filter ul + ul {
  margin-left: 30px;
}
.things-filter ul li {
  float: left;
  border: 1px solid #d8d8d8;
}
.things-filter ul li:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -ms-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.things-filter ul li:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.things-filter ul li + li {
  border-left: none;
}
.things-filter ul li.current, .things-filter ul li:hover {
  border-color: #505075;
}
.things-filter ul li.current a, .things-filter ul li:hover a {
  color: white;
  background: #505075;
}
.things-filter ul li a {
  padding: 15px 18px;
  display: block;
  background: #f3f3f3;
  font-size: 14px;
  letter-spacing: -10%;
  color: #868686;
  position: relative;
  height: 31px;
}
.things-filter ul li .lower {
  padding: 18px 18px 12px 18px;
}
.deviceName {
  display:inline-block;
  width:160px;
  position:relative;
  top:5px;
}
.deviceForm input {
  color: black;
  font-size: 18px;
  padding: 5px 10px;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: white;
  width:200px;
}
.userForm input {
  color: black;
  font-size: 18px;
  padding: 5px 10px;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: white;
  width:200px;
}
.userUpdate {
	margin-top:5px;
	float:right;
	text-decoration: none !important;
}
.header-white a {
	color:#fff;
	text-decoration: underline;
}
.header-container .form-line {
	margin:30px 0;
}
.header-container .form-logins {
	display:inline-block;
	width:240px;
}
.header-container .form-logins-failed {
	background-color:#f00;
}
.header-container .form-logins-ok {
	background-color:#fff;
	color:#000;
}
.header-container .form-label {
  display: inline-block;
  width: 340px;
  text-align:right;
  margin-right:30px;
}
.header-container .form-label-small {
  display: inline-block;
  width: 300px;
  text-align:right;
  margin-right:30px;
}
.header-container .form-line-pwd {
	margin:10px 0;
}
.header-container .form-label-pwd {
  display: inline-block;
  width: 160px;
  margin-right:30px;
}
.header-container .account-note {
	font-size: 24px;
	color: #626e88;
}
.header-container .account-name {
	font-size: 60px;
	line-height: 50px;
	padding: 5px 10px;
	margin: 20px 0;
}
.header-container .account-name input{
  color: black;
  width: 400px;
  font-size: 60px;
  padding: 5px 10px;
  margin: -20px ;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: white;
  }
.header-container .form-line-pwd input{
  color: black;
  padding: 5px 10px;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: white;
  }
.header-container #passw-btn {
  width: 192px;
  padding: 1.25em 0;
  text-align: center;
  margin-top: 10px;
  padding: 5px 0;
  font-size: 14px;
}
.header-container .thumb {
  position: relative;
}
.header-container .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}

.header-container .overlay .btn {
  top: 80px;
  left: 50%;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

  
.header-container .account-info {
	font-size: 14px;
	padding-left:10px;
}
.header-container .account-plan {
	font-size: 18px;
	padding-left:10px;
}
.header-container .slasher-note {
	font-size: 24px;
	color: #626e88;
	margin-left:30px;
}
.header-container .slasher-user {
	font-size: 60px;
	line-height: 50px;
	color: white;
	margin-left:30px;
}
.header-container .slasher-icons {
	margin-top:30px;
	margin-left:30px;
}
.header-container .form-line input {
  color: black;
  font-size: 18px;
  padding: 5px 10px;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: white;
}
.thing-name {
	font-size: 48px;
	line-height: 50px;
	color: white;
	margin-left:30px;
	width:500px;
}
.thing-name input{
  color: black;
  width: 400px;
  font-size: 48px;
  font-family: "bariol", sans-serif;
  padding: 5px 10px;
  margin-left: 0px ;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: white;
  }
.thing-creation {
	font-size: 14px;
	color: white;
	margin-left:30px;
	margin-top:10px;
}
.thing-desc {
	font-size: 14px;
	color: white;
	margin-left:30px;
	margin-top:10px;
}
.thing-desc input{
  color: black;
  width: 600px;
  font-size: 14px;
  padding: 5px 10px;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: white;
  }
.thing-icons {
	font-size: 14px;
	line-height: 50px;
	color: white;
	margin-left:30px;
	margin-top:20px;
}
.owner-note {
  font-size: 9px;
  text-transform: uppercase;
  color:white;
}
.owner-name {
  font-weight: 600;
  font-size: 14px;
  color: #626e88;
  line-height: 14px;
}
.thing-icons {
	width: 700px;
}
.thing-icons li {
  display: inline-block;
  float: left;
  background: white;
  width: 60px;
  height: 41px;
  text-align: center;
  line-height: 38px;
 }
.thing-icons li+li {
	border-left: 1px solid #d8d8d8;
}
.thing-icons a {
  vertical-align: middle;
}
.icons li:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -ms-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
/* line 607, ../sass/_pages.sass */
.icons li:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
	margin-right:20px;
}
/* line 605, ../sass/_pages.sass */
.icons0 li {
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
	margin-right:20px;
}
.fb-btn {
	text-transform: uppercase;
	color: #4764b3;
	font-size: 12px;
	font-weight: 600;
}
.thing-icons .fblike {
	position:relative;
	top:5px;
	display:inline-block;
	margin-left:20px;
	width:200px;
}

.titleFolder {
  padding: 15px 0;
}

.thing-switch {
  padding: 15px 0;
  border-bottom: 1px solid #d8d8d8;
  padding: 0 !important;
  margin-top: 30px;
}
.thing-switch-a {
  display: inline-block;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  border-top: 5px solid #505075;
  border-left: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
  padding: 15px 25px;
  background: white;
  position: relative;
  top: 2px;
  margin-left: 20px;
  color: #505075;
}
.thing-switch-a.inactive {
  border: 1px solid #d8d8d8;
  color: #868686;
  background: #f3f3f3;
  top: 1px;
}
.thing-switch-content {
	min-height: 500px;
	display:inline-block;
}
.thing-print {
 margin:18px;
 padding:20px;
 display:inline-block;
 width:240px;
 height:460px;
 text-align:center;
	background: #4dcdc4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.thing-print-pic {
 width:240px;
 height:100px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.thing-print-desc {
 width:240px;
 height:300px;
 display: table-cell;
 vertical-align:middle;
 text-align: center;
 color:#fff;
}
.things-container {
  margin-top: 30px;
}
.thing {
  border: 1px solid #d8d8d8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: #f3f3f3;
  width: 192px;
  height:282px;
  display:inline-block;
  padding: 13px;
  margin-bottom: 26px;
  margin-right: 8px;
  margin-left: 8px;
}
.thing:hover {
  width: 192px;
  border-width: 2px;
  padding: 12px;
}
.thing h3{
  color:#888;
  text-align: left;
  font-size: 14px;
  text-transform: none;
  font-weight: bold;
  padding-bottom: 10px;
  font-family: "Open Sans", sans-serif;
}
.sharedFileIcon {
	cursor:pointer;
	position:absolute;
	right:-8px;
	top:-8px;
	width:32px;
	height:32px;
	background-image: url(../png/star.png);
}
.sharedFileIconDelete:hover {
	background-image: url(../png/delete.png);
}
.thing .thing-thumb {
  text-align: center;
  position:relative;
}
.thing .thing-meta {
  position: relative;
}
.thing .thing-meta .user-thumb {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  line-height: 0;
  margin-right: 8px;
}
.thing .thing-meta p {
  font-size: 9px;
  display: block;
  text-transform: uppercase;
}
.thing .thing-meta .user-name {
  font-size: 9px;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  color: #626e88;
  width: 90px;
}
.thing .thing-meta .thing-date {
  line-height: 12px;
  font-size: 12px;
}
.thing .thing-meta .controls {
  margin-top: 10px;
}
.thing.thing-green {
  border-color: #d1dc6b;
}
.thing.thing-green h3, .thing.thing-green h3 a{
  color: #d1dc6b;
}
.thing.thing-red{
  border-color: #fc6e79;
}
.thing.thing-red h3, .thing.thing-red h3 a {
  color: #fc6e79;
}
.thing.thing-blue{
  border-color: #4dcdc4;
}
.thing.thing-blue h3, .thing.thing-red h3 a {
  color: #4dcdc4;
}

.news-aside {
  width: 170px;
  margin-right: 50px;
}
.news-aside li a {
  display: block;
  padding: 10px 30px;
  width: 110px;
  text-transform: uppercase;
  color: #626e88;
  font-weight: 600;
}
.news-aside li a:hover, .news-aside li a.current {
  color: #fc6e79;
}
.news-aside li + li {
  border-top: 1px solid #dfdfdf;
}

#news-home {
  border-top: 1px solid #dfdfdf;
}
#guide-home {
  border-top: 1px solid #dfdfdf;
}
.home-title {
  font-size: 34px;
  font-family: "Open Sans", sans-serif;
  margin-bottom:0px;
  margin-top:40px;
  color:#000;
}
.home-claim {
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  margin-bottom:10px;
  color:#000;
}

.home-subtitle {
  color:rgb(37,165,156);
  font-size: 34px;
  font-family: "Open Sans", sans-serif;
//  font-weight: bold;
  margin-bottom:30px;
  margin-top:40px;
}

.post {
  overflow: hidden;
  *zoom: 1;
  margin-bottom:50px;
}
.post .title {
	color:rgb(37,165,156);
	font-size: 20px;
	font-family: "Open Sans", sans-serif;
  font-weight: bold;
  margin-bottom:10px;
  text-align:left;
}
.post p {
  font-size: 14px;
  margin: 20px 0;
}
.post p a {
  color: #fc6e79;
  border-bottom: 1px dotted #fc6e79;
  font-weight: 600;
}
.postAttach img {
max-width:384px;
}
.post p a:hover {
  color: #e2636c;
  border: none;
}
.post ul {
list-style-type: circle;
}
.post ul li {
  font-size: 14px;
  margin: 20px 0;
}
.post ul li a {
  color: #fc6e79;
  border-bottom: 1px dotted #fc6e79;
  font-weight: 600;
}
.post ul li a:hover {
  color: #e2636c;
  border: none;
}
.post .thumb {
/*  float: left;*/
  margin-right: 20px;
}
.post .btn {
  margin-top: 1.0em;
}
.share-btns {
  display:inline-block;
}
.abuse {
	position:absolute;
	right:10px;
	bottom:0px;
}

.partner {
  display: inline-block;
  width: 180px;
  height: 90px;
  background-repeat: no-repeat;
  background-position: left bottom;
  margin: 20px 18px;
}
.partner:hover  {
  position: relative;
  top:5px;
  left:5px;
//  background-position: left top;
}
.getstarted {
	width:290px;
	margin:10px;
	padding:30px;
	position:relative;
	font-family: "bariol", sans-serif;
	background: #4dcdc4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
	color: white;
	font-size:18px;
	text-align:center;
}
.getstarted-premium {
	width:660px;
	margin:10px;
	padding:30px;
	position:relative;
	font-family: "bariol", sans-serif;
	background: rgb(254, 110, 120);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
	color: white;
	font-size:18px;
	text-align:center;
}

.faq ul {
	list-style-type: disc;
	margin-bottom:100px;
}
.faq-questions {
	color:#000;
	cursor:pointer;
}
.getstarted ul {
	margin-left: 40px;
	list-style-type: disc;
	text-align:left;
}
.apps-overview {
//	position:relative;
//	font-family: "bariol", sans-serif;
//	font-size:18px;
	text-align:left;
	margin-bottom:20px;
}

.apps-step {
	width:680px;
	margin:20px auto;
	padding:30px;
	position:relative;
	font-family: "bariol", sans-serif;
	background: #4dcdc4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
	color: white;
	font-size:18px;
	text-align:center;
}
.apps-step h2{
	color: white;
}
.apps-os {
	margin:20px 10px;
}
.tuto-frame {
	height:400px;
	text-align:center;
	vertical-align:top;
}
.tuto-number {
	width:30px;
	height:30px;
	text-align:center;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  background-color: #fc6e79;
  margin-right:20px;
  color:white;
}
.tuto-frame p {
	margin:10px 0px;
	font-size:18px;
}
.tuto-frame a {
	margin:10px 0px;
}
.tuto-learn {
	margin-top:10px;
	margin-left:160px;
}
.tuto-pic {
	width:128px;
	height:128px;
	margin:5px;
	cursor:pointer;
}
.tuto-learn-tr {
	height:30px;
	cursor:pointer;
}
.tuto-button-disabled {
	background-color:#ccc;
}
.tuto-title {
	font-weight: bold;
}
.tuto-text {
	text-align:center;
	vertical-align:top;
}
.tuto-space-bottom {
	margin-bottom:10px;
}
.tuto-space-top {
	margin-top:10px;
}
.tuto-close {
	display:inline-block;
}
.testimony {
	display: inline-block;
	font-size:12px;
	width:460px;
}	
.testimony2 {
	display: inline-block;
	font-size:12px;
	width:740px;
}	
.testimony-box {
	border: 5px solid;
	height:280px;
	margin-bottom:5px;
	padding-top:20px;
}
.testimony-box2 {
	margin-bottom:5px;
	padding-top:20px;
}
.testimony-pic {
	border-radius: 50%;
}
.testimony-text {
	font-size:18px;
	margin-right:20px;
	border-bottom: 3px double #bbb;
	margin-bottom:10px;
	padding-bottom:10px;

}
.testimony-text2 {
	font-size:12px;
	font-style: italic;
	margin-right:20px;
	border-bottom: 3px double #bbb;
	margin-bottom:10px;
	padding-bottom:10px;
}
.testimony-slasher {
	font-size:12px;
  font-weight: bold;
  margin-right:10px;
	
}
#appList {
	text-align:center;
}
.appsGroup {
	margin-bottom:30px;
	background:#4dcdc4;
	position:relative;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	text-align:center;
	color:#fff;
	padding:20px;
	margin-top:10px;
	font-size:18px;
}
.appIcon {
	display:inline-block;
	width:128px;
	height:128px;
	padding-top:16px;
	color:#000;
	font-size: 12px;
	cursor:pointer;
	text-align:center;
}
.appSelect {
	background-color:#4dcdc4;
}
.appIcon img {
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
  border-radius: 18px;
  width:96px;
  height:96px;
}
.appContent {
	width:920px;
	display:none;
	padding:20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 6px;
	background-color:#4dcdc4;
	color:#000;
}

.app-pic {
 width:240px;
 height:100px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.app-desc {
 vertical-align:middle;
 text-align: center;
 color:#fff;
 margin-top:20px;
 margin-bottom:20px;
}
.app-desc-small {
font-size:12px;
}

.choice {
	width:156px;
	margin:10px;
	padding:10px;
	font-family: "bariol", sans-serif;
	background: #4dcdc4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
	color: white;
	font-size:18px;
	text-align:center;
	cursor:pointer;
	display:inline-block;
}
.choice:hover {
  background-color: #3dbdb4;
}
.home-partner {
	font-family: "bariol", sans-serif;
	font-size:20px;
	cursor:pointer;
	margin-left:20px;
	margin-right:20px;
	display:inline-block;
	line-height:20px;
	margin-bottom:20px;
}

.quotes-slider {
	font-family: "bariol", sans-serif;
	font-size:20px;
	cursor:pointer;
	width:450px;
	display:inline-block;
	line-height:20px;
	margin-bottom:20px;
}
.quotes-slider a {
	color:#868686;
}
.partner-logo {
	margin-right:10px;
	display:inline-block;
	height:60px;
}
.quotes-logo {
	margin-right:10px;
	display:inline-block;
	height:40px;
}
.partner-logo {
	margin-right:10px;
	display:block;
}
.stlpercolor {
	margin-top:20px;
	color:#fff;
	text-decoration: underline;
	cursor:pointer;
}
.thingExtra {
	color:#fff;
	cursor:pointer;
}
.stlcolor {
	width:64px;
	height:32px;
	display:inline-block;
	margin:10px;
}
.features-table {
	width:100%;
	margin-top:20px;
}
.features-table tr td {
	text-align:center;
	vertical-align:top;
	padding-bottom:20px;
}
.features-picto {
	width:64px;
	height:64px;
}
.features-title {
  color:rgb(37,165,156);
  font-size: 34px;
  font-family: "Open Sans", sans-serif;
  margin-bottom:30px;
}
.features-quote {
	font-size: 28px;
    font-style: italic;
}
.features-subtitle {
  margin-top:40px;
  color:rgb(37,165,156);
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
}
.features-list {
  margin-left:50px;
}
.features-list li{
list-style-type:disc;
}
.features-desc {
  font-weight: bold;
}
.features-examples {
	width:100%;
	margin-top:20px;
}
.features-examples tr td {
	text-align:center;
	vertical-align:top;
}
.features-compare {
	width:720px;
	margin-left:10px;
	margin-top:20px;
}
.features-compare tr td {
	text-align:center;
	vertical-align:top;
	border:1px solid #dfdfdf;
}
.home-who li {
	list-style-image: url('../png/tick-std.png');
	list-style-position: inside;
}
.home-sep {
	width:100%;
	border-top: 1px solid #dfdfdf;
	margin-top:20px;
}
.center {
	width:100%;
	text-align:center;
}
.center-small {
	width:740px;
	text-align:center;
	margin: 0 auto;
}
.center table {
	margin: 0 auto;
}

.center-small table {
	margin: 0 auto;
}
.trombino {
	width:100%;
}
.trombino tr td {
	text-align:center;
	padding-bottom:40px;
  vertical-align:top;
}
.trombino tr td div {
  font-weight: bold;
}
.thingiverse-file {
	padding:10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
	cursor:pointer;
}
.thingiverse-file:hover{
	background-color:#ddd;
	transition:all .4s ease 0s;
}
.thingiverse-file a {
	color:#000;
}
.admin_row {
	cursor:pointer;
}
.admin_row:hover {
	background-color:#ccc;
}
.admin_user {
	width:100%;
	margin-bottom:10px;
	margin-top:10px;
}
.admin_user td {
	padding:10px;
}
.admin_user span {
	color:#f88;
}
.admin_user input {
	cursor:pointer;
}
.folder {
	display:inline-block;
	height:30px;
	padding:10px;
	margin-right:10px;
	color:#4dcdc4;
}
.folderOther {
	border-radius: 5px;
}
.folderOther:hover {
	background-color: #fff;
}
.folderCurrent {
	background-color: #4dcdc4;
	border-radius: 5px;
	color:white;
}
.folderCurrent:hover {
	background-color: #46bcb4;
	color:white;
}
.folderReadonly {
	font-style: italic;
	color:#d1dc6b;
}
.folderReadonly {
	font-style: italic;
	color:#d1dc6b;
}
.folderReadonly.folderCurrent {
	background-color:#d1dc6b !important;
	color:white !important;
	
}
.folderArchive {
	background-color: #fc6e79;
	border-radius: 5px;
	color:white;
}
.folderArchive:hover {
	background-color: #e7656f;
	color:white;
}
.folderClose {
	width:48px;
	cursor:pointer;
	background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.folderAdd {
	width:24px;
	cursor:pointer;
	vertical-align:middle;
}
.folderClose:hover {
	background-color:#fee;
}
.plans {
	width:100%;
	margin-top:20px;
}
.plans tr td {
	text-align:center;
	vertical-align:bottom;
	border:1px solid #dfdfdf;
	padding-top:8px;
	padding-bottom:5px;
}
.plans-bottom-line td{
	padding-bottom:20px;
}
.plans-feature {
	cursor:pointer;
}
.plans-head td{
	font-weight: bold;
	border:0px !important;
	vertical-align:middle !important;
}
.plans-feature-head {
	color:#aaa;
	font-weight: bold;
}
.plans-feature:hover {
	background-color:#eee;
}
.plans-head .plans-premium {
	background-color:#4dcdc4;
	color:white;
}
.plans-head .plans-green {
	background-color:#d1dc6b;
	color:white;
}
.plans-head .plans-red {
	background-color:#fc6e79;
	color:white;
	border-top-right-radius:5px;
}
.plans-head .plans-free {
	background-color:#aaa;
	color:white;
	border-top-left-radius:5px;
}
.plans-head .plans-pro {
	background-color:#505075;
	color:white;
	border-top-right-radius:5px;
}
.plans-head .plans-edu {
	background-color:#fc6e79;
	color:white;
}
.plans-bottom-line td{
	border:0px !important;
	padding-bottom:10px !important;
	vertical-align:middle !important;
}
.plans-bottom-line .plans-free {
	background-color:#aaa;
	color:white;
	border-bottom-left-radius:5px;
}
.plans-bottom-line .plans-premium {
	background-color:#4dcdc4;
	color:white;
}
.plans-bottom-line .plans-green {
	background-color:#d1dc6b;
	color:white;
}
.plans-bottom-line .plans-red {
	background-color:#d1dc6b;
	color:white;
	border-bottom-right-radius:5px;
}
.plans-bottom-line .plans-pro {
	background-color:#505075;;
	color:white;
	border-bottom-right-radius:5px;
}
.plans-bottom-line .plans-edu {
	background-color:#fc6e79;;
	color:white;
}
.plans-renew {
	background-color:#fc6e79;;
	color:white;
}
.plans-head .plans-renew {
	border-top-right-radius:5px;
	border-top-left-radius:5px;
}
.plan-full {
	font-size:12px;
	margin-bottom:20px;
}
.plans-detail {
	display:none;
	padding:10px;
	text-align:left !important;
	font-size:14px;
}
.plan-dol {
    font-size: 70%;
    vertical-align: super;
    margin-right: 2px;
}
#licenseForm input {
  color: black;
  font-size: 18px;
  padding: 5px 10px;
  background: white;
  width:200px;
}
.role {
	cursor:pointer;
}
.role:hover {
	background-image: url(../png/tick-std.png);
	background-repeat: no-repeat;
	background-position: center;
}
.role-red {
	cursor:pointer;
}
.role-red:hover {
	background-image: url(../png/tick-red.png);
	background-repeat: no-repeat;
	background-position: center;
}
.role-ok {
	background-image: url(../png/tick-std.png);
	background-repeat: no-repeat;
	background-position: center;
}
.role-wait {
	background-image: url(../png/dots.png);
	background-repeat: no-repeat;
	background-position: center;
}
.role-off {
	background-image: url(../png/tick-red.png);
	background-repeat: no-repeat;
	background-position: center;
}

.whitelink {
	color:#fff;
	text-decoration: underline;
}
.slaveNoWriting td {
	background-color:#800;
}
.noworkingfolder {
	background-color:#fff !important;
	color:#800 !important;
	font-size:12px;
}
#okResult {
	color:#888;
	background-color:#fff;
}
#nokResult {
	color:#fc6e79;
	background-color:#fff;
}
#createResult a {
	text-decoration: none !important;
}
#errorResult {
	color:#fc6e79;
	font-weight:bold;
}
#inviteOkResult {
	color:#888;
	background-color:#fff;
}
#inviteNokResult {
	color:#fc6e79;
	background-color:#fff;
}
#inviteResult a {
	text-decoration: none !important;
}
#inviteErrorResult {
	color:#fc6e79;
	font-weight:bold;
}
.policy {
	position: relative;
	display:inline-block;
	width:80px;
	height:80px;
	cursor:pointer;
	vertical-align:top;
}
.policyselect {
	background-color: rgb(208, 222, 101);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.policy-icon{
	position: relative;
	top:8px;
	left:8px;
	width:64px;
	height:64px;
	color:#888;
	font-size:12px;
	background-color:#fff;
	border-radius: 50%;
	line-height:64px;
	text-align:center;
}
.policy-help {
	font-size:12px;
	text-align:left;
  display:none;
}
.school-input {
  color: black;
  font-size: 18px;
  padding: 5px 10px;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: white;
}
.school-help {
	font-size:12px;
	text-align:left;
}
.addUser {
	width:100%;
	text-align:center;
}
#news-slider {
	margin-top:20px;
}
#news-slider div {
	width:960px;
	text-align:left;
}
.news-img {
	width:48px;
	vertical-align:middle;
	margin-right:30px;
}
.floatPopup {
	padding:10px;
	position:absolute;
	width:300px;
	right:0px;
	bottom:0px;
	background:#4dcdc4;
	color:#fff;
	text-align:center;
	border-radius:10px;
	display:none;
}