@-ms-viewport {
  width: device-width; }
.opacity0 {
  opacity: 0; }

.collapsed {
  display: none; }

.fullHeight {
  height: 100%;
  max-height: 100%; }

.img_hgt img {
  height: 100%;
  width: auto; }

.white_trans {
  background: url("white70.png"); }

.whiteTrans80 {
  background: url("white80.png"); }

/* ============================================================
  SECTIONS
============================================================ */
.module1 {
  height: 100%;
  z-index: 2; }

.module {
  height: 500px;
  z-index: 2; }

section {
  height: 40%; }

section.module.parallax {
  background-position: 50% 50px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover; }

body {
  height: 100%;
  min-height: 100%;
  min-width: 100%; }

#home {
  background-color: #000; }

#company_name {
  font-family: 'Roboto Slab', serif;
  font-size: 30px;
  font-weight: 300; }

#outerWrapper {
  width: 100%;
  min-height: 100%;
  min-width: 100%; }

#innerWrapper {
  position: relative; }

#contentUiView {
  height: 100%; }

#indexView {
  width: 100%;
  height: 100%;
  position: relative; }

#home_content {
  z-index: 2;
  position: relative; }

#topPanelBackground {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url("../images/ross/19681043fixed-min.jpg");
  background-size: cover;
  opacity: 1;
  -webkit-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -o-transition: opacity 1s ease-out;
  -ms-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out; }

#topPanelBackground.opacityLight {
  opacity: .5; }

#topPanelOuter {
  height: 30%;
  -webkit-transition: opacity 1s ease-in;
  -moz-transition: opacity 1s ease-in;
  -o-transition: opacity 1s ease-in;
  -ms-transition: opacity 1s ease-in;
  transition: opacity 1s ease-in;
  color: #fff; }

#topPanelOuter.opacity1 {
  opacity: 1; }

#topPanelInner {
  width: 75%; }

#homeTitleSub {
  height: 100%;
  color: #fff;
  font-family: 'Roboto Slab', serif;
  font-size: 65px;
  font-weight: 300; }

#homeTitleSub3 {
  color: #ffffff; }

#videoRow {
  height: 40%; }

#videoRowInner {
  height: 100%; }

.videoBox {
  outline: 0;
  background-color: yellow;
  height: 100%;
  width: auto; }

#scrollDownArrow {
  height: 30%;
  padding-top: 40px; }

#scrollDownArrow img {
  outline: 0; }

#previousVideo {
  padding-right: 35px; }

#nextVideo {
  padding-left: 35px; }

.arrow {
  width: 55px;
  height: auto;
  vertical-align: bottom;
  outline: 0; }

.videoControl {
  color: #fff;
  font-family: 'Roboto Slab', serif;
  font-size: 24px;
  font-weight: 300;
  outline: 0; }

.videoControl :active {
  outline: 0; }

#previousVideo.inactive {
  opacity: 0.3; }

#nextVideo.inactive {
  opacity: 0.3; }

#panelContainer {
  position: relative;
  width: 60%;
  z-index: 20; }

.panelPlaceHolder {
  z-index: 0;
  position: relative;
  float: left;
  width: 50%; }

#galleryPanel {
  top: 0;
  left: 0; }

#servicesPanel {
  top: 0;
  right: 0; }

#aboutUsPanel {
  bottom: 0;
  left: 0; }

#contactPanel {
  bottom: 0;
  right: 0; }

#contact_form {
  background-color: #fff; }

.formDialog .hint {
  position: absolute;
  left: 2px;
  right: auto;
  bottom: 7px;
  /* Copy styles from ng-messages */
  font-size: 12px;
  line-height: 14px;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  /* Set our own color */
  color: grey; }

.eventDate {
  width: 60%;
  float: left; }

.eventDatePicker button {
  margin-left: 0 !important;
  padding-left: 0 !important; }

.removeDate {
  position: relative;
  bottom: 12px; }

.eventType {
  margin-top: 36px !important; }

#eventDates {
  margin-top: 30px;
  margin-bottom: 20px; }

.formDialog fieldset {
  border-color: rgba(0, 0, 0, 0.25);
  border-width: 1px;
  color: rgba(0, 0, 0, 0.7); }

.serviceRequired {
  color: rgba(0, 0, 0, 0.6); }

md-checkbox.md-checked.blue .md-icon {
  background-color: #3f51b5; }

.noMarginBot {
  margin-bottom: 0 !important; }

.noMarginTopBot {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

figure {
  position: absolute;
  z-index: 25;
  overflow: hidden;
  width: 50%;
  text-align: center;
  margin: 0;
  transition: all 0.35s ease-in 0.35s;
  transition-delay: 0s; }

.figureContent {
  z-index: 10; }

.navPanel.darkPanel {
  color: white; }

.navPanel.lightPanel {
  color: black; }

.navPanel.darkPanel,
.navPanel.lightPanel .zoomTitle::after {
  background-color: black; }

.navPanel.lightPanel,
.navPanel.darkPanel .zoomTitle::after {
  background-color: white; }

.navPanel img {
  position: relative;
  width: 100%;
  height: auto;
  vertical-align: bottom;
  display: block;
  transition: all 0.35s ease-in 0.35s;
  transition-delay: 0s;
  backface-visibility: hidden; }

.navPanel.darkPanel img {
  opacity: 0.5; }

.navPanel.lightPanel img {
  opacity: 1; }

.navPanel.darkPanel:hover img {
  opacity: 0.3;
  transition: all 0.35s ease-in-out 0.35s;
  transition-delay: 0s; }

.navPanel.lightPanel:hover img {
  opacity: 0.4;
  transition: all 0.35s ease-in-out 0.35s;
  transition-delay: 0s; }

.navPanel.darkPanel.panelSelected img {
  opacity: 0.2; }

.navPanel.lightPanel.panelSelected img {
  opacity: 0.4; }

.navPanel::before,
.navPanel::after {
  pointer-events: none; }

.navPanel figcaption,
.navPanel figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.navPanel figcaption > a {
  z-index: 20;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0; }

.navPanel figcaption {
  text-align: right; }

.navPanel .zoomTitle {
  position: absolute;
  line-height: 150%;
  top: 15%;
  left: 8%;
  right: 8%;
  font-size: 35px;
  text-align: right;
  transition: all 0.35s ease-in 0.35s;
  transition-delay: 0s; }

.navPanel .zoomTitle span {
  padding-right: 20px; }

.navPanel .zoomSubTitle {
  position: absolute;
  bottom: 0;
  left: 20%;
  right: 20%;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  padding: 10px;
  opacity: 0;
  transition: all 0.35s ease-in 0.35s;
  transition-delay: 0s; }

.navPanel .zoomTitle::after {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 3px;
  content: '';
  opacity: 0;
  transition: all 0.35s ease-in-out 0.35s;
  transition-delay: 0s; }

.navPanel:hover .zoomTitle {
  top: 8%;
  transition: all 0.35s ease-in-out 0.35s;
  transition-delay: 0s; }

.navPanel:hover .zoomTitle::after {
  opacity: 1;
  transition: all 0.35s ease-in-out 0.35s;
  bottom: 0;
  transition-delay: 0s; }

.navPanel:hover .zoomSubTitle {
  bottom: 7%;
  opacity: 1;
  transition: all 0.35s ease-in-out 0.35s;
  transition-delay: 0s; }

.navPanel.panelSelected {
  cursor: default;
  width: 100%;
  transition: all 0.35s ease-in-out 0.35s;
  transition-delay: 0s; }

.navPanel.panelSelected .zoomTitle {
  top: 5%;
  font-size: 40px; }

.navPanel.panelSelected .zoomTitle::after {
  opacity: 1;
  bottom: 0; }

.navPanel.panelSelected:hover .zoomSubTitle {
  bottom: 0;
  opacity: 0; }

#gallery {
  position: absolute;
  top: 20%;
  left: 8%;
  width: 84%;
  height: 70%; }

#services {
  position: absolute;
  top: 20%;
  left: 8%;
  width: 84%;
  height: 70%; }

#aboutUs {
  position: absolute;
  top: 20%;
  left: 8%;
  width: 84%;
  height: 70%; }

#contact {
  position: absolute;
  top: 20%;
  left: 8%;
  width: 84%;
  height: 70%; }

.panelClose {
  position: absolute;
  top: 3%;
  right: 3%;
  transition: all 0.35s ease-in 0.35s;
  transition-delay: 0s; }

.material-icons.md-36 {
  font-size: 36px; }

.material-icons.md-42 {
  font-size: 42px; }

.material-icons.md-48 {
  font-size: 48px; }

.material-icons.md-dark {
  color: rgba(0, 0, 0, 0.8); }

.material-icons.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26); }

.material-icons.md-light {
  color: white; }

.material-icons.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3); }

.loadIconOuter {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 70%; }

.loadIconInner {
  height: 100%;
  width: 100%; }

.loader {
  height: 50%;
  width: 40%;
  border-radius: 5px; }

.cssload-container {
  width: 100%;
  height: 49px;
  text-align: center; }

.cssload-zenith {
  width: 49px;
  height: 49px;
  margin: 0 auto;
  border-radius: 50%;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  box-shadow: 3px 3px 1px black;
  animation: cssload-spin 690ms infinite linear;
  -o-animation: cssload-spin 690ms infinite linear;
  -ms-animation: cssload-spin 690ms infinite linear;
  -webkit-animation: cssload-spin 690ms infinite linear;
  -moz-animation: cssload-spin 690ms infinite linear; }

@keyframes cssload-spin {
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg); } }
@-o-keyframes cssload-spin {
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-ms-keyframes cssload-spin {
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-moz-keyframes cssload-spin {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }
.main_content {
  width: 100%;
  background-color: transparent;
  font-size: 16px; }

#admin_image_background {
  position: absolute;
  left: 0;
  top: 0;
  background: url("/images/backgrounds/home_back_1000-min.jpg");
  display: none;
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

#home_background {
  position: absolute;
  left: 0;
  top: 0;
  background: url("/images/backgrounds/home_back_1000-min.jpg");
  display: none;
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

#gallery_background {
  position: absolute;
  left: 0;
  top: 0;
  background: url("/images/backgrounds/gallery_back_1300-min.jpg");
  display: none;
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

#reviews_background {
  position: absolute;
  left: 0;
  top: 0;
  background: url("/images/backgrounds/reviews_back_1300-min.jpg");
  display: none;
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

#services_background {
  position: absolute;
  left: 0;
  top: 0;
  background: url("/images/backgrounds/services_1300_-min.jpg");
  display: none;
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

#contact_background {
  position: absolute;
  left: 0;
  top: 0;
  background: url("/images/backgrounds/contact_back_1300_1_min.jpg");
  display: none;
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

#downloads_background {
  position: absolute;
  left: 0;
  top: 0;
  background: url("/images/backgrounds/downloads_back_1300-min.jpg");
  display: none;
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

#outer_wrapper {
  height: 100%;
  width: 100%;
  min-height: 100%;
  min-width: 100%; }

#inner_wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  min-height: 100%;
  min-width: 100%; }

#side_nav_new {
  z-index: 8019;
  position: absolute;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: 0.3s; }

#side_nav_new.open {
  transition: 0.3s;
  left: 0; }

#side_nav_inner {
  width: 100%;
  height: 100%; }

.btn {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  padding: 10px 20px 10px 20px;
  text-decoration: none; }

.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none; }

.white_trans {
  background: url("white80.png"); }

.whiteTrans80 {
  background: url("white80.png"); }

.white_trans_home img {
  border-radius: 3px; }

.black_trans {
  background: url("black70.png"); }

.title {
  background: url("white80.png");
  border-radius: 5px; }

@media screen and (orientation: portrait) {
  .portrait {
    display: block; }

  .landscape {
    display: none; }

  .portrait_inline {
    display: inline-block; }

  .landscape_inline {
    display: none; }

  .lightbox_pic {
    height: auto;
    width: 90%;
    z-index: -1; } }
@media screen and (orientation: landscape) {
  .portrait {
    display: none; }

  .landscape {
    display: block; }

  .portrait_inline {
    display: none; }

  .landscape_inline {
    display: inline-block; }

  .lightbox_pic {
    height: 90%;
    width: auto;
    z-index: -1; } }
.invisible {
  visibility: hidden; }

.hamburger {
  outline: none;
  margin-left: 2%;
  margin-right: 2%; }

/*==========  LIST RESET  ==========*/
.list--reset {
  padding-left: 0; }
  .list--reset li {
    padding-left: 0; }
  .list--reset.list-links a::before, .list--reset li::before {
    display: none !important; }

#side_nav_close {
  font-size: 20px;
  position: relative;
  height: 15%;
  outline: none; }

#side_nav_close :hover {
  color: #8bc4f7;
  outline: none;
  cursor: pointer; }

#side_nav_close :focus {
  color: #6ab8f7;
  outline: none; }

#side_nav_close :active {
  outline: none; }

.left_nav_button {
  outline: none;
  font-size: 20px;
  height: 80%;
  min-height: 20px; }

.left_nav_button :hover {
  color: #8bc4f7;
  outline: none;
  cursor: pointer; }

.left_nav_button :focus {
  color: #6ab8f7;
  outline: none; }

.left_nav_button :active {
  outline: none; }

.left_nav_button_selected {
  color: #3cb0fd;
  outline: none; }

.left_nav_button_outer {
  height: 13%;
  min-height: 10%; }

.black_arrow_nav img {
  margin-right: 3px;
  margin-left: 3px;
  height: 25px;
  border-style: none; }

.side_nav {
  font-size: 20px;
  height: 87%;
  outline: none; }

#side_nav_logo {
  height: 10%;
  outline: none; }

.top_margin {
  height: 50px;
  min-width: 100%;
  width: 100%; }

.app_nav_drawer {
  z-index: 100;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  width: 100%;
  height: 50px;
  color: #fff; }

.app_nav_drawer::after {
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  clear: both; }

.app-bar {
  height: 100%;
  display: block;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  background-color: transparent;
  overflow: hidden; }

#mobile_logo_top {
  width: 100%;
  max-width: 190px; }

.gt_400 {
  display: none; }

#std_logo_top {
  display: none; }

.app-bar_img img {
  max-height: 100%;
  width: auto;
  outline: 0; }

.app-bar_lnd_scp {
  display: none; }

#index_view {
  width: 100%;
  height: 90%;
  position: relative; }

#header_side {
  display: none; }

.outer-navdrawer-div {
  display: none; }

.navdrawer-container {
  position: fixed;
  top: 0;
  bottom: 0;
  -webkit-transform: translate(-250px, 0);
  transform: translate(-250px, 0);
  overflow-y: auto; }

.nav_button_list {
  padding: 0px; }

.nav_button_cont {
  height: 100%;
  min-height: 20px; }

.nav_button {
  display: inline-block;
  color: #fff;
  font-family: 'Roboto Slab', serif;
  font-size: 20px;
  font-weight: 300; }

.nav_button_cont :hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #2196F3;
  outline: 0; }

.nav_button_cont :focus {
  background-color: rgba(255, 255, 255, 0.3);
  outline-color: rgba(255, 255, 255, 0.1);
  outline: 0; }

.nav_button_cont :active {
  background-color: rgba(255, 255, 255, 0.4);
  outline-color: rgba(255, 255, 255, 0.2);
  outline: 0; }

.nav_button_selected {
  background-color: rgba(255, 255, 255, 0.4);
  outline-color: rgba(255, 255, 255, 0.2); }

#main_view {
  height: 90%; }

.underline_title {
  border-bottom-style: solid;
  border-bottom-color: black;
  border-bottom-width: 1px;
  z-index: 5; }

/*==========  Home  ==========*/
#home_lndscp {
  display: none; }

#home_menu_button {
  outline: none;
  margin-left: 2%; }

#home_title_outer {
  height: 35%;
  border-radius: 5px; }

#home_title {
  height: 50%; }

.outer_content {
  height: 94%; }

.home_img {
  height: 60%; }

/*==========  Gallery  ==========*/
img {
  border: none; }

a img {
  border: none; }

#gallery_row {
  padding: 0px; }

#gallery_row .focus {
  background-color: rgba(255, 255, 255, 0.3);
  outline: 0; }

.gallery_picture {
  padding: 0px 8px 0px 8px;
  margin-bottom: 16px;
  outline: none; }

.pic_border {
  border-radius: 5px;
  background-color: #fff;
  padding: 5px; }

.main_gallery_list {
  padding-left: 8px; }

.outer_title {
  font-size: 22px; }

#gallery_title_small {
  padding-top: 2px; }

#gallery_back_arrow {
  outline: none; }

.gallery_back_arrow_pic {
  height: 100%; }

.gallery_back_arrow_pic img {
  height: 30px;
  border-style: none; }

.gallery_list ul li {
  padding: 8px; }

[ng-click] {
  cursor: pointer; }

.content_title {
  display: inline-block;
  position: relative;
  padding: 0px 5px;
  outline: none; }

.gallery_title {
  border-bottom-style: solid;
  border-bottom-color: transparent;
  border-bottom-width: 1px;
  z-index: 5; }

.gallery_active {
  border-bottom-style: solid;
  border-bottom-color: transparent;
  border-bottom-width: 1px;
  z-index: 5; }

#gallery_title_underline {
  visibility: hidden; }

.outer_underline {
  position: relative;
  content: '';
  top: -1px;
  height: 1px;
  background: black; }

.gallery_underline {
  position: absolute;
  content: '';
  top: -2px;
  left: 2px;
  height: 1px;
  background: black; }

.underline_margin {
  min-height: 1%;
  height: 1%;
  min-width: 100%;
  width: 100%; }

.sliding-u-l-r-l {
  display: inline-block;
  position: relative;
  padding-bottom: 3px; }

.sliding-u-l-r-l:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  transition: width 0s ease, background .5s ease; }

.sliding-u-l-r-l:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background: black;
  transition: width .5s ease; }

.sliding-u-l-r-l.active_tab:before {
  width: 100%;
  background: black;
  transition: width .5s ease; }

.sliding-u-l-r-l.active_tab:after {
  width: 100%;
  background: transparent;
  transition: all 0s ease; }

.sliding-u-l-r-l-inverse {
  display: inline-block;
  position: relative;
  padding-bottom: 3px; }

.sliding-u-l-r-l-inverse:before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  transition: width 0s ease, background .5s ease; }

.sliding-u-l-r-l-inverse:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background: black;
  transition: width .5s ease; }

.sliding-u-l-r-l-inverse.inactive_tab:before {
  width: 100%;
  background: black;
  transition: width .5s ease; }

.sliding-u-l-r-l-inverse.inactive_tab:after {
  width: 100%;
  background: transparent;
  transition: all 0s ease; }

.gallery_full_click {
  height: 30px; }

.gallery_full_size_arrow {
  height: 100%; }

.gallery_full_size_arrow img {
  height: 24px;
  border-style: none; }

.full_size_gallery_img {
  position: fixed;
  z-index: 9999;
  display: none;
  overflow: hidden;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url("black70.png");
  opacity: 0; }

.img_full_height img {
  height: 100%; }

.fullImage {
  opacity: 1 !important; }

.pic_border_full {
  border-radius: 5px;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  display: block; }

.pic_border_full img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */ }

.pic_border_full.autoWidth {
  position: fixed;
  /* 2 */
  top: 50%;
  -ms-transform: translate(0, -50%);
  /* IE 9 */
  -webkit-transform: translate(0, -50%);
  /* Chrome, Safari, Opera */
  transform: translate(0, -50%);
  height: 90%;
  width: auto;
  cursor: pointer;
  z-index: 9999; }

.pic_border_full.autoheight {
  position: fixed;
  top: 50%;
  -ms-transform: translate(0, -50%);
  /* IE 9 */
  -webkit-transform: translate(0, -50%);
  /* Chrome, Safari, Opera */
  transform: translate(0, -50%);
  height: auto;
  width: 90%;
  cursor: pointer;
  z-index: 9999; }

/*==========  Reviews  ==========*/
#reviews {
  font-size: 16px; }

.menuSelect {
  font-size: 18px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  height: 10%; }

.menuSelect:hover {
  background-color: rgba(0, 0, 0, 0.3);
  color: #2196F3;
  outline: 0; }

.menuSelect:focus {
  background-color: rgba(0, 0, 0, 0.3);
  color: #2196F3;
  outline: 0; }

.menuSelect.active {
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
  outline: 0; }

.menuSelectTitle {
  padding: 25px; }

.panelCardTitle {
  padding-left: 15px;
  font-size: 28px;
  text-align: left; }

.panelCard {
  font-size: 20px;
  color: #fff; }

.whiteGlass {
  position: relative;
  color: #333; }

.awhiteGlass:before {
  content: "";
  position: absolute;
  background-color: #ffffff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -3; }

.cardContent {
  padding-left: 15px; }

.cardStatement {
  font-size: 24px;
  padding-top: 8px;
  text-align: left;
  line-height: 36px; }

/*==========  contact  ==========*/
#contactOLD {
  height: 100%;
  font-size: 16px; }

#contactOLD section {
  height: 30%;
  background: #f7f7f7;
  border-radius: 3px;
  text-align: center;
  padding-bottom: 10px; }

#callButton2 {
  display: none; }

/*==========  downloads  ==========*/
.download_doc {
  font-size: 12px;
  margin-bottom: 15px; }

.download_doc a {
  text-decoration: none;
  color: #333;
  border-bottom-color: lightgrey;
  border-bottom-style: solid;
  border-bottom-width: thin; }

.content_view_area {
  height: 95%; }

@media screen and (orientation: portrait) {
  #index_view {
    position: absolute;
    height: auto;
    top: 50px;
    bottom: 0px; }

  .left_margin {
    display: none; } }
@media screen and (orientation: landscape) {
  /** landscape - phones and tablets **/
  #state_marker {
    color: white;
    max-width: 2px; }

  #home_portrait {
    display: none; }

  #admin_image_background {
    position: absolute;
    left: 0;
    top: 0;
    background: url("/images/backgrounds/home_back_lndscp_1300_2-min.jpg");
    display: none;
    width: 100%;
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }

  #home_background {
    position: absolute;
    left: 0;
    top: 0;
    background: url("/images/backgrounds/home_back_lndscp_1300_2-min.jpg");
    display: none;
    width: 100%;
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }

  #header_top {
    display: none; }

  .top_margin {
    display: none; }

  #header_side {
    display: block;
    position: relative; }

  .img_lnd_scp_row img {
    width: 85%;
    max-width: 85%;
    height: auto; }

  #home_menu_button {
    display: none; }

  .app-bar {
    display: none; }

  .app-bar_lnd_scp {
    display: block; }

  .home_nav {
    display: none; }

  .land_scp_nav {
    min-height: 100%;
    min-width: 100%;
    height: 100%;
    width: 100%; }

  .left_margin {
    min-height: 100%;
    height: 100%;
    min-width: 125px;
    width: 125px; }

  .app_nav_drawer {
    height: 100%;
    width: 125px; }

  #index_view {
    height: 100%; }

  #main_view {
    height: 100%; }

  .heightMaker:before {
    content: '';
    height: 100%;
    float: left; }

  .heightTaker {
    position: relative; }

  .heightTaker:after {
    content: '';
    display: block;
    clear: both; }

  .outer-navdrawer-side {
    position: absolute;
    height: 100%;
    width: 125px;
    background-color: transparent; }

  .nav_button_list_side {
    height: 100%;
    overflow: auto;
    background-color: transparent; }

  .nav_button_list {
    height: 18%; }

  .landscape_nav_button {
    font-size: 14px;
    height: 20%;
    min-height: 20px; }

  .landscape_nav_button :hover {
    color: #6ab8f7;
    outline: 0;
    cursor: pointer; }

  .landscape_nav_button :focus {
    color: #6ab8f7;
    outline: none; }

  .left_nav_button_selected {
    color: #3cb0fd;
    outline: 0; }

  .left_nav_button_outer {
    height: 13%;
    min-height: 10%; }

  .left_nav_button_list {
    padding: 0px; }

  .std_view {
    display: none; }

  #home_lndscp {
    display: block;
    height: 90%; }

  #home_title_outer {
    height: 45%; }

  #content_view_area {
    height: 95%; }

  .outer_content {
    height: 90%; }

  /*==========  Downloads  ==========*/
  .download_doc {
    margin-bottom: 15px; } }
@media all and (min-width: 400px) {
  /** md - phones and tablets 450 - 599**/
  .gt_400 {
    display: block; }

  .hd_gt_400 {
    display: none; }

  #mobile_logo_top {
    display: none; }

  #std_logo_top {
    display: block; }

  #callButton1 {
    display: none; }

  #callButton2 {
    display: block; } }
@media all and (min-width: 600px) {
  /** md - phones and tablets 600 - 959**/
  #state_marker {
    max-width: 3px; }

  #home_title_outer {
    height: 35%; }

  .outer_title {
    font-size: 24px; }

  /*==========  Gallery  ==========*/
  #gallery_title_small {
    padding-top: 2px; }

  #gallery_row .focus {
    background-color: rgba(255, 255, 255, 0.3);
    outline: 0; }

  .gallery_picture {
    padding: 0px 8px 0px 8px;
    margin-bottom: 16px; }

  #gallery_back_arrow_pic img {
    margin-top: 4px; }

  .pic_border {
    border-radius: 5px;
    background-color: #fff;
    padding: 5px; }

  .main_gallery_list {
    padding-left: 0px; }

  .gallery_list ul li {
    padding: 8px; }

  .picture_title {
    font-size: 14px; }

  .main_content {
    font-size: 18px; }

  /*==========  reviews  ==========*/
  #reviews {
    font-size: 18px; } }
@media screen and (orientation: portrait) and (min-width: 600px) {
  .left_margin {
    display: none; } }
@media screen and (orientation: landscape) and (min-width: 600px) {
  #state_marker {
    max-width: 4px; }

  #admin_image_background {
    position: absolute;
    left: 0;
    top: 0;
    background: url("/images/backgrounds/home_back_lndscp_1300_2-min.jpg");
    display: none;
    width: 100%;
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }

  #home_background {
    position: absolute;
    left: 0;
    top: 0;
    background: url("/images/backgrounds/home_back_lndscp_1300_2-min.jpg");
    display: none;
    width: 100%;
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }

  .top_margin {
    display: none; }

  .app-bar_lnd_scp {
    width: 100%; }

  .left_margin {
    min-height: 100%;
    height: 100%;
    min-width: 125px;
    width: 125px; }

  .img_lnd_scp_row img {
    width: 100%;
    max-width: 100%;
    height: auto; }

  .app_nav_drawer {
    height: 100%;
    width: 125px; }

  .outer-navdrawer-side {
    width: 125px; }

  .nav_button_list {
    height: 18%; }

  #index_view {
    height: 100%; }

  .std_view {
    display: none; }

  #home_title_outer {
    height: 45%; }

  /*==========  Downloads  ==========*/
  .download_doc {
    margin-bottom: 15px; } }
@media all and (min-width: 960px) {
  /** lg - Desktops and tablets 960 -1199**/
  .white_trans {
    background: url("white60.png"); }

  #state_marker {
    max-width: 5px; }

  #admin_image_background {
    position: absolute;
    left: 0;
    top: 0;
    background: url("/images/backgrounds/home_back_2000-min.jpg");
    display: none;
    width: 100%;
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }

  #home_background {
    position: absolute;
    left: 0;
    top: 0;
    background: url("/images/backgrounds/home_back_2000-min.jpg");
    display: none;
    width: 100%;
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }

  .white_trans {
    background: url("white70.png");
    border-radius: 0px 0px 5px 5px; }

  .app_nav_drawer {
    width: 100%;
    height: 50px; }

  .app-bar {
    display: block;
    height: 100%;
    position: relative;
    background-color: transparent; }

  .outer-navdrawer-div {
    height: 100%;
    display: block;
    background-color: transparent; }

  .outer-navdrawer-div.open,
  .outer-navdrawer-div.open ~ .body {
    -webkit-transform: translate(0px, 0);
    transform: translate(0px, 0); }

  .app-bar_img {
    margin-left: 21%;
    max-height: 100%;
    width: auto; }

  button.menu {
    display: none; }

  .navdrawer-container {
    height: 100%;
    position: static;
    float: right;
    margin: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: none;
    transition: none;
    overflow: visible;
    background-color: transparent; }

  .navdrawer-container ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0 auto;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    float: right; }

  .navdrawer-container ul li {
    border: none;
    float: right; }

  .nav_button_list {
    height: 100%; }

  #index_view {
    height: 90%; }

  .top_margin {
    display: block;
    min-height: 50px;
    height: 50px;
    min-width: 100%;
    width: 100%; }

  #header_top {
    display: block;
    position: relative; }

  #header_side {
    display: none; }

  .home_nav {
    display: block; }

  .std_view {
    display: block; }

  #main_view {
    height: 90%; }

  .white_trans_home img {
    border-radius: 5px; }

  .outer_content {
    height: 80%; }

  .outer_title {
    font-size: 26px;
    margin-top: 20px; }

  #home_lndscp {
    display: none; }

  .home_img {
    height: 60%; }

  /*==========  Gallery  ==========*/
  .gallery_title:focus {
    outline: none; }

  .gallery_picture {
    padding: 0px 10px 0px 10px;
    margin-bottom: 20px; }

  .pic_border {
    border-radius: 5px;
    padding: 5px; }

  .gallery_list ul li {
    padding: 8px; }

  .content_title {
    margin-left: 15px;
    margin-right: 35px; }

  /*==========  Admin Img ==========*/
  #adminImage {
    font-size: 16px; }

  #adminImage_md {
    height: 300px; }

  .main_content {
    font-size: 20px   !important; }

  /*==========  Services  ==========*/
  /*==========  Reviews  ==========*/
  #reviews {
    font-size: 20px; }

  /*==========  Contact  ==========*/
  /*==========  Downloads  ==========*/
  .download_doc {
    font-size: 20px;
    margin-bottom: 25px; } }
@media all and (min-width: 1200px) {
  /** gt-lg Large Screens **/
  #state_marker {
    max-width: 5px; }

  .outer_title {
    font-size: 28px; }

  .app_nav_drawer {
    height: 50px; }

  .app-bar_img {
    margin-left: 27%; }

  /*==========  Gallery  ==========*/
  .gallery_picture {
    padding: 0px 10px 0px 10px;
    margin-bottom: 20px; }

  .pic_border {
    border-radius: 5px;
    padding: 5px; }

  .gallery_list ul li {
    padding: 8px; }

  /*==========  Admin Img ==========*/
  #adminImage_md {
    height: 400px; }

  /*==========  Reviews  ==========*/
  #reviews {
    font-size: 20px; }

  /*==========  Contact  ==========*/
  /*==========  Downloads  ==========*/
  .download_doc {
    font-size: 20px;
    margin-bottom: 30px; } }

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