* {
  font-family: 'Open Sans';
  margin: 0;
  padding: 0; }

body {
  border-top: 4px solid #303030; }
  body.Overlay:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5); }

.Inline-Link {
  color: #336699 !important;
  font-weight: 500; }

.Overlay {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000, endColorstr=#CC000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000, endColorstr=#CC000000)"; }

.Service {
  cursor: default;
  display: inline-block;
  font-size: 10pt;
  font-weight: 300;
  line-height: 15pt;
  margin-right: 1.5%;
  text-align: justify;
  vertical-align: top;
  width: 32%;
  /*
  &:hover,
  &:active {
  	text-shadow: 0 0 1px rgb(160, 160, 160);
  	> span {
  		color: rgb(0, 0, 0);
  	}
  }
  */ }
  .Service:last-child {
    margin-right: 0; }
  .Service > span {
    color: black;
    display: block;
    font-weight: 300;
    margin: 16px 0 8px 0;
    text-shadow: 0 0 1px #a0a0a0; }

.Slogan {
  color: #404040;
  font-size: 18pt;
  font-weight: 300;
  margin: 32px 10% 0 10%;
  text-align: center;
  text-shadow: 0 1px 1px gray; }
  .Slogan > span {
    display: block; }

header .separator {
  border-top: 1px solid #e8e8e8;
  margin: 0 10%;
  margin-top: -1px; }

@media (max-width: 768px) {
  header .separator {
    margin: 0 2%;
    margin-top: -1px; } }
.Validation-Message {
  color: red !important;
  display: inline-block !important;
  font-size: 10pt !important;
  margin-top: -12px !important; }

#header {
  margin-top: -4px;
  overflow: hidden;
  padding: 0 10%; }

@media (max-width: 768px) {
  #header {
    padding: 0 2%; } }
#logo {
  float: left;
  font-size: 24pt;
  font-weight: 300;
  padding-top: 4px;
  text-shadow: 0 0 4px #a0a0a0; }
  #logo span {
    height: 80px;
    line-height: 80px; }
  #logo span:nth-of-type(1) {
    color: #404040; }
  #logo span:nth-of-type(2) {
    color: #f15a23;
    margin-left: -8px; }

	/*
	#menu_compact {
		display: none;
		float: right;
		height: 84px;
		padding-top: 36px;
		//position: relative;
		i {
			color: rgb(0, 0, 0);
			font-size: 20px;
			&:hover,
			&:active {
				color: rgb(241, 90, 35);
			}
		}
		div.Popup {
			background: rgb(248, 248, 248);
			display: none;
			border: 1px solid rgb(192, 192, 192);
			border-radius: 4px;
			box-shadow: 0 0 1px rgb(160, 160, 160);
			padding: 4px;
			position: absolute;
			right: 0;
			margin-right: 2%;
			li > a {
				color: rgb(0, 0, 0);
				display: block;
				font-size: 10pt;
				font-weight: bold;
				padding: 4px;
				border-bottom: 1px solid rgb(216, 216, 216);
				&:hover {
					color: rgb(241, 90, 35);
				}
			}
			li:last-child a {
					border-bottom: none;
			}
		}

		@media (max-width: 768px) {
			display: block;
		}
	}
	*/
#menu {
  float: right; }
  @media (max-width: 1080px) {
    #menu {
      display: none; } }
  #menu > ol > li {
    border-bottom: 1px solid #e8e8e8;
    border-top: 4px solid transparent;
    display: inline-block;
    margin-left: -4px;
    padding: 24px 0 23px 0;
    text-align: center; }
    #menu > ol > li:hover, #menu > ol > li:active {
      background-color: #f8f8f8;
      border-bottom: 1px solid #f15a23;
      border-top: 4px solid #f15a23;
      cursor: pointer; }
    #menu > ol > li > a {
      color: black;
      display: block;
      font-size: 10pt;
      font-weight: bold;
      padding: 0 16px; }
      #menu > ol > li > a:after {
        color: #a0a0a0;
        content: attr(data-description);
        display: block;
        font-size: 8pt;
        font-weight: normal; }

#footer #footer_1 {
  background-color: #404040;
  color: #909090;
  font-size: 9pt;
  padding: 16px 10%; }
  #footer #footer_1 * {
    color: inherit; }
  #footer #footer_1 ol > li {
    display: inline-block;
    margin-right: 8px; }
    #footer #footer_1 ol > li * {
      color: #909090;
      font-size: 8pt; }
#footer #footer_2 {
  background-color: #303030;
  color: #909090;
  font-size: 8pt;
  padding: 8px 10%; }

#address_info li > i {
  margin-right: 8px; }

@media (max-width: 720px) {
  #address_info li {
    display: block !important;
    margin-bottom: 4px; } }
#menu_small {
  margin-bottom: 8px; }
  #menu_small li:hover,
  #menu_small li:active,
  #menu_small a:hover,
  #menu_small a:active {
    color: white !important; }

#spring_menu {
  display: none;
  padding: 0 10%;
  text-align: center; }
  @media (max-width: 1080px) {
    #spring_menu {
      display: block; } }
  #spring_menu a {
    color: black;
    display: block;
    padding-bottom: 8px;
    font-size: 10pt;
    font-weight: bold; }
    #spring_menu a:hover, #spring_menu a:active {
      color: #f15a23;
      cursor: pointer; }

