/*------------------------------------------------------------------PHONE DEFAULT------------------------------------------------------------------*/
/* TODO(Rodney) website fonts */
body{

  /*font-family: 'Source Sans Pro', Georgia, Serif;*/
  font-family: Verdana;
  background-color: white;
  font-size: 15px;
}

.top_strip{
 background-color: #17343F;
 height: 5px;
}

header{
  background-color: #3B708A;
  background:url('../images/logo_bg.jpg');
  padding: 10px 0px 0px 40px;
  height: 100px;
}

.logo_bar{
  width: 215px;
  height: 68px;
  background:url('../images/logoS.png');
  background-repeat: no-repeat;
}

.world_map{

  float: right;
  display: none;
}


.carousel-inner>.item>img, .carousel-inner>.item>a>img {

    width: 100%;
}

.carousel-control .glyphicon,
.carousel-control .icon-prev,
.carousel-control .icon-next {
      text-indent: 0;
      margin: 0 1px;
      width: 45px;
      height: 45px;
      border: none;
      border-radius: 100%;
      line-height: 35px;
      color: #fff;
      background-color: #2C3E50;
      box-shadow: 2px 2px 5px #000000;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}



.carousel-indicators-numbers {
    li {
      text-indent: 0;
      margin: 0 2px;
      width: 30px;
      height: 30px;
      border: none;
      border-radius: 100%;
      line-height: 30px;
      color: #fff;
      background-color: #999;
      transition: all 0.25s ease;
      &.active, &:hover {
        margin: 0 2px;
        width: 30px;
        height: 30px;
        background-color: #337ab7;
      }
    }
}
.carousel-indicators {
 bottom: 8px;
 margin-left: 15%;
}

.carousel-indicators li { visibility: hidden; }
/*end of carousel*/



/*
 * Parallax scroll
 */
 #progress1{
  background-image:url(../images/mid_banner.jpg);
}

 #progress2{
  background-image:url(../images/mid_banner2.jpg);

}
section > .container {
  padding-top: 70px;
  padding-bottom: 70px;
  color: #fff;
}

.parallax {
  background-attachment: fixed !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  overflow: hidden;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
}


.parallax:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.6;
  z-index: 1;
}

.parallax.grey_section:after {
  background-color: #f8f8f8;
  opacity: 0.9;
}

.parallax.color_section:after {
  background-color: #649300;
}

.parallax.dark_section:after {
  background-color: #1a1a1a;
}

.parallax.darkgrey_section:after {
  background-color: #343434;
}

.parallax > .container, .gradient > .container {
  z-index: 3;
  position: relative;
}

.height_parallax {
  height: 400px;
}

#owl-demo .item{
  margin: 3px;
}
#owl-demo .item img{
  display: block;
  width: 100%;
  /*width: 120px;*/
  height: auto;
}

#testimonial{
  background-image:url(../images/client_testimonial.jpg);
  height:500px;
  margin-top:55px;
  padding-top:50px;
  color: white;
}

 .footer{
    background: #17343f ;
    /*height: 550px;*/
    padding-top:160px;
    margin-top: 180px;
    color:white;
}

.footer a{

    color:white;
}
.basefooter{
    background: #3b708a;
    height: 60px;
    padding-top: 20px;
    color:white;

}
.basefooter a:link,
.basefooter a:visited,
.basefooter a:hover {
 color: white;
 text-decoration: none;
}
#map {
    width: 100%;
    height: 500px;
}








/*------------------------------------------------------------------TABLET CSS---------------------------------------------------------------------*/
@media only screen and (min-width:40.063em){


header{
  padding: 10px 0px 0px 40px;
  height: 130px;
}

  .logo_bar{
    width: 323px;
    height: 102px;
    background:url('../images/logoM.png');
    background-repeat: no-repeat;
    float: left;
  }

.world_map{
  width: 270px;
  height: 120px;
  background:url('../images/mapsS.png');
  background-repeat: no-repeat;
  float: right;
   display: block;
}

 #progress2{
  background-image:url(../images/mid_banner2_tablet.jpg);

}
.carousel-indicators li { visibility: hidden; }





  }/*end tablet*/

  /*------------------------------------------------------------------DESKTOP CSS--------------------------------------------------------------------*/
  @media only screen and (min-width:64.063em){

  header{
  padding: 10px 0px 0px 40px;
  height: 170px;
}

.logo_bar{
  width: 429px;
  height: 135px;
  background:url('../images/logoL.png');
  background-repeat: no-repeat;
}

.world_map{
  width: 353px;
  height: 160px;
  background:url('../images/maps.png');
  background-repeat: no-repeat;
  float: right;
   display: block;
}

.carousel-indicators li { visibility: visible; }*/








}/*end desktop*/
