/* COLORS */
/* package Color Highlighter; Ctrl+Shift+C -> color selector */
/* TEXT ********************************************************************************/
.bold {
  font-weight: bold; }

.italic {
  font-style: italic; }

.larger {
  font-size: 130%;
  line-height: 1.2em; }

.xlarger {
  font-size: 160%;
  line-height: 1.5em; }

.xxlarger {
  font-size: 200%;
  line-height: 1.5em; }

.xxxlarger {
  font-size: 300%;
  line-height: 1.5em; }

.smaller {
  font-size: 80%; }

.xsmaller {
  font-size: 60%; }

.tright, .text-right {
  text-align: right; }

.tleft, .text-left {
  text-align: left; }

.tcenter, .text-center {
  text-align: center; }

.tcenter p, .text-center p {
  text-align: center; }

.tjustify, .text-justify {
  text-align: justify; }

/* DETAILS ********************************************************************************/
.underline {
  text-decoration: underline; }

.no-underline {
  text-decoration: none; }

.no-underline:hover, .no-underline:focus {
  text-decoration: none; }

.strike {
  text-decoration: line-through; }

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sup {
  /*vertical-align: super;*/
  top: -0.5em; }

sub {
  /*vertical-align: sub;*/
  bottom: -0.25em; }

/* FLOAT ********************************************************************************/
.fright {
  float: right; }

.fleft {
  float: left; }

.fnone {
  float: none; }

.fclear {
  clear: both; }

/* MISC ********************************************************************************/
.cursor-pointer {
  cursor: pointer; }

.nodisplay {
  display: none; }

.block {
  display: block; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.clearfix:after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both; }

.text-box {
  padding-right: 20px;
  padding-left: 20px; }

/* COLUMNS (bootstrap) ********************************************************************************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.wrapper {
  margin-right: auto;
  margin-left: auto; }

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative; }

@media (min-width: 768px) {
  .wrapper, #header-container {
    width: 750px; }

  .container {
    width: 500px; } }
@media (min-width: 992px) {
  .wrapper, #header-container {
    width: 970px; }

  .container {
    width: 720px; } }
@media (min-width: 1200px) {
  .wrapper, #header-container {
    width: 1170px; }

  .container {
    width: 920px; } }
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  margin-right: -15px;
  margin-left: -15px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-ss-1, .col-ss-2, .col-ss-3, .col-ss-4, .col-ss-5, .col-ss-6, .col-ss-7, .col-ss-8, .col-ss-9, .col-ss-10, .col-ss-11, .col-ss-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0; }

@media (min-width: 480px) {
  .col-ss-1, .col-ss-2, .col-ss-3, .col-ss-4, .col-ss-5, .col-ss-6, .col-ss-7, .col-ss-8, .col-ss-9, .col-ss-10, .col-ss-11, .col-ss-12 {
    float: left; }

  .col-ss-12 {
    width: 100%; }

  .col-ss-11 {
    width: 91.66666667%; }

  .col-ss-10 {
    width: 83.33333333%; }

  .col-ss-9 {
    width: 75%; }

  .col-ss-8 {
    width: 66.66666667%; }

  .col-ss-7 {
    width: 58.33333333%; }

  .col-ss-6 {
    width: 50%; }

  .col-ss-5 {
    width: 41.66666667%; }

  .col-ss-4 {
    width: 33.33333333%; }

  .col-ss-3 {
    width: 25%; }

  .col-ss-2 {
    width: 16.66666667%; }

  .col-ss-1 {
    width: 8.33333333%; }

  .col-ss-pull-12 {
    right: 100%; }

  .col-ss-pull-11 {
    right: 91.66666667%; }

  .col-ss-pull-10 {
    right: 83.33333333%; }

  .col-ss-pull-9 {
    right: 75%; }

  .col-ss-pull-8 {
    right: 66.66666667%; }

  .col-ss-pull-7 {
    right: 58.33333333%; }

  .col-ss-pull-6 {
    right: 50%; }

  .col-ss-pull-5 {
    right: 41.66666667%; }

  .col-ss-pull-4 {
    right: 33.33333333%; }

  .col-ss-pull-3 {
    right: 25%; }

  .col-ss-pull-2 {
    right: 16.66666667%; }

  .col-ss-pull-1 {
    right: 8.33333333%; }

  .col-ss-pull-0 {
    right: auto; }

  .col-ss-push-12 {
    left: 100%; }

  .col-ss-push-11 {
    left: 91.66666667%; }

  .col-ss-push-10 {
    left: 83.33333333%; }

  .col-ss-push-9 {
    left: 75%; }

  .col-ss-push-8 {
    left: 66.66666667%; }

  .col-ss-push-7 {
    left: 58.33333333%; }

  .col-ss-push-6 {
    left: 50%; }

  .col-ss-push-5 {
    left: 41.66666667%; }

  .col-ss-push-4 {
    left: 33.33333333%; }

  .col-ss-push-3 {
    left: 25%; }

  .col-ss-push-2 {
    left: 16.66666667%; }

  .col-ss-push-1 {
    left: 8.33333333%; }

  .col-ss-push-0 {
    left: auto; }

  .col-ss-offset-12 {
    margin-left: 100%; }

  .col-ss-offset-11 {
    margin-left: 91.66666667%; }

  .col-ss-offset-10 {
    margin-left: 83.33333333%; }

  .col-ss-offset-9 {
    margin-left: 75%; }

  .col-ss-offset-8 {
    margin-left: 66.66666667%; }

  .col-ss-offset-7 {
    margin-left: 58.33333333%; }

  .col-ss-offset-6 {
    margin-left: 50%; }

  .col-ss-offset-5 {
    margin-left: 41.66666667%; }

  .col-ss-offset-4 {
    margin-left: 33.33333333%; }

  .col-ss-offset-3 {
    margin-left: 25%; }

  .col-ss-offset-2 {
    margin-left: 16.66666667%; }

  .col-ss-offset-1 {
    margin-left: 8.33333333%; }

  .col-ss-offset-0 {
    margin-left: 0; } }
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-11 {
    width: 91.66666667%; }

  .col-sm-10 {
    width: 83.33333333%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-8 {
    width: 66.66666667%; }

  .col-sm-7 {
    width: 58.33333333%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-5 {
    width: 41.66666667%; }

  .col-sm-4 {
    width: 33.33333333%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-2 {
    width: 16.66666667%; }

  .col-sm-1 {
    width: 8.33333333%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-pull-11 {
    right: 91.66666667%; }

  .col-sm-pull-10 {
    right: 83.33333333%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-8 {
    right: 66.66666667%; }

  .col-sm-pull-7 {
    right: 58.33333333%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-5 {
    right: 41.66666667%; }

  .col-sm-pull-4 {
    right: 33.33333333%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-2 {
    right: 16.66666667%; }

  .col-sm-pull-1 {
    right: 8.33333333%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-push-11 {
    left: 91.66666667%; }

  .col-sm-push-10 {
    left: 83.33333333%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-8 {
    left: 66.66666667%; }

  .col-sm-push-7 {
    left: 58.33333333%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-5 {
    left: 41.66666667%; }

  .col-sm-push-4 {
    left: 33.33333333%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-2 {
    left: 16.66666667%; }

  .col-sm-push-1 {
    left: 8.33333333%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-offset-12 {
    margin-left: 100%; }

  .col-sm-offset-11 {
    margin-left: 91.66666667%; }

  .col-sm-offset-10 {
    margin-left: 83.33333333%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-8 {
    margin-left: 66.66666667%; }

  .col-sm-offset-7 {
    margin-left: 58.33333333%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-5 {
    margin-left: 41.66666667%; }

  .col-sm-offset-4 {
    margin-left: 33.33333333%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-2 {
    margin-left: 16.66666667%; }

  .col-sm-offset-1 {
    margin-left: 8.33333333%; }

  .col-sm-offset-0 {
    margin-left: 0; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-12 {
    width: 100%; }

  .col-md-11 {
    width: 91.66666667%; }

  .col-md-10 {
    width: 83.33333333%; }

  .col-md-9 {
    width: 75%; }

  .col-md-8 {
    width: 66.66666667%; }

  .col-md-7 {
    width: 58.33333333%; }

  .col-md-6 {
    width: 50%; }

  .col-md-5 {
    width: 41.66666667%; }

  .col-md-4 {
    width: 33.33333333%; }

  .col-md-3 {
    width: 25%; }

  .col-md-2 {
    width: 16.66666667%; }

  .col-md-1 {
    width: 8.33333333%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-pull-11 {
    right: 91.66666667%; }

  .col-md-pull-10 {
    right: 83.33333333%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-8 {
    right: 66.66666667%; }

  .col-md-pull-7 {
    right: 58.33333333%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-5 {
    right: 41.66666667%; }

  .col-md-pull-4 {
    right: 33.33333333%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-2 {
    right: 16.66666667%; }

  .col-md-pull-1 {
    right: 8.33333333%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-push-11 {
    left: 91.66666667%; }

  .col-md-push-10 {
    left: 83.33333333%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-8 {
    left: 66.66666667%; }

  .col-md-push-7 {
    left: 58.33333333%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-5 {
    left: 41.66666667%; }

  .col-md-push-4 {
    left: 33.33333333%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-2 {
    left: 16.66666667%; }

  .col-md-push-1 {
    left: 8.33333333%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-offset-12 {
    margin-left: 100%; }

  .col-md-offset-11 {
    margin-left: 91.66666667%; }

  .col-md-offset-10 {
    margin-left: 83.33333333%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-8 {
    margin-left: 66.66666667%; }

  .col-md-offset-7 {
    margin-left: 58.33333333%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-5 {
    margin-left: 41.66666667%; }

  .col-md-offset-4 {
    margin-left: 33.33333333%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-2 {
    margin-left: 16.66666667%; }

  .col-md-offset-1 {
    margin-left: 8.33333333%; }

  .col-md-offset-0 {
    margin-left: 0; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-11 {
    width: 91.66666667%; }

  .col-lg-10 {
    width: 83.33333333%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-8 {
    width: 66.66666667%; }

  .col-lg-7 {
    width: 58.33333333%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-5 {
    width: 41.66666667%; }

  .col-lg-4 {
    width: 33.33333333%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-2 {
    width: 16.66666667%; }

  .col-lg-1 {
    width: 8.33333333%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-pull-11 {
    right: 91.66666667%; }

  .col-lg-pull-10 {
    right: 83.33333333%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-8 {
    right: 66.66666667%; }

  .col-lg-pull-7 {
    right: 58.33333333%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-5 {
    right: 41.66666667%; }

  .col-lg-pull-4 {
    right: 33.33333333%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-2 {
    right: 16.66666667%; }

  .col-lg-pull-1 {
    right: 8.33333333%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-push-11 {
    left: 91.66666667%; }

  .col-lg-push-10 {
    left: 83.33333333%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-8 {
    left: 66.66666667%; }

  .col-lg-push-7 {
    left: 58.33333333%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-5 {
    left: 41.66666667%; }

  .col-lg-push-4 {
    left: 33.33333333%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-2 {
    left: 16.66666667%; }

  .col-lg-push-1 {
    left: 8.33333333%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-offset-12 {
    margin-left: 100%; }

  .col-lg-offset-11 {
    margin-left: 91.66666667%; }

  .col-lg-offset-10 {
    margin-left: 83.33333333%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-8 {
    margin-left: 66.66666667%; }

  .col-lg-offset-7 {
    margin-left: 58.33333333%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-5 {
    margin-left: 41.66666667%; }

  .col-lg-offset-4 {
    margin-left: 33.33333333%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-2 {
    margin-left: 16.66666667%; }

  .col-lg-offset-1 {
    margin-left: 8.33333333%; }

  .col-lg-offset-0 {
    margin-left: 0; } }
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " "; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after {
  clear: both; }

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

@-ms-viewport {
  width: device-width; }
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }
.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }
.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }
@media print {
  .hidden-print {
    display: none !important; } }
/*# sourceMappingURL=bootstrap.css.map */
/* ALERT BOXES ********************************************************************************/
.notification {
  font-size: 16px;
  margin-bottom: 20px;
  position: relative;
  padding: 14px 18px; }

.notification p {
  margin: 0; }

.notification span {
  font-weight: bold; }

.notification.success {
  background-color: #EBF6E0;
  color: #5f9025;
  border: 1px solid #b3dc82; }

.notification.error {
  background-color: #ffe9e9;
  color: #de5959;
  border: 1px solid #fbc4c4; }

.notification.warning {
  background-color: #FBFADD;
  color: #8f872e;
  border: 1px solid #ded58a; }

.notification.notice {
  background-color: #E9F7FE;
  color: #5091b2;
  border: 1px solid #b6d7e8; }

/* LABELS (Bootstrap) ********************************************************************************/
a.label {
  display: inline;
  padding: .2em .6em .3em;
  margin-right: 0.5em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  text-decoration: none; }

.label[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #999; }

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080; }

.label-primary {
  background-color: #428bca; }

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9; }

.label-success {
  background-color: #5cb85c; }

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c; }

/* PROGRESSBAR from Bootstrap ********************************************************************************/
.progress {
  height: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  width: 60px; }

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  transition: width .6s ease; }

.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }

.progress-bar-info {
  background-color: #5bc0de; }

.progress-bar-warning {
  background-color: #f0ad4e; }

.progress-bar-danger {
  background-color: #d9534f; }

/* RATING from http://www.pmob.co.uk/temp/star-rating.htm ********************************************************************************/
.rating {
  width: 80px;
  height: 16px;
  background: url("img/star-matrix.gif") no-repeat 0 0; }

.nostar {
  background-position: 0 0; }

.onestar {
  background-position: 0 -96px; }

.twostar {
  background-position: 0 -112px; }

.threestar {
  background-position: 0 -128px; }

.fourstar {
  background-position: 0 -144px; }

.fivestar {
  background-position: 0 -160px; }

/* http://html-generator.weebly.com/css-tooltip-generator.html# */
/* Position: absolute will make the element choose the min-width only.*/
a.tooltips {
  position: relative;
  display: inline; }

a.tooltips span {
  position: absolute;
  min-width: 200px;
  color: #FFFFFF;
  background: #000000;
  min-height: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: left;
  visibility: hidden;
  border-radius: 6px;
  padding: 6px; }

a.tooltips span:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 30px;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-top: 8px solid #000000;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent; }

a:hover.tooltips span {
  visibility: visible;
  opacity: 0.8;
  bottom: 30px;
  left: 50%;
  margin-left: -50px;
  z-index: 999; }

/* v HTML: <a class="tooltips" href="#">CSS Tooltips<span>Tooltip</span></a> */
/* MEDIA QUERIES ********************************************************************************/
/* FONTS ********************************************************************************/
@font-face {
  font-family: 'clear_sans_thinregular';
  src: url("../fonts/clearsans-thin.eot");
  src: url("../fonts/clearsans-thin.eot?#iefix") format("embedded-opentype"), url("../fonts/clearsans-thin.woff") format("woff"), url("../fonts/clearsans-thin.ttf") format("truetype"), url("../fonts/clearsans-thin.svg#clear_sans_thinregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'clear_sans_mediumregular';
  src: url("../fonts/clearsans-medium.eot");
  src: url("../fonts/clearsans-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/clearsans-medium.woff") format("woff"), url("../fonts/clearsans-medium.ttf") format("truetype"), url("../fonts/clearsans-medium.svg#clear_sans_mediumregular") format("svg");
  font-weight: normal;
  font-style: normal; }
/* BODY ********************************************************************************/
/* target / context = result */
/* FIM blue */
body {
  font-family: Verdana, Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
  line-height: 150%;
  font-size: 100%;
  /* default: 16px --- 1em=16px, 2em=32px,.. */
  margin: 0 auto;
  /* centering */
  color: #191919;
  background: url("./img/body-bg.png");
  background-position: top center;
  background-attachment: fixed;
  background-repeat: repeat-x repeat-y; }

#menu-container {
  margin-left: -15px;
  padding-left: 15px;
  margin-right: 0px;
  padding-right: 0px;
  width: 250px; }

.wrapper {
  background-color: #00aff0; }

@media only screen and (min-width: 768px) {
  #menu {
    float: left; }

  #main {
    margin-left: 250px; } }
#main-container {
  background: url("./img/rastr-fim.png") bottom right no-repeat white;
  padding-bottom: 40px; }

p, ul, ol {
  text-align: left;
  margin: 0.7em 0 0.7em 0; }

ul, ol {
  padding-left: 0; }
  ul li, ol li {
    margin-left: 1.25em; }

img {
  max-width: 100%; }

/* a[href] img {
      @include all-transition;
        &:hover {
            opacity:0.75;
        }
} */
h1, h2, h3, h4, h5, h6 {
  color: #0C7DA4;
  line-height: 1.5em;
  margin: 1.25em 0 0.5em 0;
  font-variant: small-caps;
  font-weight: 400; }

h1 {
  font-size: 2.25em;
  margin-bottom: 1em; }

h2 {
  font-size: 1.875em; }

h3 {
  font-size: 1.375em; }

h4, h5, h6 {
  font-size: 1em; }

/* f-TYPE ********************************************************************************/
a, a:visited {
  color: #0099FF;
  text-decoration: underline; }

a:hover, a:focus {
  color: #66ccff;
  text-decoration: underline; }

strong {
  font-weight: bold; }

/* CITACE */
blockquote {
  padding: 15px;
  color: #0C7DA4;
  font-variant: small-caps;
  background-color: #f2f2f2; }

/* f-HEADER ********************************************************************************/
/* f-LOGO ********************************************************************************/
#header {
  height: 345px;
  background: url("./img/bcg-header.jpg");
  background-position: top right;
  background-repeat: no-repeat; }

#logo {
  background-color: white;
  display: block;
  width: 250px;
  height: 345px;
  margin-left: -15px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  -o-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  -ms-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8); }
  #logo img {
    margin-left: 25px;
    margin-top: 40px; }

@media only screen and (max-width: 480px) {
  #logo {
    width: 100%;
    margin-left: 0px;
    text-align: center; }
    #logo img {
      margin-left: 0px; }

  #header-container {
    margin-left: -15px;
    margin-right: 0px;
    padding-right: 0px; } }
/* f-MENU ********************************************************************************/
/* f-SEARCH ********************************************************************************/
.search-form {
  margin-right: -30px;
  float: right;
  width: 315px;
  height: 70px;
  background: #0C7DA4; }
  .search-form .search-text-box {
    margin-bottom: 0;
    float: left;
    line-height: 70px;
    border: none;
    color: transparent;
    font-size: 16px;
    background: url("./img/search-ico-alt.png") 10% 50% no-repeat;
    background-color: #00aff0;
    padding: 0px 20px 0px 60px;
    width: 200px;
    background-color: #0C7DA4; }
    .search-form .search-text-box:focus {
      border: none;
      background-color: #0C7DA4;
      color: white; }
  .search-form .search-submit {
    margin-bottom: 0;
    float: right;
    width: 100px;
    height: 70px;
    background: #0C7DA4;
    border: none;
    cursor: pointer;
    color: white; }
    .search-form .search-submit:hover, .search-form .search-submit:focus {
      background: #0C7DA4;
      border: none;
      color: white; }

#menu {
  background: #00aff0;
  display: block;
  width: 250px;
  float: left; }
  #menu ul, #menu li {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0; }
  #menu ul li {
    position: relative; }
    #menu ul li a {
      height: 70px;
      line-height: 70px;
      display: block;
      width: 250px;
      color: white;
      text-decoration: none;
      font-variant: small-caps;
      font-size: 16px;
      padding: 0 20px;
      border-bottom: 1px solid #0C7DA4; }
      #menu ul li a:hover {
        background: #0C7DA4;
        color: white;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out; }
  #menu #current {
    background: #0C7DA4 !important;
    color: white !important; }
  #menu ul ul {
    position: absolute;
    display: none;
    top: 0;
    left: 250px;
    background: #00aff0;
    z-index: 999; }
    #menu ul ul li a {
      display: block;
      height: 40px;
      line-height: 40px;
      width: 230px;
      margin: 0;
      padding: 0 20px;
      font-size: 14px;
      border-bottom: 1px solid #0C7DA4;
      background: none;
      color: white; }
      #menu ul ul li a:hover {
        color: white; }
  #menu ul ul ul {
    position: absolute;
    top: 0px;
    left: 100%;
    z-index: 999; }
    #menu ul ul ul li a {
      border-bottom: 1px solid #0C7DA4 !important;
      border-top: 1px solid transparent;
      background: none; }

/* END menu */
#menu ul ul li:last-child a, #menu ul ul li:last-child a:hover {
  border-bottom: 1px solid transparent; }

#menu ul ul ul li:last-child a {
  border-bottom: 1px solid transparent !important; }

#menu ul li:hover > ul {
  opacity: 1;
  position: absolute;
  /*top:99%; left:0;*/
  top: -1px;
  left: 250px; }

#menu ul ul li:hover > ul {
  position: absolute;
  top: 0;
  left: 100%;
  opacity: 1;
  z-index: 497; }

#menu ul li:hover > a {
  background: #0C7DA4; }

#menu ul ul li:hover > a {
  color: white; }

.selectnav {
  /* responsive */
  margin-bottom: 0;
  display: none;
  cursor: pointer;
  width: 100%;
  padding: 5px;
  height: 70px;
  float: left;
  font-size: 16px; }

@media only screen and (max-width: 991px) {
  .search-form {
    width: 215px; }
    .search-form .search-text-box {
      width: 100px;
      padding: 0 20px 0 30px; } }
@media only screen and (max-width: 767px) {
  #menu-container {
    width: 100%;
    padding-left: 0;
    margin-left: 0; }

  #menu {
    float: none;
    width: 100%;
    padding-top: 10px;
    background: #00aff0; }

  .js .selectnav {
    display: block; }

  .js #menu-ul,
  #menu ul li a {
    display: none; }

  .search-form {
    width: 100%;
    float: none; }
    .search-form .search-text-box {
      width: 60%;
      padding-left: 15%; } }
.breadcrumbs {
  padding-top: 20px;
  color: #8C9DA3;
  font-weight: bold;
  font-size: 14px; }
  .breadcrumbs a {
    color: #8C9DA3; }

/* TABLE (Bootstrap) ********************************************************************************/
table {
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  min-width: 30%;
  max-width: 100%;
  width: 100%;
  margin: 1.25em 0 2em 0;
  text-align: left; }
  table th, table td {
    padding: 0.5em 1em;
    line-height: 2em;
    vertical-align: middle;
    border-top: 1px solid #dddddd; }
  table th {
    font-weight: bold;
    border-top: 2px solid #191919;
    border-bottom: 2px solid #191919;
    line-height: 2em; }
  table th.reverse {
    background-color: #191919;
    color: white; }
  table thead th {
    vertical-align: bottom; }
  table caption {
    font-weight: bold;
    margin: 0 0 1em 0; }
  table tr:nth-child(odd) {
    background-color: #f2f2f2; }

table > tbody > tr > td:first-child {
  width: 30%; }

table > tbody > tr > td:nth-child(2) {
  width: 40%; }

table > tbody > tr > td:nth-child(3) {
  width: 30%; }

table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-top: 0; }

table tbody + tbody {
  border-top: 2px solid #dddddd; }

/* FOOTER ********************************************************************************/
#footer #footer_address {
  background: #00aff0;
  color: white;
  padding-top: 25px; }
  #footer #footer_address p {
    padding-left: 25px;
    padding-top: 7px;
    margin-top: 20px;
    padding-bottom: 7px;
    margin-bottom: 20px; }
  #footer #footer_address .uni {
    font-variant: small-caps;
    font-size: 20px; }
  #footer #footer_address .darken {
    background: #0C7DA4; }
  #footer #footer_address .email, #footer #footer_address .phone {
    padding-left: 55px; }
  #footer #footer_address .email {
    background: url("./img/mail.png") no-repeat 10px center #0C7DA4; }
  #footer #footer_address .phone {
    background: url("./img/tel.png") no-repeat 10px center #0C7DA4; }
#footer #footer_map {
  max-width: 100%; }
@media only screen and (min-width: 768px) {
  #footer {
    background: #0C7DA4;
    height: 360px; }
    #footer #footer_address {
      float: right;
      width: 250px;
      padding-right: 15px; }
      #footer #footer_address p {
        padding-left: 15px; }
    #footer #footer_map {
      padding-top: 45px;
      padding-left: 15px;
      width: 470px; } }
@media (min-width: 992px) {
  #footer #footer_map {
    padding-top: 15px;
    width: 690px; } }
@media (min-width: 1200px) {
  #footer {
    height: 460px; }
    #footer #footer_map {
      width: 890px; }
    #footer #footer_address {
      height: 460px; } }

/* GALERIE */
a.odkaz_block {
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ececec;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: black;
  /*a.odkaz_block {

  }*/ }
  a.odkaz_block:hover {
    background-color: #dddddd; }
  a.odkaz_block a.odkaz_block img:hover {
    opacity: 1; }
  a.odkaz_block .druhy_radek {
    text-align: center; }
  a.odkaz_block p {
    text-align: center;
    color: #0C7DA4;
    line-height: 2em;
    font-variant: small-caps; }

.navrat_sekce {
  text-align: center;
  margin-top: 25px; }
  .navrat_sekce a {
    padding: 10px 20px;
    margin: 0px;
    margin-top: 10px;
    text-decoration: none;
    background-color: #ececec;
    color: black;
    margin-bottom: 20px; }
    .navrat_sekce a:hover {
      background-color: #dddddd; }

/* MISC ********************************************************************************/
#arrow_return {
  margin-top: 40px;
  display: block;
  height: 50px;
  background: url(img/arrow_return.png) no-repeat bottom center; }
  #arrow_return:hover {
    background: url(img/arrow_return.png) no-repeat top center; }

a[href] img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  a[href] img:hover {
    opacity: 0.75; }

/* PW PAGINATION styles ********************************************************************************/
.pagination {
  float: right;
  font-size: 1.5em;
  margin-top: 40px; }
  .pagination .MarkupPagerNav {
    clear: both;
    margin: 1em 0; }
    .pagination .MarkupPagerNav li {
      display: inline;
      list-style: none;
      margin: 0; }
    .pagination .MarkupPagerNav li a, .pagination .MarkupPagerNav li.MarkupPagerNavSeparator {
      display: block;
      float: left;
      padding: 6px 12px 8px 12px;
      margin-right: 3px;
      text-decoration: none; }
    .pagination .MarkupPagerNav li.MarkupPagerNavSeparator {
      display: inline;
      color: #191919;
      padding-left: 3px;
      padding-right: 3px; }
    .pagination .MarkupPagerNav li.MarkupPagerNavOn a, .pagination .MarkupPagerNav li a:hover {
      color: white;
      text-decoration: none; }
    .pagination .MarkupPagerNav li a:hover {
      background: #0099FF; }
    .pagination .MarkupPagerNav li.MarkupPagerNavOn a {
      background: #66ccff; }
  .pagination a.number {
    text-decoration: none;
    padding: 2px 12px 6px 12px; }
    .pagination a.number:hover {
      background-color: #0099FF;
      color: white; }
    .pagination a.number.active {
      background-color: #66ccff;
      color: white; }
  .pagination span.active {
    border-bottom: 3px solid #66ccff; }

/* ProcessWire EDIT ********************************************************************************/
#editpage {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  padding: 10px 10px;
  background: #0099FF;
  color: #fff;
  display: block;
  font-weight: bold;
  text-decoration: none; }
  #editpage:hover {
    background: #ff0000; }

/* FORMS ********************************************************************************/
input[type="text"], input[type="password"], input[type="email"],
textarea, select {
  margin: 0;
  width: 100%;
  max-width: 100%;
  display: block;
  border: 1px solid #ccc;
  padding: 6px 4px;
  outline: none;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  margin-bottom: 20px;
  color: #777;
  background: #fff; }

select {
  padding: 0; }

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus,
textarea:focus {
  border: 1px solid #aaa;
  color: #444;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2); }

textarea {
  min-height: 200px;
  width: 100%; }

label, legend {
  display: block;
  font-size: 14px; }

select {
  width: 220px; }

input[type="checkbox"] {
  display: inline; }

label {
  font-weight: normal; }

.button, button,
input[type="submit"], input[type="reset"], input[type="button"] {
  color: #191919;
  background: #e1e1e1;
  font-size: 14px;
  text-shadow: 0 0px rgba(255, 255, 255, 0);
  transition: all 300ms;
  padding: 12px 26px;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .button:hover, button:hover,
  input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
    color: #191919;
    background: #ececec; }

@media only screen and (min-width: 992px) {
  .obsahove-bloky > .row > .col-md-4:nth-child(3n+1) {
    clear: left; } }
@media only screen and (max-width: 991px) {
  .obsahove-bloky > .row > .col-sm-6:nth-child(2n+1) {
    clear: left; } }

/*# sourceMappingURL=layout.css.map */
