body {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #666;
}
h1,
h2,
h3,
h4,
h5,
h6 { font-weight: 300 }
*,
*:focus { outline: none !important }
a { color: #2d2d2d }
a:hover,
a:focus {
  color: #0c86b6;
  text-decoration: none;
}
.hiding { opacity: 0 }
.showing { opacity: 1 }
.img-rounded {
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
}
.btn {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  -webkit-transition: all .2s;
     -moz-transition: all .2s;
      -ms-transition: all .2s;
          transition: all .2s;
}
.btn-blue {
  color: #fff;
  background-color: #0093cf;
}
.btn-blue:hover,
.btn-blue:focus {
  color: #fff;
  background-color: #2a3940;
}
.btn-green {
  color: #fff;
  background-color: #71be3c;
}
.btn-green:hover,
.btn-green:focus {
  color: #fff;
  background-color: #2a3940;
}
.btn-dark {
  color: #fff;
  background-color: #2a3940;
}
.btn-dark:hover,
.btn-dark:focus {
  color: #fff;
  background-color: #2a3940;
}


/* ----------- 
   Navbar 
   ----------- */
#navbar-top { 
  min-height: 51px 
}
.navbar-default {
  margin-bottom: 0;
  background-color: #fff;
  border-top: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.navbar-default .navbar-brand {
  font-weight: 600;
  text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a {
  font-weight: 600;
  text-transform: uppercase;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #0093cf;
  background-color: transparent;
}
.navbar-default .navbar-toggle { 
	border-color: transparent 
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { 
	background-color: transparent 
}
.navbar-default .navbar-toggle:hover .icon-bar { 
	background-color: #333 
}
.navbar-default.affix {
  top: 0;
  z-index: 99;
  width: 100%;
  border-bottom-color: transparent;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
     -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
          box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
}

/* ----------- 
   Pages 
   ----------- */

.page { 
	overflow: hidden 
}
.page .content { 
	padding: 60px 0 
}
.page .content.cover { 
	padding: 240px 0 
}
.page .heading h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
.page .border {
  width: 80px;
  height: 2px;
  margin: 0 auto;
  background-color: #71be3c;
}
.page .heading p { 
	margin: 20px auto 0 
}

/* 
 * Home 
 */

#home {
  padding: 0;
  color: #fff;
  background-image: url(../img/cover/home.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#home h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 60px;
}
#home a { 
	margin: 0 5px 
}
#home h3 {
  margin-top: 20px;
  margin-bottom: 0;
}

/* 
 * Services 
 */
#services {
  background-color: #f5f5f5;
  border-bottom: solid 1px #e7e7e7;
}
#services .service i { 
	margin-top: 60px 
}
#services .service:hover i { 
	color: #71be3c 
} 

/* 
 * About
 */
 #about .content { 
 	padding-bottom: 0 
 }
 #about .teammate { 
 	margin-top: 60px 
 }
 #about .teammate .bio { 
 	padding-top: 10px 
 }
 #about .teammate .photo-rounded {
   overflow: hidden;
   -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
           border-radius: 8px;
 }     
 #about .teammate .photo-rounded img {
   -webkit-transition: all .4s ease;
      -moz-transition: all .4s ease;
       -ms-transition: all .4s ease;
        -o-transition: all .4s ease;
           transition: all .4s ease;
 }
 #about .teammate:hover .photo-rounded img,
 #about .teammate:focus .photo-rounded img {
   -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
       -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
           transform: scale(1.1);
 }

 #about .teammate .bio .border {
   height: 1px;
   margin: 15px auto;
 }
 #about .teammate .bio ul {
   margin-bottom: 0;
   font-size: 16px;
 }
 #about .teammate .bio a { 
 	color: #666 
 }
 #about .teammate .bio a:hover,
 #about .teammate .bio a:focus { 
 	color: #222 
 }
 #about .twitter {
   padding: 20px 0;
   margin-top: 60px;
   background-color: #f5f5f5;
   border-top: solid 1px #e7e7e7;
 }
 #about .twitter p { 
 	margin-bottom: 0 
 }
 #about .twitter i {
   margin-bottom: 10px;
   color: #00aced;
 }
/* Contact */
#contact {
  padding: 100px 0;
  background: #efefef;
}


#contact .form-wrap {
  padding: 50px 60px;
  display: block;
  background: #fff;
}

form {
    background: #fff;
    padding: 50px;
 }

#footer {
  height: 100px;
  padding: 50px 0px;
  border-top: 1px solid #efefef;
}

 /* Responsive style */
 @media screen and (max-width: 1024px) { 
   #testimonials .carousel-control { display: block }
 }
 @media screen and (max-width: 991px) { 
   #portfolio .items li { width: 50% }
   #testimonials .quote { padding: 0 70px }
 }
 @media (max-width: 767px) { 
   .page .content.cover { padding: 160px 0 }
   #testimonials .quote { padding: 0 50px }
   #testimonials .carousel-control.right { right: 10px }
 }
 @media (max-width: 480px) { 
   .page .content.cover { padding: 80px 0 }
   #portfolio .items li { width: 100% }
   #testimonials .quote { padding: 0 30px }
 }
