#wrapper { min-height: 100%; padding-top: 81px; display: block; }

a, h1, h2, h3, h4, h5, h6, span {
	font-family: Open Sans, sans-serif;
	outline: none !important;
}

h1, h2, h3, h4, h5, h6, p { cursor: default; }
a { cursor: pointer; }

h1, h2, h3, h4, h5, h6 { margin: 0; }

p {
	font-family: Open Sans, sans-serif; 
	font-size: 14px; 
	color: #666666; 
	font-weight: 400; 
}


h1 {
	font-weight: 700;
	font-size: 60px;
	color: #030303;
}

h2 {
	font-weight: 400;
	font-size: 45px;
	color: #030303;
}

h3 {
	font-family: Open Sans, sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: #fcfeff;
	text-transform: capitalize;
}

h4 {
	font-weight: 800;
	font-size: 25px;
	color: #4179d6;
	text-transform: uppercase;
}

h5 {
	font-weight: 800;
	font-size: 20px;
	color: #2c2c2c;
	text-transform: uppercase;
}

h6 {
	font-weight: 600;
	font-size: 30px;
	color: #4179d6;
}

p.big { font-size: 19px; }
p.normal { font-size: 16px; }

#contact p.big { padding: 30px 0; }

.container {
	max-width: 1024px;
	margin: 0 auto;
}

.nav {
	min-height: 51px;
	background-color: #252525;
	border: 0;
	position: relative;
	width: 100%;
	z-index: 9999;
	border-radius: 0;
}

span.phone, span.mail, a.autentificare {
	background: url('../images/phone.png') 100% 50% no-repeat;
	padding-right: 19px;
	font-size: 12px;
	font-weight: 400;
	color: #aaa;
}

span.mail {
	background: url('../images/mail.png') 100% 50% no-repeat;
}

a.autentificare {
	background: url('../images/login.png') 100% 50% no-repeat;
	text-transform: uppercase;
	display: inline-block;
	color: #a2daf7;
}

a.autentificare:hover {
	text-decoration: none;
	cursor: pointer;
}

#contact_data { 
	padding-top: 0; 
	position: relative; 
}

#contact_data #login_form { 
	/*position: absolute;*/ 
	background: #252525;
	padding: 3px 0 3px 35px;
	/* top: 100%; */
	/* right: 0; */
	width: 250px;
	margin-top: 10px;
}

#contact_data #login_form input {
	height: 26px;
	color: #252525;
    display: inline-block;
    font-family: Open Sans Condensed,sans-serif;
    font-size: 14px;
    font-weight: 300;
    margin: 1px 0;
}

#contact_data #login_form input[type="submit"] {
	background: #a2daf7;
	color: #252525;
}

#login_form.dropdown-menu {
	right: 0 !important;
	left: auto !important;
	top: 147% !important;
	border-radius: 0 0 4px 4px;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    border-style: none solid solid;
    border-width: 0 1px 1px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
}

a.logo {
	line-height: 81px;
}

ul#menu {
	line-height: 81px;
	list-style-type: none;
	margin-bottom: 0;
	text-align: left;
}

ul#menu li {
	display: inline-block;
}

ul#menu li a {
	font-size: 17px;
	color: #fdfdfd;
	margin: 0 15px;
	font-family: Open Sans Condensed, sans-serif;
	display: inline-block;
	font-weight: 300;
	text-transform: uppercase;
	transition: all 0.2s ease;
}

ul#menu li:first-child a { margin-left: 0; }

ul#menu li a:hover, ul#menu li.current a {
	text-decoration: none;
	opacity: 0.7;
}

#home {
	text-align: center;
	background-color: #fff;
	padding-top: 0px;
}

#slider {
	background: url('../images/slider.gif') 0 0 no-repeat #fff;
	min-height: 500px;
	height: auto;
	padding-bottom: 34px;
}

@media all and (min-width: 1590px) {
	#slider {
		min-height: 530px !important;
	}
}

@media all and (max-width: 1300px) {
	#slider {
		background-position: -200px 0;
	}
}

@media all and (min-width: 1100px) {
	.nav {
		position: fixed !important;
	}
}

#slider h1 { margin-top: 130px; }
#slider { text-align: left; }

a.read_more { 
	font-family: Open Sans, sans-serif; 
	font-size: 14px; 
	color: #666666; 
	font-weight: 400; 
	margin-top: 25px;
	display: inline-block;
	text-decoration: none;
}

.block {
	padding: 100px 0;
	background: #252525;
	min-height: 100%;
	height: auto;
	line-height: 100%;
}

.block.white { background: #fff; margin: 100px; }

#projects { padding: 150px 0; }
#projects h3 { margin: 50px 0 10px 0; }
#projects p { width: 60%; text-align: center; margin: 0 auto; line-height: 26px; }
.project img { transition: all 0.2s ease; }
.project:hover img, .project.selected img { transform: rotate(30deg); }
.project.selected img { transform: scale(1.4); }


#services .container {
	background: url('../images/handscreen.png') 90% 100% no-repeat;
	min-height: 579px;
	height: auto;
}

#services { padding-bottom: 0; margin-bottom: 0; }
#services.block { padding-bottom: 0; margin-bottom: 0; padding-top: 90px; margin-top: 0; }
#services ul { overflow: visible; float:right; display: block; margin-top: 40px; text-align: right; list-style-type: none; border-right: 1px solid #d3d3d3; }
#services ul li { float: right; padding-right: 90px; position: relative; }
#services h3 { color: #252525; }
#services p { font-family: Open Sans, sans-serif; font-size: 12px; font-weight: 400; color: #838383; line-height: 20px; width: 90%; float: right; padding: 17px 0; }
#services img { margin: 20px 0; float: right; clear: right; }

.bullet { position: absolute; right: -10px; top: -19px; height: 18px; width: 18px; }

#about .container { background: url('../images/bullet_bg.png') 50% 5% repeat-y #252525; margin-bottom: 34px; }
.left_about { padding-right: 86px; }
.right_about { padding-left: 86px; }

#about h1, #about h2, #about p { color: #fefeff; }
#about p { line-height: 26px; font-size: 12px; margin-top: 35px; }
#about img { margin-bottom: 27px; }
#about { background: url('../images/audience.png') bottom center no-repeat #252525; }

#contact .block.white, #contact .block { margin-top: 0; padding-top: 0; padding-bottom: 45px; margin-bottom: 0; }
#contact h1 { color: #252525; text-align: center; font-size: 22px; font-weight: 800; margin: 45px 0; }
#contact p { font-family: Open Sans, sans-serif; font-weight: 400; font-size: 12px; color: #838383; line-height: 21px; }

#clients h1 { color: #fefeff; }
#clients ul { padding-left: 0; list-style-type: none; }
#clients ul li { display: inline-block; margin-left: 25px; }
#clients ul li:first-child { margin-left: 0; }

footer {
	height: 100px; background: #252525;
	line-height: 100px;
}

footer ul {
	list-style-type: none;
	margin: 25px auto;
	text-align: center;
	padding-left: 0;
}

footer ul li { 
	display: inline-block;
	margin: 0 10px;
}

footer ul li a { 
	display: inline-block;
	width: 35px;
	height: 35px;
	background: url('../images/social_buttons.png') 0 0 no-repeat;
	transition: all 0.2s ease 0.2s;
}

footer ul li.twitter a:hover { background-position: 0 -35px; }
footer ul li.facebook a { background-position: -35px 0; }
footer ul li.facebook a:hover { background-position: -35px -35px; }
footer ul li.googleplus a { background-position: -70px 0; }
footer ul li.googleplus a:hover { background-position: -70px -35px; }

footer ul li a:hover {
	text-decoration: none;
	color: #fff;
}

footer p { font-size: 12px; color: #fefeff; text-align: center; margin: 0; padding: 0; }

.clearfix {
	float: none;
	clear: both;
}

.nav-xs { line-height: 20px !important; }

.contactForm {
	margin: 30px 0;
}

.contactForm h3, .contactForm label {
	color: #252525;
	font-weight: 800;
	font-size: 14px;
	margin-bottom: 10px;
}

.contactForm label {
	font-weight: 700;
	font-size: 12px;
}

.contactForm .form-control {
	height: 28px;
}

.login-btn {
	padding-top: 3px !important;
}

.l_inputs {
	float: left; 
	width: 75%;
}

.l_submit {
	float:left; 
	width: 25%; 
	text-align: left;
}

.l_submit input {
	text-align: left; 
	float: left;
	height: 54px !important; 
	width: 90% !important;
}

@media all and (min-width: 280px) and (max-width: 900px) {
	#about .container {
	    background: url("img/bullet_bg.png") repeat-y scroll top left #252525;
	    margin-bottom: 34px;
	}

	.nav {
		min-height: 51px;
		background-color: #252525;
		border: 0;
		position: relative;
		width: 100%;
		z-index: 9999;
		border-radius: 0;
	}

	#services .container {
	    background-color: rgba(0, 0, 0, 0);
	    background-image: none;
	    height: auto;
	    min-height: 579px;
	}

	#home {
		padding-top: 0;
	}

	#slider {
		min-height: 375px;
	}

	.right_about {
	    padding-left: 22px;
	}

	.left_about {
	    padding-right: 22px;
	}

	#services.block {
	    margin: 0;
	    padding: 90px 0 0;
	}

	#contact .block.white, #contact .block {
	    margin: 0px;
	    padding: 0 10px 45px 10px;
	}

	#slider {
	    background: url("img/slider.gif") no-repeat scroll -350px 0 / cover #FFFFFF;
	    height: auto;
	    min-height: 100%;
	    min-width: 100%;
	    padding-bottom: 34px;
	}

	.navbar-nav > li > a {
	    border-bottom: 1px solid;
	    color: #FFFFFF;
	    line-height: 20px;
	    padding-bottom: 10px;
	    padding-top: 10px;
	    text-transform: uppercase;
	}

	.navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
	    background-color: #FFFFFF;
	    color: #2C2C2C;
	}

	.modal-dialog {
	    margin-top: 50px;
	}

	.modal-header {
	    height: 170px;
	}

	#contact_data #login_form {
	    float: left;
	    height: auto;
	    margin: 20px auto 0;
	    padding: 3px 0 3px 35px;
	    width: 90%;
	    background: none;
	}

	#contact_data #login_form input {
	    color: #252525;
	    font-size: 16px;
	    height: 36px;
	}

	#contact_data #login_form input[type="submit"] {
	    background: #252525;
	    color: #fff;
	    border-color: #252525;
	}
}

@media all and (max-width: 600px) {
  #slider h1 {
    font-size: 45px;
  }

  #slider h2 {
  	font-size: 40px;
  }

	.apple_view {
	    position: relative !important;
	}

	.home_apple_view {
	    padding-top: 0 !important;
	}
}

#cookieConsent {
    background-color: #000;
    color: white;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 10px;
    text-align: center;
    display: none;
    z-index: 1000;
}

.cookie-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    max-width: 1200px;
}

#cookieConsent p {
    margin: 0;
}

#acceptCookies, #rejectCookies {
    background-color: #f1c40f;
    color: #000;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    margin-left: 10px;
}

#acceptCookies:hover, #rejectCookies:hover {
    background-color: #e2b607;
}
