/*========= GENERAL ELEMENTS =========*/
body {
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.2; }

h1 {
  margin: 15px 0;
  font-size: 2em; }

h2, h3, h4 {
  margin: 5px 0; }

a {
  color: #2993c0; }

a:hover, a:focus {
  color: #2993c0; }

p, ul, ol {
  margin: 5px 0; }

/*========= GENERAL CLASSES =========*/
.white, .white a, a.white {
  color: white; }

.black, .black a, a.black {
  color: #252525; }

.grey, .grey a, a.grey {
  color: #9b9b9b; }

.light-grey, .light-grey a, a.light-grey {
  color: #c1c1c1; }

.blue, .blue a, a.blue {
  color: #2993c0; }

.red, .red a, a.red {
  color: #d8281b; }

.bg-white {
  background: white; }

.bg-blue {
  background: #2993c0; }

.bg-grey {
  background: #9b9b9b; }

.bg-red {
  background: #d8281b; }

.bg-light-grey {
  background: #c1c1c1; }

.bg-dark-zebra {
  background: #3c3c3c; }

.bg-dark-zebra:nth-child(2n) {
  background: #252525; }

.title-big {
  font-size: 2em;
  line-height: 1; }

.title-normal {
  font-size: 1.6em;
  line-height: 1; }

.title-small {
  font-size: 1.3em;
  line-height: 1; }

.text-big {
  font-size: 1.15em;
  font-weight: normal; }

.text-normal {
  font-size: 1em;
  font-weight: normal; }

.text-small {
  font-size: 0.9em;
  font-weight: normal; }

.text-tiny {
  font-size: 0.8em; }

.text-tiny .glyphicon {
  font-size: 0.8em; }

.uppercase {
  text-transform: uppercase; }

.underline {
  text-decoration: underline; }

.unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.bold {
  font-weight: bold; }

.italic {
  font-style: italic; }

.plate {
  position: relative;
  width: 55px;
  margin: 0 0 10px 0;
  padding: 5px;
  line-height: 1;
  z-index: 10; }

.plate-on-image {
  margin: -25px 0 5px 0; }

/*========= BLOCK CLASSES =========*/
.block > h2 {
  margin: 0;
  font-size: 1.3em;
  text-transform: uppercase; }

#nt-right .block > h2 {
  margin: 0 0 10px 0;
  padding-left: 7px;
  border-left: 4px solid #ccc; }

.front #nt-content-wrapper .block > h2 a {
  color: #252525;
  -webkit-transition: color 0.35s ease-in-out;
  -moz-transition: color 0.35s ease-in-out;
  -ms-transition: color 0.35s ease-in-out;
  -o-transition: color 0.35s ease-in-out;
  transition: color 0.35s ease-in-out; }

.front #nt-content-wrapper .block > h2 a:hover {
  text-decoration: none; }

.h2-first-blue.block > h2::first-letter, .h2-first-blue.block > h2 a:hover {
  color: #2993c0 !important; }

.h2-first-red.block > h2::first-letter, .h2-first-red.block > h2 a:hover {
  color: #d8281b !important; }

.h2-first-dark-grey.block > h2::first-letter, .h2-first-dark-grey.block > h2 a:hover {
  color: #777777 !important; }

.h2-border-bottom-blue.block > h2 {
  border-bottom: 2px solid #2993c0; }

.h2-border-bottom-red.block > h2 {
  border-bottom: 2px solid #d8281b; }

.h2-border-bottom-dark-grey.block > h2 {
  border-bottom: 2px solid #777777; }

.h2-big.block > h2 {
  font-size: 1.3em; }

.h2-normal.block > h2 {
  font-size: 1.15em; }

.h2-uppercase.block > h2 {
  text-transform: uppercase; }

.h2-black.block > h2, .h2-black.block > h2 a {
  color: #252525; }

.h2-center.block > h2 {
  text-align: center; }

.h2-small.block > h2 {
  font-size: 1.15em; }

.border-top-white {
  border-top: 1px solid white; }

.border-bottom-white {
  border-bottom: 1px solid white; }

.border-bottom-blue {
  border-bottom: 2px solid #2993c0; }

.border-bottom-red {
  border-bottom: 2px solid #d8281b; }

/*========= BTN CLASSES =========*/
.btn {
  cursor: pointer; }

/*========= MOBILE DEVICES FIXES =========*/
body.android {
  font-size: 13px;
  line-height: 1.2; }
