.separator,
.clear {
	clear:both;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.bold {
	font-weight: bold !important;
}

img {
	max-width:100%;
	height:auto;
}

.rounded {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}

.shadow {
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}

#picoreDialog {
	position: fixed;
	width: 500px;
	height: 300px;
	margin-left: -250px;
	margin-top: -150px;
	top: 50%;
	left: 50%;
	background-color: #f5f5f5;
	border: 1px solid #eee;
	box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.5);
}

#picoreDialogContents {
	margin: 5px;
	height: 250px;
	overflow-y: auto;
	border: 1px solid #dddddd;
	background: #fafafa;
}

#picoreDialogButtons {
	padding: 0 0 0 5px;
}

/*grid*/
.row {
	clear:both;
	overflow:hidden;
	box-sizing:border-box;
	margin-left:-30px;
	margin-bottom:30px;
}

.row .span1,
.row .span2,
.row .span3,
.row .span4,
.row .span5,
.row .span6,
.row .span7,
.row .span8,
.row .span9,
.row .span10,
.row .span11,
.row .span12 {
	float:left;
	margin-left:30px;
	box-sizing:border-box;
	min-height:1px;
}

.row .span1 {
	width:52.5px;
}

.row .span2 {
	width:135px;
}

.row .span3 {
	width:217.5px;
}

.row .span4 {
	width:300px;
}

.row .span5 {
	width:382.5px;
}

.row .span6 {
	width:465px;
}

.row .span7 {
	width:547.5px;
}

.row .span8 {
	width:630px;
}

.row .span9 {
	width:712.5px;
}

.row .span10 {
	width:795px;
}

.row .span11 {
	width:877.5px;
}

.row .span12 {
	width:960px;
}

section {
	overflow:hidden;
}


@media only screen and (max-width:1000px) {
	.row {
		margin-left:0;
	}
	
	.row .span1,
	.row .span2,
	.row .span3,
	.row .span4,
	.row .span5,
	.row .span6,
	.row .span7,
	.row .span8,
	.row .span9,
	.row .span10,
	.row .span11,
	.row .span12 {
		float:none;
		margin-left:0;
		margin-bottom:30px;
		width:auto;
	}
}