.container {
  margin: 0 auto;
}
body {
  overflow-x: hidden;
}

/*--------------------------------------------------------------------------------------------------*/

/* NAVBAR  */

.navbar {
  position: fixed;
  z-index: 3000;
}
.navbar-inner {
  min-height: 63px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #2d2929;
  background-image: -moz-linear-gradient(top, #2d2929, #2d2929);
  background-image: -ms-linear-gradient(top, #2d2929, #2d2929);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#2d29293),
    to(#2d29292)
  );
  background-image: -webkit-linear-gradient(top, #2d2929, #2d2929);
  background-image: -o-linear-gradient(top, #2d2929, #2d2929);
  background-image: linear-gradient(top, #2d2929, #2d2929);
  background-repeat: repeat-x;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#2d2929', endColorstr='#2d2929', GradientType=0);
  -webkit-box-shadow:
    0 1px 3px rgba(0, 0, 0, 0.25),
    inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow:
    0 1px 3px rgba(0, 0, 0, 0.25),
    inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  box-shadow:
    0 1px 3px rgba(0, 0, 0, 0.25),
    inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}

.navbar .brand {
  display: block;
  float: left;
  padding: 15px 20px 12px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  line-height: 1;
  color: #999999;
}

.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: right;
  margin: 10px 10px 0 0;
}

.navbar .nav > li > a {
  font:
    12px "ExoBold",
    Arial,
    sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  float: none;
  padding: 9px 10px 23px 11px;
  line-height: 19px;
  color: #d2d2d2;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.navbar .nav > li > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #2d2929;
}

.navbar .nav .active > a,
.navbar .nav .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #2d2929;
  border-bottom: solid #bc6e07 2px;
}

.navbar .btn,
.navbar .btn-group {
  margin-top: 15px;
}
/*--------------------------------------------------------------------------------------------------*/

/* Image styles  */

.mobile-img {
  margin-top: 60px;
}

figure {
  max-width: 360px;
  margin: 0px auto;
  padding: 0px;
  text-align: center;
}

figure img {
  max-width: 100%;
  position: relative;
  z-index: 900;
}

figure a {
  position: relative;
  display: block;
  line-height: 0px;
  text-decoration: none;
}

figure a:hover {
  text-decoration: none;
}

figure a:hover img {
  opacity: 0.4;
  filter: alpha(opacity=40); /* IE6-IE8 */
}

figure a:before {
  content: "+";
  display: block;
  font-size: 40px;
  line-height: 1em;
  height: 1em;
  width: 1em;
  text-align: center;

  color: #fff;
  font-weight: bold;

  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;

  margin: -0.5em 0 0 -0.5em;
}

a.enlarge:before {
  content: "+";
}
#work1 figure {
  margin-bottom: 15px;
}
#work1 figure a:before {
  color: #bc6e07;
}

.circle {
  -webkit-border-radius: 20em;
  -moz-border-radius: 20em;
  border-radius: 20em;
  -moz-box-shadow: 0px 2px 3px #d2d2d2;
  -webkit-box-shadow: 0px 2px 3px #d2d2d2;
  box-shadow: 0px 2px 3px #d2d2d2;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.rounded-corners {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 2px 3px #242424;
  -webkit-box-shadow: 0px 2px 3px #242424;
  box-shadow: 0px 2px 3px #242424;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.margin-left {
  margin-left: 60px;
}
/*--------------------------------------------------------------------------------------------------*/



/* HOME  */

#home {
  background-color: #000;
}

.intro {
  text-align: center;
  display: block;
  position: absolute;
  z-index: 100;
}
.intro h1 {
  font:
    55px "ExoBlack",
    Arial,
    sans-serif;
  text-transform: uppercase;
  color: #f4f4f4;
  margin: 30px 0px 0px 0px;
  display: block;
  width: 100%;
}
.intro p {
  font:
    57px "JournalRegular",
    Arial,
    sans-serif;
  color: #acacaa;
  line-height: 57px;
  display: block;
  width: 100%;
}

.more {
  background: url(../img/more.png) center no-repeat;
  text-align: center;
  height: 70px;
  padding-top: 25px;
  position: absolute;
  bottom: 0px;
  margin-bottom: -13px;
  display: block;
  z-index: 100;
}
.more a {
  font:
    35px "JournalRegular",
    Arial,
    sans-serif;
  color: #bc6e07;
}
.more a:hover {
  text-decoration: none;
  color: #ff728c;
}
/*--------------------------------------------------------------------------------------------------*/

/* ABOUT US  */

#about {
  background-color: #fff;
  padding-bottom: 100px;
  position: relative;
  z-index: 2000;
  display: block;
}
.head1 {
  background: none;
  text-align: center;
  padding: 100px 0px 20px 0px;
  margin-bottom: 70px;
  border-bottom: dashed 1px #e2e2e2;
  margin-left: 20px;
}
.head1 h2 {
  font:
    100px "ExoBlack",
    Arial,
    sans-serif;
  text-transform: uppercase;
  color: #e2e2e2;
}

#starlight {
  padding-bottom: 30px;
}

#starlight h3 {
  font:
    40px "ExoThin",
    Arial,
    sans-serif;
  text-transform: uppercase;
  color: #bc6e07;
  margin-bottom: 50px;
}

#abouttext h4 {
  font:
    35px/35px "JournalRegular",
    Arial,
    sans-serif;
  color: #7ca5b7;
  margin-bottom: 45px;
}

#abouttext p {
  font-weight: 200;
  color: #a1a1a1;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 30px;
}

#approach h5 {
  font:
    18px "ExoRegular",
    Arial,
    sans-serif;
  text-transform: uppercase;
  color: #7ca5b7;
  margin-bottom: 20px;
  margin-top: 40px;
}

#approach p {
  font-weight: 200;
  color: #a1a1a1;
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 50px;
}

#team h3 {
  font:
    40px "ExoThin",
    Arial,
    sans-serif;
  text-transform: uppercase;
  color: #bc6e07;
  padding-bottom: 50px;
  padding-top: 50px;
  border-top: dashed 1px #b8b8b8;
}

#team h4 {
  font:
    28px "ExoRegular",
    Arial,
    sans-serif;
  text-transform: uppercase;
  color: #7ca5b7;
  margin-bottom: 30px;
  margin-top: 30px;
  text-align: center;
}

#team h5 {
  font:
    34px/20px "JournalRegular",
    Arial,
    sans-serif;
  color: #7ca5b7;
  margin-bottom: 25px;
  text-align: center;
}

#team p {
  font-weight: 200;
  color: #a1a1a1;
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 50px;
  text-align: center;
}
/*--------------------------------------------------------------------------------------------------*/

/* SERVICES  */

#services {
  background: #1d1d1d url(../img/services_bg.jpg) repeat-y center fixed;
  padding-bottom: 50px;
}

.head2 {
  background: none;
  text-align: center;
  padding: 100px 0px 20px 0px;
  margin-bottom: 70px;
  border-bottom: dashed 1px #383333;
  margin-left: 20px;
}
.head2 h2 {
  font:
    100px "ExoBlack",
    Arial,
    sans-serif;
  text-transform: uppercase;
  color: #383333;
}

.head2 h4 {
  font:
    40px "ExoBlack",
    Arial,
    sans-serif;
  text-transform: uppercase;
  color: #383333;
}

#services h3 {
  font:
    30px "ExoBold",
    Arial,
    sans-serif;
  text-transform: uppercase;
  color: #bc6e07;
  margin-bottom: 50px;
  text-align: center;
}

#services p {
  font-weight: 200;
  color: #a1a1a1;
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 20px;
}

/* default list style, no icons */
.list {
  list-style: none;
  padding: 10px 0;
  margin: 0;
}
.list li a {
  color: #bc6e07;
}
.list li {
  line-height: 32px;
  width: auto;
  float: none;
  color: #777;
}

.list.rectangle-red li {
  background: url(../img/list-rectangle-red.png) no-repeat center left;
  padding: 0 0 0 15px;
}

/* extra bordering for list items */
.list.bordered li {
  border-bottom: dashed 1px #383333;
}
.list.bordered li.last-child {
  border-bottom: 0;
}
/*--------------------------------------------------------------------------------------------------*/

/* WORK 01  */

#work1 {
  background-color: #fff;
}

#work1 h3 {
  font:
    30px "ExoThin",
    Arial,
    sans-serif;
  text-transform: uppercase;
  color: #bc6e07;
}

#work1 h4 {
  font:
    35px "JournalRegular",
    Arial,
    sans-serif;
  color: #7ca5b7;
  margin-bottom: 25px;
}

#work1 p {
  font-weight: 200;
  color: #a1a1a1;
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 20px;
}

#work1-slider {
  background: none;
  height: 351px;
}
/*--------------------------------------------------------------------------------------------------*/

/* WORK 02  */

#work2 {
  background-color: #fafafa;
  padding-top: 100px;
}

#work2 h3 {
  font:
    30px "ExoThin",
    Arial,
    sans-serif;
  text-transform: uppercase;
  color: #bc6e07;
}

#work2 h4 {
  font:
    20px/20px "JournalRegular",
    Arial,
    sans-serif;
  color: #7ca5b7;
  margin-bottom: 25px;
}

#work2 p {
  font-weight: 200;
  color: #a1a1a1;
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 20px;
}

#work2-slider {
  background: none;
  height: 351px;
}

#work2 figure {
  margin-bottom: 15px;
}
#work2 figure a:before {
  color: #bc6e07;
}
/*--------------------------------------------------------------------------------------------------*/

/* WORK 03  */

#work3 {
  background-color: #fff;
  padding-top: 100px;
}

#work3 h3 {
  font:
    30px "ExoThin",
    Arial,
    sans-serif;
  text-transform: uppercase;
  color: #bc6e07;
}

#work3 h4 {
  font:
    20px/20px "JournalRegular",
    Arial,
    sans-serif;
  color: #7ca5b7;
  margin-bottom: 25px;
}

#work3 p {
  font-weight: 200;
  color: #a1a1a1;
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 20px;
}

#work3-slider {
  background: none;
  height: 351px;
}

#work3 figure {
  margin-bottom: 15px;
}
#work3 figure a:before {
  color: #bc6e07;
}
/*--------------------------------------------------------------------------------------------------*/

/* WORK 04  */

#work4 {
  background-color: #fafafa;
  padding-top: 100px;
}

#work4 h3 {
  font:
    30px "ExoThin",
    Arial,
    sans-serif;
  text-transform: uppercase;
  color: #bc6e07;
}

#work4 h4 {
  font:
    20px/20px "JournalRegular",
    Arial,
    sans-serif;
  color: #7ca5b7;
  margin-bottom: 25px;
}

#work4 p {
  font-weight: 200;
  color: #a1a1a1;
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 20px;
}

#work4-slider {
  background: none;
  height: 351px;
}

#work4 figure {
  margin-bottom: 15px;
}
#work4 figure a:before {
  color: #bc6e07;
}
/*--------------------------------------------------------------------------------------------------*/

/* GALLERY  */

#gallery {
  background: #1d1d1d url(../img/gallery_bg.jpg) repeat center;
  padding-bottom: 50px;
}

.head3 {
  background: none;
  text-align: center;
  padding: 100px 0px 20px 0px;
  margin-bottom: 70px;
  border-bottom: dashed 1px #383333;
  margin-left: 20px;
}

.head3 h2 {
  font:
    100px "ExoBlack",
    Arial,
    sans-serif;
  text-transform: uppercase;
  color: #383333;
}

#gallery h1 {
  font:
    40px "ExoBlack",
    Arial,
    sans-serif;
  color: #7ca5b7a3;
}

#gallery .row {
  margin-bottom: 50px;
}

#gallery h3 {
  font:
    30px "ExoThin",
    Arial,
    sans-serif;
  text-transform: uppercase;
  color: #bc6e07;
  text-align: center;
  margin-top: 15px;
}

#gallery h4 {
  font:
    22px "ExoThin",
    Arial,
    sans-serif;
  color: #7ca5b7;
  text-align: center;
  margin-top: 15px;
}
/*--------------------------------------------------------------------------------------------------*/

/* CONTACT  */

#map {
  height: 550px;
  width: 100%;
  margin-bottom: 80px;
  position: relative;
  z-index: 2000;
}

#form h3 {
  font:
    30px "ExoThin",
    Arial,
    sans-serif;
  text-transform: uppercase;
  color: #bc6e07;
  margin-bottom: 25px;
}

#form p {
  font-weight: 200;
  color: #a1a1a1;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 50px;
}

#form fieldset {
  padding: 0;
  margin-top: 40px;
  margin-bottom: 100px;
}
#contact-form .field {
  padding: 0 0 10px 0;
}
#contact-form .input-text {
  width: 470px;
  height: 38px;
  border: 1px solid #ebebeb;
  border-top: 1px solid #bfbfbf;
  background: #f5f5f5;
  padding: 0 10px;
  float: right;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 18px;
}
#contact-form .input-textarea {
  width: 470px;
  height: 100px;
  border: 1px solid #ebebeb;
  border-top: 1px solid #bfbfbf;
  background: #f5f5f5;
  padding: 10px;
  float: right;
  resize: none;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 18px;
  overflow: hidden;
}
#contact-form .input-submit {
  float: right;
  cursor: pointer;
  font-size: 15px;
  padding: 10px;
  color: #fff;
  background: #bc6e07;
  border: none;
  transition: all .3s ease-in-out;
}

#contact-form .input-submit:hover {
  color: #bc6e07;
  background: black !important;
  transition: all .3s ease-in-out;
}

#contact-form label {
  width: 100px;
  float: left;
  line-height: 30px;
  text-align: left;
  font-weight: 400;
  color: #bc6e07;
  font-size: 15px;
}
#contact-form .holder {
  position: relative;
}
#contact-form .message {
  display: none;
  position: absolute;
  top: 20px;
  left: 160px;
  color: #945000;
}
#contact-form .message .top {
  background: url(../img/message-top.png) no-repeat top left;
  width: 428px;
  height: 17px;
  line-height: 0;
}
#contact-form .message .contents {
  background: url(../img/message-content.png) repeat-y;
  width: 428px;
  padding: 5px 0;
}
#contact-form .message .bottom {
  background: url(../img/message-bottom.png) no-repeat top left;
  width: 428px;
  height: 14px;
  line-height: 0;
  margin-left: -1px;
}
#contact-form #alert {
  padding: 0 20px;
}
#contact-form #alert ul {
  padding: 10px 0 0 0;
}
#contact-form #alert ul li {
  line-height: 18px;
}

.list-social {
  margin-left: 0px;
}
.list-social li {
  float: left;
  padding: 0 5px 5px 0;
  list-style: none;
  margin: 0px;
}
.list-social li a {
  background: url(../img/social-icons.png) no-repeat 0 0;
  height: 32px;
  width: 32px;
  display: block;
  float: left;
}
.list-social li.facebook a {
  background-position: 0 0;
}
.list-social li.facebook a:hover {
  background-position: 0 -32px;
}
.list-social li.twitter a {
  background-position: -32px 0;
}
.list-social li.twitter a:hover {
  background-position: -32px -32px;
}
.list-social li.forrst a {
  background-position: -64px 0;
}
.list-social li.forrst a:hover {
  background-position: -64px -32px;
}
.list-social li.dribbble a {
  background-position: -96px 0;
}
.list-social li.dribbble a:hover {
  background-position: -96px -32px;
}
.list-social li.rss a {
  background-position: -128px 0;
}
.list-social li.rss a:hover {
  background-position: -128px -32px;
}
/*--------------------------------------------------------------------------------------------------*/

/* FOOTER  */

#footer {
  background-color: #1d1d1d;
}

#footer_bar p {
  font-weight: 200;
  color: #575757;
  font-size: 18px;
  line-height: 22px;
  margin: 20px 0px;
}
