@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,300);
/* line 1, _blocks/header.scss */
.header {
  position: relative;
  height: 450px;
  background: url("../images/header-bg.jpg");
  background-size: cover;
  background-position: center 41%;
}
/* line 8, _blocks/header.scss */
.header div.content-top-shadow {
  height: 63px;
  background: url("../images/content-top-shadow.png") center 0px no-repeat;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -63px;
}
/* line 17, _blocks/header.scss */
.header:after {
  content: ' ';
  background: url("../images/pattern-1.png") no-repeat right top;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

/* line 30, _blocks/header.scss */
.header-below {
  margin-top: -440px;
}

/* line 36, _blocks/header.scss */
.t3-header .head-search {
  margin-top: 3px;
}
/* line 40, _blocks/header.scss */
.t3-header > .row {
  background: rgba(0, 0, 0, 0.55);
  position: relative;
}
@media only screen and (max-width: 767px) {
  /* line 46, _blocks/header.scss */
  .t3-header .logo-image a {
    width: 100%;
  }
}
/* line 57, _blocks/header.scss */
.t3-header .Call-now {
  text-align: center;
  font-size: 18px;
  color: #aeaeae;
  font-weight: 400;
}
/* line 65, _blocks/header.scss */
.t3-header .Call-now a, .t3-header .Call-now .s24 {
  position: relative;
  background: orange;
  color: white;
  padding: 0px 10px 0 22px;
  font-size: 1.2em;
}
/* line 73, _blocks/header.scss */
.t3-header .Call-now .title {
  display: block;
}
@media only screen and (min-width: 992px) {
  /* line 73, _blocks/header.scss */
  .t3-header .Call-now .title {
    display: inline;
  }
}
/* line 80, _blocks/header.scss */
.t3-header .Call-now a {
  display: block;
}
@media only screen and (min-width: 992px) {
  /* line 80, _blocks/header.scss */
  .t3-header .Call-now a {
    display: inline;
  }
}
/* line 86, _blocks/header.scss */
.t3-header .Call-now .s24 {
  background: #999999;
  display: block;
}
@media only screen and (min-width: 992px) {
  /* line 86, _blocks/header.scss */
  .t3-header .Call-now .s24 {
    display: inline;
    margin-right: -20px;
  }
}
/* line 97, _blocks/header.scss */
.t3-header .Call-now p {
  color: #ffffff;
  font-size: 2em;
  text-transform: capitalize;
  letter-spacing: -2px;
  margin-right: 20px;
}
/* line 106, _blocks/header.scss */
.t3-header .Call-now a::before {
  content: "\f095";
  font-family: FontAwesome;
  position: absolute;
  left: 4px;
}
/* line 112, _blocks/header.scss */
.t3-header .Call-now .s24::before {
  content: "\f1cd";
  font-family: FontAwesome;
  position: absolute;
  left: 4px;
}
/* line 118, _blocks/header.scss */
.t3-header .Call-now a:hover {
  color: orange;
  background: white;
}

/* line 1, _blocks/_navbar.scss */
.container.navi {
  position: relative;
  padding: 0;
}
/* line 5, _blocks/_navbar.scss */
.container.navi .t3-mainnav {
  background-color: #f4f4f4;
}
@media only screen and (min-width: 992px) {
  /* line 5, _blocks/_navbar.scss */
  .container.navi .t3-mainnav {
    margin-top: -1px;
    border: 0;
  }
}
/* line 17, _blocks/_navbar.scss */
.container.navi .t3-mainnav .t3-navbar .navbar-nav > li {
  border-right-style: solid;
  border-right-width: 1px;
  border-left-style: solid;
  border-left-width: 1px;
  font-weight: bold;
  border-right-color: #e4e4e4;
  border-left-color: #f8f8f8;
}
/* line 26, _blocks/_navbar.scss */
.container.navi .t3-mainnav .t3-navbar .navbar-nav > li > a {
  padding-top: 20px;
  padding-bottom: 20px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* line 43, _blocks/_navbar.scss */
.container.navi .t3-mainnav .t3-navbar .navbar-nav > li > a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #79C6F4;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
/* line 64, _blocks/_navbar.scss */
.container.navi .t3-mainnav .t3-navbar .navbar-nav > li > a:hover {
  color: white;
}
/* line 67, _blocks/_navbar.scss */
.container.navi .t3-mainnav .t3-navbar .navbar-nav > li > a:hover:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
/* line 76, _blocks/_navbar.scss */
.container.navi .t3-mainnav .t3-navbar .navbar-nav > li.open > a {
  background: transparent;
}
/* line 79, _blocks/_navbar.scss */
.container.navi .t3-mainnav .t3-navbar .navbar-nav > li.open > a:hover {
  background: transparent;
}
/* line 86, _blocks/_navbar.scss */
.container.navi .t3-mainnav .t3-navbar .navbar-nav > li.active a {
  background: #79C6F4;
  color: white;
}
/* line 98, _blocks/_navbar.scss */
.container.navi div.gdl-navigation-gimmick {
  height: 9px;
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  background-color: #4b6a88;
  border-top-color: #7594a8;
  border-bottom-color: #ffffff;
}
/* line 109, _blocks/_navbar.scss */
.container.navi div.navigation-bottom-shadow {
  height: 8px;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -7px;
  background: url("../images/nav-bar-bottom-shadow.png") center center;
  background-size: cover;
  z-index: 1;
}

/* line 1, _blocks/_spotlight0.scss */
.t3-sl-0 {
  padding-top: 0;
  padding-bottom: 0;
}
/* line 5, _blocks/_spotlight0.scss */
.t3-sl-0 .t3-module {
  margin-bottom: 0;
}

/* line 3, _blocks/_spotlight1.scss */
.home .t3-sl-1 {
  background: white url(../images/bg-home-featured-topic.jpg);
  position: relative;
}
/* line 18, _blocks/_spotlight1.scss */
.home .t3-sl-1 .t3-spotlight-1 .t3-module {
  background: white;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.1);
  background-size: cover;
  background-position: center top;
  margin-bottom: 40px;
  margin-top: 0;
  overflow: hidden;
  position: relative;
}
/* line 33, _blocks/_spotlight1.scss */
.home .t3-sl-1 .t3-spotlight-1 .t3-module img {
  width: 100%;
  height:auto;
}
/* line 37, _blocks/_spotlight1.scss */
.home .t3-sl-1 .t3-spotlight-1 .t3-module .mcontent {
  margin: 30px;
}
/* line 40, _blocks/_spotlight1.scss */
.home .t3-sl-1 .t3-spotlight-1 .t3-module .mcontent a.explore {
  color: #808080;
  font-size: 14px;
  line-height: 1.75;
}
/* line 45, _blocks/_spotlight1.scss */
.home .t3-sl-1 .t3-spotlight-1 .t3-module .mcontent a.explore:after {
  content: ' ›';
}

/* line 1, _blocks/_spotlight2.scss */
.t3-sl-2 {
  background: #FAFAFA;
  border-top: 1px solid #e6e6e6;
  border-bottom: 0;
  padding-bottom: 2em;
  z-index: 11111111;
  position: relative;
}
/* line 17, _blocks/_spotlight2.scss */
.t3-sl-2 .t3-spotlight-2 > div .t3-module {
  padding: 1em;
  margin-bottom: 0;
}
/* line 21, _blocks/_spotlight2.scss */
.t3-sl-2 .t3-spotlight-2 > div .t3-module.services {
  position: relative;
  background: url(../images/window.jpg) no-repeat;
  background-size: 206px;
  background-position: -114px 0px;
  padding: 1em 0 4em 9em;
  margin-left: -15px;
  border-bottom: 1px #e6e6e6 solid;
}
@media only screen and (min-width: 992px) {
  /* line 21, _blocks/_spotlight2.scss */
  .t3-sl-2 .t3-spotlight-2 > div .t3-module.services {
    padding: 1em 0 0em 11em;
    border-bottom: 0;
  }
  /* line 34, _blocks/_spotlight2.scss */
  .t3-sl-2 .t3-spotlight-2 > div .t3-module.services:after {
    content: ' ';
    position: absolute;
    top: -60px;
    right: -25px;
    width: 1px;
    height: 155%;
    background: #e6e6e6;
  }
}
/* line 48, _blocks/_spotlight2.scss */
.t3-sl-2 .t3-spotlight-2 > div .t3-module.contact {
  text-align: center;
  padding-top: 2em;
  border-bottom: 1px #e6e6e6 solid;
}
@media only screen and (min-width: 768px) {
  /* line 48, _blocks/_spotlight2.scss */
  .t3-sl-2 .t3-spotlight-2 > div .t3-module.contact {
    border-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 58, _blocks/_spotlight2.scss */
  .t3-sl-2 .t3-spotlight-2 > div .t3-module.contact:after {
    content: ' ';
    position: absolute;
    top: 0px;
    right: 0;
    width: 1px;
    height: 115%;
    background: #e6e6e6;
  }
}
@media only screen and (min-width: 992px) {
  /* line 48, _blocks/_spotlight2.scss */
  .t3-sl-2 .t3-spotlight-2 > div .t3-module.contact {
    text-align: left;
    padding-top: 14px;
    padding-left: 3em;
  }
  /* line 75, _blocks/_spotlight2.scss */
  .t3-sl-2 .t3-spotlight-2 > div .t3-module.contact:after {
    content: ' ';
    position: absolute;
    top: -60px;
    right: -12px;
    width: 1px;
    height: 152%;
    background: #e6e6e6;
  }
}
/* line 88, _blocks/_spotlight2.scss */
.t3-sl-2 .t3-spotlight-2 > div .t3-module.latest-news {
  text-align: center;
  padding-top: 31px;
}
@media only screen and (min-width: 992px) {
  /* line 88, _blocks/_spotlight2.scss */
  .t3-sl-2 .t3-spotlight-2 > div .t3-module.latest-news {
    text-align: left;
    padding-top: 17px;
    padding-left: 3em;
  }
}
/* line 99, _blocks/_spotlight2.scss */
.t3-sl-2 .t3-spotlight-2 > div .t3-module.latest-news .module-title {
  text-align: center;
  padding-bottom: 2em;
}
@media only screen and (min-width: 992px) {
  /* line 99, _blocks/_spotlight2.scss */
  .t3-sl-2 .t3-spotlight-2 > div .t3-module.latest-news .module-title {
    text-align: left;
  }
}
/* line 110, _blocks/_spotlight2.scss */
.t3-sl-2 .t3-spotlight-2 > div .t3-module.latest-news .latestnews {
  list-style: none;
  margin-left: 0;
}
/* line 118, _blocks/_spotlight2.scss */
.t3-sl-2 .t3-spotlight-2 > div .t3-module .mtitle a {
  font-weight: bold;
  font-size: 17px;
  color: black;
}
/* line 123, _blocks/_spotlight2.scss */
.t3-sl-2 .t3-spotlight-2 > div .t3-module .mtitle a:hover {
  color: black;
}
/* line 127, _blocks/_spotlight2.scss */
.t3-sl-2 .t3-spotlight-2 > div .t3-module .mtitle a:after {
  content: ' ›';
}
/* line 134, _blocks/_spotlight2.scss */
.t3-sl-2 .t3-spotlight-2 > div .t3-module .module-title {
  font-weight: bold;
  font-size: 17px;
  color: black;
}
/* line 142, _blocks/_spotlight2.scss */
.t3-sl-2 .t3-spotlight-2 > div .t3-module h1 a {
  font-size: 33px;
  color: #E65100;
}
/* line 151, _blocks/_spotlight2.scss */
.t3-sl-2 .t3-spotlight-2 > div .t3-module a {
  color: #003399;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 1em;
  display: inline-block;
  border-bottom: 2px solid transparent;
}
/* line 160, _blocks/_spotlight2.scss */
.t3-sl-2 .t3-spotlight-2 > div .t3-module a:hover {
  border-bottom: 2px solid #003399;
  text-decoration: none;
  color: #E65100;
}
/* line 171, _blocks/_spotlight2.scss */
.t3-sl-2 .t3-spotlight-2 > div .latest-news a {
  color: black;
}

/* line 1, _blocks/_spotlight3.scss */
.t3-sl-3 {
  background: #fafafa url(../images/footer-bg.jpg);
  background-size: cover;
  background-position: center;
  z-index: 11111111;
  position: relative;
  border-top: 0;
}
/* line 11, _blocks/_spotlight3.scss */
.t3-sl-3 .t3-spotlight-3 .best-footer {
  position: relative;
  padding-left: 1em;
  padding-right: 1em;
}
/* line 16, _blocks/_spotlight3.scss */
.t3-sl-3 .t3-spotlight-3 .best-footer h2 {
  font-weight: 100;
  margin-bottom: 1em;
}
/* line 21, _blocks/_spotlight3.scss */
.t3-sl-3 .t3-spotlight-3 .best-footer .mtitle {
  font-weight: bold;
  font-size: 17px;
  color: black;
  margin-bottom: 3em;
}
/* line 28, _blocks/_spotlight3.scss */
.t3-sl-3 .t3-spotlight-3 .best-footer.t3-module:after {
  content: ' ';
  position: absolute;
  bottom: -44px;
  left: -16px;
  height: 1px;
  width: 108%;
  background: #ffffff;
}
@media only screen and (min-width: 768px) {
  /* line 28, _blocks/_spotlight3.scss */
  .t3-sl-3 .t3-spotlight-3 .best-footer.t3-module:after {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  /* line 44, _blocks/_spotlight3.scss */
  .t3-sl-3 .t3-spotlight-3 .best-footer:after {
    content: ' ';
    position: absolute;
    top: -80px;
    right: -29px;
    width: 1px;
    height: 167%;
  }
}
@media only screen and (min-width: 992px) {
  /* line 56, _blocks/_spotlight3.scss */
  .t3-sl-3 .t3-spotlight-3 .best-footer:after {
    right: -41px;
  }
}
/* line 64, _blocks/_spotlight3.scss */
.t3-sl-3 .t3-spotlight-3 .address {
  position: relative;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 2em;
}
@media only screen and (min-width: 768px) {
  /* line 64, _blocks/_spotlight3.scss */
  .t3-sl-3 .t3-spotlight-3 .address {
    padding-top: 0;
  }
}
/* line 74, _blocks/_spotlight3.scss */
.t3-sl-3 .t3-spotlight-3 .address.t3-module:before {
  content: ' ';
  position: absolute;
  top: 24px;
  left: -16px;
  background: rgba(255, 255, 255, 0.31);
  height: 115%;
  width: 115%;
}
@media only screen and (min-width: 768px) {
  /* line 74, _blocks/_spotlight3.scss */
  .t3-sl-3 .t3-spotlight-3 .address.t3-module:before {
    top: -60px;
    left: -16px;
    background: rgba(255, 255, 255, 0.31);
    height: 500%;
    width: 115%;
  }
}
@media only screen and (min-width: 992px) {
  /* line 74, _blocks/_spotlight3.scss */
  .t3-sl-3 .t3-spotlight-3 .address.t3-module:before {
    left: -4px;
  }
}
/* line 98, _blocks/_spotlight3.scss */
.t3-sl-3 .t3-spotlight-3 .address .mtitle {
  font-weight: bold;
  font-size: 17px;
  color: black;
  margin-bottom: 3em;
}
/* line 108, _blocks/_spotlight3.scss */
.t3-sl-3 .t3-spotlight-3 a.explore {
  color: #808080;
  font-size: 14px;
  line-height: 1.75;
}
/* line 113, _blocks/_spotlight3.scss */
.t3-sl-3 .t3-spotlight-3 a.explore:after {
  content: ' ›';
}

/* line 1, _blocks/_footer.scss */
.t3-footer {
  z-index: 11111111;
  position: relative;
  background: #2B2B2B;
  color: white;
}
@media only screen and (max-width: 767px) {
  /* line 1, _blocks/_footer.scss */
  .t3-footer {
    text-align: center;
  }
}
/* line 12, _blocks/_footer.scss */
.t3-footer .footer-links ul li {
  float: left;
  list-style: none;
  margin-right: 10px;
  font-size: 18px;
}
/* line 18, _blocks/_footer.scss */
.t3-footer .footer-links ul li a {
  color: white;
}

/* line 16, custom.scss */
* {
  -webkit-transition: color 200ms ease, background-color 200ms ease, border-color 200ms ease, width 200ms ease, opacity 200ms ease;
  -moz-transition: color 200ms ease, background-color 200ms ease, border-color 200ms ease, width 200ms ease, opacity 200ms ease;
  transition: color 200ms ease, background-color 200ms ease, border-color 200ms ease, width 200ms ease, opacity 200ms ease;
}

/* line 22, custom.scss */
img {
  max-width: 100%;
}

/* line 25, custom.scss */
body {
  background: #EAEAEA;
}

/* line 29, custom.scss */
body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Ubuntu', sans-serif;
}
/* line 32, custom.scss */
body *, h1 *, h2 *, h3 *, h4 *, h5 *, h6 *, .h1 *, .h2 *, .h3 *, .h4 *, .h5 *, .h6 * {
  border-color: #e9e9e9;
}

/* line 37, custom.scss */
.t3-wrapper {
  background: #E0E0E0;
}

/* line 42, custom.scss */
.t3-mainbody {
  background: white;
  position: relative;
}

/* line 47, custom.scss */
.t3-sl {
  -webkit-box-shadow: 0 9px 16px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 9px 16px rgba(0, 0, 0, 0.3);
  box-shadow: 0 9px 16px rgba(0, 0, 0, 0.3);
  background-color: #fafafa;
  overflow: hidden;
  position: relative;
}
h1, .h1 {
font-size:24px;
}
@media only screen and (min-width: 992px) {
  /* line 66, custom.scss */
  .parallax-window {
    background: transparent!important;
  }

}

@media only screen and (max-width: 480px) {


h1, .h1 {
font-size:20px;
}
.t3-header .logo-image a {
width: 50%;
}
.t3-header .Call-now a, .t3-header .Call-now .s24 {
font-size: 1.6em;
}
}

/* line 73, custom.scss */
.parallax-mirror {
  z-index: 0!important;
}

.nav > li > .separator {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #777777;
}

.formResponsive select, .formResponsive textarea, .formResponsive input[type="text"], .formResponsive input[type="password"]{
  height: auto!important;
}

#phocagallery .pg-cv-box{
  height: 275px!important;
}

#phocagallery .pagination{
  display: none;
}
.pg-cv-paginaton + div {
  opacity: 0;
}
#sbox-window{
  z-index: 999965555!important;
}

#sbox-overlay{
  z-index: 999965555!important;
  width: 100%!important;
}
.fancybox-overlay {

  z-index: 11111111;
}