.portrait-mode {
  display: none;
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
  header, footer, .main-holder, .home-holder, .more-holder, .blocks-holder, .home-projects {
    display: none;
  }

  .portrait-mode {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: table;
    background: transparent;
    background-position: center center;
    text-align: center;
  }
  .portrait-mode .portrait-text {
    height: 100%;
    width: 100%;
    display: table-cell;
    color: #000000;
    text-align: center;
    vertical-align: middle;
  }
  .portrait-mode .portrait-text img {
    width: 400px;
    margin: auto auto;
  }
  .portrait-mode .portrait-text p {
    color: #000000;
    font-size: 30px;
    line-height: 38px;
    padding: 20px 40px;
    font-family: "Source Sans Pro", sans-serif;
  }
}
body {
  color: #474645;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  background-color: #eeedee;
  margin: 0px;
  padding: 0px;
}

p, a, li {
  color: #474645;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

a, a:hover {
  color: #474645;
}

a:visited {
  color: #474645;
}

a:focus {
  color: #474645;
  outline: none;
}

*:focus {
  outline: none;
}

.form-control:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

h1 {
  padding: 0px 0 10px 0;
  margin: 0;
  text-align: center;
  font-size: 30px;
  line-height: 30px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 200;
}

h2 {
  padding: 0px 0 10px 0;
  margin: 0;
  text-align: center;
  font-size: 30px;
  line-height: 30px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 200;
}

h3 {
  padding: 0px 0 10px 0;
  margin: 0;
  text-align: center;
  font-size: 24px;
  line-height: 24px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
}

.btn-default {
  position: relative;
  background-color: #ffa900;
  border: solid 1px #ffa900;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  color: #ffffff;
  padding: 15px 40px;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  line-height: 11px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.btn-default:visited, .btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus {
  background-color: #ffa900;
  border: solid 1px #ffa900;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  color: #ffffff;
  padding: 15px 40px;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 11px;
}
.btn-default:hover {
  background-color: #efc166;
  border: solid 1px #efc166;
  color: #ffffff;
}

.btn-primary {
  position: relative;
  background-color: #353535;
  border: solid 1px #353535;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  color: #ffffff;
  padding: 15px 40px;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  line-height: 11px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.btn-primary:visited, .btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus {
  background-color: #353535;
  border: solid 1px #353535;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  color: #ffffff;
  padding: 15px 40px;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 11px;
}
.btn-primary:hover {
  background-color: #727272;
  border: solid 1px #727272;
  color: #ffffff;
}

.bull {
  text-align: center;
  padding: 0px 0;
}
.bull .bull1 {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #e72a33;
}

.button-holder {
  position: absolute;
  right: 40px;
  bottom: 40px;
  z-index: 100;
}

.main-block {
  padding: 30px 0;
}

@media only screen and (min-width: 768px) and (orientation: portrait) {
  .button-holder {
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 100;
  }
}
@media only screen and (max-width: 667px) and (orientation: portrait) {
  .button-holder {
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 100;
  }
}
.header .header-top {
  background-color: #eeedee;
  padding: 30px 0;
}
.header .header-top .logo {
  text-align: center;
}
.header .header-bottom {
  background-color: #353535;
}
.header .header-bottom.sticky {
  position: fixed;
  left: 0;
  margin: 0 0px;
  top: 0;
  width: calc(100%);
  z-index: 99900;
}

.navbar {
  margin-bottom: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.navbar .navbar-collapse {
  padding: 0px;
}
.navbar .navbar-collapse .nav > li > a {
  font-size: 18px;
  font-weight: 300;
  padding: 15px 22px;
  color: #ffffff;
}
.navbar .navbar-collapse .nav > li > a:hover {
  background-color: #353535;
  color: #e72a33;
}
.navbar .navbar-collapse .nav > li > a:focus {
  background-color: #353535;
  color: #e72a33;
}
.navbar .navbar-collapse .nav > li.active > a {
  background-color: #353535;
  color: #e72a33;
}
.navbar .navbar-collapse .nav .open > a {
  background-color: #353535;
  color: #ffffff;
}
.navbar .navbar-collapse .nav .dropdown-menu {
  background-color: #353535;
  border: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.navbar .navbar-collapse .nav .dropdown-menu > li > a {
  color: #ffffff;
}
.navbar .navbar-collapse .nav .dropdown-menu > li > a:hover {
  background-color: #000000;
  color: #e72a33;
}
.navbar .navbar-collapse .nav .dropdown-menu > li > a:focus {
  background-color: #000000;
  color: #ffffff;
}
.navbar .navbar-toggle .icon-bar {
  background-color: #e72a33;
}

@media only screen and (min-width: 768px) and (orientation: portrait) {
  .header-navigation {
    padding-right: 0px;
  }

  .navbar .navbar-collapse .nav > li > a {
    padding: 15px 8px;
    font-size: 15px;
  }
}
.footer {
  background-color: #353535;
  padding: 30px 0;
  text-align: left;
}
.footer .footer-line {
  border-top: solid 1px #727272;
  margin: 0px 15px;
}
.footer h3 {
  color: #e72a33;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  padding: 0px;
  margin: 20px 0 10px 0;
}
.footer .footer-sitemap ul.footer-nav {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.footer .footer-sitemap ul.footer-nav li {
  color: #ffffff;
  margin: 0px;
  padding: 0px;
}
.footer .footer-sitemap ul.footer-nav li a {
  color: #ffffff;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}
.footer .footer-address ul.footer-address-items {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.footer .footer-address ul.footer-address-items li {
  color: #ffffff;
  margin: 0px;
  padding: 0px;
  font-weight: 300;
}
.footer .footer-address ul.footer-address-items li a {
  color: #ffffff;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}
.footer .footer-address ul.footer-address-items li.mailto {
  margin-top: 20px;
}
.footer .footer-timetable {
  color: #ffffff;
}
.footer .footer-timetable p {
  color: #ffffff;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}
.footer .footer-timetable a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}
.footer .footer-timetable a:hover {
  color: #e72a33;
  text-decoration: underline;
}

.home-holder {
  text-align: center;
  padding: 40px 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50,eeedee+51,eeedee+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #eeedee 50%, #eeedee 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 50%, #eeedee 50%, #eeedee 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #eeedee 50%, #eeedee 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeedee',GradientType=0 );
  /* IE6-9 */
}
.home-holder .home-block {
  text-align: center;
}
.home-holder .home-block .home-banner {
  text-align: center;
  position: relative;
}
.home-holder .home-block .home-banner .home-banner-text {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 100;
}
.home-holder .home-block .home-banner .home-banner-text .home-banner-table {
  display: table;
  width: 100%;
  height: 100%;
}
.home-holder .home-block .home-banner .home-banner-text .home-banner-table .home-banner-row {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}
.home-holder .home-block .home-banner .home-banner-text h1.home-banner-title {
  font-size: 60px;
  line-height: 60px;
  color: #ffffff;
  font-weight: 600;
  margin: 0px;
  padding: 0px;
  text-align: center;
}
.home-holder .home-block .home-banner .home-banner-text .home-banner-subtitle {
  font-size: 18px;
  line-height: 60px;
  color: #ffffff;
  font-weight: 600;
  margin: 0px;
  padding: 0px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.home-holder .home-block .home-banner .home-banner-text .home-button-holder {
  text-align: center;
}
.home-holder .home-block .home-banner .home-banner-image {
  max-width: 100%;
  height: auto;
}

.more-holder {
  background-color: #eeedee;
}
.more-holder .more-block {
  padding-bottom: 40px;
  text-align: center;
}
.more-holder .more-block p {
  text-align: center;
  padding: 0px;
  margin: 0px;
}
.more-holder .more-block p.more1 {
  font-family: "Montserrat", sans-serif;
  color: #95999d;
  font-size: 12px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.more-holder .more-block p.more2 {
  font-family: "Source Sans Pro", sans-serif;
  color: #353535;
  font-size: 30px;
  font-weight: 200;
  line-height: 30px;
  text-transform: uppercase;
}
.more-holder .more-block p.more3 {
  font-family: "Source Sans Pro", sans-serif;
  color: #353535;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 20px;
}
.more-holder .more-block .bull {
  text-align: center;
  padding: 20px 0;
}
.more-holder .more-block .bull .bull1 {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #e72a33;
}

.blocks-holder {
  background-color: #f6f6f7;
  padding: 70px 0 10px 0;
  text-align: center;
}
.blocks-holder .block-item {
  text-align: center;
  padding-bottom: 20px;
}
.blocks-holder .block-item .block-header {
  font-family: "Montserrat", sans-serif;
  color: #95999d;
  font-size: 12px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.blocks-holder .block-item h2 {
  font-family: "Source Sans Pro", sans-serif;
  color: #353535;
  font-size: 60px;
  font-weight: 200;
  line-height: 60px;
  margin: 0px;
  padding: 0px;
  text-align: center;
}
.blocks-holder .block-item .block-icon {
  padding: 20px 0;
  text-align: center;
}
.blocks-holder .block-item p.block-text {
  font-family: "Source Sans Pro", sans-serif;
  color: #353535;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 20px;
}
.blocks-holder .block-item .block-button {
  text-align: center;
}

.home-projects {
  background-color: #ffa900;
}
.home-projects .home-projects-top img {
  width: 100%;
  height: auto;
}
.home-projects .home-projects-holder .home-projects-item {
  text-align: center;
  padding-bottom: 20px;
}
.home-projects .home-projects-holder .home-projects-item .home-projects-header {
  text-align: left;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.home-projects .home-projects-holder .home-projects-item h2 {
  text-align: left;
  font-family: "Source Sans Pro", sans-serif;
  color: #353535;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  margin: 0px;
  padding: 0px;
}
.home-projects .home-projects-holder .home-projects-item .home-projects-image {
  margin: 20px 0;
  text-align: center;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.home-projects .home-projects-holder .home-projects-item .home-projects-button {
  text-align: center;
}

@media only screen and (min-width: 1024px) {
  .home-widget {
    background-color: #353535;
    position: relative;
    height: 328px;
  }
  .home-widget .home-widget-title {
    padding: 30px;
    height: 100%;
  }
  .home-widget .home-widget-title .widget-title {
    font-size: 63px;
    line-height: 62px;
    color: #ffffff;
    font-weight: 700;
    padding: 0px;
    margin: 0px;
    width: 100%;
  }
}
@media only screen and (max-width: 667px) and (orientation: portrait) {
  .home-holder {
    text-align: center;
    padding: 20px 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50,eeedee+51,eeedee+100 */
    background-color: #ffffff;
    /* Old browsers */
  }
  .home-holder .home-block {
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
  }
  .home-holder .home-block .home-banner .home-banner-text h1.home-banner-title {
    font-size: 30px;
    line-height: 30px;
  }
  .home-holder .home-block .home-banner .home-banner-text .home-banner-subtitle {
    font-size: 15px;
    line-height: 60px;
  }

  .home-projects {
    background-color: #ffa900;
  }
  .home-projects .home-projects-top {
    display: none;
  }
}
.page-image-holder {
  min-height: 80px;
}
.page-image-holder .page-image {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}

.content-more {
  background-color: #ffffff;
  padding: 30px 100px;
}

.content-image {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  margin-top: 0px;
}

.content-image-normal {
  margin-top: 0px;
}

.content-holder {
  background-color: #ffffff;
}

.content-content {
  padding: 0px 30px 0 30px;
}
.content-content h1, .content-content h2 {
  padding: 0px 0 10px 0;
  margin: 0;
  text-align: center;
  font-size: 30px;
  line-height: 30px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 200;
}
.content-content h3, .content-content h4, .content-content h5, .content-content h6 {
  padding: 0px 0 20px 0;
  margin: 0;
  text-align: center;
}
.content-content p {
  margin: 0;
  padding: 10px 0 0 0;
  text-align: center;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

.content-holder-1 {
  padding-top: 30px;
  background-color: #eeedee;
}

.content-holder-2 {
  padding-top: 30px;
}

.image-block-small {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}

.base-content .base-title {
  display: table;
  height: 100%;
}
.base-content .base-title h1 {
  margin: 0px 0;
  padding: 0px;
  font-size: 34px;
  font-weight: 400;
  line-height: 38px;
  color: #000000;
  letter-spacing: 0.2px;
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}

.base-content-holder {
  background-color: #ffffff;
}

.main-content {
  background-color: #ffffff;
  min-height: 300px;
  padding-right: 0px;
  padding-bottom: 30px;
}
.main-content h1 {
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
  color: #000000;
  letter-spacing: 0.2px;
}

.content4 {
  margin: 30px 0;
  text-align: center;
}
.content4 .content-widget-block {
  padding: 30px;
}
.content4 .content-widget-block .widget-title {
  font-size: 34px;
  font-weight: 400;
  line-height: 38px;
  color: #e72a33;
  letter-spacing: 0.2px;
  margin-bottom: 20px;
  text-shadow: 3px 3px 5px white;
}

.content1, .content2, .content3, .content4, .content5, .content6 {
  padding-bottom: 30px;
}

.widget-sidebar {
  margin-bottom: 100px;
  background: #f7f6f7;
  background: -moz-linear-gradient(top, #f7f6f7 0%, white 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #f7f6f7), color-stop(100%, white));
  background: -webkit-linear-gradient(top, #f7f6f7 0%, white 100%);
  background: -o-linear-gradient(top, #f7f6f7 0%, white 100%);
  background: -ms-linear-gradient(top, #f7f6f7 0%, white 100%);
  background: linear-gradient(to bottom, #f7f6f7 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f6f7', endColorstr='#ffffff', GradientType=0 );
  padding-left: 30px;
}

@media only screen and (max-width: 667px) and (orientation: portrait) {
  .content-more {
    background-color: #ffffff;
    padding: 30px 30px;
  }

  .content-image {
    padding: 30px 0px 30px 0px;
  }

  .content-image-normal {
    padding: 30px 0px 30px 0px;
  }
}
.contact-holder {
  background-color: #ffffff;
  padding-bottom: 30px;
}

.contact {
  margin-top: -80px;
  background-color: #ffffff;
  padding: 30px 100px;
  text-align: center;
}
.contact h1 {
  text-align: center;
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
}

.form-holder {
  background-color: #ffffff;
  text-align: center;
  padding-top: 30px;
}
.form-holder .form-horizontal {
  text-align: left;
}
.form-holder .form-horizontal ::-webkit-input-placeholder {
  color: #000000;
  font-style: italic;
  opacity: 1 !important;
}
.form-holder .form-horizontal :-moz-placeholder {
  color: #000000;
  font-style: italic;
  opacity: 1 !important;
}
.form-holder .form-horizontal ::-moz-placeholder {
  color: #000000;
  font-style: italic;
  opacity: 1 !important;
}
.form-holder .form-horizontal :-ms-input-placeholder {
  color: #000000;
  font-style: italic;
  opacity: 1 !important;
}
.form-holder .form-horizontal .form-group {
  margin: 0px;
  background-color: #eeedee;
  border-bottom: solid 2px #ffffff;
}
.form-holder .form-horizontal .form-group .form-control {
  background-color: #eeedee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: solid 1px #eeedee;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
}
.form-holder .form-horizontal .form-group textarea {
  background-color: #eeedee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: solid 1px #eeedee;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
}
.form-holder .form-horizontal .form-group .textarea-title {
  font-size: 16px;
  font-style: italic;
  text-align: left;
  padding: 6px 12px;
}
.form-holder .form-horizontal .form-button-group {
  text-align: right;
  margin: 20px 0;
}

@media only screen and (min-width: 768px) and (orientation: portrait) {
  .form-holder {
    background-color: #ffffff;
    padding: 30px 30px;
    text-align: center;
  }
}
@media only screen and (max-width: 667px) and (orientation: portrait) {
  .contact {
    margin-top: 0px;
  }

  .form-holder {
    background-color: #ffffff;
    padding: 30px 15px;
    text-align: center;
  }
}
.project-overview {
  background-color: #ffffff;
  padding-top: 30px;
}
.project-overview .project-overview-title {
  padding: 0px 0 10px 0;
  margin: 0;
  text-align: center;
  font-size: 30px;
  line-height: 30px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 200;
}
.project-overview .gallery-block {
  border-top: solid 1px #353535;
}
.project-overview .gallery-block h2 {
  text-align: center;
  margin: 20px 0px 0 0;
  padding: 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  color: #474645;
}
.project-overview .gallery-block h3 {
  text-align: center;
  text-align: center;
  margin: 0px;
  padding: 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  color: #ffa900;
}

.gallery-holder {
  background-color: #ffffff;
  padding: 40px 0px 20px;
}
.gallery-holder .gallery-item {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  margin-top: 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  position: relative;
}
.gallery-holder .gallery-item .gallery-over {
  position: absolute;
  width: calc(100% - 120px);
  height: calc(100% - 120px);
  z-index: 444;
  left: 74px;
  top: 35px;
  display: none;
  text-align: center;
}
.gallery-holder .gallery-item .gallery-over a {
  text-decoration: none;
  color: #ffffff;
}
.gallery-holder .gallery-item .gallery-over .gallery-over-block {
  width: 0;
  height: 0;
  border: 70px solid transparent;
  border-bottom-color: #ffa900;
  position: relative;
  top: -70px;
}
.gallery-holder .gallery-item .gallery-over .gallery-over-block:after {
  content: '';
  position: absolute;
  left: -70px;
  top: 70px;
  width: 0;
  height: 0;
  border: 70px solid transparent;
  border-top-color: #ffa900;
}
.gallery-holder .gallery-item .gallery-over .gallery-over-block .glyphicons {
  font-size: 30px;
  top: 55px;
  z-index: 1000;
  left: -14px;
}
.gallery-holder .gallery-item:hover .gallery-over {
  display: block;
  cursor: pointer;
}

/*# sourceMappingURL=all.css.map */
