@charset "utf-8";
/* CSS Document */

/**
 * @copyright	Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */
/*
body {
}
p {
	margin: 20px 0px;
}

h1 {
	margin: 20px 0px;
	font-size: 32px;
	font-weight: bold;
	color: #666;
}
h2 {
	margin: 20px 0px;
	font-size: 26px;
	font-weight: normal;
	color: #333;
}
h3 {
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #135cae;
}
h4 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
.hide {
	display: none;
}
a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	text-decoration: underline;
	font-weight: normal;
}
.btn-primary {
	color: #fff;
	background-color: #0275d8;
	display: inline-block;
	font-weight: 400;
	line-height: 1.25;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid #0275d8;
 padding:.5rem 1rem;
	font-size: 1rem;
 border-radius:.25rem;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
[class^="btn-"]:hover {
	opacity: 0.9
}
.btn-secondary {
	color: #292b2c;
	background-color: #fff;
	display: inline-block;
	font-weight: 400;
	line-height: 1.25;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid #ccc;
 padding:.5rem 1rem;
	font-size: 1rem;
 border-radius:.25rem;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.btn-success {
	color: #fff;
	background-color: #5cb85c;
	display: inline-block;
	font-weight: 400;
	line-height: 1.25;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid #5cb85c;
 padding:.5rem 1rem;
	font-size: 1rem;
 border-radius:.25rem;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.btn-info {
	color: #fff;
	background-color: #5bc0de;
	display: inline-block;
	font-weight: 400;
	line-height: 1.25;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid #5bc0de;
 padding:.5rem 1rem;
	font-size: 1rem;
 border-radius:.25rem;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	display: inline-block;
	font-weight: 400;
	line-height: 1.25;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid #f0ad4e;
 padding:.5rem 1rem;
	font-size: 1rem;
 border-radius:.25rem;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d9534f;
	display: inline-block;
	font-weight: 400;
	line-height: 1.25;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
 padding:.5rem 1rem;
	font-size: 1rem;
 border-radius:.25rem;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.blockquote, blockquote {
	padding: 1rem 1rem;
	margin: 1rem;
	font-size: 1.25rem;
border-left:.25rem solid #eceeef;
	display: block;
}
div.caption {
	padding: 0 10px 0 10px;
}
div.caption img {
	border: 1px solid #CCC;
}
div.caption p {
	font-size: .90em;
	color: #666;
	text-align: center;
}
*/

/* STYLES FOR JOOMLA! EDITOR */

/*
hr#system-readmore {
	border: red dashed 1px;
	color: red;
}
hr.system-pagebreak {
	border: gray dashed 1px;
	color: gray;
}
.well-sm {
	padding: 9px;
	border-radius: 3px;
	min-height: 20px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
.well-lg {
	padding: 24px;
 border-radius: 6px  min-height: 20px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
.img-rounded, .img-rounded  img {
	border-radius: 6px;
}
.img-circle img {
	border-radius: 50%;
}
  .img-thumbnail, .img-thumbnail img {
	display: inline-block;
	max-width: 100%;
	height: auto;
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.img-circle  {
	border-radius: 50%
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee
}

em {
    font-style: italic;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0
}
.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}
[role=button] {
cursor:pointer
}

.item-page .actions { display:none; }

.item-page ul,.item-page ol,.dryfta_information_descript ul,.dryfta_information_descript ol,.dryfta_event_detail ul, .dryfta_event_detail ol, #dryfta_login_layout .dryfta_information_descript ol, #dryfta_login_layout .dryfta_information_descript ul{ padding-left:40px; margin: 1em 0; }
*/