body {
  background: url(../images/main-bg.jpg) left top repeat #d3d3d3;
}
.empty,
.error {
  color: #dc4545;
  text-shadow: 0 0 1px #f6d8d8;
}
.logo {
  margin: 10px 0;
}
.select-menu {
  width: 75%;
}
#features {
  padding-bottom: 35px;
  border-bottom: 1px solid #334352;
}
#features h1 {
  margin: 55px 0 8px;
}
#features h3 {
  margin-top: 8px;
  line-height: 24px;
  font-weight: normal;
}
#features .service-box {
  margin-top: 47px;
}
header {
  background: url(../images/header-bg.jpg) center center no-repeat #3b4e5f;
  border-bottom: 1px solid #c5c7c9;
  box-shadow: 0 1px 3px #c5c7c9;
}
header #headline h1,
header #headline h2,
header #headline h3,
header #headline h4,
header #headline h5,
header #headline h6 {
  color: white;
  text-shadow: 0 0 1px #939aa1;
}
header #headline #nav-top {
  background-color: rgba(30, 40, 49, 0.6);
  *background: transparent;
  *filter: progid:dximagetransform.microsoft.gradient(startColorstr='#701E2831', endColorstr='#701E2831');
  *zoom: 1;
}
header #headline #nav-top #for-actors {
  margin-top: 23px;
  font-size: 13px;
  *color: darkgray;
}
@media (max-width: 767px) {
  header #headline #nav-top #for-actors {
    margin-bottom: 24px;
  }
}
header #info-line.bright {
  background-color: white;
}
header #info-line.bright #contact-bar .title {
  color: #999999;
  text-shadow: 0 0 1px #dadada;
}
header #info-line.bright #contact-bar .btn-set {
  text-shadow: 0 0 1px #e7e7e7;
}
header #info-line #contact-bar {
  min-height: 80px;
  position: relative;
}
header #info-line #contact-bar .title {
  margin: 16px 0;
  color: white;
  text-shadow: 0 0 1px #939aa1;
}
header #info-line #contact-bar .title.normal {
  font-weight: normal;
}
header #info-line #contact-bar .btn-set {
  position: absolute;
  right: 0;
  top: 19px;
  color: #999999;
  text-shadow: 0 0 1px #5f6b75;
}
header #info-line #contact-bar .btn-set span {
  padding-right: 5px;
  padding-left: 5px;
}
@media (max-width: 767px) {
  header #info-line #contact-bar .btn-set {
    margin-bottom: 24px;
  }
}
header #info-line #contact-bar.high {
  min-height: 100px;
}
header #info-line #contact-bar.high .title {
  margin: 26px 0;
}
header #info-line #contact-bar.high .btn-set {
  top: 29px;
}
.box {
  padding-top: 36px;
  padding-bottom: 30px;
  border-bottom: 1px solid #c6c8ca;
}
.box.higher-head {
  padding-top: 24px;
}
.box.highest-head {
  padding-top: 30px;
}
.box.higher-foot {
  padding-bottom: 46px;
}
.box.highest-foot {
  padding-bottom: 97px;
}
.box:nth-of-type(even) {
  background-color: white;
}
.box:nth-of-type(even) hr {
  border-color: #e3e6e5;
}
.more {
  position: absolute;
  top: 11px;
  right: 0;
  color: #999999;
  text-shadow: 0 0 1px #d4d6d7;
}
#blog-filter {
  position: absolute;
  top: 23px;
  right: 0;
  color: #1e2831;
  text-shadow: 0 0 1px #8b9196;
}
#blog-filter > ul {
  list-style: none;
  display: inline-block;
  margin-left: 10px;
}
#blog-filter > ul li {
  display: inline-block;
  border-right: 1px solid #a4a4a4;
  padding: 0 10px 0 5px;
  color: #636a70;
  text-shadow: 0 0 1px #c5c9cc;
}
#blog-filter > ul li:last-child {
  border-right: none;
}
.gallery .row-fluid {
  margin-top: 10px;
}
.gallery .post-img img {
  width: 100%;
  height: auto;
}
a[data-rel^='prettyPhoto'] {
  display: block;
  position: relative;
}
a[data-rel^='prettyPhoto'] [class^='zoom'] {
  position: absolute;
  left: 0;
  right: 0;
  top: 51%;
  bottom: 51%;
}
a[data-rel^='prettyPhoto'] .zoom1 {
  background: url(../images/play-icon.png) center center no-repeat rgba(58, 58, 58, 0.75);
}
a[data-rel^='prettyPhoto'] .zoom2 {
  background: url(../images/play-icon-mini.png) center center no-repeat rgba(58, 58, 58, 0.75);
}
.item {
  min-height: 70px;
}
.item h1,
.item h2,
.item h3,
.item h4,
.item h5,
.item h6 {
  padding-top: 0;
}
.item .post-img img {
  width: 100%;
  height: auto;
}
.item .post-meta {
  color: #999999;
  text-shadow: 0 0 1px #d4d6d7;
}
.item .post-info > a {
  color: #999999;
  text-shadow: 0 0 1px #d4d6d7;
}
.item .post-info .btn {
  color: white;
  text-shadow: none;
}
.testimonial {
  overflow: hidden;
}
.testimonial p {
  margin-bottom: 12px;
  margin-left: 13%;
  padding-left: 20px;
}
.testimonial .post-img {
  width: 13%;
  float: left;
  margin: 0 0 14px;
  padding: 0;
}
.testimonial .post-author {
  margin-bottom: 14px;
}
.testimonial.big-image p {
  margin-left: 50%;
}
.testimonial.big-image .post-img {
  width: 50%;
  margin-left: 0;
}
.testimonial.quote {
  padding-left: 30px;
  background: url(../images/quotes.png) left 5px no-repeat;
}
.testimonial.quote p {
  margin-left: 0;
  padding-left: 0;
}
.testimonial.quote .post-text {
  margin-bottom: 9px;
}
.post .post-title {
  margin-bottom: 2px;
}
.post .post-meta {
  margin-bottom: 10px;
}
.post .post-excerpt {
  margin-bottom: 19px;
}
.post .post-excerpt a {
  color: #1e2831;
  text-shadow: 0 0 1px #8b9196;
}
.post .post-excerpt a:hover {
  color: #dc4545;
  text-shadow: 0 0 1px #f6d8d8;
}
.post .post-text .quote {
  display: inline-block;
  padding-left: 80px;
  background: url(../images/quotes-red.png) 53px 6px no-repeat;
  font-style: italic;
}
@media (max-width: 767px) {
  .post .post-text .quote {
    padding-left: 21px;
    background-position: 0 6px;
  }
}
.post .post-info {
  position: relative;
}
.post .post-info .btn {
  position: absolute;
  top: -10px;
  right: 0;
}
.post + hr {
  margin: 42px 0 49px;
}
.post.small-image .post-title,
.post.small-image p {
  margin-left: 33%;
  padding-left: 20px;
}
.post.small-image .post-img {
  width: 33%;
  float: left;
  margin: 0;
  padding: 0;
}
.post.mini .post-title,
.post.mini p {
  margin-left: 60px;
  padding-left: 10px;
}
.post.mini .post-img {
  width: 60px;
  height: 60px;
  float: left;
  margin: 0;
  padding: 0;
}
.post.mini .post-excerpt {
  margin-bottom: 4px;
}
.team .team-name {
  margin-top: 16px;
  margin-bottom: 1px;
}
.team .team-position {
  margin-bottom: 10px;
}
.team .team-social {
  margin-bottom: 14px;
}
.team .team-social li {
  border-right: 1px solid #b2b2b2;
}
.team .team-social li:hover {
  *border-color: #dc4545;
}
.team .team-social li:last-child {
  border-right: none;
}
.client .client-name {
  margin-top: 16px;
  margin-bottom: 8px;
}
.comment {
  overflow: hidden;
}
.comment .comment-text,
.comment .comment-info {
  margin-left: 60px;
  padding-left: 20px;
}
.comment img {
  height: 60px;
  width: 60px;
  float: left;
  margin: 0;
}
.comment > .comment {
  margin-left: 9.3%;
  margin-top: 34px;
}
.service-box {
  background-color: #1e2831;
  padding: 1px 20px 0;
  min-height: 120px;
  border-style: hidden;
  border-radius: 3px;
}
.service-box .post-title {
  margin-bottom: 3px;
  margin-left: 21px;
}
.service-box .post-text {
  color: #a5a9ad;
  text-shadow: 0 0 1px #545b62;
}
.post-list .testimonial {
  margin-top: 38px;
}
.post-list .testimonial:first-child {
  margin-top: 0;
}
.post-list hr + .testimonial {
  margin-top: 0;
}
.arrow-list > ul,
.clock-list > ul {
  list-style: none;
  margin: 0;
}
.arrow-list > ul > li span,
.clock-list > ul > li span,
.arrow-list > ul > li a,
.clock-list > ul > li a {
  padding-left: 16px;
  background-position: 0 center;
  background-repeat: no-repeat;
  color: #636a70;
  text-shadow: 0 0 1px #c5c9cc;
}
.arrow-list > ul > li a:hover,
.clock-list > ul > li a:hover {
  color: #dc4545;
  text-shadow: 0 0 1px #f6d8d8;
}
.arrow-list > ul > li span,
.arrow-list > ul > li a {
  background-image: url(../images/arrow.png);
}
.arrow-list > ul > li span:hover,
.arrow-list > ul > li a:hover {
  background-image: url(../images/arrow-hover.png);
}
.clock-list {
  margin-bottom: 10px;
}
.clock-list > ul > li span,
.clock-list > ul > li a {
  padding-left: 18px;
  background-image: url(../images/clock.png);
}
/* ==================== Other elements ==================== */
#gmap {
  margin: 0;
  overflow: hidden;
  width: 100%;
  height: 198px;
  border: 1px solid #c4c5c7;
  border-radius: 2px;
}
form input[type="file"] {
  position: fixed;
  top: -100px;
}
form .btns .btn {
  min-width: 107px;
  margin: 0 10px 0;
}
form .btns .btn:first-child {
  margin-left: 0;
}
form .btns .btn:last-child {
  margin-right: 0;
}
form .btns .btn.pull-right:first-child {
  margin-left: 10px;
  margin-right: 0;
}
form .btns .btn.pull-right:last-child {
  margin-left: 0;
  margin-right: 10px;
}
.join-us {
  margin-top: 28px;
  border: 1px solid #c5c6c8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#page-post .box {
  padding-top: 50px;
}
#page-blog .post + hr,
#page-post .post + hr {
  margin-top: 62px;
  margin-bottom: 50px;
}
form[name="subscribe"] input[name="btn_subscribe"] {
  margin-top: 10px;
}
.twitter-widget .tweet_list {
  margin: 0;
  list-style: none;
}
.twitter-widget .tweet_list > li {
  margin-top: 29px;
}
.twitter-widget .tweet_list > li:first-child {
  margin-top: 0;
}
.twitter-widget .tweet_list > li .tweet_user {
  color: #dc4545;
  text-shadow: 0 0 1px #f6d8d8;
}
.twitter-widget .tweet_list > li .tweet_text {
  color: #72787e;
}
.twitter-widget .tweet_list > li .tweet_text a {
  color: #dc4545;
  text-shadow: 0 0 1px #f6d8d8;
}
.twitter-widget .tweet_list > li .tweet_time {
  display: inline-block;
  margin-top: 10px;
}
.twitter-widget .tweet_list > li > hr {
  display: none;
}
.newsletter-widget form {
  margin-bottom: 0;
}
.newsletter-widget form input[type="text"] {
  background-color: #f3f3f3;
}
.share-buttons {
  line-height: 24px;
  padding-top: 32px;
}
.share-buttons .twitter,
.share-buttons .google,
.share-buttons .facebook {
  display: inline-block;
}
@media (max-width: 767px) {
  .share-buttons {
    padding-top: 24px;
  }
}
footer {
  background-color: white;
}
footer #widgets {
  padding-top: 20px;
  padding-bottom: 30px;
}
footer #copyright {
  background-color: #f5f5f5;
  border-top: 1px solid #d2d2d2;
  line-height: 86px;
}
footer #copyright #footer-text {
  text-align: center;
  margin: 0;
}
footer #copyright #footer-text > a {
  color: #1e2831;
  text-shadow: 0 0 1px #91959a;
}
@media (min-width: 1200px) {
  
}
@media (min-width: 980px) {
  
}
@media (max-width: 979px) {
  
}
@media (min-width: 768px) and (max-width: 979px) {
  .sf-menu > li {
    margin-left: 15px;
  }
  #for-actors {
    font-size: 11px !important;
    padding-left: 5px;
    padding-right: 5px;
  }
  #contact-bar.big-title .title {
    max-width: 50%;
  }
  #contact-bar.big-title .btn-set {
    top: 43px !important;
  }
  form .btns .btn {
    min-width: 93px;
  }
}
@media (max-width: 767px) {
  body {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  body .pull-left,
  body .pull-right {
    float: none;
  }
  body .no-center {
    text-align: left;
  }
  body .stay-left {
    float: left;
  }
  body .stay-right {
    float: right;
  }
  body .container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
  }
  body .more {
    top: 1px;
  }
  body .testimonial .post-author,
  body .comment .comment-info {
    text-align: left;
  }
  body .join-us {
    margin-top: 0;
  }
  body form .fakeinput .btn {
    margin-top: 20px;
  }
  body form .btns .btn {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  section#content .gallery .item {
    margin-top: 10px;
  }
  section#content .gallery .item:first-child {
    margin-top: 0;
  }
  section#content #blog-filter {
    top: 14px;
  }
  header #info-line #contact-bar .btn-set {
    position: static !important;
  }
  header #info-line #contact-bar.big-title .title {
    max-width: 100%;
  }
  footer #copyright .share-buttons {
    padding-bottom: 24px;
  }
}
@media (max-width: 480px) {
  
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
