@charset "UTF-8";
@import url("font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Oleo+Script:400|Open+Sans:300,300italic,600,600italic,800");
/*
$white: #ffffff;
$ultraLightGrey: #f7f7f7;
$lightGrey: #dddddd;
$grey: #cccccc;
$midGrey: #bbbbbb;
$darkGrey: #888888;
$ultraDarkGrey: #333333;
$black: #000000;
$red: #ff0000;
$blue: #003a6b;

$whiteAlpha95: rgba(255,255,255,.95);
$whiteAlpha90: rgba(255,255,255,.90);

$blueAlpha95: rgba(0,58,107,.95);
$blueAlpha90: rgba(0,58,107,.90);

$redAlpha95: rgba(255,0,0,.95);
$redAlpha90: rgba(255,0,0,.90);

$darkGreyAlpha95: rgba(136,136,136,.95);
$darkGreyAlpha90: rgba(136,136,136,.90);
*/
* {
  box-sizing: border-box;
}

html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  -webkit-text-size-adjust: none;
}

mark {
  background-color: transparent;
  color: inherit;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input, select, textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

/**** CUSTOM ****/
.split2Cols {
  column-count: 2;
  column-gap: 1rem;
}

.split3Cols {
  column-count: 3;
  column-gap: 1rem;
}

.split4Cols {
  column-count: 4;
  column-gap: 1rem;
}

.NoTextDecoration {
  text-decoration: none;
  color: inherit;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset;
}

.guiInput {
  border: 1px solid rgba(0, 58, 107, 0.95) !important;
  margin-bottom: 1rem;
}

.guiBtn {
  background: rgba(0, 58, 107, 0.95) !important;
}

.container.small {
  width: 30%;
}

@media screen and (max-width: 960px) {
  .container.small {
    width: 100%;
  }
}
ul#g94187ee2v,
ul#i7d60d6aab,
ul#cdfd34af4t,
ul#of5a47ca5q,
ul#n23ac2205l,
ul#ze5ff4db9z,
ul#qce19a450s {
  font-size: 10pt;
}

.rectangle-list li,
#g94187ee2v li,
#i7d60d6aab li,
#cdfd34af4t li,
ul#of5a47ca5q li,
ul#n23ac2205l li,
ul#ze5ff4db9z li,
ul#qce19a450s li {
  list-style-type: none;
}

.rectangle-list a,
#reservedBar a,
#g94187ee2v a,
#i7d60d6aab a,
#cdfd34af4t a,
#of5a47ca5q a,
#n23ac2205l a,
#ze5ff4db9z a,
#qce19a450s a {
  position: relative;
  display: block;
  padding: 0.2em 0.2em 0.2em 0.4em;
  margin: 0.5em 0 0.5em 2.5em;
  background: #ddd;
  color: #444;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  text-align: left;
  transition: all 0.3s ease-out;
}

.rectangle-list a:first-child,
#g94187ee2v a:first-child,
#i7d60d6aab a:first-child,
#cdfd34af4t a:first-child,
#of5a47ca5q a:first-child,
#n23ac2205l a:first-child,
#ze5ff4db9z a:first-child,
#qce19a450s a:first-child {
  margin: 0 0 0.5em 2.5em;
}

.rectangle-list a:hover,
#g94187ee2v a:hover,
#i7d60d6aab a:hover,
#cdfd34af4t a:hover,
#of5a47ca5q a:hover,
#n23ac2205l a:hover,
#ze5ff4db9z a:hover,
#qce19a450s a:hove {
  background: #eee;
}

#g94187ee2v a:before,
#i7d60d6aab a:before,
#cdfd34af4t a:before,
#of5a47ca5q a:before,
#n23ac2205l a:before,
#ze5ff4db9z a:before,
#qce19a450s a:before {
  display: none;
}

.rectangle-list a:before {
  content: "";
  font-family: FontAwesome;
  position: absolute;
  left: -2.5em;
  top: 50%;
  margin-top: -1em;
  background: #CCCCCC;
  height: 2em;
  width: 2em;
  line-height: 2em;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
}

.rectangle-list a.disable:before,
#g94187ee2v a.disable:before,
#i7d60d6aab a.disable:before,
#cdfd34af4t a.disable:before,
#of5a47ca5q a.disable:before,
#n23ac2205l a.disable:before,
#ze5ff4db9z a.disable:before,
#qce19a450s a.disable:before {
  background: rgba(0, 58, 107, 0.95);
  content: "";
}

.rectangle-list a:after,
#g94187ee2v a:after,
#i7d60d6aab a:after,
#cdfd34af4t a:after,
#of5a47ca5q a:after,
#n23ac2205l a:after,
#ze5ff4db9z a:after,
#qce19a450s a:after {
  position: absolute;
  content: "";
  border: 0.5em solid transparent;
  left: -1em;
  top: 50%;
  margin-top: -0.5em;
  transition: all 0.3s ease-out;
}

.rectangle-list a:hover:after,
#g94187ee2v a:hover:after,
#i7d60d6aab a:hover:after,
#cdfd34af4t a:hover:after,
#of5a47ca5q a:hover:after,
#n23ac2205l a:hover:after,
#ze5ff4db9z a:hover:after,
#qce19a450s a:hover:after {
  left: -0.5em;
  border-left-color: #CCCCCC;
}

#g94187ee2v a.disable,
#i7d60d6aab a.disable,
#cdfd34af4t a.disable,
#of5a47ca5q a.disable,
#n23ac2205l a.disable,
#ze5ff4db9z a.disable,
#qce19a450s a.disable {
  display: none !important;
}

.rectangle-list a.disable:hover:after,
#g94187ee2v a.disable:hover:after,
#i7d60d6aab a.disable:hover:after,
#cdfd34af4t a.disable:hover:after,
#of5a47ca5q a.disable:hover:after,
#n23ac2205l a.disable:hover:after,
#ze5ff4db9z a.disable:hover:after,
#qce19a450s a.disable:hover:after {
  border-left-color: rgba(0, 58, 107, 0.95);
}

#reservedBar > * {
  padding: 0 0 0 40px;
}

#reservedBar a {
  width: auto;
  float: right;
  text-align: center;
  margin-left: 1rem;
  padding: 0.2em 1rem;
}

.newsList * {
  text-decoration: none;
  color: inherit;
}

.newsList .box.feature {
  padding: 1rem;
  border: 1px solid #CCCCCC;
  min-height: 22rem;
}

.newsList .imgContainer {
  width: 100%;
  height: 10rem;
  overflow: hidden;
  position: relative;
}

.newsList img {
  position: absolute;
  margin: auto;
  min-height: 100%;
  min-width: 100%;
  /* For the following settings we set 100%, but it can be higher if needed
  See the answer's update */
  left: -100%;
  right: -100%;
  top: -100%;
  bottom: -100%;
}

.thumb {
  width: 5rem;
  height: 5rem;
  box-shadow: 0px 0px 4px #fff;
  margin: 1rem 1rem 1rem 0;
  overflow: hidden;
  background-size: cover;
  float: left;
}

/* Basic */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  background-color: #cccccc;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  font-family: "Open Sans", sans-serif;
  font-size: 13pt;
  color: #333333;
  font-weight: 300;
  line-height: 2.25rem;
}

body.is-preload *, body.is-preload *:before, body.is-preload *:after {
  -moz-animation: none !important;
  -webkit-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}

input, select, textarea {
  font-family: "Open Sans", sans-serif;
  font-size: 13pt;
  color: #333333;
  font-weight: 300;
  line-height: 2.25rem;
}

a {
  color: #ff0000;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

h1, h2, p {
  margin-bottom: 1rem !important;
}

h1, h2, h3, h4, h5, h6 {
  color: #333333;
  font-weight: 800;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  text-decoration: none;
  outline: 0;
}

h2 {
  font-size: 1rem;
  margin: 0 0 1.1rem 0;
  line-height: 1rem;
}

h3 {
  font-size: 1rem;
  margin: 0 0 1rem 0;
}

b, strong {
  font-weight: 600;
  color: #333333;
}

i, em {
  font-style: italic;
}

br.clear {
  clear: both;
}

sub {
  position: relative;
  top: 0.5rem;
  font-size: 0.8rem;
}

sup {
  position: relative;
  top: -0.5rem;
  font-size: 0.8rem;
}

hr {
  border: 0;
  border-top: solid 1px #f7f7f7;
}

blockquote {
  border-left: solid 0.5rem #f7f7f7;
  padding: 1rem 0 1rem 2rem;
  font-style: italic;
}

.alignV {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.alignO {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.alignC {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

/* Section/Article */
section, article {
  margin-bottom: 5rem;
}

section > :last-child,
article > :last-child,
section:last-child,
article:last-child {
  margin-bottom: 0;
}

header {
  margin: 0 0 0 0;
}

header h2, header h3 {
  margin: 0 0 0.25rem 0;
}

header p {
  margin: 0;
}

footer {
  margin: 2.5rem 0 0 0;
}

/* Forms */
form label {
  display: block;
  font-weight: 800;
  margin: 0 0 1rem 0;
  font-size: 0.8rem;
  color: #333333;
}

form input[type=text],
form input[type=email],
form input[type=password],
form select,
form textarea {
  -webkit-appearance: none;
  display: block;
  width: 100%;
  border: solid 1px #f7f7f7;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form select:focus,
form textarea:focus {
  border-color: #ff0000;
}

form input[type=text],
form input[type=email],
form input[type=password] {
  line-height: 3rem;
  padding: 0 1rem;
}

form select {
  line-height: 3rem;
  padding: 0 1rem;
}

form textarea {
  min-height: 9rem;
  padding: 1rem;
}

form ::-webkit-input-placeholder {
  color: #888888 !important;
}

form :-moz-placeholder {
  color: #888888 !important;
}

form ::-moz-placeholder {
  color: #888888 !important;
}

form :-ms-input-placeholder {
  color: #888888 !important;
}

form ::-moz-focus-inner {
  border: 0;
}

/* Tables */
table {
  width: 100%;
}

table tr {
  border-top: solid 1px #f7f7f7;
}

table tr:first-child {
  border-top: 0;
}

table td {
  padding: 0.5rem 1rem 0.5rem 1rem;
}

table th {
  text-align: left;
  padding: 0.5rem 1rem 0.5rem 1rem;
  font-weight: 800;
  margin: 0 0 1rem 0;
}

table thead {
  background: #dddddd;
  color: #000000;
}

/* Image */
.image {
  display: inline-block;
  outline: 0;
}

.image img {
  display: block;
  width: 100%;
}

.image.fit {
  display: block;
  width: 100%;
}

.image.featured {
  display: block;
  width: 100%;
  margin: 0 0 2.5rem 0;
}

.image.left {
  float: left;
  margin: 0 2rem 2rem 0;
}

.image.centered {
  display: block;
  margin: 0 0 2.5rem 0;
}

.image.centered img {
  margin: 0 auto;
  width: auto;
}

/* Button */
input[type=button],
input[type=submit],
input[type=reset],
button,
.button {
  -moz-transition: background-color 0.25s ease-in-out;
  -webkit-transition: background-color 0.25s ease-in-out;
  -ms-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
  -webkit-appearance: none;
  position: relative;
  display: inline-block;
  background: #ff0000;
  color: #ffffff;
  text-decoration: none;
  font-weight: 800;
  outline: 0;
  border: 0;
  cursor: pointer;
  font-size: 1.35rem;
  padding: 0.6rem 1.5rem;
}

input[type=button].icon:before,
input[type=submit].icon:before,
input[type=reset].icon:before,
button.icon:before,
.button.icon:before {
  position: relative;
  margin-right: 0.5rem;
  top: 0.05rem;
}

input[type=button]:hover,
input[type=submit]:hover,
input[type=reset]:hover,
button:hover,
.button:hover {
  background: #ff0000;
}

input[type=button]:active,
input[type=submit]:active,
input[type=reset]:active,
button:active,
.button:active {
  background: #ff0000;
}

input[type=button].alt,
input[type=submit].alt,
input[type=reset].alt,
button.alt,
.button.alt {
  background: #dddddd;
  background: rgba(0, 0, 0, 0.05);
  color: #444;
}

input[type=button].alt:hover,
input[type=submit].alt:hover,
input[type=reset].alt:hover,
button.alt:hover,
.button.alt:hover {
  background: #dddddd;
  background: rgba(0, 0, 0, 0.085);
}

input[type=button].alt:active,
input[type=submit].alt:active,
input[type=reset].alt:active,
button.alt:active,
.button.alt:active {
  background: #dddddd;
  background: rgba(0, 0, 0, 0.15);
}

input[type=button].large,
input[type=submit].large,
input[type=reset].large,
button.large,
.button.large {
  font-size: 2.25rem;
  padding: 0.8rem 0.9rem;
}

/* List */
ul {
  list-style: disc;
  padding-left: 1rem;
}

ul li {
  padding-left: 0.5rem;
}

ul.style2 {
  list-style: none;
  padding-left: 0;
}

ul.style2 li {
  padding-left: 0;
}

ol {
  list-style: decimal;
  padding-left: 1.25rem;
}

ol li {
  padding-left: 0.25rem;
}

/* Actions */
ul.actions {
  list-style: none;
  padding-left: 0;
}

ul.actions li {
  display: inline-block;
  padding: 0 0 0 0.25rem;
  margin: 0 0 0 0.25rem;
}

ul.actions li:first-child {
  margin-left: 0;
  padding-left: 0;
}

/* Menu */
ul.menu {
  list-style: none;
  padding-left: 0;
}

ul.menu li {
  border-left: solid 1px #dddddd;
  display: inline-block;
  padding: 0 0 0 0.75rem;
  margin: 0 0 0 0.75rem;
}

ul.menu li:first-child {
  border-left: 0;
  margin-left: 0;
  padding-left: 0;
}

ul li {
  page-break-inside: avoid;
}

/* Box */
.box {
  position: relative;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease-in-out;
}

.box.feature {
  padding: 0;
  min-height: 12rem;
  /* background: #ffffff;
   background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 47%, #c40303 100%);
   background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 47%,#c40303 100%);
   background: linear-gradient(to bottom, #ffffff 0%,#ffffff 47%,#c40303 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c40303',GradientType=0 ); */
}

.box.feature:hover {
  transform: scale(1.075);
  background: #ffffff;
  color: #000000;
}

.box.feature.blue {
  background: rgba(0, 58, 107, 0.95);
  color: #ffffff;
  padding: 0 !important;
}

.box.feature.blue:hover {
  background: #003a6b;
}

.box.feature.red {
  background: rgba(255, 0, 0, 0.95);
  color: #ffffff;
}

.box.feature.red:hover {
  background: #ff0000;
}

.box.feature.grey {
  background: rgba(136, 136, 136, 0.95);
  color: #ffffff;
}

.box.feature.grey:hover {
  background: #888888;
}

.box.feature .logoIstitutional {
  background: rgba(255, 255, 255, 0.8);
  margin-top: 2rem !important;
}

.box.feature .inner {
  padding: 1rem;
}

.box.feature .inner header > p {
  color: #888888;
}

.box.feature h2 {
  position: relative;
  font-size: 1.35rem;
  z-index: 2;
}

.box.feature p {
  position: relative;
  margin: 0;
  line-height: 1.5rem;
  z-index: 2;
}

.box.feature i {
  font-size: 10rem;
  color: #cccccc;
  opacity: 0.5;
}

.box.feature * {
  text-align: center;
}

.box.feature .image {
  position: relative;
  margin: 0;
}

.box.feature img.image {
  width: 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.box .continue {
  display: block;
  padding: 0 0 1rem 0;
  font-size: 4rem;
  color: #888888;
}

.box.fornitoriLoghi, .box.partnerLoghi {
  padding: 3rem;
}

.partnerLoghi h2 {
  font-size: 1.35rem;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .box.fornitoriLoghi, .box.partnerLoghi {
    padding: 2rem;
  }
}
.box #convenzioniLoghi {
  height: 14rem;
}

.box #convenzioniLoghi img {
  width: 82%;
}

.box.distributori .inner {
  background-image: url("../../images/net.jpg") !important;
  background-size: cover;
  background-position: center center;
  min-height: 12rem;
}

.box.fornitori .inner {
  background-image: url("../../images/pezzi_ricambio.png") !important;
  background-size: cover;
  background-position: center center;
  min-height: 12rem;
}

.box.flotta .inner img {
  width: 75%;
}

/* Icons */
.icon {
  position: relative;
  text-decoration: none;
}

.icon:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
}

.icon > .label {
  display: none;
}

/* Widgets */
.widget.thumbnails .grid {
  margin: 0 0 3rem 0;
}

.widget.thumbnails .image {
  margin: 0;
}

.widget.contact ul {
  list-style: none;
  padding-left: 0;
  overflow: hidden;
  position: relative;
  left: -4px;
  top: 4px;
  margin-bottom: 1.5rem;
}

.widget.contact ul li {
  display: inline-block;
  margin-right: 0.25rem;
  padding-left: 0;
}

.widget.contact ul li a {
  -moz-transition: background-color 0.25s ease-in-out;
  -webkit-transition: background-color 0.25s ease-in-out;
  -ms-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  line-height: 2.5rem;
  outline: 0;
  opacity: 0.75;
  text-decoration: none;
  background: #222222;
}

.widget.contact ul li a:before {
  color: #f7f7f7;
  font-size: 1.75rem;
  line-height: 1.5rem;
}

.widget.contact ul li a:hover {
  background: #333333;
}

.widget.contact ul li a:active {
  background: #888888;
}

/* Wrappers */
#header-wrapper {
  position: fixed;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  padding: 1.5rem 0 0.5rem 0;
  margin-top: -1.5rem;
  border-bottom: 2px solid #ff0000;
  z-index: 100;
}

#main-wrapper {
  background: #ffffff;
  box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.05);
  padding: 5rem 0 5rem 0;
}

#footer-wrapper {
  padding: 1rem 0 1rem 0;
  background: rgba(255, 255, 255, 0.95);
  border-top: 2px solid #ff0000;
}

.footerMenu ul {
  list-style-type: none;
}

.footerMenu ul li a {
  text-decoration: none;
}

.footerMenu ul li a:hover {
  text-decoration: underline;
}

.bockBox {
  margin: 3rem auto;
}

/* Header */
#header {
  position: relative;
}

/* Logo */
#logo {
  display: inline-block;
}

#logo img {
  margin-top: 1rem;
  width: 17rem;
}

/* Nav */
#nav {
  position: absolute;
  right: 0;
  top: 0.75rem;
  font-size: 0.9rem;
}

#nav ul {
  list-style: none;
  padding-left: 0;
}

#nav ul li {
  display: inline;
  line-height: 4.5rem;
  padding-left: 0;
}

#nav ul li a, #nav ul li span {
  -moz-transition: background-color 0.25s ease-in-out;
  -webkit-transition: background-color 0.25s ease-in-out;
  -ms-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
  font-weight: 800;
  letter-spacing: 0.025rem;
  color: #888888;
  background: transparent;
  text-decoration: none;
  padding: 0.5rem 0.75rem;
}

#nav ul li > ul {
  display: none;
}

#nav ul li:hover a, #nav ul li:hover span {
  color: #ff0000;
}

#nav ul li.active a, #nav ul li.active span {
  color: #ff0000;
}

#nav ul li.current a {
  color: #ff0000;
}

.dropotron {
  background: #ffffff;
  letter-spacing: 0.025rem;
  color: #888888;
  text-decoration: none;
  padding: 0.75rem 0;
  min-width: 15rem;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), 0 0.25rem 0.25rem 0.1rem rgba(0, 0, 0, 0.025);
  margin-top: calc(-0.75rem + 1px);
  margin-left: -1px;
  list-style: none;
  padding-left: 0;
}

.dropotron li {
  border-top: solid 1px #f7f7f7;
  line-height: 3rem;
  padding-left: 0;
}

.dropotron li:first-child {
  border-top: 0;
}

.dropotron li > a, .dropotron li > span {
  -moz-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
  -webkit-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
  text-decoration: none;
  color: inherit;
  display: block;
  padding: 0 1.5rem;
}

.dropotron li > a:hover, .dropotron li > span:hover {
  background: #f7f7f7;
  color: #ff0000;
}

.dropotron li.active > a, .dropotron li.active > span {
  background: #f7f7f7;
  color: #ff0000;
}

.dropotron.level-0 {
  font-size: 0.8rem;
  margin-left: 1.5rem;
  margin-top: 0;
}

.dropotron.level-0:before {
  content: "";
  position: absolute;
  top: -0.5rem;
  left: 1rem;
  border-bottom: solid 0.75rem #ffffff;
  border-left: solid 0.75rem transparent;
  border-right: solid 0.75rem transparent;
  z-index: 1;
}

#separatorHeader {
  display: block;
  width: 100%;
  height: 8rem;
  overflow: auto;
  clear: both;
}

/* Banner */
#banner {
  position: relative;
  padding: 4.5rem;
}

#banner h2 {
  font-size: 3.5rem;
  margin: 0.1rem 0 0.35rem 0;
}

#banner p {
  font-size: 2.75rem;
  line-height: 1.35rem;
  margin: 0;
}

#banner .button {
  width: 100%;
  margin-bottom: 0.5rem;
}

#banner .button.icon:before {
  position: absolute;
  right: 0.15rem;
  top: 50%;
  margin-top: -0.5rem;
}

#banner .button.alt {
  margin-bottom: 0;
}

#banner ul {
  list-style: none;
  padding-left: 0;
  margin: 0 0 0 2rem;
}

#banner ul li {
  padding-left: 0;
}

/* Footer */
#footer {
  margin-top: 0;
}

#footer a {
  color: inherit;
}

#copyright {
  color: #dddddd;
  padding: 4rem 0 0 0;
  text-align: center;
}

#copyright a {
  color: inherit;
}

/* XLarge */
@media screen and (max-width: 1680px) {
  /* Basic */
  body, input, select, textarea {
    font-size: 12pt;
  }
}
/* Large */
@media screen and (max-width: 1280px) {
  /* Basic */
  #logo {
    display: block;
    width: 100%;
    clear: both;
    overflow: auto;
    text-align: center;
  }

  #nav {
    position: relative;
  }

  #nav ul li {
    display: inline;
    line-height: 1rem;
    margin-bottom: 1rem;
    padding-left: 0;
  }

  #nav ul {
    list-style: none;
    padding-left: 0;
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 1rem;
  }

  body, input, select, textarea {
    font-size: 11pt;
  }
}
/* Medium */
#navPanel, #navToggle {
  display: none;
}

@media screen and (max-width: 980px) {
  /* Basic */
  html, body {
    overflow-x: hidden;
  }

  body, input, select, textarea {
    font-size: 11pt;
  }

  /* Section/Article */
  section, article {
    clear: both;
    margin-bottom: 3rem !important;
  }

  section.last, article.last {
    margin-bottom: 0 !important;
  }

  /* Image */
  .image.left {
    width: 25%;
    margin-bottom: 2rem !important;
  }

  /* Menu */
  ul.menu li {
    display: block;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  /* Actions */
  ul.actions li {
    display: block;
    padding: 0;
    margin: 1rem 0 0 0;
  }

  ul.actions li:first-child {
    margin-top: 0;
  }

  /* Button */
  input[type=button],
input[type=submit],
input[type=reset],
button,
.button {
    width: 100%;
    text-align: center;
    font-size: 1.35rem;
    padding: 0.85rem 0 !important;
  }

  input[type=button].icon,
input[type=submit].icon,
input[type=reset].icon,
button.icon,
.button.icon {
    padding-right: 0.75rem !important;
  }

  input[type=button].icon:before,
input[type=submit].icon:before,
input[type=reset].icon:before,
button.icon:before,
.button.icon:before {
    margin-right: 0.5rem;
    top: 0.05rem;
  }

  /* Wrappers */
  #header-wrapper {
    position: absolute;
    padding: 2rem 0 1rem 0;
    text-align: center;
  }

  #footer-wrapper {
    padding: 6rem 0 4rem 0;
  }

  /* Header */
  #header {
    margin: 0 auto;
  }

  /* Logo */
  #logo span {
    display: block;
    margin: 0;
  }

  /* Nav */
  #nav {
    display: none;
  }

  /* Banner */
  #banner {
    padding: 4.5rem 3rem;
    text-align: center;
  }

  #banner ul {
    margin: 2rem 0 0 0;
  }

  #banner .button.icon:before {
    position: relative;
    right: auto;
    top: auto;
  }

  /* Content */
  #content {
    border-bottom: solid 1px #dddddd;
    padding-bottom: 4rem;
    margin-bottom: 0 !important;
  }

  #content > :last-child {
    margin-bottom: 0 !important;
  }

  #sidebar > :last-child {
    margin-bottom: 0 !important;
  }

  /* Footer */
  #copyright {
    padding: 0;
  }

  /* Nav */
  #page-wrapper {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition: -moz-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    transition: transform 0.5s ease;
    padding-bottom: 1px;
  }

  #navToggle {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition: -moz-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    transition: transform 0.5s ease;
    display: block;
    height: 44px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10001;
  }

  #navToggle .toggle {
    width: 70px;
    height: 50px;
    opacity: 0.35;
  }

  #navToggle .toggle:before {
    display: inline-block;
    font-family: FontAwesome;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 6px;
    top: 6px;
    background: rgba(0, 0, 0, 0.5);
    width: 58px;
    height: 38px;
    content: "";
    color: #ffffff;
    text-align: center;
    line-height: 38px;
    font-size: 20px;
  }

  #navToggle .toggle:active {
    opacity: 0.75;
  }

  #navPanel {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transform: translateX(-275px);
    -webkit-transform: translateX(-275px);
    -ms-transform: translateX(-275px);
    transform: translateX(-275px);
    -moz-transition: -moz-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    transition: transform 0.5s ease;
    display: block;
    height: 100%;
    left: 0;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 275px;
    z-index: 10002;
    background: #ffffff;
    box-shadow: inset -3px 0 0 0 #dddddd;
    padding: 0 23px 0 20px;
  }

  #navPanel .link {
    display: block;
    text-decoration: none;
    height: 54px;
    line-height: 54px;
    border-top: solid 1px #f7f7f7;
    color: #888888;
  }

  #navPanel .link:first-child {
    border-top: 0;
  }

  #navPanel .indent-1 {
    display: inline-block;
    width: 1rem;
  }

  #navPanel .indent-2 {
    display: inline-block;
    width: 2rem;
  }

  #navPanel .indent-3 {
    display: inline-block;
    width: 3rem;
  }

  #navPanel .indent-4 {
    display: inline-block;
    width: 4rem;
  }

  #navPanel .indent-5 {
    display: inline-block;
    width: 5rem;
  }

  #navPanel .depth-0 {
    color: #444;
    font-weight: 800;
  }

  body.navPanel-visible #page-wrapper {
    -moz-transform: translateX(275px);
    -webkit-transform: translateX(275px);
    -ms-transform: translateX(275px);
    transform: translateX(275px);
  }

  body.navPanel-visible #navToggle {
    -moz-transform: translateX(275px);
    -webkit-transform: translateX(275px);
    -ms-transform: translateX(275px);
    transform: translateX(275px);
  }

  body.navPanel-visible #navPanel {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
/* Small */
@media screen and (max-width: 736px) {
  /* Basic */
  body, input, select, textarea {
    line-height: 2rem;
  }

  h2, h3, h4, h5, h6 {
    font-size: 13pt;
    margin: 0 0 1rem 0;
  }

  /* Section/Article */
  section, article {
    clear: both;
    margin-bottom: 3rem !important;
  }

  section.last, article.last {
    margin-bottom: 0 !important;
  }

  /* Image */
  .image.left {
    width: 25%;
    margin-bottom: 2rem !important;
  }

  /* Menu */
  ul.menu li {
    display: block;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  /* Actions */
  ul.actions li {
    display: block;
    padding: 0;
    margin: 1rem 0 0 0;
  }

  ul.actions li:first-child {
    margin-top: 0;
  }

  /* Button */
  input[type=button],
input[type=submit],
input[type=reset],
button,
.button {
    width: 100%;
    text-align: center;
    font-size: 1.25rem !important;
    padding: 0.65rem 0 !important;
  }

  input[type=button].icon,
input[type=submit].icon,
input[type=reset].icon,
button.icon,
.button.icon {
    padding-right: 0.75rem !important;
  }

  input[type=button].icon:before,
input[type=submit].icon:before,
input[type=reset].icon:before,
button.icon:before,
.button.icon:before {
    margin-right: 0.5rem;
    top: 0.05rem;
  }

  /* Box */
  .box {
    padding: 15px 15px 15px 15px;
    margin: 0;
  }

  .box.feature {
    margin: 20px 0 0 0 !important;
    padding: 0;
  }

  .box.feature .inner {
    padding: 30px 15px 30px 15px;
  }

  .box.feature p {
    margin: 0;
  }

  .box.feature .image {
    position: relative;
    margin: 0;
  }

  .box.feature .image img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  /* Widgets */
  .widget.thumbnails .image {
    margin: 0;
  }

  .widget.thumbnails .x {
    padding: 1rem 0.5rem 0 0;
  }

  .widget.thumbnails .y {
    padding: 1rem 0 0 0.5rem;
  }

  .widget.thumbnails .row:first-child .x, .widget.thumbnails .row:first-child .y {
    padding-top: 0;
  }

  /* Wrappers */
  #header-wrapper {
    position: absolute;
    padding: 3rem 0 1.5rem 0;
  }

  #banner-wrapper {
    padding: 0 15px 0 15px;
  }

  #features-wrapper {
    padding: 0 15px 40px 15px;
  }

  #main-wrapper, #footer-wrapper {
    padding: 40px 30px 40px 30px;
  }

  /* Logo */
  #logo h1 {
    font-size: 2.75rem;
    padding: 0.2rem 0.275rem;
  }

  #logo span {
    line-height: 3rem;
  }

  /* Banner */
  #banner {
    text-align: center;
    padding: 15px 15px 15px 15px;
    margin: 0 auto !important;
  }

  #banner h2 {
    font-size: 2rem;
    margin: 0.75rem 0 0.5rem 0;
  }

  #banner p {
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin: 0;
  }

  #banner ul {
    margin: 0;
  }

  #banner .button {
    margin: 0 0 1rem 0;
  }

  /* Content */
  #content {
    padding-bottom: 3rem;
  }

  /* Footer */
  #footer section {
    border-bottom: solid 1px #cccccc;
    padding-bottom: 3rem;
    margin-bottom: 1rem !important;
  }

  #footer section h1, #footer section h2, #footer section h3 {
    color: #dddddd;
  }
}
.feature {
  transition: all 0.7s ease-in-out;
}

.newsReserved {
  padding-top: 0.5rem;
  margin-top: 0.5rem;
  border-top: 1px dotted #003a6b;
}

/*# sourceMappingURL=main.css.map */
