	/* RESET
------------------------------ */
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,
font, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

ul {
  list-style: none; }

ol {
  list-style-position: inside; }

blockquote, q {
  quotes: none; }

:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a:hover {
  cursor: pointer; }

@font-face {
  font-family: 'Open-sans';
  src: url("../fonts/opensans-light-webfont.eot");
  src: url("../fonts/opensans-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-light-webfont.woff") format("woff"), url("../fonts/opensans-light-webfont.ttf") format("truetype"), url("../fonts/opensans-light-webfont.svg#open_sanslight") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Open-sans';
  src: url("../fonts/opensans-bold-webfont.eot");
  src: url("../fonts/opensans-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-bold-webfont.woff2") format("woff2"), url("../fonts/opensans-bold-webfont.woff") format("woff"), url("../fonts/opensans-bold-webfont.ttf") format("truetype"), url("../fonts/opensans-bold-webfont.svg#open_sansbold") format("svg");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Raleway';
  src: url("../fonts/Raleway-Black-webfont.eot");
  src: url("../fonts/Raleway-Black-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway-Black-webfont.woff") format("woff"), url("../fonts/Raleway-Black-webfont.ttf") format("truetype"), url("../fonts/Raleway-Black-webfont.svg#open_sanslight") format("svg");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: 'Raleway';
  src: url("../fonts/Raleway-Bold-webfont.eot");
  src: url("../fonts/Raleway-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway-Bold-webfont.woff") format("woff"), url("../fonts/Raleway-Bold-webfont.ttf") format("truetype"), url("../fonts/Raleway-Bold-webfont.svg#open_sanslight") format("svg");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Raleway';
  src: url("../fonts/Raleway-Light-webfont.eot");
  src: url("../fonts/Raleway-Light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway-Light-webfont.woff") format("woff"), url("../fonts/Raleway-Light-webfont.ttf") format("truetype"), url("../fonts/Raleway-Light-webfont.svg#open_sanslight") format("svg");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Raleway';
  src: url("../fonts/Raleway-ExtraLight-webfont.eot");
  src: url("../fonts/Raleway-ExtraLight-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway-ExtraLight-webfont.woff") format("woff"), url("../fonts/Raleway-ExtraLight-webfont.ttf") format("truetype"), url("../fonts/Raleway-ExtraLight-webfont.svg#open_sanslight") format("svg");
  font-weight: 100;
  font-style: normal; }
@font-face {
  font-family: 'Raleway';
  src: url("../fonts/Raleway-Regular-webfont.eot");
  src: url("../fonts/Raleway-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway-Regular-webfont.woff") format("woff"), url("../fonts/Raleway-Regular-webfont.ttf") format("truetype"), url("../fonts/Raleway-Regular-webfont.svg#open_sanslight") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Raleway';
  src: url("../fonts/Raleway-SemiBold-webfont.eot");
  src: url("../fonts/Raleway-SemiBold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway-SemiBold-webfont.woff") format("woff"), url("../fonts/Raleway-SemiBold-webfont.ttf") format("truetype"), url("../fonts/Raleway-SemiBold-webfont.svg#open_sanslight") format("svg");
  font-weight: 600;
  font-style: normal; }
/* GENERAL STYLES
------------------------------ */
/* elements */
body {
  font: normal 16px/20px "Open-sans" Arial, Helvetica, sans-serif;
  background: #fff;
  color: #707679;
  padding: 0;
  background: #fff;
  line-height: 1.4em;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important; }

a {
  color: #5fb459;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  a.noLine {
    text-decoration: none; }

a:hover {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

p {
  margin: 0 0 1em; }

button {
  cursor: pointer; }

body * {
  font-family: "Open-sans"; }

h2 {
  font-size: 2em;
  font-family: "Raleway";
  font-weight: normal;
  text-transform: uppercase;
  color: #5fb459;
  line-height: 1.2em;
  margin-bottom: 2em; }

h3 {
  font-size: 1.7em;
  font-family: "Raleway";
  font-weight: normal;
  text-transform: uppercase;
  color: #2c3e51;
  line-height: 1.2em;
  margin-bottom: 1em; }

strong {
  font-family: "Raleway"; }

.button {
  display: inline-block;
  padding: 10px 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.4em;
  font-family: "Raleway"; }
  .button.white {
    border: 1px solid #fff;
    color: #fff; }
    .button.white:hover {
      background: rgba(255, 255, 255, 0.2); }
  .button.green {
    border: 1px solid #5fb459;
    color: #5fb459; }
    .button.green:hover {
      background: rgba(95, 180, 89, 0.2); }
  .button.grey {
    border: 1px solid #c2c2c2;
    color: #8f8f8f; }
    .button.grey:hover {
      background: rgba(66, 66, 66, 0.2); }
    .button.grey.clear {
      border: 1px solid rgba(66, 66, 66, 0); }
      .button.grey.clear:hover {
        background: none;
        border: 1px solid #c2c2c2; }

.fullWidth {
  width: 100%; }

.center {
  text-align: center; }

.middle {
  margin: 0 auto; }

.widthWrapper {
  max-width: 1200px;
  margin: 0 auto;
  width: 95%; }

.seperator {
  width: 100%;
  height: 1px;
  background: #ecf0f1; }

header {
  width: 100%;
  height: 80px;
  padding-top: 20px;
  position: fixed;
  top: 0;
  left: 0;
  background: #5fb459;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  z-index: 9997; }
  @media (max-width: 950px) {
    header {
      height: 65px; } }
  header.home {
    background: none; }
    header.home .widthWrapper {
      position: relative;
      z-index: 9999; }
    header.home #headerBackground {
      background: #5fb459;
      position: fixed;
      top: 0;
      left: 0;
      height: 80px;
      width: 100%;
      transform: translateY(-80px);
      -moz-transform: translateY(-80px);
      -webkit-transform: translateY(-80px);
      -o-transform: translateY(-80px);
      z-index: 9998; }
      @media (max-width: 950px) {
        header.home #headerBackground {
          height: 70px; } }
  .optimizer header {
    background: #3597d3; }
  header .logo {
    display: block;
    float: left;
    height: 40px; }
    header .logo img {
      height: 40px; }
      @media (max-width: 950px) {
        header .logo img {
          width: 160px;
          height: auto; } }
  header #openNavButton {
    display: none; }
    @media (max-width: 650px) {
      header #openNavButton {
        display: block;
        position: absolute;
        top: -5px;
        right: 0px;
        width: 55px;
        height: 60px;
        text-indent: -9999px; }
        header #openNavButton:before {
          content: '';
          background: #fff;
          display: block;
          width: 45px;
          height: 5px;
          margin-bottom: 7px; }
        header #openNavButton span {
          display: block;
          width: 45px;
          height: 5px; }
          header #openNavButton span:before, header #openNavButton span:after {
            content: '';
            background: #fff;
            display: block;
            width: 45px;
            height: 5px; }
          header #openNavButton span:after {
            margin-top: 7px; } }
  @media (max-width: 650px) {
    header .insideNav #openNavButton {
      top: 16px;
      right: 5px; } }
  header ul {
    float: right;
    margin-top: -5px; }
    @media (min-width: 650px) and (max-width: 950px) {
      header ul {
        margin-top: -3px; } }
    @media (max-width: 650px) {
      header ul {
        display: none;
        background: #424242;
        width: 100%;
        position: absolute;
        top: 45px;
        left: 0; } }
    header ul li {
      display: inline-block; }
      @media (max-width: 650px) {
        header ul li {
          display: block;
          text-align: right; } }
      header ul li a {
        display: block;
        padding: 10px 20px;
        font-size: 1.2em;
        text-transform: uppercase;
        text-decoration: none;
        border: 1px solid rgba(255, 255, 255, 0);
        font-family: "Raleway";
        font-weight: 300;
        color: #fff; }
        @media (min-width: 650px) and (max-width: 950px) {
          header ul li a {
            padding: 5px 10px;
            font-size: 1em; } }
        @media (max-width: 650px) {
          header ul li a {
            padding: 20px;
            border-bottom: 1px solid #5c5c5c; } }
        header ul li a:hover {
          border: 1px solid #fff;
          box-sizing: border-box; }
          @media (max-width: 650px) {
            header ul li a:hover {
              border: 1px solid #424242;
              border-bottom: 1px solid #5c5c5c; } }
      header ul li.active a {
        color: #275024; }
        header ul li.active a:hover {
          border: 1px solid #5fb459; }
        @media (max-width: 650px) {
          header ul li.active a {
            color: #fff;
            background: #5fb459; } }
  header .insideNav ul {
    top: 70px; }

#bottomHeader {
  background: #5fb459;
  width: 100%;
  height: 200px;
  padding-top: 100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1; }
  @media (max-width: 950px) {
    #bottomHeader {
      padding-top: 60px; } }
  .optimizer #bottomHeader {
    background: #3597d3; }
  #bottomHeader h1 {
    color: #fff;
    text-align: left;
    font-family: "Raleway";
    font-weight: 300;
    font-size: 3.2em;
    line-height: 1.2em;
    margin-bottom: 10px;
    padding-top: 25px; }
    @media (max-width: 650px) {
      #bottomHeader h1 {
        font-size: 2.5em; } }
  #bottomHeader p {
    color: #fff;
    text-align: left;
    font-family: "Raleway";
    font-weight: 100;
    font-size: 1.7em;
    line-height: 1.2em; }
    @media (max-width: 650px) {
      #bottomHeader p {
        font-size: 1.4em; } }

#top {
  height: 600px;
  z-index: 0;
  color: #fff;
  width: 100%; }
  @media (max-width: 650px) {
    #top {
      height: 250px; } }
  @media (max-width: 470px) {
    #top {
      height: 350px; } }
  #top a {
    color: #fff; }
  #top .video1 #video {
    background: url(../images/toplina-kamina.jpg) no-repeat 0 50%;
    background-size: cover; }
  #top .video2 #video {
    background: url(../images/vezenje-video.jpg) no-repeat 0% 50%;
    background-size: cover; }
  #top .video3 #video {
    background: url(../images/novolon-video.jpg) no-repeat 100% 50%;
    background-size: cover; }
  #top .video4 #video {
    background: url(../images/noworkdays-video.jpg) no-repeat 50% 50%;
    background-size: cover; }
  #top #video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 600px;
    background: #424242;
    background-size: cover;
    z-index: -2; }
    @media (max-width: 650px) {
      #top #video {
        height: 350px; } }
    #top #video video {
      position: absolute;
      top: 50%;
      left: 50%;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      z-index: -100;
      -webkit-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%); }
  #top #overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 600px;
    background: rgba(0, 0, 0, 0.4);
    z-index: -1; }
    #top #overlay.videoStop {
      background: rgba(0, 0, 0, 0.6);
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    #top #overlay.mobileStop {
      background: rgba(0, 0, 0, 0.6); }
  #top #banners .banner {
    width: 100%;
    height: 600px;
    position: relative;
    text-align: center; }
    @media (max-width: 650px) {
      #top #banners .banner {
        height: 250px; } }
    @media (max-width: 470px) {
      #top #banners .banner {
        height: 350px; } }
    #top #banners .banner:before {
      content: '';
      display: inline-block;
      height: 100%;
      vertical-align: middle;
      margin-right: -0.25em; }
    #top #banners .banner .title {
      display: inline-block;
      vertical-align: middle;
      max-width: 1200px;
      width: 90%;
      font-family: "Raleway";
      font-weight: 300; }
      #top #banners .banner .title h2 {
        font-size: 4em;
        font-family: "Raleway";
        font-weight: 700;
        color: #fff;
        margin-bottom: 0; }
        @media (max-width: 950px) {
          #top #banners .banner .title h2 {
            font-size: 3em; } }
        @media (max-width: 650px) {
          #top #banners .banner .title h2 {
            font-size: 2em; } }
      #top #banners .banner .title p {
        text-transform: uppercase;
        font-size: 1.65em;
        margin-bottom: 10px; }
        @media (max-width: 950px) {
          #top #banners .banner .title p {
            line-height: 1.2em; } }
        @media (max-width: 650px) {
          #top #banners .banner .title p {
            display: none; } }
      #top #banners .banner .title a {
        font-size: 1.65em;
        margin-bottom: 0;
        text-decoration: none; }
        #top #banners .banner .title a:hover {
          text-decoration: underline; }
        @media (max-width: 650px) {
          #top #banners .banner .title a {
            font-size: 1.2em; } }
  #top .buttons {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    text-align: center; }
    #top .buttons a#banner1Button.videoStop {
      background: rgba(95, 180, 89, 0.7);
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      #top .buttons a#banner1Button.videoStop:hover {
        background: #5fb459; }

.row .column {
  float: left;
  vertical-align: top;
  box-sizing: border-box;
  -moz-box-sizing: border-box; }
  .row .column.cthree {
    margin: 0 5%; }
    @media (min-width: 950px) {
      .row .column.cthree {
        width: 26.6%; }
        .row .column.cthree:first-child, .row .column.cthree:nth-child(4), .row .column.cthree:nth-child(7) {
          margin-left: 0; }
        .row .column.cthree:nth-child(3n) {
          margin-right: 0; } }
    @media (min-width: 650px) and (max-width: 950px) {
      .row .column.cthree {
        width: 45%; }
        .row .column.cthree:first-child, .row .column.cthree:nth-child(3), .row .column.cthree:nth-child(5), .row .column.cthree:nth-child(7), .row .column.cthree:nth-child(9), .row .column.cthree:nth-child(11), .row .column.cthree:nth-child(13) {
          margin-left: 0;
          margin-right: 5%; }
        .row .column.cthree:nth-child(2n) {
          margin-right: 0;
          margin-left: 5%; } }
    @media (max-width: 650px) {
      .row .column.cthree {
        width: 100%;
        margin: 0; } }
  .row .column.cfour {
    width: 20%;
    margin: 0 2.5%; }
  .row .column.ctwo {
    width: 50%;
    padding-right: 5%; }
    .row .column.ctwo:nth-child(2n) {
      padding-right: 0;
      padding-left: 5%; }

#content {
  background: #fff;
  margin-top: 300px;
  padding-top: 50px; }
  @media (max-width: 950px) {
    #content {
      margin-top: 240px; } }
  @media (max-width: 650px) {
    #content {
      padding-top: 0px; } }
  #content.home {
    margin-top: 0; }
  #content .section {
    padding: 50px 0; }
  #content .inSection {
    padding: 50px 0 0 0; }
  #content .about {
    padding: 50px 0 0 0; }
  #content .homeServices a {
    color: #2c3e51;
    text-decoration: none; }
    #content .homeServices a h3 {
      line-height: 1em;
      font-size: 1.6em;
      font-family: "Raleway";
      font-weight: 500;
      text-transform: none;
      color: #2c3e51;
      margin-bottom: 1em; }
      #content .homeServices a h3 span {
        display: block;
        font-size: 0.7em;
        color: #5fb459;
        font-weight: 300;
        margin-top: 5px; }
        #content .homeServices a h3 span.optimizer {
          color: #3597d3; }
  #content .services .row .column {
    height: 350px;
    margin-bottom: 40px; }
    @media (max-width: 650px) {
      #content .services .row .column {
        height: auto; } }
  #content .services .fullWidth {
    margin-bottom: 20px; }
    @media (max-width: 650px) {
      #content .services .fullWidth {
        width: 70%;
        margin-bottom: 20px; } }
  #content .services h2 {
    line-height: 1em;
    font-size: 1.6em;
    font-family: "Raleway";
    font-weight: 500;
    text-transform: none;
    color: #2c3e51;
    margin-bottom: 1em; }
    #content .services h2 span {
      display: block;
      font-size: 0.7em;
      color: #5fb459;
      font-weight: 300;
      margin-top: 5px; }
      #content .services h2 span.optimizer {
        color: #3597d3; }
  #content .buttonWrapper {
    margin-top: 40px; }
@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-66.6%);
    -moz-transform: translateX(-66.6%);
    -o-transform: translateX(-66.6%);
    transform: translateX(-66.6%); } }
@-moz-keyframes loop {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-66.6%);
    -moz-transform: translateX(-66.6%);
    -o-transform: translateX(-66.6%);
    transform: translateX(-66.6%); } }
@-ms-keyframes loop {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-66.6%);
    -moz-transform: translateX(-66.6%);
    -o-transform: translateX(-66.6%);
    transform: translateX(-66.6%); } }
@keyframes loop {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-66.6%);
    -moz-transform: translateX(-66.6%);
    -o-transform: translateX(-66.6%);
    transform: translateX(-66.6%); } }
  #content .clientLogos {
    position: relative;
    width: 100%;
    overflow: hidden; }
    #content .clientLogos > ul {
      list-style: none;
      position: relative;
      z-index: 1;
      top: 0;
      left: 0;
      width: 300% !important;
      height: 110px;
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      -webkit-animation: loop 60s linear infinite;
      -moz-animation: loop 60s linear infinite;
      -o-animation: loop 60s linear infinite;
      animation: loop 60s linear infinite; }
      @media (max-width: 650px) {
        #content .clientLogos > ul {
          width: 600% !important; } }
      @media (max-width: 470px) {
        #content .clientLogos > ul {
          width: 1200% !important; } }
    #content .clientLogos > ul > li {
      position: relative;
      text-align: justify;
      text-justify: distribute-all-lines;
      line-height: 0;
      letter-spacing: -0.31em;
      float: left;
      width: 33.333333%;
      height: 110px;
      overflow: hidden; }
      #content .clientLogos > ul > li:before {
        content: '';
        position: relative;
        height: 100%;
        width: 0; }
      #content .clientLogos > ul > li:before,
      #content .clientLogos > ul > li > * {
        vertical-align: middle;
        display: inline-block; }
      #content .clientLogos > ul > li:after {
        content: '.';
        display: inline-block;
        height: 0 !important;
        width: 100%;
        overflow: hidden !important;
        visibility: hidden;
        font-size: 0;
        word-spacing: 100%; }
      #content .clientLogos > ul > li > * {
        display: inline-block;
        vertical-align: middle;
        text-align: left;
        line-height: 1;
        letter-spacing: 0; }
    #content .clientLogos img {
      width: 16.6666%;
      max-height: 75px;
      float: left; }
  #content .intro {
    font-size: 1.3em;
    line-height: 1.5em; }
  #content.special {
    padding-top: 0; }
    #content.special .section {
      padding: 0 0 50px 0; }
      @media (max-width: 650px) {
        #content.special .section {
          text-align: center; } }
      #content.special .section h2 {
        margin-bottom: 1.05em;
        color: #2c3e51;
        font-family: "Raleway";
        font-weight: 500;
        text-transform: none;
        font-size: 2.1em; }
        #content.special .section h2 a {
          color: #2c3e51;
          font-family: "Raleway";
          font-weight: 500;
          text-transform: none;
          text-decoration: none; }
        @media (max-width: 950px) {
          #content.special .section h2 {
            font-size: 1.8em; } }
      #content.special .section p {
        font-size: 1.4em;
        line-height: 1.5em; }
        @media (max-width: 950px) {
          #content.special .section p {
            font-size: 1.2em; } }
      #content.special .section a.more {
        font-size: 1.4em;
        line-height: 1.5em;
        text-decoration: none; }
        @media (max-width: 650px) {
          #content.special .section a.more {
            font-size: 1.2em; } }
      #content.special .section .row {
        position: relative; }
        #content.special .section .row .ctext {
          width: 60%;
          padding: 90px 0; }
          @media (max-width: 650px) {
            #content.special .section .row .ctext {
              width: 100%;
              padding: 20px 0 45px; } }
        #content.special .section .row .cleft {
          float: left;
          padding-right: 7.5%; }
          @media (max-width: 650px) {
            #content.special .section .row .cleft {
              float: none;
              padding-right: 0; } }
        #content.special .section .row .cright {
          float: right;
          padding-left: 7.5%; }
          @media (max-width: 650px) {
            #content.special .section .row .cright {
              float: none;
              padding-left: 0; } }
        #content.special .section .row .cimage {
          width: 40%;
          height: 100%;
          position: absolute;
          top: 0;
          text-align: center; }
          #content.special .section .row .cimage:before {
            content: '';
            display: inline-block;
            height: 100%;
            vertical-align: middle;
            margin-right: -0.25em; }
          @media (max-width: 650px) {
            #content.special .section .row .cimage {
              width: 100%;
              position: initial;
              height: 270px; } }
          #content.special .section .row .cimage img {
            max-width: 90%;
            max-height: 90%;
            display: inline-block;
            vertical-align: middle; }
          #content.special .section .row .cimage.cleft {
            left: 0;
            padding-right: 0; }
          #content.special .section .row .cimage.cright {
            right: 0;
            padding-left: 0; }
  #content .about {
    font-size: 1.1em;
    line-height: 1.4em; }
    #content .about h2 {
      line-height: 1em;
      font-size: 2em;
      font-family: "Raleway";
      font-weight: 500;
      text-transform: none;
      color: #2c3e51;
      margin-bottom: 1em; }
    @media (max-width: 650px) {
      #content .about .ctwo {
        width: 100%; }
        #content .about .ctwo:first-child {
          margin-left: 0;
          margin-right: 0;
          padding-right: 0;
          padding-left: 0; }
        #content .about .ctwo:nth-child(2) {
          margin-right: 0;
          margin-left: 0;
          margin-top: 30px;
          padding-right: 0;
          padding-left: 0; } }
    #content .about .seperator {
      margin: 20px 0 30px; }
    #content .about .imgW .aboutRight {
      width: 300px;
      float: right;
      margin: 0 0 20px 40px; }
      @media (max-width: 650px) {
        #content .about .imgW .aboutRight {
          float: none;
          margin: 0 auto 30px auto;
          width: 80%;
          max-width: 250px; } }
    @media (max-width: 650px) {
      #content .about .imgW {
        display: block;
        text-align: center; } }
    @media (max-width: 650px) {
      #content .about .osebnaIzkaznica strong {
        display: block; } }

#success {
  display: none;
  background: #5fb459;
  text-align: center;
  color: #fff;
  padding: 15px 0;
  font-size: 1.2em;
  margin-bottom: 20px; }

@media (max-width: 650px) {
  .kontakt {
    padding-top: 20px; } }
.kontakt h2 {
  line-height: 1em;
  font-size: 1.6em;
  font-family: "Raleway";
  font-weight: 500;
  text-transform: none;
  color: #2c3e51;
  margin-bottom: 1em; }
.kontakt .contactTop {
  margin-top: 15px; }
  @media (max-width: 950px) {
    .kontakt .contactTop {
      text-align: center; } }
  .kontakt .contactTop div {
    width: 25%;
    float: left;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 10px; }
    @media (max-width: 950px) {
      .kontakt .contactTop div {
        width: 30%;
        display: inline-block;
        float: none; } }
    @media (max-width: 650px) {
      .kontakt .contactTop div {
        width: 45%;
        display: inline-block;
        float: none; } }
    .kontakt .contactTop div img {
      max-width: 100px;
      width: 100%;
      display: inline-block;
      margin-bottom: 10px; }
    .kontakt .contactTop div span {
      display: block;
      text-align: center;
      color: #2c3e51;
      font-weight: bold;
      height: 50px; }
    @media (max-width: 470px) {
      .kontakt .contactTop div {
        width: 100%;
        text-align: left; }
        .kontakt .contactTop div img {
          width: auto;
          height: 50px;
          float: left;
          margin-right: 15px; }
        .kontakt .contactTop div span {
          width: auto;
          display: inline-block;
          text-align: left;
          height: 50px;
          padding-top: 13px; } }
.kontakt .contactForm {
  width: 100%;
  max-width: 400px;
  margin: 50px auto; }
  .kontakt .contactForm .formInput {
    margin-bottom: 20px; }
    .kontakt .contactForm .formInput label {
      font-weight: bold;
      display: block;
      text-transform: uppercase;
      font-size: 0.8em; }
    .kontakt .contactForm .formInput input {
      width: 100%;
      height: 40px;
      line-height: 40px;
      font-family: "Raleway";
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      padding: 0 15px;
      font-size: 1.1em;
      background: #fff;
      border: 1px solid #cfd9db; }
    .kontakt .contactForm .formInput textarea {
      width: 100%;
      font-family: "Raleway";
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      padding: 15px;
      font-size: 1em;
      background: #fff;
      border: 1px solid #cfd9db; }
    .kontakt .contactForm .formInput .error {
      float: right;
      color: #e74c3c; }
    .kontakt .contactForm .formInput .form-buttons input {
      width: auto;
      background: #5fb459;
      border: none;
      color: #fff;
      text-transform: uppercase; }
      .kontakt .contactForm .formInput .form-buttons input:hover {
        color: #2c3e51;
        cursor: pointer; }

footer {
  background: #2D343A;
  width: 100%;
  padding: 5px 0;
  height: 35px;
  color: #ecf0f1; }
  @media (max-width: 650px) {
    footer {
      text-align: center;
      height: auto;
      padding-bottom: 10px; } }
  footer .copy {
    padding-top: 5px;
    font-size: 0.85em; }
    footer .copy a {
      color: #ecf0f1;
      text-decoration: none; }
      footer .copy a:hover {
        color: #5fb459; }
  footer .button {
    float: right;
    font-size: 1em;
    padding: 5px 10px 3px; }
    @media (max-width: 650px) {
      footer .button {
        float: none; } }

.tbox {
  position: absolute;
  display: none;
  padding: 14px 17px;
  z-index: 900; }

.tinner {
  padding: 15px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fff url(../images/preload.gif) no-repeat 50% 50%;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333; }

.tmask {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000;
  z-index: 800; }

.tclose {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: url(../images/close.png) no-repeat; }

.tclose:hover {
  background-position: 0 -30px; }

#bluemask {
  background: #000; }

#frameless {
  padding: 0; }

#frameless .tclose {
  left: 6px; }

/* HACKS
------------------------------ */
.clear {
  display: inline-block; }

.clear:after, .row:after, footer:after, .lrContent:after, .contactTop:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden; }
