.portrait-mode {
  display: none;
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
  header, footer, .main-holder, .services-holder, .logos-holder {
    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: #000000;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  background-color: #f5f7fa;
  margin: 0px;
  padding: 0px;
}

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

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

a:visited {
  color: #000000;
}

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

*:focus {
  outline: none;
}

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

h1 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 26px;
  line-height: 32px;
  color: #000000;
  text-align: left;
  font-weight: 700;
  padding: 20px 0px;
  margin: 0px;
}

h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 26px;
  line-height: 32px;
  color: #000000;
  text-align: left;
  font-weight: 700;
  margin: 0px;
  padding: 20px 0px;
}

h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  text-align: left;
  font-weight: 600;
  margin: 0px;
  padding: 20px 0px;
}

.btn-default {
  position: relative;
  background-color: #ec3234;
  border: solid 1px #ec3234;
  border-bottom: solid 4px #b31618;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  color: #ffffff;
  padding: 11px 20px 10px 20px;
  font-size: 16px;
  line-height: 16px;
}
.btn-default:hover {
  background-color: #b31618;
  border: solid 1px #b31618;
  border-bottom: solid 4px #ec3234;
  color: #ffffff;
}
.btn-default:visited, .btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus {
  background-color: #ec3234;
  border: solid 1px #ec3234;
  border-bottom: solid 4px #b31618;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  color: #ffffff;
  padding: 11px 20px 10px 20px;
  text-transform: lowercase;
  font-size: 16px;
  line-height: 16px;
}

.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: #e9eaeb;
  padding: 30px 0;
}
.header .header-top .logo {
  text-align: center;
}
.header .header-bottom {
  background-color: #dddddd;
}
.header .header-bottom.sticky {
  position: fixed;
  left: 0;
  margin: 0 0px;
  top: 0;
  width: calc(100%);
  z-index: 99900;
}
.header .header-bottom .header-phone .phone-left {
  background-color: #000000;
  display: inline-block;
  color: #ffffff;
  line-height: 20px;
  padding: 15px 0 16px;
  text-align: center;
}
.header .header-bottom .header-phone .phone-left a {
  color: #ffffff;
  line-height: 20px;
  padding: 0px;
}
.header .header-bottom .header-phone .phone-right {
  background: #ea191d url("../img/telephone.png") no-repeat 30px 15px;
  display: inline-block;
  color: #ffffff;
  text-align: right;
  padding: 0px 30px;
}
.header .header-bottom .header-phone .phone-right a {
  color: #ffffff;
  line-height: 20px;
  padding: 15px 0 16px;
  display: inline-block;
}

@media only screen and (min-width: 1024px) and (max-width: 1280px) {
  .header .header-bottom .header-phone .phone-right {
    background: #ea191d url("../img/telephone.png") no-repeat 10px 15px;
    padding: 0px 15px;
  }
  .header .header-bottom .header-phone .phone-right a {
    color: #ffffff;
    line-height: 20px;
    padding: 15px 0 16px;
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .header .header-bottom .header-phone .phone-right {
    background: #ea191d url("../img/telephone.png") no-repeat 15px 15px;
    padding: 0px 15px;
  }
}
@media only screen and (min-width: 768px) and (orientation: portrait) {
  .header .header-bottom .header-phone .phone-right {
    background: #ea191d url("../img/telephone.png") no-repeat 15px 15px;
    padding: 0px 15px;
  }
}
@media only screen and (max-width: 667px) and (orientation: portrait) {
  .header .header-bottom .header-phone .phone-right {
    background: #ea191d url("../img/telephone.png") no-repeat 20px 15px;
    padding: 0px 20px;
  }
}
.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 {
  padding: 15px 20px;
}
.navbar .navbar-collapse .nav > li > a:hover {
  background-color: #ea191d;
  color: #ffffff;
}
.navbar .navbar-collapse .nav > li > a:focus {
  background-color: #ea191d;
  color: #ffffff;
}
.navbar .navbar-collapse .nav > li.active > a {
  background-color: #ea191d;
  color: #ffffff;
}
.navbar .navbar-collapse .nav .open > a {
  background-color: #ea191d;
  color: #ffffff;
}
.navbar .navbar-collapse .nav .dropdown-menu {
  background-color: #ea191d;
  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: #ffffff;
}
.navbar .navbar-collapse .nav .dropdown-menu > li > a:focus {
  background-color: #000000;
  color: #ffffff;
}
.navbar .navbar-toggle .icon-bar {
  background-color: #ec3234;
}

@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: #000000;
}
.footer .footer-block {
  background-color: #000000;
  padding: 15px 0;
  text-align: center;
}
.footer ul.footer-address {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.footer ul.footer-address li {
  display: inline-block;
  color: #ffffff;
  margin: 0px;
  padding: 0px;
}
.footer ul.footer-address li:after {
  content: '-';
  margin: 0 20px;
}
.footer ul.footer-address li a {
  color: #ffffff;
}
.footer ul.footer-address li:last-of-type:after {
  display: none;
}
.footer .footer-links {
  background-color: #dddddd;
  padding: 15px 0;
}
.footer .footer-links .footer-links-block {
  text-align: right;
}
.footer .footer-links .footer-links-block ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.footer .footer-links .footer-links-block ul li {
  display: inline-block;
  color: #000000;
  margin: 0px;
  padding: 0px;
}
.footer .footer-links .footer-links-block ul li:after {
  content: '|';
  margin: 0 20px;
}
.footer .footer-links .footer-links-block ul li a {
  color: #000000;
}
.footer .footer-links .footer-links-block ul li:last-of-type {
  margin-right: 0px;
}
.footer .footer-links .footer-links-block ul li:last-of-type:after {
  display: none;
}

.home-banner {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}

.home-widget {
  background-color: #ffd130;
  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%;
}

.services-holder {
  background: transparent url("../img/service-back.png") repeat-x left bottom;
  min-height: 200px;
}
.services-holder .service-item1 .service-title {
  background: #ec3234 url("../img/color1-moon.png") no-repeat right 0;
  height: 46px;
}
.services-holder .service-item1 .glyphicon {
  color: #ec3234;
}
.services-holder .service-item2 .service-title {
  background: #f58634 url("../img/color2-moon.png") no-repeat right 0;
  height: 46px;
}
.services-holder .service-item2 .glyphicon {
  color: #f58634;
}
.services-holder .service-item3 .service-title {
  background: #ffd130 url("../img/color3-moon.png") no-repeat right 0;
  height: 46px;
}
.services-holder .service-item3 .glyphicon {
  color: #ffd130;
}
.services-holder .service-item {
  background-color: #ffffff;
  padding: 30px 30px 30px 0;
}
.services-holder .service-item .service-title {
  padding: 10px 30px 0px;
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
  font-style: italic;
}
.services-holder .service-opening {
  margin: 0px 30px;
  padding: 20px 0;
  border-bottom: solid 1px #e9eaeb;
  line-height: 14px;
}
.services-holder .service-opening .service-open-time {
  color: #77cc6d;
}
.services-holder .service-opening .service-closed-time {
  color: #ea191d;
}
.services-holder .service-opening .service-times a {
  font-size: 10px;
  line-height: 10px;
  text-decoration: underline;
}
.services-holder .service-list {
  margin: 0px 30px;
}
.services-holder .service-list ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.services-holder .service-list ul li {
  padding: 4px 0;
}
.services-holder .service-list ul li .service-list-title {
  margin-left: 25px;
}
.services-holder .service-list ul li .glyphicon {
  font-size: 11px;
  float: left;
  display: block;
  width: 15px;
  padding-top: 7px;
}
.services-holder .service-button {
  margin: 20px 30px 0px 30px;
}

.appointment {
  min-height: 1220px;
}

.logos-holder {
  background-color: #ffd130;
  min-height: 200px;
}
.logos-holder .logos-block {
  margin: 30px -15px 0px;
  padding: 0px;
}
.logos-holder .logos-block .logos .logos-table {
  background-color: #ffffff;
  display: table;
  height: 180px;
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
}
.logos-holder .logos-block .logos .logos-table .logos-row {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  margin: 0 10px;
  padding: 0 10px;
}
.logos-holder .logos-block .logos .logos-table .logos-row img {
  display: inline-block;
}

@media only screen and (min-width: 1024px) {
  .home-widget {
    background-color: #ffd130;
    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 (min-width: 1024px) and (max-width: 1280px) {
  .home-widget .home-widget-title .widget-title {
    font-size: 30px;
    line-height: 40px;
  }

  .logos-holder {
    background-color: #ffd130;
    min-height: 200px;
  }
  .logos-holder .logos-block {
    margin: 30px -15px 0px;
    padding: 0px;
  }
  .logos-holder .logos-block .logos .logos-table {
    background-color: #ffffff;
    display: table;
    height: 180px;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
  }
  .logos-holder .logos-block .logos .logos-table .logos-row {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    margin: 0 10px;
    padding: 0 10px;
  }
  .logos-holder .logos-block .logos .logos-table .logos-row img {
    display: inline-block;
    max-width: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .home-widget .home-widget-title {
    padding: 15px;
    height: 100%;
  }
  .home-widget .home-widget-title .widget-title {
    font-size: 40px;
    line-height: 42px;
  }
}
@media only screen and (min-width: 768px) and (orientation: portrait) {
  .home-widget .home-widget-title {
    padding: 15px;
    height: 100%;
  }
  .home-widget .home-widget-title .widget-title {
    font-size: 30px;
    line-height: 34px;
  }

  .services-holder .service-item {
    background-color: #ffffff;
    padding: 15px 0px 15px 0;
  }
  .services-holder .service-opening {
    margin: 0px 15px;
  }
  .services-holder .service-list {
    margin: 0px 15px;
  }
  .services-holder .service-button {
    margin: 20px 15px 0px 15px;
  }
}
@media only screen and (max-width: 667px) and (orientation: portrait) {
  .home-widget .home-widget-title {
    padding: 15px;
    height: 100%;
  }
  .home-widget .home-widget-title .widget-title {
    font-size: 30px;
    line-height: 34px;
  }

  .service-block .service-item-block {
    margin-bottom: 15px;
  }

  .appointment {
    min-height: 2400px;
  }
}
.page-image-holder {
  min-height: 80px;
}
.page-image-holder .page-image {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}

.content {
  margin-top: -80px;
  background-color: #ffffff;
  padding: 30px 100px;
}

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

.content-image {
  padding: 0px 50px;
  background-color: #ffffff;
}
.content-image .content-image-holder {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}

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

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

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

  .content-image {
    padding: 0px 0px;
  }
}
.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;
}

.service-block-holder .service-block-back {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f7fa));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #ffffff 50%, #f5f7fa 50%);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #ffffff 50%, #f5f7fa 50%);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #ffffff 50%, #f5f7fa 50%);
  /* IE10 */
  background-image: -o-linear-gradient(top, #ffffff 50%, #f5f7fa 50%);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #ffffff 50%, #f5f7fa 50%);
  min-height: 100px;
  clear: both;
}
.service-block-holder .service-block {
  padding: 20px 30px;
  color: #ffffff;
  min-height: 167px;
  margin-bottom: 30px;
}
.service-block-holder .service-block h2 {
  color: #ffffff;
  margin: 0px;
  padding: 0px;
}
.service-block-holder .service-block p {
  color: #ffffff;
}
.service-block-holder .service-block p em {
  font-size: 10px;
  font-style: normal;
}
.service-block-holder .service-block1 {
  background-color: #ec3234;
}
.service-block-holder .service-block2 {
  background-color: #f58634;
}
.service-block-holder .service-block3 {
  background-color: #ffd130;
}

.google-view {
  background-color: #ffd130;
}
.google-view .view-frame {
  padding-left: 0px;
}
.google-view .view-text {
  color: #ffffff;
  font-size: 62px;
  line-height: 70px;
  font-weight: 700;
  position: relative;
  padding: 30px 30px;
}
.google-view .view-arrow {
  position: absolute;
  width: 100px;
  height: 50px;
  bottom: -20px;
  left: 40px;
  z-index: 400;
}

.form-holder {
  background-color: #ffffff;
  padding: 30px 100px;
  text-align: center;
}
.form-holder h2 {
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
}
.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: #f5f7fa;
  border-bottom: solid 2px #ffffff;
}
.form-holder .form-horizontal .form-group .form-control {
  background-color: #f5f7fa;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: solid 1px #f5f7fa;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
}
.form-holder .form-horizontal .form-group textarea {
  background-color: #f5f7fa;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: solid 1px #f5f7fa;
  -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 (max-width: 1024px) and (orientation: landscape) {
  .service-block-holder .service-block {
    padding: 20px 20px;
  }

  .google-view .view-text {
    color: #ffffff;
    font-size: 44px;
    line-height: 50px;
    font-weight: 700;
    position: relative;
    padding: 20px 20px;
  }
  .google-view .view-arrow {
    position: absolute;
    width: 100px;
    height: 50px;
    bottom: -40px;
    left: 20px;
    z-index: 400;
  }
}
@media only screen and (min-width: 768px) and (orientation: portrait) {
  .service-block-holder .service-block {
    padding: 20px 20px;
    min-height: 220px;
  }

  .google-view .view-frame {
    padding-right: 0px;
  }
  .google-view .view-arrow {
    display: none;
  }

  .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;
  }

  .google-view .view-frame {
    padding-right: 0px;
  }
  .google-view .view-text {
    color: #ffffff;
    font-size: 44px;
    line-height: 50px;
    font-weight: 700;
    position: relative;
    padding: 20px 20px;
  }
  .google-view .view-arrow {
    display: none;
  }

  .form-holder {
    background-color: #ffffff;
    padding: 30px 15px;
    text-align: center;
  }
}

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