/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * Custom Style Sheet - Use this file to style your content
 */
 
#headerbar {margin: 0;}

.slide_demo {
	height: 220px;
	padding: 10px 610px 10px 60px;
	overflow: hidden;
}

ul.list-blank {
	padding-left: 0;
	list-style-type: none;
}

ul.list-blank li {
	margin-bottom: 10px;
	overflow: hidden;
}

ul.list-blank img {
	margin-right: 10px;
	float: left;
}

ul.list-blank h3 {
	margin: 3px 0;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	text-transform: none;
}

/*Text Selection Disable*/
#yoo-zoo, .wk-slideshow, .wk-slideset, .module, #system {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


