/*
 * PAGMAN Output Basics
 * Styles 4 the modules
*/



/* PAGMAN LAYOUT */
.pm-container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 768px) {
	.pm-container {
		width: 750px;
	}
}
@media (min-width: 992px) {
	.pm-container {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	.pm-container {
		width: 1170px;
	}
}
.pm-container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	max-width: 1700px;
}
.pm-row:before,
.pm-row:after {
  display: table;
  content: " ";
}
.pm-row:after {
  clear: both;
}
.pm-row {
	margin-right: -15px;
	margin-left: -15px;
}
.pm-col-xs-1, .pm-col-sm-1, .pm-col-md-1, .pm-col-lg-1, .pm-col-xs-2, .pm-col-sm-2, .pm-col-md-2, .pm-col-lg-2, .pm-col-xs-3, .pm-col-sm-3, .pm-col-md-3, .pm-col-lg-3, .pm-col-xs-4, .pm-col-sm-4, .pm-col-md-4, .pm-col-lg-4, .pm-col-xs-5, .pm-col-sm-5, .pm-col-md-5, .pm-col-lg-5, .pm-col-xs-6, .pm-col-sm-6, .pm-col-md-6, .pm-col-lg-6, .pm-col-xs-7, .pm-col-sm-7, .pm-col-md-7, .pm-col-lg-7, .pm-col-xs-8, .pm-col-sm-8, .pm-col-md-8, .pm-col-lg-8, .pm-col-xs-9, .pm-col-sm-9, .pm-col-md-9, .pm-col-lg-9, .pm-col-xs-10, .pm-col-sm-10, .pm-col-md-10, .pm-col-lg-10, .pm-col-xs-11, .pm-col-sm-11, .pm-col-md-11, .pm-col-lg-11, .pm-col-xs-12, .pm-col-sm-12, .pm-col-md-12, .pm-col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 5px;
}
.pm-col-xs-1, .pm-col-xs-2, .pm-col-xs-3, .pm-col-xs-4, .pm-col-xs-5, .pm-col-xs-6, .pm-col-xs-7, .pm-col-xs-8, .pm-col-xs-9, .pm-col-xs-10, .pm-col-xs-11, .pm-col-xs-12 {
	float: left;
}
.pm-col-xs-12 {
	width: 100%;
}
.pm-col-xs-11 {
	width: 91.66666667%;
}
.pm-col-xs-10 {
	width: 83.33333333%;
}
.pm-col-xs-9 {
	width: 75%;
}
.pm-col-xs-8 {
	width: 66.66666667%;
}
.pm-col-xs-7 {
	width: 58.33333333%;
}
.pm-col-xs-6 {
	width: 50%;
}
.pm-col-xs-5 {
	width: 41.66666667%;
}
.pm-col-xs-4 {
	width: 33.33333333%;
}
.pm-col-xs-3 {
	width: 25%;
}
.pm-col-xs-2 {
	width: 16.66666667%;
}
.pm-col-xs-1 {
	width: 8.33333333%;
}
.pm-col-xs-pull-12 {
	right: 100%;
}
.pm-col-xs-pull-11 {
	right: 91.66666667%;
}
.pm-col-xs-pull-10 {
	right: 83.33333333%;
}
.pm-col-xs-pull-9 {
	right: 75%;
}
.pm-col-xs-pull-8 {
	right: 66.66666667%;
}
.pm-col-xs-pull-7 {
	right: 58.33333333%;
}
.pm-col-xs-pull-6 {
	right: 50%;
}
.pm-col-xs-pull-5 {
	right: 41.66666667%;
}
.pm-col-xs-pull-4 {
	right: 33.33333333%;
}
.pm-col-xs-pull-3 {
	right: 25%;
}
.pm-col-xs-pull-2 {
	right: 16.66666667%;
}
.pm-col-xs-pull-1 {
	right: 8.33333333%;
}
.pm-col-xs-pull-0 {
	right: auto;
}
.pm-col-xs-push-12 {
	left: 100%;
}
.pm-col-xs-push-11 {
	left: 91.66666667%;
}
.pm-col-xs-push-10 {
	left: 83.33333333%;
}
.pm-col-xs-push-9 {
	left: 75%;
}
.pm-col-xs-push-8 {
	left: 66.66666667%;
}
.pm-col-xs-push-7 {
	left: 58.33333333%;
}
.pm-col-xs-push-6 {
	left: 50%;
}
.pm-col-xs-push-5 {
	left: 41.66666667%;
}
.pm-col-xs-push-4 {
	left: 33.33333333%;
}
.pm-col-xs-push-3 {
	left: 25%;
}
.pm-col-xs-push-2 {
	left: 16.66666667%;
}
.pm-col-xs-push-1 {
	left: 8.33333333%;
}
.pm-col-xs-push-0 {
	left: auto;
}
.pm-col-xs-offset-12 {
	margin-left: 100%;
}
.pm-col-xs-offset-11 {
	margin-left: 91.66666667%;
}
.pm-col-xs-offset-10 {
	margin-left: 83.33333333%;
}
.pm-col-xs-offset-9 {
	margin-left: 75%;
}
.pm-col-xs-offset-8 {
	margin-left: 66.66666667%;
}
.pm-col-xs-offset-7 {
	margin-left: 58.33333333%;
}
.pm-col-xs-offset-6 {
	margin-left: 50%;
}
.pm-col-xs-offset-5 {
	margin-left: 41.66666667%;
}
.pm-col-xs-offset-4 {
	margin-left: 33.33333333%;
}
.pm-col-xs-offset-3 {
	margin-left: 25%;
}
.pm-col-xs-offset-2 {
	margin-left: 16.66666667%;
}
.pm-col-xs-offset-1 {
	margin-left: 8.33333333%;
}
.pm-col-xs-offset-0 {
	margin-left: 0;
}
@media (min-width: 768px) {
	.pm-col-sm-1, .pm-col-sm-2, .pm-col-sm-3, .pm-col-sm-4, .pm-col-sm-5, .pm-col-sm-6, .pm-col-sm-7, .pm-col-sm-8, .pm-col-sm-9, .pm-col-sm-10, .pm-col-sm-11, .pm-col-sm-12 {
		float: left;
	}
	.pm-col-sm-12 {
		width: 100%;
	}
	.pm-col-sm-11 {
		width: 91.66666667%;
	}
	.pm-col-sm-10 {
		width: 83.33333333%;
	}
	.pm-col-sm-9 {
		width: 75%;
	}
	.pm-col-sm-8 {
		width: 66.66666667%;
	}
	.pm-col-sm-7 {
		width: 58.33333333%;
	}
	.pm-col-sm-6 {
		width: 50%;
	}
	.pm-col-sm-5 {
		width: 41.66666667%;
	}
	.pm-col-sm-4 {
		width: 33.33333333%;
	}
	.pm-col-sm-3 {
		width: 25%;
	}
	.pm-col-sm-2 {
		width: 16.66666667%;
	}
	.pm-col-sm-1 {
		width: 8.33333333%;
	}
	.pm-col-sm-pull-12 {
		right: 100%;
	}
	.pm-col-sm-pull-11 {
		right: 91.66666667%;
	}
	.pm-col-sm-pull-10 {
		right: 83.33333333%;
	}
	.pm-col-sm-pull-9 {
		right: 75%;
	}
	.pm-col-sm-pull-8 {
		right: 66.66666667%;
	}
	.pm-col-sm-pull-7 {
		right: 58.33333333%;
	}
	.pm-col-sm-pull-6 {
		right: 50%;
	}
	.pm-col-sm-pull-5 {
		right: 41.66666667%;
	}
	.pm-col-sm-pull-4 {
		right: 33.33333333%;
	}
	.pm-col-sm-pull-3 {
		right: 25%;
	}
	.pm-col-sm-pull-2 {
		right: 16.66666667%;
	}
	.pm-col-sm-pull-1 {
		right: 8.33333333%;
	}
	.pm-col-sm-pull-0 {
		right: auto;
	}
	.pm-col-sm-push-12 {
		left: 100%;
	}
	.pm-col-sm-push-11 {
		left: 91.66666667%;
	}
	.pm-col-sm-push-10 {
		left: 83.33333333%;
	}
	.pm-col-sm-push-9 {
		left: 75%;
	}
	.pm-col-sm-push-8 {
		left: 66.66666667%;
	}
	.pm-col-sm-push-7 {
		left: 58.33333333%;
	}
	.pm-col-sm-push-6 {
		left: 50%;
	}
	.pm-col-sm-push-5 {
		left: 41.66666667%;
	}
	.pm-col-sm-push-4 {
		left: 33.33333333%;
	}
	.pm-col-sm-push-3 {
		left: 25%;
	}
	.pm-col-sm-push-2 {
		left: 16.66666667%;
	}
	.pm-col-sm-push-1 {
		left: 8.33333333%;
	}
	.pm-col-sm-push-0 {
		left: auto;
	}
	.pm-col-sm-offset-12 {
		margin-left: 100%;
	}
	.pm-col-sm-offset-11 {
		margin-left: 91.66666667%;
	}
	.pm-col-sm-offset-10 {
		margin-left: 83.33333333%;
	}
	.pm-col-sm-offset-9 {
		margin-left: 75%;
	}
	.pm-col-sm-offset-8 {
		margin-left: 66.66666667%;
	}
	.pm-col-sm-offset-7 {
		margin-left: 58.33333333%;
	}
	.pm-col-sm-offset-6 {
		margin-left: 50%;
	}
	.pm-col-sm-offset-5 {
		margin-left: 41.66666667%;
	}
	.pm-col-sm-offset-4 {
		margin-left: 33.33333333%;
	}
	.pm-col-sm-offset-3 {
		margin-left: 25%;
	}
	.pm-col-sm-offset-2 {
		margin-left: 16.66666667%;
	}
	.pm-col-sm-offset-1 {
		margin-left: 8.33333333%;
	}
	.pm-col-sm-offset-0 {
		margin-left: 0;
	}
}
@media (min-width: 992px) {
	.pm-col-md-1, .pm-col-md-2, .pm-col-md-3, .pm-col-md-4, .pm-col-md-5, .pm-col-md-6, .pm-col-md-7, .pm-col-md-8, .pm-col-md-9, .pm-col-md-10, .pm-col-md-11, .pm-col-md-12 {
		float: left;
	}
	.pm-col-md-12 {
		width: 100%;
	}
	.pm-col-md-11 {
		width: 91.66666667%;
	}
	.pm-col-md-10 {
		width: 83.33333333%;
	}
	.pm-col-md-9 {
		width: 75%;
	}
	.pm-col-md-8 {
		width: 66.66666667%;
	}
	.pm-col-md-7 {
		width: 58.33333333%;
	}
	.pm-col-md-6 {
		width: 50%;
	}
	.pm-col-md-5 {
		width: 41.66666667%;
	}
	.pm-col-md-4 {
		width: 33.33333333%;
	}
	.pm-col-md-3 {
		width: 25%;
	}
	.pm-col-md-2 {
		width: 16.66666667%;
	}
	.pm-col-md-1 {
		width: 8.33333333%;
	}
	.pm-col-md-pull-12 {
		right: 100%;
	}
	.pm-col-md-pull-11 {
		right: 91.66666667%;
	}
	.pm-col-md-pull-10 {
		right: 83.33333333%;
	}
	.pm-col-md-pull-9 {
		right: 75%;
	}
	.pm-col-md-pull-8 {
		right: 66.66666667%;
	}
	.pm-col-md-pull-7 {
		right: 58.33333333%;
	}
	.pm-col-md-pull-6 {
		right: 50%;
	}
	.pm-col-md-pull-5 {
		right: 41.66666667%;
	}
	.pm-col-md-pull-4 {
		right: 33.33333333%;
	}
	.pm-col-md-pull-3 {
		right: 25%;
	}
	.pm-col-md-pull-2 {
		right: 16.66666667%;
	}
	.pm-col-md-pull-1 {
		right: 8.33333333%;
	}
	.pm-col-md-pull-0 {
		right: auto;
	}
	.pm-col-md-push-12 {
		left: 100%;
	}
	.pm-col-md-push-11 {
		left: 91.66666667%;
	}
	.pm-col-md-push-10 {
		left: 83.33333333%;
	}
	.pm-col-md-push-9 {
		left: 75%;
	}
	.pm-col-md-push-8 {
		left: 66.66666667%;
	}
	.pm-col-md-push-7 {
		left: 58.33333333%;
	}
	.pm-col-md-push-6 {
		left: 50%;
	}
	.pm-col-md-push-5 {
		left: 41.66666667%;
	}
	.pm-col-md-push-4 {
		left: 33.33333333%;
	}
	.pm-col-md-push-3 {
		left: 25%;
	}
	.pm-col-md-push-2 {
		left: 16.66666667%;
	}
	.pm-col-md-push-1 {
		left: 8.33333333%;
	}
	.pm-col-md-push-0 {
		left: auto;
	}
	.pm-col-md-offset-12 {
		margin-left: 100%;
	}
	.pm-col-md-offset-11 {
		margin-left: 91.66666667%;
	}
	.pm-col-md-offset-10 {
		margin-left: 83.33333333%;
	}
	.pm-col-md-offset-9 {
		margin-left: 75%;
	}
	.pm-col-md-offset-8 {
		margin-left: 66.66666667%;
	}
	.pm-col-md-offset-7 {
		margin-left: 58.33333333%;
	}
	.pm-col-md-offset-6 {
		margin-left: 50%;
	}
	.pm-col-md-offset-5 {
		margin-left: 41.66666667%;
	}
	.pm-col-md-offset-4 {
		margin-left: 33.33333333%;
	}
	.pm-col-md-offset-3 {
		margin-left: 25%;
	}
	.pm-col-md-offset-2 {
		margin-left: 16.66666667%;
	}
	.pm-col-md-offset-1 {
		margin-left: 8.33333333%;
	}
	.pm-col-md-offset-0 {
		margin-left: 0;
	}
}
@media (min-width: 1200px) {
	.pm-col-lg-1, .pm-col-lg-2, .pm-col-lg-3, .pm-col-lg-4, .pm-col-lg-5, .pm-col-lg-6, .pm-col-lg-7, .pm-col-lg-8, .pm-col-lg-9, .pm-col-lg-10, .pm-col-lg-11, .pm-col-lg-12 {
		float: left;
	}
	.pm-col-lg-12 {
		width: 100%;
	}
	.pm-col-lg-11 {
		width: 91.66666667%;
	}
	.pm-col-lg-10 {
		width: 83.33333333%;
	}
	.pm-col-lg-9 {
		width: 75%;
	}
	.pm-col-lg-8 {
		width: 66.66666667%;
	}
	.pm-col-lg-7 {
		width: 58.33333333%;
	}
	.pm-col-lg-6 {
		width: 50%;
	}
	.pm-col-lg-5 {
		width: 41.66666667%;
	}
	.pm-col-lg-4 {
		width: 33.33333333%;
	}
	.pm-col-lg-3 {
		width: 25%;
	}
	.pm-col-lg-2 {
		width: 16.66666667%;
	}
	.pm-col-lg-1 {
		width: 8.33333333%;
	}
	.pm-col-lg-pull-12 {
		right: 100%;
	}
	.pm-col-lg-pull-11 {
		right: 91.66666667%;
	}
	.pm-col-lg-pull-10 {
		right: 83.33333333%;
	}
	.pm-col-lg-pull-9 {
		right: 75%;
	}
	.pm-col-lg-pull-8 {
		right: 66.66666667%;
	}
	.pm-col-lg-pull-7 {
		right: 58.33333333%;
	}
	.pm-col-lg-pull-6 {
		right: 50%;
	}
	.pm-col-lg-pull-5 {
		right: 41.66666667%;
	}
	.pm-col-lg-pull-4 {
		right: 33.33333333%;
	}
	.pm-col-lg-pull-3 {
		right: 25%;
	}
	.pm-col-lg-pull-2 {
		right: 16.66666667%;
	}
	.pm-col-lg-pull-1 {
		right: 8.33333333%;
	}
	.pm-col-lg-pull-0 {
		right: auto;
	}
	.pm-col-lg-push-12 {
		left: 100%;
	}
	.pm-col-lg-push-11 {
		left: 91.66666667%;
	}
	.pm-col-lg-push-10 {
		left: 83.33333333%;
	}
	.pm-col-lg-push-9 {
		left: 75%;
	}
	.pm-col-lg-push-8 {
		left: 66.66666667%;
	}
	.pm-col-lg-push-7 {
		left: 58.33333333%;
	}
	.pm-col-lg-push-6 {
		left: 50%;
	}
	.pm-col-lg-push-5 {
		left: 41.66666667%;
	}
	.pm-col-lg-push-4 {
		left: 33.33333333%;
	}
	.pm-col-lg-push-3 {
		left: 25%;
	}
	.pm-col-lg-push-2 {
		left: 16.66666667%;
	}
	.pm-col-lg-push-1 {
		left: 8.33333333%;
	}
	.pm-col-lg-push-0 {
		left: auto;
	}
	.pm-col-lg-offset-12 {
		margin-left: 100%;
	}
	.pm-col-lg-offset-11 {
		margin-left: 91.66666667%;
	}
	.pm-col-lg-offset-10 {
		margin-left: 83.33333333%;
	}
	.pm-col-lg-offset-9 {
		margin-left: 75%;
	}
	.pm-col-lg-offset-8 {
		margin-left: 66.66666667%;
	}
	.pm-col-lg-offset-7 {
		margin-left: 58.33333333%;
	}
	.pm-col-lg-offset-6 {
		margin-left: 50%;
	}
	.pm-col-lg-offset-5 {
		margin-left: 41.66666667%;
	}
	.pm-col-lg-offset-4 {
		margin-left: 33.33333333%;
	}
	.pm-col-lg-offset-3 {
		margin-left: 25%;
	}
	.pm-col-lg-offset-2 {
		margin-left: 16.66666667%;
	}
	.pm-col-lg-offset-1 {
		margin-left: 8.33333333%;
	}
	.pm-col-lg-offset-0 {
		margin-left: 0;
	}
}


/* BASUC PLACEMENT */
.pm-content {
	/* basic margin */
	margin-top: 0;
	margin-right: 3rem;
	margin-bottom: 3rem;
	margin-top: 0;
	/* basci padding */
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-top: 0;
	/* display options */
	width: 100%;
	display: block;
	overflow: hidden;
	zoom: 1;
}
.pm-content:hover {
	/*background-color: #f5f5f5;
	border: 1px solid #e3e3e3;*/
}
.pm-content:first-child {
	margin-top: 0;
}
.pm-content:last-child {
	margin-bottom: 0;
}
.pm-content .pm-content-heading {
	margin-top: 1rem;
	margin-bottom: 0;
}
.pm-content .pm-content-body {
	margin-top: 3rem;
	margin-bottom: 3rem;
}
.pm-content .pm-content-body:hover {
	/*background-color: #f5f5f5;
	padding: 0.5rem;*/
}
.pm-content p:first-child, 
.pm-content-body p:first-child,
.pm-content .nomargin, 
.pm-content-body .nomargin {
	margin-top: 0rem !important;
}
.pm-content .addon_placer {
	min-height: 3rem;
	padding: 3rem;
	margin: 3rem 0rem;
	background-color: #f5f5f5;
	border: 0.2rem solid #e3e3e3;
	border-radius: 6px;
}
.pm-content .addon_placer:hover {
	background-color: #f5f5f5;
	border: 0.2rem solid #e3e3e3;
}
.pm-content .addon_placer-lg {
	font-size: 3rem;
	border-radius: 1rem;
}
.pm-content .addon_placer-sm {
	padding: 1rem;
	margin: 1.5rem 0px !important;
	border-radius: 0.7rem;
}
.pm-content .addon_placer small {
	font-size: 50% !important;
}
.pm-content .addon_placer-sm small {
	font-size: 75% !important;
}
.pm-content .addon_placer h3 {
	margin-top: 0.4rem;
	margin-bottom: 0.7rem;
	font-size: 2.5rem;
}
.pm-content .addon_placer td,
.pm-content .addon_placer p {
	margin-top: 0rem;
	margin-bottom: 1rem;
	font-size: 2rem;
}
.pm-content .addon_placer table {
	margin-bottom: 0;
}
.pm-content .dl-file-placer,
.pm-content .pm-content-body .del-file-placer {
	margin-top: 3rem;
	margin-bottom: 3rem;
}
.pm-content .pm-overview-box,
.pm-content-body .pm-overview-box {
	display: flex;
	flex-wrap: wrap;
}
.pm-content .pm-overview-box  .pm-box,
.pm-content-body .pm-overview-box  .pm-box {
	border-width: 5px 5px 5px 5px;
	background-color: #fff;
	height: 100%;
	/* border style */
	color: #000;
	border-style: none;
	border-radius: 0px;
	padding: 0rem !important;
}

/* Commercial Styles */
.pm-content .adv_placer {
	min-height: 3rem;
	padding: 3rem;
	margin: 3rem 0rem;
	color: #31708f;
	background-color: #d9edf7;
	border: 0.2rem solid #31708f;
	border-radius: 6px;
}
.pm-content .adv_placer a {
	color: #31708f;
}
/*
.pm-content .adv_placer:hover {
	color: #d9edf7;
	background-color: #31708f;
	border: 0.2rem solid #e3e3e3;
}
.pm-content .adv_placer:hover a {
	color: #d9edf7;
	background-color: #31708f;
}
*/
.pm-content .adv_placer-lg {
	font-size: 3rem;
	border-radius: 1rem;
}
.pm-content .adv_placer-sm {
	padding: 1rem;
	margin: 1.5rem 0px !important;
	border-radius: 0.7rem;
}
.pm-content .adv_placer small {
	font-size: 50% !important;
}
.pm-content .adv_placer-sm small {
	font-size: 75% !important;
}
.pm-content .adv_placer h3 {
	margin-top: 0.4rem;
	margin-bottom: 0.7rem;
	font-size: 2.5rem;
}
.pm-content .adv_placer td,
.pm-content .adv_placer p,
.pm-content .adv_placer a {
	margin-top: 0rem;
	margin-bottom: 1rem;
	font-size: 2rem;
}
.pm-content .adv_placer table {
	margin-bottom: 0;
}

.panel-default {
	border-color: #eee;
}

.basket-table table {
  border-collapse: initial;
  border-spacing: 5px;
}
.basket-table table thead {
  background-color: #efefef;
}
.basket-row-color-unload {
  background-color: #fff;
  border-bottom: 2px solid #fff;
}
.basket-row-color-load {
  background-color: #eee;
  border-bottom: 2px solid #fff !important;
}
.basket-row-unpaid {
  border-left: 10px solid #ffc107 !important;
}
.basket-row-paid {
  border-left: 10px solid #28a745 !important;
}
.basket-picture {
  padding: 5px;
  width: 25%;
  vertical-align: middle;
}
.basket-decription {
  padding: 5px 5px 5px 10px;
  width: auto;
  vertical-align: middle;
}
.basket-description h3 {
  margin-bottom: 0 !important;
  font-weight: bold;
  size: 16px;
}
.basket-description,
.basket-description p,
.basket-description a {
  margin-bottom: 0 !important;
  font-weight: bold;
}
.basket-deletebox {
  padding: 5px;
  width: 10%;
  vertical-align: bottom;
}



/*
 * Alert Messages
 */
.message {
	padding: 15px;
	margin: 3rem 0px;
	border: 1px solid transparent;
	border-radius: 4px;
	font-size: 20px;
}
.message h1, .message h2, .message h2, .message h3, .message h4, .message h5, .message h6 {
	margin-top: 0;
	color: inherit;
}
.message .message-link {
	font-weight: bold;
}
.message > p,
.message > ul {
	margin-bottom: 0;
}
.message > p + p {
	margin-top: 5px;
}
.message-dismissable,
.message-dismissible {
	padding-right: 35px;
}
.message-dismissable .close,
.message-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit;
}
.message-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
.message-success hr {
	border-top-color: #c9e2b3;
}
.message-success .message-link {
	color: #2b542c;
}
.message-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}
.message-info hr {
	border-top-color: #a6e1ec;
}
.message-info .message-link {
	color: #245269;
}
.message-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}
.message-warning hr {
	border-top-color: #f7e1b5;
}
.message-warning .message-link {
	color: #66512c;
}
.message-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}
.message-danger hr {
	border-top-color: #e4b9c0;
}
.message-danger .message-link {
	color: #843534;
}



 p {
	-webkit-hyphens: auto;
	-webkit-hyphenate-limit-before: 3;
	-webkit-hyphenate-limit-after: 3;
	-webkit-hyphenate-limit-chars: 6 3 3;
	-webkit-hyphenate-limit-lines: 2;
	-webkit-hyphenate-limit-last: always;   
	-webkit-hyphenate-limit-zone: 8%;
	
	-moz-hyphens: auto;
	-moz-hyphenate-limit-chars: 6 3 3;
	-moz-hyphenate-limit-lines: 2;  
	-moz-hyphenate-limit-last: always;
	-moz-hyphenate-limit-zone: 8%;
	
	-ms-hyphens: auto;
	-ms-hyphenate-limit-chars: 6 3 3;
	-ms-hyphenate-limit-lines: 2;
	-ms-hyphenate-limit-last: always;   
	-ms-hyphenate-limit-zone: 8%;
	
	hyphens: auto;
	hyphenate-limit-chars: 6 3 3;
	hyphenate-limit-lines: 2;
	hyphenate-limit-last: always;   
	hyphenate-limit-zone: 8%;
}



/*
 * Content
 */
.content-buttons {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
	  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
	 -moz-user-select: none;
	  -ms-user-select: none;
		  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.content-buttons:focus,
.content-buttons:active:focus,
.content-buttons.active:focus,
.content-buttons.focus,
.content-buttons:active.focus,
.content-buttons.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.content-buttons:hover,
.content-buttons:focus,
.content-buttons.focus {
  color: #333;
  text-decoration: none;
}
.content-buttons:active,
.content-buttons.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
		  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.content-buttons.disabled,
.content-buttons[disabled],
fieldset[disabled] .content-buttons {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
		  box-shadow: none;
  opacity: .65;
}
.content-buttons-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.content-buttons-default:hover,
.content-buttons-default:focus,
.content-buttons-default.focus,
.content-buttons-default:active,
.content-buttons-default.active,
.open > .dropdown-toggle.content-buttons-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.content-buttons-default:active,
.content-buttons-default.active,
.open > .dropdown-toggle.content-buttons-default {
  background-image: none;
}
.content-buttons-default.disabled,
.content-buttons-default[disabled],
fieldset[disabled] .content-buttons-default,
.content-buttons-default.disabled:hover,
.content-buttons-default[disabled]:hover,
fieldset[disabled] .content-buttons-default:hover,
.content-buttons-default.disabled:focus,
.content-buttons-default[disabled]:focus,
fieldset[disabled] .content-buttons-default:focus,
.content-buttons-default.disabled.focus,
.content-buttons-default[disabled].focus,
fieldset[disabled] .content-buttons-default.focus,
.content-buttons-default.disabled:active,
.content-buttons-default[disabled]:active,
fieldset[disabled] .content-buttons-default:active,
.content-buttons-default.disabled.active,
.content-buttons-default[disabled].active,
fieldset[disabled] .content-buttons-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.content-buttons-comment {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.content-buttons-comment:hover,
.content-buttons-comment:focus,
.content-buttons-comment.focus,
.content-buttons-comment:active,
.content-buttons-comment.active,
.open > .dropdown-toggle.content-buttons-comment {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.buttons-block {
  display: block;
  width: 100%;
}
.buttons-block + .buttons-block {
  margin-top: 5px;
}
.content-buttons-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.content-buttons-success:hover,
.content-buttons-success:focus,
.content-buttons-success.focus,
.content-buttons-success:active,
.content-buttons-success.active,
.open > .dropdown-toggle.content-buttons-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}


/*
 * Comments
 */
.content-comment {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 6px;
	border-color: #ddd;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
			box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.content-comment-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd;
}
.content-comment-body {
	padding: 15px;
}
.content-comment-comment {
	padding: 15px;
	background-color: #f5f5f5;
}
.content-comment-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd;
}



/*
 * gallery pictures
 */
.gallery-overview-box {
	display: flex;
	flex-wrap: wrap;
}
.gallery-overview-box  .gallery-box {
	border-radius: 3px;
	border-style: solid;
	border-width: 5px 5px 5px 5px;
	padding: 0.8rem !important;
	background-color: #fff;
	height: 100%;
	color: #000;
}
.gallery-preview {
	margin-bottom: 20px;
	overflow: hidden;
}
.gallery-slider {
	position: relative;
}
.gallery-slider-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.gallery-slider-inner > .item {
	position: relative;
	/* display: none; */
	-webkit-transition: .6s ease-in-out left;
		 -o-transition: .6s ease-in-out left;
			transition: .6s ease-in-out left;
}
.gallery-slider-inner > .item > img,
.gallery-slider-inner > .item > a > img {
	line-height: 1;
}
.gallery-slider-control {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 10%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	filter: alpha(opacity=50);
	opacity: .5;
}
/* change the next and preview button here */
.gallery-slider-control.left {
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
	background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
	background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
	background-repeat: repeat-x;
}
.gallery-slider-control.right {
	right: 0;
	left: auto;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
	background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
	background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
	background-repeat: repeat-x;
}
.gallery-slider-control:hover,
.gallery-slider-control:focus {
	color: #fff;
	text-decoration: none;
	filter: alpha(opacity=90);
	outline: 0;
	opacity: .9;
}
.gallery-slider-control .icon-prev,
.gallery-slider-control .icon-next,
.gallery-slider-control .glyphicon-chevron-left,
.gallery-slider-control .glyphicon-chevron-right {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
}
.gallery-slider-control .icon-prev,
.gallery-slider-control .glyphicon-chevron-left {
	left: 50%;
	margin-left: -10px;
}
.gallery-slider-control .icon-next,
.gallery-slider-control .glyphicon-chevron-right {
	right: 50%;
	margin-right: -10px;
}
.gallery-slider-control .icon-prev,
.gallery-slider-control .icon-next {
	width: 20px;
	height: 20px;
	margin-top: -10px;
	font-family: serif;
	line-height: 1;
}
.gallery-slider-control .icon-prev:before {
	content: '\2039';
}
.gallery-slider-control .icon-next:before {
	content: '\203a';
}



/*
 * Infoplacer
 */
.addon_placer {
	min-height: 20px;
	padding: 19px;
	margin: 50px 0px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 6px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
			box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.addon_placer-lg {
	padding: 24px;
	border-radius: 8px;
}
.addon_placer-sm {
	padding: 9px;
	margin: 10px 0px 0px !important;
	border-radius: 5px;
}



/*
 * Button Colors
 */
.button {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
		touch-action: manipulation;
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.button:focus,
.button:active:focus,
.button.active:focus,
.button.focus,
.button:active.focus,
.button.active.focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.button:hover,
.button:focus,
.button.focus {
	color: #333;
	text-decoration: none;
}
.button:active,
.button.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
			box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.button.disabled,
.button[disabled],
fieldset[disabled] .button {
	pointer-events: none;
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
			box-shadow: none;
	opacity: .65;
}

.button-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}
.button-default:hover,
.button-default:focus,
.button-default.focus,
.button-default:active,
.button-default.active,
.open > .dropdown-toggle.button-default {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}
.button-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a;
}
.button-danger:hover,
.button-danger:focus,
.button-danger.focus,
.button-danger:active,
.button-danger.active,
.open > .dropdown-toggle.button-danger {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925;
}
.button-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
}
.button-primary:hover,
.button-primary:focus,
.button-primary.focus,
.button-primary:active,
.button-primary.active,
.open > .dropdown-toggle.button-primary {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
}
.button-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}
.button-success:hover,
.button-success:focus,
.button-success.focus,
.button-success:active,
.button-success.active,
.open > .dropdown-toggle.button-success {
	color: #fff;
	background-color: #449d44;
	border-color: #398439;
}
.button-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da;
}
.button-info:hover,
.button-info:focus,
.button-info.focus,
.button-info:active,
.button-info.active,
.open > .dropdown-toggle.button-info {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc;
}
.button-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236;
}
.button-warning:hover,
.button-warning:focus,
.button-warning.focus,
.button-warning:active,
.button-warning.active,
.open > .dropdown-toggle.button-warning {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512;
}
label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
}



/* ADV */
.adv-placer {
	width: 100%;
	/*margin-top: 30px;*/
	margin-bottom: 30px;
	padding: 15px;
	cursor:pointer;
	border: 1px solid #eee;
	display: block !important;
}
.visible-xs-block,
.visible-sm-block,
.visible-md-block,
.visible-lg-block {
	display: none !important;
}
@media (min-width: 1200px) {
	.adv-placer.adv-placer-lg {
		position: relative;
		padding-right: 15px;
		padding-left: 15px;
		width: 100%;
	}
	.visible-lg-block {
		display: block !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.adv-placer.adv-placer-md {
		position: relative;
		padding-right: 15px;
		padding-left: 15px;
		width: 100%;
	}
	.visible-md-block {
		display: block !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.adv-placer.adv-placer-sm {
		position: relative;
		padding-right: 15px;
		padding-left: 15px;
		width: 100%;
	}
	.visible-sm-block {
		display: block !important;
	}
}
@media (max-width: 767px) {
	.adv-placer.adv-placer-xs {
		position: relative;
		padding-right: 15px;
		padding-left: 15px;
		width: 100%;
	}
	.visible-xs-block {
		display: block !important;
	}
}
@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md {
		display: none !important;
	}
}
@media (min-width: 1200px) {
	.hidden-lg {
	display: none !important;
	}
}



/* FORMS */
.formfield-placer {
	font-size: 20px;
	margin: 5px 0px;
}
.formfield-placer .form-control {
	font-size: 20px;
	height: 42px;
}
label {
	margin-top: 10px;
	margin-bottom: 5px;
}
.radio-inline, .checkbox-inline {
	vertical-align: bottom;
}
input[type="checkbox"],
input[type="radio"] {
	margin-top: 8px;
}
.btn {
	font-size: 20px;
}



/* PRICING */
.pricing {
	padding: 60px 35px;
	background: #fff;
	margin-top: 20px;
	border: 3px solid #ddd;
	border-radius: 8px;
}
.pricing:hover {
	background: #eee;
}

@media (max-width: 768px) {
	.pricing {
		margin-top: 0;
	}
}
.pricing.pricing-active {
	background: #ddd;
}
.pricing.pricing-active:hover {
	background: #eee;
	border: 3px solid #ddd;
}
@media (max-width: 768px) {
	.pricing.pricing-active {
		margin-top: 0;
	}
}
.pricing .pricing-icon {
	display: block;
	font-size: 30px;
	color: #999;
	margin-bottom: 30px;
}
.pricing .pricing-list {
	min-height: 150px;
	overflow: hidden;
}
.pricing .pricing-list-text {
	font-size: 15px;
	color: #81848f;
}
.pricing .pricing-list-item {
	position: relative;
	font-size: 15px;
	color: #81848f;
	padding-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.pricing .pricing-list-item:before {
	position: absolute;
	top: 7px;
	left: 0;
	width: 9px;
	height: 2px;
	background: #999;
	content: " ";
	margin-right: 10px;
}
.pricing-total{
	float: right;
	color: #9c9c9c;
	font-size: 1.3rem;
}



/* Table styling */
.register_table {
	margin-left: 0px;
	margin-right: 0px;
}
.register_table tr td.row {
	padding-bottom: 5px;
}



/* Table footer */
.bottom_line {
	border-top: 1px solid #ccc;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	padding: 0px;
}
.table_footer {
	color: #9c9c9c;
	font-size: 0.95rem;
}



/* [Left margin] */
.margin-l-0 {
  margin-left: 0 !important;
}
.margin-l-5 {
  margin-left: 5px !important;
}
.margin-l-10 {
  margin-left: 10px !important;
}
.margin-l-20 {
  margin-left: 20px !important;
}
/* [Right margin] */
.margin-r-0 {
  margin-right: 0 !important;
}
.margin-r-5 {
  margin-right: 5px !important;
}
.margin-r-10 {
  margin-right: 10px !important;
}
.margin-r-20 {
  margin-right: 20px !important;
}
/* [Bottom margin] */
.margin-b-0 {
  margin-bottom: 0 !important;
}
.margin-b-2 {
  margin-bottom: 2px !important;
}
.margin-b-5 {
  margin-bottom: 5px !important;
}
.margin-b-10 {
  margin-bottom: 10px !important;
}
.margin-b-20 {
  margin-bottom: 20px !important;
}
.margin-b-30 {
  margin-bottom: 30px !important;
}
.margin-b-40 {
  margin-bottom: 40px !important;
}
.margin-b-50 {
  margin-bottom: 50px !important;
}
.margin-b-60 {
  margin-bottom: 60px !important;
}
.margin-b-70 {
  margin-bottom: 70px !important;
}
.margin-b-80 {
  margin-bottom: 80px !important;
}
.margin-b-90 {
  margin-bottom: 90px !important;
}
.margin-b-100 {
  margin-bottom: 100px !important;
}