/* start: base */

*, *:before, *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.blueimp-gallery, .blueimp-gallery>.slides>.slide>.slide-content {
	overflow: hidden;
}

body {
	color: #666;
}

img {
  -ms-interpolation-mode: bicubic;
}

a {
  text-decoration: underline;
  color: #333;
}

a:hover {
  text-decoration: underline;
}

b {
	color: #000;
	font-weight: bold;
}

i {
	font-style: normal;
}

sup {
    font-size: 65%;
    vertical-align: top;
}

button {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: arial, sans-serif;
	clear: both;
	margin-bottom: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-weight: inherit;
}

h1 {
	margin: 0;
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	letter-spacing: 0;
	color: #333;
}

h2 {
	margin: 0;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	color: #333;
}

h3 {
	margin: 0;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: -1px;
	font-weight: bold;
	color: #333;
}

h1 a, h1 a:hover,
h2 a, h2 a:hover,
h3 a, h3 a:hover {
	color: #333;
}

aside h1 {
	margin-bottom: 0;
}

h4 {
	font-size: 15px;
	line-height: 15px;
	margin: 0 0 17px 0;
	font-weight: bold;
	color: #333;
}

h5 {
	font-size: 15px;
	line-height: 15px;
	margin: 0;
	font-weight: normal;
	color: #333;
}

h6 {
	font-size: 15px;
	line-height: 15px;
	margin: 0;
	font-weight: normal;
	color: #333;
}

time {
  display: block;
  margin: 0 0 5px 0;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.counters {
	position: absolute;
	left: -9999px;
	top: -9999px;
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}

/* end: base */