header {
    position: fixed;
    text-align: left;
    padding: 5px;
    border-bottom: 1px solid var(--orange);
}
#logo img {
    width: 100px;
    height: auto !important;
    float:left;
    margin: 10px 20px;
}
#htitle {
    display: none;
}

.socialmedia img {
    margin-top: 5px;
    width: 40px;
}

.desktop {
    display: none !important;
}

#hcall {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #ffffff;;
    text-align: center;
    line-height: 40px;
    font-size: 16pt;
    font-weight: bold;
    display: table;
}
#hcall img {
    height: 30px;
    position: relative;
    top: 5px;
    margin-right: 10px;
}
#hcall a {
    display: table-cell;
    vertical-align: middle;
    width: 1%;
}
#hcall a:first-child {
    text-align: right;
}
#hcall a:last-child {
    text-align: left;
}


#navigation {
    width: 100%;
    height: 50px;
    position: relative;
}
#navigation #mobilemenu {
    width: 90px;
    line-height: 60px;
    height: 50px;
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 0px;
}
#navigation #mobilemenu:before {
    content: "\2261";
    position: absolute;
    right: 20px;
    color: var(--dkred);
    font-size: 50pt;
}
#navigation h1 {
    font-size: 14px;
}
nav {
    display: none;
}
.menuactive {
    display: block !important;
}

nav ul {
    padding:0;
    margin:0;
    width: 100%;
    top: 55px;

    text-align:left;
}

nav > ul {
    position: fixed;
    height: calc(100vh - 85px);
    display: block !important;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
::-webkit-scrollbar {
    display: none;
}

.noscroll {
    position:fixed;
    overflow:hidden;
}


nav ul li {
    display: block !important;
}
nav ul li.arselected ul {
    display: block !important;
}

nav ul li a {
    width: 100%;
    display: block;
    padding: 10px;
    border-top: 2px solid var(--medorange);
    border-bottom: 2px solid var(--medorange);
    font-size: 14pt;
    text-indent: 20px;
}

nav ul ul {
    display:none;
    position: relative !important;
}
nav ul ul li {
    width: 100%;
}
nav ul ul li a {
    background-color: #3682B0;
    text-indent: 20px;
    padding: 10px 15px;
}

.ar:after, .arselected::after {
    left: 150px;
}

.content > div {
    padding-left: 40px;
    padding-right: 40px;
}

.contentblockphoto img {
    max-width:100%;
    margin:auto !important;
}
.contentblockphoto, .contentblockphoto[style] {
    width: auto !important;
    max-width: 100% !important;
    text-align: center;
}

div.contentblockphoto[style] {
    margin: auto !important;
    float:none !important;
}

main {
    font-size: 12pt;
}
main h1 {
    font-size: 24pt;
}
main h2 {
    font-size: 20pt;
}
main h3 {
    font-size: 16pt;
}
main h4 {
    font-size: 14pt;
}

#gmaps iframe {
    padding: 10px 0;
}

#contacts .tb {
    padding-top: 10px;
    padding-bottom: 10px;
}


#serviceslist > div {
    width: 94%;
    margin: 3% auto;
    font-size: 14pt;
    line-height: 20pt;
    text-align: center;
}
#serviceslist > div img {
    width: 100px;
}

footer {
    text-align: center;
    margin-bottom: 40px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  select,
  textarea,
  input {
    font-size: 16px;
  }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  select:focus,
  textarea:focus,
  input:focus {
    font-size: 16px;
    background: #eee;
  }
}
