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

@media (min-width: 320px) {
	
/* BACKGROUND IMAGES FOR SECTIONS */
.imagine-about {
	background-color: #ffffff;
	background-image: url(../img/background-contact-small.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100vw;
	height: auto;
}
/* BACKGROUND IMAGES FOR SECTIONS */
	
.container-header-img {
	width: 100%;
	height: auto;
}
	
/* HEADER */
.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: #1A936F;
	width: 280px;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 80px;
	border: 2px solid #1A936F;
	-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);
}
/* HEADER SKILLS PORTFOLIO */
	
/* CONTACT */
.container-address {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 20px;
}
.address-icon {
	width: 100%;
    height: auto;
    padding-top: 10px;
    padding-bottom: 0px;
    padding-left: 30px;
    padding-right: 30px;
}
.address-title {
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
	font-size: 42px;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 1px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 40px;
	padding-right: 40px;
}
.address-postal {
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 1px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 40px;
	padding-right: 40px;
}
.address-postal-paragraph {
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	letter-spacing: 1px;
	padding-top: 0px;
	padding-bottom: 20px;
	padding-left: 40px;
	padding-right: 40px;
}
.container-continut-fielduri {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.container-address-title {
	padding-left: 0px;
	padding-right: 0px;
	background-color: #920000;
	background-image: linear-gradient(180deg, #ff0000 0%, #920000 50%, #920000 100%);
}
.mko-form-label {
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 1px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.form-group textarea {
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    padding: 20px;
    letter-spacing: 0px;
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #444444;
	border-bottom: 2px solid #ffffff;
    background-color: #222222;
	resize: none;
}
.form-group input {
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    padding: 20px;
    letter-spacing: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #444444;
	border-bottom: 2px solid #ffffff;
    background-color: #222222;
}
.form-group-upload input {
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    padding: 20px;
	margin: 0px 0px 40px 0px;
    letter-spacing: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #444444;
	border-bottom: 2px solid #ffffff;
    background-color: #222222;
}
.form-control-upload {
	color: #000000;
	border-bottom: 2px solid #920000;
    box-shadow: none;
	width: 100%;
}
.form-control:focus {
	color: #000000 !important;
	border-bottom: 2px solid #920000;
    box-shadow: none;
}
.form-group textarea:focus {
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0px;
	background-color: #ffffff;
	color: #000000 !important;
	border-color: #d8d8d8;
}
.btn-green {
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	width: 200px;
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.text-muted {
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
    font-size: 10px;
	font-weight: normal;
	text-align: left;
	color: #ffffff !important;
	letter-spacing: 1px;
	padding-bottom: 0px;
}
.mko-errors {
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #920000;
	letter-spacing: 1px;
	padding-top: 10px;
	padding-left: 10px;
}
/* CONTACT */

/* 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%;
	border-top: 1px solid #ff0000;
}
.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) {
.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);
}
.container-address {
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 40px;
	padding-bottom: 40px;
}
.footer-background {
	padding-top: 4em;
}
}

@media (min-width: 1024px) {
/* BACKGROUND IMAGES FOR SECTIONS */
.imagine-about {
	background-color: #ffffff;
	background: url(../img/background-contact.jpg) no-repeat center center fixed;
	background-size: cover;
	width: 100%;
	height: auto;
}
/* BACKGROUND IMAGES FOR SECTIONS */
	
.container-header-img {
	width: 100%;
	height: 100vh;
}	
	
/* HEADER */
.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: #1A936F;
	width: 280px;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 80px;
	border: 2px solid #1A936F;
	-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);
}
/* HEADER SKILLS PORTFOLIO */
	
/**/
.container-address {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 60px;
	padding-bottom: 20px;
}
.container-continut-fielduri {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.btn-green {
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	width: 304px;
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
/**/

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

}












