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

.link-in-content {
	color: #FCC918;
	font-weight: bold;
}

/* 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
}
a {
	text-decoration: none;
	outline: none;
	color: #ffffff;
}
a:hover {
	text-decoration: none;
	outline: none;
	color: #FCC918;
}
html, body {
	background-color: #222222;
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
	overflow-x: hidden;
}
strong {
	font-weight: bolder;
	color: #ffffff;
}
/* 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 */

/* BACKGROUND IMAGE HEADER */
.imagine-background-header {
	width: 100%;
	height: auto;
	padding-top: 50px;
	border-bottom: 2px solid #ff0000;
}
/* BACKGROUND IMAGE HEADER */

@media (min-width: 320px) {
.container-blog {
	padding-bottom: 10px;
}
.mko-blog-info {
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	padding-top: 20px;
	padding-bottom: 0px;
}
.mko-blog-title {
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #ffffff;
	padding-bottom: 20px;
}
.mko-blog-subtitle {
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 1px;
	padding-bottom: 20px;
}
.mko-blog-text {
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	letter-spacing: 1px;
	padding-top: 0px;
	line-height: 1.8em;
}
.mko-social-icons {
	color: #ffffff;
}
.back-to-blog {
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FCC918;
	padding-top: 10px;
	padding-left: 4px;
}

/* FOOTER */
.footer-row {
	background-color: transparent !important;
	border-top: 2px solid #ff0000;
	padding-top: 30px;
}
.footer-background {
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
	text-align: center;
	background-color: transparent !important;
	margin-top: 20px;
	padding-top: 0em;
	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 */
	
}

@media (min-width: 768px) {
.footer-background {
	padding-top: 0em;
}
}

@media (min-width: 1024px) {
/* BACKGROUND IMAGE HEADER */
.mko-blog-title {
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
	font-size: 44px;
	font-weight: bold;
	color: #ffffff;
	padding-bottom: 20px;
}
/* FOOTER */
.footer-background {
	text-align: center;
}
.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 */
}


/* JOBS */
strong-yellow-job {
	font-weight: bold;
	color: #FCC918;
}
.separator-line {
	width: 100%;
	height: 1px;
	background-color: #ffffff;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	margin: 4px 0px 20px 0px;
}
.upload-cv-text {
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 1px;
}
.join-team-title {
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
	font-size: 44px;
	font-weight: bold;
	color: #ffffff;
}
.cvHelperFormat {
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
}
.footer-row-jobs {
	background-color: transparent !important;
	border-top: 2px solid #222222;
	padding-top: 30px;
}
.mko-jobs-form-label {
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #222222;
	letter-spacing: 1px;
	padding: 0px 20px 0px 20px;
}
/* JOBS */












