@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: bolder;
	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 */
/* BISENS BULLETS */
.bisens-bullet-cm {
	color: #0eaeb1;
}
.bisens-bullet-crm {
	color: #fd8835;
}
.bisens-bullet-dm {
	color: #d369ff;
}
.bisens-bullet-ct {
	color: #f73859;
}
/* BISENS BULLETS */

@media (min-width: 320px) {
	
/* BACKGROUND IMAGES FOR SECTIONS */
.imagine-bisens {
	background-color: #ffffff;
	background: url(../img/background-bisens-small.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100vw;
	height: auto;
}
.imagine-bisens-market {
	background-color: #ffffff;
	background: url(../img/background-bisens-market-small.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100vw;
	height: auto;
}
.imagine-tmq {
	background-color: #ffffff;
	background: url(../img/background-tmq-small.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100vw;
	height: auto;
}
/* BACKGROUND IMAGES FOR SECTIONS */

/* BISENS */
.container-bisens {
	width: 100%;
	height: auto;
	margin-bottom: 0px;
	padding-top: 90px;
}
.row-content-bisens {
	background-color: rgba(0, 0, 0, 0.5);
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 40px;
	border-bottom: 2px solid transparent;
	-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);
}
.bisens-title {
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
	font-size: 28px;
	color: #ffffff;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	padding-top: 20px;
	padding-bottom: 20px;
}
.bisens-tagline {
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
	font-size: 20px;
	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: 0px;
	line-height: normal;
}
.row-title-bisens-cm {
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: bolder;
	color: #0eaeb1;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	border-bottom: 2px dotted #0eaeb1;
	padding-bottom: 20px;
}
.row-title-bisens-crm {
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: bolder;
	color: #fd8835;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	border-bottom: 2px dotted #fd8835;
	padding-bottom: 20px;
}
.row-title-bisens-dm {
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: bolder;
	color: #d369ff;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	border-bottom: 2px dotted #d369ff;
	padding-bottom: 20px;
}
.row-title-bisens-ct {
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: bolder;
	color: #f73859;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	border-bottom: 2px dotted #f73859;
	padding-bottom: 20px;
}
.row-subtitle-bisens {
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #ffffff;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.btn-bisens {
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 0px;
	background-color: #ff0000;
	width: 280px;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 40px;
	border: 2px solid #ff0000;
	-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);
}
/* BISENS */

/* BISENS MARKET */
.container-bisens-market {
	width: 100%;
    height: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.row-content-bisens-market {
	background-color:rgba(0, 0, 0, 0.5);
	padding-top: 74px;
    padding-bottom: 0px;
	border-bottom: 2px solid transparent;
	-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);
}
.bisens-market-title {
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
	font-size: 28px;
	color: #ffffff;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	padding-top: 20px;
	padding-bottom: 20px;
}
.bisens-market-tagline {
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
	font-size: 20px;
	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-bisens-market {
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 0px;
	background-color: #4aa642;
	width: 280px;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 40px;
	border: 2px solid #4aa642;
	-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);
}
/* BISENS MARKET */

/* TMQ */
.container-tmq {
	width: 100%;
    height: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.row-content-tmq {
	background-color: rgba(0, 0, 0, 0.5); 
    padding-top: 60px;
	border-bottom: 2px solid transparent;
	-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);
}
.tmq-title {
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
	font-size: 28px;
	color: #ffffff;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	padding-top: 40px;
	padding-bottom: 40px;
}
.tmq-tagline {
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
	font-size: 20px;
	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-tmq {
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 0px;
	background-color: #f7941d;
	width: 280px;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 40px;
	border: 2px solid #f7941d;
	-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);
}
/* TMQ */

/* 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 */
	
}

@media (min-width: 768px) {
.mko-title {
	font-size: 88px;
	padding-bottom: 0px;
}
.mko-tagline {
	font-size: 36px;
	padding-bottom: 0px;
}
.mko-storyline {
	font-size: 24px;
}
.footer-background {
	padding-top: 4em;
}
.row-content-bisens-market {
    padding-top: 30px;
}
.container-bisens-market {
	width: 100%;
    height: auto;
    margin-bottom: 0px;
    padding-top: 24px;
    padding-bottom: 30px;
}
.row-content-tmq {
    padding-top: 30px;
}
.container-tmq {
	width: 100%;
    height: auto;
    margin-bottom: 0px;
    padding-top: 24px;
    padding-bottom: 30px;
}
.footer-background {
	padding-top: 2em;
}
}

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

.mko-title {
	font-size: 74px;
}
.mko-tagline {
	font-size: 44px;
}
.mko-storyline {
	font-size: 24px;
}

/* BISENS */
.container-bisens {
	width: 100%;
	height: auto;
	padding-top: 100px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.row-content-bisens {
	background-color:rgba(0, 0, 0, 0.5);
	padding-top: 20px;
	margin-top: 20px;
	margin-bottom: 0px;
	border-bottom: 2px solid transparent;
	-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);
}
.bisens-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: 40px;
	padding-bottom: 40px;
}
.bisens-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: 0px;
	line-height: normal;
}
.row-title-bisens-cm {
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: bolder;
	color: #0eaeb1;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	border-bottom: 2px dotted #0eaeb1;
	padding-bottom: 20px;
}
.row-title-bisens-crm {
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: bolder;
	color: #fd8835;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	border-bottom: 2px dotted #fd8835;
	padding-bottom: 20px;
}
.row-title-bisens-dm {
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: bolder;
	color: #d369ff;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	border-bottom: 2px dotted #d369ff;
	padding-bottom: 20px;
}
.row-title-bisens-ct {
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: bolder;
	color: #f73859;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	border-bottom: 2px dotted #f73859;
	padding-bottom: 20px;
}
.row-subtitle-bisens {
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #ffffff;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.btn-bisens {
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 0px;
	background-color: #ff0000;
	width: 280px;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 40px;
	margin-bottom: 40px;
	border: 2px solid #ff0000;
	-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);
}
/* BISENS */

/* BISENS MARKET */
.container-bisens-market {
    width: 100%;
    height: auto;
    margin-bottom: 0px;
    padding-top: 100px;
    padding-bottom: 100px;
}
.row-content-bisens-market {
	background-color: rgba(0, 0, 0, 0.5);
	padding: 20px;
	border-bottom: 2px solid #4aa642;
	-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);
}
.bisens-market-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: 40px;
	padding-bottom: 40px;
}
.bisens-market-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-bisens-market {
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 0px;
	background-color: #4aa642;
	width: 280px;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 40px;
	border: 2px solid #4aa642;
	-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);
}
/* BISENS MARKET */

/* TMQ */
.container-tmq {
    width: 100%;
    height: auto;
    margin-bottom: 0px;
    padding-top: 100px;
    padding-bottom: 100px;
}
.row-content-tmq {
	background-color:rgba(0, 0, 0, 0.5);
	padding: 20px;
	border-bottom: 2px solid #f7941d;
	-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);
}
.tmq-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: 40px;
	padding-bottom: 40px;
}
.tmq-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-tmq {
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 0px;
	background-color: #f7941d;
	width: 280px;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 40px;
	border: 2px solid #f7941d;
	-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);
}
/* TMQ */

/* 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 */
	
	
}












