/*this sheet sets up a default layout for the page that is used initially whether or not the js layout functions are running*/
html, body {
  height: 100%;
  /* required */
  margin: 0px 0px 0px 0px; }

body {
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  background: #333;
  /* Old browsers */
  margin: 0;
  background-image: url("../images/bg.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover; }

#textBoxes a:link {
  color: #6CF; }

#textBoxes a:hover {
  color: #ccc; }

#textBoxes a:visited {
  color: #6CF; }

.ui-accordion-header-active {
  border: none; }

/*#largeImageBg{
	width:100%;
	height:100%;
	position:absolute;
	background-color:#000;
	overflow:hidden;
	display:none;
	z-index:0;
}*/
#contactUs {
  width: 100%;
  display: block;
  /*position:absolute;
  width:400px;
  z-index:20;
  background-color:rgba(0,0,0,0.8);
  border-radius:5px;*/ }

#contactUsButton {
  position: relative;
  border-radius: 35px;
  cursor: pointer;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.9);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 55px; }

.contactAction {
  cursor: pointer;
  background: #38719e;
  padding: 8px 18px 8px 18px;
  border-radius: 5px;
  border: none;
  color: white;
  transition: all ease-in-out 500ms; }

.contactAction:hover {
  background: #16a9ef;
  box-shadow: 0px 0px 2px 2px #ccc; }

.clientLogo {
  margin: 10px; }

.contactAccordion {
  margin-top: 5px;
  width: 100%;
  padding: 7px 0 7px 5px;
  color: white;
  border-radius: 4px;
  font-family: 'Arial',futura,'URW Gothic L',Verdana,sans-serif;
  cursor: pointer;
  background: #999fa8;
  /* Old browsers */
  background: -moz-linear-gradient(top, #999fa8 0%, #575e63 68%, #3f6d89 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #999fa8), color-stop(68%, #575e63), color-stop(100%, #3f6d89));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #999fa8 0%, #575e63 68%, #3f6d89 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #999fa8 0%, #575e63 68%, #3f6d89 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #999fa8 0%, #575e63 68%, #3f6d89 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #999fa8 0%, #575e63 68%, #3f6d89 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999fa8', endColorstr='#3f6d89',GradientType=0 );
  /* IE6-9 */
  transition: all ease-in-out 500ms; }

.contactAccordion:hover {
  padding: 7px 0 7px 15px; }

#contactForms {
  margin: 10px; }

.closeBut {
  position: absolute;
  right: 0px;
  top: 0px;
  color: lime;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  text-decoration: none;
  border-radius: 0 0 0 20px;
  background: rgba(0, 0, 0, 0.2);
  border: none;
  cursor: pointer;
  padding: 5px;
  z-index: 80;
  transition: all ease-in-out 500ms; }

.closeBut:hover {
  color: orange;
  background: rgba(0, 0, 0, 0.8); }

div.ui-datepicker {
  font-size: 12px; }

.footerButton {
  display: inline-block;
  font-size: 14px;
  text-decoration: none;
  margin-left: 0;
  padding: 5px;
  height: 100%;
  line-height: 30px;
  vertical-align: middle;
  cursor: pointer;
  color: #fff;
  border: none;
  border-left: solid thin rgba(255, 255, 255, 0);
  border-right: solid thin rgba(255, 255, 255, 0);
  transition: all ease-in-out 500ms;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.footerButton:hover {
  background: #444;
  /*border-left:solid thin rgba(255,255,255,1);	
  border-right:solid thin rgba(255,255,255,1);*/ }

h1 {
  font-size: 20px;
  color: #6CF; }

h2 {
  font-size: 18px; }

h3 {
  font-size: 16px;
  color: #6CF; }

h4 {
  font-size: 16px;
  color: #6CF; }

.iconArea {
  display: block;
  width: 100%;
  overflow: hidden;
  color: #fff;
  border-radius: 5px;
  border: solid thin #0099CC;
  background-color: rgba(23, 17, 14, 0.6);
  padding: 5px;
  min-height: 45px;
  border-radius: 5px;
  font-size: 16px;
  margin: 0 0 5px 0px; }

.imageContainer {
  position: absolute;
  display: none; }

.inlineButton {
  display: inline-block;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-family: 'Arial',futura,'URW Gothic L',Verdana,sans-serif;
  font-size: 12px;
  padding: 1px 2px 1px 2px;
  margin: 3px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  border-radius: 5px; }

.inlineRound {
  border-radius: 8px;
  border: solid thin #ccc;
  background: #EFEFEF;
  padding: 8px;
  margin-top: 5px; }

.inlineRound img {
  margin-right: 8px; }

.inlineHeading {
  font-size: 16px;
  color: #1E7ABF; }

#insertTextWrapper {
  text-align: left;
  overflow: auto;
  margin: 10px; }

div.inlineRound p {
  font-size: 11px; }

div {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

input, select, textarea {
  width: 100%;
  padding: 3px;
  color: #fff;
  border-radius: 5px;
  border: solid thin;
  border-color: #0099CC;
  background-color: #282828;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 16px; }

label {
  font-size: 14px;
  color: #222; }

#locationMap {
  position: absolute;
  overflow: hidden;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 100; }

#logoImage {
  max-width: 100%; }

#fixedLogoImg {
  padding: 10px; }

#menu {
  padding: 10px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  overflow: auto; }

#menu a {
  color: white; }

.menuButtons {
  text-align: left;
  left: 0px;
  /*width:220px;*/
  /*z-index:60;*/
  margin: 10px; }

#news {
  position: relative;
  width: 100%;
  color: #ffffff;
  overflow: hidden;
  border-bottom: solid thin #999; }

#newsItems {
  margin-left: 10px; }

.newsCalendarIcon {
  display: block;
  width: 22px;
  height: 22px;
  vertical-allign: middle;
  margin-right: 5px;
  margin-top: -2px;
  float: left;
  color: #222; }

.newsCalendarText {
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  margin-top: 7px; }

.newsDetail {
  display: block;
  background: rgba(60, 60, 60, 0.8);
  margin-left: 0px;
  margin-right: 0px;
  padding: 4px;
  border-radius: 3px;
  border: solid thin #000;
  vertical-allign: middle; }

.newsTitle {
  display: inline-block;
  color: #6CF;
  font-size: 14px;
  font-weight: bold;
  /*white-space: nowrap;*/ }

.newsDate {
  display: inline-block;
  width: 30px;
  font-size: 12px;
  color: #CCCCCC;
  vertical-align: middle; }

.newsItemContainer {
  display: block;
  /*position:relative;*/
  /*padding:1px 7px 1px 0;*/
  margin: 4px 7px 1px 0;
  cursor: pointer; }

.newsDescription {
  margin: 10px 00px 5px 10px; }

.slideimage {
  position: absolute;
  width: 100%;
  display: none;
  opacity: 0; }

.slimScrollDiv {
  padding: 0px; }

.smallBlue {
  color: #ffffff;
  border: solid 1px #2678C9;
  background: #2678C9;
  background: -webkit-gradient(linear, left top, left bottom, from(#7399be), to(#2c76b6));
  background: -moz-linear-gradient(top, #7399be, #2c76b6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7399be', endColorstr='#2c76b6');
  vertical-align: top;
  float: right; }

#textBg {
  background-color: rgba(0, 0, 0, 0.6);
  /*box-shadow: 1px 1px 3px rgba(0,0,0,.4);*/
  z-index: 19; }

#textBoxes {
  z-index: inherit;
  overflow: auto;
  white-space: normal; }

#videoPlayer {
  position: absolute;
  z-index: 100;
  margin: 5px 10px 0px 10px;
  /*background-color:rgba(0,0,0,0.6);*/ }

.button {
  display: inline-block;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-family: 'Arial',futura,'URW Gothic L',Verdana,sans-serif;
  font-size: 17px;
  padding: 3px 7px 4px 7px;
  margin: 0 0 3px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  border: none; }

.button2 {
  display: inline-block;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-family: 'Arial',futura,'URW Gothic L',Verdana,sans-serif;
  font-size: 14px;
  padding: 1px 3px 1px 3px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border: none; }

.button3 {
  display: inline-block;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font: 15px/100% 'Arial',futura,'URW Gothic L',Verdana,sans-serif;
  padding: 10px;
  margin: 0 0 5px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }

.button:hover {
  text-decoration: none; }

.button:active {
  position: relative;
  top: 1px; }

/*_______________________________MENU BUTTONS_____________________________________*/
.round {
  border-radius: 8px; }

.wide {
  /*width:215px;*/
  /*min-height:30px;*/ }

.lessWide {
  /*width:205px;
  height:30px;*/ }

.menuButton {
  width: 100%;
  min-height: 45px;
  position: relative;
  overflow: hidden;
  display: block;
  cursor: pointer;
  text-align: left;
  text-decoration: none;
  font-size: 16px;
  margin-top: 4px;
  /*text-shadow: 1px 1px 1px rgba(0,0,0,.8);*/
  /*box-shadow: 1px 1px 1px 1px rgba(0,0,0,0);*/
  border-radius: 5px;
  font-family: logoFont;
  cursor: pointer;
  transition: box-shadow 800ms; }

.menuButton:hover {
  /*box-shadow: 0px 0px 1px 1px rgba(255,255,255,0.5);*/ }

.menuButton:hover #parentFg, .menuButton:hover #childFg {
  opacity: 0; }

.menuButton:hover #label {
  margin-left: 20px; }

.parentFg0 {
  width: 100%;
  height: 100%;
  /*border:solid thin #6e615a;*/
  position: absolute;
  background: #999fa8;
  /* Old browsers */
  background: -moz-linear-gradient(top, #999fa8 0%, #575e63 68%, #3f6d89 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #999fa8), color-stop(68%, #575e63), color-stop(100%, #3f6d89));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #999fa8 0%, #575e63 68%, #3f6d89 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #999fa8 0%, #575e63 68%, #3f6d89 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #999fa8 0%, #575e63 68%, #3f6d89 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #999fa8 0%, #575e63 68%, #3f6d89 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999fa8', endColorstr='#3f6d89',GradientType=0 );
  /* IE6-9 */
  opacity: 1;
  transition: opacity 800ms;
  -webkit-transition: opacity 800ms;
  /* Safari */ }

.parentBg0 {
  width: 100%;
  height: 100%;
  background: #3f6d89;
  /* Old browsers */
  background: -moz-linear-gradient(top, #3f6d89 0%, #575e63 32%, #999fa8 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3f6d89), color-stop(32%, #575e63), color-stop(100%, #999fa8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #3f6d89 0%, #575e63 32%, #999fa8 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #3f6d89 0%, #575e63 32%, #999fa8 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #3f6d89 0%, #575e63 32%, #999fa8 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #3f6d89 0%, #575e63 32%, #999fa8 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f6d89', endColorstr='#999fa8',GradientType=0 );
  /* IE6-9 */
  position: absolute; }

.parentFg1 {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #bf7c3b;
  /* Old browsers */
  background: -moz-linear-gradient(top, #bf7c3b 0%, #6b3c1d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bf7c3b), color-stop(100%, #6b3c1d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #bf7c3b 0%, #6b3c1d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #bf7c3b 0%, #6b3c1d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #bf7c3b 0%, #6b3c1d 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #bf7c3b 0%, #6b3c1d 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf7c3b', endColorstr='#6b3c1d',GradientType=0 );
  /* IE6-9 */
  opacity: 1;
  transition: opacity 1s;
  -webkit-transition: opacity 1s; }

.parentBg1 {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #6b3c1d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #6b3c1d 0%, #bf7c3b 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6b3c1d), color-stop(100%, #bf7c3b));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #6b3c1d 0%, #bf7c3b 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #6b3c1d 0%, #bf7c3b 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #6b3c1d 0%, #bf7c3b 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #6b3c1d 0%, #bf7c3b 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b3c1d', endColorstr='#bf7c3b',GradientType=0 );
  /* IE6-9 */ }

.parentLabel {
  color: #FFFFFF;
  position: relative;
  margin-top: 17px;
  margin-bottom: 10px;
  margin-left: 10px;
  transition: margin-left ease-in-out 500ms;
  /*text-shadow: 1px 1px 1px rgba(0,0,0,.6);*/
  z-index: 2;
  font-family: "Arial",futura,"URW Gothic L",Verdana,sans-serif; }

.childFg0 {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #93918b;
  /* Old browsers */
  background: -moz-linear-gradient(top, #93918b 0%, #e4e4e2 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #93918b), color-stop(100%, #e4e4e2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #93918b 0%, #e4e4e2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #93918b 0%, #e4e4e2 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #93918b 0%, #e4e4e2 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #93918b 0%, #e4e4e2 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93918b', endColorstr='#e4e4e2',GradientType=0 );
  /* IE6-9 */
  opacity: 1;
  transition: opacity 1s;
  -webkit-transition: opacity 1s;
  /* Safari */ }

.childBg0 {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #e4e4e2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e4e4e2 0%, #93918b 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4e4e2), color-stop(100%, #93918b));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e4e4e2 0%, #93918b 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e4e4e2 0%, #93918b 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e4e4e2 0%, #93918b 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #e4e4e2 0%, #93918b 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e2', endColorstr='#93918b',GradientType=0 );
  /* IE6-9 */ }

.childLabel {
  color: #222222;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  transition: margin-left ease-in-out 500ms;
  z-index: 2;
  font-family: "Arial",futura,"URW Gothic L",Verdana,sans-serif; }

/*_______________________________ END MENU BUTTONS _____________________________________*/
/*_______________________________RESPONSIVE LAYOUT_____________________________________*/
#container {
  text-align: center;
  margin: auto;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px; }

#gallery {
  position: absolute;
  z-index: 90;
  overflow: hidden;
  text-align: center;
  background: #222;
  display: none; }

#menuContainer {
  display: inline-block;
  float: left; }

#news {
  height: 19%; }

#textWrapper {
  height: 81%;
  padding: 10px;
  position: relative;
  width: 100%; }

#textWrapper .close {
  display: none; }

#slideshowMain {
  float: right;
  max-width: 980px;
  overflow: hidden; }

#fixedLogo {
  top: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  overflow: hidden;
  display: none;
  text-align: center;
  z-index: 100; }

#footer {
  width: 100%;
  /*box-shadow: 1px 1px 3px rgba(0,0,0,.6);*/
  text-align: center;
  z-index: 55;
  float: left;
  background: rgba(0, 0, 0, 0.6); }

#textBox {
  float: left;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: left;
  color: #fff; }

@media only screen and (max-height: 715px) {
  #container {
    height: 690px;
    margin-top: 10px;
    margin-bottom: 10px; }

  #row1 {
    height: 640px; }

  #row2 {
    height: 50px; } }
@media only screen and (min-height: 716px) {
  #container {
    height: 690px;
    margin-top: none;
    margin-bottom: none;
    top: 0px;
    bottom: 0px; }

  #row1 {
    height: 640px; }

  #row2 {
    height: 50px; } }
@media only screen and (max-width: 519px) {
  #container {
    position: relative;
    width: 100%;
    height: none; }

  #gallery {
    height: none;
    margin-top: 115px; }

  #menuContainer {
    float: left;
    width: 100%;
    height: none; }

  #textBox {
    /*height:100%;
    width:100%;
    margin-left:none;
    z-index:none;*/
    display: none; }

  #slideshowMain {
    width: 100%;
    margin-top: 115px;
    right: 0px;
    overflow: hidden;
    padding-bottom: 65.306%; }

  #fixedLogo {
    display: block;
    min-height: 115px; }

  #fixedLogoImg {
    width: 90%;
    max-width: 300px; }

  #logoImage {
    display: none; } }
@media only screen and (min-width: 520px) and (max-width: 1214px) {
  #container {
    position: relative;
    width: 100%;
    max-width: 980px;
    height: none; }

  #footer {
    width: 100%;
    border-top: solid thin #999; }

  #menuContainer {
    float: left;
    width: 35%;
    height: 640px;
    overflow: hidden; }

  #textBox {
    height: 100%;
    width: 65%;
    margin-left: none;
    z-index: none; }

  #inertTextWrapper {
    display: none; }

  #slideshowMain, #gallery {
    width: 100%;
    margin-top: 144px;
    overflow: hidden;
    padding-bottom: 65.306%; }

  #fixedLogo {
    display: block; }

  #logoImage {
    display: none; } }
@media only screen and (min-width: 1225px) and (max-width: 1583px) {
  #container {
    position: absolute;
    width: 1215px; }

  #gallery {
    overflow: auto; }

  #footer {
    width: 1215px;
    margin-top: 5px; }

  #menuContainer {
    width: 235px;
    height: 100%;
    overflow: hidden; }

  #textBox {
    position: relative;
    margin-left: 0px;
    height: 100%;
    width: 400px;
    z-index: 10; }

  #slideshowMain, #gallery {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 980px;
    height: 640px; }

  #textWrapper .close {
    display: block; } }
@media only screen and (min-width: 1584px) {
  #container {
    position: absolute;
    width: 1584px;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px; }

  #gallery {
    overflow: auto; }

  #footer {
    width: 100%;
    margin-left: 0px;
    margin-top: 2px; }

  #menuContainer {
    margin-left: 0px;
    width: 220px;
    height: 100%;
    overflow: hidden; }

  #menu {
    background-color: rgba(0, 0, 0, 0.6); }

  #textBox {
    margin-left: 2px;
    height: 100%;
    width: 380px;
    background-color: rgba(0, 0, 0, 0.6); }

  #slideshowMain, #gallery {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 980px;
    height: 640px; } }

/*# sourceMappingURL=stylesheet.css.map */
