<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;}
header .logo{ display: block; float: left; margin: 8px 10px;}
header .logo img{ display: block; border: none;}

header nav{ display: none;}

header .showMenu{ display: block; float: right; margin: 20px 15px 0 0;}
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; color: inherit;}
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;}
header nav ul.subMenu li a:hover{ color: #FFF;}



section{ padding: 90px 30px;}

.path{ font-size: 12px; 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;}


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


.contactSection .padding20{ padding: 20px 8px;}
.contactSection .text{ font-size: 12px; text-align: left;}
.contactSection h2{ font-size: 13px;}
.contactSection h2.light{font-size: 14px;}



.one_half{ width: 100%; float: none;}


footer .copyright{ margin-left: 15px;}
footer .atlascript{ margin-right: 15px;}</pre></body></html>