@import url(http://fonts.googleapis.com/css?family=Raleway:400,600,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,500,700);
@import url(http://fonts.googleapis.com/css?family=Oswald:400,700);


html { width: 100%; height: 100%; font-size: 87.5%;}
body { height: 100%; font-family: 'Raleway',Helvetica,Arial,sans-serif; color: #666; font-size: 1em;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}
#page {overflow: hidden; width: 100%; }
.touch .mobile-only {display: block;}
.touch .desktop-only {display: none;}
.no-touch .mobile-only {display: none;}
.no-touch .desktop-only {display: block;}

a { color: #333; }
a:hover { color: #333; text-decoration: none; }
*:focus {outline: 0;}

img {max-width: 100%; /*width: auto;*/ height: auto; vertical-align: middle;}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .container-headline {font-family: 'Raleway',Helvetica,Arial,sans-serif; color: #80c080; font-weight: normal;}
h1 {/*36*/font-size: 2.57em; color: #666;}
h2, .container-headline {/*30*/font-size: 2.14em;}
h3 {/*24*/font-size: 1.714em; margin-bottom: 1em;}

.container-aboutus-headline h2 {margin-bottom: 50px;}
.container-headline h2 {line-height: 1.42857;}

.container-text, .container-headline, .container-image {margin-bottom: 15px;}
.elements-sort:last-child .container-text, .elements-sort:last-child .container-headline, .elements-sort:last-child .container-image {margin-bottom: 0;}

p, ul, ol {margin: 0 0 1em;}
ul, ol {padding-left: 20px;}

.lead {font-size: 1.5em;}
.container.spacer .lead {font-size: 2em; font-size: 3em; font-size: 36px; line-height: 1.25;}

section.page {}
section.page .section-inner {padding: 4em 0;}

/*#pages {min-height: 101vh;}*/
body {min-height: 101vh;}
#pages section.page {display: none;}
#pages section.page.s-active {display: block;}
section.page.appending {transition: none;}
/*section.s-visible.s-root + section.s-child {display: block;}*/

.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

.text-center li {list-style-position: inside;}

.error{border:1px solid #ff0000;}
.error-txt{color: #ff0000;}
#thanks,.error-tech{display:none;}

i.big-icon{font-size: 70px; font-size: 5em; color: #aaa; background: #fff;}
h2 i.big-icon {font-size: 2.33em; padding-left: 15px; padding-right: 15px;}
.ico {font-size: 3.57em;	-webkit-transition: all .5s ease-in-out;	-moz-transition: all .5s ease-in-out;	-ms-transition: all .5s ease-in-out;	-o-transition: all .5s ease-in-out;	transition: all .5s ease-in-out;}
i.fa-3x {font-size: 350%; position: absolute; left: 0; top: 0; color: #80c080;}

#page, #home {opacity: 0;}

input.form-control, select.form-control {height: auto!important;}

.v-table {display: table; width: 100%; height: 100%; vertical-align: middle;}
.v-cell {display: table-cell; width: 100%; height: 100%; vertical-align: middle;}
.align-right {float: right;} .align-left {float: left;}

/* HOME
============================== */

#home {
	width:100%; height:100%;
	background:url('../img/ba_headervisual.jpg') no-repeat center center ; 
  background-size: cover;
  position: relative;
  transition: none;
}
.no-touch #home {background-attachment : fixed;}

#home .container { width: 100%; } 
#home .container { padding:0 0 200px !important; text-align: center;}
#home .container-white {
	background-color: rgba(255,255,255,0.5);
	width: 100%;
	padding: 50px 0 50px 0; 
	margin: 150px auto 0 auto;
	position: relative;
}

#home ul.homenav {position: relative; display: inline-block; text-align: center; margin: 0; padding: 40px 0 80px;}
#home ul.homenav-too-wide {padding: 60px 0 60px;}
#home h1#logo { margin: 0 10px; text-align: center;} 
#home h1#logo img {max-width: 160px;} 
#home ul.homenav li { list-style:none; display: inline-block; margin: 0 10px;}
#home ul.homenav li.logo-holder {position: relative;}
#home ul.homenav li a {font-weight: bold; font-size:13px; text-transform:uppercase; -webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; -ms-transition: all 300ms linear; transition: all 300ms linear;}
#home h1.ba-logo {background:url("../images/logo_main.png") no-repeat center center;width:200px;height:157px;}
#home .claim{ margin: 0 auto; text-align: center; padding: 0 10px; max-width: 900px;}
#home ul.homenav-too-wide li {line-height: 2;}
#home ul.homenav-too-wide li.logo-holder {position: absolute; left: 42%; top: -20px;}

/* ARROW DOWN */	
#home a#arrow_down {
	position: absolute; width: 13em; bottom: 4.5em; left: 50%; margin-left: -6.5em;	padding: .9em; text-align: center;	font-size: 1.57em; font-size: 22px;	border: .13em solid #80C080;
	border-radius: .27em;	box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2), inset 0 2px 1px rgba(0, 0, 0, 0.2);	text-transform: uppercase;	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;	-ms-transition: all 0.3s ease-in-out;	-o-transition: all 0.3s ease-in-out;	transition: all 0.3s ease-in-out;	color: #80c080;
	display: none!important;
}	
.no-touch #home a#arrow_down:hover { background-color: rgba(255,255,255,0.6); color:#666666; }
.touch #home a#arrow_down { background-color: rgba(255,255,255,0.8); color:#666666; }

/* NAVIGATION
============================== */
.navbar ul.nav {display: table-cell; float: none; padding-top: 0; vertical-align: middle;}
.navbar .pull-right {float: none!important; height: 66px; display: table;  padding-left: 200px;  text-align: right; width: 100%;}
.navbar-nav > li {display: inline!important; padding: 5px 0; float: none;}
.navbar ul.nav li a { 
	color:#333; position:relative; display:inline-block; font-weight: bold; text-decoration:none; font-size:12.5px; text-transform:uppercase; text-decoration:none; padding: 0 15px;
  -webkit-transition: all 300ms linear;  -moz-transition: all 300ms linear;  -o-transition: all 300ms linear;  -ms-transition: all 300ms linear;  transition: all 300ms linear;  background: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow:none;
}
li.visible-false {display: none!important;}

/* STICKY NAVIGATION
============================== */
.navbar { width: 100%; position: relative;}
.navbar-inner { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; border: none; border-bottom: 1px #ccc solid; background: #fff; -webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none; }
.sticky-wrapper { z-index: 9000; width: 100%; position: relative; margin: 0; }
.homepage-only .sticky-wrapper {height: 0; overflow: hidden;}
.sticky-wrapper .navbar { margin-bottom: 0; }
.sticky-wrapper .container { width:100%; }
.sticky-wrapper .navbar.stuck { position: fixed; top: 0; }
.sticky-wrapper .navbar.stucked { position: fixed!important; top: 0!important; }
#navigation { border:none; }
#navigation .navbar-brand{ background:url("../images/logo_main.png") no-repeat left center; background-size: auto 100%; height: 61px;text-indent: -9000em; width: 250px;  margin-top: 3px;}
.navbar-header {position: absolute;}

/* ICONS
================================ */
.icon-holder {position: relative; text-align: center; display: block;  margin: .33em 0 1em;}
.icon-holder i {position: relative; z-index: 100;}
.icon-holder em {position: absolute; left: 0; top: 50%; width: 100%; height: 1px; background: #80c080; z-index: 10; }

/* SPACER
============================= */
.container.spacer {width:100%; padding: 200px 0 200px 0;}
.container.spacer .lead {color:#CCCCCC; max-width:900px; margin: 0 auto;  padding: 0 0 0 0;}
.container.spacer.two .lead {padding: 0 0 0 3.7em; position: relative; max-width: 1000px;}
.container.spacer .lead p {margin: 0;}
.container.spacer a {color:#fff; text-decoration:underline;}

.container.spacer .lead-editor {max-width:900px; margin: 0 auto; position: relative;}
.container.spacer-new {background: rgba(0, 0, 0, 0.5); height: 100%; left: 0; padding: 0; position: absolute; top: 0; width: 100%;}


/* SOCIAL
============================== */
#social { background: #fff; padding: 20px 0; }
#social ul { margin: 0; list-style: none }
#social ul li { padding:0 20px; }
#social a,
#social a:hover { text-decoration: none; }

/* LEGAL
============================== */

#legal { background: #666; text-align: center; padding: 20px 0; color: #fff;}
#legal a { color:#ffffff}
#legal ul { display: inline-block; list-style: none outside none; margin: 0; padding: 0; width: auto;}
#legal ul li { float:left; margin-right:20px; width: auto}
#legal ul li a {font-size:85%;}

/* FOOTER
=========================== */

footer { width: 100%; padding: 20px 0; background: #80C080;	text-align: center; color:#ffffff; }
footer p {margin: 0;}
footer p a.scrollto img, footer p a.home-li img {max-width: 160px;}
footer > a {cursor: default; text-decoration: none;}
footer > a:hover {text-decoration: none;}
.clear {clear:both;}

/* CONTACT
============================== */
#contact .row { padding-top: 2.8em; }
#contact form { margin: 1.2em 0; }

/* MODAL
============================== */
.modal {z-index: 100000;}
.modal-body,.modal-footer {	background: #f3f3f3;	font-size:12px;}
.modal-body h2{	font-size:18px!important;}
.modal-footer {	text-align: left;	margin-top: 0;	background: #ffffff;}
.modal-dialog, .modal-dialog h4, .modal-dialog a {color: #333!important;}


#loader {display: none; position: fixed; left: 0; top: 0; width: 100%; height: 100%; background: #fff; z-index: 999999;}
.preloader_circle {position: absolute; width: 100px; height: 100px; left: 50%; top: 50%; margin: -56px 0 0 -56px; border-color: #E4E400 #646464 #646464; -webkit-border-radius: 100px; border-radius: 100px;  border-width: 6px; border-style: solid; 
	-webkit-animation: preloaderAnimation 2s infinite  linear;
	-moz-animation: preloaderAnimation 2s infinite  linear;
	-o-animation: preloaderAnimation 2s infinite  linear;
	animation: preloaderAnimation 2s infinite  linear;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
	-o-box-sizing: content-box;
	box-sizing: content-box;
} 
#loader img {position: absolute; width: 45px; height: 70px; left: 50%; top: 50%; margin: -35px 0 0 -22px;} 
#loader .preloader_text {font-family: arial !important; color: #000; font-size: 18px!important; position: absolute; width: 112px; height: 112px; left: 50%; top: 50%; margin: -15px 0 0 -56px; text-align: center;} 

.container-custom {margin-bottom: 25px; margin-bottom: 54px; position: relative; z-index: 10; z-index: 200;}
.element-sort.active .container-custom {z-index: 200;}
/*.element-sort:last-child .container-custom {margin-bottom: 0;}*/
.container-custom p, .container-custom ul, .container-custom ol, .container-custom h1, .container-custom h2, .container-custom h3, .container-custom h4, .container-custom h5, .container-custom h6 {margin: 0;}

.container-imageSeparator {width: 100%!important; padding: 0;  position: relative;}
#pages > section .container-imageSeparator {color: #ccc!important;}
#pages > section .container-imageSeparator a {color: #ccc!important;}
#pages > section .container-imageSeparator a:hover {color: #ccc!important;}
.row-sort:last-child > .container-imageSeparator {margin-bottom: -4em;}
.imageSeparatorContainer {height: 350px; overflow: hidden;}
.imageSeparatorContainer img {width: 100%; height: auto;}

/* =============================================================== */
/* Media Queries
================================================================ */

@media screen and (max-width: 1024px) {
	body {font-size: .9em!important;}
	
		#home {height: auto;}
		.container.spacer .lead {padding: 0; max-width: 90%;}
		.container.spacer.two .lead {padding: 0;}
		.container.spacer.two .lead i {display: none;}
		#home a#arrow_down {bottom: 60px; font-size: 20px;}
}
	
@media (min-width:1200px){
	.container {width:1042px}
}

@media only screen and (max-width: 979px) {
	#home .container-white {margin-top: 50px;}
}

.touch .navbar {position: relative!important;}
#menu-toggle {display: none;}

@media only screen and (max-width: 767px) {
	body {font-size: 14px!important; padding-top: 60px;}
	.form-control, .btn {font-size: 14px!important;}
	h1 {font-size: 1.8em!important;}
	h2, .container-headline {font-size: 1.6em!important;}
	h3 {font-size: 1.5em!important;}
	.lead {font-size: 1.3em!important;}
	.container.spacer .lead {font-size: 1.6em!important;}
	.container.spacer .lead a {font-size: 1em!important;}

	#home ul.homenav li {display:none!important;}
	#home ul.homenav li.logo-holder {display: inline!important; position: static;}
	#home ul.homenav {padding: 20px 0;}
	#home .container-white {padding: 20px 0;}
	
	#home a#arrow_down {font-size: 18px;}
	
	#home .container-white {padding: 10px 0 30px 0; margin-top: 30px;}
	
	.sticky-wrapper .container {height: 100%; padding: 0;}
	.sticky-wrapper {position: fixed!important; width: 100%; height: 60px!important; left: 0; top: 0; overflow: visible!important;}
	.homepage-only .sticky-wrapper {overflow: visible!important;}
	.container > .navbar-header {background: #fff; position: relative; z-index: 100; margin: 0; height: 60px; border-bottom: 1px solid #ccc;}
	#navigation .navbar-brand {margin: 5px 0 0; height: 50px; width: 100%; float: none; padding: 0; display: block; background-position: center center!important; z-index: 200;}
	.navbar .pull-right {background: rgba(255,255,255,0.95); -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;
    display: block;
    height: 100%;
    left: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 80px 0 0;
    position: fixed;
    text-align: left;
    top: 0;
    width: 100%;
    z-index: 90;
    
    -webkit-transition: all .6s cubic-bezier(0.260, 0.860, 0.440, 0.985); 
		-moz-transition: all .6s cubic-bezier(0.260, 0.860, 0.440, 0.985); 
		-ms-transition: all .6s cubic-bezier(0.260, 0.860, 0.440, 0.985); 
		-o-transition: all .6s cubic-bezier(0.260, 0.860, 0.440, 0.985); 
		transition: all .6s cubic-bezier(0.260, 0.860, 0.440, 0.985); 
		
		-webkit-transform: translateX(100%);
	  -moz-transform: translateX(100%);
	  -ms-transform: translateX(100%);
	  -o-transform: translateX(100%);
	  transform: translateX(100%);
		  
  }
  
  .navbar .pull-right.opened {
  	-webkit-transform: translateX(0%);
	  -moz-transform: translateX(0%);
	  -ms-transform: translateX(0%);
	  -o-transform: translateX(0%);
	  transform: translateX(0%);
  }
  
	.navbar-inner {height: 60px;}
	.sticky-wrapper .container {height: 100%; padding: 0; width: 100%;}
	.navbar ul.nav {display: block; margin: 0; padding: 0 0 20px;}
	.navbar ul.nav li {display: block!important; text-align: center; border-bottom: 1px solid #ccc; margin: 0 15px;  padding: 2px 0;}
	.navbar ul.nav li:last-child {border-bottom: none;}
	.navbar ul.nav li a {display: block;  font-size: 15px;  font-weight: normal;  overflow: hidden;  padding: 6px 5px; -webkit-text-overflow: ellipsis; text-overflow: ellipsis;  text-transform: none; white-space: nowrap;}
	
	#menu-toggle {outline: none; display: block; position: absolute; right: 0; top: 5px; width: 50px; height: 50px;  z-index: 300;}
	#menu-toggle span {position: absolute; width: 30px; height: 3px; right: 14px; top: 14px; background: #333; transition: all 0.3s;  -webkit-transition: all 0.3s;  -moz-transition: all 0.3s;}
	#menu-toggle span.line-2 {top: 22px;}
	#menu-toggle span.line-3 {top: 30px;}
	
	#menu-toggle.active {}
	#menu-toggle.active .line-1 {
	  -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
	  -moz-transform: translateY(8px) translateX(0) rotate(45deg);
	  -ms-transform: translateY(8px) translateX(0) rotate(45deg);
	  -o-transform: translateY(8px) translateX(0) rotate(45deg);
	  transform: translateY(8px) translateX(0) rotate(45deg);
	}
	#menu-toggle.active .line-2 {opacity: 0;}
	#menu-toggle.active .line-3 {
	  -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
	  -moz-transform: translateY(-8px) translateX(0) rotate(-45deg);
	  -ms-transform: translateY(-8px) translateX(0) rotate(-45deg);
	  -o-transform: translateY(-8px) translateX(0) rotate(-45deg);
	  transform: translateY(-8px) translateX(0) rotate(-45deg);
	}
	
	
}


.btn:focus {outline: none;}
.btn-primary {background: #80C080; border: none;}
.btn-primary:hover {background: #80C080; border: none;}


.section_contact p.hint {display: inline-block; margin-left: 20px!important;}
.section_contact .btn-primary {position: relative;}
.section_contact .btn-primary.btn-success {padding-left: 2.5em;}
.section_contact .btn-primary.btn-error {padding-left: 2.5em;}
.section_contact .btn-primary.btn-success:before {content: '\f00c'; font-family: "FontAwesome"; position: absolute; left: 0.5em; top: 50%; height: 100%; font-size: 1.4em; margin-top: -10%; line-height: 100%;}
.section_contact .btn-primary.btn-error:before {content: '\f00d'; font-family: "FontAwesome"; position: absolute; left: 0.5em; top: 50%; height: 100%; font-size: 1.4em; margin-top: -10%; line-height: 100%; /*color: #f00!important;*/}

/* change to min-width: 768*/

@media (max-width: 992px) {
	.container {width: auto;}
}

@media (max-width: 767px) {
	.row > .col {padding-bottom: 20px;}
	.row > .col:last-child {padding-bottom: 0;}
}

@media (min-width: 768px) {

	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
	    float: left;
	}
	.col-md-12 {
	    width: 100%;
	}
	.col-md-11 {
	    width: 91.6667%;
	}
	.col-md-10 {
	    width: 83.3333%;
	}
	.col-md-9 {
	    width: 75%;
	}
	.col-md-8 {
	    width: 66.6667%;
	}
	.col-md-7 {
	    width: 58.3333%;
	}
	.col-md-6 {
	    width: 50%;
	}
	.col-md-5 {
	    width: 41.6667%;
	}
	.col-md-4 {
	    width: 33.3333%;
	}
	.col-md-3 {
	    width: 25%;
	}
	.col-md-2 {
	    width: 16.6667%;
	}
	.col-md-1 {
	    width: 8.33333%;
	}
} 


@-webkit-keyframes preloaderAnimation {
	0% {
	    -webkit-transform: rotate(0deg) scale(1) translate(0px);
	}
	100% {
	    -webkit-transform: rotate(360deg) scale(1) translate(0px);
	}
}

@-moz-keyframes preloaderAnimation {
	0% {
	    -moz-transform: rotate(0deg) scale(1) translate(0px);
	}
	100% {
	    -moz-transform: rotate(360deg) scale(1) translate(0px);
	}
}

@-o-keyframes preloaderAnimation {
	0% {
	    -o-transform: rotate(0deg) scale(1) translate(0px);
	}
	100% {
	    -o-transform: rotate(360deg) scale(1) translate(0px);
	}
}

@keyframes preloaderAnimation {
	0% {
	    transform: rotate(0deg) scale(1) translate(0px);
	}
	100% {
	    transform: rotate(360deg) scale(1) translate(0px);
	}
}