@font-face {
  font-family: 'montserratbold';
  src: url('fonts/montserrat-bold-webfont.woff2') format('woff2'), url('fonts/montserrat-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'montserratextralight';
  src: url('fonts/montserrat-extralight-webfont.woff2') format('woff2'), url('fonts/montserrat-extralight-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'montserratlight';
  src: url('fonts/montserrat-light-webfont.woff2') format('woff2'), url('fonts/montserrat-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'montserratmedium';
  src: url('fonts/montserrat-medium-webfont.woff2') format('woff2'), url('fonts/montserrat-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.clear {
  display: block;
  content: '';
  clear: both;
}
.transitionHover {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.transitionMenu {
  transition: all 0.25s ease;
}
.radius2 {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
.circle {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.red {
  color: #ef0016;
}
.gradient-red {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fa5c5b+0,fa5454+0,f95556+1,f95353+2,f95151+9,f9464a+23,f84348+27,f64346+27,f83d44+34,f53a41+38,f73a41+41,f5363d+44,f7343c+48,f4303a+51,f52b37+61,f32a34+61,f42a36+63,f2222f+73,f4222f+77,f11727+96,f31627+99,f01626+100,f31625+100,f11e2f+100 */
  background: #fa5c5b;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #fa5c5b 0%, #fa5454 0%, #f95556 1%, #f95353 2%, #f95151 9%, #f9464a 23%, #f84348 27%, #f64346 27%, #f83d44 34%, #f53a41 38%, #f73a41 41%, #f5363d 44%, #f7343c 48%, #f4303a 51%, #f52b37 61%, #f32a34 61%, #f42a36 63%, #f2222f 73%, #f4222f 77%, #f11727 96%, #f31627 99%, #f01626 100%, #f31625 100%, #f11e2f 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #fa5c5b 0%, #fa5454 0%, #f95556 1%, #f95353 2%, #f95151 9%, #f9464a 23%, #f84348 27%, #f64346 27%, #f83d44 34%, #f53a41 38%, #f73a41 41%, #f5363d 44%, #f7343c 48%, #f4303a 51%, #f52b37 61%, #f32a34 61%, #f42a36 63%, #f2222f 73%, #f4222f 77%, #f11727 96%, #f31627 99%, #f01626 100%, #f31625 100%, #f11e2f 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #fa5c5b 0%, #fa5454 0%, #f95556 1%, #f95353 2%, #f95151 9%, #f9464a 23%, #f84348 27%, #f64346 27%, #f83d44 34%, #f53a41 38%, #f73a41 41%, #f5363d 44%, #f7343c 48%, #f4303a 51%, #f52b37 61%, #f32a34 61%, #f42a36 63%, #f2222f 73%, #f4222f 77%, #f11727 96%, #f31627 99%, #f01626 100%, #f31625 100%, #f11e2f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa5c5b', endColorstr='#f11e2f', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
/* #######################  GENERAL SETTINGS ############################ */
* {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-family: montserratlight, Arial, Verdana, Helvetica, sans-serif;
  font-size: 17px;
  color: #000000;
  margin-top: 0px;
  background: #ffffff;
  overflow-x: hidden;
}
h1,
.contentheading,
.componentheading {
  font-size: 18px;
  font-weight: normal;
  font-family: montserratlight;
  color: #ef0016;
  padding-bottom: 20px;
  line-height: 1.2em;
  margin-top: 0 !important;
}
h2 {
  font-size: 18px;
  font-weight: normal;
  font-family: montserratbold;
  color: #898989;
  padding-bottom: 10px;
  line-height: 1.2em;
  margin-top: 0 !important;
}
h3 {
  font-size: 16px;
  font-weight: normal;
  font-family: montserratbold;
  color: black;
  padding-bottom: 5px;
  line-height: 1.2em;
  margin-top: 0 !important;
}
a,
a:visited {
  color: #000000;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  color: #ef0016;
  background: none;
}
a.image,
a.image:hover {
  border: 0;
}
li {
  margin-left: 18px;
}
ol {
  list-style: decimal;
}
ul {
  list-style: disc;
}
b,
strong {
  font-family: montserratbold;
}
.created,
.createdate {
  font-family: montserratbold;
}
.small {
  font-size: 0.8em;
}
.tooltip-inner {
  display: none;
}
.counter {
  text-align: center;
}
p.counter {
  padding-bottom: 5px;
  font-family: montserratbold;
  font-weight: normal;
  font-size: 13px;
}
.message {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1em;
  color: #666;
  text-align: center;
}
.adminform {
  background-color: #FFFFFF;
}
.clr,
.clearboth {
  clear: both;
}
/* ###################### Layout Styles ###################### */
#sidr {
  display: none;
}
#menu-toggle {
  display: none;
}
.wrapper {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
}
#header {
  background-color: #ffffff;
  position: relative;
  height: 155px;
}
#header #bar {
  background-color: #ffffff;
  height: 155px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: all 0.25s ease;
}
#header #bar #logo {
  position: absolute;
  left: 30px;
  top: 15px;
  transition: all 0.25s ease;
}
#header #bar #menu {
  position: absolute;
  right: 30px;
  top: 90px;
  transition: all 0.25s ease;
}
#header.shorter {
  height: 80px;
}
#header.shorter #bar {
  height: 80px;
  box-shadow: 0 0 10px 0 #808080;
}
#header.shorter #bar #logo {
  top: 8px;
}
#header.shorter #bar #logo img {
  max-height: 60px;
  width: auto;
}
#header.shorter #bar #menu {
  top: 40px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: #fff !important;
}
section {
  padding: 100px 0;
}
section .inner-mobile {
  display: none;
}
section li {
  margin-left: 0;
}
section p,
section ul {
  margin-bottom: 20px;
  line-height: 1.2em;
}
section iframe {
  width: 100%;
}
section#edit {
  padding: 0;
  min-height: 0px;
}
section#edit .edit {
  padding: 40px;
}
#banner .item-wrapper {
  position: relative;
  overflow: hidden;
}
#banner .item-wrapper .item-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
}
#banner .item-wrapper .item-image img {
  object-fit: cover;
}
#banner .item-wrapper .item-content {
  position: relative;
  z-index: 900;
  padding: 170px 0;
  width: 100%;
  max-width: 900px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-content: center;
  align-items: center;
  font-family: montserratmedium;
  font-size: 17px;
  color: #ffffff;
  line-height: 1.4em;
}
#banner .item-wrapper .item-content h1 {
  color: #ffffff;
  font-family: montserratextralight;
  font-size: 64px;
  padding-bottom: 40px;
}
#banner .item-wrapper .item-content .item-text a,
#banner .item-wrapper .item-content .item-text a:visited {
  display: inline-block;
  text-decoration: none;
  margin-top: 120px;
  padding: 15px 30px;
  margin-left: 30px;
  margin-right: 30px;
  color: #ffffff;
  font-family: montserratbold;
}
#banner .item-wrapper .item-content .item-text a.button-red,
#banner .item-wrapper .item-content .item-text a.button-red:visited {
  background: #ef0016;
  color: #ffffff;
  text-transform: uppercase;
}
#banner .item-wrapper .item-content .item-text a.button-white,
#banner .item-wrapper .item-content .item-text a.button-white:visited {
  background: #ffffff;
  color: #ef0016;
  text-transform: uppercase;
}
#banner .item-wrapper .item-content .item-text a:hover,
#banner .item-wrapper .item-content .item-text a.button-red:hover,
#banner .item-wrapper .item-content .item-text a.button-white:hover {
  background: #000000;
  color: #ffffff;
}
#banner .item-wrapper img {
  width: 100%;
  height: auto;
}
.col-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.col-wrapper .column {
  width: 50%;
}
section#services {
  padding-bottom: 30px;
  margin-left: -20px;
  margin-right: -20px;
}
section#services .wrapper {
  display: flex;
  flex-wrap: wrap;
}
section#services .moduletable-intro {
  text-align: center;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 150px;
  padding-left: 40px;
  padding-right: 40px;
}
section#services .moduletable-intro .item-content p {
  line-height: 1.4em;
}
section#services .moduletable-intro .item-title h2 {
  color: #ef0016;
  font-family: montserratextralight;
  font-size: 48px;
  padding-bottom: 40px;
}
section#services .moduletable-service {
  width: 33.3%;
  padding: 20px;
  display: flex;
  margin-bottom: 70px;
}
section#services .moduletable-service .article_anywhere-service {
  display: flex;
  flex-direction: column;
  width: 100%;
}
section#services .moduletable-service .item-wrapper {
  border: 1px solid #e3e3e3;
  padding: 40px;
  flex-grow: 1;
  position: relative;
}
section#services .moduletable-service .item-image {
  text-align: center;
  position: absolute;
  top: -90px;
  left: 0;
  right: 0;
}
section#services .moduletable-service .item-image img {
  max-width: 180px;
  height: auto;
  margin: 0 auto;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
section#services .moduletable-service .item-content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  text-align: left;
  padding-top: 110px;
}
section#services .moduletable-service .item-content .item-title h2 {
  color: #000000;
  font-family: montserratbold;
  font-size: 16px;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
section#services .moduletable-service .item-content .item-text {
  flex-grow: 1;
  font-size: 14px;
}
section#services .moduletable-service .item-content .item-text p {
  line-height: 1.3em;
}
section#about {
  background: #f8f8f8;
  padding-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}
section#about p,
section#about li {
  line-height: 1.4em;
}
section#about .moduletable {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}
section#about .item-title h2 {
  color: #ef0016;
  font-family: montserratextralight;
  font-size: 48px;
  padding-bottom: 40px;
}
section#team {
  background: #ffffff;
  padding-bottom: 0;
  padding-top: 80px;
}
section#team p,
section#team li {
  line-height: 1.4em;
}
section#team .item-title h2 {
  color: #ef0016;
  font-family: montserratextralight;
  font-size: 48px;
  padding-bottom: 40px;
}
section#team .item-content ul {
  margin-left: 0;
}
section#team .item-content li {
  padding-bottom: 4px;
  list-style-type: none;
  margin-left: 0;
  position: relative;
  padding-left: 25px;
}
section#team .item-content li:last-child {
  padding-bottom: 0;
}
section#team .item-content li:before {
  content: '\f00c';
  font-family: 'FontAwesome';
  color: #ef0016;
  padding-right: 5px;
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 0;
}
section#team .col-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
section#team .col-wrapper .column {
  width: 50%;
}
section#team .col-wrapper .col-left {
  padding-bottom: 50px;
}
section#team .col-wrapper .col-right img {
  position: absolute;
  right: 0px;
  bottom: 0;
  z-index: 900;
  width: 100%;
  max-width: 450px;
  height: auto;
}
section#quote {
  color: #ffffff;
  font-size: 60px;
  text-align: center;
  font-family: montserratextralight;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fa5c5b+0,fa5454+0,f95556+1,f95353+2,f95151+9,f9464a+23,f84348+27,f64346+27,f83d44+34,f53a41+38,f73a41+41,f5363d+44,f7343c+48,f4303a+51,f52b37+61,f32a34+61,f42a36+63,f2222f+73,f4222f+77,f11727+96,f31627+99,f01626+100,f31625+100,f11e2f+100 */
  background: #fa5c5b;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #fa5c5b 0%, #fa5454 0%, #f95556 1%, #f95353 2%, #f95151 9%, #f9464a 23%, #f84348 27%, #f64346 27%, #f83d44 34%, #f53a41 38%, #f73a41 41%, #f5363d 44%, #f7343c 48%, #f4303a 51%, #f52b37 61%, #f32a34 61%, #f42a36 63%, #f2222f 73%, #f4222f 77%, #f11727 96%, #f31627 99%, #f01626 100%, #f31625 100%, #f11e2f 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #fa5c5b 0%, #fa5454 0%, #f95556 1%, #f95353 2%, #f95151 9%, #f9464a 23%, #f84348 27%, #f64346 27%, #f83d44 34%, #f53a41 38%, #f73a41 41%, #f5363d 44%, #f7343c 48%, #f4303a 51%, #f52b37 61%, #f32a34 61%, #f42a36 63%, #f2222f 73%, #f4222f 77%, #f11727 96%, #f31627 99%, #f01626 100%, #f31625 100%, #f11e2f 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #fa5c5b 0%, #fa5454 0%, #f95556 1%, #f95353 2%, #f95151 9%, #f9464a 23%, #f84348 27%, #f64346 27%, #f83d44 34%, #f53a41 38%, #f73a41 41%, #f5363d 44%, #f7343c 48%, #f4303a 51%, #f52b37 61%, #f32a34 61%, #f42a36 63%, #f2222f 73%, #f4222f 77%, #f11727 96%, #f31627 99%, #f01626 100%, #f31625 100%, #f11e2f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa5c5b', endColorstr='#f11e2f', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
section#quote .item-wrapper {
  max-width: 900px;
  margin: 0 auto;
}
section#quote .item-wrapper strong {
  font-family: montserratbold;
  font-size: 20px;
  line-height: 20px !important;
}
section#quote .item-wrapper p {
  margin-bottom: 0 !important;
}
section#contact h2 {
  color: #ef0016;
  font-family: montserratlight;
  font-size: 48px;
  text-align: center;
  padding-bottom: 40px;
}
section#contact p {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.4em;
}
section#contact ul,
section#contact li {
  margin: 0;
  padding: 0;
}
section#contact ul {
  margin-top: 90px;
  margin-bottom: 90px;
  text-align: center;
  display: flex;
  flex-wrap:wrap;
  align-content: center;
  align-items: center;
  justify-content:center;
}
section#contact li {
  list-style: none;
  flex-grow: 0;
  padding: 5px 30px;
  text-transform: uppercase;
}
section#contact li .red {
  font-family: montserratbold;
}
section#contact li a,
section#contact li a:visited {
  color: #000000;
  font-family: montserratbold;
}
section#contact li a:hover {
  color: #ef0016;
}
section#map {
  padding: 0;
}
footer {
  padding: 45px 0;
}
footer .wrapper {
  display: flex;
}
footer .moduletable {
  width: 70%;
  font-size: 12px;
  text-transform: uppercase;
  font-family: montserratlight;
}
footer .moduletable ul,
footer .moduletable li {
  margin: 0;
  padding: 0;
}
footer .moduletable li {
  list-style: none;
  display: inline;
}
footer .moduletable.right {
  text-align: right;
  padding-top: 30px;
  width: 30%;
}
footer .moduletable.right li:first-child {
  display: block;
}
footer .moduletable.right a,
footer .moduletable.right a:visited {
  display: inline-block;
  color: #ef0016;
  padding-left: 5px;
  font-family: montserratbold;
}
footer .moduletable-login {
  position: absolute;
  right: 28px;
  bottom: -5px;
  width: auto;
  text-align: right;
}
footer .moduletable-login #scLogoutButton {
  margin-bottom: -10px;
}
ul.actions {
  margin: 0;
  padding: 0;
  z-index: 1000;
}
ul.actions li {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.actions li.edit-icon {
  padding: 5px;
  background: #ef0016;
  display: inline-block;
  border-radius: 4px;
  color: #ffffff;
  margin: 5px;
  font-size: 16px;
  font-family: montserratbold;
}
ul.actions li.edit-icon:hover {
  background: #898989;
}
ul.actions li.edit-icon a,
ul.actions li.edit-icon a:visited {
  color: #ffffff;
}
ul.actions li.edit-icon a:hover {
  text-decoration: none;
}
.edit input {
  height: 30px;
  line-height: 30px;
}
.edit .media-preview {
  display: none;
}
.tip-wrap,
.popover {
  display: none !important;
}
/* Form Styles */
form#userForm {
  margin: 0px;
  padding: 0px;
  border: 0;
}
form#userForm fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
form#userForm legend {
  display: none;
}
form#userForm .formCaption2 {
  display: none;
}
form#userForm .formError {
  font-family: montserratbold;
  font-size: 14px;
  color: #ef0016;
}
form#userForm div.formBody {
  float: none;
}
form#userForm input,
form#userForm textarea {
  border-radius: 0;
  background: #ffffff;
  border: 1px solid #e3e3e3;
  padding: 15px 20px;
  box-shadow: none;
  width: 100%;
  height: auto;
  line-height: auto;
  margin-bottom: 0;
  font-family: montserratlight;
  color: #000000;
}
form#userForm input:focus,
form#userForm textarea:focus {
  background: #e3e3e3;
}
form#userForm button {
  border-radius: 0;
  border: 0;
  background: #ef0016;
  padding: 15px 40px;
  box-shadow: none;
  width: auto;
  height: auto;
  line-height: auto;
  margin-bottom: 0;
  font-family: montserratbold;
  color: #ffffff;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
form#userForm button:hover {
  background: #000000;
}
form#userForm ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000000;
  font-family: montserratbold;
  font-size: 12px;
  opacity: 1;
}
form#userForm ::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
  font-family: montserratbold;
  font-size: 12px;
  opacity: 1;
}
form#userForm :-ms-input-placeholder {
  /* IE 10+ */
  color: #000000;
  font-family: montserratbold;
  font-size: 12px;
  opacity: 1;
}
form#userForm :-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
  font-family: montserratbold;
  font-size: 12px;
  opacity: 1;
}
.form-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.form-wrapper .form-field {
  margin-bottom: 16px;
  width: 100%;
}
.form-wrapper .form-field.name {
  width: 50%;
  padding-right: 8px;
}
.form-wrapper .form-field.number {
  width: 50%;
  padding-left: 8px;
}
.form-wrapper .form-field.button {
  display: flex;
  flex-direction: row-reverse;
}
#menu ul,
#menu li {
  list-style: none;
  padding: 0;
  margin: 0;
}
#menu li {
  display: inline-block;
  padding-left: 30px;
  line-height: 30px;
  position: relative;
}
#menu li.item-130 {
  padding-left: 60px;
}
#menu li.item-130:before {
  content: '/';
  font-size: 30px;
  display: block;
  font-weight: bold;
  position: absolute;
  left: 30px;
  color: #ef0016;
}
#menu a {
  color: #000000;
  font-size: 16px;
  font-family: montserratbold;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
}
#menu a:hover {
  color: #ef0016;
  background-color: none !important;
}
#menu li.item-132 a {
  font-size: 0;
}
#menu li.item-132 a:before {
  font-family: 'FontAwesome';
  font-size: 18px;
}
/* Main Menu - Mobile */
#menu-toggle #toggle {
  position: absolute;
  right: 30px;
  top: 0;
}
#menu-toggle #toggle {
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
#menu-toggle #toggle span,
#menu-toggle #toggle span:before,
#menu-toggle #toggle span:after {
  cursor: pointer;
  border-radius: 5px;
  height: 5px;
  width: 30px;
  background: #ef0016;
  position: absolute;
  display: block;
  content: '';
}
#menu-toggle #toggle span:before {
  top: -9px;
}
#menu-toggle #toggle span:after {
  bottom: -9px;
}
#menu-toggle #toggle:hover span,
#menu-toggle #toggle:hover span:before,
#menu-toggle #toggle:hover span:after {
  background: #000000;
}
#menu-toggle #toggle span,
#menu-toggle #toggle span:before,
#menu-toggle #toggle span:after {
  transition: all 500ms ease-in-out;
}
#menu-toggle #toggle.active span {
  background-color: transparent;
}
#menu-toggle #toggle.active span:before,
#menu-toggle #toggle.active span:after {
  top: 0;
  background: #000000;
}
#menu-toggle #toggle.active span:before {
  transform: rotate(45deg);
}
#menu-toggle #toggle.active span:after {
  transform: rotate(-45deg);
}
.sidr {
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 9000;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background: #000000;
}
.sidr #menu-toggle {
  z-index: 9999999999999999;
}
.sidr #menu-toggle #toggle-close {
  position: absolute;
  right: 30px;
  top: 0;
}
.sidr #menu-toggle #toggle-close {
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
.sidr #menu-toggle #toggle-close span,
.sidr #menu-toggle #toggle-close span:before,
.sidr #menu-toggle #toggle-close span:after {
  cursor: pointer;
  border-radius: 5px;
  height: 5px;
  width: 30px;
  background: #ef0016;
  position: absolute;
  display: block;
  content: '';
}
.sidr #menu-toggle #toggle-close span:before {
  top: -9px;
}
.sidr #menu-toggle #toggle-close span:after {
  bottom: -9px;
}
.sidr #menu-toggle #toggle-close:hover span,
.sidr #menu-toggle #toggle-close:hover span:before,
.sidr #menu-toggle #toggle-close:hover span:after {
  background: #000000;
}
.sidr #menu-toggle #toggle-close span,
.sidr #menu-toggle #toggle-close span:before,
.sidr #menu-toggle #toggle-close span:after {
  transition: all 500ms ease-in-out;
}
.sidr #menu-toggle #toggle-close.active span {
  background-color: transparent;
}
.sidr #menu-toggle #toggle-close.active span:before,
.sidr #menu-toggle #toggle-close.active span:after {
  top: 0;
  background: #000000;
}
.sidr #menu-toggle #toggle-close.active span:before {
  transform: rotate(45deg);
}
.sidr #menu-toggle #toggle-close.active span:after {
  transform: rotate(-45deg);
}
.sidr #menu-toggle #toggle-close {
  top: 30px;
}
.sidr #menu-toggle #toggle-close span,
.sidr #menu-toggle #toggle-close span:before,
.sidr #menu-toggle #toggle-close span:after {
  color: #ffffff;
}
.sidr #menu-toggle #toggle-close.active span:before,
.sidr #menu-toggle #toggle-close.active span:after {
  top: 0;
  background: #ffffff;
}
.sidr #menu-toggle #toggle-close:hover span:before,
.sidr #menu-toggle #toggle-close:hover span:after {
  background: #ef0016;
}
.sidr .moduletable-mainmenu {
  padding-top: 40px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  width: 100%;
}
.sidr .moduletable-mainmenu ul {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}
.sidr .moduletable-mainmenu ul li {
  display: block;
  margin: 0;
  position: relative;
}
.sidr .moduletable-mainmenu ul li a,
.sidr .moduletable-mainmenu ul li span {
  text-align: center;
  color: #ffffff;
  font-family: montserratbold;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  padding: 40px;
  font-size: 50px;
}
.sidr .moduletable-mainmenu ul li a:hover,
.sidr .moduletable-mainmenu ul li a:focus {
  color: #ef0016;
  background: #000000 !important;
}
.sidr .moduletable-mainmenu ul li.item-132 a {
  font-size: 20px;
  text-transform: none;
}
.sidr .moduletable-mainmenu ul li.item-132 a:before {
  font-family: 'FontAwesome';
  font-size: 20px;
  padding-right: 15px;
}
.sidr.right {
  left: auto;
  right: -3000px;
  z-index: 9999999999;
}
.sidr.left {
  left: -800px;
  right: auto;
  z-index: 9999999999;
}
@media only screen and (max-width: 1200px) {
  #banner .item-wrapper .item-content h1 {
    font-size: 54px;
  }
  #banner .item-wrapper .item-content .item-text a.button-red,
  #banner .item-wrapper .item-content .item-text a.button-white {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1000px) {
  #banner .item-wrapper img {
    width: auto;
    height: 100%;
    left: 0;
    right: 0;
    text-align: center;
  }
  section#team .col-wrapper .col-left {
    width: 60%;
  }
  section#team .col-wrapper .col-right {
    width: 40%;
  }
  section#team .col-wrapper .col-right img {
    max-width: 330px;
  }
}
@media only screen and (max-width: 950px) {
  section#services .moduletable-service {
    width: 50%;
  }
}
@media only screen and (max-width: 780px) {
  #menu .moduletable-mainmenu {
    display: none;
  }
  #menu-toggle {
    display: block;
  }
  #sidr {
    z-index: 999999999999;
    display: flex;
    align-content: center;
    align-items: center;
  }
  #banner .item-wrapper .item-content {
    padding: 80px 30px;
  }
  section#team .col-wrapper .col-left {
    width: 100%;
  }
  section#team .col-wrapper .col-right {
    width: 100%;
  }
  section#team .col-wrapper .col-right p {
    margin: 0;
  }
  section#team .col-wrapper .col-right img {
    max-width: 330px;
    position: relative;
    right: 0px;
  }
  section#contact ul {
    display: block;
  }
  section#contact ul li {
    margin-bottom: 10px;
  }
  footer .wrapper {
    display: block;
  }
  footer .moduletable {
    width: 100%;
  }
  footer .moduletable.right {
    width: 100%;
    text-align: left;
  }
  footer .moduletable-login {
    position: relative;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 650px) {
  #header {
    height: 80px;
  }
  #header #bar {
    height: 80px;
    box-shadow: 0 0 10px 0 #808080;
  }
  #header #bar #logo {
    top: 15px;
  }
  #header #bar #logo img {
    max-height: 70px;
    width: auto;
  }
  #header #bar #menu {
    top: 55px;
  }
  section#services {
    margin-left: 0px;
    margin-right: 0px;
  }
  section#services .moduletable-service {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  section#services .moduletable-service .item-wrapper {
    padding: 20px;
  }
  section#quote {
    font-size: 40px;
  }
  .form-wrapper .form-field.name {
    width: 100%;
    padding-right: 0;
  }
  .form-wrapper .form-field.number {
    width: 100%;
    padding-left: 0;
  }
  .sidr .moduletable-mainmenu ul li a {
    font-size: 30px;
    padding: 20px;
  }
}
@media only screen and (orientation: landscape) {
  .sidr .moduletable-mainmenu ul li a {
    font-size: 25px;
    padding: 10px 20px;
  }
}
/*# sourceMappingURL=site.css.map */