html, body, div, form, p, h1, h2, h3, h4, h5, h6, span, label, ul, ol, li {
    border: 0;
    padding: 0;
    margin: 0;
}
div, ol, ul, li, p, form, input, textarea, select {
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
	background-color: #e9ebee;
	font-family: 'Arimo', sans-serif;
}
.cleaner {
    clear: both;
}
.center {
    text-align: center;
}
a:hover, a:active {
	outline: none; /* prevents outline in webkit on active links but retains it for tab focus */
}
ul {
	padding: 0;
}
img {
	border: 0;
}
/* GENERAL */
.h3 {
	margin: 0;
}
.container {
	padding: 0px;
	background-color: #ffffff;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.page-header {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #ffefff;
}
.opt {
	background-color: #fff;
	padding: 6px;
	border: 0;
	overflow: hidden;
	text-indent: 1.5em;
	text-align: justify;
}
.push-down {
	margin-bottom: 20px;
}
#social {
	float: right;
}
.spinner {
	background: url(../images/spinner.gif) 50% 50% no-repeat transparent;
	height: 16px;
	width: 16px;
    padding: 0.5em;
    position: fixed;
    right: 50%;
	top: 50%;
	text-indent: -9999px;
}
label {
	display: inline;
	margin: 0 0.25em 0 0;
}
label[for] {
    cursor: pointer;
}
/* NAVIGATION */
.nav > li:hover, .nav > li:focus {
  background-color: #E7E7E7;
  text-decoration: none;
}
/* LAYOUT */
/* MESSAGES */
.message {
	font-size: 0.8em;
	line-height: 2;
	margin: 1em 2em;
	padding: 0.25em;
}
.message {
	background: #f3f3ff;
	border: 1px solid #b2d1ff;
	color: #006dba;
	   -moz-box-shadow: 0 0 0.25em #b2d1ff;
	-webkit-box-shadow: 0 0 0.25em #b2d1ff;
	        box-shadow: 0 0 0.25em #b2d1ff;
}
.message {
	background: transparent url(../images/skin/information.png) 0.5em 50% no-repeat;
	text-indent: 2.2em;
}
.large-text-to-wrap {
    overflow-wrap: break-word;
    word-wrap: break-word;
}
/* HEADER */
#o-art .img-thumbnail {
	max-width: 75%;
}
@media screen and (max-width: 768px) {
    #o-art > img {
        width: 180px;
    }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
    #o-art > img {
        width: 240px;
    }
}
#logo .img-thumbnail, #o-art .img-thumbnail {
	background-color:transparent;
	border:0;
	padding:0;
}
#logo a .large {
	display:block;
	position:absolute;
	width:0;
	height:0;
	border:0;
	top:0;
	left:0;
}
#logo a.small:hover .large {
	display:block;
	position:absolute;
	top:0px;
	left:-134px;
	width:320px;
	height:321px;
	z-index:999;
}
.header-txt {
	padding-top: 2em;
}
/* FOOTER */
.panel-footer {
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}