p {
  font-size: 12px;
  line-height: 12px;
  color: #181818;
}

a {
  color: #FFF;
  text-decoration: none;
  font-size: 18px;
/*  -webkit-transition: color 0.25s, background 0.25s;
  -moz-transition: color 0.25s, background 0.25s;
  -o-transition: color 0.25s, background 0.25s;
  transition: color 0.25s, background 0.25s;
   text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);*/
   }
a:hover {
   -webkit-transition: 0.15s;
  transition: 0.15s;
  opacity: 0.75;
  text-decoration: none;
}

.background {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: 50% 50% no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.container {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  header {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/* header */
/**
 * Header 14 stylesheet  
 * */
.header-14-sub {
  color: #bdc3c7;
  background-color: #000;
  position: relative;
  padding-top: 95px;
  padding-bottom: 95px;
  text-align: center;
}

.header-14-sub.black_back {
  background-color: #000;
}


.header-14-sub h1,
.header-14-sub .h1,
.header-14-sub h2,
.header-14-sub .h2,
.header-14-sub h3,
.header-14-sub .h3,
.header-14-sub h4,
.header-14-sub .h4,
.header-14-sub h5,
.header-14-sub .h5,
.header-14-sub h6,
.header-14-sub .h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: white;
}
.header-14-sub h1 {
  font-weight: 300;
}
.header-14-sub h3 {
  font-size: 32px;
  font-weight: normal;
  color: #ffffff;
  font-weight: 300;
}

.header-14-sub h3 {
  margin: 0 0 30px;
}
.header-14-sub .header-14 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 13px;
  font-weight: normal;
  color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 2px;
}
@media (max-width: 480px) {
  .header-14-sub {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .header-14-sub .header-14 {
  margin-bottom: 5px;
  }
}
.header-14-sub .header-14 [class*="fui-"] {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: normal;
  color: #ffffff;
}
.header-14-sub .hero-unit {
  display: table;
  border-collapse: collapse;
  padding: 0;
  margin: 20px auto 20px;
  background: transparent;
  color: white;
}
.header-14-sub .hero-unit > * {
  display: table-cell;
  vertical-align: middle;
  border: 2px solid #000;
  padding: 25px 20px;
  text-align: left;
  background-color: white;
  color: black;
}

.header-14-sub .hero-unit h1 {
  margin: 0;
  font-size: 40px;
  font-weight: normal;
  color: #ffffff;
  font-weight: 500;
   text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}
@media (max-width: 767px) {
  .header-14-sub .hero-unit h1 {
    text-align: center;
  }
}
.header-14-sub .hero-unit p {
  margin: 0;
  font-size: 10px;
  font-weight: normal;
  color: #000;
}
@media (max-width: 480px) {
  .header-14-sub .hero-unit {
    margin: 0 auto 65px;
  }
}
 .header-14-sub .background {
  opacity: 80;
  filter: alpha(opacity=8000);
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/*
.header-14-sub:hover .background{
 opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
 */
.header-14-sub .subscribe-form form {
  margin: 40px 0 10px;
}
.header-14-sub .subscribe-form form .input-group input[type="text"] {
  border-color: white;
  border-right: 0;
  min-height: 0;
}
@media (max-width: 480px) {
  .header-14-sub .subscribe-form form .input-group input[type="text"] {
    min-height: 41px;
  }
}
.header-14-sub .subscribe-form form .input-group .btn {
  padding-left: 30px;
  padding-right: 30px;
  margin-left: 0;
  -webkit-border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  border-radius: 0 6px 6px 0;
  border: 0;
  color: #fff;
  background: #1abc9c;
  line-height: 22px;
  font-size: 17px;
  font-weight: 500;
}
@media (max-width: 480px) {
  .header-14-sub .subscribe-form form .input-group .btn {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
  }
}
@media (max-width: 480px) {
  .header-14-sub .subscribe-form form .input-group .form-control {
    float: none;
  }
  .header-14-sub .subscribe-form form .input-group .input-group-btn {
    display: block;
    width: 100%;
  }
}
.header-14-sub .subscribe-form .btn.btn-primary:hover,
.header-14-sub .subscribe-form .btn.btn-primary:focus {
  background-color: #e74c3c;
}
.header-14-sub .subscribe-form .btn.btn-primary:active,
.header-14-sub .subscribe-form .btn.btn-primary.active {
  background-color: #c44133;
}
@media (max-width: 480px) {
  .header-14-sub .subscribe-form .input-group,
  .header-14-sub .subscribe-form .input-group input[type="text"],
  .header-14-sub .subscribe-form .input-group .btn {
    display: block;
    width: 100%;
  }
  .header-14-sub .subscribe-form .input-group input[type="text"],
  .header-14-sub .subscribe-form .input-group .btn {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
  }
  .header-14-sub .subscribe-form .input-group .btn {
    margin-top: 15px;
  }
}
.header-14-sub {
  display: table;
  width: 50%;
  vertical-align: middle;
  padding-bottom: 120px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}

@media (max-width: 960px) {
  .header-14-sub {
    width: 100%;
    max-height: 200px;
  }
  
  .header-14-sub .hero-unit h1 {
  font-size: 26px;
  font-weight: 500;
}
}
.header-14-sub .hero-unit h1 {
  text-align: center;
  font-size: 35px;
}
@media (max-width: 2000px) {
.header-14-sub .hero-unit h1 {
  font-size: 30px;
}
}
@media (max-width: 1200px) {
.header-14-sub .hero-unit h1 {
  font-size: 22px;
}
}
@media (max-width: 780px) {
.header-14-sub .hero-unit h1 {
  font-size: 18px;
}
}
@media (max-width: 480px) {
.header-14-sub .hero-unit h1 {
  font-size: 15px;
}
}
@media (max-width: 480px) {
  .header-14-sub {
    padding-bottom: 50px;
  }
}
@media (max-width: 540px) {
  .header-14-sub .hero-unit {
    margin: 20px auto;
  }
}
.header-14-sub .background {
  background-image: url("../../sitka/images/main02.jpg");
}
.header-14-sub.bg-02 .background {
  background-image: url("../../studio/images/main.jpg");
}

.header-14-sub .container {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}

.logo-sml {
	width: 75px;
	height: 75px;
}