@charset "utf-8";
/* CSS Document */

*, form { padding: 0; margin: 0; }

header, section, footer, aside, nav, article, figure, figcaption, main {
	display: block;}

html, body { 
    margin: 0px; 
	padding: 0px; 
	border: 0px; 
	width:100%;
	height:100%;}
	
a {
	text-decoration: none;}
	
#page {
	width: 100%;
	min-width: 1140px;
	margin: 0 auto;}
	
.header-wrapper {
	width: 100%;
	background-color: #000;
	height: 90px;}
	
.fix-width-header {
	width: 1100px;
	margin: auto;
	padding-top: 25px;}
	
.fix-width-header .logo {
	display: block;
	float: left;}
	
.left-float {
	float: left;}
	
.right-float {
	float: right;}	
	
	
form .form-text {
    padding: 0 10px;
    height: 38px;
    border: 0;
    width: 168px;
	border-radius: 3px;
	background: url("../images/search-ico.png") no-repeat right #fff;
}	

input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
	    outline: none
		border: 0;
}


.searchform {
  overflow: hidden;
  width: 305x;
  vertical-align: middle;
  white-space: nowrap;
}

.searchform input#search{
  width: 305px;
  height: 38px;
  background: #fff;
  border: none;
  font-size: 16px;
  float: left;
  color: #BABABA;
  padding-left: 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.searchform input#search::-webkit-input-placeholder {
   color: #BABABA;
   font-family: ;
   font-size: ;
}
 
.searchform input#search:-moz-placeholder { /* Firefox 18- */
   color: #BABABA;  
}
 
.searchform input#search::-moz-placeholder {  /* Firefox 19+ */
   color: #BABABA;  
}
 
.searchform input#search:-ms-input-placeholder {  
   color: #BABABA;  }

.searchform button.icon{
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright:4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
 
  border: none;
  background: #fff;
  height: 38px;
  width: 38px;
  opacity: 1;
  outline: none;
  margin-left: -38px;
  cursor: pointer;}

.fa-search {
	padding: 10px;
	background: url(../images/search-ico.png) no-repeat center;}

.zgjidh-qytet {
    padding: 8px 9px;
    color: #fff;
    font-size: 13px;
    line-height: 13px;
    font-weight: 300;
    font-family: 'Roboto';
    text-transform: uppercase;
    width: 150px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 6px;
    background-color: #000;
    background-image: url(../images/drop-arrow.png);
    background-position: right center;
    background-repeat: no-repeat;
    float: left;
    margin-left: 30px;
    margin-top: 5px;    }

*:focus {
    outline: none;}	
	
.nav-container {
	min-width: 100%;
	box-shadow: 2px 2px 2px #bbbbbb;
	margin-bottom: 2px;
	height: 50px;
	background-color: #fff;}

header.pageHeader {
	width: 1100px;
	margin: auto;
    text-align: justify;
    padding: 0px;}  

header.pageHeader::after {
    content: '';
    display: inline-block;
    width: 100%;}


header.pageHeader nav {
    display: inline-block;
    vertical-align: middle;}

header.pageHeader > div img {
	display: block;}

.navigation {
	margin-top: 15px;}

.navigation ul li {
	display: inline;
	padding:0 12px;}
	
.navigation li:first-child {
	padding-left: 0;}
		
.navigation li a, .forumi a {
	color: #666666;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Roboto';}
	
.forumi	 {
	margin-top: 15px;}
		
.navigation li a.active, .navigation li a:hover, .forumi a.active, .forumi a:hover {
	color: #000;}


.navigation li img {
	vertical-align: middle;
	margin-top: -3px;}
	


.main-wrapper {
    width: 100%;
	height: 460px;
	background: url(../images/background.jpg) no-repeat top;}
	
.main-wrapper2 {
	width: 100%;
	height: 137px;
	background: url(../images/background2.jpg) no-repeat top;}

.main-container {
	width: 1100px;
	margin: 0 auto;
	height: 100%;}
	
.box {
	padding-top: 30px;}

.main-container h1 {
	color: #000;
	font-size: 52px;
	font-weight: 400;
	font-family: 'Roboto';
	letter-spacing: -2px;
	line-height: 75px;
	margin-left: -2px;
	padding-top: 30px;}

p.moto {
	color: #333333;
	font-size: 23px;
	font-weight: 400;
	font-family: 'Roboto';
	line-height: 30px;
	letter-spacing: -0.01em;}
		
a.dergo-kerkese {
	display: block;
	width: 300px;
	padding: 13px 0;
	border-radius: 5px;
	background-color: #FFDC14;
	color: #000;
	font-size: 18px;
	font-weight: 500;
	font-family: 'Roboto';
	text-align: center;
	box-shadow: 2px 2px 2px #bbbbbb;
	margin-top: 90px;}
	
a.dergo-kerkese:hover {
	background-color: rgba(0, 0, 0, 0.9);
	color: #fff;}
	
span.small	{
	color: rgba(68, 68, 68, 0.86);
	font-size: 13px;
	font-weight: 400;
	font-family: 'Roboto';
	line-height: 40px;
	letter-spacing: ;}
	
section.content	{
	width: 100%;
	height:auto;}
	
.constrain {
	width: 1100px;
	margin: auto;
	padding-top: 40px;}
	
.constrain2 {
	width: 1100px;
	margin: auto;
    padding-bottom: 150px;}
	
.informacion {
	 width:650px;
	 padding-bottom: 80px;}
	
.last-reports {
	 width:450px;}
	 
.reports-list {
	width:390px;}
	 
.funksionimi {
	padding: 0;
	position: relative;}
	
hr.verdhe {
	width: 590px;
	height: 6px;
	background: #FFDC14;
	border: 0;
	position: absolute;
	z-index: -1;
	top: 18px;}
	
.steps {
	float: left;
	padding: 0;
	list-style: none;
	width: 186px;}
	
.wide p {
  }
	
.steps p {
	font-family: Roboto;
	font-size: 14px;
	color: #666666;
	margin-top: 8px;}
	
.narrow1, .narrow2 {
	width: 93px;}
	
.narrow2 img {
	float: right;}
	
.narrow2 p {
	width: auto;
	float: right;
	margin-bottom: -7px;}
	
.gri {
	width: 100%;
	border: 0;
	height: 1px;
	background-color: #CCCCCC;
	margin: 30px 0;}
	
ul.numra {
	padding: 0;}
	
ul.numra li {
	display: inline;
	float: left;
	width: 200px; }

.numra li h2 {
	font-family: Roboto;
	font-size: 48px;
	font-weight: 400;
	color: #000;
	margin-top: 8px;
	letter-spacing: -1px;}
	
.numra li p {
	font-family: Roboto;
	font-size: 20px;
	font-weight: 400;
	color: #878787;
	margin-top: 8px;
	letter-spacing: -1px;
	margin-top: -2px;}

h3.titull {
	font-family: Roboto;
	font-size: 23px;
	font-weight: 400;
	color: #000;
	margin-bottom: 20px;
	letter-spacing: -1px;}

ul.raportime {
	padding: 0;
	list-style: none;
	width: 384px;}
	
ul.rap2 {
	padding: 0;
	list-style: none;
	width: 804px;}
	
ul.raportime li {	
	border: 1px solid rgba(170, 170, 170, 0.4);
	margin-bottom: 10px;
	border-radius: 4px;
	box-shadow: 1px 1px 1px 1px #dddddd;
	background-image: url(../images/pin.png);
	background-position: bottom right;
	background-repeat: no-repeat;}	
	
ul.rap2 li {
	border: 1px solid rgba(170, 170, 170, 0.4);
	margin-bottom: 10px;
	border-radius: 4px;
	box-shadow: 1px 1px 1px 1px #dddddd;
	background-image: url(../images/pin.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #fff;
	position: relative;}		
	
ul.raportime li:hover {
	background-color: rgba(238, 238, 238, 0.4);}
	
ul.rap2 li:hover {
	background-color: ;}	
	
.blok {
	height: 80px;
	padding: 10px;
    cursor: pointer;
}
	
ul.raportime li img {
	display: block;
	height: 80px;
	width: 80px;
	float: left;
	border-radius: 4px;}
	
ul.rap2 li img {
	display: block;
	float: left;
	border-radius: 4px;}

.info {
	float: left;
	padding: 10px 20px;
	width: 200px;}
	
.info2 {
	width: 672px;
	padding: 10px 0px 10px 20px;}

.info h5 {
    font-family: Roboto;
	font-size: 15px;
	font-weight: 300;
	color: #000;
	margin-bottom: 2px;
	letter-spacing: -0.04em;
	line-height: 16px;}
		

.raportime date {
    font-family: Roboto;
	font-size: 12px;
	font-weight: 300;
	color: #666666;
	letter-spacing: -0.04em;}
	
.rap2 date {
	font-family: Roboto;
	font-size: 12px;
	font-weight: 300;
	color: #666666;
	letter-spacing: -0.04em;
	float: right;}
	
.lista-dropdown {
	 width: 290px;}
	 
.ankesa-container {
	 width: 810px;}

h3.shfaq {
	font-family: Roboto;
	font-size: 21px;
	font-weight: 300;
	color: #000;
	margin-bottom: 10px;}

.zgjidh {
	padding: 6px 9px;
    color: #000;
    font-size: 15px;
    line-height: 26px;
    font-weight: 300;
    font-family: 'Roboto';
    width: 234px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border: 1px solid #eeeeee;
	border-radius: 5px;
	background-color: #CCCCCC;
	background-image: url(../images/choose.png);
    background-position: 202px center;
    background-repeat: no-repeat;
	float: left;
	margin-bottom: 10px;
    cursor: pointer;}	

.form-container { 
    width:710px; 
	float:left;
	padding-bottom:100px;
	padding-top:30px;}

.step {
	height: 48px;
    width: 700px;
    border-radius: 5px;

	background: #FF7F00;
    padding-top: 5px;
	margin-bottom: 10px;}
	
#step1 {
	margin-bottom: 10px;}

.aktive {
	background-color: #666666;
	background-image: url(../images/tik.png);
	background-repeat: no-repeat;
	background-position: right center;}
	
.aktive2 {
	background-color: #666666;
	background-repeat: no-repeat;
	background-position: right center;}

.step .hapi {
    color: #fff;
    font-family: Roboto;
	font-weight: 300;
    font-size: 25px;
	letter-spacing: -1px;
    vertical-align: middle;
	padding-left:13px; }
	
.step .numb {
    color: #fff;
    font-family: Roboto;
	font-weight: 700;
    font-size: 35px;
	letter-spacing: -0.5px;
	vertical-align: middle;
	border-right: 1px solid #fff;
	padding-right: 14px;
	 padding-left: 17px;
	 padding-bottom: 6px;
	 padding-top:6px;}		
	
.kategoria { 
    height: 50px;
    width: 699px;
    border-radius: 5px;
    float: left;
    padding-left: 12px;
	letter-spacing: -0.5px;
    color: rgba(0, 0, 0, 0.3);
    font-family: Roboto;
	font-weight: 400;
    font-size: 23px;
    border: 1px solid #E5E5E5;
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/arrowdown.png);
    background-position: right center;
    background-repeat: no-repeat;
    margin-bottom: 40px;}

.kategoria_mobile { 
    height: 50px;
    width: 699px;
    border-radius: 5px;
    float: left;
    padding-left: 12px;
	letter-spacing: -0.5px;
    color: rgba(0, 0, 0, 0.3);
    font-family: Roboto;
	font-weight: 400;
    font-size: 23px;
    border: 1px solid #E5E5E5;
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/arrowdown.png);
    background-position: right center;
    background-repeat: no-repeat;
 }

.form-group {
    width: 700px;
    height: auto;
    overflow: auto;
    padding-bottom: 10px;}
	
.kjo{
	height: 50px;
    width: 698px;
    border-radius: 5px;
    float: left;
    padding-left: 15px;
    color: #777777;
    font-family: Roboto;
	font-weight: 300;
    font-size: 23px;
    border: 1px solid #E5E5E5;
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);}

.kjo2 {
	height: 160px;
    width: 698px;
    border-radius: 5px;
    float: left;
    padding-left: 15px;
	padding-top: 10px;
    color: #777777;
    font-family: Roboto;
    font-size: 23px;
	font-weight: 300;
    border: 1px solid #E5E5E5;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
	 resize: none;}

button.submitButton {
    width: 699px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #000000;
	color: #fff;
    border: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor: pointer;
	margin-top: 10px;}
	
button.submitButton span {
    font-size: 18px;
    font-family: Roboto;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    float: left;
    padding-left: 15px;}
	
ul.list-problematika {
	list-style: none;
	padding: 0;
	cursor:pointer;
	margin-top: 35px;
}
	
.list-problematika li {
	width: 76px;
	height: 122px;
	text-align:center;
	float: left;
	margin-left:30px;
	margin-right:33px;
	padding-bottom:30px;
	font-family: Roboto;
	color: #535353;
	font-size: 15px;
	letter-spacing: -0.5px;
}
	
.list-problematika li img {
	margin-bottom: 5px;}

.checkbox {
	float:right;
	margin-top: 10px;
	}

label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    right: 35px;
  }
   
 label:before {
    content: "";
    display: inline-block;
    width: 19px;
    height: 19px;
    position: absolute;
    left: 0;
    bottom: 1px;
    background-color: #fff;}

input[type=checkbox] {
    display: none;
}

.checkbox label:before {
    border-radius: 3px;}

input[type=checkbox]:checked + label:before {
    content: "\2714";
    font-size: 15px;
    color: #666;
    text-align: center;
    line-height: 20px;}

.anonim {
	font-size: 15px;
    font-family: Roboto;
    font-weight: 300;
    color: #000000;
   position: relative;
   top: -5px;
   right: 40px;}

a.vazhdo {
	padding: 12px 20px;
	font-family: Roboto;
	font-weight: 500;
	color: #000;
	font-size: 18px;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.2);
	background-color: #fff;
	border-radius: 4px;
	text-decoration: none;}	

.bashkengjit {
	height: 33px;
    width: 683px;
    border-radius: 5px;
    float: left;
	background: #F8F8F8;
    padding-top: 5px;
	margin-bottom: 10px;
	border: 1px solid #E4E4E4;
	padding-top: 15px;
	padding-left: 15px;
    margin-top: 10px;
	margin-bottom: 20px;}
	
.bashkengjit span {
	font-family: Roboto;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.7);
	font-weight: 500;
	letter-spacing: -0.7px;
	margin-left: 13px;}

.imazhi {
	 width:76px; 
	 height:76px; 
	 border-radius:50%; 
	 background-color:#fff; 
	 box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.2);
	 margin-bottom:10px;}
	 
.imazhi img {
	width:76px; height:76px; border-radius:50%;}
	 
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }

.attach {
	display: block;
	background-color: #F8F8F8;
	border: 1px solid #E4E4E4;
	border-radius: 5px;
	background-image: url(../images/camera.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	font-family: Roboto;
	font-size: 14px;
	color: #000;
	font-weight: 400;
	letter-spacing: -0.7px;
	width: 653px;
	padding: 15px 0 15px 45px;
	margin-bottom: 22px;}

#adrese {
	margin-bottom: 10px;}


.gallery { 
    width: 100%; 
	float: left; 
	margin-top:;}
	
.gallery ul { 
    margin: 0; 
	padding: 0; 
	list-style-type: none;}
	
.gallery ul li { 
	float:left; 
	margin-right: 2%;  
	width: 31.2%; 
	height:auto;
	position: relative;
	border: 1px solid #fff;
	border-radius: 4px;}
	
.gallery ul li:last-child { 
	margin-right:0; }
	
.gallery img {
	 width:100%;
	 border-radius: 4px;}

.none{ 
     display:none;}

.upload_div{ 
     margin-bottom:50px;}

.uploading{ 
     margin-top:15px;}
	 
a.delete {
     position: absolute;
	 top: 5px;
	 right: 5px;
	 padding: 5px 10px;
	 color: #000;
	 background-color: #fff;
	 border-radius: 50%;
	 font-family: Arial;
	 cursor: pointer;}


.image_link {
	cursor: default;}


.me-shume {
	font-family: Roboto;
	font-size: 11px;
	color: #000;
	font-weight: 400;
	text-decoration: underline;
	margin-top: 10px;
	cursor:pointer;}

.tekst-ankesa {
	padding: 0 130px 0 100px;}
	
.tekst-ankesa p {
	font-family: Roboto;
	font-size: 13px;
	color: #666;
	font-weight: 400;
	margin-top: ;}
	
.tekst-ankesa h5 {
	font-family: Roboto;
	font-size: 15px;
	color: #666;
	font-weight: 400;}

.location-markers {
	width: 100%;
	background-color: #fff;
	padding: 25px 0 25px;}
	
.location-markers ul {
	padding: 0;}
	
.location-markers ul li {
	display: table;
	float: left;
	padding-left: 30px;
	padding-top: ;}	
		
.location-markers ul li img {
	display: table-cell;
	vertical-align: middle;
	margin-right: 10px;}
	
.location-markers ul li span{
	display: table-cell;
	vertical-align: middle;
	font-family: Roboto;
	font-size: 15px;
	color: #666;
	font-weight: 400;}
	
	
.label-container {
	position: absolute;
	top: 35px;
	right: 20px;}
	
.label-container small {
	font-family: Roboto;
	font-size: 13px;
	font-weight: 400;}
	
.gm-style-iw h3 {
	font-size: 13px;
	font-family: Roboto;
	font-weight: 100px;
	margin-bottom: 7px;
	line-height: 20px;}	
	
.gm-style-iw p {
	font-size: 11px;
	font-family: Roboto;
	font-weight: 300px;
	line-height: 16px;}	
	
.gm-style-iw b {
	font-weight: 400px;}	
	
	
.zgjidh::-webkit-input-placeholder { color:#000; }

.zgjidh::-moz-placeholder { color:#000; }

.zgjidh::-ms-input-placeholder { color:#000; } 

.zgjidh input:-moz-placeholder { color:#000; }	





h4.skeda-titull {
	font-size: 25px;
	font-family: Roboto;
	font-weight: 300;
	margin-bottom: 25px;}	


.skeda-wrapper {
	width: 100%;
	height: auto;
	border: 1px solid #ddd;
	background-color: #ffffff;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px; 
	box-sizing: border-box;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
	margin-bottom: 100px;}

h5.statusi-skeda {
	font-size: 13px;
	font-family: Roboto;
	font-weight: 500;
	box-sizing: border-box;
	padding: 12px 35px;
	border-bottom: 1px solid #CCCCCC;
	background-image: url(../images/skedapin.png);
	background-repeat: no-repeat;
	background-position: center right;
	background-color: #F2F2F2;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-topright: 7px;
  text-transform: uppercase;}	

.skeda-text {
	width: 650px;
	box-sizing: border-box;
	padding: 20px 45px 40px 35px;}

.skeda-text date {
    font-size: 12px;
	font-family: Roboto;
	font-weight: 300;
	color: #666666;}
	

.skeda-text p {
    font-size: 16px;
	font-family: Roboto;
	font-weight: 400;
	line-height: 23px;
	color: #666666;
	margin-top: 15px;}

h5.vendndodhja-skeda {
	font-size: 13px;
	font-family: Roboto;
	font-weight: 500;
	text-transform: uppercase;
	box-sizing: border-box;
	padding: 12px 35px;
	border-bottom: 1px solid #EEEEEE;
	border-top: 1px solid #EEEEEE;}
	
.skeda-img {
	box-sizing: border-box;
	padding-top: 20px;
	padding-right: 30px;}	

.skeda-img p {
	font-size: 13px;
	font-family: Roboto;
	font-weight: 400;
	color: #666666;
	letter-spacing: -0.01em;
	margin-bottom: 20px;}
	
.skeda-img img {
	display: block;
	float: left;
	width: 128px;
	height: 128px;
	border-radius: 5px;
	margin-right: 10px;
	margin-bottom: 15px;}	

.map-field {
	width: 100%;
	padding: 12px;
	box-sizing: border-box;
	border-bottom: 1px solid #EEEEEE;}

.map-skeda {
	width: 100%;
	height: 325px;
	background-color: #EEEEEE;}
	
.diskutim-field	{
	box-sizing: border-box;
	padding: 28px 35px;}
	
.diskutim-field h3 {
	font-size: 21px;
	font-family: Roboto;
	font-weight: 300;
	color: #000;}
	
.forumi-wrapper {
	width: 700px;
}

.forumi-wrapper h2 {
	font-size: 26px;
	font-family: Roboto;
	font-weight: 300;
	color: #000;
	margin-bottom: 30px;
	margin-top: -10px;}
	
.fm-gr {
	width: 340px;
	float: left;
	margin-right: 20px;}
	
.fill {
	height: 50px;
    width: 340px;
    border-radius: 4px;
    float: left;
    padding-left: 15px;
    color: #777777;
    font-family: Roboto;
    font-weight: 300;
    font-size: 17px;
    border: 1px solid #E5E5E5;
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.4);
	background-color: white;
}	
.fill2 {
    height: 150px;
    width: 700px;
    border-radius: 4px;
    float: left;
    padding-left: 15px;
	padding-top: 15px;
    color: #777777;
    font-family: Roboto;
    font-weight: 300;
    font-size: 17px;
    border: 1px solid #E5E5E5;
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.4);
	resize: none;
	margin: 10px 0;}
	
.forumi-attach {
    display: block;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    background-image: url(../images/camera.png);
    background-repeat: no-repeat;
    background-position: 17px center;
    font-family: Roboto;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.7);
    font-weight: 500;
    letter-spacing: -0.7px;
    width: 700px;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.4);
	padding: 15px 45px;
	float: left;
	box-sizing: border-box;
	margin-bottom: 10px;}
		
.forumi-send {
	display: block;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    background-color: #FFDC14;
    font-family: Roboto;
    font-size: 18px;
    color: #000;
    font-weight: 500;
    letter-spacing: -0.7px;
    width: 700px;
	text-transform: uppercase;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.4);
	padding: 12px 15px;
	float: left;
	box-sizing: border-box;
	margin-bottom: 40px;}	
	
.forumi-form ::-webkit-input-placeholder {
   color: rgba(0, 0, 0, 0.5);
   font-family: Roboto;
   font-size: 17px;}
 
.forumi-form ::-moz-placeholder { /* Firefox 18- */
   color: rgba(0, 0, 0, 0.5);
   font-family: Roboto;
   font-size: 17px; }
 
.forumi-form :-ms-input-placeholder {  
   color: rgba(0, 0, 0, 0.5);
   font-family: Roboto;
   font-size: 17px;}	
	
.forumi-idete {
	width: 100%;
    height: auto;
    border: 1px solid #E5E5E5;
    background-color: #ffffff;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    box-sizing: border-box;
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.4);
    margin-bottom: 50px;
	padding-bottom: 20px;}

h5.forumi-date {
	font-size: 13px;
    font-family: Roboto;
    font-weight: 400;
    box-sizing: border-box;
    padding: 12px 30px;
    border-bottom: 1px solid #aaaaaa;
    background-color: #eeeeee;
	letter-spacing: -0.01em;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
	color: #666666;}
	
.forumi-text {
	box-sizing: border-box;
	width: 100%;
	padding: 25px 30px;
	background-color: #fff;}
	
.forumi-text p {
	font-size: 16px;
    font-family: Roboto;
    font-weight: 400;
	color: #666;
	line-height: 20px;
	margin-bottom: 17px;}
	
.forumi-text span {
	font-size: 12px;
    font-family: Roboto;
    font-weight: 400;
	color: #666;}
	
.forumi-img {
	margin-top: 20px;}

.forumi-img img {
	display: block;
	float: left;
	width: 94px;
	height: 94px;
	border-radius: 4px;
	margin-right: 10px;}

.forumi-fb {
	width: 100%;
	background-color: #fff;
	border-top: 1px solid #eeeeee;
	box-sizing: border-box;
	padding: 25px 30px;}

.forumi-fb h3 {
    font-size: 21px;
    font-family: Roboto;
    font-weight: 300;
    color: #000;
	background-color: transparent;}
	
.problematika-pershkrim	{
	font-size: 21px;
    font-family: Roboto;
    font-weight: 300;
    color: #000;}
	
.list-galeri {
	 list-style: none; 
	 padding: 0;}
	 
.list-galeri li {
	 width: 100%; 
	 display: block;
	 margin-top: 30px;}
	 
.list-galeri li:first-child {
	 margin-top: 20px;}
	 
.para {
	position: relative; 
	float: left; 
	padding: 15px; 
	width: 540px;
	margin-right: 20px; 
	background-color: #fff; 
	text-align: center;
	box-sizing: border-box;}
	
.para img, .pas img {
	display: block;}
	
.ikona-para {
	 position:absolute; 
	 top:35px; 
	 left: 35px; 
	 background-image: url(../images/before.png); 
	 background-position: top center; 
	 background-repeat: no-repeat;
	 width: 32px; 
	 padding-top: 50px;
	 text-align: center; }	

.ikona-para span, .ikona-pas span {
	font-family: Roboto; 
	font-size: 13px; 
	text-transform: uppercase; 
	color: #fff; 
	font-weight: 100;}
	
.pas {
	 position: relative;
	 float: left; 
	 padding: 15px; 
	 width: 540px;
	 box-sizing: border-box;
	 background-color:#fff;
	 text-align: center;}

.ikona-pas {
	 position: absolute; 
	 top: 35px; 
	 left: 35px; 
	 background-image: url(../images/after.png); 
	 background-position: top center; 
	 background-repeat: no-repeat;
	 width: 32px; 
	 padding-top: 50px; 
	 text-align:center;}

	
.ankesa-qytetarit {
	float:left; 
	padding: 15px 0;}
	
.nr-ankese {
	font-family: Roboto; 
	font-size: 15px; 
	color: #000;
	font-weight: 400;
	margin-right: 20px;
	letter-spacing: -0.04em;}
		
.lexo-ankese {
	 font-family: Roboto; 
	 font-size: 15px; 
	 color: #777777;
	 font-weight: 400;
	 background-image: url(../images/shigjeta-lexo.png); 
	 background-repeat: no-repeat; 
	 background-position: center right; 
	 padding-right: 28px;
	 letter-spacing: -0.02em;}	
	
.sondazh-titull {
	 font-size: 30px;
	 font-family: Roboto;
	 font-weight: 300;
	 margin-bottom: 20px;
	 width: 700px;}
					 
.sondazh-box {
	 width:700px; 
	 border: 1px solid #ddd; 
	 box-shadow: 1px 1px 1px #666;
	 border-radius: 6px;
	 -moz-border-radius: 6px;
   -webkit-border-radius: 6px;
	 background-color: #fff;
	 padding-top: 25px;
	  padding-bottom: 35px;
	  margin-bottom: 40px;}
	 
.meter { 
	height: 10px;
	position: relative;
	width: 380px;
	margin-left: 30px;
}	
.meter > span.pro-bar {
  display: inline-block;
  height: 100%;
  background-color: #CCCCCC;
  position: relative;
  overflow: hidden;
} 

.sondazhi-opcione {
	list-style:none;
	padding-left: 25px;
	margin-bottom: 50px;}
	
.sondazhi-opcione li {	
	margin-bottom: 30px;}
	
.sondazhi-opcione li p {	
	 font-size: 20px;
	 font-family: Roboto;
	 font-weight: 400;
	 color: #666666;
	 margin-bottom: 10px;}
	 
.perqindje {
   font-size: 11px;
	 font-family: Roboto;
	 font-weight: 400;
	 color: #666666;
	 margin-left: 10px;
	 position: absolute;}
	 
.konfirmo-veten {
	 background-color: #FFDC14;
	 font-size: 18px;
	 font-family: Roboto;
	 font-weight: 400;
	 color: #000;
	 border-radius: 4px;
	 padding: 13px 20px;
	 margin-left: 25px;}
	 
.lista-sondazheve {
   width: 702px;
   background-color: rgba(68, 68, 68, 0.7);
   border-radius:  4px;
   box-shadow: 1px 1px 1px #666;}
	 
.lista-sondazheve h5 {
	font-size: 22px;
	 font-family: Roboto;
	 font-weight: 100;
	 color: #fff;
	 margin-left: 25px;
	 padding: 20px 0;}	 
	 
.lista-sondazheve ul {	 
   background-color: #fff;
   border-radius: 4px;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   list-style: none;
   width: 100%;
   padding: 0 25px;
   box-sizing: border-box;}

.lista-sondazheve ul li {
	 font-size: 16px;
	 font-family: Roboto;
	 font-weight: 100;
	 color: #545454;
	 padding: 12px 0;
	 border-bottom: 1px solid rgba(204, 204, 204, 0.5);}
.lista-sondazheve ul li:first-child {
	 padding: 20px 0 12px;}
.lista-sondazheve ul li:last-child {
	 padding: 12px 0 20px;
	 border-bottom: none;}

.qytete-lista {
    padding: 16px 20px;
    color: #000;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    font-family: 'Roboto';
    width: 333px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    background-color: #FFDC14;
    background-image: url(../images/arrow-zgjidh.png);
    background-position: right center;
    background-repeat: no-repeat;
    margin-top: 30px;
	box-shadow: 2px 2px 1px #bbb;
}
	
.main-wrapper1 {
    width: 100%;
	height: 100%;
	background-image: url(../images/main-wrapper1.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 50px;}	
	
.rreth-nesh-wrapper	{
	width: 700px;
	padding-bottom: 100px;}
	
.rreth-nesh-wrapper h2 {
	font-size: 26px;
    font-family: Roboto;
    font-weight: 300;
    color: #000;
    margin-bottom: 20px;
	margin-top: 30px;}
	
.rreth-nesh-wrapper p {
	font-size: 16px;
    font-family: Roboto;
    font-weight: 300;
    color: #666666;
   line-height: 23px;
   letter-spacing: 0.02em;
   margin-bottom: 10px;}	
	
	
	
	
	
	
	
	
	
	
		
	
	
	
	





