@font-face {
	font-family:'roboto';
	src:url('fonts/roboto.woff') format('woff');
	font-weight:normal;
	font-style:normal;
}


@font-face {
	font-family:'politici';
	src:url('fonts/politici.woff') format('woff');
	font-weight:normal;
	font-style:normal;
}




* {
	margin:0;
	padding:0;
	box-sizing:border-box;
}




.clear {
	clear:both;
}

.color1 {
	color:#fcd250;
}

.color2 {
	color:#000;
}


body {	
  	background:#031f37 url(../images/bg.jpg) repeat;
	font:14px roboto;
	color:#fff;
	letter-spacing:1px;
}


h1, h2, h3, h4 {
	margin-bottom:10px;
}

p {
	text-align:justify;
	margin-bottom:25px;
	line-height:24px;
}


#wrapper-chandigarh {
	width:1020px;
	margin:auto;
}

#header-chandigarh {
	width:100%;
	float:left;
	padding:25px 0;
}




#logo-chandigarh a {
	text-decoration:none;
	color:#fcd250;
}


#logo-chandigarh {
	font-weight:normal;
	float:left;
	padding:15px 0;
	letter-spacing:5px;
	color:#fff;
	font:50px politici;
	font-weight:bold;
	line-height:50px;
}


#social-chandigarh {
	font:28px roboto;
	text-shadow:none;
	color:#000;
}

#contact-chandigarh {
	float:right;
	text-align:right;
	font-weight:bold;	color:#fff;
	font-size:20px;
}

#contact-chandigarh p {
	float:left;
	text-align:left;
	margin:8px 25px 0 0;
}





#social-chandigarh li {
	list-style:none;
	float:right;
}



#social-chandigarh a {
	border-radius: 100%;
	margin: 20px 0 0 10px;
	float: left;
	background-color: #f72973;
	height: 35px;
	width: 35px;
	text-decoration:none;
	font-size:12px;
	text-transform:none;
	color:#000;
	-webkit-transition:all ease .5s;
	-o-transition:all ease .5;
	-moz-transition:all ease .5s;
	transition:all ease .5s;
}

#social-chandigarh a:hover {
	background-color:#997509;
}




#nav-chandigarh {
	width:100%;  border-radius:10px;
	border:solid 1px #c4376f;
	float:left;
	background: #82053d; /* Old browsers */
background: -moz-linear-gradient(top, #82053d 0%, #b31548 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #82053d 0%,#b31548 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #82053d 0%,#b31548 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82053d', endColorstr='#b31548',GradientType=0 );
}

#nav-chandigarh li {
	float:left;
	padding:0 25px;
	border-right:solid 1px #c4376f;
	list-style:none;
}



#nav-chandigarh li a {
	float:left;
	font-size:14px;
	text-transform:capitalize;
	text-align:center;
	line-height:40px;
	text-decoration:none;
	color:#fff;
}


#nav-chandigarh li a:hover,
#nav-chandigarh li a.active {
	color:#f72973;
}




#banner-chandigarh {
	width:100%;
	margin:25px 0;
	float:left;
}


#banner-chandigarh img {
	width:100%;
	margin-bottom:-4px; border-radius:10px;
}



#content-chandigarh {
	width:100%;
	float:left; background:#620a32; margin-bottom:10px; border-radius:10px; padding:10px;
	
}



#content-chandigarh h1 {
	text-align:center;
}

#content-chandigarh a {
	text-decoration:none;
	color:#997509;
}


#side-chandigarh {
	width:100%;
	float:left;
}


#model-chandigarh {
	width:100%;
	float:left;
}


#model-chandigarh li {
	list-style:none;
	margin-bottom:10px;
	width:25%;
	font-size:20px;
	color:#997509;
	float:left;
	padding:25px;
}


#model-chandigarh li img {
	width:100%;
	border-radius:10px;
	border:3px solid #997509;
}


#contentmain-chandigarh {
	width:100%;
	float:right;
}


#contentmain-chandigarh li {
	margin:5px 0 5px 15px;
}




#gallery ul li {
	list-style:none;
	float:left;
	padding:10px;
	margin:2%;
	border:1px solid #997509;
	width:21%;
	transition:all ease .5s;
}

#gallery ul li img {
	width:100%;
	border-radius:5%;
}

#gallery ul li:hover {
	border:1px solid #000;
}




#footer-chandigarh {
	width:100%;
	background:#1d0610;
	float:left;
	color:#ea196a;
	font-size:12px;
}



#footer-chandigarh a {
	text-transform:none;
	color:#ca0a60;
	text-decoration:none;
}

#footer-chandigarh a:hover {
	text-decoration:underline;
}


#footer-chandigarh p {
	width:100%;
	margin:0;
	font-size:16px;
	text-align:center;
	line-height:50px;
}




@media only screen and ( max-width: 900px) { 

#wrapper-chandigarh {
	width:90%;
}




#logo-chandigarh {
	font-size:40px;
	text-align:center;
	width:100%;
}


#logo-chandigarh .log {
	width:100%;
	font-size:18px;
	line-height:24px;
	text-align:center;
}

#contact-chandigarh {
	width:100%;
	text-align:center;
	font-weight:bold;
	padding:0 0 10px 0;
	color:#fff;
	font-size:18px;
}

#model-chandigarh li {
	width:100%;
}



#nav-chandigarh {
	height:auto;
}

#nav-chandigarh a {
	width:100%;
}


#nav-chandigarh li {
	width:100%;
	border-bottom:1px solid #fff;
}



#side-chandigarh {
	width:100%;
}


#contentmain-chandigarh {
	width:100%;
}




#inner-images li {
	list-style:none;
	width:100%;
	float:left;
	font-size:16px;
	text-align:center;
	margin:25px 0;
}




#gallery ul li {
	padding:0;
	margin:2%;
	border:none;
	width:100%;
}

#gallery ul li img {
	width:100%;
	border-radius:5%;
}

#gallery ul li:hover {
	border:none;
}





#footer-chandigarh {
	width:100%;
	padding:20px 5px;
	float:left;
	text-align:center;
	color:#fff;
	margin-top:15px;
	font-size:14px;
}

#footer-chandigarh li {
	list-style:none;
	width:100%;
	padding:10px 0;
	border-right:none;
	float:left;
}


#footer-chandigarh p {
	width:100%;
	text-align:center;
	margin-top:25px;
}


#footer-chandigarh a {
	float:none;
}

}