body{
	width: 1330px !important;
	background-color: #E6E6E6;
	margin-left: 20px;
}

/*index css*/

	.header{
		margin-top: 15px;
			box-shadow: -5px -5px 10px #999;
	}

	.polasa{
		height: 50px;
		background-image: url("/images/polasa.png")  ;
		background-size: 150px;
		background-repeat: repeat-x;
		box-shadow: -5px -5px 10px #999;

		margin-top: 10px;
	}

	.main{
		margin-top: 10px; 
		box-shadow: -5px -5px 10px #999;
	/* 	border: solid 1px #000; */
	}

	.list-item {

		padding-left: 0px;

	}

	.address{
		text-align: center;
	}

	.ls {
		border: solid 2px red;
	}
	.ls1{
		border: solid 1px #23EC0D;
	}

	.tab-active{
		background-color: #000;
	}

	.objects-modal{

	}

	.image-dialog{
		width: 1230px;
		height: 880px;
	}

	.gallery-image{
		padding-right: 0px;
	}

	.footer{
	position: relative;
	margin-top: -70px; /* negative value of footer height */
	height: 70px;
	clear:both;
	padding-top:0px;
	font-size: 1.1em;
	background-color: #b2d5f5;
	color: #000;
	text-align: center;
	box-shadow: -5px 5px 10px #999;
	margin-bottom: 5px;
	} 

	.tab-width{
		width: 100px;
		text-align: center;
	}

/*End index css*/


/*gallery Css*/

	body .gallery-dialog {
 		width: 100%;
 		
/*left: 50%;
margin-left: -500px; */

	}

	body .modal-body{
		padding: 0 auto;
	}
	img.imgs{
		  display: block;
	    margin-left: auto;
	    margin-right: auto

	}

	.modal-body1{

		margin-left:  50px;
		margin-top: 20px; 
		font-weight: bold;
	}

	.gallery-images{
		float: left;
		width: 260px;
		margin-left: 5px;
		margin-top: 5px;
		/* border: solid 1px #000;  */
		box-shadow: -3px -3px 10px #999;
	}

	img.resize1{
	  display: block;
	  padding-top: 5px;
      margin-left: auto;
      margin-right: auto;
      margin-top: auto;
	  margin-bottom: auto;
	  padding-bottom: 5px;
	}

	.containergallery{
/* 		margin-left: 500px; */
		width: 90%;
		margin: 0 auto;
	}

/*End gallery Css*/