html {
  margin: 0;
}
body {
  background: #fff ;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  font-family: 'Lato', sans-serif !important;
  color: #333;
  padding-top: 80px;
}
.scrolltop {
  background-color: #F1F1F1;
  border: 1px solid darkGray;
  border-radius: 100px 100px 100px 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  display: none;
  height: 36px;
  opacity: 0.6;
  filter: alpha(opacity=60);
  position: fixed;
  right: 2%;
  top: 50%;
  width: 36px;
  z-index: 33;
}
.scrolltop span {
  position: relative;
  top: 7px;
  left: 7px;
}




/* Bootstrap overrides */

.carousel-control {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 30px;
  height: 30px;
  margin-top: -20px;
  font-size: 35px;
  font-weight: bold;
  line-height: 23px;
  color: #ffffff;
  text-align: center;
  background: #c47a2a;
  border: 3px solid #fff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  filter: alpha(opacity=50);
  opacity: 1;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #81A74C;
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #92C65F;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #92C65F;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #92C65F; 
}


/* Navbar
-------------------------------------------------- */


/*
.navbar-fixed-top {
    margin-bottom: 0;
}
.navbar-fixed-top.scroll {
    opacity: 0.96;
}
*/
.navbar-inverse {
 min-height: 50px;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #444, #aaa);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444), to(#aaa));
  background-image: -webkit-linear-gradient(top, #444, #aaa);
  background-image: -o-linear-gradient(top, #444, #aaa);
  background-image: linear-gradient(to bottom, #444, #aaa);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#aaaaaa', GradientType=0);

  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  *zoom: 1;
}
.navbar-inverse .navbar-nav > li > a {
    color: #e5e9ef;
    font-size: 16px
}
.navbar-brand {
    font-size: 26px;
  text-shadow: none;
  padding: 5px 15px 0 0px !important;

}
.navbar-brand > img {
  height:100%;
  min-height:40px;
}/* 
.navbar .nav.pull-right {
  top: 10px;
  /*margin-right: 40px;* /
}
.navbar .nav > li > a {
  color: #F8F8F8;
  font-size: 15px;
  font-weight: bold;
    text-shadow: none;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear; 
}
.navbar .nav > li > a:hover {
  color: #ccc;    
}
.navbar .nav > li.active > a,
.navbar .nav > li.active:hover > a,
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
    padding-bottom: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none;
  background: none;
  color: #fff;
}
.btn-dropnav {
    float: right;
    margin-left: 5px;
    margin-right: 5px;
    padding: 7px 10px;
  display: none;
}
.btn-dropnav .icon-bar {
    background-color: #F5F5F5;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); 
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    display: block;
    height: 2px;
    width: 18px;
}
.btn-dropnav .icon-bar + .icon-bar {
    margin-top: 3px;
}
.navbar .nav li.dropdown.open > .dropdown-toggle, 
.navbar .nav li.dropdown.active > .dropdown-toggle, 
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background: none;
  color: #fff;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  background-color: #475B77 !important;
  text-decoration: none;
  color: #ffffff;
  background-image: -moz-linear-gradient(top, #475B77, #475B77);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#475B77), to(#475B77));
  background-image: -webkit-linear-gradient(top, #475B77, #475B77);
  background-image: -o-linear-gradient(top, #475B77, #475B77);
  background-image: linear-gradient(to bottom, #475B77, #475B77);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#475B77', endColorstr='#475B77', GradientType=0);
}
.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #5FAF08;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
*//*
@media (max-width: 979px) {
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .dropdown-menu a:hover {
      background: none !important;
  }
  .nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
    color: #ccc;
  }
}*/

/* Index
-------------------------------------------------- */
#swapconts {}
.homehidden {display: none;}
/* carousel section */
#hero {
  padding-top: 50px;
  background: #ffffff !important; /* Old browsers */
   height: 100%;
  padding-bottom: 50px;/*
  border-bottom: 1px solid #d1d2d4;
  box-shadow: 0px 3px 8px 0px #e7e7e7;*/
}
#hero .carousel-control {border:none;}
#hero .carousel-control.left {
  left: 0px;
  padding-right: 1px;
}
#hero .carousel-control.right {
  right: 0px;
}
#hero .carousel-inner .item img {
  max-height: 349px;
}
#hero .carousel-inner .item.slide3 img {
  display: block;
  margin: 0 auto;
}
#hero .item h1 {
  font-size: 32px;
  font-weight: bolder;
  margin-top: 10px;
}
#hero .item p {
  font-size: 16px;
  color: #4E4E4E;
  line-height: 20px;
}
#hero .item .btn {
  margin-top: 10px;
  font-weight: bolder;
}
/* introduction heading section*/
#intro {
  text-align: center;
  margin-top: 50px;
}
#intro h1 {
  width: 55%;
  font-size: 28px;
  margin: 0 auto;
  color: #252B34;
  font-weight: normal;
  text-shadow: white 2px 2px 1px;
}

/* sections */
/*#aboutus, */#skills, #testimonials {
  display: none;
  position: relative;
}

.skills {text-align: center;}
.skills ul {margin:0;padding:0;}
.skills li {list-style: none;}
.testimonials .controls hr {
  border-top: 1px solid #BEC0C3;
  border-bottom: 2px solid white;
}
.testimonials .phrases_wrapper {
  margin-bottom: 50px;
  padding: 20px 10px 0px 10px;
}
.testimonials .phrases_wrapper .phrase { margin-bottom:20px;}
.testimonials .phrases_wrapper .phrase p.testimony {
  color:#3a3f46;
  font-style: italic;
  font-size: 18px;
  line-height: 30px;
  position: relative;
  float: left;
}
.testimonials .phrases_wrapper .phrase p.testimony span.left {
  font-family: "Georgia", Arial;
  line-height: 24px;
  font-size: 50px;
  color: #c9cbce;
  position: relative;
  left: -10px;
  top: 15px;
}

.testimonials .phrases_wrapper .phrase p.testimony span.right {
  font-family: "Georgia", Arial;
  line-height: 24px;
  font-size: 50px;
  color: #c9cbce;
  position: relative;
  right: 0px;
  top: 15px;
  display: inline-block;
}
.testimonials .phrases_wrapper .phrase .person {
  float: right;
}
.testimonials .phrases_wrapper .phrase .person img {
  max-width: 55px;
  float: left;
  margin-right: 20px;
  position: relative;
  top: -6px;
}
.testimonials .phrases_wrapper .phrase .person .name {
  font-weight: bold;
  color: #2C3644;
}
.testimonials .phrases_wrapper .phrase .person .position { }


/* section header */
.section_header {
  text-align: center;
  font-weight: bolder;
  color: #252b34;
  position: relative;
  margin-bottom: 40px;
}
.section_header.left span {
  margin-left: 0px;
  text-align: left;
}
.section_header hr {
  border-top: 1px solid #BEC0C3;
  border-bottom: 2px solid white;
  width: 100%;
  position: absolute;
}
.section_header hr.left { }
.section_header hr.right {
  right: 0px;
  top: 0px;
}
.section_header h2 {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.section_header small {
  margin-left: 20px;
  font-size: 16px;
  color: #7f8387;
  display: none;
}

.display-table{
    display: table;
    table-layout: fixed;
    width:100%;
}

.display-cell{
    display: table-cell;
    vertical-align: middle;
    float: none;
}

.carousel.slide .row.display-table {margin-left:0;}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 22px;
    list-style: none;
    background-color: #dbf3f7;
    border-radius: 4px;
}

@media (max-width: 979px) {
  .navbar-inverse .navbar-nav > li > a {
    font-size: 13px
  }
  #hero .carousel-inner .item img {
    max-height: 180px;

    }
  #hero {padding-bottom:20px; padding-top:70px; height:280px; overflow: hidden;}

  #hero .item h1 {
    font-size: 24px;
  }
  #hero .item p {
    font-size: 13px;
  }

}
@media (max-width: 480px) {
  .navbar-inverse .navbar-nav > li > a {
    font-size: 13px
  }
  #hero .item h1 {
    font-size: 24px;
  }
  #hero .item p {
    font-size: 13px;
  }
  #hero .carousel-inner .item img {
    max-height: 220px;

    }

    #hero {padding-bottom:20px; padding-top:0;height:320px; overflow: hidden;}
    
}