/*
Theme Name: BBNE Child
Theme URI: https://www.bbme.ch
Version: 4.17.4
Description: A BBNE Child Theme enables to make customizable modifications to the parent theme, preserving the original theme's integrity and facilitating efficient updates.
Template: BBNE
Author: Beta Soft Technology
Author URI: https://www.betasofttechnology.com
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@font-face { font-family: "Europa"; font-display: swap;  src: url("https://www.bbme.ch/wp-content/uploads/et-fonts/europa-light-webfont.ttf") format("truetype"); }

@font-face { font-family: "Europa"; font-display: swap;  src: url("europa-light-webfont.ttf") format("truetype"); }
body.et_header_style_left #et-top-navigation nav>ul>li>a, body.et_header_style_split #et-top-navigation nav>ul>li>a{
	 font-family: 'Europa', Arial, Helvetica, sans-serif;
}
body {
    font-family: 'Europa', Arial, Helvetica, sans-serif !important;
    font-weight: 300;
}
::-webkit-scrollbar {
    height: 5px;
    width: 6px
}

::-webkit-scrollbar-track {
    background: #c1c1c1;
}

::-webkit-scrollbar-thumb {
    background:#6ac5cb;
}
#main-footer .footer-widget h4{
	font-family: 'Europa', Arial, Helvetica, sans-serif;
}
.logo_container {
    padding-left: 0 !important;
}

@media(min-width:981px) and (max-width:1600px) {
	.container:not(.et_menu_container), .et_pb_row {
		max-width: 90% !important;
	}
	footer .container {
		width:100%;
	}
	.flex-container{
	max-width: 90% !important;
		}
}

    .et_non_fixed_nav.et_fullwidth_nav.et_header_style_left .logo_container {
        padding-left: 0px;
    }
#main-header, #et-top-navigation {
    font-weight: 300;
	box-shadow: none;
}
b,strong {
    font-weight: 400;
}
.inline-btn .et_pb_button_module_wrapper {
	display:inline-block;
}
.inline-btn .et_pb_button_module_wrapper.et_pb_button_1_wrapper {
	margin-left:0.5rem;
}
.et_header_style_left .logo_container {
    position: relative;
	float:left;
    height:auto;
    width: 21rem;
}
body.et_header_style_left #et-top-navigation nav>ul>li>a, 
body.et_header_style_split #et-top-navigation nav>ul>li>a {
    padding: 1rem 2rem;
    border-radius: 50rem;
    display: block;
}
body.et_header_style_left #et-top-navigation nav>ul>li:hover>a, 
body.et_header_style_split #et-top-navigation nav>ul>li>a {
	color: #6cc4ca !important;
}
body #et-top-navigation {
	padding:0 !important
}
.flex-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
	padding: 1.6rem 0;
	max-width: 1366px;
    margin: 0 auto;
}
.member-btn a {
    background: #6cc4ca;
    color: #fff !important;
    font-family: 'Europa Regular';
	border:1px solid transparent;
	box-shadow: 0 0 20px #6cc4ca8c;
	margin-left: 1rem;
}
.member-btn:hover a,.member-btn a:hover {
	background: #fff;
	border:1px solid #6cc4ca;
	color: #6cc4ca !important;
}
#top-menu li {
    padding-right:0px;
}
h5.et_pb_module_heading {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
h5.et_pb_module_heading:before {
    content: '';
    width: 80px;
    position: relative;
    height: 1px;
    display: inline-block;
    background: #6ac5cb;
    margin-right: 15px;
}
.d_flex{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
h5.et_pb_module_heading:after {
    content: '';
    width: 80px;
    position: relative;
    height: 1px;
    display: inline-block;
    background: #6ac5cb;
    margin-left: 15px;
}
.overlay_content .et_pb_main_blurb_image {
    margin: 0;
	position:relative;
}
.overlay_content .et_pb_main_blurb_image:before {
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    transition: all 0.5s ease;
    background-image: linear-gradient(#00000000, #000000d1);
}
.overlay_content .et_pb_blurb:hover .et_pb_main_blurb_image:before {
	content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8;
    border-radius: 30px;
	top:0;
	transition:all 0.5s ease;
}
.overlay_content .et_pb_blurb_container {
    position: absolute;
	left:0;
    top: 100%;
    padding: 1.5rem;
	transition:all 0.5s ease;
	height: 100%;
    overflow-y: auto;
}
.overlay_content .et_pb_blurb:hover .et_pb_blurb_container {
	top: 0;
	transition:all 0.5s ease;
}
.overlay_content .et_pb_blurb,
.overlay_content .et_pb_main_blurb_image {
	overflow:hidden;
	border-radius:30px;
}
.overlay_content .et_pb_blurb li  a {
	color:#fff;
}
.overlay_content .et_pb_blurb li:hover a {
	color:#6ac5cb;
}
.overlay_heading {
	position: absolute;
    bottom: 25px;
    text-align: center;
    width: 100%;
	transition:all 0.5s ease;
}
.overlay_content .et_pb_blurb:hover .overlay_heading {
	opacity:0;
}
.owl-carousel .et_pb_column {
	margin:0 !important;
	width:100% !important;
}
.et-fb .areas .et_pb_blurb {
	float:left;
	width:25%;
}
.owl-nav {
	position: absolute;
    top: 46%;
    transform: translateY(-46%);
    width: 100%;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
	width:60px;
	height:60px;
	display:flex;
	align-items:center;
	justify-content:center;
	background:#fff !important;
	border-radius:100%;
	position:absolute;
}
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
	background:#6ac5cb !important;
	box-shadow:0 0 20px #6ac5cb;
}
.owl-nav .owl-prev:hover span,
.owl-nav .owl-next:hover span {
	color:#fff;
}
.owl-nav .owl-prev span,
.owl-nav .owl-next span {
	font-size:2rem;
	color:#000;
}
.owl-nav .owl-prev {
	left:-30px;
}
.owl-nav .owl-next {
	right:-30px;
}
.custom_blub_1 .et_pb_blurb_content {
	display: flex;
    align-items: center;
}
.custom_blub_1 .et_pb_main_blurb_image {
	margin: 0;
    flex: 0 0 35%;
}
.custom_blub_1 .et_pb_blurb_container {
	padding-left:40px;
	padding-right:40px;
}
.blog-post article.et_pb_post {
    background: #fff;
    border-radius: 50px;
    overflow: hidden;
	box-shadow: 0 0 20px #0000000a;
}
.blog-post article.et_pb_post h2,
.blog-post article.et_pb_post .post-meta,
.blog-post article.et_pb_post .post-content {
	padding:0 30px;
}
.blog-post article.et_pb_post .post-content {
	padding-bottom:30px;
}
.blog-post article.et_pb_post h2 {
	min-height:56px;
}
.et-fb .blog-post .et_pb_post {
	float:left;
	width:33.3333%;
	clear:inherit !important
}
#main-footer div#media_image-2 {
    margin: 0;
}
form#newsletter {
    display: flex;
    justify-content: space-between;
	margin-bottom: 25px;
	margin-top: 25px;
}
form#newsletter input {
	width: 100%;
    height: 40px;
    background: none;
    border: 0;
    border-bottom: 1px solid #474747;
    margin-right: 10px;
}
form#newsletter input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#fff;
	font-size:1.1rem;
}
form#newsletter input::-moz-placeholder { /* Firefox 19+ */
  color:#fff;
	font-size:1.1rem;
}
form#newsletter input:-ms-input-placeholder { /* IE 10+ */
  color:#fff;
	font-size:1.1rem;
}
form#newsletter input:-moz-placeholder { /* Firefox 18- */
  color:#fff;
	font-size:1.1rem;
}
form#newsletter button {
	border: 0;
    background: #6ac5cb;
    padding: 0 30px;
    border-radius: 50px;
    font-size: 1rem;
    color: #fff;
    text-transform: uppercase;
		font-family: 'Europa', Arial, Helvetica, sans-serif;
	cursor: pointer;
}
footer .widget_nav_menu {
    padding-left: 9rem;
}
footer .menu li:before,
footer .member-btn {
	display:none;
}
footer .menu li {
	padding:8px 0 !important;
	margin:0;
	line-height:normal;
}
footer h4 {
	font-family:'Europa Regular';
}
#footer-bottom {
    border-top: 1px solid #313935;
}
.copyright-footer,.copyright-footer>a {
    color: #fff;
    font-size: 1rem;
}
#footer-bottom {
    padding: 25px 0;
}

.ss_foot_right ul {
    display: flex;
    justify-content: end;
    gap: 20px;
}

.ss_foot_right a {
    color: #fff;
    font-size: 16px;
    text-decoration: underline;
	 
}

.ss_foot_btm .container{
	   display: flex;
    justify-content: space-between;
}
.copyright-footer{
	width:65%;
}
.ss_foot_right{
	width:35%;
}
#footer-widgets .footer-widget li a:hover {
    color: #6ac5cb;
}

.ss_member_login_btn {
	display:none;
}


/****member login****/
.ss_b_crumb_sec .et_pb_code_inner>span {
    padding: 0 20px;
    border-radius: 100px;
}
.ss_b_crumb_sec a {
    color: #fff;
}

.ss_b_crumb_sec span {
    color: #fff;
}



/****about section****/
.ss_abt_image_sec img{
	max-width: 100%;
    height: 425px;
    object-fit: cover;
    object-position: center center;
	width:100%;
    border-radius: 999px 999px 999px 999px;
}
.ss_abt_count_row_sec .et_pb_column {
  position: relative;
}

.ss_abt_count_row_sec .et_pb_column:after {
    content: "";
    position: absolute;
    top: 35px;
    /* left: 0; */
    font-size: 53px;
    font-weight: bold;
    right: 27px;
    color: #69c5ca3d;
}

.ss_abt_count_row_sec .et_pb_column:nth-child(1):after {
  content: "01";
}
.ss_abt_count_row_sec .et_pb_column:nth-child(2):after {
  content: "02";
}
.ss_abt_count_row_sec .et_pb_column:nth-child(3):after {
  content: "03";
}
.ss_abt_count_row_sec .et_pb_column:nth-child(4):after {
  content: "04";
}
/* Add more as needed */

.ss_news_page_sec a.more-link {
    background: #6cc4ca;
    padding: 5px 35px;
    color: #ffff;
    display: inline-block;
    border-radius: 100px;
    text-transform: capitalize;
    box-shadow: 0 0 20px #6cc4ca8c;
    margin-top:22px;
}
.ss_news_page_sec p.post-meta {
    font-size: 17px !important;
}

.ss_news_page_sec .entry-title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 25px !important;
    color: #000;
    line-height: 1.3em;
    height: 38px;
}

.ss_news_page_sec .et_pb_blog_grid .et_pb_post {
    border-radius: 25px;
    overflow: hidden;
	    padding-bottom: 35px;
}
.ss_news_page_sec a.more-link:hover {
    background: #242424;
}


.ss_cnt_form .wpcf7-text {
    border: 1px solid #e5e5e5;
    height: 52px;
    padding: 15px;
	font-size:15px;
    width: 100%;
	border-radius:10px;
    margin-bottom: 30px;
}
.ss_cnt_form textarea{
	 border: 1px solid #e5e5e5;
    height: 158px;
    padding:20px  15px;
    width: 100%;
	font-size:15px;
	border-radius:20px;
    margin-bottom: 30px;
}
.ss_cnt_form .wpcf7-submit {
    background: #72cdd3;
    border-radius: 100px;
    border: 0;
    padding: 13px 50px;
    font-size: 20px;
    color: #fff;
	    box-shadow: 0 0 20px #6cc4ca8c;
	    cursor: pointer;
}
.ss_cnt_form .wpcf7-submit:hover{
	background:#000;
}
.text-center{
	text-align:center;
}
.wpcf7 form.invalid .wpcf7-response-output{
	background: #ffb900;
	border:none;
}

.ss_member_title_city {
    min-height: 180px;
    padding-top: 24px;
    padding-left: 30px;
}
.wpcf7-response-output {
    background: #46b450;
    color: #fff;
	    border: 0 !important;
}
.wpcf7-not-valid-tip {
    font-weight: normal;
    background: #dc3232;
    color: #fff;
    padding: 4px 24px;
    font-size: 15px;
    border-radius: 100px;
    display: inline;
}

/* member */
.member-list .member-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 3%;
}
.member-list .member-grid .member-tile {
	margin-bottom:40px;
}
.member-tile {
    position: relative;
    border: 0px solid #ccc;
    border-radius: 35px;
    overflow: hidden;
    padding: 0;
    background: #fff;
    text-align: left;
    flex: 0 0 31.3%;
    box-shadow: 0px 0px 20px #00000000;
}
@media(max-width:580px) {
	.member-tile {
		flex: 0 0 100%;
	}
}
@media(min-width:581px) and (max-width:767px) {
	.member-tile {
		flex: 0 0 48.3%;
	}
}
.member-image-wrapper {
	position: relative;
	overflow: hidden;
	border-radius: 0px;
}
.member-image-wrapper img {
	width: 100%;
	height: auto;
	border-radius: 0;
	display:block;
}
.member-socials {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.7);
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	opacity: 0;
	transition: opacity 0.3s ease;
}
.member-image-wrapper:hover .member-socials {
	opacity: 1;
}
.member-socials a {
    color: #fff;
    font-size: 18px;
    display: flex;
    background: #6ac5cb;
    padding: 5px 25px;
    border-radius: 50px;
}
.member-title {
	    font-size: 1.5rem;
    line-height: 1.4em;

}
.member-city {
	color: #6cc4ca;
	margin-bottom: 10px;

}
.member-info ul {
	list-style: none;
	padding: 0;
	margin: 0;
	justify-content: space-between;
	display: flex;
	border-top: 1px solid #e5e5e5;
	text-align: center;
	justify-content: center;
}
.member-info li {
	margin: -1px 0;
	border-right: 1px solid #e5e5e5;
	width: 25%;
	height: 65px;
	line-height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.member-info i {
	margin-right: 0;
}
.member-info a {
	color: #333;
	text-decoration: none;
}
.member-info .et-pb-icon {
    font-size: 26px;
    color: #74c7cd;
    display: block;
}

.tooltip {
	position: relative;
}
.tooltip:hover::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 125%;
    left: 0;
    transform: translateX(0%);
    background: #333;
    color: #fff;
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 12px;
    line-height: normal;
    width: fit-content;
}
#loginajax input[type="email"],
#loginajax input[type="password"] {
	width:100%;
	height:44px;
	border:1px solid #ddd;
	border-radius:2px;
	padding: 0 15px;
}
#loginajax input[type="submit"] {
    width: 200px;
    padding: 0.8rem 2rem;
    border-radius: 50rem;
    display: block;
    font-size: 18px;
    background: #6cc4ca;
    color: #fff !important;
    font-family: 'Europa Regular';
    border: 1px solid transparent;
    box-shadow: 0 0 20px #6cc4ca8c;
    margin-bottom: 1rem;
	cursor:pointer;
}
.align-items-center {
	align-items:center;
}
/* member */

.member-pagination {text-align: center;     margin-top: 40px;}

.member-pagination a {
    background: #242424;
    padding: 8px 15px;
    border-radius: 5px;
    color: #fff;
}

span.page-numbers.current {
    background: #6ac5cb;
    padding: 8px 15px;
    border-radius: 5px;
    color: #fff;
}

/***********media Screen Start*******************/
/***********media Screen Start*******************/

@media only screen and (min-width: 320px) and (max-width: 767px){
	#main-header .container{
		    width: 90%;
	}
	.et_header_style_left #et-top-navigation .mobile_menu_bar {
    padding-bottom: 0;
}
	    .et_header_style_left #logo {
        max-width: 85%;
    }
	.mobile_menu_bar:before {
		font-size: 45px;
	}
	
	.inline-btn .et_pb_button_module_wrapper.et_pb_button_1_wrapper {
    margin-left: 0.5rem;
}
	.inline-btn{
		text-align:center;
	}
	h5.et_pb_module_heading:after {
		display:none;
	}
	h5.et_pb_module_heading:before {
		display:none;
	}
	.owl-nav .owl-prev, .owl-nav .owl-next {
    width: 40px;
		height: 40px;
	}
	.owl-nav .owl-prev {
    left: -20px;
}
	.owl-nav .owl-next {
    right: -20px;
}
	.custom_blub_1 .et_pb_blurb_content {
    display: flex;
    align-items: center;
  flex-direction:column;
    gap: 20px;
    padding-bottom: 30px;
}
	.custom_blub_1 .et_pb_main_blurb_image {
    margin: 0;
    flex: 0 0 100%;
		        width: 100%;
}
	.custom_blub_1 .et_pb_blurb_container {
    padding-left: 20px;
    padding-right: 20px;
}
	footer .widget_nav_menu {
    padding-left: 0;
}
	form#newsletter button {
    padding: 0 20px;
    font-size: 0.9rem;
}
	
	#main-footer {
    padding-top: 30px;
}
	.ss_foot_right ul {
    display: flex;
    justify-content: left;
    gap: 5px;
}
	.ss_foot_btm .container {	
		width:85%;
    flex-direction: column;
}
	.copyright-footer {
    width: 100%;
}
	.ss_foot_right {
    width: 100%;
}
	.ss_foot_right ul {
    justify-content: left;
    gap: 5px;
}
	
	.ss_foot_right a {
    font-size: 13px;
}
	
	footer{
	position: relative;
    padding-bottom: 28px;
}
	.ss_member_login_btn {
    position: fixed;
    bottom: 5px;
    z-index: 99999;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.ss_member_login_btn.hide {
    transform: translateY(100%); /* Slide down out of view */
    opacity: 0;
}

.ss_member_login_btn a {
    background: #6ac5cb;
    padding: 3px 25px;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
}

	
	.ss_member_login_btn {
    display: block;
}
	.member-btn a{
		display:none !important;
	}
	
	/* Show content only when active */
.owl-item.active .et_pb_blurb_container {
    top: 0;
}

/* General cleanup and rounded corners */
.overlay_content .et_pb_blurb,
.overlay_content .et_pb_main_blurb_image {
    overflow: hidden;
    border-radius: 30px;
}
	
	.owl-item.active .overlay_content .et_pb_blurb .et_pb_blurb_container {
	top: 0;
	transition:all 0.5s ease;
}
	.overlay_content .et_pb_main_blurb_image:before {
   
    background-image: linear-gradient(#000000c7, #000000b0);
}
	.overlay_content .et_pb_blurb:hover .et_pb_main_blurb_image:before{
		 background-image: linear-gradient(#000000c7, #000000b0);
	}

	
}
@media only screen and (min-width: 481px) and (max-width: 767px){ }
@media only screen and (min-width: 767px) and (max-width: 1023px){
	#main-header .container{
		    width: 90%;
	}
	.et_header_style_left #et-top-navigation .mobile_menu_bar {
    padding-bottom: 0;
}
	    .et_header_style_left #logo {
        max-width: 85%;
    }
	.mobile_menu_bar:before {
		font-size: 45px;
	}
	
	.inline-btn .et_pb_button_module_wrapper.et_pb_button_1_wrapper {
    margin-left: 0.5rem;
}
	.inline-btn{
		text-align:center;
	}
	
	footer .widget_nav_menu {
    padding-left: 100px;
    padding-bottom: 30px;
}
	    .footer-widget:nth-child(n) {
        width: 42.25% !important;
        margin: 0 7.5% 7.5% 0 !important;
    }
	footer .container {
		width: 85%;
	}
	
	.copyright-footer {
    width: 100%;
    text-align: center;
}
	
	.ss_foot_btm .container {	
		width:85%;
    flex-direction: column;
}
	.copyright-footer {
    width: 100%;
}
	.ss_foot_right {
    width: 100%;
}
	.ss_foot_right ul {
    justify-content: center;
    gap: 5px;
}
	
	footer{
	position: relative;
    padding-bottom: 28px;
}
	.ss_member_login_btn {
    position: fixed;
    bottom: 5px;
    z-index: 99999;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.ss_member_login_btn.hide {
    transform: translateY(100%); /* Slide down out of view */
    opacity: 0;
}

.ss_member_login_btn a {
    background: #6ac5cb;
    padding: 3px 25px;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
}

	
	.ss_member_login_btn {
    display: block;
}
	.member-btn a{
		display:none !important;
	}
	
	/* Show content only when active */
.owl-item.active .et_pb_blurb_container {
    top: 0;
}

/* General cleanup and rounded corners */
.overlay_content .et_pb_blurb,
.overlay_content .et_pb_main_blurb_image {
    overflow: hidden;
    border-radius: 30px;
}
	
	.owl-item.active .overlay_content .et_pb_blurb .et_pb_blurb_container {
	top: 0;
	transition:all 0.5s ease;
}
	.overlay_content .et_pb_main_blurb_image:before {
   
    background-image: linear-gradient(#000000c7, #000000b0);
}
	.overlay_content .et_pb_blurb:hover .et_pb_main_blurb_image:before{
		 background-image: linear-gradient(#000000c7, #000000b0);
	}
}



@media only screen and (min-width: 1024px) and (max-width: 1350px){
	body.et_header_style_left #et-top-navigation nav>ul>li>a, body.et_header_style_split #et-top-navigation nav>ul>li>a {
		padding: 1rem 1.5rem;
	}
	#top-menu li a {
    font-size: 16px !important;
}
	#logo {
    max-width: 230px;
}
	footer .widget_nav_menu {
    padding-left: 7rem;
}
	.footer-widget, .footer-widget li, .footer-widget li a, #footer-info {
    font-size: 15px !important;
}
	#main-footer .footer-widget h4{
		font-size:18px !important;
	}
	.copyright-footer, .copyright-footer>a{
		font-size:14px;
	}
		.ss_foot_right a {
		font-size: 14px;
	}
	.flex-container {
    max-width: 96% !important;
	}
	.ss_banner_sec{
		height: 90vh;
	}
}


@media (min-width: 992px) and (max-width: 1170px){
	    #top-menu li a {
        font-size: 14px !important;
    }
	    body.et_header_style_left #et-top-navigation nav>ul>li>a, body.et_header_style_split #et-top-navigation nav>ul>li>a {
        padding: 0.7rem 1rem;
    }
	.ss_foot_right a {
		font-size: 12px;
	}
	.copyright-footer, .copyright-footer>a {
    font-size: 12px;
}
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.row>* {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    position: relative
}

.col {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%
}

.row-cols-auto>* {
    width: auto
}

.row-cols-1>*,.row-cols-auto>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.row-cols-1>* {
    width: 100%
}

.row-cols-2>* {
    width: 50%
}

.row-cols-2>*,.row-cols-3>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.row-cols-3>* {
    width: 33.3333333333%
}

.row-cols-4>* {
    width: 25%
}

.row-cols-4>*,.row-cols-5>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.row-cols-5>* {
    width: 20%
}

.row-cols-6>* {
    width: 16.6666666667%
}

.col-auto,.row-cols-6>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-auto {
    width: auto
}

.col-1 {
    width: 8.3333333333%
}

.col-1,.col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-2 {
    width: 16.6666666667%
}

.col-3 {
    width: 25%
}

.col-3,.col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-4 {
    width: 33.3333333333%
}

.col-5 {
    width: 41.6666666667%
}

.col-5,.col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-6 {
    width: 50%
}

.col-7 {
    width: 58.3333333333%
}

.col-7,.col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-8 {
    width: 66.6666666667%
}

.col-9 {
    width: 75%
}

.col-9,.col-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-10 {
    width: 83.3333333333%
}

.col-11 {
    width: 91.6666666667%
}

.col-11,.col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-12 {
    width: 100%
}

@media (min-width: 576px) {
    .col-sm {
        -webkit-box-flex:1;
        -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-sm-auto>* {
        width: auto
    }

    .row-cols-sm-1>*,.row-cols-sm-auto>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-sm-1>* {
        width: 100%
    }

    .row-cols-sm-2>* {
        width: 50%
    }

    .row-cols-sm-2>*,.row-cols-sm-3>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-sm-3>* {
        width: 33.3333333333%
    }

    .row-cols-sm-4>* {
        width: 25%
    }

    .row-cols-sm-4>*,.row-cols-sm-5>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-sm-5>* {
        width: 20%
    }

    .row-cols-sm-6>* {
        width: 16.6666666667%
    }

    .col-sm-auto,.row-cols-sm-6>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-auto {
        width: auto
    }

    .col-sm-1 {
        width: 8.3333333333%
    }

    .col-sm-1,.col-sm-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-2 {
        width: 16.6666666667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-3,.col-sm-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-4 {
        width: 33.3333333333%
    }

    .col-sm-5 {
        width: 41.6666666667%
    }

    .col-sm-5,.col-sm-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.3333333333%
    }

    .col-sm-7,.col-sm-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-8 {
        width: 66.6666666667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-9,.col-sm-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-10 {
        width: 83.3333333333%
    }

    .col-sm-11 {
        width: 91.6666666667%
    }

    .col-sm-11,.col-sm-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-12 {
        width: 100%
    }
}

@media (min-width: 768px) {
    .col-md {
        -webkit-box-flex:1;
        -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-md-auto>* {
        width: auto
    }

    .row-cols-md-1>*,.row-cols-md-auto>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-md-1>* {
        width: 100%
    }

    .row-cols-md-2>* {
        width: 50%
    }

    .row-cols-md-2>*,.row-cols-md-3>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-md-3>* {
        width: 33.3333333333%
    }

    .row-cols-md-4>* {
        width: 25%
    }

    .row-cols-md-4>*,.row-cols-md-5>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-md-5>* {
        width: 20%
    }

    .row-cols-md-6>* {
        width: 16.6666666667%
    }

    .col-md-auto,.row-cols-md-6>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-auto {
        width: auto
    }

    .col-md-1 {
        width: 8.3333333333%
    }

    .col-md-1,.col-md-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-2 {
        width: 16.6666666667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-3,.col-md-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-4 {
        width: 33.3333333333%
    }

    .col-md-5 {
        width: 41.6666666667%
    }

    .col-md-5,.col-md-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.3333333333%
    }

    .col-md-7,.col-md-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-8 {
        width: 66.6666666667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-9,.col-md-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-10 {
        width: 83.3333333333%
    }

    .col-md-11 {
        width: 91.6666666667%
    }

    .col-md-11,.col-md-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-12 {
        width: 100%
    }
}

@media (min-width: 992px) {
    .col-lg {
        -webkit-box-flex:1;
        -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-lg-auto>* {
        width: auto
    }

    .row-cols-lg-1>*,.row-cols-lg-auto>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-lg-1>* {
        width: 100%
    }

    .row-cols-lg-2>* {
        width: 50%
    }

    .row-cols-lg-2>*,.row-cols-lg-3>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-lg-3>* {
        width: 33.3333333333%
    }

    .row-cols-lg-4>* {
        width: 25%
    }

    .row-cols-lg-4>*,.row-cols-lg-5>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-lg-5>* {
        width: 20%
    }

    .row-cols-lg-6>* {
        width: 16.6666666667%
    }

    .col-lg-auto,.row-cols-lg-6>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-auto {
        width: auto
    }

    .col-lg-1 {
        width: 8.3333333333%
    }

    .col-lg-1,.col-lg-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-2 {
        width: 16.6666666667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-3,.col-lg-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-4 {
        width: 33.3333333333%
    }

    .col-lg-5 {
        width: 41.6666666667%
    }

    .col-lg-5,.col-lg-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.3333333333%
    }

    .col-lg-7,.col-lg-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-8 {
        width: 66.6666666667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-9,.col-lg-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-10 {
        width: 83.3333333333%
    }

    .col-lg-11 {
        width: 91.6666666667%
    }

    .col-lg-11,.col-lg-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-12 {
        width: 100%
    }
}
