body {
	font-family: 'open-sans', sans-serif
}
#wrap:after {
	clear: both;
}
#wrap {
	width: 90%;
	margin: 10px auto 0px;
	z-index: 10
}
#wrap ul {
	padding: 10px auto;
	display: inline-block;
	list-style: none;
}
#days, #images, #desc {
	color: #FFF;
}
#days {
	text-align: center;
	line-height: 80px;
}
#desc li span {
	display:block;
	padding-left: 1em;
	line-height: 80px;
	background-color: #2d4eb9;
}
#images li {
	height: 80px;
	width: 80px;
	margin: 0 auto;
	text-align: center;
}
#images li img {
	height: 100%;
	width: 100%;
}
.drag {
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
 transform:scale(2) -ms-transform:scale(2)
}

#activityButtons{margin-left:8%;}

#days li {
	background-color: #2d4eb9;
}
#pageOne ul li {
	min-width: 80px;
	min-height: 80px;
	margin-bottom: 10px;
}
.correct {
	/*box-shadow: 0px 0px 0px 3px #3B7626*/
	
	box-shadow: 0px 0px 10px 8px rgba(59, 118, 38, 0.75);
-moz-box-shadow: 0px 0px 10px 8px rgba(59, 118, 38, 0.75);
-webkit-box-shadow: 0px 0px 10px 8px rgba(59, 118, 38, 0.75);
}
.ui-sortable-helper {
	box-shadow: 2px 3px 2px 0px rgba(0, 0, 0, 0.5)
}





/****************FROM BUSINESS*******************/

#order li, #sortingSortable li {
    padding: 0.8em;
    height: 1.7em;
}

#images li {
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
    background-color: #333;
    color: #fff;
    
   
}

#images li span {
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    color: #fff;
    text-align: center;
    z-index: 5;
}

#images li {
    list-style: none;
    position: relative;
}

#images li.drop-hover .element {
    opacity: .5;
}

.element.being-dragged {
    background: #333;
    z-index: 6;
    -webkit-box-shadow: 10px 10px 8px -1px rgba(0, 0, 0, .32);
    -moz-box-shadow: 10px 10px 8px -1px rgba(0, 0, 0, .32);
    box-shadow: 10px 10px 8px -1px rgba(0, 0, 0, .32);
}

#order li {
    font-weight: bold;
    background-color: #f4ac42;
    color: #32343a;
    border-bottom: 1px dashed #16a79d!important;
}












/* Portrait */
@media only screen  and (min-device-width: 768px)  and (max-device-width: 1024px)  and (orientation: portrait)  and (-webkit-min-device-pixel-ratio: 2) {
	#wrap{
		width:90%;
		margin:10px auto;
		
	}
}
