/*   


Depaco CSS

  */
  
/*-----------------
    General styles
-----------------*/



	
	
html{
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	
}	

body{
	font-family:"Helvetica Neue",Helvetica,Arial, sans-serif;
	font-size:14px ;
	line-height:20px;
	cursor:auto;
	overflow:none;
}

@font-face {
    font-family: header;
    src: url(fonts/birch_std.woff);
}

header{
	    padding-top: 20px;
		background:#fff;		
	}

/*-----------------
    Typografy
-----------------*/
	h1,h2,h3{
	  font-weight:300;
	  margin:0;
	  line-height:45px;
	}
	
	h4,h5,h6{
	 font-weight:bold;
	 margin:5px 0;
	}
	
	h1{
	 font-size:48px;
	}
	h2{
	 font-size:24px;
	}
	h3{
	 font-size:30px;
	}
	h4{
	 font-size:18px;
	 margin:10px 0;
	}
	h5{
	 font-size:13px;
	 margin:0;
	 text-transform:uppercase;
	}
	
	p{
	  margin: 0 0 10px 0;
	
	}
	a span{
		font-size:24px;
		font-weight:300;
		line-height:24px;
		color:black;
	
	}
	footer a span{
		font-size:18px;
		font-weight:300;
		line-height:12px;
		color:black;
	}
		
	
	
 /*-----------------
    Global styles
	-----------------*/
	.content{
	
	 cursor:default;
	}
	
	.container{
	  width:1200px;
	  padding:0 10px;
      margin : 0 auto ;
	  cursor:default;
	
	}

	/* Header left side */
	.packing{
		padding-top:45px;
		font-size: 28px;
		font-family: header;
		float:left;
		border-left: solid 1px #333;
		padding-left:10px;
	}
	
	.red{
	    font-family: Calibri, sans-serif;
	    font-size:18px;
		color:red;
		margin: 5px 0 5px 10px;
	
	}
	.red-span{
	    font-family: Calibri, sans-serif;
	    font-size:14px;
		color:red;
	
	}
	.help{
	  font-family: Calibri, sans-serif;
	    font-size:10px;
	
	}
	
	.grey{
	
	 margin: 15px 10px 10px ;
	  color:grey;
	  font-family: Calibri, sans-serif;
	  font-size:14px;
	  font-weight:bold;
	  text-align:center;
	
	}
	
	.black{
	  color:black;
	  font-family: Calibri, sans-serif;
	  font-size:17px;
	  font-weight:bold;
	  text-align:center;
	
	}
	
	.text-modules {
	  margin: 10px 10px 10px ;
	  color:black;
	  font-family: Calibri, sans-serif;
	  font-size:14px;
	  text-align:left;
	}

	.captcha{
	
	  margin: 20px 0 10px 90px;
	}
	
	.captcha-code{
	
	 width:90px;
	 height:30px;
	 margin-left:110px;
	}
		.captcha-picture{
	
	 margin-top:55px;
	 margin-left:80px;
	}
	small{
		 margin-left:50px;
		 margin-bottom:30px;
	
	}
 
   .button-box{
   
    margin: 5px 0 0 60px;
   
   }
   
   .error-box{
   
    width:300px;
	height:35px;
	color:red;
	padding: 15px 0 0 2px ;
	font-size:15px;
	margin-bottom:7px;
   
   }
 
 
   .btn {
   margin-left:10px;
  background: #bfbfbf;
  background-image: -webkit-linear-gradient(top, #bfbfbf, #aeafb0);
  background-image: -moz-linear-gradient(top, #bfbfbf, #aeafb0);
  background-image: -ms-linear-gradient(top, #bfbfbf, #aeafb0);
  background-image: -o-linear-gradient(top, #bfbfbf, #aeafb0);
  background-image: linear-gradient(to bottom, #bfbfbf, #aeafb0);
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  -webkit-box-shadow: 0px 1px 3px #ffffff;
  -moz-box-shadow: 0px 1px 3px #ffffff;
  box-shadow: 0px 1px 3px #ffffff;
  font-family: Arial;
  color: #ffffff;
  font-size: 13px;
  padding: 10px 17px 10px 15px;
  text-decoration: none;
}

.btn:hover {
  background: #a3a6a8;
  background-image: -webkit-linear-gradient(top, #a3a6a8, #818385);
  background-image: -moz-linear-gradient(top, #a3a6a8, #818385);
  background-image: -ms-linear-gradient(top, #a3a6a8, #818385);
  background-image: -o-linear-gradient(top, #a3a6a8, #818385);
  background-image: linear-gradient(to bottom, #a3a6a8, #818385);
  text-decoration: none;
}

.btn2 {
   margin:20px 0 0 175px;
  background: #bfbfbf;
  background-image: -webkit-linear-gradient(top, #bfbfbf, #aeafb0);
  background-image: -moz-linear-gradient(top, #bfbfbf, #aeafb0);
  background-image: -ms-linear-gradient(top, #bfbfbf, #aeafb0);
  background-image: -o-linear-gradient(top, #bfbfbf, #aeafb0);
  background-image: linear-gradient(to bottom, #bfbfbf, #aeafb0);
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  -webkit-box-shadow: 0px 1px 3px #ffffff;
  -moz-box-shadow: 0px 1px 3px #ffffff;
  box-shadow: 0px 1px 3px #ffffff;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  padding: 10px 17px 10px 15px;
  text-decoration: none;
}

.btn2:hover {
  background: #a3a6a8;
  background-image: -webkit-linear-gradient(top, #a3a6a8, #818385);
  background-image: -moz-linear-gradient(top, #a3a6a8, #818385);
  background-image: -ms-linear-gradient(top, #a3a6a8, #818385);
  background-image: -o-linear-gradient(top, #a3a6a8, #818385);
  background-image: linear-gradient(to bottom, #a3a6a8, #818385);
  text-decoration: none;
}

 /*-----------------
    Pages
	-----------------*/	
	
	/* ----- HOME ----- */
	
	.right{
	margin-top:45px;
	margin-left:45px;
	float:left;
	width:450px;
	height:110%;
	border: solid 1px grey;
	border-radius:5px;
	cursor:default;
	  /* Box Shadow */
	  -webkit-box-shadow: 1px 0px 2px 0px rgba(0, 0, 0, 0);
         -moz-box-shadow: 2px 0px 5px 0px rgba(0, 0, 7, 0.52);
              box-shadow: 2px 0px 3px 0px rgba(0, 0, 0, 0.52);
	
	
	}

	.left{
	margin-top:45px;
	float:left;
	width:700px;
	height:110%;
	border: solid 1px rgba(28, 23, 50, 0.52);
	border-radius:5px;
	cursor:default;  
	  /* Box Shadow */
	  -webkit-box-shadow: 1px 0px 2px 0px rgba(0, 0, 0, 0);
         -moz-box-shadow: 2px 0px 5px 0px rgba(0, 0, 7, 0.52);
              box-shadow: 2px 0px 3px 0px rgba(0, 0, 0, 0.52);
	
	}
	.text{
	  margin: 15px 10px 10px ;
	  color:black;
	  font-family: Calibri, sans-serif;
	  font-size:14px;
	  font-weight:bold;
	  text-align:left;
	  
	}
	
	.text a {
	
	  text-decoration:none;
	  color: red;
	  font-size:18;
	  font-family:header;
	  line-height:1;
	 letter-spacing:1px
	
	}
	

	.pallet-right{
	 margin: 20px 0 0 15px;
	}
	.left-box
	{	
	 float:left;
	 margin: 20px 10px 0 0;	
	}
	.first{
	 margin-left: 10px;
	}
	
	/* ----- STRETCH ----- */
	.right-stretch{
	margin-top:45px;
	margin-left:20px;
	float:left;
	width:345px;
	height:155%;
	border: solid 1px grey;
	border-radius:5px;
	cursor:default;
	  /* Box Shadow */
	  -webkit-box-shadow: 1px 0px 2px 0px rgba(0, 0, 0, 0);
         -moz-box-shadow: 2px 0px 5px 0px rgba(0, 0, 7, 0.52);
              box-shadow: 2px 0px 3px 0px rgba(0, 0, 0, 0.52);
	
	
	}

	.left-stretch{
	margin-top:45px;
	float:left;
	width:830px;
	height:155%;
	border: solid 1px rgba(28, 23, 50, 0.52);
	border-radius:5px;
	cursor:default;  
	  /* Box Shadow */
	  -webkit-box-shadow: 1px 0px 2px 0px rgba(0, 0, 0, 0);
         -moz-box-shadow: 2px 0px 5px 0px rgba(0, 0, 7, 0.52);
              box-shadow: 2px 0px 3px 0px rgba(0, 0, 0, 0.52);
	
	}
	
	.text11{
			margin-top:15px;
	  padding-left:15px;
	  color:black;
	  font-family: Calibri, sans-serif;
	  font-size:14px;
	  font-weight:bold;
	  text-align:left;
	  float:left;
	}
	
				.text22{
	  margin-top:15px;
	  padding-left:140px;
	  color:black;
	  font-family: Calibri, sans-serif;
	  font-size:14px;
	  font-weight:bold;
	  text-align:left;
	  float:left;
	}
	
	/* ----- STRAP----- */
	
	.right-strap{
	margin-top:45px;
	margin-left:20px;
	float:left;
	width:345px;
	height:130%;
	border: solid 1px grey;
	border-radius:5px;
	cursor:default;
	  /* Box Shadow */
	  -webkit-box-shadow: 1px 0px 2px 0px rgba(0, 0, 0, 0);
         -moz-box-shadow: 2px 0px 5px 0px rgba(0, 0, 7, 0.52);
              box-shadow: 2px 0px 3px 0px rgba(0, 0, 0, 0.52);
	
	
	}

	.left-strap{
	margin-top:45px;
	float:left;
	width:830px;
	height:130%;
	border: solid 1px rgba(28, 23, 50, 0.52);
	border-radius:5px;
	cursor:default;  
	  /* Box Shadow */
	  -webkit-box-shadow: 1px 0px 2px 0px rgba(0, 0, 0, 0);
         -moz-box-shadow: 2px 0px 5px 0px rgba(0, 0, 7, 0.52);
              box-shadow: 2px 0px 3px 0px rgba(0, 0, 0, 0.52);
	
	}
	
	.box{
		float:left;
	    width:385px;
	    height:300px;
		border: solid 1px rgba(28, 23, 50, 0.52);
		margin: 1px 0 0 12px;
		border-radius:5px;
	
	}
	
		
		
			.text1{
			margin-top:15px;
	  padding-left:15px;
	  color:black;
	  font-family: Calibri, sans-serif;
	  font-size:14px;
	  font-weight:bold;
	  text-align:left;
	  float:left;
	}
	
				.text2{
	  margin-top:15px;
	  padding-left:140px;
	  color:black;
	  font-family: Calibri, sans-serif;
	  font-size:14px;
	  font-weight:bold;
	  text-align:left;
	  float:left;
	}
	
	.strap-table{
	
	  margin: 20px 0 10px 40px;
	
	
	}
	
	.strap-img{
	 margin: 25px 0 10px 40px;
	
	}

	/* ----- BOX ----- */
	
	.right-box{
	margin-top:45px;
	margin-left:20px;
	float:left;
	width:380px;
	height:115%;
	border: solid 1px grey;
	border-radius:5px;
	cursor:default;
	  /* Box Shadow */
	  -webkit-box-shadow: 1px 0px 2px 0px rgba(0, 0, 0, 0);
         -moz-box-shadow: 2px 0px 5px 0px rgba(0, 0, 7, 0.52);
              box-shadow: 2px 0px 3px 0px rgba(0, 0, 0, 0.52);
	
	
	}

	.left-boxx{
	margin-top:45px;
	float:left;
	width:785px;
	height:115%;
	border: solid 1px rgba(28, 23, 50, 0.52);
	border-radius:5px;
	cursor:default;  
	  /* Box Shadow */
	  -webkit-box-shadow: 1px 0px 2px 0px rgba(0, 0, 0, 0);
         -moz-box-shadow: 2px 0px 5px 0px rgba(0, 0, 7, 0.52);
              box-shadow: 2px 0px 3px 0px rgba(0, 0, 0, 0.52);
	
	}
	
	.box-box{
		float:left;
	    width:400px;
	    height:400px;
		border: solid 1px rgba(28, 23, 50, 0.52);
		margin: 10px 0 0 55px;
		border-radius:5px;
	
	}
	
	.text1-box{
	  margin-top:35px;
	  padding-left:55px;
	  color:black;
	  font-family: Calibri, sans-serif;
	  font-size:14px;
	  font-weight:bold;
	  text-align:left;
	  float:left;
	}
	
	.box-table{
	
	  margin: 20px 0 10px 30px;
	
	
	}
	
	.info-table{
	
		width:250px;
		height: 110px;
		margin: 0 0 0 35px;
		background:#F2F2F2;
	}
	
	.box-mini{
	
	 float:left;
	 margin: 130px 0 0 45px;
	}
	
      input[type=text].name {
			
		margin-left:30px;
		width: 140px;
     }
	 
	   input[type=text].company{
		margin-left:10px;	
		width: 140px;
     }
     
	

	/* ----- ANALYSE ----- */
	
	
	
	.left-analise{
	margin-top:45px;
	float:left;
	width:1200px;
	height:185%;
	border: solid 1px rgba(28, 23, 50, 0.52);
	border-radius:5px;
	cursor:default;  
	  /* Box Shadow */
	  -webkit-box-shadow: 1px 0px 2px 0px rgba(0, 0, 0, 0);
         -moz-box-shadow: 2px 0px 5px 0px rgba(0, 0, 7, 0.52);
              box-shadow: 2px 0px 3px 0px rgba(0, 0, 0, 0.52);
	
	}
	
	.box-analise{
		float:left;
	    width:380px;
	    height:320px;
		border: solid 1px rgba(28, 23, 50, 0.52);
		margin: 1px 0 20px 12px;
		border-radius:5px;
	
	}
	
	.box-analise-contact{
		float:left;
	    width:380px;
	    height:420px;
/* 		border: solid 1px rgba(28, 23, 50, 0.52); */
		margin: 1px 0 10px 12px;
		border-radius:5px;
	
	}
	
	.analise-table{
	
	  margin: 20px 0 10px 25px;
	
	}
	
	.grey-analise{
	
	 margin: 15px 10px 10px ;
	  color:grey;
	  font-family: Calibri, sans-serif;
	  font-size:14px;
	  font-weight:bold;
	  text-align:left;
	  width:950px;
	
	}
	
	  .text1-analise{
	  margin-top:35px;
	  padding-left:20px;
	  color:black;
	  font-family: Calibri, sans-serif;
	  font-size:14px;
	  font-weight:bold;
	  text-align:left;
	  float:left;
	}
	
	
	 .text2-analise{
	  margin-top:35px;
	  padding-left:125px;
	  color:black;
	  font-family: Calibri, sans-serif;
	  font-size:14px;
	  font-weight:bold;
	  text-align:left;
	  float:left;
	}
	
	.margin{
	  margin-top:15px;
	
	}
	
	 .text3-analise{
	  margin-top:35px;
	  padding-left:245px;
	  color:black;
	  font-family: Calibri, sans-serif;
	  font-size:14px;
	  font-weight:bold;
	  text-align:left;
	  float:left;
	}
	
    .analise-img{
	 margin: -155px 0 10px 0px;
	 float:right;
	
	}
	
	select option{

	 margin:0;
	
	}
	
/*-----------------
   Contact
	-----------------*/	
	
	
	.contact-right{
	
	margin: 10px 0 15px 25px;
	
	}
	
	.contact-right img{
	
	margin: 10px 0 5px 110px;
	
	}
	
	.contact-right p{
	
	margin: 5px 0 15px 5px;
	
	}
	
	.contact-us{
	    font-size: 25px;
		font-family: header;
		margin: 25px 0 0 5px;
	
	}
	
	.contact{
	 width:320px;
	 height:350px;
	 padding-left:5px;
	 background:#F2F2EB;
	 margin:auto;
	 padding:auto;
	 
	
	}
/*-----------------
   Footer
	-----------------*/
	
	footer{
	  cursor:auto;
	}
	
	 #footer{
	  width:1200px;
	  height:50px;
	  background:#fff;
	  margin-top:50px;
	 
	}
/*-----------------
  Footer navigation
	-----------------*/
	
	#footer nav ul{
		margin:0;
		padding:0;
		float:right;	
	}
	
	#footer nav ul li{	
		text-decoration:none;
		list-style:none;
		float:left ;  
	}
	 #footer nav ul li a {
	 
		display:inline;
		font-size:18px;
		color: grey;
		text-decoration:none;
		font-weight:bold;
		border:none;
		cursor:pointer;
		margin-bottom:25px;
		float:left ;
		letter-spacing:1px;
		padding-right:12px;
		
	}
	
	#footer nav ul li a:hover{
	 background: white;
	}
	
	#footer nav ul li a:active{	 
	 -webkit-box-shadow: 0 0 5px rgba(0,0,0.8) inset;
		-moz-box-shadow: 0 0 5px rgba(0,0,0.8) inset;
			 box-shadow:0 0 5px rgba(0,0,0.8) inset;
	}
/* Copyrights */
	
	 #copyright{
 
  
   padding:55px 0 0 0;
   margin-left:250px;
   float:left;
   text-decoration:none;
   color:black;
   font-size:16px;
	
}
/* Depaco logo footer */

	#logo{
	    width:250px;
	    display:block;
		padding-bottom:20px;
		margin: 10px 0 0 20px;
		float:left;
	 }

	
/*-----------------
   navigation
	-----------------*/
li ul
{   	
    display: none;
	
}


li:hover ul 
{
    display: block;
    position: absolute;
	width:121px;
	 background: #D1D1CB;

}

li:hover li
{
    float: none;
    font-size: 11px;
	color: #fff;
	
}
/* otvaranje lise */
li:hover a 
{   color:black;
    background: #fff;
	
}

li:hover li a:hover 
{
    background:   #D1D1CB;
	padding-bottom:8px;
	
	
}

	
	
	
	
	
	
	
	
	
	
	nav ul{
		margin:0;
		padding:0;
		float:right;	
	}
	
	nav ul li{	
		text-decoration:none;
		list-style:none;
		float:left ;
		font-family: header;
	}
	
	nav ul li a {
		display:block;
		font-size:24px;
		color: grey;
		text-decoration:none;
		/* font-weight:bold; */
		padding: 45px 5px 0 22px;
		border-right: solid 1px #333;
	}
	
	nav ul li a:hover{
	  background: #D1D1CB;
	
	}
	
	nav ul li a:active{ 
	 -webkit-box-shadow: 0 0 5px rgba(0,0,0.8) inset;
	    -moz-box-shadow: 0 0 5px rgba(0,0,0.8) inset;
	         box-shadow:0 0 5px rgba(0,0,0.8) inset;
	
	}
	/* Hoover efects */
	
		
/* Main menu */
.curl-top-left {
  display: inline-block;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.curl-top-left:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  top: 0;
  left: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(135deg, white 45%, #aaaaaa 50%, #cccccc 56%, white 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#000000');
  /*For IE7-8-9*/
  z-index: 1000;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}
.curl-top-left:hover:before, .curl-top-left:focus:before, .curl-top-left:active:before {
  width: 25px;
  height: 25px;
}	


/* Footer menu*/
.grow {

  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.grow:hover, .grow:focus, .grow:active {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}	
		
/*-----------------
    Clearfix
	-----------------*/
	.clearfix
	{	
	clear:both;
	}	

/*-----------------
    Input fields
	-----------------*/	



input[type=text] {

  width: 80px;
  height:25px;
  text-decoration:none;
  font-size: 15px;
  color: black;



}
.myclass {
 width: 120px;
        height: 20px;
        position: relative;
        border: 2px solid #cdcdcd;
        border-color: rgba(0,0,0,.14);
        background-color: AliceBlue ;   ;
        font-size: 14px;
    }
input[type=text]:hover {

  border: 1px solid red;
  border-radius:5px;


}

input[type=text]:active {


  border-radius:5px;


}	

.text-label{

    width: 100%;
    height:25px;
	padding-left:5px;
	 color:black;
	  font-family: Calibri, sans-serif;
	  font-size:14px;
	  font-weight:bold;
	  text-align:left;
}

.label{

    width: 100%;
    height:25px;
	padding-right:5px;
	margin-left:5px;
	 color:black;
	  font-family: Calibri, sans-serif;
	  font-size:14px;
	  font-weight:bold;
	  text-align:left;
}


.box-calc1 ul li  a{

  text-decoration:none;
  font-size: 22px;
  font-family: header;
  color:black;


}

.box-calc1 ul li  a:hover{

  background:none;
   text-decoration:none;
  font-size: 24px;
  font-family: header;
  color:black;

}

.left-calc{

   
	margin-top:45px;
	float:left;
	width:1200px;
	height:185%;
	border: solid 1px rgba(28, 23, 50, 0.52);
	border-radius:5px;
	cursor:default;  
	  /* Box Shadow */
	  -webkit-box-shadow: 1px 0px 2px 0px rgba(0, 0, 0, 0);
         -moz-box-shadow: 2px 0px 5px 0px rgba(0, 0, 7, 0.52);
              box-shadow: 2px 0px 3px 0px rgba(0, 0, 0, 0.52);
			  
	
	}



		.box-calc1{
		float:left;
	    width:380px;
	    height:320px;
		border: solid 1px rgba(28, 23, 50, 0.52);
		margin: 1px 0 20px 12px;
		border-radius:5px;
		background:#F0F0E4;
	
	}
	
		.box-calc2{ 
		float:left;
	    width:380px;
 	    height:420px;
		border: solid 1px rgba(28, 23, 50, 0.52);
		margin: 1px 0 20px 22px;
		border-radius:5px;
		
	
	
	}
	.red span {
	
	color:black;
	font-size:20px;
	font-weight:bold;
	
	}
		.box-res{
		float:left;
	    width:380px;
	    height:420px;
		
		margin: 1px 0 20px 5px;
		
	
	
	}
	.calc-picture{
	
	margin: 15px 0 0 290px;
	}
	.text-calc1{
	  margin-top:35px;
	  padding-left:375px;
	  color:black;
	  font-family: Calibri, sans-serif;
	  font-size:18px;
	  font-weight:bold;
	  text-align:left;
	  float:left;
	}
	
	.calc-table{
	
	margin: 0;
	}
	
	
	.result-calc{
    float:left;
    width: 260px;
	height: 80 px;
	border: 1px solid green;
	margin: 50px 50px ;

}

   .error-calc{
   float:left;
   width:350px;
   height:35px;
  
   padding:  25px 0 0 45px;
   font-size:16px;
  
   
   }
   .box-calc-left{
		float:left;
	    width:380px;
	    height:320px;
		border: solid 1px rgba(28, 23, 50, 0.52);
		margin: 1px 60px 20px 42px;
		border-radius:5px;
		background: #F0F0E4;
	
	}
	
	  .box-calc-right{
		
	    width:180px;
	    height:320px;
		
		margin: 1px 10px 20px 2px;
		border-radius:5px;
		
	
	}
	
	.text2-calc{
	  margin-top:35px;
	  padding-left:200px;
	  color:black;
	  font-family: Calibri, sans-serif;
	  font-size:14px;
	  font-weight:bold;
	  text-align:left;
	  float:left;
	}
	
		.text3-calc{
	  margin-top:35px;
	  padding-left:400px;
	  color:black;
	  font-family: Calibri, sans-serif;
	  font-size:14px;
	  font-weight:bold;
	  text-align:left;
	  float:left;
	}
		.text33-calc{
	  margin-top:35px;
	  padding-left:320px;
	  color:black;
	  font-family: Calibri, sans-serif;
	  font-size:14px;
	  font-weight:bold;
	  text-align:left;
	  float:left;
	}
s/* elect {
    padding:3px;
    margin: 0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    background: #f8f8f8;
    color:#888;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
}

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
/* @media screen and (-webkit-min-device-pixel-ratio:0) {
    select {padding-right:18px}
}

label {position:relative}
label:after {
    content:'<>';
    font:11px "Consolas", monospace;
    color:#aaa;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    right:8px; top:2px;
    padding:0 0 2px;
    border-bottom:1px solid #ddd;
    position:absolute;
    pointer-events:none;
}
label:before {
    content:'';
    right:6px; top:0px;
    width:20px; height:20px;
    background:#f8f8f8;
    position:absolute;
    pointer-events:none;
    display:block;
}	 */ *//*   


Depaco CSS

  */
  
/*-----------------
    General styles
-----------------*/
	

	
	
	

	


 /*-----------------
   calculator
	-----------------*/	
	
	/* ----- Weight of bag -calculator 1----- */
	
	
	

	
	
	
	
	
	
	
/
/* Copyrights */
	

	

		


