/*
/////////////////////////////
// TEMPLATE ANPASSUNGEN
/////////////////////////////
*/

html {position: relative; min-height: 100%;overflow-y: scroll;}

body {margin-bottom: 60px}
.oneup {
	position: absolute;
	top: 0;
	left: 1em;
	display: none
}

#pageloader {opacity: 0.6; position: absolute}
.loader-item i {color: #000}

.padding-0 {
   padding: 0 !important;
   margin: 0 !important;
}
.padding-xs {
   padding: 2px !important;
   margin: 2px !important;
}
img.disabled {
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
/*
.addeventatc {visibility:hidden;}
*/
.pointer {
	cursor: pointer;
}
#master-menu {
	position: fixed;
	bottom: 0;
	left: 0;
	padding: 5px
}

.relative {
	position:relative;
}
#navigation {
	z-index: 99;
	position:relative;
}
.alert > a i {
	color: #286090;
}

#navigation form {
	height: 82px;
	padding-top: 20px;
}

#impressum {
	margin-bottom: 50px;
}

/*
.nav-menu {
	float: left;
}
.nav-menu ul.weblink {
	float: right;
	margin-left: 50px;
}
*/
.nav-menu ul.weblink a {
	text-transform: lowercase;
	font-size: 1em;
	padding: 37px 5px 0;
}

ul.nav li a {
	-webkit-transition: background 0.5s linear;
	-moz-transition: background 0.5s linear;
	-ms-transition: background 0.5s linear;
	-o-transition: background 0.5s linear;
	transition: background 0.5s linear;
	letter-spacing: 0.5px;
}

ul.nav li:hover a {
	color: #474747;
	background: #e0e0e0;
}

ul.nav li a {
	padding: 35px 20px !important;
	font-size: 1.2em;
}

ul.nav li.small a {
	padding: 35px 10px;
	font-size: 1em;
}

ul.nav li.last a {
	font-size: 0.8em;
	padding-top: 40px !important;
}

ul.nav li.active a {
	color: #fff;
	background: #364D99
}

/*
ul.nav li:first-child a {
	padding-left: 10px;
	margin-left: -15px;
}

ul.nav li:last-child a {
	padding-right: 10px;
	margin-right: -15px;
}

ul.nav li.first a {
	margin-left: 100px;
}
*/


body.modal-open {
	overflow: inherit;
	padding-right: 0 !important;
	padding-left: 17px !important;
}
body.modal-open #navigation {
	overflow: inherit;
	padding-right: 34px !important;
}

.main  {
	background: rgba(0, 0, 0, .1);
}

.main ul {
	min-height:100px;
	margin-top: 50px;
}
.main ul li{
	font-size:6em;
	line-height: 1em;
	text-transform: none;
	padding: 0 !important;
}

.main ul li span{
	font-size:0.4em;
	line-height: 0.5em;
	color:#fff;
}

@media only screen and (max-width: 768px){
	.main ul li{
		font-size:5em;
		line-height: 1.2em !important;
	}
}
@media only screen and (max-width: 420px){
	.main ul li{
		font-size:3em;
		line-height: 1.2em !important;
	}
	.startseite-salons div {
		text-align: center
	}
	.mobile-drop ul li a {padding: 20px !important; font-size: 1.2em}
}
@media only screen and (max-width: 360px){
	.main ul li{
		font-size:3em;
		line-height: 0.6em;
	}
}

.modal-dialog {
	z-index: 1090 !important;
}

.home-button {
	width: 100% !important;
	margin: 0 auto !important;
	max-width: 300px;
	font-size: 1.5em
}

h3 small {
	float: right;
	margin-top: 10px;
	text-transform: uppercase
 }

h4.media-heading {
	line-height: 1.5em
}
 .contain-logo {
	margin-bottom: -60px
 }

a.text-danger {color: #D2322D !important}
/*
.packages .package {
	width:33.33%;
	margin:15px auto;
}
*/


.package .circle i {margin-top: 5px}

.package ol {margin: 0 auto}

.owl-item .item {margin-top: 0; cursor:default}

	.owl-item .item  a {color: #a2a2a2}

	.owl-item .item:hover  a,
.owl-item .item:hover  i {color: #fff}

.team-items {margin: 10px auto}

.contain .inner {margin: 20px auto}

@media only screen and (max-width: 360px){
	.contain .inner {margin: 0 auto}
}

.termin-highlight {
	background: #D9EDF7;
	-webkit-transition: background 1s linear;
	-moz-transition: background 1s linear;
	-ms-transition: background 1s linear;
	-o-transition: background 1s linear;
	transition: background 1s linear;
}

/*
STEMPELKARTE
auch im CSS fürs Admin aktualisieren
*/
.stempelkarte {
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */

    width: 84px;
    height: 84px;
    padding: 8px;

    background: #fff;
    border: 2px dashed #666;
    color: #666;
    text-align: center;

    font-size: 48px;

	float: left;
	margin: 0 12px 12px 0;
	position: relative;
}
.stempelkarte-ok {
    border: 2px solid #666;
}
.stempelkarte-ok .label-datum {
    font-size: 14px;
	position: absolute;
	bottom: 5px;
	left: 0;
	-ms-transform: rotate(-10deg); /* IE 9 */
	-webkit-transform: rotate(-10deg); /* Safari */
	transform: rotate(-10deg);
}

.stempelkarte-last {
    background: #d5ebff;
    border: 2px dashed #337ab7;
    color: #337ab7;
}
.stempelkarte-last .label-rabatt {
    font-size: 18px;
	position: absolute;
	top: 0;
	left: 0;
	-ms-transform: rotate(-10deg); /* IE 9 */
	-webkit-transform: rotate(-10deg); /* Safari */
	transform: rotate(-10deg);
}
.panel-stempelkarte {
	margin-top: -20px;
}
.panel-stempelkarte .panel-heading h4 {
	font-weight: bold;
}
.panel-stempelkarte .panel-body {
	border: 0px dashed #ddd;
}



.profil-titel {
	margin: -60px 0 40px;
	font-size: 2em;
	font-size: 40px;
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
	line-height: 0.8em
 }

	.profil-titel small {font-size: 0.5em}

	.profil-titel img {margin-right: 20px}

.header-clear {margin-top: 0}

.logo {
	margin-top: 5px;
	height: 70px;
}
@media only screen and (max-width: 420px){
	.logo {
		margin-top: 0;
		height: 55px;
	}
}

.sidebar {padding-top: 0}

	.sidebar .element {padding-top: 0}

.text-danger a {color: #a94442}

#back-top{
	right:25px;
	bottom:25px;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
	background-color: #f5f5f5;
	padding: 20px 0;
	font-size: 1em;
	font-weight: 300;
 }
.footer a:hover {
	color: #333;
 }

/*
/////////////////////////////
// ALLGEMEINES
/////////////////////////////
*/
.debug.left,
.debug.right {
	position: absolute;
	top: 0;
	width: 230px;
	padding: 10px;
	font-size: 11px;
	background: #f5f5f5;
	z-index: 999
 }

.debug.left {left: 0;}

.debug.right {right: 0;}

.label-light {
	background: transparent;
	text-align: left;
	color: #333;
	padding: 5px 0 0 0;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.btn-primary .label-light {
	color: #fff;
}
.text-wrap {
	display:inline-block;
    white-space: nowrap;
    overflow:hidden !important;
    text-overflow: ellipsis;
}

/*
/////////////////////////////
// WEBSITE
/////////////////////////////
*/
#online-buchung {margin-top: 50px}

.leistungen-icons,
.leistungen-preise {
	width: 30px;
	font-size: 0.8em
}

.leistungen-icons {
	position: absolute;
	left: 10px;
	text-align: left;
 }

.leistungen-preise {
	position: absolute;
	right: 10px;
	text-align: right;
	text-transform: lowercase;
	font-weight: 300 !important
 }

.row-login {margin: 20px 0}

	.row-login h3 {
		margin: 0;
		padding: 0;
		font-weight: bold
	 }

	.row-login h4 {
		margin: 6px 0 0;
		padding: 0;
		font-weight: bold
	 }

	.row-login img {margin: 5px 0 2px}

	.row-login .lead {font-size: 1.3em; margin-bottom: 10px}

.suggest_email div {
	font-size: 0.8em;
	text-align: right;
	display: block;
	clear: both;
	padding: 0 0 10px
 }

.suggest_email.text-left div {text-align: left}

.suggest_email div a {font-style: italic; font-weight: bold}

/*
/////////////////////////////
// PROFIL
/////////////////////////////
*/
.profil-box {}

	.profil-box h2 {margin: 0 0 30px; text-transform: uppercase}

	.profil-box.well h2 {margin: -20px 0 30px}

	.profil-box h3 {padding-top: 0; margin: 30px 0 10px}

	.profil-box.well h3 {margin: 30px 0 15px}

	.profil-box.well img {margin-right: 10px}

	.profil-box h3.first {margin-top: 0}

	.profil-box ul li {
		width: 100%;
		height: auto;
		background: none
	 }

		.profil-box ul li a {
			padding: 5px;
			border-bottom: 1px solid #ebebeb;
			width: 100%;
			display: block;
			color: #8a8a8a
		 }

	.profil-box .btn-edit {margin-top: 15px}
	.profil-box .progress {margin: 10px 0}

	.profil-box hr {margin: 10px 0}

div.profil {
	position: absolute;
	top: 20px;
	left: 260px
 }

	div.profil img {margin-right: 10px}

.bubble {
	position: relative;
	padding: 10px;
	background: #e5e5e5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
 }

	.bubble:after {
		content: '';
		position: absolute;
		border-style: solid;
		border-width: 0 11px 12px;
		border-color: #e5e5e5 transparent;
		display: block;
		width: 0;
		z-index: 1;
		top: -12px;
		left: 18px
	 }

.modal .bubble {margin-top: 15px}
/*
.dropdown-menu {top: 26px; border-top: 1px solid #adadad}
*/

	.dropdown-menu a {cursor: pointer}

.formular-gesamt {border-top: 1px solid #757575}
.mobile-drop {
	margin-top: 30px;
}

@media only screen and (max-width: 768px){
	.el .termine-offen img	{
		width: 45px;
		height: 45px
	}
	.el .lead	{
		font-size: 1.2em
	}
}

/*
/////////////////////////////
// TERMIN
/////////////////////////////
*/
.termin h3 {padding: 0; margin: 0 0 20px}

/*
/////////////////////////////
// FILIALEN
/////////////////////////////
*/

@media only screen and (max-width: 768px){
	.filialen .item,
	.filialen .filiale-titel	{
		text-align: center
	}
	.filialen .item img {
		width: 200px;
		height: 200px;
		margin-bottom: 20px;
	}
}

/*
/////////////////////////////
// LEISTUNGEN
/////////////////////////////
*/
.leistungen h2 {
	padding: 0;
	margin: 20px 0 0;
	font-size: 1.7em;
}

@media only screen and (max-width: 420px){
	.leistungen h2 {
		margin: 30px 0 0;
	}
}

.leistungen .btn {
	text-align: left;
	padding-left: 10px;
	padding-right: 40px;
	white-space: normal;
}
.leistungen .btn-smallpadding {
	padding-right: 10px;
}

.leistungen .btn .pull-right {
	margin-right: -40px;
}

.leistungen .btn small {
	padding-right: 10px;
	line-height: 1em;
}

.leistungen .btn .leistungen-info {
	line-height: 1em;
}

.leistungen .btn span {
	line-height: 1em;
}

.leistungen .btn-primary small,
.btn-zusatzleistungen.btn-primary small {
	color: #fff
}
.leistungen-uebersicht h4 {
	padding-right: 30px;
}
.leistungen-uebersicht .leistungen-empfehlungen {
	border-left: 1px dotted #333;
	padding-left: 15px;
	margin-bottom: 20px;
}
.leistungen-uebersicht p {
	line-height: 1em;
	margin-bottom: 10px;
}
.leistungen-uebersicht .pull-right {
	margin-right: -25px;
}

/* ////////////////////////////////////////// */
/* Wunschtermin */
/* ////////////////////////////////////////// */

@media only screen and (max-width: 768px){
	.friseur-info {
		text-align: left;
	}
	.friseur-info img {
		float: left;
	}
}
.week_days th {
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.2em;
}
ul.rabatte {
	margin: 20px 0;
	border: 1px dashed #6f90a8;
}
ul.rabatte li {
	display: inline-block;
	padding: 20px 10px;
}

table.table-kalender tr td {
	text-align: center;
	vertical-align: middle;
	padding: 0
 }
table.table-kalender tr td .datum {
	position: relative;
	font-size: 1.4em;
	display: block;
	padding: 30px 0;
	cursor: pointer;
	line-height: 1em;
 }
table.table-kalender tr td .datum p{
	margin: 5px 0
 }

 .rabatt {
   font-size: 0.6em;
   padding: 5px 10px;
   border: 1px solid #fff
}
 .rabatt-infos {
	display: block;
	width: 40px;
	margin-top: -3px;
	text-align: center;
   padding: 5px;
   border: 2px solid #fff
}
.rabatt-white {
	background: #fff;
}
.rabatt-green {
	background: #ccffcc;
}
.rabatt-blue {
	background: #c2dcff;
}
.rabatt-yellow {
	background: #ffffcc;
}
.rabatt-pink {
	background: #ffcccc;
}
.rabatt-red {
	background: #ff9999;
}
.rabatt-purple {
	background: #ccccff;
}
.rabatt-black {
	background: #ccc;
}
.rabatt-lightred {
	background: #fee4e8;
}

table.table-kalender tr td .datum small {
	font-size: 0.7em;
 }


table.table-kalender td.aktiv {
	background: #ecf9e5 !important;
	border-bottom: 1px solid #ecf9e5;
}
/*
.js-kalenderXXXBg .aktiv {
	background: #337ab7 !important;
	width: 50px;
	height: 50px;
}
*/
.set-friseur {
	cursor: pointer;
	text-align: left;
	line-height: 1em;
}
.disabled img {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
table.table-kalender td.inaktiv {
	font-size: 0.9em;
	color: #999;
	background: #f5f5f5;
 }
table.table-kalender td.inaktiv .datum {
	cursor: default;
 }

table.table-kalender tr.wunschtermin-zeiten {

}
table.table-kalender tr.wunschtermin-zeiten > td {
	padding: 20px;
	background: #ecf9e5;
}
/*
table.table-kalender td.highlight {
	font-weight: bold;
	font-size: 1.4em;
	background-color: #a0ca92 !important;
	background-size: 15px 15px;
	background-image: -webkit-gradient(linear, 0 100%, 100% 0,color-stop(.125, rgba(255, 255, 255, .2)), color-stop(.125, transparent),color-stop(.25, transparent), color-stop(.25, rgba(255, 255, 255, .2)),color-stop(.75, rgba(255, 255, 255, .2)), color-stop(.75, transparent),to(transparent));
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,transparent 75%, transparent);
	background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,transparent 75%, transparent);
	background-image: -ms-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%,rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,transparent 75%, transparent);
 }
*/
.month_name {
	text-align: center;
	font-size: 1em;
	font-size: 1.5em !important
}
.month_name i {
	font-size: 1.5em !important;
	cursor: pointer;
}
.month_name a {
	font-size: 0.8em !important;
	font-weight: 300;
	margin-left: 10px;
}
.fa-close {
	cursor: pointer !important;
}
.table-wrapper {
	width: 100%;
	vertical-align: top !important
}
.table-wrapper table.pull-right {
	margin-right: 30px
}
.table-wrapper table.pull-left {
	margin-left: 30px
}
table.table-zeiten {
}

	table.table-zeiten td {
		position: relative;
		padding: 3px 3px 3px 7px;
		text-align: left !important;
	}

		table.table-zeiten td.uhrzeit {
			border-right: 1px dotted #ddd;
			vertical-align: middle;
			padding: 3px 10px 3px 5px;
			text-align: right !important;
			width: 50px
		 }
		table.table-zeiten td.uhrzeit-highlight {
			background: #008642;
			color: #fff;
		 }
		table.table-zeiten td.uhrzeit-highlight-fade {
			background: #5cb85c;
			color: #fff;
		 }

		table.table-zeiten td img {
			padding: 2px;
			cursor: pointer;
			margin: 1px
		 }

		table.table-zeiten td .transparent img {
			zoom: 1;
			filter: alpha(opacity=30);
			opacity: 0.3;
		 }

@media only screen and (max-width: 768px){
	.table-zeiten {
		float: none !important;
	}
}


/* ////////////////////////////////////////// */
/* Übersicht */
/* ////////////////////////////////////////// */
.buchung-zettel {
	border: 1px dashed #ddd;
	box-shadow: 0 0 0 3px #fff, 0 0 0 5px #ddd, 0 0 0 10px #fff, 0 0 2px 10px #eee;
	padding: 10px 5px;
 }
.buchung-zettel .lead {
	margin: 20px 0
 }
@media only screen and (max-width: 360px){
	.buchung-zettel .lead {
		margin: 0 0 5px 0
	}
}

.friseur_foto {
	margin-top: -25px;
}

.btn-big {padding: 15px 0; font-size: 1.2em}

/* ////////////////////////////////////////// */
/* Form validator */
/* ////////////////////////////////////////// */
.LV_validation_message {display: none}

.LV_valid_field {border: 1px solid green}

.LV_invalid_field {border: 1px solid red !important}

/*
/////////////////////////////
// HideShowPassword
/////////////////////////////
// HideShowPassword.js -> https://github.com/cloudfour/hideShowPassword
* Add this if you want to disable IE10's implementation
* of the winking eye in favor of your own.
* Alternatively, you could set the 'innerToggle' option to
* false for that browser only.
*/
::-ms-reveal {display: none !important;}

/*
* This toggle style shows a winking "eye-con" (nyuk, nyuk).
* Open eye means "show," closed eye means "hide."
*/
.hideShowPassword-toggle {
	background-image: url('../img/hideshowpw.gif');
	background-position: 0 center;
	background-repeat: no-repeat;
	cursor: pointer;
	height: 100%;
	overflow: hidden;
	text-indent: -9999em;
	width: 30px;
 }

.hideShowPassword-toggle-hide {background-position: -30px center;}

/* http://nicolasgallagher.com/pure-css-speech-bubbles/demo/ */
.kommentar {
	background: red;
  position:relative;
  font-size: 1.5em;
  line-height: 1.6em;
  padding:15px;
  margin:1em 0;
  color:#000;
  background:#E4E7EA; /* default background for browsers without gradient support */
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
}
.kommentar:after {
  content:"";
  position:absolute;
  bottom:-15px; /* value = - border-top-width - border-bottom-width */
  left:50px; /* controls horizontal position */
  border-width:15px 15px 0; /* vary these values to change the angle of the vertex */
  border-style:solid;
  border-color:#f3961c transparent;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
}
.kommentar.kommentar-top:after {
  top:-15px; /* value = - border-top-width - border-bottom-width */
  right:auto; /* controls horizontal position */
  bottom:auto;
  left:30px;
  border-width:0 15px 15px; /* vary these values to change the angle of the vertex */
  border-color:#E4E7EA transparent;
}

/* //////////////////////////////////////////
// MARGINS & PADDINGS
////////////////////////////////////////// */

.padding-0			{	padding: 0 }
.margin-0,
.margin-none		{	margin: 0 !important }

.p-xxs {
  padding: 5px !important;
}
.p-xs {
  padding: 10px !important;
}
.p-sm {
  padding: 15px !important;
}
.p-m {
  padding: 20px !important;
}
.p-md {
  padding: 25px !important;
}
.p-lg {
  padding: 30px !important;
}
.p-xl {
  padding: 40px !important;
}

.m-xxs {
  margin: 2px 4px;
}
.m-xs {
  margin: 5px;
}
.m-sm {
  margin: 10px;
}
.m {
  margin: 15px;
}
.m-md {
  margin: 20px;
}
.m-lg {
  margin: 30px;
}
.m-xl {
  margin: 50px;
}
.m-n {
  margin: 0 !important;
}

.m-l-none {
  margin-left: 0;
}
.m-l-xs {
  margin-left: 5px !important;
}
.m-l-sm {
  margin-left: 10px !important;
}
.m-l {
  margin-left: 15px;
}
.m-l-md {
  margin-left: 20px !important;
}
.m-l-lg {
  margin-left: 30px;
}
.m-l-xl {
  margin-left: 40px;
}
.m-l-n-xxs {
  margin-left: -1px;
}
.m-l-n-xs {
  margin-left: -5px;
}
.m-l-n-sm {
  margin-left: -10px;
}
.m-l-n {
  margin-left: -15px;
}
.m-l-n-md {
  margin-left: -20px;
}
.m-l-n-lg {
  margin-left: -30px;
}
.m-l-n-xl {
  margin-left: -40px;
}
.m-t-none {
  margin-top: 0;
}
.m-t-xxs {
  margin-top: 1px;
}
.m-t-xs {
  margin-top: 5px;
}
.m-t-sm {
  margin-top: 10px;
}
.m-t {
  margin-top: 15px;
}
.m-t-md {
  margin-top: 20px !important;
}
.m-t-lg {
  margin-top: 30px !important;
}
.m-t-xl {
  margin-top: 40px;
}
.m-t-n-xxs {
  margin-top: -1px;
}
.m-t-n-xs {
  margin-top: -5px;
}
.m-t-n-sm {
  margin-top: -10px;
}
.m-t-n {
  margin-top: -15px;
}
.m-t-n-md {
  margin-top: -20px;
}
.m-t-n-lg {
  margin-top: -30px;
}
.m-t-n-xl {
  margin-top: -40px;
}
.m-r-none {
  margin-right: 0;
}
.m-r-xxs {
  margin-right: 1px;
}
.m-r-xs {
  margin-right: 5px !important;
}
.m-r-sm {
  margin-right: 10px !important;
}
.m-r {
  margin-right: 15px !important;
}
.m-r-md {
  margin-right: 20px;
}
.m-r-lg {
  margin-right: 30px;
}
.m-r-xl {
  margin-right: 40px;
}
.m-r-n-xxs {
  margin-right: -1px;
}
.m-r-n-xs {
  margin-right: -5px;
}
.m-r-n-sm {
  margin-right: -10px;
}
.m-r-n {
  margin-right: -15px;
}
.m-r-n-md {
  margin-right: -20px;
}
.m-r-n-lg {
  margin-right: -30px;
}
.m-r-n-xl {
  margin-right: -40px;
}
.m-b-none {
  margin-bottom: 0 !important;
}
.m-b-xxs {
  margin-bottom: 1px;
}
.m-b-xs {
  margin-bottom: 5px;
}
.m-b-sm {
  margin-bottom: 10px;
}
.m-b {
  margin-bottom: 15px;
}
.m-b-md {
  margin-bottom: 20px;
}
.m-b-lg {
  margin-bottom: 30px;
}
.m-b-xl {
  margin-bottom: 40px;
}
.m-b-n-xxs {
  margin-bottom: -1px;
}
.m-b-n-xs {
  margin-bottom: -5px;
}
.m-b-n-sm {
  margin-bottom: -10px;
}
.m-b-n {
  margin-bottom: -15px;
}
.m-b-n-md {
  margin-bottom: -20px;
}
.m-b-n-lg {
  margin-bottom: -30px;
}
.m-b-n-xl {
  margin-bottom: -40px;
}


.p-l-none {
  padding-left: 0;
}
.p-l-xs {
  padding-left: 5px;
}
.p-l-sm {
  padding-left: 10px;
}
.p-l {
  padding-left: 15px;
}
.p-l-md {
  padding-left: 20px;
}
.p-l-lg {
  padding-left: 30px;
}
.p-l-xl {
  padding-left: 40px;
}
.p-l-n-xxs {
  padding-left: -1px;
}
.p-l-n-xs {
  padding-left: -5px;
}
.p-l-n-sm {
  padding-left: -10px;
}
.p-l-n {
  padding-left: -15px;
}
.p-l-n-md {
  padding-left: -20px;
}
.p-l-n-lg {
  padding-left: -30px;
}
.p-l-n-xl {
  padding-left: -40px;
}
.p-t-none {
  padding-top: 0;
}
.p-t-xxs {
  padding-top: 1px;
}
.p-t-xs {
  padding-top: 5px;
}
.p-t-sm {
  padding-top: 10px;
}
.p-t {
  padding-top: 15px;
}
.p-t-md {
  padding-top: 20px;
}
.p-t-lg {
  padding-top: 30px;
}
.p-t-xl {
  padding-top: 40px;
}
.p-t-n-xxs {
  padding-top: -1px;
}
.p-t-n-xs {
  padding-top: -5px;
}
.p-t-n-sm {
  padding-top: -10px;
}
.p-t-n {
  padding-top: -15px;
}
.p-t-n-md {
  padding-top: -20px;
}
.p-t-n-lg {
  padding-top: -30px;
}
.p-t-n-xl {
  padding-top: -40px;
}
.p-r-none {
  padding-right: 0;
}
.p-r-xxs {
  padding-right: 1px;
}
.p-r-xs {
  padding-right: 5px;
}
.p-r-sm {
  padding-right: 10px;
}
.p-r {
  padding-right: 15px;
}
.p-r-md {
  padding-right: 20px;
}
.p-r-lg {
  padding-right: 30px;
}
.p-r-xl {
  padding-right: 40px;
}
.p-r-n-xxs {
  padding-right: -1px;
}
.p-r-n-xs {
  padding-right: -5px;
}
.p-r-n-sm {
  padding-right: -10px;
}
.p-r-n {
  padding-right: -15px;
}
.p-r-n-md {
  padding-right: -20px;
}
.p-r-n-lg {
  padding-right: -30px;
}
.p-r-n-xl {
  padding-right: -40px;
}
.p-b-none {
  padding-bottom: 0;
}
.p-b-xxs {
  padding-bottom: 1px;
}
.p-b-xs {
  padding-bottom: 5px;
}
.p-b-sm {
  padding-bottom: 10px;
}
.p-b {
  padding-bottom: 15px;
}
.p-b-md {
  padding-bottom: 20px;
}
.p-b-lg {
  padding-bottom: 30px;
}
.p-b-xl {
  padding-bottom: 40px;
}
.p-b-n-xxs {
  padding-bottom: -1px;
}
.p-b-n-xs {
  padding-bottom: -5px;
}
.p-b-n-sm {
  padding-bottom: -10px;
}
.p-b-n {
  padding-bottom: -15px;
}
.p-b-n-md {
  padding-bottom: -20px;
}
.p-b-n-lg {
  padding-bottom: -30px;
}
.p-b-n-xl {
  padding-bottom: -40px;
}