/* line 1 : /Applications/CodeKit.app/Contents/Resources/engines/stylus/lib/functions/index.styl */

/* line undefined : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/style.styl */
/*
Theme Name: Argus
Theme URI: http://www.michlik.cz
Description: WordPress theme skeleton.
Author: Pavel Michlík
Author URI: http://www.michlik.cz
Version: 0.1
Tags: simple, skeleton, grid, html5, semantic, css3
*/

/* line 239 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/reset.styl */
/*
 * Reset
 * inspired normalize.css
 */

/* line 6 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/reset.styl */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 13 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/reset.styl */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

/* line 16 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/reset.styl */
a:hover,
a:active {
  outline: 0;
}

/* line 19 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/reset.styl */
img {
  max-width: 100%;
  border: 0;
  height: auto;
}

/* line 25 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/reset.styl */
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

/* line 30 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/reset.styl */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}

/* line 32 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/grid.styl */

/* line 6 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/grid.styl */
.row:before,
.row:after {
  content: "";
  display: table;
}

/* line 10 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/grid.styl */
.row:after {
  clear: both;
}

/* line 13 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/grid.styl */
.row {
  zoom: 1;
}

/* line 17 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/grid.styl */
[class*="span"] {
  margin-left: 4.4%;
  float: left;
  min-height: 1px;
  position: relative;
}

/* line 23 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/grid.styl */
[class*="span"]:first-child {
  margin: 0;
}

/* line 27 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/grid.styl */
.span1 {
  width: 4.3%;
}

/* line 29 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/grid.styl */
.span2 {
  width: 13%;
}

/* line 31 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/grid.styl */
.span3 {
  width: 21.679%;
}

/* line 33 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/grid.styl */
.span4 {
  width: 30.37%;
}

/* line 35 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/grid.styl */
.span5 {
  width: 39.1%;
}

/* line 37 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/grid.styl */
.span6 {
  width: 47.8%;
}

/* line 39 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/grid.styl */
.span7 {
  width: 56.5%;
}

/* line 41 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/grid.styl */
.span8 {
  width: 65.2%;
}

/* line 43 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/grid.styl */
.span9 {
  width: 73.9%;
}

/* line 45 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/grid.styl */
.span10 {
  width: 82.6%;
}

/* line 47 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/grid.styl */
.span11 {
  width: 91.3%;
}

/* line 49 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/grid.styl */
.span12 {
  width: 100%;
}

/* line 1 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/theme.styl */

/* line 7 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/theme.styl */
body {
  background: url("images/body_bg.jpg") repeat;
  font-family: 'Exo', sans-serif;
  font-size: 13px;
  line-height: 21px;
  margin: 0;
  color: #3b3b3b;
}

/* line 15 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/theme.styl */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #83a356;
}

/* line 19 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/theme.styl */
h1 {
  font-size: 30px;
  color: #000;
  margin: 0 0 1em;
}

/* line 24 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/theme.styl */
h2 {
  font-size: 24px;
  line-height: 1.2;
  margin: 1em 0 0 0;
}

/* line 29 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/theme.styl */
h3 {
  font-size: 21px;
  color: #aa362b;
}

/* line 34 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/theme.styl */
h4 {
  font-size: 18px;
  line-height: 1.2;
  margin: 1em 0 0.5em;
}

/* line 39 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/theme.styl */
h5 {
  font-size: 16px;
  color: #333;
}

/* line 43 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/theme.styl */
a {
  color: #000;
}

/* line 46 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/theme.styl */
a:hover {
  color: #000;
}

/* line 50 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/theme.styl */
input[type="text"],
textarea {
  margin: 0;
  border: 1px #ccc solid;
  background: #f6f6f6;
  padding: 8px 10px;
  width: 100%;
  box-sizing: border-box;
  font-size: 100%;
}

/* line 65 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/theme.styl */

/* line 67 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/theme.styl */
#logo a {
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 340px;
  height: 90px;
  margin-left: -170px;
  background: url("images/logo.png") no-repeat;
  text-indent: -9999px;
}

/* line 78 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/theme.styl */
.site-description {
  display: none;
}

/* line 83 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/theme.styl */
nav {
  background: url("images/nav_bg.png") repeat-x;
}

/* line 86 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/theme.styl */
nav ul {
  list-style: none;
  margin: 0 auto;
  width: 940px;
  padding: 0;
  overflow: hidden;
}

/* line 93 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/theme.styl */
nav li {
  margin: 0;
  padding: 0;
  float: left;
  background: url("images/nav-divider.png") -1px 0 no-repeat;
}

/* line 99 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/theme.styl */
nav a {
  display: block;
  height: 69px;
  line-height: 69px;
  color: #f5f4f4;
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  padding: 0 22px;
}

/* line 109 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/theme.styl */
nav .current-menu-item a,
nav a:hover {
  background: url("images/nav_bg.png") 0 -69px repeat-x;
  color: #eee;
}

/* line 114 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/theme.styl */
.slides_container {
  width: 940px;
  height: 390px;
}

/* line 118 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/theme.styl */
.slides_container .slide {
  width: 940px;
  height: 390px;
  display: block;
}

/* line 124 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/theme.styl */
.subnav {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 129 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/theme.styl */
.subnav a {
  display: block;
  padding: 1px 0;
}

/* line 133 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/theme.styl */
.subnav li {
  margin: 0;
  padding: 0;
}

/* line 137 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/theme.styl */
.subnav li ul {
  list-style: none;
  display: none;
  margin: 0;
  padding: 10px 0 10px 20px;
}

/* line 143 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/theme.styl */

/* line 144 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/theme.styl */
.subnav li.current_page_item > a {
  color: #aa362b;
  font-weight: bold;
}

/* line 148 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/theme.styl */
.subnav li.current_page_item ul {
  display: block;
}

/* line 151 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/theme.styl */

/* line 153 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/theme.styl */

/* line 154 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/theme.styl */
.subnav > li.current_page_item > a {
  background: #aa362b;
  color: #fff;
}

/* line 158 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/theme.styl */
.subnav > li > a {
  background: #eee;
  font-size: 14px;
  padding: 10px 10px;
  border-bottom: 1px #ccc dotted;
  text-decoration: none;
}

/* line 165 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/theme.styl */
.subnav > li > a:hover {
  background: #f8f8f8;
  color: #000;
}

/* line 170 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/theme.styl */

/* line 171 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/theme.styl */
#slides .meta {
  position: absolute;
  top: 60px;
  left: 20px;
  width: 360px;
}

/* line 177 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/theme.styl */
#slides .title {
  font-size: 44px;
  line-height: 52px;
  color: #7ca93e;
  font-weight: 700;
  text-transform: uppercase;
}

/* line 184 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/theme.styl */
#slides img {
  float: right;
}

/* line 188 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/theme.styl */
#slides p {
  font-size: 18px;
  line-height: 22px;
  color: #7e7e7e;
  max-width: 300px;
}

/* line 194 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/theme.styl */
#slides .prev,
#slides .next {
  position: absolute;
  margin-top: -23px;
  top: 50%;
  z-index: 100;
  background: url("images/slides-prevnext.png") no-repeat;
  display: block;
  width: 18px;
  height: 47px;
  text-indent: -9999px;
}

/* line 205 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/theme.styl */
#slides .prev {
  left: -40px;
}

/* line 208 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/theme.styl */
#slides .next {
  right: -40px;
  background-position: -18px 0;
}

/* line 212 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/theme.styl */
#slides .pagination {
  position: absolute;
  right: 0;
  bottom: 10px;
  z-index: 80;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 221 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/theme.styl */
#slides .pagination li {
  float: left;
  margin: 0 0 0 5px;
  padding: 0;
}

/* line 226 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/theme.styl */
#slides .pagination a {
  display: block;
  width: 18px;
  height: 18px;
  background: url("images/slides-pagination.png") no-repeat;
  text-indent: -9999px;
}

/* line 233 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/theme.styl */
#slides .pagination .current a {
  background-position: 0 -18px;
}

/* line 237 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/theme.styl */
.breadcrumbs {
  color: #aaa;
  border-bottom: 1px #ddd solid;
  padding: 0 0 10px;
  margin: 0 0 30px;
}

/* line 243 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/theme.styl */
.breadcrumbs a,
.breadcrumbs span {
  color: #999;
  text-decoration: none;
  padding: 0 2px;
}

/* line 249 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/theme.styl */
.breadcrumbs a:hover {
  color: #000;
}

/* line 254 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/theme.styl */
.post-date {
  color: #999;
  margin: 8px 0;
  font-size: 12px;
}

/* line 261 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/theme.styl */
.widget {
  margin: 0 0 30px;
}

/* line 264 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/theme.styl */
.widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 270 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/theme.styl */
.widget li,
.widget a {
  display: block;
}

/* line 275 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/theme.styl */
.widget-title {
  color: #83a356;
  font-size: 24px;
  margin: 10px 0 1em;
  text-transform: uppercase;
}

/* line 283 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/theme.styl */

/* line 285 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/theme.styl */
.widget_categoryposts li {
  margin: 0 0 20px;
}

/* line 288 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/theme.styl */
.widget_categoryposts p {
  margin: 0 0 1em;
}

/* line 291 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/theme.styl */
.widget_categoryposts a {
  text-align: right;
  display: inline-block;
}

/* line 295 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/theme.styl */
.widget_categoryposts .post-title {
  font-size: 18px;
  color: #aa362b;
  text-align: left;
}

/* line 300 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/theme.styl */
.widget_categoryposts .post-date {
  margin: 2px 0;
}

/* line 304 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/theme.styl */
.wpcf7 {
  background: url("images/body_bg.jpg") repeat;
  border: 1px #d5d4d4 solid;
  padding: 20px !important;
}

/* line 309 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/theme.styl */
.wpcf7 p {
  margin: 0 0 15px;
}

/* line 312 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/theme.styl */
.wpcf7 .wpcf7-form-control-wrap {
  position: relative;
  display: block;
  margin: 2px 0 0;
}

/* line 317 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/theme.styl */
.wpcf7 .wpcf7-not-valid-tip {
  position: absolute;
  right: 2px;
  top: 2px;
  background: #aa362b;
  color: #fff;
  border-radius: 3px;
  border: 0;
  left: auto;
  padding: 4px 8px;
}

/* line 329 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/theme.styl */
.offer {
  list-style: none;
  margin: 20px 0 10px;
  padding: 0;
  overflow: hidden;
}

/* line 335 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/theme.styl */
.offer li {
  float: left;
  width: 225px;
  height: 180px;
  padding: 15px 5px 15px 5px;
  border-right: 1px #ddd solid;
  border-top: 1px #ddd solid;
  margin: -1px -1px 0 0;
  position: relative;
}

/* line 345 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/theme.styl */
.offer a {
  display: block;
  text-decoration: none;
  text-align: center;
}

/* line 350 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/theme.styl */
.offer a:hover {
  color: #aa362b;
}

/* line 354 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/theme.styl */
.offer img {
  width: 200px;
  opacity: 0.5;
}

/* line 358 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/theme.styl */
.offer .title {
  font-weight: bold;
  color: #333;
  font-size: 21px;
  display: block;
  position: absolute;
  bottom: 20px;
  right: 0;
  left: 0;
}

/* line 373 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/theme.styl */
.wrapper {
  position: relative;
  width: 940px;
  margin: 0 auto;
}

/* line 378 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/theme.styl */

/* line 379 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/theme.styl */
#header .wrapper {
  height: 90px;
}

/* line 382 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/theme.styl */
#features {
  border-bottom: 1px #d5d4d4 solid;
}

/* line 385 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/theme.styl */
#features .wrapper {
  height: 390px;
}

/* line 388 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/theme.styl */
#content {
  background: url("images/content_bg.jpg") repeat;
}

/* line 391 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/theme.styl */
#content .wrapper {
  padding: 30px 0 50px;
}

/* line 394 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/theme.styl */
#footer {
  background: #323232;
  color: #eee;
  font-size: 12px;
}

/* line 399 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/theme.styl */
#footer a {
  color: #fff;
  text-decoration: none;
}

/* line 403 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/theme.styl */
#footer .wrapper {
  padding: 40px 0;
}

/* line 406 : /Users/Pavel/Sites/argus/wp-content/themes/argus/stylus/theme.styl */
#footer .widget-title {
  font-size: 18px;
}