@brendcolor1:#005595;
@brendcolor2:#D4021D;
@brendcolor3:#e0edf8;
@brendcolor4:#497CA0;
@backgroundcolor:#fff;

@fontfamily1: 'Roboto Condensed', sans-serif;
.add-transition(@duration:0.3s){
	-webkit-transition: @duration;
	-moz-transition: @duration;
	-ms-transition: @duration;
	-o-transition: @duration;
	transition: @duration;
}

/* Links */
a, a:focus, a:hover {
	color: #fff;
}
h1, h2, h3, h4, h5 {
	font-family: @fontfamily1;
}
.nowrap  {
	white-space: nowrap;
}


/* Custom default button */
.btn-default, .btn-default:hover, .btn-default:focus {
	font-family:Arial, Helvetica, sans-serif;
	text-shadow: none; /* Prevent inheritence from `body` */
	color: #000;
	background: none;
	border: 2px solid rgba(0, 0, 0, .8);
	.add-transition(0.25s);
}
.btn-default:hover, .btn-default:focus {
	color: #fff;
	text-shadow: none; /* Prevent inheritence from `body` */
	background-color: @brendcolor2;
	border: 2px solid #fff;
}
/* Base structure  */
html, body {
	height: 100%;
	background-color: #fff;
	text-shadow:none;
}
body {
	color: #000;
	font-size:14px;
	text-align: center;
}



/* Navbar  */
.navbar-fixed-top {
	background-color: #fff;
	border-color: #eee;
}
.navbar-nav > li > a {
	font-family: @fontfamily1;
	font-weight:400;
	font-size: 20px;
	font-size: 2rem;
	color: #AAA !important;
	.add-transition(0.75s)
}
.navbar-nav > .active > a {
	color:@brendcolor1 !important;
	background: none !important;

}
.navbar-nav > li > a:hover {
	background-color:@brendcolor4 !important;
	color:#FFF !important;
}



/* Presentation section */
.centering-wrapper {
	display: table;
	width: 100%;
}
.centering-wrapper-inner {
	display: table-cell;
	vertical-align: top;
	padding-top:60px;
	padding-bottom:60px;
}
.centering-container {
	margin-right: auto;
	margin-left: auto;
}
.centering-container h1, .centering-container p {
	text-shadow: 0 0 0.2em #000, 0 0 0.5em @brendcolor4, 0 0 0.5em @brendcolor4;
}
.centering-container h1 {
	font-family: @fontfamily1;
	color:#fff;
	font-weight:300;
	font-size: 30px;
	font-size: 3rem;
}
.centering-container a.arrow {
	display: none;
}
.centering-container a.arrow:hover {
	bottom: 40px;
	background-color: #fff;
}
.present-bg {
	background-color: @brendcolor4;
}
@media (min-width: 768px) {
	.centering-wrapper {
		 height: 100%; /* For at least Firefox */
		 min-height: 100%;
	}
	.centering-wrapper-inner {
		vertical-align: middle;
		padding-top:0;
	}
	.centering-container h1 {
		font-size: 50px;
		font-size: 5rem;
	}
	.present-bg {
		background: url(../images/guentner_bg3.jpg) no-repeat center center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	.centering-container a.arrow {
		width: 50px;
		height: 50px;
		display: block;
		position: absolute;
		left: 50%;
		margin-left: -25px;
		bottom: 50px;
		background-color: #fff;
		background-color: rgba(255, 255, 255, 0.5);
		border: 2px solid @brendcolor1;
		color: @brendcolor1;
		border-radius: 50%;
		font-size: 40px;
		line-height: 50px;
		overflow: hidden;
		text-shadow: none;
		.add-transition(0.5s);
	}

	.centering-container a.loading {
		bottom:-50px;
		visibility:hidden;
	}
}

.full-section {
	width:100%;
	padding: 40px 0;
	padding: 4rem 0;
}


/* Featurette section */
.section-featurette {
	font-family: @fontfamily1;
	font-weight:400;
	background-color:#fff;
	color:#000;
	padding-top: 60px;
	padding-top: 6rem;
}
.section-featurette h2 {
	font-weight:400;
	font-size: 24px;
	margin-top:25px;
	font-size: 2.4rem;
	margin-top:2.5rem;
	line-height:1;
}
.section-featurette p {
	font-size: 21px;
	font-size: 2.1rem;
	font-weight:300;
	margin-bottom:40px;
	margin-bottom:4rem;
	color:#666;
}
@media (max-width: 767px) {
.section-featurette img {
	max-width:40%;
}
}

/* Descript section*/
.section-descripte {
	font-family: @fontfamily1;
	font-weight:300;
	background-color: lighten(@brendcolor4, 10%);;
	color:#FFF;
	text-align:left;
}
.section-descripte h2 {
	font-weight:400;
	font-size: 32px;
	font-size: 3.2rem;
	line-height:1.1;
	margin-bottom:40px;
	margin-bottom:4rem;
	color:#fff;
}
.section-descripte p {
	font-size: 21px;
	font-size: 2.1rem;
	font-weight:300;
	margin-bottom:13px;
	margin-bottom:1.3rem;
	line-height:1.2;
	color:#000;

}
/* Certificate section */
.section-certifications {
	background-color:@brendcolor3;
	color:#000;
}
.section-certifications h2 {
color: @brendcolor1;
}
.section-certifications p {
	font-family: @fontfamily1;
	font-size: 21px;
	font-size: 2.1rem;
	font-weight:300;
	margin: 23px 0;
	margin: 2.3rem 0;
	line-height:1.2;
	color:#000;
}
.section-certifications .btn-default {
	margin: 50px 0;
	margin: 5rem 0;
	color: @brendcolor4;
	background-color: none;
	border: 2px solid @brendcolor4;
}
.section-certifications .btn-default:hover, .section-certifications .btn-default:focus {
	color: #fff;
	background-color: @brendcolor1;
	border: 2px solid @brendcolor1;
}
.section-certifications .left-background-helper {
	position:absolute;
	width: 30%;
	height:100%;
}
.section-certifications .left-background-helper div {
	position:absolute;
	right:0;
	width:9999px;
	height:50rem;
	background: #e0edf8 url(../images/guentner_left_cert.jpg) no-repeat bottom right;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}
.section-certifications .right-container {
	text-align:left;
	padding:5rem 0;
}
@media (max-width: 767px) {
.section-certifications a.btn {
 width:100%;
}
}
 @media (min-width: 768px) {
.section-certifications .right-container {
 height:500px;
 height:50rem;
 margin-left:240px;
}
.section-certifications .left-background-helper {
 width: 180px;
}
}
 @media (min-width: 992px) {
.section-certifications .left-background-helper {
 width: 240px;
}
.section-certifications .right-container {
 padding-top:95px;
 padding-top:9.5rem;
 margin-left:340px;
}
}
@media (min-width: 1200px) {
.section-certifications .left-background-helper {
 width: 300px;
}
.section-certifications .right-container {
 margin-left:400px;
}
}
/* Parts section */
.section-parts {
	background-color:#fff;
	color: @brendcolor1;
	width:100%;
	overflow:hidden;
}
.section-parts h2 {
	color:@brendcolor1;
}
.section-parts p {
	font-family: @fontfamily1;
	font-size: 21px;
	font-size: 2.1rem;
	font-weight:300;
	margin: 23px 0;
	margin: 2.3rem 0;
	line-height:1.2;
	color:#000;
}
.section-parts .btn-default {
	margin: 90px 0;
	margin: 9rem 0;
	color: @brendcolor4;
	background-color: none;
	border: 2px solid @brendcolor4;
}
.section-parts .btn-default:hover, .section-parts .btn-default:focus {
	color: #fff;
	background-color: @brendcolor1;
	border: 2px solid @brendcolor1;
}
 @media (max-width: 767px) {
.section-parts a.btn {
 width:100%;
 margin: 50px 0;
 margin: 5rem 0;
}
}

.section-parts .right-background-helper  {
	position:relative;
	height:500px;
	background: #fff url(../images/guentner_right_bg1.jpg) no-repeat center left;
}
.section-parts .right-background-helper div {
	position:absolute;
	width:9990px;
	height:500px;
	height:50rem;
	background: #fff url(../images/guentner_right_bg1.jpg) no-repeat center left;

}
.section-parts .left-container {
	text-align:left;
	padding-top:50px;
	padding-bottom:50px;
	padding-top:5rem;
	padding-bottom:5rem;
}
 @media (min-width: 768px) {
.section-parts .left-container {
 height:500px;
 padding-top:90px;
 padding-bottom:90px;
 height:50rem;
 padding-top:9rem;
 padding-bottom:9rem;
}
}


/* Order section */

#order {
	background: @brendcolor4;
	height:520px;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

#order.filled {
	height:580px;
}

#order form {
	margin-top: 100px;
	position: relative;
}
#order form ._lines {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 270px;
}
#order form ._line {
	background: url('../images/form_lines.png') repeat-x;
	width: 100%;
	height: 1px;
	margin-top: 40px;
}

#order form input, #order form textarea {
	font-size: 25px;
	font-family:"Courier New", Courier, monospace;
	line-height: 41px;
	border: none;
	background: none;
	width: 100%;
	color: white;
	outline: none;
	font-weight:normal;
	.add-transition;
}

#order::-webkit-input-placeholder { color:#eee;color:rgba(255,255,255,0.8); }
#order::-moz-placeholder {  color:#eee; color:rgba(255,255,255,0.8); } /* firefox 19+ */
#order:-ms-input-placeholder { color:#eee; color:rgba(255,255,255,0.8);} /* ie */
#order input:-moz-placeholder { color:#eee;  color:rgba(255,255,255,0.8); }

.placeholder{
	color: #EEE;
	color: rgba(255,255,255,0.8);
}


#order form input.placeholder, #order form textarea.placeholder {
	color: #EEE;
	color:rgba(255,255,255,0.8);
}

#order form input:-moz-placeholder, #order form textarea:-moz-placeholder {
 color: #EEE;
 color:rgba(255,255,255,0.8);
}

#order form input::-webkit-input-placeholder, #order form textarea::-webkit-input-placeholder {
 color: #EEE;
 color:rgba(255,255,255,0.8);
}



#order form input.error, #order form textarea.error {
	color: #d51542;
}

#order form input.error.placeholder, #order form textarea.error.placeholder {
	color: #d51542;
}

#order form input.error:-moz-placeholder, #order form textarea.error:-moz-placeholder {
 color: #d51542;
}

#order form input.error::-webkit-input-placeholder, #order form textarea.error::-webkit-input-placeholder {
 color: #d51542;
}




#order form textarea {

	height: 243px;
	position: relative;
	padding: 0 15px;
	/*text-transform: uppercase;*/
	resize: none;
	overflow: hidden;
}
    #order form label {
	width: 100%;
	height: 0px;
	position: relative;
	display: block;
}
    #order form input {
	height: 40px;
	position: absolute;
	top: -40px;
	left: 0;
}

#order form ._submit {
	position:relative;
	top: -40px;
	left: 0px;
	color:#fff;
	color:rgba(255,255,255,0.8);
	border-color:#fff;
	border-color: rgba(255,255,255,0.8);
	.add-transition;
}
#order form ._submit:hover{
	 color:@brendcolor1;
	 background-color:#fff;
	 border-color: #fff;

}


#order form ._name, #order form ._email, #order form ._company, #order form ._phone {
 	filter: e("progid:DXImageTransform.Microsoft.Alpha(Opacity=0)");
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}
#order form .form-check {
	position: absolute;
	top: 0;
	left: -9999999px;
}

#order.filled ._submit {
	top: 40px;
}


#order.filled ._name, #order.filled ._email, #order.filled ._company, #order.filled ._phone {
	filter: e("progid:DXImageTransform.Microsoft.Alpha(Opacity=100)");
	opacity: 1;
	visibility: visible;
}
@media (max-width: 767px) {
#order a.btn {
 width:100%;
}
}

@media (max-width: 991px) {
#order form ._submit {
	top: -140px;
}

#order {
	height:520px;
}

#order.filled {
	height:680px;
}
}


/* Contacts section */
.section-contacts {
	padding:50px 0;
	background-color:#fff;
	color:#000;
	text-align:center;
}
.section-contacts a{
	color:@brendcolor1;

}

.section-contacts img.contacts-logo {
	max-width:380px;
	width:100%;
}
.section-contacts p {
	font-size: 21px;
	font-size: 2.1rem;
	font-weight:300;
	margin-top:20px;
	margin-top:2rem;
	color:#666;
	font-family: @fontfamily1;

}

.g-map iframe{
	height:250px!important;
	}

@media (min-width: 768px) {
.g-map iframe{
	height:450px!important;
	}
}


@media (min-width: 1200px) {
.g-map iframe{
	height:800px!important;
	}
}

/* copyrights section */
.section-copyrights{
	padding: 10px;
	color:#666;
	color: rgba(255,255,255,0.5);
	font-size:11px;
	font-size:1.1rem;
	background-color:#000;

}

.section-copyrights a{
	color:#eee;
	color: rgba(255,255,255,0.8);
	text-decoration:none;
}

.section-copyrights .col1{
	text-align:left;
	overflow:hidden;
}

.section-copyrights .col2{
	text-align:right;
	overflow:hidden;
}

.section-copyrights span.mediapoint-red{
	color:#700;
	color: rgba(255,0,0,0.6);
}


/*documentation */
.section-documentation {
	background-color:#000;
	color:#fff;
	width:100%;
	overflow:hidden;
	text-align:left;
	padding: 100px 0 50px 0;
}

 @media (max-width: 992px) {
.section-documentation {
	text-align:center;
}
.section-documentation ul{
	margin:0;
	padding:0;
}


}
.section-documentation h1 {
	color:#fff;
	text-align:center;
}
.section-documentation h2 {
	color:@brendcolor1;
}
.section-documentation p, .section-documentation a {
	font-family: @fontfamily1;
	font-size: 21px;
	font-size: 2.1rem;
	font-weight:300;
	margin: 23px 0;
	margin: 2.3rem 0;
	line-height:1.2;
	color:#999;
}
.section-documentation a:hover {
	color:#fff;
}


/*section-certificates */
.section-certificates {
	background-color:#000;
	color:#fff;
	width:100%;
	overflow:hidden;
	text-align:center;
	padding: 100px 0 50px 0;
}
.section-certificates h1 {
	color:#fff;
	text-align:center;
	margin-bottom:50px;

}
.section-certificates p {
	margin-bottom:50px;
}
.policy-control{
	position:relative;
}
.filled .policy-control{
	margin-top: 50px;
}