<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
.wrapper{ width: 100%;}
.container{ width: 100%;}

header{ height: auto; position: static;}
header .logo{ display: block; float: none; margin: 0 auto; padding: 10px; text-align: center;}
header .logo h1{ text-align: center;}

header nav{ display: none;}

header .showMenu{ display: block; float: right; margin: 5px;}
header .showMenu a{ display: block; color: #fb4424; font-size: 30px;}

header nav.phoneNav{ width: 100%; height: auto; padding: 0; font-size: 15px; float: none; margin: 0;}
header nav.phoneNav ul{ margin: 0; padding: 0; list-style-type: none;}
header nav.phoneNav ul li{ display: block; margin: 0; float: none; height: auto; line-height: normal;}
header nav.phoneNav ul li+li{ border-top: solid 1px rgba(0,0,0,0.3);}
header nav.phoneNav ul li a{ height: auto; text-align: center; padding: 10px 20px; background: none;}
header nav.phoneNav ul li a:hover{ background: none;}
header nav.phoneNav ul.subMenu{ display: block; position: static; left: 0; top: 0; margin: 0; padding-top: 0; width: 100%; border-bottom: none; font-family: 'robotolight'; font-size: 12px;}
header nav ul.subMenu li{ height: auto;}
header nav ul.subMenu li a{ width: 100%; height: auto; line-height: normal; padding: 5px 0; text-align: center;}



section{ padding: 20px 10px; padding-bottom: 90px;}

.path{ font-size: 11px; text-align: left;}
.path a{ display: inline-block; float: none; height: auto; padding: 0 5px 0 0;}
.path a:hover{ color: #fb4424;}
.path a:after{ color: #fb4424; content: ""; padding: 0 5px; font-family: 'FontAwesome'}
.path a+a{ padding-left: 0;}


h1{ font-size: 19px; line-height: 21px;}
h1 .line{ border-bottom: solid 3px #fb4424;}


.socialSection .social a{ width: 30px; height: 30px; line-height: 30px; font-size: 20px;  border-radius: 30px; -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; -o-border-radius: 30px; margin: 0 5px;}
.socialSection .social a+a{ margin-left: 5px;}


/*services*/
.servicesList .serviceItem{ width: 100%; margin-top: 30px;}
.servicesList .content{ height: auto; min-height: auto;}
/*end of services*/

.contactSection .text{text-align: left;}



.one_half{ width: 100%; float: none;}
.one_third{ width: 100%; float: none;}
.two_third{ width: 100%; float: none;}
.one_fourth{ width: 50%; float: left;}

footer{ text-align: center; line-height: normal;}
footer .copyright{ float: none; line-height: normal; height: auto; padding: 3px;}
footer .atlascript{ float: none; line-height: normal; height: auto; padding: 3px;}

.static_buttons a{ width: 60px; }
.static_buttons a .text{ display: none; }</pre></body></html>