@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
* {
  outline:0;
  padding: 0;
  margin:0;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}
html,
body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-family: Montserrat;
  font-size: 14px;
  line-height: 1.4;
  min-width: 320px;
  min-height: 100%;
  position: relative;
  width: 100%;
  background-color: #f7f7f7;
}

/*links*/
a{
  color:#181818;
  -webkit-transition:all .2s ease-in-out;
  transition:all .2s ease-in-out;
}
a:hover, a:focus {
  color:#60606e;
  text-decoration: none;
}
p{font-family: Montserrat;color: #2e333d;}

ul {
  list-style: none;
  display: block;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  padding-inline-start: 0px;
}
li {list-style-type:none;}
h1, h2, h3, h4, h5, h6 {color: #000;text-rendering: optimizelegibility;line-height: 2em;}
.clear:before,
.clear:after,
.row:before,
.row:after,
.container:before,
.container:after{
  content: normal;
  display: table;
}
.clear:after,
.row:after,
.container:after{
  clear:both;
}
.container {max-width: 1280px;}
.float_l {float: left;}
.float_r {float: right;}

/* Head */
header {
  padding: 15px 0;
  position: absolute;
  width: 100%;
}

/* Menu */
.menu-left h3 {
  color: #343e51;
  font-size: 38px;
  font-weight: bold;
}
.menu-left h3 span {
  position: absolute;
  top: 20px;
  left: 106px;
  color: #343e50;
  font-size: 11px;
}
.menu-right ul li {
  display: inline-block;
  margin-right: 80px;
  line-height: 80px;
}
.menu-right ul li:last-child {margin: 0}
.menu-right ul li a {
  color: #343e51;
  font-weight: bold;
  text-transform: uppercase;
 }
.f-nav{
  z-index: 999;
  position: fixed;
  left: 0;
  top: 0;
  min-width: 100%;
  box-shadow: 0 10px 10px rgba(0,0,0,.16);
  background: #fbfbfb;
  padding-right: 25px;
  padding-left: 25px;
}
.active a{
  color: #343e51ad!important;
  border-top: solid 2px #343e51ad;
  padding-top: 15px;
}

/**/
.head_bg {
  height: 720px;
  width: 100%;
  background: url(../img/head.png) 100% 100% no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  background-position: center center;
  padding-top: 0px;
  padding-bottom: 100px;
}
.text-typings {
  color: #343e50;
  font-size: 80px;
  line-height: normal;
  font-weight: bold;
}
.text-typing {
  color: #646871;
  font-size: 40px;
  line-height: normal;
}
.head_bg p {
  color: #646871;
  font-size: 24px;
  line-height: normal;
}
.typed-cursor {display: none!important;}

/* Kdo Section */
.kdo,.pod,.contact,.socia {padding-top: 70px;}
.kdo p {line-height: 36px;}
.kdo img {
  width: 300px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.kdo-bg:after {
  background: url(../img/kdo-bg.png) no-repeat;
  background-size: contain;
  background-position: bottom;
  width: 100%;
  content: '';
  display: block;
  position: absolute;
  height: 340px;
  right: 90px;
  top: -228px;
  z-index: 9;
  padding: 300px 250px;
}
.kdo-bg p {
  color: #343e51;
  font-size: 29px;
  font-weight: bold;
  line-height: 42px;
  float: right;
  padding: 65px 0;
}
.kdo-bg p span{
  color: #e2dfdf;
  font-size: 50px;
  position: absolute;
  left: 95px;
  top: 55px;

}
.kdo-bg p span:last-child {left: 320px;top: 210px;}

/* Project Section*/
.real .col-md-12 {padding: 0}
.project-hover {
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 45px 65px;
  min-height: 500px;
  transition: all 0.6s ease-in-out;
}

.project-hover:hover,
.pod-hover:hover {
  box-shadow:0 25px 45px rgba(0, 0, 0, 0.15);
  transform: scale(0.95);
  cursor: pointer;
}
.project-img {
	margin-bottom: 20px;
}
.project-img img {
  width: auto;
  height: 70px;
  display: block;
  margin: 0 auto;
  display: block;
  opacity: 1;
  -webkit-transform: scale(1,1);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 550ms;
  -moz-transform: scale(1,1);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 550ms;
}
/*.project-hover:hover .project-img,
.pod-hover:hover .pod-img img {
  -webkit-transform: scale(1.2,1.2);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 550ms;
  -moz-transform: scale(1.2,1.2);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 550ms;
  cursor: pointer;
}*/
.project-text {
	min-height: 250px;
}
.project-text p {
  font-size: 15px;
  line-height: 30px;
}

/* Podporuji Section */
.pod-hover {
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding-top: 30px;
  height: 100%;
  width: 100%;
  z-index: 9;
  position: inherit;
  transition: all 0.6s ease 0s;
}
.pod-img img {
  display: block;
  margin: 0 auto;
  height: 120px;
  width: auto;
  display: block;
  opacity: 1;
  -webkit-transform: scale(1,1);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 550ms;
  -moz-transform: scale(1,1);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 550ms;
}
.pod-text {
	margin-bottom: 30px;
}
.pod-text h3 {
  line-height: normal;
  font-weight: bold;
  color: #343e51;
  margin-bottom: 20px;
  min-height: 65px;
}
.pod-after:after {
  background: url(../img/pod-bg.png) no-repeat;
  background-size: contain;
  width: 100%;
  content: '';
  display: block;
  position: absolute;
  height: 465px;
  left: 535px;
  z-index: 0;
  top: -80px;
}
.pod-text .block {
	min-height: 145px;
}
.pod-text p {line-height: 26px;}

/* Twitter Section */
.panel-title p {
  color: #999999;
  font-size: 14px;
}
.panel-title p span {
  font-size: 16px;
  font-weight: bold;
}
.socia-after:after {
  background: url(../img/socia.png) no-repeat;
  background-size: contain;
  width: 100%;
  content: '';
  display: block;
  position: absolute;
  height: 465px;
  left: -280px;
  z-index: 0;
  top: 210px
}
.socia-block {
  background: #fff;
  padding: 50px;
  min-height: 360px;
  width: 100%;
  z-index: 9;
  position: inherit;
  transition: all 0.6s ease 0s;
}
.socia-title .col-md-2 {padding: 0}
.socia-logo img {margin: 0;border-radius: 30px}
.socia-text h4 {
  font-size: 17px;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 5px;
}
.socia-text span {
  color: #647986;
  font-size: 14px;
  font-weight: bold;
}
.socia-text i {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
  color: #e5e5e5;
}
.star {margin: 20px 0;}
.star i {color: #ffb231;font-size: 16px;}
.socia-body p {
  line-height: 28px;
  color: #000;
  font-size: 16px;
}
.socia-body span {
  color: #637885;
  font-weight: bold;
  float: right;
}

/* Slider */
.slider {width: 100%;z-index: 9;}
.slick-slide {
	position: relative;
	margin-right: 20px;
}
.slick-prev:before,
.slick-next:before { color: black;}
.slick-slide img {margin: 0 auto;}
.slick-prev:before, .slick-next:before {display: none;}
.slick-dots {text-align: left!important;display: none!important;}
.slick-dots li button:before {font-size: 14px!important}
.slick-dots li.slick-active button:before {color: #ffb231!important}
/* Contact Section */
.contact i {
  font-size: 24px;
  border: solid 2px #343e50;
  padding: 10px;
  border-radius: 50%;
  color: #343e50;
  margin-right: 10px;
}
.btn-contact {
  width: 330px;
  display: block;
  margin: 0 auto;
  margin-top: 50px;
  background: #2e333d;
  color: #fff;
  padding: 20px;
}
.contact i:hover {
  cursor: pointer;
  color: #343e5091;
  border: solid 2px #343e5091;
}

/* Footer*/
footer {margin-top: 80px;}
.footer-div {
  border-top: solid 1px #d6d4d4;
  padding-top: 30px;
  padding-bottom: 100px;
  padding-left: 0;
  padding-right: 0;
}
.footer-div .col-md-5 {}
.footer-logo object {margin-right: 25px;float: left;}
.footer-logo ul {float: left;width: 60%;}
.footer-menu {}
.footer-menu ul li,
.footer-logo ul li {display: inline-block; margin-right: 20px;}
.footer-menu ul li:last-child,.footer-logo ul li:last-child {margin: 0}
.footer-menu ul li a,
.footer-logo ul li a {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #a6a8aa;
  line-height: 20px;
}
.footer-logo ul li a {
  line-height: 85px;
  font-weight: bold;
}
.footer-menu ul li a:hover,.footer-logo ul li a:hover { color: #343e51 }
.copyright {
	font-size: 12px;
	color: #a6a8aa;
}

/* Popup */
.overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  display: none;
  background-color: rgba(0, 0, 0, 0.65);
  position: fixed;
  cursor: default;
}
.overlay:target {
  display: block;
}
.popup {
  top: -100%;
  right: 0;
  left: 50%;
  font-size: 14px;
  z-index: 999;
  margin: 0;
  width: 100%;
  min-width: 320px;
  max-width: 1220px;
  position: fixed;
  /*padding: 50px 180px 50px 20px;*/
  padding: 50px 0 50px 0;
  background: #ededed;
  border-radius: 0px;
  box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
  transform: translate(-50%, -500%);
  transition: transform 0.6s ease-out;
  overflow: inherit;

}
.overlay:target+.popup {
  transform: translate(-50%, 0);
  top: 5%;
}
.popup input {
  width: 100%;
  padding: 10px 25px;
  margin-bottom: 15px;
  font-size: 16px;
  height: 70px;
  background: white;
  border: 0;
  border-radius: 3px;
}
.popup textarea {
  width: 100%;
  border: 0;
  margin-bottom: 15px;
  resize: none;
  height: 160px;
  padding: 10px 25px;
  font-size: 16px;
  border-radius: 3px;
}
.popup .col-md-9 {padding: 0;}
.popup h2 {font-size: 32px;color: #343e51;font-weight: bold;}
.popup p {font-size: 16px;line-height: 30px;margin-bottom: 50px;}
.popup span {color: #2e333d;font-size: 16px;line-height: 60px;margin-right: 20px}
.popup .btn-send {float: right;width: 30%;padding: 15px 0;}
.close {
  position: absolute;
  right: 15px;
  top: 5px;
  color: #2e333d;
  font-size: 35px;
  display: block;
  font-weight: normal;
}

/* Section's title */
.section-title{
  width: 50%;
  margin: 0 auto 50px;
  text-align: center;
  color: #fff;
}
.section-title span{
  position: relative;
  z-index: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 30px;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  color: #343e51;
}
.section-title p{
  line-height: 24px;
  color: #9b9b9e;
}

/* Btn style */
.btn,.btn-send {
  text-align: center;
  border: solid 1px #c3c3c3;
  padding: 10px 0;
  width: 100%;
  margin-top: 10px;
  text-transform: uppercase;
  border-radius: 0;
}
.btn-send {margin: 0;background-color: #2e333d;color: #fff;}
.btn:hover,.btn-contact:hover,.btn-send:hover{
  background:#444;
  color:#fff;
  border-color:#444;
  cursor:pointer;
}

/* Media queries */
@media screen and (max-height:488px){
}


@media screen and (max-width:960px){
}


@media screen and (max-width:560px){
}

@media screen and (max-width:384px){
}

@media only screen and (min-width:1824px){

}
@media (min-width:1440px) and (max-width:1920px){

}
@media (min-width:1280px) and (max-width:1440px){

}

@media (min-width:800px )and (max-width:1124px ){

}

@media (min-width:768px) and (max-width:1024px){
.navBurger {
  position: fixed;
  right: 20px;
  top: 30px;;
  cursor: pointer;
  background: #313c50;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-clip: content-box;
  width: 36px;
  height: 25px;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  z-index: 9999;
}
.navBurger:before, .navBurger:after  {
  content: "";
  position: absolute;
  background: #313c50;
  height: 3px;
  width: 100%;
  right: 0;
  will-change: rotate;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navBurger:before{
  top: -10px;
}
.navBurger:after {
  bottom: -10px;
  width: 65%;
}
.navBurger.active{
  background: transparent;
  background-clip: content-box;
  top: 30px;
}
.navBurgerr.active {position: fixed;}
.navBurger.active:before{
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 0;
  background: #313c50;
  width: 110%;
}
.navBurger.active:after{
  bottom: 0;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  background: #313c50;
  width: 110%;
}
.overlaymenu {
  position: absolute;
  background: #fbfbfb;
  top: 85px;
  width: 90%;
  opacity: 0;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0);
  transform: scale(0);
  visibility: hidden;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  overflow: hidden;
  box-shadow: 0 10px 10px rgba(0,0,0,.16);
}
.overlaymenu.open {
  opacity: .99;
  z-index: 99;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.menu {padding: 0;}
.menu-right {
  width: 100%;
  background: #fbfbfb;
  z-index: 999;
  box-shadow: -5px 15px 10px rgba(0, 0, 0, 0.43);
  border-top: solid 1px #c5c3c3;
}
.menu-right ul li {
  display: block;
  text-align: center;
  margin: 0;
}

/* Project Section */
.project,.pod .col-md-6 {min-width: 100%!important;margin-bottom: 15px; }

/* Footer */
.footer-div .col-md-5,.footer-menu {max-width: 100%;}
.footer-logo h3,.footer-logo ul {width: 100%;float: none;text-align: center;}
.footer-menu ul li {display: block;}
.footer-logo h3 span {left: auto;}
.footer-menu {text-align: center!important;}
}

@media (min-width:320px) and (max-width:480px){
/* Mob Menu */
.navBurger {
  position: fixed;
  right: 20px;
  top: 30px;;
  cursor: pointer;
  background: #313c50;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-clip: content-box;
  width: 36px;
  height: 25px;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  z-index: 9999;
}
.navBurger:before, .navBurger:after  {
  content: "";
  position: absolute;
  background: #313c50;
  height: 3px;
  width: 100%;
  right: 0;
  will-change: rotate;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navBurger:before{
  top: -10px;
}
.navBurger:after {
  bottom: -10px;
  width: 65%;
}
.navBurger.active{
  background: transparent;
  background-clip: content-box;
  top: 30px;
}
.navBurgerr.active {position: fixed;}
.navBurger.active:before{
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 0;
  background: #313c50;
  width: 110%;
}
.navBurger.active:after{
  bottom: 0;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  background: #313c50;
  width: 110%;
}
.overlaymenu {
  position: absolute;
  background: #fbfbfb;
  top: 85px;
  width: 90%;
  opacity: 0;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0);
  transform: scale(0);
  visibility: hidden;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  overflow: hidden;
  box-shadow: 0 10px 10px rgba(0,0,0,.16);
}
.overlaymenu.open {
  opacity: .99;
  z-index: 99;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.f-nav .row {margin: 0;}
.menu {padding: 0;}
.menu-right {
  width: 100%;
  background: #fbfbfb;
  z-index: 999;
  box-shadow: -5px 15px 10px rgba(0, 0, 0, 0.43);
  border-top: solid 1px #c5c3c3;
}
.menu-right ul li {
  display: block;
  text-align: center;
  margin: 0;
}

/* Head */
.head_bg {
  height: 100vh;
  padding-top: 120px;
  align-items: flex-start;
  background: url(../img/head-mob.png) 100% 100% no-repeat;
  background-position: center center;
  background-size: 100%;
  padding-bottom: 0;
}
.text-typings {font-size: 44px;}
.text-typing {font-size: 28px;}
.head_bg h1 {text-align: center;}
.head_bg p {color: #2e333d;margin: 0;font-size: 16px;text-align: center;}

/* Kod Section */
.kdo-div {margin-top: 30px;}
.kdo-div p {
  text-align: center;
  font-size: 18px;
  line-height: 42px;
}
.kdo-bg p {
  float: none;
  text-align: center;
}
.kdo img {width: 220px;}
.kdo-bg:after {
  background: url(../img/kdo-bg-mob.png) 100% 100% no-repeat;
  background-size: contain;
  background-position: center center;
  right: 0;
  top: 0;
  padding: 0;
}
.kdo-bg p span {left: 39px;}
.kdo-bg p span:last-child {left: 315px;top: 260px;}

/* Pod Section */
.pod-text h3,.pod-text p {text-align: center;}
.pod-img img {margin-bottom: 20px;}
.btn, .btn-send {margin: 0}

/* Project Section*/
.project-hover,.pod .col-md-6 {
  margin-bottom: 25px;
  min-height: auto;
}
.project-hover {padding: 65px 20px;}
.project-text p {text-align: center;font-size: 18px;}

/* Socia */
.socia-block .col-md-2 {max-width: 16.666667%;}
.socia-block .col-md-10 {max-width: 83.333333%;}
.socia-block {box-shadow: none;}
.slick-slide {margin: 0;}
.slick-dots {display: block!important;}

/* Contact Section */
.btn-contact {width: 70%;}

/* Footer */
.footer-div .col-md-5 {padding: 0;}
.footer-logo object {display: block;margin: 0 auto;float: none;}
.footer-logo ul,.socia-after:after  {display: none;}
.footer-menu ul li {margin-right: 5px;}
.footer-menu ul li a {font-size: 13px;}
.copyright {text-align: center;font-size: 13px;}
.footer-menu {text-align: center!important;}

/* Popup */
.popup {width: 100%;border:0;border-radius: 0;padding: 50px 10px}
.popup span {line-height: normal;}
.popup .col-md-3 {text-align: center!important;}
.popup p {margin-bottom: 10px;font-size: 14px;}
.overlay:target+.popup {top: 0%;height: 100vh;}
.popup input {height: 50px;}
.popup .btn-send {float: none;width: 70%;display: block;margin: 0 auto}
.g-recaptcha {opacity: 0;}

/* Section's title */
.section-title {width: 100%;}
.section-title p {
  line-height: 36px;
  font-size: 16px;
  width: 90%;
  display: block;
  margin: 0 auto;
}
}
@media (max-width:320px) and (max-width:560px){
  .popup {padding: 0!important;}
}
@media (max-width:320px) {
  /* Popup */
  .popup {padding: 10px!important}
  .popup input {height: 35px;}
  .popup textarea {margin-bottom: 0}
}
@media (max-height: 650px) and (min-width: 800px ){
  .popup {max-height: 520px;padding: 10px 80px 10px 0px;width: 70%}
  .overlay:target+.popup {top: 1%;}
  .popup p {margin-bottom: 10px}
  .popup input {height: 45px;}
  .popup span {line-height: 45px;}
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-device-pixel-ratio:1.5){
}



.socia-block .user {
    position: relative;
    margin-bottom: 2px;
    padding-left: 70px;
}
.user i {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
  color: #e5e5e5;
}

.TweetAuthor-avatar {
	position: absolute;
	top: 0;
	left: 0;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 4px;
}

.Avatar {
    max-width: 100%;
    max-height: 100%;
    border-radius: 50%;
}

.u-linkBlend:not(:focus):not(:hover):not(:active) {
    font-weight: inherit;
    color: inherit;
}

.TweetAuthor-decoratedName {
    display: table;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.TweetAuthor-name {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 4px;
}

.TweetAuthor-screenName {
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    padding-right: 4px;
	color: #637885;
}

.tweet-text {
	margin-bottom: 12px;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	white-space: pre-wrap;
	word-wrap: break-word;
}
.tweet-text a {
	color: #909090;
	text-decoration: none;
}

.PrettyLink.hashtag {
	display: block;
	margin: 10px 0;
}
.PrettyLink.hashtag,
.PrettyLink.profile {
	color: #909090;
}

.timePosted {
	position: absolute;
	bottom: 20px;
	right: 20px;
}
.timePosted a {
	color: #647785;
}

.vice-na-twitter {
	margin: 20px;
}
.vice-na-twitter a {
	color: #999999;
}

.link.customisable,
.u-hiddenVisually {
	position: absolute;
	top: 0;
	left: -3000px;
}
.input-btn-send {
	margin: 0 !important;
	background-color: #2e333d !important;
	color: #fff !important;
}

.error {
	border: 1px solid red !important;
  box-shadow: 1px 0px 2px 1px #c1c1c1 !important;
	/*background-color: red !important;*/
}
