/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 17, ../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 10, ../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/layout/_sticky-footer.scss */
html, body {
  height: 100%;
}

/* line 12, ../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/layout/_sticky-footer.scss */
#root {
  clear: both;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin-bottom: -50px;
}
/* line 18, ../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/layout/_sticky-footer.scss */
#root #root_footer {
  height: 50px;
}

/* line 20, ../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/layout/_sticky-footer.scss */
#footer {
  clear: both;
  position: relative;
  height: 50px;
}

/* VARIABLES */
/* MIXINS */
/* SPRITES */
/*@import "trans/*.png";*/
/* STYLE */
/* line 71, ../sass/screen.scss */
body {
  margin: 0;
}

/* line 73, ../sass/screen.scss */
.yellow-btn {
  border: none;
  line-height: normal;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  background: #edd603;
  color: #1f3d71;
  text-decoration: none;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 2px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 2px 3px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 2px 3px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: bold;
  font-size: 14px;
  padding: 3px 10px;
}
/* line 86, ../sass/screen.scss */
.yellow-btn img {
  vertical-align: bottom;
  padding-left: 20px;
}
/* line 88, ../sass/screen.scss */
.yellow-btn:hover {
  cursor: pointer;
  color: white;
  background: #1f3d71;
  -webkit-transition: all 100ms ease-in;
  -moz-transition: all 100ms ease-in;
  -o-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
}

/* line 91, ../sass/screen.scss */
.blue-btn {
  border: none;
  line-height: normal;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  background: #edd603;
  color: #111;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 2px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 2px 3px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 2px 3px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: bold;
  font-size: 15px;
  padding: 4px 10px;
}
/* line 105, ../sass/screen.scss */
.blue-btn img {
  vertical-align: bottom;
  padding-left: 20px;
}
/* line 107, ../sass/screen.scss */
.blue-btn:hover {
  cursor: pointer;
  color: white;
  background: #1f3d71;
  -webkit-transition: all 100ms ease-in;
  -moz-transition: all 100ms ease-in;
  -o-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
}

/* line 110, ../sass/screen.scss */
#header-wrap {
  width: 100%;
  background: url(../images/header-back.jpg) repeat-x;
  height: 175px;
}

/* line 111, ../sass/screen.scss */
#header {
  width: 960px;
  margin: 0 auto;
}
/* line 112, ../sass/screen.scss */
#header a {
  display: block;
}
/* line 113, ../sass/screen.scss */
#header a img {
  margin-top: 30px;
}

/* line 117, ../sass/screen.scss */
#nav-wrap {
  background: url(../images/nav-back.jpg) repeat-x;
  height: 38px;
}

/* line 118, ../sass/screen.scss */
nav {
  width: 960px;
  margin: 0 auto;
}
/* line 119, ../sass/screen.scss */
nav ul {
  /*list-style-image: url(../images/nav-star.png);*/
}
/* line 120, ../sass/screen.scss */
nav ul li {
  background: url(../images/nav-star.png) no-repeat top left;
  float: left;
  margin: 10px 5px;
  padding-left: 24px;
}
/* line 121, ../sass/screen.scss */
nav ul li a {
  text-transform: uppercase;
  text-shadow: #333333 0 2px 1px;
  color: white;
  display: block;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
/* line 123, ../sass/screen.scss */
nav ul li a:hover {
  padding-bottom: 10px;
  border-bottom: 3px solid yellow;
  -webkit-transition: border-bottom 250ms ease-in-out;
  -moz-transition: border-bottom 250ms ease-in-out;
  -o-transition: border-bottom 250ms ease-in-out;
  transition: border-bottom 250ms ease-in-out;
}
/* line 130, ../sass/screen.scss */
nav ul li:first-child {
  background: none;
  padding-left: 0;
  margin-left: 0;
}

/* line 133, ../sass/screen.scss */
.active {
  padding-bottom: 10px;
  border-bottom: 3px solid yellow;
}

/* line 135, ../sass/screen.scss */
#intro-wrap {
  width: 100%;
  background-color: #1f3d71;
  background: url(../images/intro-back.jpg) repeat-x;
  padding: 20px 0;
  background-size: cover;
}

/* line 136, ../sass/screen.scss */
#intro {
  overflow: hidden;
  *zoom: 1;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  background: #333;
  background: rgba(0, 0, 0, 0.6);
  margin: 0 auto;
  width: 980px;
}

/* line 138, ../sass/screen.scss */
#intro-left {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: bold;
  line-height: normal;
  font-size: 18px;
  color: white;
  float: left;
  width: 310px;
  border-left: 1px dashed #1f3d71;
  margin: 18px;
}
/* line 139, ../sass/screen.scss */
#intro-left table {
  margin-bottom: none;
}
/* line 140, ../sass/screen.scss */
#intro-left hgroup {
  padding-bottom: 5px;
  border-bottom: 2px yellow solid;
  padding-left: 10px;
}
/* line 141, ../sass/screen.scss */
#intro-left p {
  margin: 5px 0 10px 10px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  line-height: normal;
  font-size: 11px;
}

/* line 145, ../sass/screen.scss */
#intro-right {
  overflow: hidden;
  *zoom: 1;
  font-family: Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  font-size: 11px;
  width: 588px;
  float: right;
  color: white;
  margin: 18px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
/* line 146, ../sass/screen.scss */
#intro-right .table {
  border: 2px solid #071838;
}

/* line 148, ../sass/screen.scss */
#table-back {
  border: 2px solid #071838;
  border-bottom: 1px solid #071838;
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -ms-border-radius: 8px 8px 0 0;
  -o-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  background: url(../images/table.jpg) no-repeat;
  width: 583px;
  height: 68px;
}
/* line 149, ../sass/screen.scss */
#table-back hgroup {
  margin-top: 10px;
  margin-left: 30px;
}
/* line 150, ../sass/screen.scss */
#table-back h2 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: bold;
  font-size: 27px;
}

/* line 153, ../sass/screen.scss */
#intro-right table th {
  font-size: 11px;
  color: #1f3d71;
  border-left: 1px solid #d1d8e4;
  border-bottom: 1px solid #071838;
  background: #eff4ff;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzMSUiIHN0b3AtY29sb3I9IiNlZmY0ZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3NCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #eff4ff 31%, white 74%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(31%, #eff4ff), color-stop(74%, white));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #eff4ff 31%, white 74%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #eff4ff 31%, white 74%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #eff4ff 31%, white 74%);
  /* IE10+ */
  background: linear-gradient(to bottom, #eff4ff 31%, #ffffff 74%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eff4ff', endColorstr='#ffffff',GradientType=0 );
  /* IE6-8 */
}
/* line 171, ../sass/screen.scss */
#intro-right table th:first-child {
  border-left: none;
}

/* line 174, ../sass/screen.scss */
#intro-right table td {
  background: #f6f6f6;
  border: 1px solid #d1d8e4;
  color: #8e8e8e;
}
/* line 176, ../sass/screen.scss */
#intro-right table td:first-child {
  font-size: 13px;
  background: #d2daea;
  border: none;
  border-bottom: 1px solid #c1cee6;
  border-right: 1px solid #c1cee6;
  color: #1f3d71;
}
/* line 178, ../sass/screen.scss */
#intro-right table td:last-child {
  border-right: none;
}
/* line 180, ../sass/screen.scss */
#intro-right table td img {
  margin-right: 5px;
  vertical-align: bottom;
}

/* line 183, ../sass/screen.scss */
#table-footer {
  background: #071838;
}
/* line 184, ../sass/screen.scss */
#table-footer p {
  padding: 5px;
  font-size: 10px;
  color: #cdcdcd;
}

/* line 187, ../sass/screen.scss */
#content-wrap {
  background: #fdfdfd;
}

/* line 188, ../sass/screen.scss */
#content {
  overflow: hidden;
  *zoom: 1;
  padding: 20px 0;
  width: 960px;
  margin: 0 auto;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: bold;
}
/* line 189, ../sass/screen.scss */
#content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 190, ../sass/screen.scss */
#content ul li {
  width: 270px;
  border-left: 1px dashed #1f3d71;
  float: left;
  margin: 0 25px;
}
/* line 191, ../sass/screen.scss */
#content ul li h3 {
  border-bottom: 2px solid yellow;
  padding: 5px 10px;
  color: #364795;
  font-size: 22px;
}
/* line 192, ../sass/screen.scss */
#content ul li ul.inner {
  overflow: hidden;
  *zoom: 1;
  list-style: square;
  margin-bottom: 20px;
  margin-left: 0;
  min-height: 150px;
}
/* line 193, ../sass/screen.scss */
#content ul li ul.inner li {
  width: 250px;
  border: none;
  color: #edd603;
  margin-left: 27px;
  margin-top: 15px;
}
/* line 194, ../sass/screen.scss */
#content ul li ul.inner li span {
  color: #3a4b97;
  font-size: 14px;
}
/* line 197, ../sass/screen.scss */
#content ul li .yellow-btn {
  vertical-align: top;
}
/* line 199, ../sass/screen.scss */
#content ul li:first-child {
  margin-left: 10px;
}

/* line 205, ../sass/screen.scss */
footer {
  margin: 10px auto;
  width: 960px;
}
/* line 206, ../sass/screen.scss */
footer p {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: bold;
  color: #1f3d71;
  font-size: 10px;
}

/* line 209, ../sass/screen.scss */
#line {
  width: 600px;
  padding-bottom: 5px;
  border-bottom: 2px solid yellow;
  margin-bottom: 5px;
}

/* line 211, ../sass/screen.scss */
#left-ft {
  float: left;
}
/* line 212, ../sass/screen.scss */
#left-ft ul {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
  text-decoration: none;
}
/* line 60, ../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss */
#left-ft ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  white-space: nowrap;
  display: inline;
  float: left;
  padding-left: 4px;
  padding-right: 4px;
}
/* line 48, ../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss */
#left-ft ul li:first-child, #left-ft ul li.first {
  padding-left: 0;
}
/* line 49, ../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss */
#left-ft ul li:last-child {
  padding-right: 0;
}
/* line 50, ../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss */
#left-ft ul li.last {
  padding-right: 0;
}
/* line 213, ../sass/screen.scss */
#left-ft ul li {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: bold;
  font-size: 11px;
  padding: 0px 10px;
  border-left: 1px solid #1f3d71;
}
/* line 215, ../sass/screen.scss */
#left-ft ul li a {
  text-decoration: none;
  color: #1f3d71;
  display: block;
  text-transform: uppercase;
}
/* line 216, ../sass/screen.scss */
#left-ft ul li a:hover {
  background: yellow;
}
/* line 219, ../sass/screen.scss */
#left-ft ul li:first-child {
  border: none;
}

/* line 224, ../sass/screen.scss */
#right-ft {
  border: 2px solid yellow;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  float: right;
  width: 346px;
  padding: 0 5px;
}
/* line 225, ../sass/screen.scss */
#right-ft img {
  vertical-align: middle;
  width: 28px;
  margin: 3px 20px 3px 0;
  float: left;
}
/* line 226, ../sass/screen.scss */
#right-ft p {
  text-transform: lowercase;
  font-size: 16px;
  color: #333;
  margin-top: 10px;
}
/* line 227, ../sass/screen.scss */
#right-ft p span {
  color: #1f3d71;
}

/* line 232, ../sass/screen.scss */
#sidebar {
  overflow: hidden;
  *zoom: 1;
  padding: 20px 0;
  width: 960px;
  margin: 0 auto;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: bold;
  background: #fdfdfd;
  width: 300px;
  border: none;
}
/* line 38, ../sass/screen.scss */
#sidebar ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 39, ../sass/screen.scss */
#sidebar ul li {
  width: 270px;
  border-left: 1px dashed #1f3d71;
  float: left;
  margin: 0 25px;
}
/* line 40, ../sass/screen.scss */
#sidebar ul li h3 {
  border-bottom: 2px solid yellow;
  padding: 5px 10px;
  color: #364795;
  font-size: 22px;
}
/* line 41, ../sass/screen.scss */
#sidebar ul li ul.inner {
  overflow: hidden;
  *zoom: 1;
  list-style: square;
  margin-bottom: 20px;
  margin-left: 0;
  min-height: 150px;
}
/* line 42, ../sass/screen.scss */
#sidebar ul li ul.inner li {
  width: 250px;
  border: none;
  color: #edd603;
  margin-left: 27px;
  margin-top: 15px;
}
/* line 43, ../sass/screen.scss */
#sidebar ul li ul.inner li span {
  color: #3a4b97;
  font-size: 14px;
}
/* line 46, ../sass/screen.scss */
#sidebar ul li .yellow-btn {
  vertical-align: top;
}
/* line 48, ../sass/screen.scss */
#sidebar ul li:first-child {
  margin-left: 10px;
}
/* line 233, ../sass/screen.scss */
#sidebar ul {
  border: none;
}
/* line 234, ../sass/screen.scss */
#sidebar ul li {
  border: none;
  margin: 5px 10px;
}
/* line 235, ../sass/screen.scss */
#sidebar ul li ul.inner {
  width: 180px;
}
/* line 236, ../sass/screen.scss */
#sidebar ul li ul.inner li {
  margin-top: 0;
}
/* line 240, ../sass/screen.scss */
#sidebar .yellow-btn {
  padding: 3px 10px;
}
/* line 241, ../sass/screen.scss */
#sidebar .yellow-btn img {
  vertical-align: top;
}

/* line 245, ../sass/screen.scss */
#yellow-bar {
  margin-top: 20px;
  width: 588px;
  background: yellow;
  color: #111;
  line-height: normal;
}
/* line 53, ../sass/screen.scss */
#yellow-bar #yellow-in {
  padding: 20px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: bold;
}
/* line 54, ../sass/screen.scss */
#yellow-bar #yellow-in h3 {
  font-size: 32px;
}
/* line 55, ../sass/screen.scss */
#yellow-bar #yellow-in p {
  font-size: 18px;
}
/* line 56, ../sass/screen.scss */
#yellow-bar #yellow-in p span {
  color: #1f3d71;
}

/* line 247, ../sass/screen.scss */
#yellow-bar-2 {
  margin-top: 20px;
  width: 588px;
  background: #f3f3f3;
  color: #111;
  margin-top: 0;
  width: 300px;
}
/* line 53, ../sass/screen.scss */
#yellow-bar-2 #yellow-in {
  padding: 20px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: bold;
}
/* line 54, ../sass/screen.scss */
#yellow-bar-2 #yellow-in h3 {
  font-size: 32px;
}
/* line 55, ../sass/screen.scss */
#yellow-bar-2 #yellow-in p {
  font-size: 18px;
}
/* line 56, ../sass/screen.scss */
#yellow-bar-2 #yellow-in p span {
  color: #1f3d71;
}

/* line 249, ../sass/screen.scss */
#intro-right-2 {
  float: left;
  border-radius: 0;
  margin-left: 10px;
}

/* line 251, ../sass/screen.scss */
#lokacija {
  overflow: hidden;
  *zoom: 1;
  background: #fdfdfd;
  padding: 20px;
  border-bottom: 4px solid yellow;
}

/* line 253, ../sass/screen.scss */
.info {
  float: left;
  color: #1f3d71;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: bold;
}
/* line 254, ../sass/screen.scss */
.info ul li {
  line-height: normal;
}
/* line 256, ../sass/screen.scss */
.info ul li span {
  font-size: 24px;
}

/* line 259, ../sass/screen.scss */
.mapa {
  float: right;
  width: 260px;
  height: 160px;
  background: #f3f3f3;
}

/* line 262, ../sass/screen.scss */
#yellow-in {
  color: #111;
}
/* line 263, ../sass/screen.scss */
#yellow-in form {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: bold;
}
/* line 264, ../sass/screen.scss */
#yellow-in form label {
  font-size: 14px;
  font-weight: bold;
}

/* line 268, ../sass/screen.scss */
#kontakt {
  width: 563px;
  background: #f3f3f3;
  padding: 20px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: bold;
}
/* line 269, ../sass/screen.scss */
#kontakt h3 {
  text-transform: uppercase;
  font-size: 22px;
  border-bottom: 2px solid #FCE403;
  line-height: normal;
  margin-bottom: 10px;
}
/* line 270, ../sass/screen.scss */
#kontakt p {
  font-size: 16px;
  line-height: normal;
  font-weight: normal;
}
