/* ###### CSS-RESET by MEYER */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}


/* ubuntu-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/ubuntu-v20-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* ubuntu-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/ubuntu-v20-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* ubuntu-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/ubuntu-v20-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* ubuntu-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/ubuntu-v20-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}












body {
	background-color: #fff;
	color: #131D4E;
	font-family: Ubuntu;	
    font-size: 15px;
    line-height: 22px;
	font-weight: 300;
	text-align: left;
	position: relative;
}

h1 {
    font-size: 30px;
    line-height: 36px;
	text-transform: uppercase;
    margin-bottom: 20px;
}
h2 {
    font-size: 24px;
	line-height: 30px;
    text-transform: uppercase;    
    margin-bottom: 20px;
}
h3{
    font-size: 18px;
	line-height: 26px;
	margin-bottom: 10px;
}
h4{
    font-size: 17px;
	line-height: 24px;
	margin-bottom: 10px;
}



@media (max-width: 1279px) {

}

@media (max-width: 1023px) {
	body {
		font-size: 14px;
		line-height: 20px;
	}	
	h1 {
		font-size: 26px;
		line-height: 32px;
		margin-bottom: 15px;
	}
	h2 {
		font-size: 20px;
		line-height: 26px;
		margin-bottom: 15px;
	}
	h3 {
		font-size: 18px;
		line-height: 24px;
	}
	h4 {
		font-size: 16px;
		line-height: 22px;
	}
}

@media (max-width: 768px) {


}


@media (max-width: 640px) {
	body {
		font-size: 13px;
		line-height: 19px;
	}	
	h1 {
		font-size: 22px;
		line-height: 28px;
		margin-bottom: 10px;
	}
	h2 {
		font-size: 20px;
		line-height: 26px;
		margin-bottom: 10px;
	}
	h3 {
		font-size: 17px;
		line-height: 23px;
		margin-bottom: 7px;
	}
	h4 {
		font-size: 15px;
		line-height: 21px;
		margin-bottom: 5px;
	}

}


@media (max-width: 480px) {
	

}










/* ########## BP-GRID START ########## */
.bp-grid-12-6:after,
.bp-grid-12-4:after,
.bp-grid-12-3:after {
  content: "";
  display: table;
  clear: both;
}

/* Grid 1/4 */
.bp-grid-12-3 > div,
.bp-grid-12-3 > li {
	width: 23.5%;
	margin-left: 2%;
	float:left;
	box-sizing: border-box;
}
.bp-grid-12-3 > div:nth-child(4n+1),
.bp-grid-12-3 > li:nth-child(4n+1) {	
	margin-left: 0;
}

/* Grid 1/3 */
.bp-grid-12-4 > div,
.bp-grid-12-4 > li {
	width: 32%;
	margin-left: 2%;
	float:left;
	box-sizing: border-box;
}
.bp-grid-12-4 > div:nth-child(3n+1),
.bp-grid-12-4 > li:nth-child(3n+1) {	
	margin-left: 0;
	clear: left;
}

/* Raster 1/2 */
.bp-grid-12-6 > div,
.bp-grid-12-6 > li {
	width: 49%;
	margin-left: 2%;
	float:left;
	box-sizing: border-box;
}
.bp-grid-12-6 > div:nth-child(2n+1),
.bp-grid-12-6 > li:nth-child(2n+1) {	
	margin-left: 0;
}
@media (max-width: 768px) {
	.bp-grid-12-3 > div,
	.bp-grid-12-3 > li {
		width: 49%;
	}	
	.bp-grid-12-3 > div:nth-child(2n+1),
	.bp-grid-12-3 > li:nth-child(2n+1) {	
		margin-left: 0;
		clear: left;
	}	
	.bp-grid-12-4 > div,
	.bp-grid-12-4 > li,
	.bp-grid-12-4 > div:nth-child(3n+1),
	.bp-grid-12-4 > li:nth-child(3n+1) {
		width: 100%;
		margin-left: 0;
		float:none;
		clear: none;
	}	
}
@media (max-width: 640px) {
	.bp-grid-12-6 > div,
	.bp-grid-12-6 > li,
	.bp-grid-12-6 > div:nth-child(2n+1),
	.bp-grid-12-6 > li:nth-child(2n+1){
		width: 100%;
		margin-left: 0;
		padding: 0;
		float:none;
		clear: none;
	}
}
@media (max-width: 480px) {	
	.bp-grid-12-3 > div,
	.bp-grid-12-3 > li ,
	.bp-grid-12-3 > div:nth-child(2n+1),
	.bp-grid-12-3 > li:nth-child(2n+1),
	.bp-grid-12-3 > div:nth-child(4n+1),
	.bp-grid-12-3 > li:nth-child(4n+1){
		width: 100%;
		margin-left: 0;
		float:none;
	}	
}
/* ########## BP-GRID END ########## */





/* ##### JOOMLA, POPOVER und TOOLTIP ##### */
.visually-hidden, .sr-only,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.control-label .hasPopover,
.control-label .hasTooltip {
	display: inline-block;
}
.tooltip {
	position: absolute;
	z-index: 1030;
	display: block;
	visibility: visible;
	font-size: 11px;
	line-height: 1.4;
	opacity: 0;
	filter: alpha(opacity=0);
}
.tooltip.in {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.tooltip.top {
	margin-top: -3px;
	padding: 5px 0;
}
.tooltip.right {
	margin-left: 3px;
	padding: 0 5px;
}
.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0;
}
.tooltip.left {
	margin-left: -3px;
	padding: 0 5px;
}
.tooltip-inner {
	max-width: 200px;
	padding: 8px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 12px;
	line-height: 18px;
}
.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}
.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	text-align: left;
	font-size: 12px;
	line-height: 18px;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.2);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	white-space: normal;
}
.popover.top {
	margin-top: -10px;
}
.popover.right {
	margin-left: 10px;
}
.popover.bottom {
	margin-top: 10px;
}
.popover.left {
	margin-left: -10px;
}
.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 14px;
	font-weight: 300;
	line-height: 18px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.popover-title:empty {
	display: none;
}
.popover-content {
	padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.popover .arrow {
	border-width: 11px;
}
.popover .arrow:after {
	border-width: 10px;
	content: "";
}
.popover.top .arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #999;
	border-top-color: rgba(0,0,0,0.25);
	bottom: -11px;
}
.popover.top .arrow:after {
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #fff;
}
.popover.right .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999;
	border-right-color: rgba(0,0,0,0.25);
}
.popover.right .arrow:after {
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #fff;
}
.popover.bottom .arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0,0,0,0.25);
	top: -11px;
}
.popover.bottom .arrow:after {
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #fff;
}
.popover.left .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0,0,0,0.25);
}
.popover.left .arrow:after {
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff;
	bottom: -10px;
}
/* ##### JOOMLA POPOVER und TOOLTIP ##### */





/* ##### JOOMLA PAGINATION ##### */
nav ul.pagination {
    margin-top: 25px;
}


nav ul.pagination > li {
  display: inline-block;
  border: 1px solid #ccc;
}
nav ul.pagination > li.active {
  background-color: #bbb;
}
nav ul.pagination > li:hover {
  background-color: #ccc;
}
nav ul.pagination > li .page-link  {
  display: block;
  padding: 5px 12px;
  text-decoration: none;
}
nav ul.pagination > li .icon-angle-double-left::after {
	font-family: fontawesome;
	content: "\f049";
}

nav ul.pagination > li .icon-angle-left::after {
	font-family: fontawesome;
	content: "\f04a";
}

nav ul.pagination > li .icon-angle-right::after {
	font-family: fontawesome;
	content: "\f04e";
}

nav ul.pagination > li .icon-angle-double-right::after {
	font-family: fontawesome;
	content: "\f050";
}

/* ##### JOOMLA PAGINATION ##### */







/* ########## BP BASICS START ########## */
:focus {outline:none;}
::-moz-focus-inner {border:0;}


img {
    max-width: 100%;
    vertical-align: middle;
}
a {
	color: #131D4E;
	text-decoration: underline;
}
a:hover,a:focus {
	color: #000;
}
p {
	margin: 0;
}
strong {
	font-weight: 500;
}
em, i {
	font-style: italic;
}
sub, sup {
  /* Specified in % so that the sup/sup is the
     right size relative to the surrounding text */
  font-size: 75%;

  /* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0;

  /* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;

  /* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline;
}

sup {
  /* Move the superscripted text up */
  top: -0.5em;
}

sub {
  /* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}

.clear:after, .clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.bp-width {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
}
.bp-width-2 {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.bp-width-3 {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.bp-margin-top-xl{margin-top: 100px;}
.bp-margin-bottom-xl{margin-bottom: 100px;}
.bp-margin-top-bottom-xl{margin-top: 100px; margin-bottom: 100px;}

.bp-margin-top-l{margin-top: 50px;}
.bp-margin-bottom-l{margin-bottom: 50px;}
.bp-margin-top-bottom-l{margin-top: 50px; margin-bottom: 50px;}

.bp-margin-top-m{margin-top: 25px;}
.bp-margin-bottom-m{margin-bottom: 25px;}
.bp-margin-top-bottom-m{margin-top: 25px; margin-bottom: 25px;}


.bp-padding-top-xl{padding-top: 100px;}
.bp-padding-bottom-xl{padding-bottom: 100px;}
.bp-padding-top-bottom-xl{padding-top: 100px; padding-bottom: 100px;}

.bp-padding-top-xxl{padding-top: 150px;}
.bp-padding-bottom-xxl{padding-bottom: 150px;}
.bp-padding-top-bottom-xxl{padding-top: 150px; padding-bottom: 150px;}

.bp-padding-top-l{padding-top: 50px;}
.bp-padding-bottom-l{padding-bottom: 50px;}
.bp-padding-top-bottom-l{padding-top: 50px; padding-bottom: 50px;}

.bp-padding-top-m{padding-top: 25px;}
.bp-padding-bottom-m{padding-bottom: 25px;}
.bp-padding-top-bottom-m{padding-top: 25px; padding-bottom: 25px;}



.zentrieren, 
.zentriert {
	text-align: center;
}	

.back-to-top {
    background: #131D4E;
    color: #fff;
    position: fixed;
    bottom: 20px;
    right: 15px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 35px;
    border: 1px solid #fab500;
    box-sizing: border-box;
	z-index: 1041;
	text-decoration: none;
}
.back-to-top:hover,
.back-to-top:focus {
    background: #fab500;
	border-color: #131D4E;
    color: #131D4E;
	text-decoration: none;
}
.back-to-top::before {
    font-family: fontawesome;
    content: "\f106";
    position: absolute;
    width: 100%;
    left: 0;
    top: -2px;
}

@media (max-width: 768px) {
	.back-to-top {
		display: none !important;
	}
}
/* ########## BP BASICS END ########## */


/* ########## YOUTUBE RESPONSIVE ############ */
.responsive-16-9 {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}
.responsive-16-9 iframe,
.responsive-16-9 object,
.responsive-16-9 embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}


/* ########## BP SLICKSLIDER START ########## */
.slick-prev {
    height: 100%;
    left: 5px;
    width: 50px;
    z-index: 1040;
}
.slick-next {
    height: 100%;
    right: 5px;
    width: 50px;
    z-index: 1040;
}
.slick-prev::before, .slick-next::before {
    color: #e62e2e;
    font-family: "fontawesome";
    font-size: 50px;
    line-height: 1;
    opacity: 1;
}
.slick-prev::before {
    content: "\f104";
}
.slick-next::before {
    content: "\f105";
}
.slick-dots li button {
    background-color: #999;
    height: 3px;
    opacity: 1;
    padding: 2px;
    top: 0;
    width: 25px;
}
.slick-dots li.slick-active button {
    background-color: #e62e2e;
}
.slick-dots li button::before {
    display: none;
}
/* ########## BP SLICKSLIDER END ########## */






/* ########## BP SLICKSLIDER START ########## */
.bp-slick.slick-slider .slick-prev {
    height: 100%;
    left: 0px;
    width: 50px;
    z-index: 666666;
}
.bp-slick.slick-slider .slick-next {
    height: 100%;
    right: 0px;
    width: 50px;
    z-index: 666666;
}
.bp-slick.slick-slider .slick-prev::before,
.bp-slick.slick-slider .slick-next::before {
    color: #131D4E;
    font-family: "fontawesome";
    font-size: 50px;
    line-height: 1;
    opacity: 1;
}
.bp-slick.slick-slider .slick-prev::before {
    content: "\f104";
}
.bp-slick.slick-slider .slick-next::before {
    content: "\f105";
}
.bp-slick.slick-dotted.slick-slider {
    margin-bottom: 15px;
}
.bp-slick.slick-slider .slick-dots {
    bottom: -15px;
    line-height: 0;
    height: 5px;    
}
.bp-slick.slick-slider .slick-dots li {
    width: 25px;
    height: 5px;
    bottom: 5px;
}
.bp-slick.slick-slider .slick-dots li button {
    background-color: #fab500;
    height: 5px;
    opacity: 1;
    padding: 0;
    top: 0;
    width: 25px;
}
.bp-slick.slick-slider .slick-dots li.slick-active button {
    background-color: #131D4E;
}
.bp-slick.slick-slider .slick-dots li button::before {
    display: none;
}

@media (max-width: 768px) {
	.bp-slick.slick-slider .slick-dots li {
		width: 10px;
		margin: 0 3px;
	}
	.bp-slick.slick-slider .slick-dots li button {
		width: 10px;
	}
}



.bp-slick.pfeile-unten.slick-slider {
	padding-bottom: 45px;
}
.bp-slick.pfeile-unten.slick-slider .slick-prev {
	left: calc(50% - 55px);
	height: 45px;  
	width: 45px;
	z-index: 666;
	bottom: 0;
	transform: none;
	top: unset;
}
.bp-slick.pfeile-unten.slick-slider .slick-next {
	right: calc(50% - 55px);
	height: 45px;  
	width: 45px;
	z-index: 666;
	bottom: 0;
	transform: none;
	top: unset;
}
.bp-slick.pfeile-unten.slick-slider .slick-prev::before,
.bp-slick.pfeile-unten.slick-slider .slick-next::before {
    color: #fab500;
    font-family: "fontawesome";
    font-size: 45px;
    line-height: 1;
    opacity: 1;
}
.bp-slick.pfeile-unten.slick-slider .slick-prev::before {
    content: "\f0d9";
}
.bp-slick.pfeile-unten.slick-slider .slick-next::before {
    content: "\f0da";
}

/* ########## BP SLICKSLIDER END ########## */







/* ########## SIGE - GALERIE ########### */
.meinegalerie .sige_cont_0 {
    height: auto !important;
    width: 100% !important;
}

.meinegalerie li[class^="sige_cont_"] {
    height: auto !important;
    margin: 1% !important;
    position: relative;
    width: 31.3333% !important;
}
.meinegalerie .sige_thumb {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.meinegalerie .sige_thumb img {
    border: 0 none !important;
    margin: 0 !important;
    opacity: 1;
    padding: 0 !important;    
	-webkit-transition: all 0.6s ease-in-out 0s;
	-moz-transition: all 0.6s ease-in-out 0s;
	-o-transition: all 0.6s ease-in-out 0s;
	transition: all 0.6s ease-in-out 0s;
    width: 100% !important;
}
.meinegalerie .sige_thumb:hover img {
    opacity: 0.5;
}
.meinegalerie .sige_thumb a::after {
    color: #e62e2e;
    content: "\f00e";
    font-family: FontAwesome;
    font-size: 40px;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;	
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);	
	-webkit-transition: all 0.6s ease-in-out 0s;
	-moz-transition: all 0.6s ease-in-out 0s;
	-o-transition: all 0.6s ease-in-out 0s;
	transition: all 0.6s ease-in-out 0s;
}
.meinegalerie .sige_thumb:hover a::after {
    opacity: 1;
}
.meinegalerie > div {
    background-color: rgba(255, 255, 255, 1);
    position: relative;
}
.vbox-overlay {
    z-index: 15000 !important;
}




@media (max-width: 1279px) {
	.bp-width {width: 960px;}
}

@media (max-width: 1023px) {
	.bp-width {width: 724px;}
	.bp-width-2 {width: 724px;}
	.bp-width-3 {width: 600px;}
}

@media (max-width: 768px) {	
	.bp-width,.bp-width-2 {width: 100%; padding-left: 15px; padding-right: 15px; box-sizing: border-box;}	
	.bp-width-3 {width: 480px;}
	
	.bp-margin-top-xl{margin-top: 50px;}
    .bp-margin-bottom-xl{margin-bottom: 50px;}
    .bp-margin-top-bottom-xl{margin-top: 50px; margin-bottom: 50px;}
   
    .bp-margin-top-l{margin-top: 40px;}
    .bp-margin-bottom-l{margin-bottom: 40px;}
    .bp-margin-top-bottom-l{margin-top: 40px; margin-bottom: 40px;}
   
    .bp-margin-top-m{margin-top: 20px;}
    .bp-margin-bottom-m{margin-bottom: 20px;}
    .bp-margin-top-bottom-m{margin-top: 20px; margin-bottom: 20px;}
      
    .bp-padding-top-xl{padding-top: 50px;}
    .bp-padding-bottom-xl{padding-bottom: 50px;}
    .bp-padding-top-bottom-xl{padding-top: 50px; padding-bottom: 50px;}

    .bp-padding-top-xl{padding-top: 50px;}
    .bp-padding-bottom-xl{padding-bottom: 50px;}
    .bp-padding-top-bottom-xl{padding-top: 50px; padding-bottom: 50px;}
	
    .bp-padding-top-l{padding-top: 40px;}
    .bp-padding-bottom-l{padding-bottom: 40px;}
    .bp-padding-top-bottom-l{padding-top: 40px; padding-bottom: 40px;}
   
    .bp-padding-top-m{padding-top: 20px;}
    .bp-padding-bottom-m{padding-bottom: 20px;}
    .bp-padding-top-bottom-m{padding-top: 20px; padding-bottom: 20px;}    
}


@media (max-width: 640px) {
	.bp-width-3{width: 100%; padding-left: 15px; padding-right: 15px; box-sizing: border-box;}
}


@media (max-width: 480px) {
	

}