html {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

body {
  max-width: 2400px;
  height: 100%;
  background-color: #FFFFFF;
  font-family: 'Raleway', Helvetica, sans-serif;
  color: #333333;
  margin: 0 auto;
}

* {
margin: 0;
padding: 0;
}

::selection {
  background: rgba(252, 238, 33,0.5);
}
::-moz-selection {
  background: rgba(252, 238, 33,0.5); 
}
/*-------------------------------------------------------------------------------------------*/
/*----------------------------------------------HOME-----------------------------------------*/
/*-------------------------------------------------------------------------------------------*/

.wrapper {
  max-width: 2400px;
  height: 100%;
  width: 100%;
  position: relative;
  background-color: #FFFFFF;
  overflow-x: hidden;
 
}


.left-side {
	position: relative;
  float: left;
	height: 100vh;
	width: 30%;

background: url(../img/pattern1.png);
background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 89%, rgba(255,255,255,0) 95%, rgba(255,255,255,1) 100%), url(../img/pattern1.png);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(89%, rgba(255,255,255,0)), color-stop(95%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,1))), url(../img/pattern1.jpg);
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 89%, rgba(255,255,255,0) 95%, rgba(255,255,255,1) 100%), url(../img/pattern1.png);
background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 89%, rgba(255,255,255,0) 95%, rgba(255,255,255,1) 100%), url(../img/pattern1.png);
background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 89%, rgba(255,255,255,0) 95%, rgba(255,255,255,1) 100%), url(../img/pattern1.png);
background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 89%, rgba(255,255,255,0.5) 95%, rgba(255,255,255,1) 100%), url(../img/pattern1.png);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );

	background-repeat: repeat;
	background-position: fixed;	
	background-size: 100%;

}

#logo-full {
	position: absolute;
	width: 130px;
	bottom: 30px;
	left:30px; 
  background-color: rgba(255,255,255,1);
  padding: 5px 5px 5px 5px;
  border-radius: 15px;

     -moz-box-shadow:    inset 0 0 5px #000000;
   -webkit-box-shadow: inset 0 0 5px #000000;
   box-shadow:         inset 0 0 5px #000000;
}

/*----------------------------------------------RIGHT-----------------------------------------*/

.right-side {
	position: relative;
  float: right;
	height: 100vh;
	width: 70%;
}
/*----------------------------------------------NAVI-----------------------------------------*/

.navi {
  width: 100%;
  height: 100px;

}

.menu-holder {
  width: 350px;
  height: 100px;
  padding-top: 30px;

  float: right;
}

.menu {
  width: 110px;
  height: 35px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 37px;
}

.menu p {
  color: black;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.8em;
  letter-spacing: 3px;

  text-shadow: -2px 0px 0px rgba(0, 255, 0, 0.7), 
               2px 0px 0px rgba(255, 0, 255, 0.7);

   -moz-transition: text-shadow 1s; /* Firefox */
   -webkit-transition: text-shadow 1s; /* Safari and Chrome */
   -o-transition: text-shadow 1s; /* Opera */
   transition: text-shadow 1s;              
}

.menu p:hover {
  text-shadow: -2px 0px 0px rgba(255, 0, 255, 0.7), 
               2px 0px 0px rgba(0, 255, 0, 0.7); 
}

.menu a:hover {
	text-decoration: none;
}


/*----------------------------------------------MAIN-----------------------------------------*/

.main {
	position: relative;
	width:100%;
	min-height: 600px;
	padding-top: 30px;
}

.text-holder {
	margin: 50px 0px 0px 30px;
}



h1 {
	display: inline;
	line-height: 76px;
  margin:0;
  padding: 0px 18px 5px 15px;
  font-family: Raleway, sans-serif;
  font-size: 60px;
  font-weight: 100;
  color: #333333;
  background-color: #FCEE21;
  border:1px solid black;

}

/*----------------------------------------------monitor-----------------------------------------*/

.monitor-holder {
	position: relative;
	max-height: 400px;
	width: 100%;
	margin-top:0px;
}


.monitor {
	height: 350px;
  width: 400px;
	position: relative;
  float: right;
}

.frame {
	width: 300px;
	position: absolute;
	z-index: 1;
  bottom:0;
  left: 0;
}

.static { 
  position: absolute;
  width: 250px;
  height: 200px;
  background: none;
  border-radius: 50% / 11%;
  bottom: 100px;
  left: 35px;
}

.coming {
	display: inline-block;
	margin: 0 auto;
}

.soon {
	height: 100vh;
	width: 100vw;
	background: url(../img/soon.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	background-attachment: fixed;
}

.logo-holder2 {
  display: none;
}

/*-------------------------------------------------------------------------------------------*/
/*----------------------------------------------PROJECTS-------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
.wrapper-p {
  max-width: 2400px;
  height: 100%;
  width: 100%;
  margin:0;
  padding: 0;
  position: relative;
  background-color:rgba(255,255,255,1);
  overflow: hidden;
}

.logo-color {
  display:none;
}

.logo-menu {
  height: 100px;
  width: 300px;
  float: left;
}

#logo-full-top {
  margin: 40px 0 0 30px;
  width: 100px;
}

.row-title {
  padding-top: 40px;
  min-height: 300px;
}

.intro-image {
  width: 200px;
  margin-left: 100px;
}

.title {
  float:right;
  margin: 50px 50px 100px 0px;

}

.projekt {
  margin-top: 70px;
  width: 100%;
  height: 100%;
}

.row-content {
  min-height: 250px;
  background-color: rgba(245,245,245,1);
  border: 1px solid white;
  box-shadow: 0 0 1px black;
}

.col-image {
  height: 100%;
  padding: 50px 0px 50px 0px;
}

.screen-shape {
  margin: 0 auto;
  width: 250px;
  height: 200px;
  border-radius: 50% / 11%;

  -moz-box-shadow:    inset 0 0 5px #000000;
  -webkit-box-shadow: inset 0 0 5px #000000;
  box-shadow:         inset 0 0 5px #000000;

  border: 3px solid #777777;
}

.col-text {
  min-height: 150px;
}

.col-text span {
  font-size: 30px;
  font-weight: 100;
}

.col-text p {
  text-align: justify;
  max-width: 80%;

  margin: 80px 0px 20px 50px;
  padding: 0px 10px 0px 10px;
  font-size: 16px;
  color: #555555; 

  border-left: 1px solid #777777;
}

/*----------------------------------------------elements-------------------------------------*/

.text-left p, .text-left h2 { 
  float: left;
  text-align: left;
}

.text-right p {
  float: right;
  text-align: right;
  border-right: 1px solid gray;
  border-left: none;
  width: 350px;
}


.echa {
  background:  url(../img/echa-screen.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: contain;
  background-position: left center;
  background-size:35%;
}

.tok {
  background:  url(../img/tok-screen.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: contain;
  background-position: right center;
  background-size:35%;
}

.trx {
  background:  url(../img/traexo-screen.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: contain;
  background-position: left center;
  background-size:40%;
}

.snn {
  background:  url(../img/soon.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-size:110%;
}
/*-------------------------------------------------------------------------------------------*/
/*---------------------------------------------CONTACT---------------------------------------*/
/*-------------------------------------------------------------------------------------------*/


.container-contact {
  min-height: 600px;
  padding-top: 30px;
  text-align: center;
}

.container-contact h2, .container-contact p {
    color: #555555;
}

form {
  width: 500px;
  height: 100%;
  display: inline-block;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.form-control, textarea {
  width: 100%;
  background: whitesmoke;

}

#textarea {
  height: 140px;
  padding:0;
  margin:0;
  resize: none;
  border: 1px lightgray solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: rgba(0,0,0,0.7);
}


.my-alert {
  position:absolute;
  top:110px;
  left: 10px;
  opacity: .8;
  border: none;
  margin: 0 auto;
}

.alert-success {
  color:whitesmoke;
  background: #B0EF88;
}

.alert-danger {
  color:whitesmoke;
  background: #F96718;
}


.fix {
  float: none;
  margin:0;
}


.button {
  width: 100px;
  height: 30px;
  margin: 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  -webkit-box-shadow: none;
  outline: 0;
  border-radius: 5px;
  border: 1px lightgray solid;
  background: #02ADF9;
}


.button p {
  margin:0;
  padding-top: 1px;
  color:whitesmoke;
  font-family: 'ralewaysemibold', Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 0.8em;
  letter-spacing: 3px;
}

/* Ripple In */
@-webkit-keyframes hvr-ripple-in {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
}

@keyframes hvr-ripple-in {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
}

.hvr-ripple-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);

  border-radius: 5px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

.hvr-ripple-in:before {
  content: '';
  position: absolute;
  border: #02ADF9 solid 3px;
  border-radius: 5px;
  top: -12px;
  right: -12px;
  bottom: -12px;
  left: -12px;
  opacity: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.hvr-ripple-in:hover:before, .hvr-ripple-in:focus:before, .hvr-ripple-in:active:before {
  -webkit-animation-name: hvr-ripple-in;
  animation-name: hvr-ripple-in;
}

/*-------------------------------------------------------------------------------------------*/
/*---------------------------------------------ABOUT-----------------------------------------*/
/*-------------------------------------------------------------------------------------------*/

.offer {
  min-height: 600px;
  width: 100%;
  background-color: #F2F2F2;
  border: 1px solid white;
  box-shadow: 0 0 1px black;
  padding-bottom: 30px;
}

.row-services-name {
  min-height: 80px;
  width: 100%;
  margin:0;
  margin-top: 60px;
  background-color: #FCEE21; 
}

.row-services-name h2 {
  float: left;
  font-family: 'Archivo Black', sans-serif;
  color: #4D4D4D;
  font-size: 35px;
  margin-left: 40px;
}

.partner-logo {
  float: right;
  height: 40px;
  margin-top:20px;
  margin-bottom:20px;
  margin-right: 20px;
}

.text-services h3 {
  font-family: 'raleway', serif;
  font-weight: 300;
  color: #4D4D4D;
  font-size: 30px;
  margin-left: 20px;
  margin-top: 60px;
  line-height: 1;

}

.text-services span {
  font-weight: 700;
  font-size: 16px;
}

.text-services p {
  font-family: 'raleway', serif;
  color: #333333;
  font-size: 16px;
  margin-left: 20px;
  margin-top: 30px;
  line-height: 25px;
}

.glyphicon-website {
  color: #02ADF9;
}

/*--------------------------------------------e-commerce-----------------------------------*/

.eshop {
  background-color: #E6E6E6;
}

.image-left {
  margin-left: 10%;
}

.glyphicon-eshop {
  color: #F96718;
}
/*-----------------------------------------------e-mail-------------------------------------*/

.email {
  background-color: #4D4D4D;
  border: 1px solid grey;
}

.white-email h3, .white-email p {
  color: #f2f2f2;
}

.glyphicon-email {
  color: #B0EF88;
}

/*-----------------------------------------------e-mail-------------------------------------*/

.end-stripe {
  height: 80px;
  background:  url(../img/statik-end.png);
  background-size: 40%;
}

.end-logo {
  margin-left: 40px;
  margin-top: 20px;
  height: 40px;
}

/*-------------------------------------------------------------------------------------------*/
/*----------------------------------------------MOBILE---------------------------------------*/
/*-------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 940px) {
 
 .offer-image {
  display: none;
 }


}

@media only screen and (max-width: 768px) {

.wrapper {
    min-height: 100%;
    max-width: 100%;
}

.left-side {
  display: none;
}

.right-side {
  position: relative;
  min-height: 100%;
  width: 100%;
}

.navi {
  width: 100%;
  height: 50px;
}

.menu-holder {
  width: 350px;
  height: 50px;
  padding-top: 30px;
  float: none;
  margin: 0 auto;
}

.text-holder {
  padding-left: 10%;
  align-items: center;
  justify-content: center;      
}

h1 {
  line-height: 42px;
  padding: 3px 6px 3px 3px;
  font-family: Raleway, sans-serif;
  font-size: 30px;
  border: 1px solid grey;
}

.monitor-holder {
  padding-left: 12%;
  padding-top: 20px;
  width: 100%;
}

.monitor {
  float: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.logo-holder2 {
  height: 100px;
  width: 100%;
  display: inline-block;
  position: relative;
}

#logo-full {
  margin: 0 auto;
  width: 120px;
  padding: 0;

     -moz-box-shadow:    inset 0 0 0px #000000;
   -webkit-box-shadow: inset 0 0 0px #000000;
   box-shadow:         inset 0 0 0px #000000;
  
}

/*----------------------------------------------projects-----------------------------------------*/
.navi {
  width: 100%;
}

.logo-menu {
  display:none;
}

.menu-holder {
  width: 100%;
}

.logo-color {
  display: inline-block;

}
#logo-color {
    width: 25px;
    padding-bottom: 5px;
}

.menu {
  width: 24%;
}

.row-title {
  min-height: 200px;
  text-align: center;
}

.title {
  margin: 40px 0px 20px 50px;
  position: absolute;
}

.row-content {
  padding: 20px 0 20px 0;
}

.intro-image {
  margin: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.screen-shape {
  background-size:25%;
  background-size: cover;
}

.col-text p {
  float: left;
  margin: 10px 0px 0px 30px;
  padding: 0px 20px 0px 20px ;
}

.text-right p {
  float: left;
  margin: 0px;
  padding: 0px 20px 0px 20px ;
}

.col-image {
  height: 100%;
  padding: 10px 0px 10px 0px;

}

.col-text {
  width: 100%;
  min-height: 150px;
  padding: 0px;
  margin: 0px 30px 10px 0px;
}

.coming {
  min-height: 80px;
}

/*----------------------------------------------contact-----------------------------------------*/

.container-contact {
  padding-top:60px;
  width: 100%
}

form {
  max-width: 95%;
  padding-bottom: 0px;
}

.fix {
  float:none;
}

/*----------------------------------------------about-----------------------------------------*/

.row-about {
  min-height: 500px;
}

.partner-logo {

  margin-top: -25px;
}

.row-services-name h2 {
  margin-left: 20px;
}

}





