::selection {
	background:#f15722!important;
}

body {
	background:#d3dadf;
	background-image:none;
	margin: 0;
	color:#59595b;
	padding: 0;
	text-align:center;
	font-family: Helvetica Neue, Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
}

body.library {
	background:#ece9df;
}

#top {
	height:80px;
	top:0;
	background-color:#fff;
	width:100%;
	margin-bottom:20px;
}
#top #header {
	width:960px;
	margin:0 auto;
}
#top #header #logo {
	width:201px;
	height:33px;
	position:absolute;
	top:20px;
	text-indent:-9999em;
	display:block;
	background-image:url('../img/distinct-logo.png');
	background-repeat:none;
}
.navigation-wrapper ul li {
	display:inline-block;
}
.navigation-wrapper ul li+li {
	margin-left:20px;
}
#wrapper {
	width:960px;
	margin: 0 auto;
}
.section {
  	background-color:#fff;
  	border:1px solid #c6c6c6;
  	border-radius:5px;
  	padding:10px 20px 20px 20px;
  	text-align:left;
  	margin-bottom:20px;
}

.section.breadcrumb {
	padding:0 10px;
	line-height:40px;
	height:40px;
}

.section.breadcrumb .title {
	border-right:1px solid #c6c6c6;
}

.section h4 {
	font-size: 18px;
	color:#59595b;
	margin-bottom:10px;
}
.clear {
	clear:both;
}

#live-preview {
	width:920px;
	height:518px;
 	border:1px solid #c6c6c6;
}
  #slides { list-style-type: none; margin: 0; padding: 0;}
  
  
  #slides li:first-child, #slides li:nth-child(5n+1) {
    margin-left: 0;
}


#slides li:nth-child(5n) {
    margin-right: 0;
}
#slides .slide {
 	width: 180px;
 	color: #fff;
 	height: 101px;
 	background-color: #000;
 	float: left;
 	margin: 2px;
 	border: 1px solid #c2baba;
 	-moz-box-sizing: border-box;
 	-webkit-box-sizing: border-box;
 	box-sizing: border-box;
 	background-position:center;
 	background-repeat:no-repeat;
 	background-size:180px auto;
 	text-align:right;
 	position:relative;
}
#plusbutton {
 	background:#59595b!important;
 	text-align:center!important;
}

  .show-info-box {font-size:13px;}
  .slide-remove.uk-close {opacity:1;color:#fff;text-shadow: 0px 1px 0px rgba(0, 0, 0, 1);}
  .slide-add {line-height:101px;font-size:36px;color:#fff;width:100%;height:100%}

#preview-wrap { width: 920px; height: 518px; padding: 0; overflow: hidden; float: left;}
#live-preview { width: 1280px; height: 720px; border: 1px solid black}

#live-preview {
    // zoom: 0.71875;
	-ms-zoom: 0.71875;
    -moz-transform: scale(0.71875);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.71875);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.71875);
    -webkit-transform-origin: 0 0;
	background-image:url('../img/loading.gif');
	background-position:center center;
	background-repeat:no-repeat;
}

/* File Uploads */
#drop-target {
	border-radius:11px;
	cursor:pointer;
}
#drop-target * {
	pointer-events: none;
}
#drop-target div {
	padding:20px;
}
#drop-target:hover {
	background:#f5f5f5;
}
#drop-target.dragover {
	color:#fff;
	background: #843373; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg0MzM3MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNjQ4YWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #843373 0%, #c648ab 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#843373), color-stop(100%,#c648ab)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #843373 0%,#c648ab 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #843373 0%,#c648ab 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #843373 0%,#c648ab 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #843373 0%,#c648ab 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#843373', endColorstr='#c648ab',GradientType=0 );
}
#drop-target.dragover .uploadTarget {
	color:#fff;
}

#drop-target.dropped {
	background:#f5f5f5;
}

#drop-target.dropped .uploadTarget {
	background: #008dc5;
	background-image: -webkit-linear-gradient(top, #00b4f5, #008dc5);
	background-image: linear-gradient(to bottom, #00b4f5, #008dc5);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.progress {
    position: relative;
    width: 100%;
    height: 15px;
    background: #C7DA9F;
    border-radius: 10px;
    overflow: hidden;
}

.bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 15px;
    background: #85C220;
}

#files video {
	width:200px;
	height:150px;
}

.uk-grid {
	margin:0;
	margin-bottom:20px;
	padding-left: 0;
}

.uk-grid > * {
	padding-left:0;
}

.uk-form-row label {
	width:120px;
	display:inline-block;
}

textarea {
    resize: none;
}

.uk-breadcrumb > li:nth-child(n+2):before {
	content: none;
}

.uk-breadcrumb > li:nth-child(n+1) {
	padding:0 20px;

}
.uk-breadcrumb li span {

}

.uk-breadcrumb .uk-active {
	color:#fff;
	-webkit-box-shadow: inset 0px 1px 4px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 4px 0px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 4px 0px rgba(0,0,0,0.5);
	background: #843373; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg0MzM3MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNjQ4YWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #843373 0%, #c648ab 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#843373), color-stop(100%,#c648ab)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #843373 0%,#c648ab 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #843373 0%,#c648ab 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #843373 0%,#c648ab 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #843373 0%,#c648ab 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#843373', endColorstr='#c648ab',GradientType=0 ); /* IE6-8 */
	
}

#price-adjust {
	display:none;
}

#specifications {
	/*height:140px;*/
	/*-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px; */
}
#specifications .uk-form-row {
	display:inline-block;
	width:303px;
}
#specifications .uk-form-row+.uk-form-row {
	/*margin-left:-4px;*/

}

#specifications div:nth-child(-n+3) .uk-close {
	display: none;
}

#builder ul {
	list-style-type:none!important;
}

.display-select {
	display:inline-block;
	margin-right:20px;
	width:150px;
	height:120px;
	background-image:url('../img/displays.png');
	background-position: 0 20px;
	background-repeat:no-repeat;
	overflow: hidden;
}

.display-select .ping {
	font-weight:normal;
	font-size:11px;
	font-size:1.1rem;
	line-height:11px;
	line-height:1.1rem;
	margin-top:10px;
}

.display-select.s0 {
	background-image:url('../img/displays-offline.png')!important;

}

.display-select span {
	font-size:36px;
	text-align:center;
	color:#fff;
	display:block;
	margin-top:26px;
}

span.latest {
	font-size:8px;
	font-size:.8rem;
	line-height:12px;
	line-height:1.2rem;
	margin-top:10px;
	display:block;
height:14px;
overflow:hidden;
text-align:center;
width:150px;
position:absolute;
box-sizing:border-box;
padding:0 12px;
white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#presentations {
	text-align:left;
	padding:0 15px;
}

#presentations .brands h3 {
	text-align:left;
}

.presentation-thumb {
	position:relative;
	display:inline-block;
	width:300px;
	height:230px;
	margin-right: 10px;

}

.presentation-thumb .thumb-wrapper {
	max-width: 300px;
	max-height: 169px;
	overflow-y:hidden;
}

.presentation-thumb .presentation-remove {
	position:absolute;
	right:0;
	top:0;
	color:#fff;
	opacity:1;
}

.presentation-thumb input[type="checkbox"] {
	position:absolute;
	right:10px;
	top:10px;	
}

.presentation-thumb .add {
}

.user {
	display:block;
}

.slide:hover .slide-controls {
	display:block;
}

.slide-controls {
	position:absolute;
	bottom:0;
	left:0;
	background:rgba(0, 0, 0, 0.5);
	display:block;
	width:100%;
	text-align:center;
	padding-top:4px;
	display:none;
	padding-bottom:2px;
}

.slide-controls input[type="radio"] {
    display: none;
}

.slide-controls label {
    display: inline-block;
	width:39px;
	height:22px;
	background:#fff;
	color:#000;
	cursor: pointer;
	overflow:hidden;
	text-indent:-9999em;
	background:url('../img/sidebar-states.png');
}

.slide-controls label {
	margin: 0 4px;
}

.slide-controls label.closed {
	background-position:-78px 0px;
}
.slide-controls label.open {
	background-position:-39px 0px;
}
.slide-controls label.expanded {
	background-position:0px 0px;
}

.slide-controls label.closed {
	background-position:-78px 0px;
}
.slide-controls label.open {
	background-position:-39px 0px;
}
.slide-controls label.expanded {
	background-position:0px 0px;
}

.slide-controls label.active {
    background-position-y:-22px;
}

#themes input[type="radio"] {
    display: none;
}

#theme-layout input[type="radio"] {
    display: inline-block;
}

#themes label {
	display: inline-block;
	width:30px;
	height:30px;
	border:1px solid #dddddd;
}

#themes label.active {
	border:2px solid #000;
}

#themes input + label {
	margin-right:8px;
}

#themes label.blue {
	background:#174574;
	color:#fff;
}
#themes label.red {
	background:#aa2222;
	color:#fff;
}
#themes label.aqua {
	background:#85dffd;
	color:#000;
}
#themes label.black {
	background:#000000;
	color:#fff;
}
#themes label.green {
	background:#bfd255;
	color:#000;
}
#themes label.ice-blue {
	background:#f2f9fe;
	color:#000;
}
#themes label.orange {
	background:#ffaf4b;
	color:#000;
}
#themes label.silver {
	background:#eeeeee;
	color:#000;
}
#themes label.white {
	background:#f9fcf7;
	color:#000;
}
#themes label.gold {
	background:#bba877;
	color:#000;
}
#themes label.yellow {
	background:#ffd65e;
	color:#000;
}
#themes label.marine-max {
	background:#00539c;
	color:#fff;
}
#themes label.hurricane {
	background:#2F4F6C;
	color:#000;
}
#themes label.polar-kraft {
	background:#6F806E;
	color:#000;
}
#themes label.aqua-patio {
	background:#2D7593;
	color:#000;
}
#themes label.sweetwater {
	background:#62826E;
	color:#000;
}


#displays-selection {
	display:none;
}