/* about section v2*/

body {
	overflow: auto!important;
}

.about {
	background: url('../data/resources/bg1.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background: #050505;
	position: relative;
}

@media (max-width: 767px) {
	.about {
		height: auto;
		padding: 2em;
	}

	.services {
		height: auto;
		padding: 2em;
	}

	.about-ls {
		padding: 2em;
		padding: 1em;
	}
	
	.about-bl {
		margin: auto;
		max-width: 20em;
		margin-top: 25%;
	}
}

@media (min-width: 992px) {
	.about {
		height: 100vh;
	}
	.about-ls {
		padding: 0;
	}
	
	.about-bl {
		margin: auto;
		max-width: 20em;
		margin-top: 25%;
	}
}

.brand-about {
	max-width: 300px;
	margin: 0 auto;
	text-align: center;
	float:none;

}

.about-h {
	padding-top: 0px;
}

/* contact form */

.contact input, .contact textarea {
	
	/*
	background: rgba(0,0,0,.3)!important;
	*/

	border:1px solid #333;
	color: #ccc;
	padding: 10px;
	border: 0;
	font-family: 'Lato',sans-serif;
	font-size: 1em;
	background: rgba(50,50,50,.2);

}

.contact label {
		font-family: 'Lato',sans-serif;
		font-size: 1em!important;
}
.contact label:hover {
	color: #fff;
}
.contact .checkbox {
	margin-top: 6px;
}

.contact {
	background-image: linear-gradient(rgba(0,0,0,0.9),rgba(0,0,0,0.9)), url('../images/bg/bg-contact-color.jpg');
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-position: right center;
	height: 100vh;
	height: auto!important;
	padding-bottom: 6rem!important;
}

.fb-page {
  -moz-box-shadow:  0px 0px 10px 2px #000;
  -webkit-box-shadow: 0px 0px 10px 2px #000;
  box-shadow:         0px 0px 10px 2px #000;
}

/* CONTACT FORM */

@media (max-width: 767px) {
	.btn-form-container {
		float: none;
	}

	#form-cc {
		float: none;
	}
}

@media (min-width: 992px) {
	.btn-form-container {
		float: right;
	}

	#form-cc {
		float: left;
	}
}

#contact input:focus, #contact input.filled, #contact textarea:focus, #contact textarea.filled {
	background: rgba(0,156,195,.3);
}
#contact textarea {
	resize: none;
}

.error_message_container {
	position: absolute;
	top: 0;
	opacity: 0;
}

.msg_off {
	opacity: 0;
	top: 0;
	display: block;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}

.input_error {
	background: rgba(255,0,0,0.2)!important;
}

.msg_on {
	opacity: 1;
	display: block;
	transition: all 1s ease;
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
}

@media (max-width: 767px) {
	.msg_on {
		top: -2.5em;
	}
}

@media (min-width: 992px) {
	.msg_on {
		top: -2em;
	}
}

#message {
	padding-left: 0.2em;
	position: relative;
}

#message i {
	color: red;
	margin-right: 1em;
	margin-left: 1em;
}

.error_message {
	display: block;
	color: #fff;
	text-align: left;
	background: rgba(255,0,0,0.1);
	border-radius: 8px;
	moz-border-radius: 8px;
	o-border-radius: 8px;
	webkit-border-radius: 8px;
	border: 0;
	font-size: 0.9em;
	padding: 0.4em 2em 0.4em 0em;
}


/* general */

section {
	height: 100vh;
}
section h1 {
	color: #fff;
	font-weight: 200;
	font-family: 'Lato',sans-serif;
	text-transform: uppercase;
}

section h2 {
	color: #aaa;
	text-transform: uppercase;
}

.srv-name-mob {
	padding: 2em;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 1.4em;
	font-family: 'Lato',sans-serif;
	color: #fff;
	font-weight: 100;
	padding-top: 0;
	text-transform: uppercase;
	padding-bottom: 1.2em;
}

@media (max-width: 767px) {
	section h1 {
		padding-top: 1em;
		font-size: 1.6rem;
	}
	section h2 {
		font-size: 1.1em;
		padding-bottom: 1rem;
	}
}

@media (min-width: 992px) {
	section h1 {
		font-size: 2.6rem;
		padding-top: 0rem;
	}
	section h2 {
		font-size: 1.2rem;
		padding-bottom: 2rem;
	}
}

section h1, section h2 {
	text-align: center;
}

section hr {
	border-color: #0085C0;
	margin:0;
	width: 8rem;
	text-align: center;
	margin: auto;
	margin-bottom: 1rem;
}

section p {
	color: #858585;
	text-align: left;
	font-size: 16px;
	text-align: justify!important;
	font-family: 'Lato',sans-serif;
}

.srv-sidebar {
	position: absolute;
	right: -11rem;
			transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
}

.srv-sidebar-active {
	position: absolute;
	right: -1rem;
	transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
}

.srv-block-arrow {
	color: #fff;
	margin: auto;
	position: absolute;
	left: 1.3rem;
	top: 3.4rem;
}

.srv-arrow-right {
	display:none;
}
.srv-sidebar .ico-srv {
	margin-top: 0.3rem;
	margin-left: 0;
	padding-left: 0;
	opacity: 0;
	margin-left: -2rem;
					transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	cursor:pointer;
}
.srv-label {
	color: #fff;
	text-transform: uppercase;
	font-size: 19px;
	position: relative;
	top: 0.3rem;
	left: -0.2rem;
}
