body {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #000000;
}
html { overflow-y: scroll; }

.css-input { width:190px;margin-bottom:10px;display:block;font-size:16px; border-width:1px; border-style:solid; padding:9px; border-radius:6px; border-color:#333333; box-shadow: 3px 6px 10px 0px rgba(42,42,42,.75); background-color:#ffffff;  } 
		 .css-input:focus { outline:none; }

#container {
  display:block;width:100%;height:100vh;
 /* Location of the image */
  background-image: url(heatmap-bg-2.jpg);
  
  /* Background image is centered vertically and horizontally at all times */
  background-position: center center;
  
  /* Background image doesn't tile */
  background-repeat: no-repeat;
  
  /* Background image is fixed in the viewport so that it doesn't move when 
     the content's height is greater than the image's height */
  //background-attachment: fixed;
  
  /* This is what makes the background image rescale based
     on the container's size */
  background-size: cover;overflow:auto;
}
#header {
  position: absolute;
  width:auto;height:auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family:Tahoma;color:#969696;font-size:13px;text-transform:uppercase;letter-spacing:5px;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #C9C9C9;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #C9C9C9;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #C9C9C9;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #C9C9C9;
}
.myButton {
	-moz-box-shadow:inset 0px 1px 16px -1px #cf866c;
	-webkit-box-shadow:inset 0px 1px 16px -1px #cf866c;
	box-shadow:inset 0px 1px 16px -1px #cf866c;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e3471c), color-stop(1, #bc3315));
	background:-moz-linear-gradient(top, #e3471c 5%, #bc3315 100%);
	background:-webkit-linear-gradient(top, #e3471c 5%, #bc3315 100%);
	background:-o-linear-gradient(top, #e3471c 5%, #bc3315 100%);
	background:-ms-linear-gradient(top, #e3471c 5%, #bc3315 100%);
	background:linear-gradient(to bottom, #e3471c 5%, #bc3315 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3471c', endColorstr='#bc3315',GradientType=0);
	background-color:#e3471c;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #942911;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Trebuchet MS;
	font-size:19px;
	font-weight:bold;
	padding:15px 47px;
	text-decoration:none;
	text-shadow:0px 1px 0px #854629;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bc3315), color-stop(1, #e3471c));
	background:-moz-linear-gradient(top, #bc3315 5%, #e3471c 100%);
	background:-webkit-linear-gradient(top, #bc3315 5%, #e3471c 100%);
	background:-o-linear-gradient(top, #bc3315 5%, #e3471c 100%);
	background:-ms-linear-gradient(top, #bc3315 5%, #e3471c 100%);
	background:linear-gradient(to bottom, #bc3315 5%, #e3471c 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc3315', endColorstr='#e3471c',GradientType=0);
	background-color:#bc3315;
}
.myButton:active {
	position:relative;
	top:1px;
}

.title {
display:block;border-top:3px solid #969696;padding-top:10px;font-family:'PT Sans';font-size:80px;margin-bottom:50px;color:#ffffff;text-align:center;line-height:125%;opacity: 0.9;filter: alpha(opacity=90); /* For IE8 and earlier */
}
#howto {
display:block;
width:100%;
height:auto;
min-height:600px;
}
#howtotitle {
position:relative;text-align:center;overflow:auto;font-family:'PT Sans';font-size:60px;color:#ffffff;font-weight:normal;width:auto;height:auto;margin-left:auto;margin-right:auto;
}
#teamtitle {
position:relative;text-align:center;overflow:auto;font-family:'PT Sans';font-size:60px;color:#ffffff;font-weight:normal;width:auto;height:auto;margin-left:auto;margin-right:auto;
}
#teamtitle1 {
position:relative;display:block;text-align:center;font-family:'PT Sans';font-size:60px;color:#ffffff;font-weight:normal;width:auto;height:auto;margin-left:auto;margin-right:auto;
}
h1 {display: inline-block;font-size:inherit;padding:0;margin:0;font-weight:normal;}
h1.left {margin-right:100px;}
h1.left.animated {margin-right:0px;}
h1.right {margin-left:150px;color:#DB2E14;}
h1.right.animated {margin-left:0px;}
h1.resize {margin-top:30px;font-size:0px;color:#919191;}
h1.resize.animated {font-size:40px;}

.wrapper {
    position:relative;
    display: table;
    margin: 0 auto;
    width:auto;
    height:auto;

}

.howtoblock {
text-align:left;
width:50%;
max-width:300px;
background-image:url('marker.png');
background-repeat:no-repeat;
background-position:center top; 
background-size:70px 70px;
font-family:TAHOMA;
font-size:13px;
color:#969696;
margin:180px 20px 20px 20px;
display:inline-block;
}
.howtoblock.animated {
margin-top:60px;
}
.howtoblock p {padding:110px 0 0 0;text-transform:uppercase;}

.parallelogram {
	width: 0%;
	height: 500px;
	-webkit-transform: translateZ(1px) skew(0,-5deg);
	   -moz-transform: translateZ(1px) skew(0,-5deg);
	     -o-transform: translateZ(1px) skew(0,-5deg);
	background-image:url('terkep-bg1.jpg');
        margin-top:120px;z-index:0;
        border-top:6px solid #DB2E14;
        border-bottom:6px solid #DB2E14;
}
.parallelogram.animated {width:100%;}

ul#menu {
    margin:0;
    padding:0;
    list-style-type:none;
    text-align: right;
    position:fixed;
    top:0;right:0;z-index:1000;
}
ul#menu li {
    display: inline-block;
    border-bottom:2px solid #5E5E5E;
    margin-right: 15px;
    //padding-right: 10px;
    padding-bottom: 2px;
}
ul#menu .current {
    border-bottom:2px solid #87321B;
}
ul#menu li:hover {
    border-bottom:2px solid #87321B;
}
ul#menu li a {
    padding:2px 2px;
    text-decoration:none;
    font:normal 11px "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
    color:#5E5E5E;
}
ul#menu li a:hover {
    color:#5E5E5E;
    border:none;
}

.animateblock {
  opacity:0;
  -webkit-transition: all 0.55s linear;
  -moz-transition: all 0.55s linear;
  transition: all 0.55s linear;
}
.animateblock.animated {
 opacity:1;
}

.animateblock.arrow {
position: absolute;left:0;right:0;width:60px;height:80px;padding-bottom:20px;margin-left:auto;margin-right:auto;bottom:0;background-image:url(a19.png);background-position:0 105px;
opacity:0.6;
}

.animateblock.arrow.animated {

opacity:0;
}

#team {
display:block;
width:100%;
height:auto;
min-height:600px;
margin-top:100px;
}
.photo {
position:relative;
float:left;
width:180px;
height:180px;
border-radius:50%;
background-image:url('zsolt2.jpg');
background-position:left -50px center;
margin-left:auto;
margin-right:auto;
}
.photo2 {
position:relative;
float:left;
width:180px;
height:180px;
border-radius:50%;
background-image:url('http://applecopywriting.com/copywriter/wp-content/uploads/2011/05/The-history-of-Press-Release-writing.jpg');
background-position:left -120px center;
margin-left:auto;
margin-right:auto;
}
.grayscale  {        -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
         -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
         -webkit-filter: grayscale(100%);
         filter: gray;
         filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}
.company {width:100%;max-width:900px;height:auto;margin-top:30px;margin-left:auto;margin-right:auto;}
.companytext {position:relative;float:left;width:auto;max-width:650px;padding:50px 0 0 0;font-family:TAHOMA;font-size:13px;color:#969696;margin:0 0 20px 20px;}
.companytext.animated {padding:0px;}
.companytext a {color:#DB2E14;}

@media screen and (max-width: 1400px) {
.title {
border-top:2px solid #969696;padding-top:8px;font-size:50px;margin-bottom:40px;
}
#header {font-size:11px;letter-spacing:3px;}
.css-input { width:150px;padding:7px;font-size:13px }
.myButton { font-size:15px;
	font-weight:bold;
	padding:12px 37px;
 }
}