@import "fonts.css";

body {
	background-color: #e9eaed;
	color: #474747;
}

::selection {
	background: #da251c; /* Safari */
	color: #fff;
	}
::-moz-selection {
	background: #da251c; /* Firefox */
	color: #fff;
}

a {
	text-decoration: none;
}

a span {
	color: #000;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px dotted #aaabac;
}

a:hover {
	text-decoration: none;
}

a:hover span {
	color: #009e47!important;
}

.btn {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	border: none;
}

.btn-primary {
	background-color: #8be521;
	color: white;
}

.btn-primary[disabled] {
	background-color: #B9EF79;
}

.btn-block {
	display: block;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.hide {
	display: none;
}

/*
 * Layout
 */
.container {
	width: 900px;
	margin: auto;
}

.drag-area {
	position: relative;
	height: 600px;
}

.dragzone-wrapper {
	position: absolute;
	left: 0;
	width: 500px;
}

.drag-arrow {
	position: absolute;
	left: 500px;
	width: 200px;
	margin-top: 250px;
	height: 75px;
	background: url("../images/arrow-right.png") top center no-repeat;
}

.drag-arrow span {
	font-size: 10px;
	display: block;
	padding-top: 60px;
	text-align: center;
	color: #dadada;
}

.dropzone-wrapper {
	position: absolute;
	right: 0;
	width: 450px;
}

#header {
	height: 170px;
	background: #da251c;
	width: 100%;
	margin-bottom: 65px;
}

#logo {
	width: 240px;
	height: 181px;
	margin: 0px auto;
	padding-top: 20px;
}

#logo a {
	width: 190px;
	height: 143px;
	display: block;
	text-indent: -9999px;
	margin: -161px auto;
	padding-top: 20px;
	background: url("../images/logo.png");
}

#project-infos {
	float: right;
	margin-top: -51px;}

#project-links a {
	color: #fff;
	display: block;
	text-align: right;
	font-family: "HelveticaNeueLTLight", "Helvetica", "Arial";
}

#project-infos a {
	display: block;
	text-decoration: none;
	font-size: 14px;
	padding: 10px;
	color: #000;
	font-weight: bold;
}

#project-description, .link-homepage {
	color: #fff;
	margin-top: 50px;
	font-family: "HelveticaNeueLTLight", "Helvetica", "Arial";
}

#project-description {
	font-size: 17px;
}

span.big {
	font-size: 27px;
	font-family: "Helvetica";
	font-weight: bold;
}

#project-links .link-facebook {
	background: url("../images/icon-fb.png")  no-repeat left center;
	padding-left: 22px;
	float: right;
}

.project-check {
	color:#FFFFFF;
  	font-size:9px;

  	float: right;
}

#sponsored-logos {
	list-style-type: none;
	margin-top: 20px;
}

#sponsored-logos li {
	float: left;
	margin-left: 10px;
}

#sponsored-logos li a img:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

#intro {
	height: auto;
	padding-bottom: 10px;
	padding-top: 20px;
	padding-left: 45px;
}

.intro-title {
	border-bottom: 1px solid #f3f3f3;
	color: #000;
	font-size: 23px;
	padding-bottom: 10px;
	margin: 0;
	font-family: "HelveticaNeueLTLight", "Helvetica", "Arial";
}


.intro-subtitle p {
	margin-top: 13px;
}

.dropzone-container {
	height: 460px;
	position: relative;
	margin: 65px 55px 45px 0;
	background-color: #f8f8f8;
	-webkit-box-shadow: inset 0px 0px 0px 6px #f0f0f0; /* WebKit */
	-moz-box-shadow: inset 0px 0px 0px 6px #f0f0f0; /* Firefox */
	box-shadow: inset 0px 0px 0px 6px #f0f0f0; /* Standard */
}

.dropzone-container #placeholder {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 50px;
	left: 0;
	padding-top: 150px;
	text-align: center
}

.dropzone-container #placeholder p {
	font-size: 12px;
	margin-top: 20px;
	color: #d2d2d2;
}

.dropzone-container .finish-selection-button button {
	width: 100%;
	height: 43px;
	background-image: none;
	background-color: #8be521;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	border: none;
	border-bottom: 1px solid #86ba49;
}

.dropzone-container .finish-selection-button button:disabled {
	background-color: #f0f0f0;
	border-bottom-color: #f0f0f0;
}

.dropzone {
	height: 417px;
	overflow-y: auto;
}

.dragzone {
	margin: 90px 0 0 30px;
	min-height: 500px;
}

.connected-grid {
	list-style: none;
	padding: 10px;
	width: 415px;
}

.brick {
	width: 120px;
	height: 120px;
	background: #f7f7f7;
	float: left;
	margin: 3px;
	position: relative;
}

.brick span {
	display: block;
	color: #fff;
	text-align: center;
	font-weight: bold;
	width: 110px;
	margin: auto;
	padding: 45px 0;
	font-size: 0.9em;
}

.brick span.with-comment {
	padding: 23px 0 5px;
}

.brick .details {
	font-size:10px;
	font-weight:normal;
	color: rgba(255,255,255,0.8);
}

.brick .comment {
	word-wrap: break-word;
	background-color: rgba(255, 255, 255, 0.4);
	position: absolute;
	left: 5px;
	right: 5px;
	bottom: 5px;
	top: 55px;
	color: white;
	font-size: 12px;
	padding: 5px;
}

.brick .comment:after {
	content: "";
	position: absolute;
	top: -8px;
	right: 10px;
	bottom: auto;
	left: auto;
	border-width: 0 8px 8px;
	border-style: solid;
	border-color: rgba(255, 255, 255, 0.4) transparent;
	display: block;
	width: 0;
}

.brick .rank {
	position: absolute;
	top: 5px;
	left: 0;
	right: 0;
	height: 20px;
	color: rgba(0, 0, 0, 0.2);
	text-align: center;
	font-weight: bold;
}

.brick:hover {
	cursor: move;
}

.brick.add:hover {
	cursor: pointer;
}

.ui-sortable-disabled .brick:hover {
	cursor: default!important;
}

.brick.add span {
	margin-top: 30px;
}

.brick.add .add-icon {
	background: url("../images/add.png") top center no-repeat;
	margin: 20px auto;
	width: 43px;
	height: 45px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.drag-area {
 	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Colors */

.brick.concerts {
	background-color: #ec4000;
}
.brick.lounge {
	background-color: #f3901b;
}
.brick.creative {
	background-color: #009e47;
}
.brick.party {
	background-color: #66d451;
}
.brick.media {
	background-color: #00a7ad;
	margin-top: 3px;
}
.brick.outdoor {
	background-color: #f06101;
}
.brick.funsport {
	background-color: #a52b78;
}
.brick.music {
	background-color: #60bff5;
}
.brick.add, .brick.my-idea {
	background-color: #c48ab2;
}

#footer {
	height: 40px;
}

.left-floated {
	float: left;
}

.right-floated {
	float: right;
}

.clear {
	clear: both;
	float: none;
}

.bordered {
	background-color: #fff;
	border: 1px solid;
	border-top-color: #e5e6e9;
	border-bottom-color: #d0d1d5;
	border-right-color: #dfe0e4;
	border-left-color: #dfe0e4;
	border-radius: 4px;
	min-height: 100px;
	margin-bottom: 15px;
}

/**
 * Share form
 */
.share-form {
	position: absolute;
	left: 0;
	width: 495px;
	padding: 40px 65px 0 40px;
	display: none;
}

.share-form .control-label {
	width: 155px;
	float: left;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 7px;
}

.share-form .form-control {
	display: inline-block;
	width: 200px;
	float: right;
}

.share-form .form-group {
	overflow: hidden;
}

.share-form .btn {
	margin: 20px 0;
	width: auto;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	overflow: hidden;
	border-radius: 25px;
}

.share-form .alert {
	clear: right;
}

.share-form .share-link {
	display: block;
	width: 425px;
	padding: 15px;
	font-size: 18px;
	float: none;
}

.share-btn {
	margin-right: 5px;
	display: block;
}

.twitter-share-button {
	margin-top: 5px;
}

@media (-webkit-min-device-pixel-ratio: 1.5),
(min-device-pixel-ratio: 1.5),
(min-resolution: 144dpi) {
  #logo a {
    background-image: url("../images/logo@2x.png");
    background-size: 190px 143px;
  }  
  
  #project-links .link-facebook {
	background-image: url("../images/icon-fb@2x.png");
    background-size: 17px 17px;
}
  
  #drag-arrow {
    background-image: url("../images/arrow-right@2x.png");
    background-size: 62px 56px;
  }  
   
  #dragzone li.add .add-icon {
    background-image: url("../images/add@2x.png");
    background-size: 43px 45px;
  }  
}