body {
  background: #101010 none repeat scroll 0%;
  color: #808080;
  font-family: 'Montserrat',sans-serif;
  font-weight: 400;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
h1, h2, h3, h4, h5 {
  color: #ffffff;
  font-weight: bold;
}
h1, h2 {
  font-size: 30px;
}
img {
  max-width: 100%;
  height: auto;
}
.btn {
  border: 2px solid #ffffff;
  padding: 12px 18px;
  background: transparent none repeat scroll 0%;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
}
.btn:hover {
  border-color: transparent;
  background: #009988 none repeat scroll 0%;
}
.email {
  padding: 8px 12px;
  margin-top: 10px;
}
.navbar-default {
  border-style: none;
  border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #d54ab6;
  border-width: medium medium medium 0px;
  margin: 0 ! important;
  background: #202020 none repeat scroll 0%;
  padding-right: 40px;
  position: relative;
  top: 20px;
}
.navbar-default .navbar-brand {
  font-size: 40px;
  line-height: 40px;
  padding-top: 4px;
}
.navbar-default .navbar-nav li a {
  color: #f2f2f2;
  font-size: 13px;
  font-weight: 400;
  line-height: 40px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #ffa500;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #ffa500;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border:  none;
  background: #d54ab6 none repeat scroll 0%;
  margin-top: 20px;
  margin-bottom: 30px;
}
.navbar-default .navbar-toggle .icon-bar {
  border-color: transparent;
  background: #ffffff none repeat scroll 0%;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.active {
  background: #333333 none repeat scroll 0%;
}
#home {
  background: transparent url(../images/home-bg.jpg) no-repeat scroll center;
  min-height: 500px;
  padding-top: 180px;
  padding-bottom: 100px;
}
#home h1, #home h3 {
  line-height: 30px;
  font-size: 40px;
}
.divider {
  color: #ffffff;
  text-align: center;
}
.divider .fa {
  border: 2px solid #ffffff;
  font-size: 32px;
  width: 80px;
  height: 80px;
  line-height: 76px;
  text-transform: capitalize;
}
.divider h2 {
  padding-bottom: 4px;
}
.divider .divider-wrapper {
  padding: 40px 20px;
  position: relative;
  bottom: 40px;
}
.divider .divider-wrapper:hover {
  bottom: 60px;
  cursor: pointer;
}
.divider .divider-one {
  background: #c14000 none repeat scroll 0%;
}
.divider .divider-two {
  background: #009988 none repeat scroll 0%;
}
.divider .divider-three {
  background: #ffa500 none repeat scroll 0%;
}
#about-header {
  background: transparent url(../images/about-header.jpg) no-repeat scroll center;
  min-height: 500px;
  padding-top: 160px;
}
#about {
  padding-top: 60px;
}
#about .container {
  background: #191919 none repeat scroll 0%;
}
#about .col-md-6 {
  margin: 0;
  padding: 0;
}
#about .about-des {
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 20px;
}
#about .btn {
  margin-top: 30px;
}
#team {
  padding-top: 60px;
  padding-bottom: 80px;
}
#team h2 {
  padding-bottom: 30px;
  text-align: center;
}
#team h3 {
  padding-bottom: 10px;
}
#team .team-wrapper {
  border: 2px solid #303030;
  padding: 20px;
}
#team h4 {
  color: #d54ab6;
}
#team img {
  opacity: 0.8;
}
#team hr {
  border-color: #303030;
  margin-top: 80px;
  margin-bottom: 80px;
}
#team strong {
  padding-top: 12px;
  padding-bottom: 10px;
}
#team .progress {
  height: 4px;
}
#portfolio-header {
  background: transparent url(../images/portfolio-header.jpg) no-repeat scroll center;
  min-height: 500px;
  padding-top: 160px;
}
#portfolio {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 60px;
}
#portfolio h2 {
  padding-bottom: 20px;
}
#portfolio .col-md-4, #portfolio .col-md-3 {
  margin: 0;
  padding: 0;
}
#portfolio img {
  width: 100%;
  opacity: 0.8;
}
#portfolio img:hover {
  opacity: 1;
}
#portfolio .btn {
  margin-top: 30px;
}
#contact-header {
  background: transparent url(../images/contact-header.jpg) no-repeat scroll center;
  min-height: 500px;
  padding-top: 160px;
}
#contact {
  padding-top: 60px;
  padding-bottom: 60px;
}
#contact h2 {
  text-align: center;
  padding-bottom: 30px;
}
#contact .form-control {
  border:  none;
  background: #202020 none repeat scroll 0%;
  margin-bottom: 20px;
  color: #ffffff;
}
#contact .form-control:focus {
  background: #404040 none repeat scroll 0%;
}
#contact input {
  height: 53px;
}
#map-canvas {
  border:  none;
  width: 100%;
  height: 300px;
}
footer {
  background: #1c1c1c none repeat scroll 0%;
  padding-top: 60px;
  padding-bottom: 60px;
}
footer .fa {
  padding: 5px;
  font-size: 18px;
  margin-right: 10px;
}
footer h3 {
  padding-bottom: 10px;
}
footer .newsletter p {
  padding-bottom: 10px;
}
footer .form-control {
  border: 2px solid #ffffff;
  background: transparent none repeat scroll 0%;
  padding-bottom: 10px;
}
footer .form-control:focus, footer .form-control:hover {
  border-color: transparent;
  background: #806040 none repeat scroll 0%;
  color: #ffffff;
}
footer .input-group-addon {
  background: #ffffff none repeat scroll 0%;
}
footer a, footer a:visited {
  font-size: 14px;
  color: #999999;
}
footer a:hover {
  color: #ffffff;
  text-decoration: none;
}
.copyright {
  margin: 10px 0px;
}
.copyright p {
  padding-top: 20px;
}
.social-icons {
  margin: 0px;
  padding: 0px;
}
.social-icons li {
  margin: 10px 0px 0px;
  background: #303030 none repeat scroll 0%;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
.social-icons li a {
  padding: 10px 15px;
  color: #909090;
  text-decoration: none;
  font-size: 20px;
  text-align: center;
}
.social-icons li a:hover {
  background: #d54ab6 none repeat scroll 0%;
  color: #ffffff;
}
