/* ============================================================================================== 
This copyright notice must be kept untouched in the stylesheet at all times.
The original version of this stylesheet and the associated (x)html 
is available at http://www.script-tutorials.com/bootstrap-one-page-template-with-parallax-effect/
Copyright (c) Script Tutorials. All rights reserved.
This stylesheet and the associated (x)html may be modified in any way to fit your requirements.
================================================================================================= */


/* padded section */
.pad-section {
  padding: 0px 0;
}
/* .pad-section img {
  width: 100%;
} */

/* vertical-centred text */
.text-vcentre {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.text-vcentre h1 {
  font-size: 4.5em;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

/* additional sections */
#home {
  background: url("../../img/page18a.jpg") no-repeat center center fixed; 
  display: table;
  height: 50%;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#about {
}

#services {
  background-color: #00a6d6;
  color: #ffffff;
}
#services .glyphicon {
  border: 4px solid #FFFFFF;
  border-radius: 30%;
  display: inline-block;
  font-size: 40px;
  height: 120px;
  line-height: 108px;
  text-align: center;
  vertical-align: middle;
  width: 120px;
}

#information {
  background: url("../../img/stock_lrg/euro2.jpg") no-repeat center center fixed; 
  display: table;
  max-height: 250px;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


#information .panel {
  opacity: 0.85;
}

#google_map {
  height: 500px;
}



a.brand-only.eurocall{
  width:auto;
  height:250px;
  display:block;
  text-indent:-9999px;
  background-image:url('../../img/logo.png');
  background-repeat:no-repeat;
  position: relative;
   -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}




