* {
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
}



a, a:hover {
  text-decoration:none;
}
.section {
  position: relative;
}
.img-responsive {
  max-width: 100%;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.pad-tb-100 {
  padding: 100px 0px;
}

.pad-tb-50 {
  padding: 20px 0px;
}
.bg-grey {
  background: #f7f7f7;
}
.bg-dark {
  background: #323232;
}

/*
.bg-1 {
  background: url(../img/b1.png);
  background-size: cover;
  background-position: center;
    width:100%;
  height:100%;
  display:block;
    position:absolute;
  top:0;
  left:0;

}

.bg-2 {
  background: url(../img/b2.png);
  background-size: cover;
  background-position: center;
    width:100%;
  height:100%;
  display:block;
    position:absolute;
  top:0;
  left:0;

}

.bg-3 {
  background: url(../img/b3.png);
  background-size: cover;
  background-position: center;
    width:100%;
  height:100%;
  display:block;
    position:absolute;
  top:0;
  left:0;

}

.bg-4 {
  background: url(../img/b4.png);
  background-size: cover;
  background-position: center;
    width:100%;
  height:100%;
  display:block;
    position:absolute;
  top:0;
  left:0;

}

.bg-5 {
  background: url(../img/b5.png);
  background-size: cover;
  background-position: center;
    width:100%;
  height:100%;
  display:block;
    position:absolute;
  top:0;
  left:0;

}

.bg-6 {
  background: url(../img/b6.png);
  background-size: cover;
  background-position: center;
    width:100%;
  height:100%;
  display:block;
    position:absolute;
  top:0;
  left:0;

}

.bg-7 {
  background: url(../img/b7.png);
  background-size: cover;
  background-position: center;
    width:100%;
  height:100%;
  display:block;
    position:absolute;
  top:0;
  left:0;

}

.bg-8 {
  background: url(../img/r8.jpg);
  background-size: cover;
  background-position: center;
    width:100%;
  height:100%;
  display:block;
    position:absolute;
  top:0;
  left:0;

}

.bg-9 {
  background: url(../img/r9.jpg);
  background-size: cover;
  background-position: center;
    width:100%;
  height:100%;
  display:block;
    position:absolute;
  top:0;
  left:0;
  z-index:-1
}

.bg-10 {
  background: url(../img/r10.jpg);
  background-size: cover;
  background-position: center;
    width:100%;
  height:100%;
  display:block;
  position:absolute;
  top:0;
  left:0;
  z-index:-1
}
*/
.bg-overlay:before {
  position: absolute;
  content: '';
 background: rgba(0,0,0,0.15);
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 0;
}
.bg-overlay-white:before {
  position: absolute;
  content: '';
  background: rgba(255,255,255,0.85);
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 0;
}
.bg-gradient {
  background: #4568DC;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #B06AB3, #4568DC);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #B06AB3, #4568DC); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.heading h2 {
  font-size: 36px;
  line-height: 36px;
  color: #fff;
   display: inline-block;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 10px;
  font-family: 'Julius Sans One',sans-serif;; font-weight:300
}
.heading h2:before {
  position: absolute;
  content: '';
  height: 5px;
  width: 50px;
  left: 0;
  right: 0;
  bottom: 0px;
  margin: 0 auto;
  background: #fff;
}
.heading.text-white h2 {
  font-size: 36px;
  line-height: 36px;
  color: #fff;
   display: inline-block;
  padding-bottom: 20px;
}
.heading.text-white h2:before {
  position: absolute;
  content: '';
  height: 5px;
  width: 50px;
  left: 0;
  right: 0;
  bottom: 0px;
  margin: 0 auto;
  background: #fff;
}
.heading.text-dark h2 {
  font-size: 36px;
  line-height: 36px;
  color: #000;
   display: inline-block;
  padding-bottom: 20px;
}
.heading.text-dark h2:before {
  position: absolute;
  content: '';
  height: 5px;
  width: 50px;
  left: 0;
  right: 0;
  bottom: 0px;
  margin: 0 auto;
  background: #000;
}
.intro-header {
  height: 250px;
  position: relative;
  padding: 120px 0px;
}
.navbar-default {
  background: transparent;
  border:none;
  min-height: 70px;
  margin-bottom: 0;
}
.header-title {
  color: #fff;
  text-transform: uppercase;
  position: relative;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
    padding: 25px;
}