@import url(https://fonts.googleapis.com/css?family=Arimo&subset=latin,latin-ext);

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

/* "clearfix" hack - use class group */
.group:after {
  content: "";
  display: table;
  clear: both;
}

.container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}

.section {
  clear: both;
  padding: 0;
  margin: 0;
}

.col {
  display: block;
  float: left;
  margin: 0 0 0 2%;
}

.col:first-child {
  margin-left: 0;
}

.span_12_of_12 {
  width: 100%;
}

.span_11_of_12 {
  width: 91.5%;
}
.span_10_of_12 {
  width: 83%;
}

.span_9_of_12 {
  width: 74.5%;
}

.span_8_of_12 {
  width: 66%;
}

.span_7_of_12 {
  width: 57.5%;
}

.span_6_of_12 {
  width: 49%;
}

.span_5_of_12 {
  width: 40.5%;
}

.span_4_of_12 {
  width: 32%;
}

.span_3_of_12 {
  width: 23.5%;
}

.span_2_of_12 {
  width: 15%;
}

.span_1_of_12 {
  width: 6.5%;
}

@media only screen and (max-width: 480px) {
  .col {
    margin: 1% 0 1% 0;
  }

  .span_1_of_12,
  .span_2_of_12,
  .span_3_of_12,
  .span_4_of_12,
  .span_5_of_12,
  .span_6_of_12,
  .span_7_of_12,
  .span_8_of_12,
  .span_9_of_12,
  .span_10_of_12,
  .span_11_of_12,
  .span_12_of_12 {
    width: 100%;
  }
}

html {
  background-color: #FFF;
}

body {
  font-family: "proxima-nova", sans-serif;
  font-size: 100%;
  line-height: 1.6;
  color: #6f6f6f;
  background: url("../images/body-bg.jpg") no-repeat center center scroll;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Arimo", sans-serif;
  font-weight: normal;
  margin: 0 0 0.5em;
  color: #6E7587;
}

h1 {
  line-height: 1.2;
}

h4 {
  font-size: 1em;
  line-height: 1.2;
}

p {
  margin: 0 0 1.25em;
  font-weight: 300;
  text-align: justify;
}

a {
  text-decoration: none;
  color: #E8A515;
}

a:hover,
a:active {
  color: #ECB132;
}

img {
  max-width: 100%;
  height: auto;
}

ul,
ol {
  margin: 0;
  padding: 0;
}


/**
 * Header styles
 */
.site-header {
  padding: 5em 0 3.5em;
}

.site-logo {
  margin-top: 3em;
  float: right;
}

#toggle {
  display: none;
  float: right;
  margin-bottom: 10px;
}

.site-nav {
  margin-left: 5em;
  border-left: 1px solid #D8DADF;
}

.site-nav ul {
  list-style: none;
  padding: 10px 0 10px 4.25em;
}

.site-nav a {
  font-family: "Arimo", sans-serif;
  font-size: 0.875em;
  line-height: 2.142857143;
  text-transform: uppercase;
  color: #6E7587;
  -moz-transition:all 150ms ease;
    -o-transition:all 150ms ease;
    -webkit-transition:all 150ms ease;
    transition:all 150ms ease;
}

.site-nav .mslc a,
.site-nav a:hover,
.site-nav a:active {
  color: #E8A515;
}
/* end of header styles */


/**
 * Form styles
 */
fieldset {
  padding: 0;
  border: none;
  margin: 0 0 1em;
}

textarea {
  resize: none;
}

.kontakt-forma {
  max-width: 580px;
}


input:focus,
textarea:focus,
select:focus {
  outline: none;
}

input,
textarea {
  width: 100%;
  padding: 7px 10px;
  border: 1px solid #DDD;
  font-size: 16px;
  font-weight: 300;
}

input[type="submit"] {
  width: auto;
}

.txt_error {
  border: 1px solid #E81500 !important;
  background-image: url("../images/forme/error.png");
  background-repeat: no-repeat;
  background-position: right 10px center;
}

.chck-box .txt_error {
  color: #E81500 !important;
  border: none !important;
}

.txt_error_img {
  background-image: url(../images/forme/error-32.png);
  background-position: left 15px center;
  background-repeat: no-repeat;
  border: 1px dashed #E81500;
  padding: 15px 15px 15px 55px;
  margin-bottom: 20px;
}

.success {
  padding: 15px 15px 15px 55px;
  border: 1px dashed #7AC143;
  background-image: url("../images/forme/sucess-32.png");
  background-repeat: no-repeat;
  background-position: 15px center;
}
/* end of form styles */

.btn {
  border: none;
  text-transform: uppercase;
  color: #FFF;
  background-color: #E8A515;
}

.btn:hover,
.btn:active {
  background-color: #ECB132;
}

.btn-send {
  height: 36px;
  padding: 7px 30px;
}

.top-content {
  background: url("../images/handshake-bg.png") no-repeat right center;
}

.top-content .container {
  position: relative;
  min-height: 595px;
  padding: 4.25em 0 0;
}

.intro-text {
  max-width: 800px;
  padding-left: 2em;
}

.intro-text p {
  margin-bottom: 2em;
  font-size: 17px;
  line-height: 1.588235294;
  color: #6E7587;
}

.intro-text p span {
  color: #4C5260;
}

.home-links {
  position: absolute;
  bottom: -80px;
}

.home-link-large,
.home-link {
  position: relative;
  display: block;
  float: left;
}

.home-link-large:hover img,
.home-link:hover img{
  transform: scale(1.02);

  -webkit-box-shadow: 0px -3px 11px 0px rgba(50, 50, 50, 0.3);
-moz-box-shadow:    0px -3px 11px 0px rgba(50, 50, 50, 0.3);
box-shadow:         0px -3px 11px 0px rgba(50, 50, 50, 0.3);


}

.home-link-large img,
.home-link img {
  display: block;
  -webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
 -moz-transition:all 150ms ease;
    -o-transition:all 150ms ease;
    -webkit-transition:all 150ms ease;
    transition:all 150ms ease;

}

.home-link-large span,
.home-link span {
  position: absolute;
  display: block;
  width: 100%;
  text-align: center;
  font-family: "Arimo", sans-serif;
  text-transform: uppercase;
}

.home-link-large {
  margin-right: 75px;
  width: 336px;
  height: 336px;
}

.home-link-large span {
  top: 220px;
  font-size: 18px;
  color: #FFF;
}

.home-link {
  width: 219px;
  height: 219px;
  margin-top: 30px;
  margin-right: 50px;
}

.home-link span {
  bottom: -10px;
  padding: 25px 0 10px;
  font-size: 15px;
  line-height: 1;
  color: #6E7587;
  background-color: #FFF;
}

.home-news,
.investicijski-projekti {
  padding: 8em 0 5em;
  background-color: #FFF;
}

.logo-tag {
  display: block;
  width: 100%;
  text-align: right;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1;
  color: #6E7587;
}

.site-logo .logo-tag {
  padding-top: 15px;
  font-size: 22px;
}

.footer-logo .logo-tag {
  padding-top: 10px;
  font-size: 15px;
}

.site-logo img,
.footer-logo img {
  display: block;
}

.article-box {
  margin-bottom: 2em;
}

.article-content {
  padding: 25px 20px 0;
}

.article-content h4 {
  margin-bottom: 15px;
  text-transform: uppercase;
}

.article-content h4 a {
  color: #6E7587;
}

.invest-list {
  list-style: none;
}

.invest-list li {
  float: left;
  width: 31.33%;
  margin: 0 1%;
}

.content {
  padding: 0 0 4em;
}

.content p {
  /*max-width: 800px;*/
}

.contact-info p {
  font-size: 18px;
  line-height: 30px;
}

.photo-container {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
  width: 58%;
}

.doc-list {
  list-style: none;
  margin-bottom: 2em;
}
.clearfix {
  width: 100%;
  display: block;
  clear: both;
}
.doc-list li {
  margin-bottom: 5px;
}

.icon-document {
  font-size: 16px;
  padding-left: 28px;
  background: url("../images/icon-document.png") no-repeat left center;
}

.gallery-list {
  list-style: none;
  max-width: 800px;
}

.gallery-list li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.gallery-list img {display: block;}

/**
 * Footer styles
 */
.footer-content {
  min-height: 360px;
  /*background: url("../images/footer-bg.jpg") no-repeat center top;*/
}

.footer-content .container {
  padding: 3.5em 3.5em 0;
}

.footer-contact {
  float: left;
}

.footer-contact p {
  line-height: 1.875;
  color: #707789;
}

.footer-logo {
  float: right;
  max-width: 220px;
}

.footer-copyright {
  background-color: #E8A515;
}

.footer-copyright .container {
  padding: 1.75em 3.5em;
}

.footer-copyright span {
  font-family: "Arimo", sans-serif;
  font-size: 14px;
  line-height: 15px;
  color: #FFF;
}

.virtus-logo {
  float: right;
}


/**
 * Responsive
 */
@media (max-width: 1170px) {
  .container {
    padding: 0 10px;
  }
  .site-header {
    padding: 2em 0;
  }
  .footer-content {
    min-height: auto;
  }
  .footer-content .container {
    padding: 3.5em;
  }
  .article-content {
    padding: 10px 0;
  }
  .home-news, .investicijski-projekti {
    padding: 3em 0;
  }
}

@media (max-width: 47.9375em) {
  #toggle {
    display: block;
  }
  .site-nav {
    display: none;
    margin: 0;
  }
  .site-nav ul {
    padding: 10px 20px;
  }
  .home-links {
    position: static;
  }
  .site-logo {
    float: none;
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto 20px;
  }
  .footer-copyright {
    text-align: center;
  }
  .virtus-logo {
    float: none;
    display: block;
    padding-top: 20px;
  }
  .footer-copyright .container,
  .footer-content .container {
    padding: 1.75em;
  }
  .contact-info p {
    font-size: 16px;
  }
}

@media (max-width: 30em) {
  .top-content {
    background: none;
  }
  .top-content .container {
    min-height: auto;
    padding: 1.75em 10px;
  }
  .home-link-large {
    float: none;
    width: 100%;
    max-width: 336px;
    height: auto;
    margin: 0 auto 30px;
  }
  .home-link {
    float: none;
    width: 100%;
    max-width: 219px;
    height: auto;
    margin: 0 auto 30px;
  }
  .home-news, .investicijski-projekti {
    padding: 1.75em 0;
  }
  .intro-text {
    text-align: center;
    padding-left: 0;
    margin-bottom: 2em;
  }
  .site-logo {
    width: 220px;
  }
  .site-nav {
    border: none;
    clear: both;
  }
  .footer-copyright span {
    line-height: 20px;
  }

  .footer-contact {
    float: none;
    text-align: center;
    margin-bottom: 30px;
  }
  .footer-logo {
    float: none;
    display: block;
    margin: 0 auto;
  }
  .invest-list li {
    width: 98%;
  }
}
/* end of responsive */

.container.txt-container p{
  max-width: none;
}