/* -- custom css for Bootstrap 3.x --*/

/* move special fonts to HTML head for better performance */
@import url('http://fonts.googleapis.com/css?family=Open+Sans:200,300,400,600');

html,
body {
  height: 100%;
  width: 100%;
  font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
}

/* fix bs3 horizontal scrollbar bug */
.row { margin: 0; padding: 0 }
#btnFrShowToggle{
    margin-top:25px;
}
.btnContactUs{
    float:right;
    margin-top:10px;
}
.btnBlog{
    float:right;
    margin-top:10px;
    margin-right:10px;
}
img.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.scroll-down {
   position:fixed;
   bottom:20%;
   right:0%;
}

.header .btn-lg {
   font-size:28px;
   padding:15px;
}

.navbar-bold {
  font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
}

.vert {
  vertical-align: middle;
  width:100%;
  padding-top:4%;
}

h1 {
  font-size:2em; 
}

.aboutGlyphs {
    font-size:8vmin;
    margin-bottom:1vmin;
}
.aboutGlyphs:hover {
    font-size:9vmin;
    margin-bottom:0;
}
.aboutGlyphHeader{
     font-size:2.5vmin;
}
.aboutGlyphBody{
     font-size:2vmin;

}
.header h1 {
  font-size:2em;
  color: #5d5c5c;
  -webkit-text-stroke: 1px rgba(0,0,0,0.1);
  margin-left:-5px;
  margin-bottom:5px;
  font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
}

.frImage{
    max-width:200px;
    min-width:50px;
    /*max-height:250px;*/
}
.logo{
    width:40%;
    min-width:300px;
}
.frHeader{
    padding-top:40px;
    margin-bottom:15px;
}
#main{
   position:absolute;
   left:10px;
   top:10px;
}


.header {
  /*height: 80%;*/
  padding-bottom:50px;
  padding-top:100px;
  background-color:lightgray;
  /*background: url('http://www.bootply.com/assets/example/pt_squares_lg.png') repeat center center fixed;*/
}

.whiteBackground {
  padding: 10vh 0;
}

.whiteBackground .panel {
  background-color:transparent;
}

.bright {
  background: #7fbbda url('http://www.bootply.com/assets/example/bg_suburb.jpg') no-repeat center center fixed; 
}

.greyBackground {
  background: lightgray;
  padding: 10vh 0;
}

.greyBackground-item {
  margin-bottom: 15px;
  max-width:150px;
}

.greyBackground-item > i {
  border: 3px solid #ffffff;
  border-radius: 50%;
  display: inline-block;
  font-size: 56px;
  width: 100%;
  height: 75%;
  line-height: 136px;
  vertical-align: middle; 
  text-align: center;
}

.greyBackground-item > i:hover {
  font-size: 68px;
}

.callout {
  color: #ffffff;
  padding-top:3%;
  height: 75%;
  width: 100%;
  background: url('http://www.bootply.com/assets/example/bg_suburb.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.gallery {
  padding: 50px 0;
}

.call-to-action {
  padding: 50px 0;
}

.call-to-action .btn {
  margin: 10px;
}

footer {
  padding: 100px 0;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.productPanel {
    height:350px;
    text-align:center;
}
/* -- end custom css for Bootstrap 3.x --*/
