@charset "utf-8";
/* CSS Document */
.suport {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
   display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}
.container {
   width: auto;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-flow: row wrap;
   flex-flow: row wrap;
   padding-top: 5px;
   padding-bottom: 5px;
   padding-right: 10px;
   padding-left: 10px;
   margin-bottom: 5px;
   margin-left: 1%;
   margin-right: 1%;
   margin-top: 5px;

   
}
.container div {
/*	padding: 5px 2%;*/
	box-sizing: border-box;
	
}
.start {
   font-size: 1.2em;
   padding: 5px 0 25px 80px;
   margin: 2px auto;
   text-align: left;
   /*		background-image: -webkit-linear-gradient(270deg,rgba(122,179,255,1.00) 0%,rgba(33,127,255,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(122,179,255,1.00) 0%,rgba(33,127,255,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(122,179,255,1.00) 0%,rgba(33,127,255,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(122,179,255,1.00) 0%,rgba(33,127,255,1.00) 100%);*/
   border-bottom: 1px solid #666;
   color: #FF8000;
   text-shadow: 0 1px 1px #000000;  /* background-image:url(../../imagini/ref.png); background-position:left; background-repeat:no-repeat;*/
}

.dim_1 {
/*background-color:#4FFD53;
border:solid 1px #217FFF;*/	
}
.categorie {background:#FF8A09; font-size:1.2em }

.dim_1, .dim_2, .dim_2mr, .dim_3, .dim_4, .categorie {
	width: 100%;
	border-radius: 3px;
	/*margin: 5px 0.5%;
	font-size: 0.95em;*/
	text-align:left;
/*	padding:8px 2%;
	line-height:150%;*/

	}
input{
	padding: 4px 2px;
	margin: 4px 2%;
	border-radius: 3px;
	border: solid 1px #757575;
	width: 95%;
   max-width:80px;
}
/*input[name="descriere_pt"], input[name="descriere_uk"] { width:90%}
.input_client_select{
   padding: 4px;
   width: 60%;
   font-size: 1em;
   max-width: 250px;
   min-width:160px;
   border:solid 1px #000000;
   border-radius: 3px;
		}*/	
.buton_k, .buton_k a {
   color:#FFF;
   text-decoration:none;
   padding: 8px 2px;
   margin: 4px 10px;
   font-size: 1.1em;
   color: #FFF;
   border-radius: 3px;
   border: solid 1px #333;
   background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(120,190,255,1.00)),color-stop( 100% , rgba(0,116,255,1.00)));
   background-image: -webkit-linear-gradient(270deg,rgba(120,190,255,1.00) 0%,rgba(0,116,255,1.00) 100%);
   background-image: -moz-linear-gradient(270deg,rgba(120,190,255,1.00) 0%,rgba(0,116,255,1.00) 100%);
   background-image: -o-linear-gradient(270deg,rgba(120,190,255,1.00) 0%,rgba(0,116,255,1.00) 100%);
   background-image: linear-gradient(180deg,rgba(120,190,255,1.00) 0%,rgba(0,116,255,1.00) 100%);
   text-align: center;
   max-width: 150px;
   text-shadow: 0 1px 1px #000000;
}  
 .buton_k a {
   color:#FFF;
   text-decoration:none; 
   }

@media screen and  (min-width: 600px) { 
.dim_1, .dim_2, .dim_2mr, .dim_2mc, .dim_3, .dim_4 {
   width:100%;
}

}
@media (min-width: 800px) {


}
@media screen and  (min-width:800px) {
	
.container {
   max-width: 720px;
   margin: 0 auto;
}
}
