@import url("https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700");

/*
font-family: 'Quicksand', sans-serif;
*/

/* rosu: #F73859 */
/* verde: #1A936F */
/* galben: #FCC918 */
/* albastru: #2C2E3E */
/* dark blue: #1e242e */
/* teal: #0EAEB1 */
/* orange: #FD8835 */
/* purple: #8E44AD */
/* negru: #000000 */
/* normal gray: #D8D8D8 */
/* light gray: #C4C4C4 */
/* dark gray: #222222 */

/* CUSTOM SCROLL */
.gsb {
    -ms-overflow-style: none;
}
.gsb::-webkit-scrollbar-track {
	background-color: transparent;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	display: inherit;
}
.gsb::-webkit-scrollbar-track-piece {
	width: 1px;
	display: inherit;
}
.gsb::-webkit-scrollbar {
	width: 10px;
	height: auto;
	display: inherit;
}
.gsb::-webkit-scrollbar-thumb {
	background-color: #ff0000;
	border: 4px solid #222222;
	display: inherit;
}
/* CUSTOM SCROLL */

::selection {
	background-color: #222222;
}
*:focus {
	outline: none !important
}
html, body {
	/*background-image: linear-gradient(120deg, #222222 0%, #1e242e 100%);*/
	background-color: #222222;
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
	overflow-x: hidden;
}
strong {
	font-weight: normal;
	color: #ffffff;
}
.row-shadow {
	-moz-box-shadow: 0px 10px 13px -7px #111111, 5px 5px 15px 5px rgba(0,0,0,0);
    -webkit-box-shadow: 0px 10px 13px -7px #111111, 5px 5px 15px 5px rgba(0,0,0,0);
    box-shadow: 0px 10px 13px -7px #111111, 5px 5px 15px 5px rgba(0,0,0,0);
}
.logo-bisens {
	width: 200px;
	height: auto;
}
/* HEADER */
.header-text {
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
	display: flex;
    justify-content: center;
    height: 100vh;
    align-items: center;
}
/* HEADER */
/* BTN SCROLL DOWN */
.scroll-down {
	top: 20px;
	bottom: 0px;
	font-size: 28px;
	background-color: transparent;
	color: #ffffff;
	cursor: pointer;
	width: 70px;
	height: 70px;
	text-align: center;
}
.scroll-down :hover {
	color: #ffffff;
	outline: none;
	text-decoration: none;
	background-color: transparent;
}
/* BTN SCROLL DOWN */
/* BTN BACK TO TOP */
#myBtnToTop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	background-color: #ff0000;
	color: #ffffff;
	cursor: pointer;
	padding: 6px;
	width: 40px;
	height: 40px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	text-align: center;
}
#myBtnToTop:hover {
	outline: none;
	text-decoration: none;
	background-color: #F73859;
}
/* BTN BACK TO TOP */

/* PROGRESS BAR */
.pgbar {
	text-align: left;
    background-color: #444444;
    border-radius: 1.25em;
    width: 100%;
    height: 3px;
    display: inline-block;
	margin-bottom: 14px;
}
.progress-container {
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
}
.progress {
	background-color: rgba(229,233,235,0);
	height: 0.25em;
	position: relative;
	width: 100%;
}
.progress-bar {
	background-size: 100%;
	height: 100%;
	position: relative;
	background-image: linear-gradient(to right, #F73859, rgb(247,56,89), rgb(255,0,0), rgb(255,0,0), rgb(146,0,0));
		background-image: -o-linear-gradient(to right, #F73859, rgb(247,56,89), rgb(255,0,0), rgb(255,0,0), rgb(146,0,0));
		background-image: -ms-linear-gradient(to right, #F73859, rgb(247,56,89), rgb(255,0,0), rgb(255,0,0), rgb(146,0,0));
		background-image: -webkit-linear-gradient(to right, #F73859, rgb(247,56,89), rgb(255,0,0), rgb(255,0,0), rgb(146,0,0));
		background-image: -moz-linear-gradient(to right, #F73859, rgb(247,56,89), rgb(255,0,0), rgb(255,0,0), rgb(146,0,0));
	animation: cssload-width 3.45s cubic-bezier(0.45, 0, 1, 1) infinite;
		-o-animation: cssload-width 3.45s cubic-bezier(0.45, 0, 1, 1) infinite;
		-ms-animation: cssload-width 3.45s cubic-bezier(0.45, 0, 1, 1) infinite;
		-webkit-animation: cssload-width 3.45s cubic-bezier(0.45, 0, 1, 1) infinite;
		-moz-animation: cssload-width 3.45s cubic-bezier(0.45, 0, 1, 1) infinite;
}
@keyframes cssload-width {
	0%, 100% {
		transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
	}
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}
@-o-keyframes cssload-width {
	0%, 100% {
		-o-transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
	}
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}
@-ms-keyframes cssload-width {
	0%, 100% {
		-ms-transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
	}
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}
@-webkit-keyframes cssload-width {
	0%, 100% {
		-webkit-transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
	}
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}
@-moz-keyframes cssload-width {
	0%, 100% {
		-moz-transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
	}
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}
/* PROGRESS BAR */

@media (min-width: 320px) {
	
/* BACKGROUND IMAGES FOR SECTIONS */
.imagine-about {
	background-color: #ffffff;
	background-image: url(../img/background-about-us-small.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100vw;
	height: auto;
}
.imagine-skills {
	background-color: #ffffff;
	background: url(../img/background-skills-small.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100vw;
	height: auto;
}
.imagine-portfolio {
	background-color: #ffffff;
	background: url(../img/background-portfolio-small.jpg);
}
/* BACKGROUND IMAGES FOR SECTIONS */
.container-header-img {
	width: 100%;
	height: auto;
}
.container-skills-img {
	width: 100%;
	height: auto;
}
.container-portfolio-img {
	width: 100%;
	height: auto;
}
/* HEADER SKILLS PORTFOLIO */
.hsp-content {
	background-color: rgba(0, 0, 0, 0.5); 
    padding-top: 60px;
	border-bottom: 1px solid #000000;
	-moz-box-shadow: 0px 10px 20px -7px #111111, 5px 5px 20px 5px rgba(0,0,0,0);
    -webkit-box-shadow: 0px 10px 20px -7px #111111, 5px 5px 20px 5px rgba(0,0,0,0);
    box-shadow: 0px 10px 20px -7px #111111, 5px 5px 20px 5px rgba(0,0,0,0);
}
.hsp-title {
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
	font-size: 42px;
	color: #ffffff;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	padding-top: 0px;
	padding-bottom: 40px;
}
.hsp-tagline {
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
	font-size: 24px;
	color: #ffffff;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	padding-top: 0px;
	padding-bottom: 40px;
	line-height: normal;
}
.btn-hsp {
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 0px;
	background-color: #1e242e;
	width: 280px;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 80px;
	border: 2px solid #1e242e;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-moz-box-shadow: 0px 10px 20px -7px #111111, 5px 5px 20px 5px rgba(0,0,0,0);
    -webkit-box-shadow: 0px 10px 20px -7px #111111, 5px 5px 20px 5px rgba(0,0,0,0);
    box-shadow: 0px 10px 20px -7px #111111, 5px 5px 20px 5px rgba(0,0,0,0);
}
.container-video {
	width: 100%;
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    background-color: #222222;
}
/* HEADER SKILLS PORTFOLIO */
/* SKILLS */
.container-skills {
	width: 100%;
	height: auto;
	padding-top: 0px;
	padding-bottom: 20px;
	margin-bottom: 0px;
}
.title-skills {
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
	font-size: 26px;
	font-weight: bolder;
	color: #FCC918;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	/* padding-bottom: 20px; */
	padding-top: 20px;
	/* border-bottom: 2px dotted #FCC918; */
}
.subtitle-skills {
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.description-skills {
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	padding-top: 20px;
}
.skill-icons {
	width: 100px;
	height: 100px;
}
/* SKILLS */
	
/* PORTFOLIO WEB DEVELOPMENT AND GRAPHICS */
.portfolio-wc-title {
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	background-color: #222222;
	padding-top: 10px;
	padding-bottom: 14px;
	margin-bottom: 40px;
	border-bottom: 1px solid #ffffff;
    -moz-box-shadow: 0px 10px 20px -7px #111111, 5px 5px 20px 5px rgba(0,0,0,0);
    -webkit-box-shadow: 0px 10px 20px -7px #111111, 5px 5px 20px 5px rgba(0,0,0,0);
    box-shadow: 0px 10px 20px -7px #111111, 5px 5px 20px 5px rgba(0,0,0,0);
}
.container-cl {
	padding-bottom: 10px;
}
/* PORTFOLIO WEB DEVELOPMENT AND GRAPHICS */

/* FOOTER */
.footer-row {
	background-color: transparent !important;
}
.footer-background {
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
	text-align: center;
	background-color: transparent !important;
	margin-top: 20px;
	padding-top: 4em;
	padding-bottom: 0em;
	width: 100%;
}
.footer-title {
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
    font-size: 20px;
	text-align: center;
	color: #ffffff;
	padding-bottom: 20px;
}
.footer-subtitle {
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
    font-size: 14px;
	text-align: center;
	color: #ffffff !important;
}
.footer-logo-image {
	margin: 0 auto;
	width: 80%;
	height: auto;
	padding-top: 40px;
}
.footer-social-icons {
	color: #ffffff;
	padding-top: 14px;
}
.footer-social-icons:hover {
	text-decoration: none;
	outline: none;
}
.footer-copy-background {
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
	text-align: center;
	font-weight: bolder;
	color: #ff0000;
	letter-spacing: 1px;
	background-color: transparent !important;
	border-top: 1px solid #222222;
	padding-top: 0em;
	padding-bottom: 0em;
	margin-top: 0px;
	width: 100%;
}
/* FOOTER */

.container-img {
	width: 100%;
	height: auto;
	margin-top: 40px;
	margin-bottom: 0px;
}
.portfolio-image {
	margin: 0 auto;
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
.portfolio-image:hover {
	text-decoration: none;
	outline: none;
}
.shadow {
	border: 2px solid #222222;
	-moz-box-shadow: 0px 10px 20px -7px #111111, 5px 5px 20px 5px rgba(0,0,0,0);
    -webkit-box-shadow: 0px 10px 20px -7px #111111, 5px 5px 20px 5px rgba(0,0,0,0);
    box-shadow: 0px 10px 20px -7px #111111, 5px 5px 20px 5px rgba(0,0,0,0);
}
.portfolio-img-description {
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 1px;
	background-color: #222222;;
	border-top: 1px solid #222222;
	padding-top: 2em;
	padding-bottom: 2em;
	padding-left: 1em;
	padding-right: 1em;
	margin-bottom: 40px;
	width: 100%;
}
	
	
	
	.card-title-mko {
		font-family: 'Quicksand', Helvetica, Arial, sans-serif;
		font-size: 14px;
		text-align: center;
		font-weight: bold;
		color: #222222;
		padding-top: 10px;
		padding-bottom: 0px;
	}
	.card-text-mko {
		font-family: 'Quicksand', Helvetica, Arial, sans-serif;
		font-size: 12px;
		text-align: center;
		font-weight: bold;
		color: #222222;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.card-body-mko {
		padding-top: 10px;
		padding-bottom: 0px !important;
		margin-bottom: 10px !important;
	}
	
}

@media (min-width: 768px) {
.hsp-content {
	width: 100%;
    height: auto;
	margin-top: 100px;
    margin-bottom: 40px;
    padding-top: 40px;
    padding-bottom: 0px;
	background-color: rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 10px 20px -7px #111111, 5px 5px 20px 5px rgba(0,0,0,0);
    -webkit-box-shadow: 0px 10px 20px -7px #111111, 5px 5px 20px 5px rgba(0,0,0,0);
    box-shadow: 0px 10px 20px -7px #111111, 5px 5px 20px 5px rgba(0,0,0,0);
}
/* SKILLS */
.container-skills {
	width: 100%;
	height: auto;
	padding-top: 0px;
	padding-bottom: 40px;
	margin-bottom: 0px;
}
.row-skills {
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
}	
.title-skills {
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: bolder;
	color: #FCC918;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	padding-top: 40px;
}
.subtitle-skills {
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.description-skills {
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #d8d8d8;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	padding-top: 20px;
}
.skill-icons {
	width: 50px;
	height: 50px;
}
/* SKILLS */
.footer-background {
	padding-top: 0em;
}
}

@media (min-width: 1024px) {
/* BACKGROUND IMAGES FOR SECTIONS */
.imagine-about {
	background-color: #ffffff;
	background: url(../img/background-about.jpg) no-repeat center center fixed;
	background-size: cover;
	width: 100%;
	height: auto;
}
.imagine-skills {
	background-color: #ffffff;
	background: url(../img/background-skills.jpg) no-repeat center center fixed;
	background-size: cover;
	width: 100%;
	height: auto;
}
.imagine-portfolio {
	background-color: #ffffff;
	background: url(../img/background-portfolio.jpg) no-repeat center center fixed;
	background-size: cover;
	width: 100%;
	height: auto;
}
/* BACKGROUND IMAGES FOR SECTIONS */

.container-header-img {
	width: 100%;
	height: 100vh;
}
.container-skills-img {
	width: 100%;
	height: 70vh;
}
.container-portfolio-img {
	width: 100%;
	height: 70vh;
}
	
/* HEADER SKILLS PORTFOLIO */
.hsp-content {
	background-color: rgba(0, 0, 0, 0.5);
	margin-top: 0px;
    padding-top: 60px;
	border-bottom: 1px solid #ffffff;
	-moz-box-shadow: 0px 10px 20px -7px #111111, 5px 5px 20px 5px rgba(0,0,0,0);
    -webkit-box-shadow: 0px 10px 20px -7px #111111, 5px 5px 20px 5px rgba(0,0,0,0);
    box-shadow: 0px 10px 20px -7px #111111, 5px 5px 20px 5px rgba(0,0,0,0);
}
.hsp-title {
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
	font-size: 42px;
	color: #ffffff;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	padding-top: 0px;
	padding-bottom: 40px;
}
.hsp-tagline {
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
	font-size: 24px;
	color: #ffffff;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	padding-top: 0px;
	padding-bottom: 40px;
	line-height: normal;
}
.btn-hsp {
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 0px;
	background-color: #1e242e;
	width: 280px;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 80px;
	border: 2px solid #1e242e;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-moz-box-shadow: 0px 10px 20px -7px #111111, 5px 5px 20px 5px rgba(0,0,0,0);
    -webkit-box-shadow: 0px 10px 20px -7px #111111, 5px 5px 20px 5px rgba(0,0,0,0);
    box-shadow: 0px 10px 20px -7px #111111, 5px 5px 20px 5px rgba(0,0,0,0);
}
.video-background {
	background-color: #ebebeb;
}
.container-video {
	width: 100%;
	height: auto;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background-color: #222222;
}
/* HEADER SKILLS PORTFOLIO */
/* SKILLS */
.container-skills {
	width: 100%;
	height: auto;
	padding-top: 0px;
	padding-bottom: 40px;
	margin-bottom: 0px;
}
.row-skills {
	padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;
    margin-right: 10px;
}	
.title-skills {
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: bolder;
	color: #FCC918;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	/*padding-bottom: 20px;*/
	padding-top: 40px;
	/*border-bottom: 2px dotted #FCC918;*/
}
.subtitle-skills {
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.description-skills {
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #d8d8d8;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	padding-top: 20px;
}
.skill-icons {
	width: 50px;
	height: 50px;
}
/* SKILLS */
	
/* PORTFOLIO WEB DEVELOPMENT AND GRAPHICS */
.portfolio-wc-title {
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
	font-size: 38px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	background-color: #222222;
	padding-top: 10px;
	padding-bottom: 14px;
	margin-bottom: 40px;
	border-bottom: 1px solid #ffffff;
    -moz-box-shadow: 0px 10px 20px -7px #111111, 5px 5px 20px 5px rgba(0,0,0,0);
    -webkit-box-shadow: 0px 10px 20px -7px #111111, 5px 5px 20px 5px rgba(0,0,0,0);
    box-shadow: 0px 10px 20px -7px #111111, 5px 5px 20px 5px rgba(0,0,0,0);
}
.container-cl {
	padding-bottom: 40px;
}
/* PORTFOLIO WEB DEVELOPMENT AND GRAPHICS */
	
/* FOOTER */
.footer-background {
	text-align: center;
	padding-top: 2em;
}
.footer-title {
	text-align: center;
}
.footer-subtitle {
	font-size: 12px;
	text-align: center;
}
.footer-logo-image {
	margin: 0 auto;
	width: 80%;
	height: auto;
	padding-top: 0px;
}
.footer-social-icons {
	color: #ffffff;
	padding-top: 40px;
}
.footer-social-icons:hover {
	text-decoration: none;
	outline: none;
}
.footer-copy-background {
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
	text-align: center;
	font-weight: bolder;
	color: #ff0000;
	letter-spacing: 1px;
	background-color: transparent !important;
	border-top: 1px solid #222222;
	padding-top: 2em;
	padding-bottom: 2em;
	width: 100%;
}
/* FOOTER */

.container-img {
	width: 100%;
	height: auto;
	margin-top: -100px;
	margin-bottom: 0px;
}
.portfolio-image {
	margin: 0 auto;
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
.portfolio-image:hover {
	text-decoration: none;
	outline: none;
}
.shadow {
	border: 2px solid #222222;
	-moz-box-shadow: 0px 10px 20px -7px #111111, 5px 5px 20px 5px rgba(0,0,0,0);
    -webkit-box-shadow: 0px 10px 20px -7px #111111, 5px 5px 20px 5px rgba(0,0,0,0);
    box-shadow: 0px 10px 20px -7px #111111, 5px 5px 20px 5px rgba(0,0,0,0);
}
.portfolio-img-description {
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 1px;
	background-color: #222222;;
	border-top: 1px solid #222222;
	padding-top: 2em;
	padding-bottom: 2em;
	padding-left: 1em;
	padding-right: 1em;
	margin-bottom: 40px;
	width: 100%;
}
	

	
	.card-title-mko {
		font-family: 'Quicksand', Helvetica, Arial, sans-serif;
		font-size: 14px;
		text-align: center;
		font-weight: bold;
		color: #222222;
		padding-top: 10px;
		padding-bottom: 0px !important;
	}
	.card-text-mko {
		font-family: 'Quicksand', Helvetica, Arial, sans-serif;
		font-size: 12px;
		text-align: center;
		font-weight: bold;
		color: #222222;
		padding-top: 0px;
		padding-bottom: 0px !important;
	}
	.card-body-mko {
		padding-top: 10px;
		padding-bottom: 0px !important;
		margin-bottom: 0px !important;
	}
	
	
}



@media (min-width: 34em) {
    .card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media (min-width: 48em) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}

@media (min-width: 62em) {
    .card-columns {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }
}

@media (min-width: 75em) {
    .card-columns {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }
}










