* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
}

body {
  height: 100%;
  font-family: 'Roboto';
  overflow-x: hidden;
	overflow-y: scroll;
}

img {
  border: none;
  max-width: 100%;
}

a {
  color: #111;
  text-decoration: none;
}

a:hover {
  color: #000;
  transition: color 1s;
}

h2 {
  font-size: 36px;
  font-weight: 500;
  color: #151515;
}

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

.wp-content {
	height: 100%;
  position: relative;
}

.content {
  min-height: 100%;
	height: auto !important;
	height: 100%;
  position: relative;
}

.header {
  height: 138px;
  position: relative;
}

input[type="file"] {
  display: none;
}

.home .header {
  z-index: 2;
  position: absolute;
  width: 100%;
}

.logo {
  position: absolute;
  top: 14px;
  left: 44px;
}

.header-block {
  float: right;
}

.header-t {
  height: 50px;
  border-right: 11px solid #f58400;
  margin-bottom: 8px;
}

.header-button {
  float: right;
  height: 49px;
  line-height: 49px;
  padding: 0 35px;
  border-right: 1px solid #d7d7d8;
  color: #fff;
  font-size: 20px;
  font-family: "Myriad Pro";
  background: #ffb119;
  margin-left: 5px;
  position: relative;
}

.header-button:hover {
  color: #fff;
  background: #f29307;
}

.header-button:after {
  content: '';
  display: block;
  width: 1px;
  height: 49px;
  background: #f29307;
  position: absolute;
  top: 0;
  right: 0;
}

.top-menu {
  float: right;
  margin-right: 36px;
}

.tm-item {
  float: left;
  margin-top: 21px;
  margin-right: 29px;
  font-size: 17px;
  font-weight: 500;
  color: #484848;
  text-transform: uppercase;
}

.tm-item.disabled {
  pointer-events: none;
}

.home .tm-item {
  color: #fff;
  font-weight: 700;
}

.tm-itemS {
  font-weight: 900;
  color: #000;
  text-decoration: underline;
}

.home .tm-itemS {
  color: #fff;
}

.tm-item:hover {
  color: #000;
  text-decoration: underline;
}

.home .tm-item:hover {
  color: #fff;
}

.header-contacts {
  float: right;
  padding: 0 15px;
  height: 47px;
  border-bottom: 1px solid #969696;
  background: rgba(255,255,255, 0.8);
}

.home .header-contacts {
  border: none;
}

.hc-item {
  margin-top: 9px;
  display: inline-block;
  font-size: 14px;
  height: 12px;
  padding: 7px 0;
  color: #484848;
}

.hc-item a {
 color: #484848;
}

.hc-phone {
  background: url('/images/hc-phone-icon.png') 0 50% no-repeat;
  padding-left: 33px;
  margin-right: 20px;
}

.hc-address {
  background: url('/images/hc-address-icon.png') 0 50% no-repeat;
  padding-left: 25px;
}

.hc-address:hover {
  text-decoration: underline;
}

.slogan {
  float: right;
  color: #242424;
  font-size: 28px;
  font-weight: 300;
  padding-right: 70px;
  padding-bottom: 13px;
  border-bottom: 1px solid #969696;
}

.home .slogan {
  color: #fff;
  float: left;
  font-size: 40px;
  padding-right: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.slogan span {
  margin-left: 1em;
}

.resposive-menu-trigger {
  float: right;
  height: 49px;
  width: 49px;
  margin-left: 12px;
  background: #ffb119;
  cursor: pointer;
  display: none;
}

.resposive-menu-trigger:hover {
  background: #f29307;
}

.resposive-menu-trigger span {
  display: block;
  width: 35px;
  height: 5px;
  margin: 5px auto;
  background: #fff;
}

.resposive-menu-trigger span:first-child {
  margin-top: 12px;
}

.resposive-menu-container {
  display: none;
  width: 100%;
  position: absolute;
  right: 0;
  top: 60px;
  z-index: 11;
}

.resposive-menu-container A:link, .resposive-menu-container A:visited {
  display: block;
  text-align: right;
  padding: 10px 15px 10px 5px;
  background-color: rgba(0, 0, 0, 0.9);
  border-bottom: 1px solid #C3C3C3;
  text-decoration: none;
  color: #FFF;
}

.resposive-menu-container A:hover {
  background: rgba(0,0,0,0.7);
}

.text-center-block {
  padding: 0 10px;
  max-width: 1040px;
  margin: 30px auto;
  text-align: center;
}

.text-center-block p {
  margin-top :1em;
}

.text-center-block h2,
.text-block h2,
.home-services h3 {
  display: inline-block;
  position: relative;
}

.text-center-block h2:before,
.text-block h2:before,
.home-services h3:before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: -30px;
  background: url('/images/h2-icon.png');
}

.text-center-block h5 {
  font-size: 18px;
  font-weight: bold;
}

.tb-ttl {
  text-align: center;
}

/*.text-block p, h3 {
  padding: 30px 14%  0 32%;
}*/

.color-orange{
    color: #F58400;
    font-weight: bold;
}

.more-link {
  font-style: italic;
  font-family: 'Times New Roman';
  text-decoration: underline;
  color: #1787bb;
}

.video-link {
  max-width: 514px;
  margin: 0 auto;
  position: relative;
}

.play-icon {
  display: block;
  width: 76px;
  height: 76px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -38px;
  margin-left: -38px;
  background: url('/images/video-icon.png');
}

.home-services {
  max-width: 1010px;
  margin: 40px auto 0;
  padding: 40px 20px 0;
  border-top: 1px solid #d7d7d7;
      text-align: center;
}

.home-services h3 {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
}

.hss-item {
  margin-bottom: 1em;
  display: inline-block;
  vertical-align: top;
  height: 56px;
  line-height: 56px;
  padding: 0 38px;
  background: #b4b4b4;
  border-radius: 25px;
  color: #fff;
  font-weight: bold;
  margin-right: 7%
}

.hss-item:last-child {
  margin-right: 0;
}

.hss-item:hover {
  color: #fff;
  background: #8c8c8c;
}

.icons-block {
  max-width: 1010px;
  margin: 40px auto 0;
  padding: 40px 20px 0;
  border-top: 1px solid #d7d7d7;
  text-align: center;
}

.ib-item {
  display: inline-block;
  vertical-align: top;
  width: 22%;
  margin-right: 3%;
}

.ib-item:last-child {
  margin-right: 0;
}

.ib-item h4 {
  font-size: 24px;
  font-weight: bold;
  color: #1d1d1d;
  margin: .3em 0;
}

.ib-item p {
  color: #6c6c6c;
  font-weight: 300;
}

.home-blog {
  max-width: 1200px;
  margin: 40px auto 0;
  padding: 40px 10px 0;
  border-top: 1px solid #d7d7d7;
  text-align: center;
}

.home-blog h3 {
  display: inline-block;
  position: relative;
  font-size: 26px;
}

.home-blog h3:before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: -30px;
  background: url('/images/h2-icon.png');
}

.hb-ttl {
  display: inline-block;
  margin-bottom: 30px;
}

.hb-ttl a {
  margin-left: 1em;
  font-style: italic;
  font-family: 'Times New Roman';
  color: #1787bb;
  text-decoration: underline;
}

.b-item {
  display: inline-block;
  vertical-align: top;
  max-width: 390px;
  text-align: left;
  margin-bottom: 40px;
}

.bi-wrapper {
  padding: 0 20px;
}

.bi-heading {
  font-size: 18pt;
  font-weight: 900;
  color: #1d1d1d;
  opacity: 0.8;
  max-width: 290px;
}

.bi-date {
  margin: 12px 0;
  text-align: right;
  color: #b2b2b2;
  font-style: italic;
}

.bi-pic img {
  width: 100%;
}

.bi-desc {
  margin: 20px 0;
  font-style: italic;
  font-size: 14pt;
  color: #6c6c6c;
}

.bi-link {
  font-style: italic;
  text-decoration: underline;
  color: #f58400;
}

.footer a:hover {
  text-decoration: underline;
}

.footer {
  margin-top: 30px;
  font-size: 14px;
}

.f-top {
  padding: 50px 70px 75px;
  background: #f58400;
  color: #fff;
}

.home .f-top {
  background: #4a4d51;
}

.f-top a {
  color: #fff;
}

.f-top a:hover {
  text-decoration: underline;
}

.ft-block {
  float: left;
  width: 30%;
  margin-right: 3.33%;
  margin-bottom: 2em;
}

.ft-block img {
  max-width: 100%;
}

.ft-label {
  margin-bottom: 30px;
}

.ft-menu {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  margin-right: 55px;
  margin-bottom: 1em;
}

.ft-menu li {
  margin-bottom: 5px;
}

.ft-menu:last-child {
  margin: 0;
}

.ft-cname {
  font-weight: bold;
}

.ft-block:nth-child(3) {
  text-align: right;
}

.f-bottom {
  padding: 40px 70px;
  background: #e96300;
  color: #fff;
  border-top: 1px solid #f9b566;
}

.home .f-bottom {
  border-top: 1px solid #929497;
}

.f-bottom:after {
  content: '';
  display: block;
  clear: both;
}

.f-bottom a {
  color: #fff;
}

.socials img{
    width: 25px;
}

.socials a:link, .socials a:visited{
    display: inline-block;

}

.fb-left {
  float: left;
}

.fb-right {
  float: right;
}

.ft-phone {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 300;
}

.bg-block {
  margin: 45px 0 20px;
  padding: 15px 0;
  background: #f57900;
}

.bgb-pic {
  float: left;
  width: 31%;
  margin-right: 1%;
  text-align: right;
}

.bgb-pic img {
  max-width: 95%;
}

.bgb-body {
  width: 68%;
  float: left;
  padding-top: 27px;
  color: #fff;
}

.bgb-body h4 {
  font-size: 36px;
  margin-bottom: 35px;
}

.bgb-body-left {
  float: left;
  width: 38%;
  margin-right: 2%;
}

.bgb-body-left ul {
  margin-left: 1.8em;
  list-style-image: url('/images/bg-list-icon.jpg');
}

.bgb-body-left li {
  margin-bottom: .5em;
}

.orange-list{
    margin-top: 15px;
}

.orange-list ul {
  margin-left: 1.8em;
  list-style: none;
}

.orange-list li {
  margin-bottom: .5em;
}

.bgb-body-right {
  float: left;
  width: 40%;
}

.bgb-bottom {
  margin-top: 30px;
  width: 70%;
}

.bgb-bottom span {
  font-size: 40px;
  font-weight: 300;
}

.gallery-block {
  max-width: 1500px;
  padding: 0 10px;
  margin: 30px auto 0;
}

.gallery-block a {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.gallery-block span {
  display: block;
  width: 44px;
  height: 44px;
  position: absolute;
  right: 0;
  bottom: 5px;
  background: url('/images/gallery-icon.png');
}

.gallery-block img {
  width: 100%;
  direction: block;
}

.txt-lnk {
  color: #00a2ff;
  text-decoration: underline;
}

.bg-block.policies {
  color: #fff;
  padding: 10px;
}

.bg-block.policies p {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 1em;
}

.lists-wrapper {
  max-width: 1250px;
  margin: 3em auto 2em;
}

.lists-wrapper ul {
  font-size: 21px;
  font-weight: bold;
}

.lists-wrapper .bgb-body-left {
  margin: 0 5%;
}

.text-center-block h4 {
  font-size: 24px;
  font-weight: bold;
}

.text-center-block h4 {
  max-width: 600px;
  margin: 0 auto;
}

.policies-lists {
  padding: 0 40px;
  font-size: 0;
  margin-bottom: 60px;
}

.policies-lists ul {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin-right: 3.33%;
  font-size: 16px;
  color: #f57900;
}

.policies-lists ul span {
  color: #000;
}

.services-thumbs {
  max-width: 1540px;
  margin: 0 auto;
  font-size: 0;
}

.st-item {
  display: inline-block;
  vertical-align: top;
  width: 22%;
  margin: 1em 1.5%;
  font-size: 14px;
}

.st-item h5 {
  font-weight: bold;
  font-size: 24px;
  color: #1d1d1d;
  margin: .2em 0;
}

.sti-pic {
  display: block;
}

.sti-pic img {
  width: 100%;
}

.sti-desc {
  display: block;
  color: #1d1d1d;
}

.st-item:hover {
  opacity: .8;
}

.products-block {
  padding: 50px 50px 40px;
  background: #fff;
}

.pb-l {
  float: left;
  width: 20%;
}

.pb-l-wrapper {
  margin-right: 1em;
}

.lm-item {
  margin-bottom: 10px;
}

.lm-lnk {
  max-width: 216px;
  font-size: 18px;
}

.lm-item p {
  margin-top: .2em;
  font-size: 13px;
  max-width: 220px;
  cursor: pointer;
}

.lm-lnk:hover, .lm-itemS .lm-lnk {
  color: #f56e00;
  text-decoration: underline;
}

.pb-r {
  float: left;
  width: 80%;
}

.products-block .heading-block {
  padding: 0;
  background-color: transparent;
}

.hb-heading {
  font-size: 36px;
  font-weight: 500;
  color: #151515;
  margin-bottom: .5em;
}

.hb-desc {
  max-width: 970px;
}

.hb-desc h3{
    display: block;
    margin-bottom: 15px;
}

.products-menu-responsive {
  margin: 20px 0 -20px;
  display: none;
}

.app-body {
  clear: both;
  padding-top: 30px;
}

.app-slider-wrapper {
  max-width: 904px;
  margin: 1.5em 0;
}


.clear {
  clear: both;
}

.pb-r .text-center-block {
  text-align: left;
  max-width: none;
  padding: 0;
  margin: 0;
}

.text-center-block h2 span {
  font-weight: normal;
}

.lm-label {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1em;
}

.pb-r p {
  max-width: 860px;
}

.service-pic {
  margin: 35px 0 30px;
}

a.data-pdf,
a.data-doc,
a.data-xls,
a.data-ppt {
  margin-left: -6px;
  padding-left: 40px;
  margin-bottom: 1em;
  float: left;
  clear: both;
  font-size: 12px;
  color: #589dd5;
  background: url('/images/icons/pdf-icon.gif') 0 1px no-repeat;
}

.data-doc:link, .data-doc:visited{
  background: url('/images/icons/doc-icon.gif') 0 1px no-repeat;
}

.data-xls:link, .data-xls:visited{
  background: url('/images/icons/xls-icon.gif') 0 1px no-repeat;
}

.data-ppt:link, .data-ppt:visited{
  background: url('/images/icons/ppt-icon.gif') 0 1px no-repeat;
}

a.data-pdf:after {
  content: '(Download PDF)';
}

a.data-doc:after {
  content: '(Download DOC)';
}

a.data-xls:after {
  content: '(Download XLS)';
}

a.data-ppt:after {
  content: '(Download PPT)';
}

.data-pdf span,
.data-doc span,
.data-xls span,
.data-ppt span {
  max-width: 150px;
  display: block;
  font-size: 14px;
  color: #2f2f2f;
  text-transform: uppercase;
  text-decoration: underline;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.data-pdf:hover,
.data-doc:hover,
.data-xls:hover,
.data-ppt:hover {
  opacity: 0.9;
}

.hb-desc .orange {
  color: #dd5300;
}

.sr-specs {
  margin-bottom: 1em;
}

.service-lists-label {
  margin-top: 2em;
  font-size: 17px;
  font-weight: bold;
}

.service-lists ul {
  display: inline-block;
  vertical-align: top;
  list-style-image: url('/images/service-list-icon.png');
  margin: 1em  1em 0 24px;
}

.parking {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 10px;
}

.parking h5 {
  font-size: 21px;
}

.p-item {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  width: 45%;
  margin: 0 5% 2em 0;
}

.p-item p {
  margin-bottom: 1em;
}

.p-item a {
  text-decoration: underline;
  color: #2879d5;
}

.p-item b {
  font-weight: normal;
  font-size: 24px;
  color: #f58400;
}

.parking-wrapper {
  font-size: 0;
}

.parking-ttl h5 {
  text-align: right;
}

.button-block {
  text-align: center;
}

.button-block a {
  display: inline-block;
  vertical-align: top;
  height: 71px;
  line-height: 71px;
  padding: 0 35px;
  color: #fff;
  font-size: 20px;
  background: #f58400;
  margin: 0 5px;
  border-radius: 7px;
}

.button-block a:hover {
  background: #cb6f04;
}

.fancubox-popup {
  display: none;
  text-align: center;


}

.fancubox-popup h3 {
  padding: 0;
  margin: 0;
  color: #F58400;
  font-weight: bold;
  font-size: 19px;
}

.fancubox-popup p {
  margin-bottom: 2em;
}

#covid{
	display: none;
	padding: 20px;
	margin: 20px;
	border: 3px solid #FF0000;
	width: auto;
	max-width: 1000px;
}

#covid h1{
	padding: 10px 0 20px;
	text-align: center;
	font-size: 26pt;
	text-transform: uppercase;
}

#covid p, #covid li{
	padding: 10px 0;
	font-size: 14pt;
}

#covid ul{
	padding-left: 20px;	
}

@media (max-width: 1845px) {
  .tm-item {
    margin-right: 20px;
  }
}

@media (max-width: 1775px) {
  .tm-item {
    margin-right: 15px;
  }
}

@media (max-width: 1730px) {
  .tm-item {
    margin-right: 5px;
    font-size: 15px;
  }

  .logo {
    width: 190px;
  }
}

@media (max-width: 1560px) {
  .header-button {
    padding: 0 15px;
  }
}

@media (max-width: 1440px) {
  .logo {
    width: 150px;
  }
}

@media (max-width: 1390px) {
  .tm-item {
    font-size: 14px;
  }
}

@media (max-width: 1330px) {
  .home .slogan,
  .slogan {
    font-size: 30px;
  }

  .header-button {
    padding: 0 5px;
    font-size: 17px;
  }
}

@media (max-width: 1215px) {
  .top-menu {
    display: none;
  }

  .resposive-menu-trigger {
    display: block;
  }

  .slogan {
    display: none;
  }
}

@media (max-width: 1140px) {
  .pb-l {
    display: none;
  }

  .pb-r {
    float: none;
    width: 100%;
  }

  .products-menu-responsive {
    display: block;
    margin-bottom: 1em;
  }
}

@media (max-width: 1110px) {
  .bgb-body-left{
    float: none;
    width: 95%;
  }

  .bgb-body-right {
    float: none;
    width: 95%;
  }

  .bgb-bottom {
    width: 90%;
  }

  .bgb-bottom span {
    font-size: 30px;
  }
}

@media (max-width: 1100px) {
  .st-item {
    width: 30%;
  }
}

@media (max-width: 975px) {
  .ft-phone {
    font-size: 20px;
    white-space: nowrap;
  }
}

@media (max-width: 940px) {
  .policies-lists ul {
    width: 100%;
  }

  .p-item {
    width: 100%;
    margin: 0 0 1em;
  }
}

@media (max-width: 900px) {
  .lists-wrapper ul {
    font-size: 15px;
  }
	#covid h1{
		font-size: 20pt;
	}	
	#covid p{
		font-size: 12pt;
	}  
}

@media (max-width: 740px) {
  .ib-item {
    width: 42%;
    margin-bottom: 2em;
  }

  .fb-left,
  .fb-right {
    float: none;
    text-align: center;
  }

  .fb-right {
    margin-top: 1em;
  }

  .st-item {
    width: 45%;
  }
}

@media (max-width: 730px) {
  .hc-address {
    display: none;
  }

  .ft-block:nth-child(3) {
    display: none;
  }

  .ft-block {
    width: 45%;
  }
}

@media (max-width: 700px) {
  .bgb-pic {
    float: none;
    width: 100%;
    margin-right: 0;
    text-align: center;
    padding: 0 10px;
  }

  .bgb-body {
    width: 100%;
    padding: 0 10px;
  }

  .text-block p {
    padding: 30px 1% 0 1%;
  }
}

@media (max-width: 555px) {
  .js-ref-service {
    display: none;
  }

  .ft-block {
    width:  100%;
    margin:   0;
  }

  .st-item {
    width: 98%;
    margin: 0 1% 2em;
  }
}

@media (max-width: 470px) {
  .ib-item {
    width: 80%;
  }
}

@media (max-width: 440px) {
  .logo {
    top: 5px;
    left: 5px;
    width: 100px;
  }

  .js-book-app {
    padding: 0 1px;
    font-size: 12px;
  }

  .resposive-menu-trigger {
    margin-left: 1px;
  }
}