@charset "UTF-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Bitters 0.10.0
 * http://bitters.bourbon.io
 * Copyright 2013-2014 thoughtbot, inc.
 * MIT License */
button,
input[type=submit] {
  -webkit-font-smoothing: antialiased;
  background-color: #477DCA;
  border-radius: 3px;
  color: white;
  display: inline-block;
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none;
}
button:hover,
input[type=submit]:hover {
  background-color: rgb(43.9430379747, 88.7151898734, 152.5569620253);
  color: white;
}
button:disabled,
input[type=submit]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

body {
  -webkit-font-smoothing: antialiased;
  background-color: white;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  line-height: 1.25;
  margin: 0;
  text-rendering: optimizeLegibility;
}

h1 {
  font-size: 2.25em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.75em;
}

h4 {
  font-size: 1.5em;
}

h5 {
  font-size: 1.25em;
}

h6 {
  font-size: 1em;
}

p {
  margin: 0 0 0.75em;
}

a {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: #477DCA;
  text-decoration: none;
}
a:hover {
  color: rgb(43.9430379747, 88.7151898734, 152.5569620253);
}
a:active, a:focus {
  color: rgb(43.9430379747, 88.7151898734, 152.5569620253);
  outline: none;
}

hr {
  border-bottom: 1px solid #DDD;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

blockquote {
  border-left: 2px solid #DDD;
  color: rgb(89.25, 89.25, 89.25);
  margin: 1.5em 0;
  padding-left: 0.75em;
}

cite {
  color: rgb(114.75, 114.75, 114.75);
  font-style: italic;
}
cite:before {
  content: "— ";
}

fieldset {
  background: rgb(246.5, 246.5, 246.5);
  border: 1px solid #DDD;
  margin: 0 0 0.75em 0;
  padding: 1.5em;
}

input,
label,
select {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1em;
}

label {
  font-weight: bold;
  margin-bottom: 0.375em;
}
label.required:after {
  content: "*";
}
label abbr {
  display: none;
}

textarea,
input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=month], input[type=time], input[type=week],
select[multiple=multiple] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 3px;
  border: 1px solid #DDD;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em 0.5em;
  width: 100%;
}
textarea:hover,
input[type=email]:hover, input[type=number]:hover, input[type=password]:hover, input[type=search]:hover, input[type=tel]:hover, input[type=text]:hover, input[type=url]:hover, input[type=color]:hover, input[type=date]:hover, input[type=datetime]:hover, input[type=datetime-local]:hover, input[type=month]:hover, input[type=time]:hover, input[type=week]:hover,
select[multiple=multiple]:hover {
  border-color: rgb(195.5, 195.5, 195.5);
}
textarea:focus,
input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, input[type=color]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=month]:focus, input[type=time]:focus, input[type=week]:focus,
select[multiple=multiple]:focus {
  border-color: #477DCA;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55.3481012658, 111.7405063291, 192.1518987342, 0.7);
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

input[type=checkbox],
input[type=radio] {
  display: inline;
  margin-right: 0.375em;
}

input[type=file] {
  padding-bottom: 0.75em;
  width: 100%;
}

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto;
}

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%;
}

th {
  border-bottom: 1px solid rgb(182.75, 182.75, 182.75);
  font-weight: bold;
  padding: 0.75em 0;
  text-align: left;
}

td {
  border-bottom: 1px solid #DDD;
  padding: 0.75em 0;
}

tr,
td,
th {
  vertical-align: middle;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
dl {
  margin-bottom: 0.75em;
}
dl dt {
  font-weight: bold;
  margin-top: 0.75em;
}
dl dd {
  margin: 0;
}

button,
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: "flexslider-icon";
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 0 60px;
  position: relative;
  zoom: 1;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.flexslider .slides {
  zoom: 1;
}

.carousel li {
  margin-right: 5px;
}

/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: "\f001";
}

.flex-direction-nav a.flex-next:before {
  content: "\f002";
}

/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: "\f004";
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: "\f003";
}

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 0px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: 0.7;
  cursor: pointer;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/* 
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*=owl-] {
  color: white;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: white;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/* typography */
@font-face {
  font-family: "league_gothicCnRg";
  src: url("../font/leaguegothic-condensedregular-webfont.eot");
  src: url("../font/leaguegothic-condensedregular-webfont.eot?#iefix") format("embedded-opentype"), url("../font/leaguegothic-condensedregular-webfont.woff2") format("woff2"), url("../font/leaguegothic-condensedregular-webfont.woff") format("woff"), url("../font/leaguegothic-condensedregular-webfont.ttf") format("truetype"), url("../font/leaguegothic-condensedregular-webfont.svg#league_gothicCnRg") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: rgb(76.5, 76.5, 76.5);
}

h1, h2, h3, h4, h5 {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

p.lead {
  font-size: 1.25em;
  opacity: 0.5;
  padding: 0.8em 0 0 0;
}

blockquote {
  font-style: italic;
  color: rgb(178.5, 178.5, 178.5);
  font-size: 1.1em;
  border-left: solid 3px rgb(216.75, 216.75, 216.75);
}

a {
  color: #5DAC5D;
}
a:hover {
  color: rgb(81.1367346939, 158.3632653061, 81.1367346939);
}

input,
textarea,
button {
  font-family: "Montserrat", sans-serif !important;
}

input[type=text],
input[type=email],
textarea {
  color: #999999;
  border: solid 2px rgb(234.6, 234.6, 234.6) !important;
  box-shadow: none !important;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: rgb(191.25, 191.25, 191.25);
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
textarea::-moz-placeholder {
  color: rgb(191.25, 191.25, 191.25);
}
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
textarea:-moz-placeholder {
  color: rgb(191.25, 191.25, 191.25);
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: rgb(191.25, 191.25, 191.25);
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
  border: solid 2px #cccccc !important;
}

/* layout */
.container:after {
  content: "";
  display: table;
  clear: both;
}
.container {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0.5em;
}

html, body, section.intro, .split, .split-text {
  height: 300px;
}

section {
  padding: 6em 0 3em;
  position: relative;
}

/* parallax backgrounds */
.image-bg {
  position: absolute;
  height: 300px;
  width: 100%;
  min-width: 100%;
  top: 0;
  left: 0;
  z-index: -200;
}

.color-overlay {
  position: absolute;
  height: 300px;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #5DAC5D;
  opacity: 0.7;
  z-index: -100;
}

/* title section */
.title {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 3em;
}
.title hr {
  border: solid 2px rgba(0, 0, 0, 0.1);
  margin: 1em auto 1.5em;
}
.title hr.small {
  width: 50px;
}
.title p {
  opacity: 0.5;
  font-size: 1.25em;
}

/* buttons */
a.button.alt,
a.button.large.alt {
  background: #f39c12;
}
a.button.alt:hover,
a.button.large.alt:hover {
  background: rgb(244.9662650602, 172.221686747, 56.8337349398);
}

a.button.large {
  background: #5DAC5D;
  text-transform: uppercase;
  margin-top: 1em;
  padding: 1em 2em;
}
a.button.large:hover {
  background: rgb(119.9779591837, 185.8220408163, 119.9779591837);
}

/* owl carousel styles */
.owl-theme .owl-dots .owl-dot span {
  height: 14px;
  width: 14px;
}

.owl-theme .owl-nav [class*=owl-] {
  padding: 0.5em 1em;
}

/* flexslider */
.flexslider {
  margin: 0;
}

.flex-control-nav {
  bottom: 0;
  z-index: 100;
}
.flex-control-nav li a {
  background: white;
  opacity: 0.5;
  height: 14px;
  width: 14px;
  box-shadow: none;
}
.flex-control-nav li a:hover {
  opacity: 0.7;
}
.flex-control-nav li a.flex-active {
  background: white;
  opacity: 1;
}

.flex-direction-nav a {
  height: 52px;
  width: 52px;
  top: 45%;
  font-weight: bold;
  box-shadow: none;
  text-shadow: none;
  color: white;
}
.flex-direction-nav a:before {
  font-family: "Fontawesome";
  font-size: 3em;
  display: inline-block;
  content: "\f104";
}
.flex-direction-nav a.flex-next:before {
  content: "\f105";
}

article.type-system-sans:after {
  content: "";
  display: table;
  clear: both;
}
article.type-system-sans {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  max-width: 70%;
}
article.type-system-sans .type {
  border-bottom: 1px solid;
  display: inline-block;
  font-size: 0.7em;
  font-weight: 900;
  letter-spacing: 1px;
  margin-bottom: 2em;
  padding: 0.1em 0;
  text-align: left;
  text-transform: uppercase;
}
article.type-system-sans h1 {
  text-align: center;
  font-size: 1.8em;
  font-weight: bold;
  letter-spacing: 2px;
  margin-top: 1.2em;
  margin-bottom: 0.6em;
}
article.type-system-sans h2 {
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.4em;
  margin-bottom: 1.2em;
}
@media screen and (min-width: 37.5em) {
  article.type-system-sans h2 {
    font-size: 1.4em;
  }
}
article.type-system-sans code {
  white-space: nowrap;
  font-family: monaco;
  background: #F7F7F7;
  border: 1px solid #E0E0E0;
  border-radius: 4.5px;
  padding: 0.1em 0.4em;
  font-size: 0.65em;
  font-style: normal;
}
article.type-system-sans h3 {
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.4em;
  margin-bottom: 0.5em;
}
article.type-system-sans p.date {
  color: rgba(51, 51, 51, 0.4);
  font-size: 0.8em;
  margin-bottom: 0.5em;
}
article.type-system-sans p {
  font-weight: 100;
  letter-spacing: 1;
  margin-bottom: 1.5em;
}
article.type-system-sans p span {
  font-weight: 100;
  font-size: 0.8em;
  letter-spacing: 2px;
  text-transform: uppercase;
}
article.type-system-sans hr {
  width: 3em;
}
article.type-system-sans a.read-more {
  display: inline-block;
  font-weight: 700;
  font-size: 0.8em;
  text-transform: uppercase;
  margin-left: 0.2em;
  position: relative;
}
article.type-system-sans a.read-more span {
  position: absolute;
  font-size: 1.7em;
  top: -2px;
  right: -10px;
}
article.type-system-sans p.author {
  font-style: italic;
}

header.navigation {
  background-color: white;
  font-family: "Oswald", sans-serif;
  height: 80px;
  width: 100%;
  position: fixed;
  z-index: 999;
}
@media screen and (max-width: 30em) {
  header.navigation {
    height: 50px;
  }
}
header.navigation.headroom {
  transition: transform 200ms linear;
  -webkit-transition: -webkit-transform 200ms linear;
  -moz-transition: -moz-transform 200ms linear;
  transition: transform 200ms linear;
}
header.navigation.headroom.headroom--unpinned {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
header.navigation.headroom.headroom--pinned {
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
header.navigation .navigation-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
header.navigation .navigation-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
header.navigation .navigation-wrapper {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 9999;
}
header.navigation .logo {
  float: left;
  max-height: 80px;
  padding-left: 1em;
  padding-right: 2em;
}
header.navigation .logo img {
  max-height: 80px;
  padding: 0.8em 0;
}
@media screen and (max-width: 30em) {
  header.navigation .logo img {
    max-height: 50px;
    padding: 0.5em 0;
  }
}
header.navigation .navigation-menu-button {
  color: rgba(0, 0, 0, 0.7);
  display: block;
  float: right;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  line-height: 80px;
  margin: 0;
  padding-right: 1em;
  text-transform: uppercase;
}
@media screen and (max-width: 30em) {
  header.navigation .navigation-menu-button {
    line-height: 50px;
  }
}
@media screen and (min-width: 53.75em) {
  header.navigation .navigation-menu-button {
    display: none;
  }
}
header.navigation .navigation-menu-button:hover {
  color: #5DAC5D;
}
header.navigation .nav {
  z-index: 9999999;
  float: none;
}
@media screen and (min-width: 53.75em) {
  header.navigation .nav {
    float: none;
    text-align: center;
  }
}
header.navigation ul#navigation-menu {
  -webkit-transform-style: preserve-3d;
  clear: both;
  display: none;
  margin: 0 auto;
  overflow: visible;
  padding: 0;
  width: 100%;
  z-index: 9999;
}
@media screen and (min-width: 53.75em) {
  header.navigation ul#navigation-menu {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
header.navigation ul li.nav-link {
  background: white;
  display: block;
  line-height: 80px;
  overflow: visible;
  padding-right: 0.8em;
  text-align: center;
  float: left;
  width: 50%;
  z-index: 9999;
}
@media screen and (max-width: 30em) {
  header.navigation ul li.nav-link {
    line-height: 50px;
  }
}
@media screen and (min-width: 53.75em) {
  header.navigation ul li.nav-link {
    background: transparent;
    display: inline;
    line-height: 80px;
    text-decoration: none;
    width: auto;
  }
  header.navigation ul li.nav-link:last-child {
    padding-right: 0;
  }
  header.navigation ul li.nav-link:last-child a {
    padding-right: 0;
  }
}
header.navigation ul li.nav-link a {
  color: rgba(0, 0, 0, 0.7);
  display: inline-block;
  text-transform: uppercase;
}
@media screen and (min-width: 53.75em) {
  header.navigation ul li.nav-link a {
    padding-right: 1em;
    font-size: 1.1em;
    letter-spacing: 0.07em;
  }
}
header.navigation ul li.nav-link a:hover {
  color: #5DAC5D;
}
header.navigation .active-nav-item a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 3px;
}
header.navigation li.more.nav-link {
  padding-right: 0;
}
@media screen and (min-width: 53.75em) {
  header.navigation li.more.nav-link {
    padding-right: 1em;
  }
}
header.navigation li.more.nav-link > ul > li:first-child a {
  padding-top: 0em;
}
header.navigation li.more.nav-link a {
  margin-right: 1em;
}
header.navigation li.more.nav-link > a {
  padding-right: 0.6em;
}
header.navigation li.more.nav-link > a:after {
  position: absolute;
  top: auto;
  right: -0.4em;
  bottom: auto;
  left: auto;
  content: "▾";
  color: rgba(0, 0, 0, 0.7);
}
header.navigation li.more {
  overflow: visible;
  padding-right: 0;
}
header.navigation li.more a {
  padding-right: 0.8em;
}
header.navigation li.more > a {
  padding-right: 1.6em;
  position: relative;
}
@media screen and (min-width: 53.75em) {
  header.navigation li.more > a {
    margin-right: 1em;
  }
}
header.navigation li.more > a:after {
  content: "›";
  font-size: 1.2em;
  position: absolute;
  right: 0.5em;
}
header.navigation li.more:hover > .submenu {
  display: block;
}
@media screen and (min-width: 53.75em) {
  header.navigation li.more {
    padding-right: 0.8em;
    position: relative;
  }
}
header.navigation ul.submenu {
  display: none;
  padding-left: 0;
}
@media screen and (min-width: 53.75em) {
  header.navigation ul.submenu {
    left: -1em;
    position: absolute;
    top: 80px;
  }
}
@media screen and (min-width: 53.75em) {
  header.navigation ul.submenu .submenu {
    left: 11.8em;
    top: 0;
  }
}
header.navigation ul.submenu li {
  display: block;
  padding-right: 0;
}
@media screen and (min-width: 53.75em) {
  header.navigation ul.submenu li {
    line-height: 61.5384615385px;
  }
  header.navigation ul.submenu li:last-child > a {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding-bottom: 0em;
    box-shadow: 0px 3px 0px #5DAC5D;
  }
}
header.navigation ul.submenu li a {
  background-color: rgb(247.35, 247.35, 247.35);
  display: inline-block;
  text-align: right;
  width: 100%;
}
@media screen and (min-width: 53.75em) {
  header.navigation ul.submenu li a {
    background-color: white;
    padding-left: 1em;
    text-align: left;
    width: 12em;
  }
}
header.navigation .navigation-tools:after {
  content: "";
  display: table;
  clear: both;
}
header.navigation .navigation-tools {
  display: block;
  padding-right: 1em;
  padding-left: 0.5em;
  clear: both;
  background: #505050;
}
@media screen and (min-width: 53.75em) {
  header.navigation .navigation-tools {
    background: transparent;
    float: right;
    clear: none;
  }
}
header.navigation a.sign-up {
  margin-top: 1.2em;
  float: right;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline;
  background: #477DCA;
  border-radius: 3px;
  color: white;
  font-size: 0.8em;
  font-weight: 800;
  text-transform: uppercase;
  padding: 0.4em 0.5em;
}
@media screen and (min-width: 53.75em) {
  header.navigation a.sign-up {
    padding: 0.5em 1em;
  }
}
header.navigation a.sign-up:hover {
  background: rgb(110.5949367089, 152.9746835443, 213.4050632911);
}
header.navigation .search-bar {
  padding: 0.85em 0.6em;
  float: left;
}
header.navigation .search-bar .search-and-submit {
  position: relative;
}
header.navigation .search-bar .search-and-submit input[type=search] {
  background: white;
  border: 1px solid rgb(242.25, 242.25, 242.25);
  padding: 0.6em 0.8em;
  font-size: 0.9em;
  font-style: italic;
  color: rgba(0, 0, 0, 0.7);
  border-radius: 6px;
  margin: 0;
}
@media screen and (min-width: 53.75em) {
  header.navigation .search-bar .search-and-submit input[type=search] {
    width: 100%;
  }
}
header.navigation .search-bar .search-and-submit button[type=submit] {
  border: 1px solid rgb(219.3, 219.3, 219.3);
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 hsl(0, 0%, 115%);
  color: hsl(0, 0%, 20%);
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  background-color: white;
  background-image: -webkit-linear-gradient(white, rgb(226.95, 226.95, 226.95));
  background-image: linear-gradient(white, rgb(226.95, 226.95, 226.95));
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 hsl(0, 0%, 104%);
  background-clip: padding-box;
}
header.navigation .search-bar .search-and-submit button[type=submit]:hover:not(:disabled) {
  box-shadow: inset 0 1px 0 0 hsl(0, 0%, 105%);
  cursor: pointer;
  background-color: rgb(242.25, 242.25, 242.25);
  background-image: -webkit-linear-gradient(rgb(242.25, 242.25, 242.25), rgb(219.3, 219.3, 219.3));
  background-image: linear-gradient(rgb(242.25, 242.25, 242.25), rgb(219.3, 219.3, 219.3));
}
header.navigation .search-bar .search-and-submit button[type=submit]:active:not(:disabled), header.navigation .search-bar .search-and-submit button[type=submit]:focus:not(:disabled) {
  border: 1px solid rgb(219.3, 219.3, 219.3);
  box-shadow: inset 0 0 8px 4px rgb(211.65, 211.65, 211.65), inset 0 0 8px 4px rgb(211.65, 211.65, 211.65);
}
header.navigation .search-bar .search-and-submit button[type=submit] {
  border: 1px solid rgb(222.513, 216.087, 216.087);
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 hsl(0, 0%, 115%);
  color: hsl(0, 0%, 20%);
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  background-color: white;
  background-image: -webkit-linear-gradient(white, rgb(229.4745, 224.4255, 224.4255));
  background-image: linear-gradient(white, rgb(229.4745, 224.4255, 224.4255));
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 hsl(0, 10%, 104%);
  background-clip: padding-box;
}
header.navigation .search-bar .search-and-submit button[type=submit]:hover:not(:disabled) {
  box-shadow: inset 0 1px 0 0 hsl(0, 0%, 105%);
  cursor: pointer;
  background-color: rgb(242.25, 242.25, 242.25);
  background-image: -webkit-linear-gradient(rgb(242.25, 242.25, 242.25), rgb(222.156, 216.444, 216.444));
  background-image: linear-gradient(rgb(242.25, 242.25, 242.25), rgb(222.156, 216.444, 216.444));
}
header.navigation .search-bar .search-and-submit button[type=submit]:active:not(:disabled), header.navigation .search-bar .search-and-submit button[type=submit]:focus:not(:disabled) {
  border: 1px solid rgb(222.513, 216.087, 216.087);
  box-shadow: inset 0 0 8px 4px rgb(214.6845, 208.6155, 208.6155), inset 0 0 8px 4px rgb(214.6845, 208.6155, 208.6155);
}
header.navigation .search-bar .search-and-submit button[type=submit]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
header.navigation .search-bar .search-and-submit button[type=submit] {
  position: absolute;
  top: 0.3em;
  right: 0.3em;
  bottom: 0.3em;
  left: auto;
  outline: none;
  padding: 0 15px;
}
header.navigation .search-bar .search-and-submit button[type=submit] img {
  height: 12px;
  opacity: 0.7;
}
@media screen and (min-width: 53.75em) {
  header.navigation .search-bar {
    width: 16em;
    position: relative;
    display: inline-block;
  }
  header.navigation .search-bar input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
  }
}

.hero {
  background-color: #f2f2f2;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 180px;
  height: auto;
  position: relative;
}
@media screen and (min-width: 53.75em) {
  .hero {
    background-size: auto;
    min-height: 380px;
  }
}
.hero .hero-logo img {
  height: 7em;
  margin-top: 2em;
  margin-bottom: 2.5em;
}
.hero .hero-inner:after {
  content: "";
  display: table;
  clear: both;
}
.hero .hero-inner {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
}
.hero .hero-inner:after {
  content: "";
  display: table;
  clear: both;
}
.hero .hero-inner {
  padding: 3em;
  margin: auto;
  text-align: center;
  color: white;
}
.hero .hero-inner button {
  margin: 0;
}
.hero .hero-inner .hero-copy {
  text-align: center;
}
.hero .hero-inner .hero-copy h1 {
  color: #5DAC5D;
  font-size: 1.6em;
  font-weight: bold;
  letter-spacing: 2px;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 53.75em) {
  .hero .hero-inner .hero-copy h1 {
    font-size: 1.8em;
  }
}
.hero .hero-inner .hero-copy p {
  color: gray;
  margin: auto;
  margin-bottom: 3em;
  font-weight: 200;
  line-height: 1.4em;
}
@media screen and (min-width: 53.75em) {
  .hero .hero-inner .hero-copy p {
    font-size: 1.1em;
    max-width: 75%;
  }
}

.hero-noimage {
  height: auto;
}

.hero-rolunk {
  background-image: url(../images/hero01_color.jpg);
}

.hero-technologia {
  background-image: url(../images/hero_technologia2.jpg);
  background-position: left top;
}

.hero-szaniter {
  background-image: url(../images/hero_szaniter.jpg);
  background-size: cover;
}

.hero-polimerbeton {
  background-image: url(../images/hero_polimerbeton.jpg);
  background-size: cover;
}

.hero-innovacio {
  background-image: url(../images/hero_innovacio2.jpg);
  background-position: center bottom;
}

.hero-robotics {
  background-image: url(../images/hero_slide01.jpg);
  background-size: cover;
}

.slider-wrap .flexslider .slides li {
  background-size: cover;
  background-position: center center;
  height: 450px;
}
@media screen and (max-width: 53.75em) {
  .slider-wrap .flexslider .slides li {
    height: 250px;
    background-position: center top;
  }
}
.slider-wrap .flexslider .slides li {
  /*
  @include media($small-screen-down) {
    height: 150px;
  }
  */
}
.slider-wrap .flexslider .slides li.slide01 {
  background-image: url("../images/hero_plant_aerial_view.jpg");
}
.slider-wrap .flexslider .slides li.slide02 {
  background-image: url("../images/hero_slide01.jpg");
}
.slider-wrap .flexslider .slides li.slide03 {
  background-image: url("../images/hero_slide02.jpg");
}
.slider-wrap .flexslider .slides li.slide04 {
  background-image: url("../images/hero_avocado.jpg");
  background-position: left center;
}
.slider-wrap .flexslider .slides li.slide05 {
  background-image: url("../images/hero_slide05.jpg");
}

.slider-wrap .flexslider .slides img {
  width: auto;
  height: auto;
}

.slider-wrap {
  width: 100%;
  margin: 0px auto;
}

.slider {
  overflow-x: hidden;
}

.holder {
  width: 300%;
}

.slide {
  float: left;
  width: 33.3333333333%;
  height: 500px;
  position: relative;
  background-position: -100px 0;
  background-size: auto;
}

.caption {
  position: absolute;
  color: white;
  font-size: 100px;
  bottom: 15px;
  left: 15px;
  font-family: sans-serif;
  font-weight: 100;
}

#slide-0 {
  background-image: url("../images/hero_slide01.jpg");
}

#slide-1 {
  background-image: url("../images/hero_slide02.jpg");
}

#slide-2 {
  background-image: url("../images/hero_slide04.jpg");
}

#slide-3 {
  background-image: url("../images/hero_slide03.jpg");
}

.slide:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
}

.slider-nav {
  text-align: center;
  margin: 8px 0 0 0;
}

.slider-nav a {
  width: 10px;
  height: 10px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.4);
  overflow: hidden;
  text-indent: -9999px;
  border-radius: 50%;
  margin: 0 4px;
}

.slider-nav a.active {
  background: #fff;
}

.bullets:after {
  content: "";
  display: table;
  clear: both;
}
.bullets {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  overflow: auto;
  margin-top: 3.75em;
  margin-bottom: 3em;
}
@media screen and (min-width: 53.75em) {
  .bullets .two-col-bullet {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
  }
  .bullets .two-col-bullet:last-child {
    margin-right: 0;
  }
  .bullets .two-col-bullet:nth-child(2n) {
    margin-right: 0;
  }
  .bullets .two-col-bullet:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (min-width: 53.75em) {
  .bullets .three-col-bullet {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
  }
  .bullets .three-col-bullet:last-child {
    margin-right: 0;
  }
  .bullets .three-col-bullet:nth-child(3n) {
    margin-right: 0;
  }
  .bullets .three-col-bullet:nth-child(3n+1) {
    clear: left;
  }
}
@media screen and (min-width: 53.75em) {
  .bullets .four-col-bullet {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%;
  }
  .bullets .four-col-bullet:last-child {
    margin-right: 0;
  }
  .bullets .four-col-bullet:nth-child(4n) {
    margin-right: 0;
  }
  .bullets .four-col-bullet:nth-child(4n+1) {
    clear: left;
  }
}
.bullets .bullet-icon {
  margin: 0 auto;
  background: #477DCA;
  background-size: cover;
  padding: 3.5em;
  border-radius: 50%;
  width: 14em;
  height: 14em;
}
.bullets .bullet-icon-1 {
  background-color: #477DCA;
  background-image: url("../images/news2.jpg");
}
.bullets .bullet-icon-1.en {
  background-image: url("../images/hirek_bullet.jpg");
}
.bullets .bullet-icon-2 {
  background-color: rgb(71, 202, 169.8333333333);
  background-image: url("../images/szaniter_bullet.jpg");
}
.bullets .bullet-icon-3 {
  background-color: rgb(168.6666666667, 202, 71);
  background-image: url("../images/polimer_beton_bullet2.jpg");
}
.bullets .bullet-content {
  text-align: center;
  padding: 0 2em;
}
@media screen and (min-width: 53.75em) {
  .bullets .bullet-content hr {
    width: 50px;
    margin-left: auto;
    margin-right: auto;
  }
}
.bullets h2 {
  font-size: 1.5em;
  padding-top: 1.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  display: inline-block;
}

.side-image:after {
  content: "";
  display: table;
  clear: both;
}
.side-image {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  background: white;
}
@media screen and (min-width: 53.75em) {
  .side-image:after {
    content: "";
    display: table;
    clear: both;
  }
  .side-image {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
}
.side-image .images-wrapper {
  background: url("../images/gyartastechnologia.jpg"), -webkit-linear-gradient(#B5EBEB, #5DAC5D), no-repeat #B5EBEB scroll;
  background: url("../images/gyartastechnologia.jpg"), linear-gradient(#B5EBEB, #5DAC5D), no-repeat #B5EBEB scroll;
  background-color: #B5EBEB;
  background-size: cover;
  display: block;
  min-height: 12em;
  padding: 3em;
}
@media screen and (min-width: 53.75em) {
  .side-image .images-wrapper {
    display: table-cell;
    width: 33.3333333333%;
    background-position: bottom;
    background-size: cover;
  }
}
.side-image .images-wrapper.sanitery {
  background-image: url("../images/sanitery_avocado.jpg");
  background-position: center center;
  min-height: 18em;
}
@media screen and (min-width: 53.75em) {
  .side-image .images-wrapper.sanitery {
    display: table-cell;
    width: 50%;
  }
}
.side-image .images-wrapper.polymer_concrete {
  background-image: url("../images/polimerbeton_sideimage.jpg");
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: auto;
  background-position: right top;
  min-height: 18em;
}
@media screen and (min-width: 53.75em) {
  .side-image .images-wrapper.polymer_concrete {
    display: table-cell;
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 53.75em) {
  .side-image .images-wrapper.polymer_concrete {
    display: none;
  }
}
.side-image .images-wrapper.polymer_concrete_backside {
  background-image: url("../images/polymer_backside.jpg");
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: auto;
  background-position: left top;
  height: 572px;
}
@media screen and (min-width: 53.75em) {
  .side-image .images-wrapper.polymer_concrete_backside {
    display: table-cell;
    width: 25%;
  }
}
@media screen and (max-width: 53.75em) {
  .side-image .images-wrapper.polymer_concrete_backside {
    display: none;
  }
}
.side-image .images-wrapper.product-slider {
  background-image: url("../images/product_images/polimerbeton01.jpg");
  background-color: transparent;
  background-position: center center;
  position: relative;
  background-repeat: no-repeat;
}
@media screen and (min-width: 53.75em) {
  .side-image .images-wrapper.product-slider {
    display: table-cell;
    width: 83.3333333333%;
  }
}
.side-image .images-wrapper#photo01 {
  background-image: url("../images/product_images/01sx35.jpg");
}
.side-image .images-wrapper#photo02 {
  background-image: url("../images/product_images/02sx35v.jpg");
}
.side-image .images-wrapper#photo03 {
  background-image: url("../images/product_images/03sx50.jpg");
}
.side-image .images-wrapper#photo04 {
  background-image: url("../images/product_images/04sx50v.jpg");
}
.side-image .images-wrapper#photo05 {
  background-image: url("../images/product_images/05sx50e.jpg");
}
.side-image .images-wrapper#photo06 {
  background-image: url("../images/product_images/06k30.jpg");
}
.side-image .images-wrapper#photo07 {
  background-image: url("../images/product_images/07k50.jpg");
}
.side-image .images-wrapper#photo08 {
  background-image: url("../images/product_images/08am25l.jpg");
}
.side-image .images-wrapper#photo09 {
  background-image: url("../images/product_images/09am25r.jpg");
}
.side-image .images-wrapper#photo10 {
  background-image: url("../images/product_images/10cs60.jpg");
}
.side-image .images-wrapper#photo11 {
  background-image: url("../images/product_images/11csk50.jpg");
}
.side-image .images-wrapper#photo12 {
  background-image: url("../images/product_images/12csk80.jpg");
}
.side-image .images-wrapper#photo13 {
  background-image: url("../images/product_images/13kr25.jpg");
}
.side-image .images-wrapper#photo14 {
  background-image: url("../images/product_images/14csk150.jpg");
}
.side-image .images-wrapper#photo15 {
  background-image: url("../images/product_images/15kk150.jpg");
}
.side-image .content {
  display: table-cell;
  width: 100%;
  padding: 1em 1em 4em 1em;
}
@media screen and (min-width: 53.75em) {
  .side-image .content {
    display: table-cell;
    width: 66.6666666667%;
    padding: 4em 4em 8em 4em;
  }
}
.side-image .content.sanitery, .side-image .content.polymer_concrete, .side-image .content.product-slider {
  padding: 3em 2em 1em 2em;
}
.side-image .content.sanitery ul, .side-image .content.polymer_concrete ul, .side-image .content.product-slider ul {
  list-style: outside;
  margin: 0.5em 1em 2em 2em;
}
.side-image .content h1 {
  margin-bottom: 0.9em;
  font-size: 1.8em;
  font-weight: bold;
  letter-spacing: 2px;
  position: relative;
}
.side-image .content h4 {
  background: #5DAC5D;
  color: white;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 1.2em;
  font-weight: 800;
  letter-spacing: 2px;
  margin-bottom: 1.3em;
  padding: 3px 8px;
  text-transform: uppercase;
  position: relative;
}
.side-image .content p {
  color: gray;
  margin-bottom: 2em;
  position: relative;
}
.side-image .content.product-slider p {
  font-size: 1.5em;
}
.side-image .content button {
  color: #5DAC5D;
  font-size: 1em;
  font-weight: 100;
  outline: none;
  border-radius: 6px;
  border: 2px solid #5DAC5D;
  background: none;
  position: relative;
}
.side-image.product-slider {
  background-color: #d9d8ce;
  height: 24em;
}

.product-slider-wrapper {
  height: 24em;
  overflow: hidden;
}

#product-slider-inner {
  position: relative;
  overflow: hidden;
}

section.featured {
  background: rgb(242.25, 242.25, 242.25);
  text-align: center;
}
section.featured #featured-teasers .featured-item {
  padding: 0 1em;
  margin-bottom: 1em;
}
section.featured #featured-teasers .featured-item:hover a.featured-image {
  background: #5DAC5D;
}
section.featured #featured-teasers .featured-item:hover .featured-teaser {
  background: rgb(252.45, 252.45, 252.45);
}
section.featured #featured-teasers .featured-item:hover img {
  opacity: 0.8;
}
section.featured #featured-teasers .featured-item:hover .flexslider img {
  opacity: 1;
}
section.featured #featured-teasers .featured-item a.featured-image {
  display: block;
}
section.featured #featured-teasers .featured-item a.featured-image img {
  transition: all 0.5s;
  -webkit-backface-visibility: hidden;
}
section.featured #featured-teasers .featured-item .featured-teaser {
  padding: 1.5em;
  background: white;
  border-top: 0;
  transition: all 0.2s;
}
section.featured #featured-teasers .featured-item .featured-teaser h4.post-title a {
  color: #666666;
}
section.featured #featured-teasers .featured-item .featured-teaser .meta {
  color: rgb(178.5, 178.5, 178.5);
  padding-bottom: 0.6em;
  font-size: 0.9em;
}
section.featured #featured-teasers .featured-item .featured-teaser.audio {
  margin-top: -7px;
}
section.featured #featured-teasers .featured-item h4 {
  text-transform: uppercase;
  font-size: 1.3em;
  padding-bottom: 0.5em;
}
section.featured #featured-teasers .featured-item p {
  color: rgb(127.5, 127.5, 127.5);
}
section.featured #featured-teasers .featured-item i {
  font-size: 4em;
  color: #cccccc;
  margin-bottom: 0.3em;
  transition: color 0.2s;
}
section.featured #featured-teasers .featured-item:hover i {
  color: #5DAC5D;
}
section.featured .container button {
  color: #5DAC5D;
  font-size: 1em;
  font-weight: 100;
  outline: none;
  border-radius: 6px;
  border: 2px solid #5DAC5D;
  background: none;
}

.footer {
  background: rgb(55.0487447699, 79.7497975435, 113.9512552301);
  padding: 3em 1.618em;
  padding-top: 2em;
  padding-bottom: 0.75em;
  width: 100%;
}
.footer .footer-logo {
  text-align: center;
  margin-bottom: 2em;
}
.footer .footer-logo img {
  height: 3em;
}
.footer .footer-links:after {
  content: "";
  display: table;
  clear: both;
}
.footer .footer-links {
  margin-bottom: 0;
}
@media screen and (min-width: 53.75em) {
  .footer .footer-links {
    margin-left: 25.5894128995%;
  }
}
.footer ul {
  margin-bottom: 0.75em;
}
@media screen and (min-width: 53.75em) {
  .footer ul {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%;
  }
  .footer ul:last-child {
    margin-right: 0;
  }
  .footer ul:nth-child(3n) {
    margin-right: 0;
  }
  .footer ul:nth-child(3n+1) {
    clear: left;
  }
  .footer ul:after {
    content: "";
    display: table;
    clear: both;
  }
}
.footer li {
  text-align: center;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 100;
}
@media screen and (min-width: 53.75em) {
  .footer li {
    text-align: left;
  }
}
.footer li a {
  color: rgba(255, 255, 255, 0.4);
  font-weight: 100;
  font-size: 0.9em;
}
.footer li a:hover {
  color: white;
}
.footer li h3 {
  color: white;
  font-size: 1.2em;
  font-weight: 100;
  letter-spacing: 2px;
  margin-bottom: 0.4em;
}
.footer li em {
  color: rgba(255, 255, 255, 0.7);
}
.footer hr {
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin: 0 auto 1.5em;
  width: 12em;
}
.footer p {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.9em;
  line-height: 1.5em;
  margin: auto;
  max-width: 35em;
  text-align: center;
}

section.intro {
  padding: 0;
  color: white;
  text-transform: uppercase;
}
section.intro .image-bg {
  background: url("http://placehold.it/1200x700&text=use+your+image+here") 0 0 no-repeat;
  background-size: cover;
}
@media screen and (min-width: 30em) {
  section.intro .container {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 30em) {
  section.intro .container {
    padding-top: 8em;
  }
}
section.intro h1 {
  text-align: center;
  color: white;
  padding-bottom: 0.5em;
}
section.intro h1 img {
  max-width: 50%;
}
section.intro h3 {
  text-align: center;
  font-size: 1.2em;
  padding: 0 20%;
}
section.intro a.jump-down {
  position: absolute;
  bottom: 4em;
  left: 20%;
  right: 20%;
  margin: 2em auto 0;
  display: block;
  width: 4em;
  text-align: center;
}
section.intro a.jump-down i {
  color: white;
  opacity: 0.5;
  font-size: 3.5em;
  text-align: center;
  transition: opacity 0.2s;
}
section.intro a.jump-down i:hover {
  opacity: 1;
}

#bacteria-info:after {
  content: "";
  display: table;
  clear: both;
}
#bacteria-info {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
}
#bacteria-info:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 53.75em) {
  #bacteria-info .panel {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
  }
  #bacteria-info .panel:last-child {
    margin-right: 0;
  }
  #bacteria-info .panel:nth-child(3n) {
    margin-right: 0;
  }
  #bacteria-info .panel:nth-child(3n+1) {
    clear: left;
  }
  #bacteria-info .panel.photo {
    clear: none;
  }
  #bacteria-info .panel.description {
    padding: 20px 20px 20px 2.3576515979%;
    background-color: #f2f2f2;
    max-height: 237px;
    overflow-y: hidden;
    position: relative;
    height: 237px;
  }
  #bacteria-info .panel.description h4 {
    position: absolute;
    margin: -20px 0 20px -2.35765%;
    padding: 3px 8px;
    background: #5DAC5D;
    display: inline-block;
    color: white;
    font-family: "Open Sans", sans-serif;
    font-size: 1.2em;
    font-weight: 800;
    letter-spacing: 2px;
  }
  #bacteria-info .panel.description li.features-list {
    text-align: center;
    text-transform: none;
    font-size: 1.3em;
    max-width: 300px;
    position: absolute;
    left: 0;
    right: 0;
    top: 80px;
    bottom: 0;
    margin-left: 1.2em;
  }
}

.cards:after {
  content: "";
  display: table;
  clear: both;
}
.cards {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
}
.cards:after {
  content: "";
  display: table;
  clear: both;
}

.card {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: rgb(242.25, 242.25, 242.25);
  border: 1px solid #DDD;
  margin-bottom: 1.5em;
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 53.75em) {
  .card {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
  }
  .card:last-child {
    margin-right: 0;
  }
  .card:nth-child(2n) {
    margin-right: 0;
  }
  .card:nth-child(2n+1) {
    clear: left;
  }
}
.card .card-image {
  overflow: hidden;
  max-height: 350px;
}
.card .card-image img {
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #DBD199;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.card .ribbon-wrapper {
  height: 85px;
  width: 85px;
  overflow: hidden;
  position: absolute;
  top: -1px;
  right: -1px;
}
.card .ribbon-wrapper .ribbon {
  font-size: 0.8em;
  font-weight: 800;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  padding: 2px 7px;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #477DCA;
  color: white;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.card .card-header {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #5DAC5D;
  background-color: rgb(242.25, 242.25, 242.25);
  border-bottom: 1px solid #DDD;
  border-radius: 3px 3px 0 0;
  font-weight: bold;
  padding: 1.5em 1.618em;
}
.card .card-copy {
  padding: 1.5em 1.618em;
  font-size: 0.9em;
  line-height: 1.5em;
}
.card:hover {
  background-color: white;
}
.card:hover .card-image img {
  background: rgb(225.652173913, 217.5, 171.847826087);
}
.card:hover .card-header {
  background-color: white;
}
.card:active {
  background-color: rgb(242.25, 242.25, 242.25);
}
.card:active .card-header {
  background-color: rgb(242.25, 242.25, 242.25);
}

#gallery-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
#gallery-wrapper {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
}
#gallery-wrapper #left-col {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 57.3509785009%;
}
#gallery-wrapper #left-col:last-child {
  margin-right: 0;
}
#gallery-wrapper #right-col {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 40.2913699012%;
}
#gallery-wrapper #right-col:last-child {
  margin-right: 0;
}
#gallery-wrapper #right-col {
  margin-bottom: 2em;
}
#gallery-wrapper #mid-col {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 57.3509785009%;
}
#gallery-wrapper #mid-col:last-child {
  margin-right: 0;
}
#gallery-wrapper #mid-col {
  margin-left: 21.3245107496%;
  margin-bottom: 2em;
}

#slider.flexslider:after, #carousel.flexslider:after {
  content: "";
  display: table;
  clear: both;
}
#slider.flexslider, #carousel.flexslider {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}

#carousel.flexslider .slides li {
  margin-right: 2px;
}

.video-wrapper {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}
.video-wrapper .video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.video-wrapper .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100%;
  max-width: 720;
  max-height: 405px;
}
.video-wrapper .video iframe.innovation {
  max-height: 384px;
}

.submenu-wrapper {
  text-align: center;
  background-color: #f2f2f2;
  margin: 2em auto;
  padding: 2em 0;
}
.submenu-wrapper a {
  display: inline-block;
}

.polymer-sketches:after {
  content: "";
  display: table;
  clear: both;
}
.polymer-sketches {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  display: none;
}
@media screen and (min-width: 53.75em) {
  .polymer-sketches {
    display: block;
  }
}
.polymer-sketches .leftcol {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 23.2317613015%;
}
.polymer-sketches .leftcol:last-child {
  margin-right: 0;
}
.polymer-sketches .leftcol button {
  margin: 1.5em 2em;
}
.polymer-sketches .rightcol {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 23.2317613015%;
}
.polymer-sketches .rightcol:last-child {
  margin-right: 0;
}
.polymer-sketches .rightcol button {
  margin: 1.5em 2em;
}
.polymer-sketches .midcol {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 48.821174201%;
}
.polymer-sketches .midcol:last-child {
  margin-right: 0;
}
.polymer-sketches .wide {
  margin: 0 auto;
  width: 800px;
  height: 200px;
}
.polymer-sketches .wide img {
  max-height: 200px;
}
.polymer-sketches .full-wide:after {
  content: "";
  display: table;
  clear: both;
}
.polymer-sketches .full-wide {
  display: block;
}
.polymer-sketches img {
  display: block;
  float: left;
}

button {
  color: #5DAC5D;
  font-size: 1.2em;
  font-weight: 100;
  outline: none;
  border-radius: 6px;
  border: 2px solid #5DAC5D;
  background: none;
  margin: 1em 2em;
}
button:hover {
  color: white;
  background-color: #5DAC5D;
}

.tables:after {
  content: "";
  display: table;
  clear: both;
}
.tables {
  display: block;
}
@media screen and (min-width: 53.75em) {
  .tables {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
  }
  .tables:last-child {
    margin-right: 0;
  }
}

.tables button {
  font-size: 0.8em;
}

.palyazati-info:after {
  content: "";
  display: table;
  clear: both;
}
.palyazati-info {
  background-color: #f2f2f2;
  width: 100%;
  padding: 3em;
  margin: auto;
  text-align: center;
}
.palyazati-info a {
  display: inline-block;
  margin: 10px 15px;
}
.palyazati-info a:first-of-type {
  display: block;
  margin-bottom: 20px;
}
.palyazati-info a:first-of-type img {
  max-width: 600px;
  width: 100%;
}

#googleMap iframe {
  width: 100%;
}

#googleMap {
  height: 330px;
}

#googleMap img {
  max-width: none;
}

hr.invisible {
  border-style: none;
}

/*
.video-wrapper {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%; // For ratio 16:9. 75% if ratio is 4:3
  position: relative;

  embed,
  object,
  iframe {
    @include position(absolute, 0 null null 0);
    @include size(100%);
  }
}
*/

/*# sourceMappingURL=style.css.map */
