/*@import url("fonts.googleapis.com/css?family=Ubuntu:400,500");
@import url("fonts.googleapis.com/css?family=Roboto+Slab:400,300,700&subset=latin,cyrillic-ext");*/
/*------------------------------------------------------------------
[ Master Stylesheet ]

Project:		Bonno - Responsive Multipurpose Template
Version:		1.0
Last change:	06/12/14
-------------------------------------------------------------------*/
/* Variables of awesomeness */
@font-face {
  font-family: Eigerdals;
  font-weight: bold;
  src: url("EigerdalsBold.otf") format("opentype"); }

/* Load variables to use for colours etc */
/* [ reset all styles ] */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body, div, span, h1, h2, h3, h4, h5, h6, p, em, a, img, strong, sub, b, u, i, ul, li, form, label {
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0; }

a:active, a:hover, a:focus, input:active, button:active, button, textarea:focus, input:focus {
  outline: 0; }

ins {
  text-decoration: none; }

input, select, button, textarea {
  font-size: 100%;
  margin: 0;
  padding: 0; }

button, input, select, textarea {
  font-size: 100%;
  vertical-align: baseline;
  margin: 0; }

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
  overflow: visible; }

button[disabled], html input[disabled] {
  cursor: default; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
  margin: 0;
  padding: 0; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

* {
  _nofocusline: expression(this.hideFocus=true); }

.none {
  display: none; }

li {
  list-style-type: none; }

table {
  border-collapse: collapse; }

/* Reset all styles */
/*
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=3.2.1");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=3.2.1") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=3.2.1") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=3.2.1") format("truetype"), url("../fonts/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1") format("svg");
  font-weight: normal;
  font-style: normal; }

/* FONT AWESOME CORE
 * -------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  *margin-right: .3em; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none; }

/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em; }

/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline; }

/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.1428571428571428em;
  text-align: right;
  padding-right: 0.2857142857142857em; }

[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.4285714285714286em; }

.icons-ul {
  margin-left: 2.142857142857143em;
  list-style-type: none; }

.icons-ul > li {
  position: relative; }

.icons-ul .icon-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  text-align: center;
  line-height: inherit; }

[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none; }

.icon-muted {
  color: #eeeeee; }

.icon-light {
  color: #ffffff; }

.icon-dark {
  color: #333333; }

.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.icon-2x {
  font-size: 2em; }

.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.icon-3x {
  font-size: 3em; }

.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.icon-4x {
  font-size: 4em; }

.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

.icon-5x {
  font-size: 5em; }

.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em; }

[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em; }

/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0; }

/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none; }

/* keeps Bootstrap styles with and without icons the same */
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em; }

.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block; }

.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em; }

.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em; }

.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em; }

.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em; }

.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0; }

.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em; }

.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em; }

.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em; }

/* Fixes alignment in nav lists */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  line-height: inherit; }

/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%; }

.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em; }

.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em; }

/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }

  100% {
    -moz-transform: rotate(359deg); } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg); } }

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }

  100% {
    -o-transform: rotate(359deg); } }

@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg); }

  100% {
    -ms-transform: rotate(359deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }

  100% {
    transform: rotate(359deg); } }

/* Icon rotations and mirroring */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); }

.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); }

.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); }

.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1); }

/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-flip-horizontal:before,
a .icon-flip-vertical:before {
  display: inline-block; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000"; }

.icon-music:before {
  content: "\f001"; }

.icon-search:before {
  content: "\f002"; }

.icon-envelope-alt:before {
  content: "\f003"; }

.icon-heart:before {
  content: "\f004"; }

.icon-star:before {
  content: "\f005"; }

.icon-star-empty:before {
  content: "\f006"; }

.icon-user:before {
  content: "\f007"; }

.icon-film:before {
  content: "\f008"; }

.icon-th-large:before {
  content: "\f009"; }

.icon-th:before {
  content: "\f00a"; }

.icon-th-list:before {
  content: "\f00b"; }

.icon-ok:before {
  content: "\f00c"; }

.icon-remove:before {
  content: "\f00d"; }

.icon-zoom-in:before {
  content: "\f00e"; }

.icon-zoom-out:before {
  content: "\f010"; }

.icon-power-off:before,
.icon-off:before {
  content: "\f011"; }

.icon-signal:before {
  content: "\f012"; }

.icon-gear:before,
.icon-cog:before {
  content: "\f013"; }

.icon-trash:before {
  content: "\f014"; }

.icon-home:before {
  content: "\f015"; }

.icon-file-alt:before {
  content: "\f016"; }

.icon-time:before {
  content: "\f017"; }

.icon-road:before {
  content: "\f018"; }

.icon-download-alt:before {
  content: "\f019"; }

.icon-download:before {
  content: "\f01a"; }

.icon-upload:before {
  content: "\f01b"; }

.icon-inbox:before {
  content: "\f01c"; }

.icon-play-circle:before {
  content: "\f01d"; }

.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e"; }

.icon-refresh:before {
  content: "\f021"; }

.icon-list-alt:before {
  content: "\f022"; }

.icon-lock:before {
  content: "\f023"; }

.icon-flag:before {
  content: "\f024"; }

.icon-headphones:before {
  content: "\f025"; }

.icon-volume-off:before {
  content: "\f026"; }

.icon-volume-down:before {
  content: "\f027"; }

.icon-volume-up:before {
  content: "\f028"; }

.icon-qrcode:before {
  content: "\f029"; }

.icon-barcode:before {
  content: "\f02a"; }

.icon-tag:before {
  content: "\f02b"; }

.icon-tags:before {
  content: "\f02c"; }

.icon-book:before {
  content: "\f02d"; }

.icon-bookmark:before {
  content: "\f02e"; }

.icon-print:before {
  content: "\f02f"; }

.icon-camera:before {
  content: "\f030"; }

.icon-font:before {
  content: "\f031"; }

.icon-bold:before {
  content: "\f032"; }

.icon-italic:before {
  content: "\f033"; }

.icon-text-height:before {
  content: "\f034"; }

.icon-text-width:before {
  content: "\f035"; }

.icon-align-left:before {
  content: "\f036"; }

.icon-align-center:before {
  content: "\f037"; }

.icon-align-right:before {
  content: "\f038"; }

.icon-align-justify:before {
  content: "\f039"; }

.icon-list:before {
  content: "\f03a"; }

.icon-indent-left:before {
  content: "\f03b"; }

.icon-indent-right:before {
  content: "\f03c"; }

.icon-facetime-video:before {
  content: "\f03d"; }

.icon-picture:before {
  content: "\f03e"; }

.icon-pencil:before {
  content: "\f040"; }

.icon-map-marker:before {
  content: "\f041"; }

.icon-adjust:before {
  content: "\f042"; }

.icon-tint:before {
  content: "\f043"; }

.icon-edit:before {
  content: "\f044"; }

.icon-share:before {
  content: "\f045"; }

.icon-check:before {
  content: "\f046"; }

.icon-move:before {
  content: "\f047"; }

.icon-step-backward:before {
  content: "\f048"; }

.icon-fast-backward:before {
  content: "\f049"; }

.icon-backward:before {
  content: "\f04a"; }

.icon-play:before {
  content: "\f04b"; }

.icon-pause:before {
  content: "\f04c"; }

.icon-stop:before {
  content: "\f04d"; }

.icon-forward:before {
  content: "\f04e"; }

.icon-fast-forward:before {
  content: "\f050"; }

.icon-step-forward:before {
  content: "\f051"; }

.icon-eject:before {
  content: "\f052"; }

.icon-chevron-left:before {
  content: "\f053"; }

.icon-chevron-right:before {
  content: "\f054"; }

.icon-plus-sign:before {
  content: "\f055"; }

.icon-minus-sign:before {
  content: "\f056"; }

.icon-remove-sign:before {
  content: "\f057"; }

.icon-ok-sign:before {
  content: "\f058"; }

.icon-question-sign:before {
  content: "\f059"; }

.icon-info-sign:before {
  content: "\f05a"; }

.icon-screenshot:before {
  content: "\f05b"; }

.icon-remove-circle:before {
  content: "\f05c"; }

.icon-ok-circle:before {
  content: "\f05d"; }

.icon-ban-circle:before {
  content: "\f05e"; }

.icon-arrow-left:before {
  content: "\f060"; }

.icon-arrow-right:before {
  content: "\f061"; }

.icon-arrow-up:before {
  content: "\f062"; }

.icon-arrow-down:before {
  content: "\f063"; }

.icon-mail-forward:before,
.icon-share-alt:before {
  content: "\f064"; }

.icon-resize-full:before {
  content: "\f065"; }

.icon-resize-small:before {
  content: "\f066"; }

.icon-plus:before {
  content: "\f067"; }

.icon-minus:before {
  content: "\f068"; }

.icon-asterisk:before {
  content: "\f069"; }

.icon-exclamation-sign:before {
  content: "\f06a"; }

.icon-gift:before {
  content: "\f06b"; }

.icon-leaf:before {
  content: "\f06c"; }

.icon-fire:before {
  content: "\f06d"; }

.icon-eye-open:before {
  content: "\f06e"; }

.icon-eye-close:before {
  content: "\f070"; }

.icon-warning-sign:before {
  content: "\f071"; }

.icon-plane:before {
  content: "\f072"; }

.icon-calendar:before {
  content: "\f073"; }

.icon-random:before {
  content: "\f074"; }

.icon-comment:before {
  content: "\f075"; }

.icon-magnet:before {
  content: "\f076"; }

.icon-chevron-up:before {
  content: "\f077"; }

.icon-chevron-down:before {
  content: "\f078"; }

.icon-retweet:before {
  content: "\f079"; }

.icon-shopping-cart:before {
  content: "\f07a"; }

.icon-folder-close:before {
  content: "\f07b"; }

.icon-folder-open:before {
  content: "\f07c"; }

.icon-resize-vertical:before {
  content: "\f07d"; }

.icon-resize-horizontal:before {
  content: "\f07e"; }

.icon-bar-chart:before {
  content: "\f080"; }

.icon-twitter-sign:before {
  content: "\f081"; }

.icon-facebook-sign:before {
  content: "\f082"; }

.icon-camera-retro:before {
  content: "\f083"; }

.icon-key:before {
  content: "\f084"; }

.icon-gears:before,
.icon-cogs:before {
  content: "\f085"; }

.icon-comments:before {
  content: "\f086"; }

.icon-thumbs-up-alt:before {
  content: "\f087"; }

.icon-thumbs-down-alt:before {
  content: "\f088"; }

.icon-star-half:before {
  content: "\f089"; }

.icon-heart-empty:before {
  content: "\f08a"; }

.icon-signout:before {
  content: "\f08b"; }

.icon-linkedin-sign:before {
  content: "\f08c"; }

.icon-pushpin:before {
  content: "\f08d"; }

.icon-external-link:before {
  content: "\f08e"; }

.icon-signin:before {
  content: "\f090"; }

.icon-trophy:before {
  content: "\f091"; }

.icon-github-sign:before {
  content: "\f092"; }

.icon-upload-alt:before {
  content: "\f093"; }

.icon-lemon:before {
  content: "\f094"; }

.icon-phone:before {
  content: "\f095"; }

.icon-unchecked:before,
.icon-check-empty:before {
  content: "\f096"; }

.icon-bookmark-empty:before {
  content: "\f097"; }

.icon-phone-sign:before {
  content: "\f098"; }

.icon-twitter:before {
  content: "\f099"; }

.icon-facebook:before {
  content: "\f09a"; }

.icon-github:before {
  content: "\f09b"; }

.icon-unlock:before {
  content: "\f09c"; }

.icon-credit-card:before {
  content: "\f09d"; }

.icon-rss:before {
  content: "\f09e"; }

.icon-hdd:before {
  content: "\f0a0"; }

.icon-bullhorn:before {
  content: "\f0a1"; }

.icon-bell:before {
  content: "\f0a2"; }

.icon-certificate:before {
  content: "\f0a3"; }

.icon-hand-right:before {
  content: "\f0a4"; }

.icon-hand-left:before {
  content: "\f0a5"; }

.icon-hand-up:before {
  content: "\f0a6"; }

.icon-hand-down:before {
  content: "\f0a7"; }

.icon-circle-arrow-left:before {
  content: "\f0a8"; }

.icon-circle-arrow-right:before {
  content: "\f0a9"; }

.icon-circle-arrow-up:before {
  content: "\f0aa"; }

.icon-circle-arrow-down:before {
  content: "\f0ab"; }

.icon-globe:before {
  content: "\f0ac"; }

.icon-wrench:before {
  content: "\f0ad"; }

.icon-tasks:before {
  content: "\f0ae"; }

.icon-filter:before {
  content: "\f0b0"; }

.icon-briefcase:before {
  content: "\f0b1"; }

.icon-fullscreen:before {
  content: "\f0b2"; }

.icon-group:before {
  content: "\f0c0"; }

.icon-link:before {
  content: "\f0c1"; }

.icon-cloud:before {
  content: "\f0c2"; }

.icon-beaker:before {
  content: "\f0c3"; }

.icon-cut:before {
  content: "\f0c4"; }

.icon-copy:before {
  content: "\f0c5"; }

.icon-paperclip:before,
.icon-paper-clip:before {
  content: "\f0c6"; }

.icon-save:before {
  content: "\f0c7"; }

.icon-sign-blank:before {
  content: "\f0c8"; }

.icon-reorder:before {
  content: "\f0c9"; }

.icon-list-ul:before {
  content: "\f0ca"; }

.icon-list-ol:before {
  content: "\f0cb"; }

.icon-strikethrough:before {
  content: "\f0cc"; }

.icon-underline:before {
  content: "\f0cd"; }

.icon-table:before {
  content: "\f0ce"; }

.icon-magic:before {
  content: "\f0d0"; }

.icon-truck:before {
  content: "\f0d1"; }

.icon-pinterest:before {
  content: "\f0d2"; }

.icon-pinterest-sign:before {
  content: "\f0d3"; }

.icon-google-plus-sign:before {
  content: "\f0d4"; }

.icon-google-plus:before {
  content: "\f0d5"; }

.icon-money:before {
  content: "\f0d6"; }

.icon-caret-down:before {
  content: "\f0d7"; }

.icon-caret-up:before {
  content: "\f0d8"; }

.icon-caret-left:before {
  content: "\f0d9"; }

.icon-caret-right:before {
  content: "\f0da"; }

.icon-columns:before {
  content: "\f0db"; }

.icon-sort:before {
  content: "\f0dc"; }

.icon-sort-down:before {
  content: "\f0dd"; }

.icon-sort-up:before {
  content: "\f0de"; }

.icon-envelope:before {
  content: "\f0e0"; }

.icon-linkedin:before {
  content: "\f0e1"; }

.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2"; }

.icon-legal:before {
  content: "\f0e3"; }

.icon-dashboard:before {
  content: "\f0e4"; }

.icon-comment-alt:before {
  content: "\f0e5"; }

.icon-comments-alt:before {
  content: "\f0e6"; }

.icon-bolt:before {
  content: "\f0e7"; }

.icon-sitemap:before {
  content: "\f0e8"; }

.icon-umbrella:before {
  content: "\f0e9"; }

.icon-paste:before {
  content: "\f0ea"; }

.icon-lightbulb:before {
  content: "\f0eb"; }

.icon-exchange:before {
  content: "\f0ec"; }

.icon-cloud-download:before {
  content: "\f0ed"; }

.icon-cloud-upload:before {
  content: "\f0ee"; }

.icon-user-md:before {
  content: "\f0f0"; }

.icon-stethoscope:before {
  content: "\f0f1"; }

.icon-suitcase:before {
  content: "\f0f2"; }

.icon-bell-alt:before {
  content: "\f0f3"; }

.icon-coffee:before {
  content: "\f0f4"; }

.icon-food:before {
  content: "\f0f5"; }

.icon-file-text-alt:before {
  content: "\f0f6"; }

.icon-building:before {
  content: "\f0f7"; }

.icon-hospital:before {
  content: "\f0f8"; }

.icon-ambulance:before {
  content: "\f0f9"; }

.icon-medkit:before {
  content: "\f0fa"; }

.icon-fighter-jet:before {
  content: "\f0fb"; }

.icon-beer:before {
  content: "\f0fc"; }

.icon-h-sign:before {
  content: "\f0fd"; }

.icon-plus-sign-alt:before {
  content: "\f0fe"; }

.icon-double-angle-left:before {
  content: "\f100"; }

.icon-double-angle-right:before {
  content: "\f101"; }

.icon-double-angle-up:before {
  content: "\f102"; }

.icon-double-angle-down:before {
  content: "\f103"; }

.icon-angle-left:before {
  content: "\f104"; }

.icon-angle-right:before {
  content: "\f105"; }

.icon-angle-up:before {
  content: "\f106"; }

.icon-angle-down:before {
  content: "\f107"; }

.icon-desktop:before {
  content: "\f108"; }

.icon-laptop:before {
  content: "\f109"; }

.icon-tablet:before {
  content: "\f10a"; }

.icon-mobile-phone:before {
  content: "\f10b"; }

.icon-circle-blank:before {
  content: "\f10c"; }

.icon-quote-left:before {
  content: "\f10d"; }

.icon-quote-right:before {
  content: "\f10e"; }

.icon-spinner:before {
  content: "\f110"; }

.icon-circle:before {
  content: "\f111"; }

.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112"; }

.icon-github-alt:before {
  content: "\f113"; }

.icon-folder-close-alt:before {
  content: "\f114"; }

.icon-folder-open-alt:before {
  content: "\f115"; }

.icon-expand-alt:before {
  content: "\f116"; }

.icon-collapse-alt:before {
  content: "\f117"; }

.icon-smile:before {
  content: "\f118"; }

.icon-frown:before {
  content: "\f119"; }

.icon-meh:before {
  content: "\f11a"; }

.icon-gamepad:before {
  content: "\f11b"; }

.icon-keyboard:before {
  content: "\f11c"; }

.icon-flag-alt:before {
  content: "\f11d"; }

.icon-flag-checkered:before {
  content: "\f11e"; }

.icon-terminal:before {
  content: "\f120"; }

.icon-code:before {
  content: "\f121"; }

.icon-reply-all:before {
  content: "\f122"; }

.icon-mail-reply-all:before {
  content: "\f122"; }

.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123"; }

.icon-location-arrow:before {
  content: "\f124"; }

.icon-crop:before {
  content: "\f125"; }

.icon-code-fork:before {
  content: "\f126"; }

.icon-unlink:before {
  content: "\f127"; }

.icon-question:before {
  content: "\f128"; }

.icon-info:before {
  content: "\f129"; }

.icon-exclamation:before {
  content: "\f12a"; }

.icon-superscript:before {
  content: "\f12b"; }

.icon-subscript:before {
  content: "\f12c"; }

.icon-eraser:before {
  content: "\f12d"; }

.icon-puzzle-piece:before {
  content: "\f12e"; }

.icon-microphone:before {
  content: "\f130"; }

.icon-microphone-off:before {
  content: "\f131"; }

.icon-shield:before {
  content: "\f132"; }

.icon-calendar-empty:before {
  content: "\f133"; }

.icon-fire-extinguisher:before {
  content: "\f134"; }

.icon-rocket:before {
  content: "\f135"; }

.icon-maxcdn:before {
  content: "\f136"; }

.icon-chevron-sign-left:before {
  content: "\f137"; }

.icon-chevron-sign-right:before {
  content: "\f138"; }

.icon-chevron-sign-up:before {
  content: "\f139"; }

.icon-chevron-sign-down:before {
  content: "\f13a"; }

.icon-html5:before {
  content: "\f13b"; }

.icon-css3:before {
  content: "\f13c"; }

.icon-anchor:before {
  content: "\f13d"; }

.icon-unlock-alt:before {
  content: "\f13e"; }

.icon-bullseye:before {
  content: "\f140"; }

.icon-ellipsis-horizontal:before {
  content: "\f141"; }

.icon-ellipsis-vertical:before {
  content: "\f142"; }

.icon-rss-sign:before {
  content: "\f143"; }

.icon-play-sign:before {
  content: "\f144"; }

.icon-ticket:before {
  content: "\f145"; }

.icon-minus-sign-alt:before {
  content: "\f146"; }

.icon-check-minus:before {
  content: "\f147"; }

.icon-level-up:before {
  content: "\f148"; }

.icon-level-down:before {
  content: "\f149"; }

.icon-check-sign:before {
  content: "\f14a"; }

.icon-edit-sign:before {
  content: "\f14b"; }

.icon-external-link-sign:before {
  content: "\f14c"; }

.icon-share-sign:before {
  content: "\f14d"; }

.icon-compass:before {
  content: "\f14e"; }

.icon-collapse:before {
  content: "\f150"; }

.icon-collapse-top:before {
  content: "\f151"; }

.icon-expand:before {
  content: "\f152"; }

.icon-euro:before,
.icon-eur:before {
  content: "\f153"; }

.icon-gbp:before {
  content: "\f154"; }

.icon-dollar:before,
.icon-usd:before {
  content: "\f155"; }

.icon-rupee:before,
.icon-inr:before {
  content: "\f156"; }

.icon-yen:before,
.icon-jpy:before {
  content: "\f157"; }

.icon-renminbi:before,
.icon-cny:before {
  content: "\f158"; }

.icon-won:before,
.icon-krw:before {
  content: "\f159"; }

.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a"; }

.icon-file:before {
  content: "\f15b"; }

.icon-file-text:before {
  content: "\f15c"; }

.icon-sort-by-alphabet:before {
  content: "\f15d"; }

.icon-sort-by-alphabet-alt:before {
  content: "\f15e"; }

.icon-sort-by-attributes:before {
  content: "\f160"; }

.icon-sort-by-attributes-alt:before {
  content: "\f161"; }

.icon-sort-by-order:before {
  content: "\f162"; }

.icon-sort-by-order-alt:before {
  content: "\f163"; }

.icon-thumbs-up:before {
  content: "\f164"; }

.icon-thumbs-down:before {
  content: "\f165"; }

.icon-youtube-sign:before {
  content: "\f166"; }

.icon-youtube:before {
  content: "\f167"; }

.icon-xing:before {
  content: "\f168"; }

.icon-xing-sign:before {
  content: "\f169"; }

.icon-youtube-play:before {
  content: "\f16a"; }

.icon-dropbox:before {
  content: "\f16b"; }

.icon-stackexchange:before {
  content: "\f16c"; }

.icon-instagram:before {
  content: "\f16d"; }

.icon-flickr:before {
  content: "\f16e"; }

.icon-adn:before {
  content: "\f170"; }

.icon-bitbucket:before {
  content: "\f171"; }

.icon-bitbucket-sign:before {
  content: "\f172"; }

.icon-tumblr:before {
  content: "\f173"; }

.icon-tumblr-sign:before {
  content: "\f174"; }

.icon-long-arrow-down:before {
  content: "\f175"; }

.icon-long-arrow-up:before {
  content: "\f176"; }

.icon-long-arrow-left:before {
  content: "\f177"; }

.icon-long-arrow-right:before {
  content: "\f178"; }

.icon-apple:before {
  content: "\f179"; }

.icon-windows:before {
  content: "\f17a"; }

.icon-android:before {
  content: "\f17b"; }

.icon-linux:before {
  content: "\f17c"; }

.icon-dribbble:before {
  content: "\f17d"; }

.icon-skype:before {
  content: "\f17e"; }

.icon-foursquare:before {
  content: "\f180"; }

.icon-trello:before {
  content: "\f181"; }

.icon-female:before {
  content: "\f182"; }

.icon-male:before {
  content: "\f183"; }

.icon-gittip:before {
  content: "\f184"; }

.icon-sun:before {
  content: "\f185"; }

.icon-moon:before {
  content: "\f186"; }

.icon-archive:before {
  content: "\f187"; }

.icon-bug:before {
  content: "\f188"; }

.icon-vk:before {
  content: "\f189"; }

.icon-weibo:before {
  content: "\f18a"; }

.icon-renren:before {
  content: "\f18b"; }

/* the iconic font */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #000000;
  opacity: 1.9; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  max-width:700px;
  min-width:300px;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }


.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom {
  cursor: pointer; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  position: absolute;
  right: 40px;
  top: 38px;
  text-decoration: none;
  text-align: center;
  border: 0;
  text-indent: -9999px;
  background: url(../images/close.png) 0 0 no-repeat;
  width: 22px;
  height: 22px;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -ms-transition: all 0s ease;
  transition: all 0s ease;
  z-index: 1; }

.mfp-close:hover {
  background-position: -29px 0; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
  display: none; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 80px 0;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -58px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: center;
  line-height: 32px;
  color: #b2b2b2;
  word-wrap: break-word;
  font-size: 20px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
     * Remove all paddings around the image on small screen
     */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/* popup gallery styles */
/*------------------------------------------------------------------
[ 1. GRID ]
-------------------------------------------------------------------*/
/*  1.2. SECTIONS  */
.section,
.group {
  clear: both;
  padding: 0;
  margin: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.cf:before, .section:before, .cf:after, .section:after, .group:before, .group:after {
  content: ' ';
  display: table; }

.cf:after, .section:after, .group:after {
  clear: both; }

.group {
  margin-bottom: 20px !important; }

/*  1.3. COLUMN SETUP  */
.col {
  display: block;
  float: left;
  margin: 1% 4.5% 1% 0; }

.col:last-child {
  margin-right: 0; }

.col img {
  width: auto;
  max-width: 100%; }

/*  1.4. GRID OF TWELVE  */
.span_12_of_12 {
  width: 100%; }

.span_11_of_12 {
  width: 91.26%; }

.span_10_of_12 {
  width: 82.53%; }

.span_9_of_12 {
  width: 73.8%; }

.span_8_of_12 {
  width: 65.06%; }

.span_7_of_12 {
  width: 56.33%; }

.span_6_of_12 {
  width: 47.6%; }

.span_5_of_12 {
  width: 38.86%; }

.span_4_of_12 {
  width: 30.13%; }

.span_3_of_12 {
  width: 21.4%; }

.span_2_of_12 {
  width: 12.66%; }

.span_1_of_12 {
  width: 3.933%; }

.equal .span_2_of_12 {
  width: 50%; }

.equal .span_3_of_12 {
  width: 25%; }

.equal .span_4_of_12 {
  width: 33%; }

/*------------------------------------------------------------------
[ 2. LAYOUT ]
-------------------------------------------------------------------*/
html {
  background-color: #fff;
  font-family: "Ubuntu", sans-serif;
  sx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #1a1a1a; }

html, body {
  height: 100%; }

.workspace {
  background: url(../images/preloader.gif) 50% 50% no-repeat; }
  .workspace img {
    max-width: none !important; }

.wrapper {
  padding-top: 52px;
  padding-top: 130px;
  position: relative;
  min-height: 100%;
  height: auto !important;
  width: 100%; }

.fpadding {
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 353px;
  content: '\0020'; }

.auto {
  margin: auto !important;
  float: none;
  text-align: center; }

.section {
  max-width: 1200px;
  margin: 0 auto 75px;
  padding: 0 28px; }
  .section.closed {
    margin-bottom: 0;
    padding-bottom: 10px; }
  .section.fullyclosed {
    margin-bottom: 0;
    padding-bottom: 2px; }
  .section .col.no_margin {
    margin: 0; }
  .section .col.no_tb_margin {
    margin-top: 0;
    margin-bottom: 0; }
  .section .col.no_lr_margin {
    margin-left: 0;
    margin-right: 0; }

.topbar {
    position: fixed;
    top: 0;
    width: 100%;
    height: 70px;
    background-color: #efefef;
    z-index: 10;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    border-bottom: #fff 2px solid;
}

    .topbar .logo, .topbar .logo:hover {
        position: absolute;
        background-image: url(../images/logo-nav.png);
        top: 5px;
        height: 55px;
        width: 200px;
    }

    .topbar.stick .logo {
        top: 0;
    }

    .topbar .mainmenu li {
        font-size: 14px;
    }

    .topbar .topbar-nav {
        float: right;
        position: relative;
        margin-top: 10px;
    }

        .topbar .topbar-nav .left-seperate {
            border-left: solid #ccc 1px;
            padding-left: 15px;
        }

.block {
  overflow: hidden; }

.circle, .circle:after, .circle img {
  border-radius: 100%; }

.equal {
  display: table;
  width: 100%; }

.equal > * {
  display: table-cell !important;
  padding: 40px 30px 20px;
  margin: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: none; }

.highlight {
  background-color: #F3F3F3;
  border-radius: 4px; }

.border {
  border-top: 4px solid #009ee0; }

table {
  font-weight: 300; }

table tr:last-child > * {
  padding-top: 0px; }

table th {
  font-weight: 400;
  text-align: left;
  padding-right: 50px;
  vertical-align: top; }

table nav a {
  display: block; }

.table-section {
  padding-left: 0;
  padding-right: 0; }

table.table {
  width: 100%;
  color: #555;
  font-weight: 300; }

table.table th {
  text-align: left;
  font-size: 24px;
  line-height: 26px;
  padding-bottom: 25px;
  border-bottom: 1px solid #D6D6D6;
  padding-left: 28px;
  font-weight: 300; }

table.table tbody tr {
    border-bottom: 1px solid #D6D6D6;
}

table.table tbody tr:first-child td {
  padding-top: 40px; }

table.table tbody tr:last-child td {
  padding-bottom: 40px; }

table.table tbody td:first-child {
  font-weight: 400; }

table.table td {
  padding-left: 28px;
  padding-right: 28px;
  width: 25%; }

table.table tfoot tr:first-child td {
  border-top: 1px solid #D6D6D6;
  padding-top: 25px; }

table.table tbody tr:last-child td {
  padding-top: 0; }

.fleft {
  float: left; }

.fright {
  float: right; }

/* Ian's crap \/\/\/\/ */
.xLidWrapper {
  background-color: #B00B1E; }

.register-interest {
  background-color: #ffffff;
  background-image: url(../images/LFTA_Home.jpg);
  background-position: 50% top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 0;
  padding-bottom: 27%;
  position: relative; }
  .register-interest a.register {
    background-image: url(../images/start-btn.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    bottom: 6%;
    display: block;
    height: 11%;
    position: absolute;
    right: 3%;
    text-indent: -9999em;
    width: 42%; }
  .register-interest .pricing-pane {
    background-color: rgba(0, 0, 0, 0.4);
    bottom: 0;
    display: block;
    left: 0;
    padding: 15px 15px 0;
    position: absolute; }
    .register-interest .pricing-pane .pane {
      display: inline-block;
      width: 200px; }
      .register-interest .pricing-pane .pane h3, .register-interest .pricing-pane .pane p {
        color: #fff; }

.collectable {
  border: 1px transparent solid;
  box-sizing: border-box; }
  .collectable > img {
    float: left;
    margin-right: 20px; }
  .collectable.in-collection {
    border: 1px red solid; }
    .collectable.in-collection .btn-uncollect {
      display: inline; }
    .collectable.in-collection .btn-collect {
      display: none; }

.collection {
  background-color: #fff;
  position: fixed;
  height: 150px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  left: 0;
  right: 0;
  bottom: -110px;
  margin-bottom: 0 !important;
  z-index: 1; }
  .collection .close {
    display: none; }
  .collection.active {
    bottom: 0; }
    .collection.active span.open {
      display: none; }
    .collection.active span.close {
      display: inline-block; }
  .collection span.save_msg, .collection span.load_msg {
    display: none; }
  .collection.saving span.save_msg {
    display: inline-block; }
  .collection.loading span.load_msg {
    display: inline-block; }
  .collection .collectable-icon {
    height: 50px;
    position: relative;
    display: inline-block;
    margin: 5px; }
    .collection .collectable-icon a.btn-uncollect {
      opacity: 0;
      position: absolute;
      top: 0;
      right: 0;
      line-height: 18px;
      width: 20px;
      height: 20px;
      text-align: center;
      background-color: #000;
      color: #fff; }
    .collection .collectable-icon:hover a.btn-uncollect, .collection .collectable-icon:active a.btn-uncollect {
      opacity: 1; }
    .collection .collectable-icon img {
      height: 100%; }

#collection_container {
  height: 80px;
  overflow: scroll; }

.btn-uncollect {
  display: none; }

.collection .btn-uncollect {
  display: block; }

.mfp-close {
  right: 10px;
  top: 10px; }

.mfp-bg {
  opacity: 0.35; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content,
.mfp-content {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 80%;
  margin: 20px auto;
  border-radius: 6px;
  border: 1px solid #808080;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3); }

/*------------------------------------------------------------------
[ 3. TYPOGRAPHY ]
-------------------------------------------------------------------*/
body {
  @inlude hfont-size(1);
  font-family: "Ubuntu", sans-serif; }

strong {
  font-weight: bold; }

h1, h2, h3, h4, h5, h6, .heading, .mainmenu > li > a {
  font-family: "Eigerdals", sans-serif; }

h1 {
  font-size: 37.33333px;
  line-height: 41.33333px;
  text-align: center;
  font-weight: 300;
  letter-spacing: -2px;
  background-color: #fff;
  padding: 0 35px;
  display: inline-block;
  margin-bottom: 10px; }

h2 {
  font-size: 29.55556px;
  line-height: 33.55556px;
  text-align: center;
  font-weight: 400;
  letter-spacing: -1px;
  background-color: #fff;
  padding: 0 35px;
  display: inline-block;
  margin-bottom: 12px; }

h3 {
  font-size: 23.33333px;
  line-height: 27.33333px;
  font-weight: 400;
  color: #1a1a1a;
  letter-spacing: -1px;
  margin-bottom: 10px; }

h4 {
  font-size: 18.66666px;
  line-height: 22.66666px;
  font-weight: 300;
  letter-spacing: -1px;
  margin-bottom: 12px; }

h5 {
  font-size: 15.55555px;
  line-height: 19.55555px;
  font-weight: 300;
  margin-bottom: 12px; }

h6 {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 12px;
  font-weight: 300;
  color: #009ee0; }

.heading {
  text-align: center;
  margin-bottom: 90px;
  padding: 0;
  position: relative; }

.heading:first-child {
  margin-bottom: 15px; }

.heading img {
  display: block;
  margin: auto; }

.heading img + * {
  margin-top: 24px;
  margin-bottom: 10px;
  display: inline-block; }

.heading hr {
  height: 1px;
  border: 0;
  background-color: #D6D6D6;
  overflow: hidden;
  width: 0;
  clear: both;
  position: absolute;
  margin: auto;
  left: 50%;
  top: 50%;
  z-index: -1; }

.heading h1 {
  opacity: 1; }

.heading h3 {
  font-weight: 300;
  margin-bottom: 30px; }

.heading h1,
.heading h2,
.heading h3,
.heading h4,
.heading h5,
.heading h6 {
  margin-bottom: 0; }

.heading h6 {
  margin-top: 12px; }

.heading .button, .heading .qq-upload-button {
  padding: 0 23px; }

.heading .title {
  padding: 0 52px;
  display: inline-block;
  background-color: #fff; }

.heading .title h2,
.heading .title h6 {
  padding: 0; }

.fs18 {
  font-size: 18px; }

.aligned.left {
  text-align: left; }

.aligned.center {
  text-align: center; }

.aligned.right {
  text-align: right; }

.color {
  color: #009ee0; }

.black {
  color: #000 !important; }

a {
  color: #009ee0;
  text-decoration: none; }

a:hover {
  color: #1a1a1a; }

img + h4 {
  margin-top: 25px; }

h4 + h6 {
  margin-top: -6px; }

sup {
  font-size: 40%;
  margin-right: 6px;
  position: relative;
  vertical-align: top;
  line-height: 1;
  top: .4em; }

blockquote {
  border-left: 1px solid #009ee0;
  margin-left: 20px;
  margin-bottom: 30px;
  padding-left: 20px;
  color: #555;
  font-size: 17px;
  line-height: 26px;
  font-weight: 300; }

/* [ 3.2. Buttons ] */
.button, .qq-upload-button {
  font-size: 16px;
  color: #009ee0;
  line-height: 30px;
  height: 40px;
  padding: 0 20px;
  border-radius: 5px;
  border: 2px solid #009ee0;
  background-color: transparent;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  margin-top: 25px;
  font-family: "Ubuntu", sans-serif; }

.smallbutton {
    font-size: 13px;
    color: #009ee0;
    line-height: 38px;
    height: 38px;
    padding: 0 20px;
    border-radius: 5px;
    border: 2px solid #009ee0;
    background-color: transparent;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    margin-top: 25px;
    font-family: "Ubuntu",sans-serif;


}

.smallbutton2 {
    font-size: 12px;
    color: #009ee0;
    height: 24px;
    padding: 0 10px;
    border-radius: 5px;
    border: 2px solid #009ee0;
    background-color: transparent;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    font-family: "Ubuntu",sans-serif;
}

.button:first-child, .qq-upload-button:first-child {
  margin-top: 0; }

.button:hover, .qq-upload-button:hover,
.button.hover,
.hover.qq-upload-button {
  background-color: #009ee0;
  color: #fff; }

.button.hover:hover, .hover.qq-upload-button:hover {
  background-color: #f06a55;
  border-color: #f06a55; }

.button.free, .free.qq-upload-button {
  background-color: transparent;
  border-color: #B3B3B3;
  color: #b2b2b2; }

.button.free:hover, .free.qq-upload-button:hover {
  background-color: #B3B3B3;
  color: #fff; }

.button.transparent, .transparent.qq-upload-button {
  background-color: transparent;
  border-color: #4D4D4D;
  color: #666666; }

.button.transparent:hover, .transparent.qq-upload-button:hover {
  background-color: #4D4D4D;
  color: #fff; }

.button.btn-sm, .btn-sm.qq-upload-button {
  padding: 0 15px;
  line-height: 28px;
  height: 32px;
  position: relative; }
  .button.btn-sm span.caret, .btn-sm.qq-upload-button span.caret {
    display: inline-block;
    margin: 0 0 0 15px; }
    .button.btn-sm span.caret:after, .btn-sm.qq-upload-button span.caret:after {
      position: absolute;
      right: 10px;
      top: 11px;
      content: ' ';
      display: block;
      border: solid 6px transparent;
      border-top-color: #009ee0; }
  .button.btn-sm:hover span.caret:after, .btn-sm.qq-upload-button:hover span.caret:after {
    border-top-color: #fff; }

a,
i,
input,
.mask,
.slider li img,
.topmenu ul,
.mainmenu ul,
.img *,
.img-link:after,
.img figure:before,
.img figure:after {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translateZ(0); }

/*------------------------------------------------------------------
[ 4. PRELOADER ]
-------------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  z-index: 999; }

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../images/preloader.gif);
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px; }

/*------------------------------------------------------------------
[ 5. HEADER ]
-------------------------------------------------------------------*/
.header {
  margin-bottom: 59px;
  padding: 10px 28px 0;
  position: relative;
  z-index: 9;
  opacity: 0; }

.header nav.col {
  margin-top: -10px; }

/* [ 5.2. Logotype ] */
/*.logo { font-size: 38px; text-decoration: none; font-weight: 700; line-height: 38px;  color: #1a1a1a; }
.logo:hover{ color:$primary-color; }*/
.logo, .logo:hover {
  text-indent: 999em;
  display: block;
  width: 190px;
  height: 52px;
  background-image: url("../images/logo.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 0 0;
  text-indent: -9999em;
  overflow: hidden; }

.logo img {
  height: 135px; }

.logo img,
.logo:hover img,
.logo:hover img:first-child {
  opacity: 0; }

.logo img:first-child,
.logo:hover img:last-child {
  opacity: 1; }

/* [ 5.3. Mainmenu ] */
.mainmenu > li, .topmenu > li {
  font-size: 16.8px;
  line-height: 20.8px;
  display: inline-block;
  margin-left: 15px;
  line-height: 52px;
  position: relative; }

.mainmenu > li > a, .topmenu > li > a {
  color: #1a1a1a;
  text-decoration: none; }

.mainmenu .dropdown > a, .topmenu .dropdown > a {
  border-bottom: 1px dotted #B9B9B9;
  cursor: default; }

.mainmenu > li:hover > a,
.mainmenu li.active a,
.topmenu > li:hover > a,
.topmenu li.active a {
  color: #009ee0;
  border-color: transparent; }

.mainmenu ul, .topmenu ul {
  position: absolute;
  left: 1px;
  top: 52px;
  background-color: #333333;
  border-radius: 2px;
  padding: 8px 34px 9px 17px;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  display: none; }

.mainmenu ul.otherwise, .topmenu ul.otherwise {
  padding: 8px 17px 9px 34px;
  text-align: right;
  left: auto;
  right: 0; }

.mainmenu ul li, .topmenu ul li {
  font-size: 16px;
  line-height: 30px;
  white-space: nowrap; }

.mainmenu ul li a, .topmenu ul li a {
  color: #cccccc;
  text-decoration: none; }

.mainmenu ul li a:hover, .topmenu ul li a:hover {
  color: #009ee0; }

.mainmenu > li:hover ul, .topmenu > li:hover ul {
  opacity: 1;
  visibility: visible; }

/* 5.4. Responsive menu styles */
.slicknav_menu {
  display: none;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 53px;
  overflow: hidden; }

.slicknav_menu * {
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -ms-transition: all 0s ease;
  transition: all 0s ease; }

.slicknav_btn {
  position: relative;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -ms-transition: all 0s ease;
  transition: all 0s ease; }

.slicknav_menu .slicknav_menutxt {
  display: block;
  float: left; }

.slicknav_menu .slicknav_icon {
  display: inline-block;
  vertical-align: middle;
  background: url(../images/ico-menu.png) 0 0 no-repeat;
  width: 53px;
  height: 53px; }

.slicknav_menu .slicknav_icon:hover {
  background-position: -60px 0; }

.opened .slicknav_icon {
  background: url(../images/close.png) no-repeat;
  width: 22px;
  height: 22px; }

.opened .slicknav_icon:hover {
  background-position: -29px 0; }

.opened .slicknav_btn {
  margin-bottom: 40px;
  margin-top: 80px; }

.slicknav_menu .slicknav_icon-bar {
  display: none; }

.slicknav_nav {
  clear: both;
  text-align: right; }

.slicknav_nav ul,
.slicknav_nav li {
  display: block !important;
  white-space: nowrap; }

.slicknav_nav .slicknav_item {
  display: block;
  cursor: pointer;
  margin-bottom: 0; }

.slicknav_nav a {
  display: block;
  font-size: 40px;
  line-height: 48px;
  font-weight: 300;
  color: #fff;
  text-decoration: none;
  margin-bottom: 20px; }

.slicknav_nav .slicknav_item a {
  display: inline; }

.slicknav_nav {
  color: #fff;
  margin: 0 0 40px 0;
  text-align: center; }

.slicknav_nav,
.slicknav_nav ul {
  list-style: none;
  overflow: visible !important; }

.slicknav_nav ul li a {
  color: #666666;
  font-size: 24px;
  margin-bottom: 0;
  line-height: 34px; }

.slicknav_nav ul {
  padding: 0;
  margin: 7px 0 20px; }

.slicknav_nav ul a {
  color: #666666; }

.slicknav_nav ul a:hover,
.slicknav_nav a:hover,
.slicknav_nav ul .current-menu-item a {
  color: #009ee0; }

.slicknav_arrow {
  display: none; }

.opened .slicknav_menu {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.9);
  height: 100%;
  overflow: auto; }

/*------------------------------------------------------------------
[ 6. CONTENT ]
-------------------------------------------------------------------*/
.content {
  font-size: 17px;
  padding-bottom: 40px;
  opacity: 0; }

.content p {
  line-height: 26px;
  color: #666666;
  font-weight: 300;
  padding-bottom: 15px; }

.content p a.internal {
  border-bottom: 1px dotted; }

.content ul {
  padding-bottom: 15px;
  padding-left: 27px; }

.content li {
  color: #666666;
  font-weight: 300;
  line-height: 26px;
  position: relative; }

.content ul li:before {
  position: relative;
  left: -18px;
  top: -4px;
  content: '\0020';
  background-color: #009ee0;
  border-radius: 3px;
  display: inline-block;
  width: 3px;
  height: 3px;
  line-height: inherit; }

.content ol li {
  list-style-type: decimal; }

.content .col h1,
.content .col h2 {
  padding: 0; }

h1.inl {
  display: block;
  text-align: left; }

p.author {
  font-size: 20px;
  color: #000;
  padding-top: 7px; }

p.author ins {
  font-size: 18px;
  color: #999999; }

.testimonials .section {
  margin-top: -34px; }

.testimonials .section:first-child {
  margin-top: 0; }

#map {
  height: 400px; }

.profile {
  margin-bottom: 120px; }

.profile .section {
  margin-bottom: 30px; }

.printspec li {
  margin: 0 0 15px; }

.faq {
  text-align: left; }

.faq .answer {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.4s;
  -moz-transition: max-height 0.4s;
  transition: max-height 0.4s; }
  .faq .answer blockquote {
    margin-left: 10px; }

.faq .question {
  cursor: pointer;
  position: relative;
  margin: -6px 0 5px;
  border-top: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
  padding: 15px 0 0 20px; }
  .faq .question:before {
    content: '';
    position: absolute;
    top: 24px;
    left: 0;
    width: 0;
    height: 0;
    border: transparent 5px solid;
    border-left-color: #009ee0; }

.faq .question.visible:before {
  border-color: transparent;
  border-top-color: #009ee0;
  left: -4px;
  top: 27px; }
.faq .question.visible .answer {
  max-height: 300px;
  overflow: hidden; }

.topbar-nav li.basket {
  width: 100px;
  height: 21px;
  text-align: right;
  position: relative;}
  .topbar-nav li.basket span.basket-info {
      float:left;
    line-height: 14px;
    font-size: 11px;
    display: inline-block;
    /*position: absolute;*/
    top: 1px;
    right: 45px; }
  .topbar-nav li.basket .icon-basket {
      float:left;
    text-indent: 999em;
    display: inline-block;
    width: 36px;
    background-image: url(../images/ico-basket.png);
    height: 32px;
    /*position: absolute;*/
    top: 0;
    right: 0; }
  .topbar-nav li.basket .icon-fav {
      float:left;
    text-indent: 999em;
    display: inline-block;
    width: 36px;
    background-image: url(../images/ico-fav.png);
    height: 32px;
    /*position: absolute;*/
    top: 0;
    right: 0; }

.dropdown .dropdown-menu li:before {
  content: none; }

.button.dropdown-toggle, .dropdown-toggle.qq-upload-button {
  width: 100%; }
  .button.dropdown-toggle.dropdown-open, .dropdown-toggle.dropdown-open.qq-upload-button {
    border-radius: 5px 5px 0 0; }

.dropdown-container {
  position: relative; }

label {
  margin: 0 0 10px;
  display: inline-block; }

select {
  line-height: 30px;
  height: 30px;
  border: solid 2px #efefef;
  padding: 0 5px;
  display: inline-block; }
  select.fullwidth {
    width: 100%; }
  select.notfullwidth {
    width: 70%; }

.qq-upload-button {
  line-height: 40px;
  transition: background-color .4s, color .2s; }

/*------------------------------------------------------------------
[ 7. PORTFOLIO ]
-------------------------------------------------------------------*/
.portfolio {
  font-size: 0;
  margin-bottom: 120px;
  padding: 0; }
  .portfolio span.smaller {
    font-size: 0.75em; }
  .portfolio > * {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 24%;
    margin: 0 0.5% 1%;
    position: relative; }

.mask, .mask_top, .mask_btm {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: table;
  background-color: #2b2b2b;
  opacity: 0;
  font-size: 22px;
  text-align: center; }

.mask_btm {
  top: auto;
  bottom: 0; }

.work {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1); }

.work img {
  width: 100%; }

.work:not(.doubled):hover .mask {
  opacity: 0.9; }

.work.doubled .halfheight {
  position: relative; }

.work.doubled .halfheight:first-child {
  margin-bottom: 4.2%; }

.work.doubled > .halfheight:hover .mask_top,
.work.doubled > .halfheight:hover .mask_btm {
  opacity: 0.9; }

.mask a,
.mask_top a,
.mask_btm a {
  padding: 0 20px; }

.mask > *,
.mask_top > *,
.mask_btm > * {
  display: table-cell;
  vertical-align: middle;
  color: #fff !important;
  text-decoration: none;
  opacity: 0;
  -webkit-transition: opacity 0.5s 0s ease-in-out;
  -moz-transition: opacity 0.5s 0s ease-in-out;
  -ms-transition: opacity 0.5s 0s ease-in-out;
  transition: opacity 0.5s 0s ease-in-out; }

.work:hover .mask > *, li:hover .mask > *,
.work:hover .mask_top > *, li:hover .mask_top > *,
.work:hover .mask_btm > *, li:hover .mask_btm > * {
  opacity: 1; }

.works-container {
  transform: translateZ(0px);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden; }

.works-container > * {
  display: none;
  float: left; }

ul.nav-portfolio {
  text-align: center;
  padding: 0; }

.nav-portfolio li {
  display: inline-block;
  margin: 0 4px 10px;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase; }

ul.nav-portfolio li:before {
  display: none; }

.nav-portfolio li a {
  display: block;
  padding: 0 6px 8px;
  color: #1a1a1a;
  position: relative;
  letter-spacing: 1px; }

.nav-portfolio li a.active,
.nav-portfolio li a:hover {
  color: #009ee0; }

.nav-portfolio li a ins {
  position: absolute;
  height: 1px;
  background-color: #F5BAB1;
  width: 0;
  margin: auto;
  left: 50%;
  bottom: 0;
  overflow: hidden;
  clear: both;
  -webkit-transform: translateZ(0); }

/*------------------------------------------------------------------
[ 8. TEAM ]
-------------------------------------------------------------------*/
.team {
  margin-bottom: 40px; }

.team .group > .col {
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 84px;
  display: inline-block;
  float: none;
  width: 24.5%;
  vertical-align: top;
  height: 330px; }

.team .active {
  z-index: 5; }

.team .group {
  margin-bottom: 0; }

.team .group:last-child {
  margin-bottom: -108px !important; }

.team h4 {
  margin-bottom: 12px !important; }

/* [ 8.2. Images ] */
.img {
  position: relative;
  overflow: hidden;
  text-align: center;
  height: 220px;
  display: block;
  margin: 0 auto 43px; }

.img figure:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #009ee0;
  content: '\0020';
  opacity: 0;
  z-index: 2;
  border-radius: 100%; }

.img figure {
  height: 220px;
  line-height: 220px;
  margin: auto;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  width: 220px;
  z-index: 2; }

.img + * {
  margin-bottom: 5px; }

.img:hover figure:before,
.hover .img figure:before {
  opacity: .9; }

.img figure:after {
  background: url(../images/ico-toggle.png) no-repeat;
  width: 40px;
  height: 22px;
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  content: '\0020';
  opacity: 0;
  z-index: 2;
  border-radius: 0;
  margin: -11px 0 0 -24px; }

.img:hover figure:after,
.hover .img figure:after {
  opacity: 1; }

.vacancy figure {
  background-color: #009ee0; }

.vacancy figure img {
  margin: auto;
  display: inline-block;
  line-height: 220px;
  border-radius: 0;
  vertical-align: middle;
  position: relative;
  z-index: 1; }

.img div {
  display: table;
  position: absolute;
  left: 0;
  top: 0;
  width: 220px;
  height: 100%;
  opacity: 0;
  z-index: 2; }

.img:hover div,
.hover .img div {
  opacity: 1; }

.img ul {
  display: table-cell;
  vertical-align: middle;
  padding: 0; }

.img li {
  display: block;
  float: none;
  line-height: 28px;
  font-size: 17px;
  font-weight: 300;
  color: #fff; }

.img li.date {
  font-weight: 400; }

/* [ 8.3. Expand wrap for Team ] */
.expandteam {
  background-color: #F7F7F7;
  position: absolute;
  width: 100%;
  left: 0;
  top: auto;
  margin-top: 50px;
  z-index: 4;
  height: 0;
  overflow: hidden;
  transform: translateZ(0px); }

.expandteam .corner {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #f7f7f7;
  border-style: solid;
  border-width: 21px;
  content: "\0020";
  height: 0;
  left: 50%;
  margin: -42px 0 0 -21px;
  position: absolute;
  top: auto;
  width: 0;
  display: none; }

.expandteam .section {
  position: relative;
  margin: 0 auto; }

.expandteam .inner .section {
  margin-bottom: 0;
  display: table-cell;
  vertical-align: middle;
  position: relative; }

.expandteam .inner {
  display: table;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -ms-transition: opacity .3s ease;
  transition: opacity .3s ease; }

.expandteam.active .inner {
  opacity: 1; }

.expandteam .close {
  position: absolute;
  right: 28px;
  top: 45px;
  background: url(../images/close.png) 0 0 no-repeat;
  width: 22px;
  height: 22px;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -ms-transition: all 0s ease;
  transition: all 0s ease;
  z-index: 1; }

.expandteam .close:hover {
  background-position: -29px 0; }

.expandteam .col {
  display: inline-block;
  float: none;
  margin-right: 2.6%;
  vertical-align: top; }

.expandteam .col p {
  padding-bottom: 60px; }

.expandteam .col p:last-child {
  padding-bottom: 0; }

.expandteam .social {
  margin-bottom: 25px; }

.expandteam .social ul {
  padding: 0; }

.expandteam .social li {
  display: inline-block;
  font-size: 42px;
  margin: 0 9px;
  line-height: 42px; }

.expandteam .social li:before {
  display: none !important; }

.expandteam .social li a,
.expandteam .social li a i {
  color: #303030;
  text-decoration: none; }

.expandteam .social li a:hover,
.expandteam .social li a:hover i {
  color: #009ee0; }

.expandteam .social + p {
  font-size: 20px; }

/*------------------------------------------------------------------
[ 9. SLIDER ]
-------------------------------------------------------------------*/
/* [ 9.1. Logos slider ] */
.slider {
  position: relative;
  margin-bottom: 150px;
  padding: 0; }

.slider ul {
  padding: 0; }

.slider li {
  float: left;
  text-align: center;
  min-width: 250px;
  position: relative; }

.slider li:before {
  display: none !important; }

.slider li > a {
  display: block; }

.slider li img {
  max-width: 100%; }

.slider.logos .sliderwrap {
  width: 85%;
  margin: auto; }

.slider.logos li img {
  opacity: .3; }

.slider.logos li:hover img {
  opacity: 1; }

.popupslider {
  font-size: 0; }

.popupslider li:hover .mask {
  opacity: .9;
  width: 100.01%; }

.popupslider li {
  display: inline-block;
  vertical-align: top;
  float: none; }

.popupslider li img {
  width: 100%;
  float: left; }

/* [ 9.2. Oneslider ] */
.oneslider {
  position: relative;
  margin-bottom: 130px;
  padding: 0; }

.oneslider ul {
  padding: 0; }

.oneslider li {
  float: left;
  position: relative;
  vertical-align: middle; }

.oneslider li:before {
  display: none !important; }

.oneslider li img {
  max-width: 100%;
  display: block; }

.oneslider li .title {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -25px;
  text-align: center;
  font-size: 48px;
  color: #fff;
  letter-spacing: -2px;
  font-weight: 300;
  height: 50px;
  width: 100%;
  display: block;
  white-space: nowrap;
  line-height: 48px; }

/* [ 9.3. Pricing ] */
.pricing > * {
  margin-bottom: 30px !important; }

.pricing .col {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0; }

.pricing .span_2_of_12 {
  width: 50%; }

.pricing .span_3_of_12 {
  width: 25%; }

.pricing .span_4_of_12 {
  width: 33%; }

.pricing .num {
  font-size: 80px;
  line-height: 80px;
  font-weight: 300;
  color: #4d4d4d;
  margin-bottom: 5px; }

.pricing h3 {
  margin-bottom: 40px; }

.pricing h5 {
  font-weight: 400;
  margin-bottom: 23px; }

.pricing h6 {
  font-size: 17px;
  color: #b2b2b2;
  margin-bottom: 39px; }

.pricing .button, .pricing .qq-upload-button {
  margin: 32px 0 25px;
  padding: 0 25px;
  min-width: 85px; }

.pricing .button:last-child, .pricing .qq-upload-button:last-child {
  margin-bottom: 0; }

.pricing p {
  line-height: 28px; }

.pricing p:last-child {
  padding-bottom: 0; }

.pricing .pagination.lined a {
  width: 133px !important;
  text-indent: 0;
  text-decoration: none;
  color: #666666;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300; }

.pricing .pagination.lined a.selected,
.pricing .pagination.lined a:hover {
  width: 133px;
  color: #009ee0; }

.pricing .pagination span {
  display: block;
  padding-top: 15px; }

/* [ 9.4. History ] */
.history li {
  width: 360px; }

.history h2 {
  font-weight: 300; }

.history p {
  padding: 0 40px 60px; }

.history .navbar {
  position: relative; }

.history .arrow.prev {
  left: 50%;
  margin: 0 0 0 -75px; }

.history .arrow.next {
  right: 50%;
  margin: 0 -75px 0 0; }

.arrow,
.mfp-arrow {
  background: url(../images/arrows.png) 0 0 no-repeat;
  width: 51px;
  height: 51px;
  display: block;
  border: 1px solid transparent;
  border-radius: 4px;
  position: absolute;
  z-index: 3;
  top: 50%;
  margin-top: -28px;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -ms-transition: all 0s ease;
  transition: all 0s ease; }

.arrow:hover,
.mfp-arrow:hover {
  border-color: #CCCCCC; }

.arrow.prev,
.mfp-arrow-left {
  background-position: 0 0;
  left: 30px; }

.mfp-arrow-left {
  left: 50px; }

.arrow.prev:hover,
.mfp-arrow-left:hover {
  background-position: 0 -60px; }

.arrow.next,
.mfp-arrow-right {
  background-position: -86px 0;
  right: 30px; }

.mfp-arrow-right {
  right: 50px; }

.arrow.next:hover,
.mfp-arrow-right:hover {
  background-position: -86px -60px; }

.pagination {
  text-align: center;
  margin: 0 auto -10px;
  font-size: 0;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -42px; }

.pagination a {
  text-indent: -9999px;
  height: 10px;
  width: 43px;
  display: inline-block;
  border-top: 2px solid  #D9D9D9;
  margin: 0 2px; }

.pagination a.selected,
.pagination a:hover {
  border-top-color: #009ee0; }

.num {
  color: #000;
  font-size: 48px;
  line-height: 48px; }

/*------------------------------------------------------------------
[ 10. FOOTER ]
-------------------------------------------------------------------*/
.footer {
  padding-top: 75px;
  padding-bottom: 65px;
  background-color: #F2F2F2;
  opacity: 0;
  position: relative;
  height: 213px;
  margin-top: -353px; }

.footer .section {
  margin-bottom: 0; }

.footer p {
  font-size: 16px;
  line-height: 26px;
  color: #999999;
  padding-bottom: 5px;
  font-weight: 300;
  margin: auto; }

.footer p:last-child {
  padding-bottom: 0; }


.footer .social {
  margin-bottom: 16px; }

.footer .social li {
  display: inline-block;
  font-size: 29px;
  margin: 0 5px;
  line-height: 30px; }

.footer .social li a,
.footer .social li a i {
  color: #303030;
  text-decoration: none; }

.footer .social li a:hover,
.footer .social li a:hover i {
  color: #009ee0; }

/*------------------------------------------------------------------
[ 11. PAGE 404 ]
-------------------------------------------------------------------*/
.page404 .content {
  padding: 130px 0 40px; }

.page404 .heading {
  margin-bottom: 65px; }

.page404 h1 {
  font-size: 80px;
  line-height: 84px;
  text-transform: uppercase;
  padding: 0; }

.page404 h1 small {
  display: block;
  font-size: 24px;
  color: #a3a3a3;
  margin-top: 18px;
  text-transform: none;
  line-height: 26px;
  letter-spacing: 0; }

.page404 .fpadding {
  padding-bottom: 146px; }

.page404 .footer {
  background-color: transparent;
  padding: 60px 0;
  height: 26px;
  margin-top: -146px; }

/*------------------------------------------------------------------
[ 12. FORMS  ]
-------------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  font-size: 16px;
  color: #000;
  height: 45px;
  padding: 0 18px;
  width: 100%;
  border: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Ubuntu", sans-serif;
  font-weight: 300; }

textarea {
  height: 145px;
  line-height: 26px;
  overflow: auto;
  resize: none;
  padding: 18px;
  border-bottom: 0; }

::-webkit-input-placeholder {
  opacity: 1;
  color: #b2b2b2;
  font-weight: 300; }

::-moz-placeholder {
  opacity: 1;
  color: #b2b2b2;
  font-weight: 300; }

input:-ms-input-placeholder {
  opacity: 1;
  color: #b2b2b2;
  font-weight: 300; }

textarea:-ms-input-placeholder {
  opacity: 1;
  color: #b2b2b2;
  font-weight: 300; }

input:invalid,
input.invalid,
textarea:invalid,
textarea.invalid {
  color: #009ee0;
  box-shadow: 0 0 0; }

input.invalid::-webkit-input-placeholder {
  color: #d94147;
  box-shadow: 0 0 0; }

input.invalid::-moz-placeholder {
  color: #d94147;
  box-shadow: 0 0 0; }

input.invalid:-ms-input-placeholder {
  opacity: 1;
  color: #b2b2b2;
  font-weight: 300; }

textarea.invalid::-webkit-input-placeholder {
  color: #d94147;
  box-shadow: 0 0 0; }

textarea.invalid::-moz-placeholder {
  color: #d94147;
  box-shadow: 0 0 0; }

textarea.invalid:-ms-input-placeholder {
  color: #d94147;
  box-shadow: 0 0 0; }

.succs-msg {
  display: none;
  font-weight: 300;
  font-size: 16px;
  line-height: 46px; }

.formwrap {
  border: 1px solid #B3B3B3;
  border-radius: 4px;
  margin-bottom: 5px; }

.formwrap > *:first-child,
.form-row:first-child * {
  border-radius: 4px 4px 0 0; }

.formwrap > *:last-child,
.form-row:last-child * {
  border-radius: 0 0 4px 4px; }

.formwrap input[type="text"],
.formwrap input[type="email"] {
  border-bottom: 1px solid #E0E0E0; }

.form-row {
  position: relative; }

.form-row textarea {
  padding-top: 10px;
  padding-bottom: 10px; }

.formwrap label {
  font-size: 17px;
  font-weight: 300;
  line-height: 46px;
  color: #666;
  position: absolute;
  left: -108px;
  width: 108px;
  font-family: "Ubuntu", sans-serif; }

.formwrap .checkbox {
  overflow: hidden;
  padding: 0 20px 15px; }

.formwrap .checkbox label {
  line-height: 25px;
  box-sizing: border-box;
  position: relative;
  left: auto;
  display: inline-block;
  width: 100%;
  padding: 5px 20px 5px 50px;
  margin-left: -40px; }

.formwrap .checkbox .half-width {
  width: 50%;
  display: block;
  float: left; }

.formwrap p {
  padding: 10px 20px; }

.formwrap input[type="checkbox"] {
  padding: 10px 20px;
  margin-left: 20px; }

#send-form {
  margin-right: 20px; }

#send-form .button, #send-form .qq-upload-button {
  margin-right: 32px;
  line-height: 1; }

form .button, form .qq-upload-button {
  line-height: 1; }

/*------------------------------------------------------------------
[ 13. BLOG ]
-------------------------------------------------------------------*/
/* [ 13.1. Blog bar ] */
.blogbar {
  text-align: center;
  font-weight: 300; }

.blogbar.fright {
  margin-left: 4.5%;
  margin-right: 0; }

.blogbar .ava {
  margin-bottom: 12px; }

.blogbar .ava img {
  width: 110px;
  border-radius: 100%; }

.blogbar h5 {
  margin-bottom: 27px; }

.blogbar h5 a {
  color: #000; }

.blogbar h5 a:hover {
  color: #009ee0; }

.blogbar .date {
  font-size: 17px;
  line-height: 32px;
  color: #999999;
  margin-bottom: 20px; }

.blogbar .categories {
  color: #999999;
  line-height: 32px;
  margin-bottom: 2px; }

/* [ 13.2. Blog roll ] */
.blogroll .col {
  margin: 0;
  padding-bottom: 70px;
  width: 255px;
  padding-right: 30px; }

.blogroll .col > * {
  padding-left: 9px; }

.blogroll .img {
  padding-left: 0; }

.blogroll .img figure {
  margin-left: 0; }

.blogroll .img figure:after {
  display: none; }

.blogroll h4 {
  line-height: 34px; }

.blogroll h4 a {
  color: #000; }

.blogroll .categories {
  font-size: 17px;
  line-height: 32px;
  color: #999;
  font-weight: 300;
  margin-bottom: 8px; }

.blogroll .categories a {
  color: #999; }

.blogroll a:hover {
  color: #009ee0; }

.blogroll p {
  color: #555; }

.next-posts {
  opacity: 0; }

.next-posts .col {
  padding-bottom: 0; }

/* [ 13.3. Blog content (single post) ] */
.blog {
  font-weight: 300; }

a.back {
  color: #b2b2b2; }

a.back:hover {
  color: #009ee0; }

.blog h1 {
  font-size: 42px;
  line-height: 50px;
  margin: 30px 0 25px;
  padding: 0;
  text-align: left;
  letter-spacing: 0; }

.blog h3 {
  font-weight: 300;
  margin-bottom: 18px; }

.blog p + h2,
.blog p + h3,
.blog p + h4 {
  margin-top: 28px; }

ul.nav-blog {
  text-align: center;
  padding: 0; }

.nav-blog li {
  display: inline-block;
  margin: 0 4px 10px;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase; }

ul.nav-blog li:before {
  display: none; }

.nav-blog li a {
  display: block;
  padding: 0 6px 8px;
  color: #1a1a1a;
  position: relative;
  letter-spacing: 1px; }

.nav-blog li a.active,
.nav-blog li a:hover {
  color: #009ee0; }

.nav-blog li a.active ins {
  position: absolute;
  height: 1px;
  background-color: #F5BAB1;
  width: 100%;
  margin: auto;
  left: 0;
  bottom: 0;
  overflow: hidden;
  clear: both;
  -webkit-transform: translateZ(0); }

.loadmore .button, .loadmore .qq-upload-button {
  padding: 0 25px; }

/* [ 13.4. Comments ] */
.comments {
  padding-top: 60px; }

.comments > h4 {
  padding-bottom: 36px;
  margin-bottom: 50px;
  border-bottom: 1px solid #D6D6D6; }

.comment {
  padding-bottom: 20px; }

.comment .comment {
  margin-left: 89px;
  padding-top: 20px;
  padding-bottom: 0; }

.comment .ava {
  margin-left: -89px;
  float: left; }

.comment .ava img {
  width: 68px;
  margin-right: 21px; }

.comment .info {
  color: #999999;
  padding-bottom: 5px; }

.comment .info .date {
  margin-right: 18px; }

.comment .info a {
  text-decoration: none;
  color: #999999; }

.comment .info a.internal {
  color: #000; }

.comment .info a:hover {
  color: #009ee0; }

.leaveacomment {
  border-top: 1px solid #D6D6D6;
  padding-top: 60px;
  margin-top: 26px; }

.leaveacomment p {
  font-size: 17px;
  line-height: 26px;
  color: #999;
  padding-bottom: 30px; }

table.basket {
  border-spacing: 0 17px;
  border-collapse: separate; }
  table.basket th {
    padding: 0 15px 10px 0;
    color: #bbb; }
  table.basket td {
    padding: 0 15px 0 0; }
  table.basket tr:last-child > td {
    padding-top: 0; }
  table.basket td {
    border-bottom: 1px dotted #ccc; }
  table.basket tfoot tr:last-child td {
    border: none; }
  table.basket tfoot input {
    margin: 0 0 15px 5px; }
  table.basket tfoot .basket_quantity {
    text-align: right; }

.basket_product {
  vertical-align: top; }

.basket_thumbnail img {
  max-width: 100%;
  margin-bottom: 15px; }

.basket_description h4 {
  font-size: 16px;
  line-height: 20px; }
.basket_description p {
  font-size: 13px;
  line-height: 14px; }

.basket_quantity, .basket_remove, .basket_unitqty {
    vertical-align: middle;
    text-align: right;
}

    .basket_quantity input[type="text"], .basket_remove input[type="text"] {
        width: 50%;
        padding: 2px;
        border: 1px solid #ccc;
        border-radius: 4px;
        text-align: center;
    }

.basket_quantity, .basket_unitqty {
    text-align: center;
}

/*******************************
            Step
*******************************/
ul.tab-links > li {
  display: inline-block;
  position: relative;
  padding: 0;
  background-color: white;
  margin-left: -4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

ul.tab-links > li a {
  transition: none;
  padding: 10px 50px 10px 50px;
  line-height: 40px; }

ul.tab-links.steps > li a {
  padding: 10px 50px 10px 80px; }

ul.tab-links > li a:hover {
  color: inherit; }

ul.tab-links > li:before {
  content: none; }

ul.tab-links.steps > li:after {
  position: absolute;
  z-index: 2;
  content: '';
  top: 0;
  right: -20px;
  border-bottom: 20px solid transparent;
  border-left: 20px solid white;
  border-top: 20px solid transparent;
  width: 0;
  height: 0; }

/*******************************
            Group
*******************************/
ul.tab-links {
  cursor: pointer;
  display: inline-block;
  padding: 0 0 0 4px;
  margin: 0 auto;
  border: 1px #ccc solid;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; }

ul.tab-links > li:first-child {
  -webkit-border-radius: 8px 0 0 8px;
  -moz-border-radius: 8px 0 0 8px;
  border-radius: 8px 0 0 8px; }
  ul.tab-links > li:first-child a {
    padding-left: 50px; }

ul.tab-links > li:last-child {
  -webkit-border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0;
  border-radius: 0 8px 8px 0;
  margin-right: 0; }

ul.tab-links > li:only-child {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; }

ul.tab-links > li:last-child:after {
  display: none; }

/*******************************
             States
*******************************/
/* Hover */
ul.tab-links > li:hover,
ul.tab-links > li.hover {
  background-color: #f7f7f7;
  color: rgba(0, 0, 0, 0.8); }

ul.tab-links > li.hover:after,
ul.tab-links > li:hover:after {
  border-left-color: #f7f7f7; }

/* Hover */
ul.tab-links > li.down,
ul.tab-links > li:active {
  background-color: #f0f0f0; }

ul.tab-links > li.down:after,
ul.tab-links > li:active:after {
  border-left-color: #f0f0f0; }

/* Active */
ul.tab-links > li.active {
  cursor: auto;
  background-color: #009ee0;
  color: white;
  font-weight: bold; }
  ul.tab-links > li.active a {
    color: white; }

ul.tab-links > li.active:after {
  border-left-color: #009ee0; }

/* TAB CONTAINERS */
.tab-content .tab {
  display: none; }
  .tab-content .tab.active {
    display: block; }

/*------------------------------------------------------------------
[ 14. RESPONSIVE ]
-------------------------------------------------------------------*/
@media only screen and (max-width: 1200px) {
  .blogroll .col {
    width: 30%; } }
@media only screen and (max-width: 1030px) {
  .team .group > .col {
    width: 48%; }

  .equal > * {
    padding-left: 3px;
    padding-right: 3px; }

  .pricing .num {
    font-size: 58px; }

  .blogroll .col {
    width: 45%; } }
@media only screen and (max-width: 860px) {
  .register-interest .pricing-pane {
    width: 100%;
    padding: 0; }
    .register-interest .pricing-pane .pane {
      padding: 4.5% 4.5% 0;
      width: 40%;
      text-align: center; }
      .register-interest .pricing-pane .pane p {
        font-size: 0.7em;
        line-height: 1em; }

  [class*="span_"],
  .blogroll .col {
    width: 100%; }

  .col {
    float: none;
    margin: 0 auto 20px;
    width: 100%; }

  .sm_half_width {
    width: 50%;
    float: left;
    margin-left: 0;
    margin-right: 5%; }
    .sm_half_width:last-child {
      margin-right: 0; }

  .empty {
    display: none; }

  .mainmenu {
    display: none; }

  .slicknav_menu {
    display: block; }

  .header .col {
    text-align: right;
    margin-bottom: 40px; }

  .header.opened .col {
    text-align: center; }

  .header .col:last-child {
    margin-bottom: 0;
    min-height: 53px; }

  .work {
    width: 48%;
    margin: 0px 1% 2%; }

  .oneslider li .title {
    font-size: 30px; }

  .comment .ava {
    margin-left: 0; }

  .leaveacomment .formwrap,
  .leaveacomment .button,
  .leaveacomment .qq-upload-button {
    margin-left: 108px; }

  .blogbar.fright {
    margin-left: 0;
    margin-right: 0; }

  .equal > * {
    display: block !important;
    width: 100% !important; }

  .footer p {
    max-width: 450px; }

  table.responsive {
    margin-bottom: 0; }

  .pinned {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 35%;
    overflow: hidden;
    overflow-x: scroll;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc; }

  .pinned table {
    border-right: none;
    border-left: none;
    width: 100%; }

  .pinned table th, .pinned table td {
    white-space: nowrap; }

  .pinned td:last-child {
    border-bottom: 0; }

  div.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-right: 1px solid #ccc; }

  div.table-wrapper div.scrollable {
    margin-left: 35%; }

  div.table-wrapper div.scrollable {
    overflow: scroll;
    overflow-y: hidden; }

  table.responsive td, table.responsive th {
    position: relative;
    white-space: nowrap;
    overflow: hidden; }

  table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td {
    display: none; }

  .blogroll {
    text-align: center; }

  .blogroll .col {
    padding-right: 0;
    width: 98%; }

  .blogroll .img {
    width: 220px; }

  .contact {
    text-align: center; }

  .contact table {
    margin: auto; } }
@media only screen and (max-width: 590px) {
  .register-interest {
    margin-bottom: 18% !important;
    padding-bottom: 40%; }
    .register-interest a.register {
      bottom: -33%;
      height: 33%;
      right: 0%;
      width: 100%; }

  .work {
    width: 98%; }
    .work.doubled .halfheight:first-child {
      margin-bottom: 1.2%; }

  .arrow.prev, .mfp-arrow-left {
    left: 10px; }

  .arrow.next, .mfp-arrow-right {
    right: 10px; }

  .page404 h1 small {
    padding: 0 20px; }

  .comment .comment {
    margin-left: 0; }

  .team .group > .col {
    width: 98%; }

  .expandteam .col p {
    font-size: 15px;
    line-height: 22px;
    padding-bottom: 30px; }

  .expandteam .social li {
    font-size: 28px;
    line-height: 28px; } }
@media only screen and (max-width: 400px) {
  .logo {
    background-size: 100%; } }
.section {
  margin-bottom: 10px; }

.section.closed {
  margin-bottom: 0; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .topbar .logo, .topbar .logo:hover {
        background-image: url(../images/logo-nav@x2.png);
    }
}


        /*
    Ian added
 */
.lidDisp {
    background-color: ghostwhite;
}

/*
   
    
    
    
    
 colour picker   
    
    
    
    
    
    
    
    
 */

div.colorPicker-picker {
  height: 16px;
  width: 16px;
  padding: 0 !important;
  border: 1px solid #ccc;
  background: url(arrow.gif) no-repeat top right;
  cursor: pointer;
  line-height: 16px;
  font-size:0.75em;
  font-weight:bold;
  text-align: center;
}

div.colorPicker-palette {
  width: 110px;
  position: absolute;
  border: 1px solid #598FEF;
  background-color: #EFEFEF;
  padding: 2px;
  z-index: 9999;
}
  div.colorPicker_hexWrap {width: 100%; float:left }
  div.colorPicker_hexWrap label {font-size: 95%; color: #2F2F2F; margin: 5px 2px; width: 25%}
  div.colorPicker_hexWrap input {margin: 5px 2px; padding: 0; font-size: 95%; border: 1px solid #000; width: 65%; }

div.colorPicker-swatch {
  height: 12px;
  width: 12px;
  border: 1px solid #000;
  margin: 2px;
  float: left;
  cursor: pointer;
  line-height: 12px;
}

.namecol {
    width: 30px;
    padding-bottom:20px;
}
.addrcol {
    padding-bottom:20px;
}
.lightRule{
    border-color: #dddddd;
    border-style: solid;
    border-width: 0.25px;
}
.highlight {
    border-style: solid;
    border-width: 1px;
    border-color: red;
    padding: 3px;
    border-radius: 5px;
    background-color: lightblue;
}
.favkill {
      opacity: 0.75;
      position: absolute;
      top: 0;
      right: 0;
      line-height: 18px;
      width: 30px;
      height: 25px;
      text-align: center;
      background-color: #ffffff;
      color: #000000;
      font-size:xx-large;

}
.favAdd {
      opacity: 1;
      position: absolute;
      top: 0;
      right: 0;
      line-height: 18px;
      width: 30px;
      height: 30px;
      text-align: center;
      background-color: #ffffff;

}
.back-to-top {
    position: fixed;
    bottom: 10em;
    right: 0px;
    text-decoration: none;
    color: #000000;
    background-color: rgba(235, 235, 235, 0.80);
    font-size: 12px;
    padding: 1em;
    display: none;
    z-index:2000;
}

.back-to-top:hover {    
    background-color: rgba(135, 135, 135, 0.50);
}
.basket-option1 {
    top: -40px;
    float: left;
    position: relative;
    width:100%;
}
.basket-option2 {
    top: -30px;
    font-size: small;
    float: left;
    position: relative;
}
.basket-option3 {
    top: -65px;
    font-size: small;
    float: left;
    position: relative;
}
.date-picker {
    padding-bottom:3px;
    padding-top:16px;

}
.ffield{
    display:none;
}


/*input[type=checkbox] {
 width: 40px; height: 40px;
 -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px;
 border: 1px solid #bbb;
}*/
input[type=checkbox] {
 transform: scale(2.0);
 margin: 8px 8px 8px 8px;
}

.webgrid-footer{
    font-size:x-large;
    letter-spacing: 5px;
}

.loadedAdr {
    color: limegreen !important;
}
.smallCol {
    max-width: 10px;
    width: 10px  !important;
}