@charset "utf-8";
/* CSS Document */

body{margin:0px;
padding:0px;
font-family: cd;
font-size:16px;	
overflow-x:hidden;
font-family: 'Cantarell', sans-serif;
}
.txt_clr1{color:#ffffff;}
.bodybackground{background:url(../images/climpek.png);}
.imgdesign
{border-radius:20px; border:3px solid white;}
.padding
	{
	padding:40px;
	}
	
	{font-family: 'Lobster', cursive;
font-family: 'Lobster Two', cursive;
font-family: 'Cookie', cursive;
font-family: 'Courgette', cursive;
font-family: 'Oleo Script', cursive;
font-family: 'Playball', cursive;
font-family: 'Cantarell', sans-serif;}

.clr{font-family: 'Lobster Two', cursive;}

a
{
	text-decoration:none
	}

h2{}
.bg_2{
	background:#030303;
    padding-top:5px;
}
#footersec
{
	background:#2D2D2D;
	color:#D5D5D5;
}

a {
    color: #fff;
	font-family: cd;
}

#footersec a
{
	font-family: cd;
	
	}
	
	#footersec a:hover
	{
	color:#0070c0;
	}
	.box1{color:#111212;
	background:url(../images/3.jpg) no-repeat ;}
	.box4{background:#0070c0;padding:0px;color:#ffffff;
			margin:0px;}
	.boxnav
	{position:fixed;z-index:1000;
	background:#ffffff;
	border-top:5px solid black;
	width:100%;
	}
	
	.bcnt p
	{background:black;
	padding:2px 8px;font-size:12px;
	float:right;
	border-radius:0px 0px 10px 10px;
	
	
	}
	.bcnt a{color:#ffffff;}
	.bcnt a:hover{color:#ffffff;}
	{
		background:url(../images/1.jpg) no-repeat center center fixed;
	
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	}
	
	
	.box2{
		padding:40px 0px;
		color:#0b0b0b;
		background:#f2f2f2;
		font-size:22px;
	
	}
	
	.box3{color:#0b0b0b;}
	
	#footersec h3{border-bottom:1px dotted white;
	font-family: 'Courgette', cursive;
	padding-bottom:10px;}
	
	.box5{background:#f1751a;padding:10px;color:#ffffff;
			margin:0px;}
	.box6 p{color:#0c0c0c;}
	.box6 b{font-size:20px;
	color:#0070c0;}
	.box6 h1{color:#0070c0;}
	.box6 h3{color:#f1751a;}
	.box6{background:url(../images/2.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;}
	.top_head{padding-top:190px;
	padding-bottom:90px;
	color:#fbfafa;
	font-size:50px;text-shadow: 1px 1px 1px #000;
font-family: 'Playball', cursive;font-family: 'Playball', cursive;
	background:url(../images/1.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	}
	
	.item {
  position: relative;
  overflow: hidden;
}
.item img {
  max-width: 100%;
  
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.item:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
	
	
	.item-overlay{position:fixed;
	z-index:1000;
	color:red;}
	
	.imgd{-webkit-box-shadow: -1px 0px 26px -4px rgba(0,0,0,0.75);
-moz-box-shadow: -1px 0px 26px -4px rgba(0,0,0,0.75);
box-shadow: -1px 0px 26px -4px rgba(0,0,0,0.75);}
	
	
	figure{
  width: 100%;
 
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: top;
 
}

figcaption{
  position: absolute;
  left: 0; right: 0;
  top: 200px; bottom: 0;
  text-align: center;
  font-weight: bold;
  width: 100%;
  height: 100%;
  text-transform:uppercase;
color:#ffffff;  
  display: table;
}

figcaption div{
 
 
  top: 20px;clear:both;
  font-size:12px;
 z-index:10000;
  color: #ffffff;
  text-transform: uppercase;
}


figure img{
  -webkit-transition: all 0.5s linear;
          transition: all 0.5s linear;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

figure:hover figcaption{
 background: rgba(255,255,255,0.3);
 padding:30px 0px;
}

figcaption:hover div{
  opacity: 1;
  top: 0;
}

figcaption:hover div:after{
  width: 50%;
}

figure:hover img{
  -webkit-transform: scale3d(1.5, 1.5, 1);
          transform: scale3d(1.5, 1.5, 1);
}







#contact { 
  -webkit-user-select: none; /* Chrome/Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
 position:fixed;
 z-index:10000;
 margin-top:250px;
  width: 100px; 
  height: 30px; 
  line-height: 30px;
 
  color: white;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  
}


.bgg{ background:#ffffff;}
#contactForm { 
  display: none;
z-index:1000;
  border: 6px solid #f36f21; 
  padding: 2em;
  width: 300px;
  text-align: center;
  background: #ffffff;
  position: fixed;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%)
  
}

input, textarea { 
  margin: .1em auto;
  font-family: inherit; 
  text-transform: inherit; 
  font-size: inherit;
  border:1px solid black;
  display: block; 
  width: 220px; 
  padding: .2em;
}
textarea { height: 80px; resize: none; }

.formBtn { 
  width: 80px;
   float:left;
   margin:5px;
  
  background: #0e94d1;
  color: #fff;
  font-weight: 100;
  font-size: 14px;
  border: none;
  height: 25px;
}
{jstechnologiesnow@gmail.com}
