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

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
.top {
	width: 100%;
	background: #fff;
	min-height: 50px;
	height: auto;
	border: thin solid #CCC;
	margin: 0 0 5px 0;
	box-shadow: 2px 3px 5px rgba(0, 0, 0, .2);
	float: left;
}
.top_phone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000;
	padding: 10px 25px;
	text-align: center;
	height: 42px;
	float: right;
	background: url(../images/top_phone.png) no-repeat left center;
}
.top_phone span {
	font-weight: bold;
	color: #666;
}
.top_email {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #666;
	padding: 10px 25px;
	text-align: center;
	height: 42px;
	margin: 1px 0 0 0;
	float: right;
	background: url(../images/top_email.png) no-repeat left center;
}
.top_email span {
	font-weight: bold;
}
.top_email a {
	color: #000;
	outline: none;
	text-decoration: none;
	font-weight: normal;
	transition: all 0.25s ease-in-out 0s;
}
.top_email a:hover {
	color: #333;
	text-decoration: none;
	font-weight: normal;
}
.main_header {
	width: 100%;
	height: auto;
	float: left;
}
.main_header01 {
	width: 100%;
	height: 10px;
	position: absolute;
	z-index: 99;
}
.offer {
	width: auto;
	height: auto;
	float: right;
	position: relative;
	bottom: -80px;
	z-index: 999;
	right: 80px;
}
.offer img {
	width: 350px;
	float: right;
	border: 2px solid #fff;
	margin: 0 15px 5px 15px;
	box-shadow: 2px 3px 5px rgba(0, 0, 0, .2);
}
.offer_mobile {
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.offer_mobile img {
	width: 350px;
	border: 2px solid #fff;
	margin: 0 auto 30px auto;
	box-shadow: 2px 3px 5px rgba(0, 0, 0, .2);
}
/*------------------------------ welcome ------------------------------*/

.welcome {
	background: url(../images/welcome_bg.jpg) repeat center;
	width: 100%;
	height: auto;
	float: left;
	font-family: 'Open Sans', sans-serif !important;
	box-shadow: 2px 3px 5px rgba(0, 0, 0, .2);
	position: relative;
	padding: 20px 0;
}
.welcome h3 {
	font-size: 22px;
	text-align: center;
	text-transform: uppercase;
	color: #000;
	margin: 0;
}
.welcome h2 {
	font-size: 35px;
	text-align: center;
	text-transform: uppercase;
	color: #ff0000;
	margin-top: 0;
	border-bottom: 1px dashed #AAA;
	font-weight: normal;
}
.welcome h4 {
	font-size: 15px;
	color: #333;
	line-height: 22px;
	text-align: justify;
	padding: 0 10px;
	font-weight: normal;
}
.welcome_button {
	background: #cc1010;
	border-top: #000 solid 3px;
	border-bottom: #000 solid 3px;
	border-radius: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px auto;
	display: block;
	width: 130px;
	padding: 3px 0;
	-wbkit-transition: all .3s linear .1s;
	-moz-transition: all .3s linear .1s;
	-ms-transition: all .3s linear .1s;
	-o-transition: all .3s linear .1s;
	transition: all .3s linear .1s;
}
.welcome_button:hover {
	background: #000;
	border-top: #cc1010 solid 3px;
	border-bottom: #cc1010 solid 3px;
	color: #FFF;
}
/*------------------------------ home_red_box ------------------------------*/

.home_red_box {
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/red_bg.jpg) repeat center;
	width: 100%;
	height: auto;
	float: left;
	box-shadow: 2px 3px 5px rgba(0, 0, 0, .2);
	padding: 20px 0;
}
.home_gallery {
	background-color: #eeeeee;
	box-shadow: 2px 3px 5px rgba(0, 0, 0, .2);
	min-height: 330px;
	float: left;
}
.home_gallery h2 {
	font-size: 22px;
	color: #ee0303;
	background: #fff url(../images/home_gallery.png) right center no-repeat;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, .1);
	padding: 15px;
	margin: 0 0 20px 0;
	text-transform: uppercase;
}
.home_gallery h4 {
	font-size: 16px;
	color: #ff0000;
}
.home_gallery p {
	font-family: 'Open Sans', sans-serif !important;
	font-size: 16px;
	color: #333;
	margin: 0 0 3px 0;
	width: 100%;
	float: left;
}
.home_gallery span {
	width: 45px;
	height: 26px;
	padding: 0 10px;
	float: left;
}
.home_gallery_img {
	padding: 5px;
	float: left;
	margin: 0 0 5px 0;
	box-shadow: none;
	transition: opacity .75s ease-in-out;
	-moz-transition: opacity .75s ease-in-out;
	-webkit-transition: opacity .75s ease-in-out;
}
.home_gallery_img:hover {
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
.home_red_box_button {
	background: #cc1010;
	border-top: #000 solid 3px;
	border-bottom: #000 solid 3px;
	border-radius: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	margin: 10px 30px 10px 10px;
	width: 130px;
	padding: 3px 0;
	float: right;
	-wbkit-transition: all .3s linear .1s;
	-moz-transition: all .3s linear .1s;
	-ms-transition: all .3s linear .1s;
	-o-transition: all .3s linear .1s;
	transition: all .3s linear .1s;
}
.home_red_box_button:hover {
	background: #000;
	border-top: #cc1010 solid 3px;
	border-bottom: #cc1010 solid 3px;
	color: #FFF;
}
/*------------------------------ banner ------------------------------*/

.banner {
	max-width: 100%;
	height: auto;
	display: block;
	border-bottom: 2px solid #FFF;
	box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
	position: relative;
	z-index: 90;
}
/*------------------------------ page_not_found ------------------------------*/

.page_not_found img {
	width: 400px;
	height: auto;
	margin: 50px auto !important;
	display: block;
	border: none !important;
	float: none !important;
}
/*------------------------------ about ------------------------------*/

.about {
	background: url(../images/welcome_bg.jpg) repeat center;
	width: 100%;
	height: auto;
	float: left;
	font-family: 'Open Sans', sans-serif !important;
	box-shadow: 2px 3px 5px rgba(0, 0, 0, .2);
	position: relative;
	padding: 20px 0;
	border-bottom: #FFF 3px solid;
}
.about h2 {
	font-size: 33px;
	text-align: center;
	text-transform: uppercase;
	color: #ff0000;
	margin: 0 0 30px 0;
	border-bottom: 1px dashed #AAA;
	font-weight: normal;
}
.about h4 {
	font-size: 15px;
	color: #333;
	line-height: 22px;
	text-align: justify;
	padding: 0 10px;
	font-weight: normal;
}
.about img {
	float: left;
	border: #FFF solid 2px;
	margin: 0 10px;
}
/*------------------------------ Facilities ------------------------------*/

.facilities {
	background: url(../images/welcome_bg.jpg) repeat center;
	width: 100%;
	height: auto;
	float: left;
	font-family: 'Open Sans', sans-serif !important;
	box-shadow: 2px 3px 5px rgba(0, 0, 0, .2);
	position: relative;
	padding: 20px 0;
	border-bottom: #FFF 3px solid;
}
.facilities h2 {
	font-size: 33px;
	text-align: center;
	text-transform: uppercase;
	color: #ff0000;
	margin: 0 0 30px 0;
	border-bottom: 1px dashed #AAA;
	font-weight: normal;
}
.facility {
	padding: 0;
	width: 100%;
	height: auto;
	float: left;
}
.facility h3 {
	font-family: 'Open Sans', sans-serif !important;
	font-size: 18px;
	color: #fff;
	background: #6e0909;
	text-align: center;
	padding: 10px 0;
	margin: 0;
	width: 100%;
	float: left;
	font-weight: normal;
}
.facility h4 {
	font-family: 'Open Sans', sans-serif !important;
	font-size: 14px;
	color: #333;
	line-height: 25px;
	text-transform: uppercase;
	background: #FFF;
	margin: 1px 0;
	padding: 10px 0;
	float: left;
	width: 100%;
	font-weight: normal;
}
.facility span {
	padding: 10px 10px 11px 10px;
	float: left;
	line-height: 5px;
}
.faci {
	border-left: 5px solid #ededed;
}
/*------------------------------ about thrissur ------------------------------*/

.about_thrissur {
	background: url(../images/welcome_bg.jpg) repeat center;
	width: 100%;
	height: auto;
	float: left;
	font-family: 'Open Sans', sans-serif !important;
	box-shadow: 2px 3px 5px rgba(0, 0, 0, .2);
	position: relative;
	padding: 20px 0;
	border-bottom: #FFF 3px solid;
}
.about_thrissur h2 {
	font-size: 33px;
	text-align: center;
	text-transform: uppercase;
	color: #ff0000;
	margin: 0 0 30px 0;
	border-bottom: 1px dashed #AAA;
	font-weight: normal;
}
.about_thrissur h3 {
	font-size: 24px;
	color: #000;
	line-height: 22px;
	text-align: justify;
	padding: 0 10px;
	width: 100%;
	float: left;
}
.about_thrissur h4 {
	font-size: 15px;
	color: #333;
	line-height: 22px;
	text-align: justify;
	padding: 0 10px 5px 10px;
	width: 100%;
	float: left;
	font-weight: normal;
}
.about_thrissur img {
	float: left;
	border: #FFF solid 2px;
	margin: 5px 10px 0 10px;
}
.about_thrissur_box {
	width: 100%;
	height: auto;
	float: left;
	background: #fff;
	font-family: 'Open Sans', sans-serif !important;
	box-shadow: 2px 3px 5px rgba(0, 0, 0, .2);
	position: relative;
	padding: 20px 0;
	border-bottom: #FFF 3px solid;
}
.about_thrissur_box ul {
	width: 100%;
	height: auto;
	float: left;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 15px;
	line-height: 26px;
}
.about_thrissur_box h3 {
	font-size: 19px;
	text-align: left;
	color: #333;
	line-height: 22px;
	padding: 0 10px;
	width: 100%;
	float: left;
	font-weight: normal;
}
.about_thrissur_box h4 {
	font-size: 15px;
	color: #333;
	line-height: 22px;
	text-align: justify;
	padding: 0 10px;
	width: 100%;
	float: left;
	font-weight: normal;
}
.about_thrissur_box_two {
	background: url(../images/welcome_bg.jpg) repeat center;
	width: 100%;
	height: auto;
	float: left;
	font-family: 'Open Sans', sans-serif !important;
	box-shadow: 2px 3px 5px rgba(0, 0, 0, .2);
	position: relative;
	padding: 20px 0;
	border-bottom: #FFF 3px solid;
}
.about_thrissur_box_two h3 {
	font-size: 24px;
	color: #000;
	line-height: 22px;
	text-align: justify;
	padding: 0 10px;
	width: 100%;
	float: left;
	font-weight: normal;
}
.about_thrissur_box_two h4 {
	font-size: 15px;
	color: #333;
	line-height: 22px;
	text-align: justify;
	padding: 10px;
	background: #fafafa;
	border-radius: 5px;
	width: 100%;
	float: left;
	font-weight: normal;
}
.about_thrissur_box_two img {
	float: left;
	border: #FFF solid 2px;
	margin: 0 10px;
}
.about_thrissur_box_two h5 {
	font-size: 20px;
	color: #000;
	line-height: 22px;
	text-align: left;
	padding: 0 20px;
	margin: 0;
	width: 100%;
	float: left;
	font-weight: normal;
}
.tcr_header {
	float: left;
	width: 100%;
	font-size: 18px;
	color: #fff;
	text-align: justify;
	padding: 4px 10px 2px 10px;
	background: #CC1010;
	margin: 10px 0 20px 0;
	font-weight: normal;
}
/*------------------------------ photogallery ------------------------------*/

.photogallery {
	background: url(../images/welcome_bg.jpg) repeat center;
	width: 100%;
	height: auto;
	float: left;
	font-family: 'Open Sans', sans-serif !important;
	box-shadow: 2px 3px 5px rgba(0, 0, 0, .2);
	position: relative;
	padding: 20px 0;
	border-bottom: #FFF 3px solid;
}
.photogallery h2 {
	font-size: 33px;
	text-align: center;
	text-transform: uppercase;
	color: #ff0000;
	margin: 0 0 30px 0;
	border-bottom: 1px dashed #AAA;
	font-weight: normal;
}
.photogallery h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
	background: #6e0909;
	text-align: center;
	padding: 10px 0;
	margin: 0;
	width: 100%;
	float: left;
}
.pagination {
	width: 100%;
	margin: 20px auto;
	display: block;
}
.photogallery_img_box {
	width: 100%;
	background-color: #FFF;
	border: #FFF solid 4px;
	margin: 15px 0;
	box-shadow: 0px 0px 5px #a59b9f;
	color: #745D65;
}
.photogallery_img_box img {
	padding: 0;
}
.photogallery_img_box h3 {
	margin: 0 !important;
	background: #FFF;
	color: #F00;
}
/*------------------------------ Our Homes ------------------------------*/

.our_homes {
	background: url(../images/welcome_bg.jpg) repeat center;
	width: 100%;
	height: auto;
	float: left;
	font-family: 'Open Sans', sans-serif !important;
	box-shadow: 2px 3px 5px rgba(0, 0, 0, .2);
	position: relative;
	padding: 20px 0;
	border-bottom: #FFF 3px solid;
}
.our_homes h2 {
	font-size: 33px;
	text-align: center;
	text-transform: uppercase;
	color: #ff0000;
	margin: 0 0 30px 0;
	border-bottom: 1px dashed #AAA;
	font-weight: normal;
}
.our_homes h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
	background: #6e0909;
	text-align: center;
	padding: 10px 0;
	margin: 0;
	width: 100%;
	float: left;
}
.pagination {
	width: 100%;
	margin: 20px auto;
	display: block;
}
.our_homes_img_box {
	width: 100%;
	background-color: #FFF;
	border: #FFF solid 4px;
	margin: 15px 0;
	box-shadow: 0px 0px 5px #a59b9f;
	color: #745D65;
}
.our_homes_img_box img {
	padding: 0;
}
.our_homes_img_box h3 {
	margin: 0 !important;
	background: #FFF;
	color: #F00;
}
/*------------------------------ our_homes_details ------------------------------*/

.our_homes_details {
	background: url(../images/welcome_bg.jpg) repeat center;
	width: 100%;
	height: auto;
	float: left;
	font-family: 'Open Sans', sans-serif !important;
	box-shadow: 2px 3px 5px rgba(0, 0, 0, .2);
	position: relative;
	padding: 20px 0;
	border-bottom: #FFF 3px solid;
}
.our_homes_details h2 {
	font-size: 33px;
	text-align: center;
	text-transform: uppercase;
	color: #ff0000;
	margin: 0 0 30px 0;
	border-bottom: 1px dashed #AAA;
	font-weight: normal;
}
.our_homes_details_box_bg {
	background: #fff;
	width: 100%;
	height: auto;
	float: left;
	padding: 15px 0;
}
.carousel {
	border: #fff solid 4px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, .2);
}
.our_homes_details_box {
	width: 100%;
	height: auto;
	float: left;
	background: #FFF;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 16px;
}
.our_homes_details_box h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #000;
	text-align: left;
	padding: 10px;
	margin: 0;
	width: 100%;
	float: left;
}
.our_homes_details_box h4 {
	font-size: 18px;
	color: #666;
	line-height: 22px;
	text-align: justify;
	padding: 0 10px;
	float: left;
}
.enquiry_button {
	background: #cc1010;
	border-top: #000 solid 3px;
	border-bottom: #000 solid 3px;
	border-radius: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	float: right;
	width: 130px;
	padding: 3px 0;
	-wbkit-transition: all .3s linear .1s;
	-moz-transition: all .3s linear .1s;
	-ms-transition: all .3s linear .1s;
	-o-transition: all .3s linear .1s;
	transition: all .3s linear .1s;
}
.enquiry_button:hover {
	background: #000;
	border-top: #cc1010 solid 3px;
	border-bottom: #cc1010 solid 3px;
	color: #FFF;
}
.table > tbody > tr > td {
	border-bottom: 1px solid rgb(221, 221, 221);
	border-top: none;
	padding: 4px 8px;
}
/*------------------------------ contact ------------------------------*/

.contact {
	background: url(../images/welcome_bg.jpg) repeat center;
	width: 100%;
	height: auto;
	float: left;
	font-family: 'Open Sans', sans-serif !important;
	box-shadow: 2px 3px 5px rgba(0, 0, 0, .2);
	position: relative;
	padding: 20px 0;
	border-bottom: #FFF 3px solid;
}
.contact h2 {
	font-size: 33px;
	text-align: center;
	text-transform: uppercase;
	color: #ff0000;
	margin: 0 0 30px 0;
	border-bottom: 1px dashed #AAA;
	font-weight: normal;
}
.form-group {
	margin-bottom: 10px;
}
.control-label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	padding-top: 0 !important;
	padding-right: 0 !important;
	color: #4a1c03;
	text-align: left !important;
}
.control-label span {
	width: 2px;
	;
	height: auto;
	float: right;
}
.form-control {
	height: 25px;
	border-radius: 0;
	resize: none;
}
.contact_address {
	width: 100%;
	height: auto;
	float: left;
	padding: 10px 0px;
	background: url(../images/red_bg.jpg) repeat;
	border-radius: 10px;
	border: #FFF 2px solid;
}
.submit_button {
	background: #cc1010;
	border-top: #000 solid 3px;
	border-bottom: #000 solid 3px;
	border-radius: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px auto;
	display: block;
	width: 130px;
	padding: 3px 0;
	-wbkit-transition: all .3s linear .1s;
	-moz-transition: all .3s linear .1s;
	-ms-transition: all .3s linear .1s;
	-o-transition: all .3s linear .1s;
	transition: all .3s linear .1s;
	float: right;
}
.submit_button:hover {
	background: #000;
	border-top: #cc1010 solid 3px;
	border-bottom: #cc1010 solid 3px;
	color: #FFF;
}
.contact_address h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 0;
	color: #fff;
}
.contact_address h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 22px;
	color: #fff;
}
.contact_phone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #fff;
	background: url(../images/contact_phone.png) center left no-repeat;
	width: auto;
	height: auto;
	line-height: 20px;
	padding-left: 25px;
	margin-bottom: 10px;
}
.contact_email {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #fff;
	background: url(../images/contact_email.png) center left no-repeat;
	width: auto;
	height: auto;
	line-height: 20px;
	padding-left: 30px;
	margin: 1px 0 0 0;
}
.contact_email a {
	color: #fff;
	outline: none;
	text-decoration: none;
	transition: all 0.25s ease-in-out 0s;
}
.contact_email a:hover {
	color: #c0c0c0;
	text-decoration: none;
}
.contact_map {
	border: #FFF solid 4px;
	width: 100%;
	height: 388px;
	margin: 10px 0;
	float: left;
}
/*------------------------------ footer ------------------------------*/

.footer {
	background: url(../images/footer_bg.jpg) repeat center;
	width: 100%;
	height: auto;
	float: left;
	padding: 20px 0;
	-webkit-box-shadow: inset 0 5px 10px 0 rgba(0,0,0,.2);
	box-shadow: inset 0 5px 10px 0 rgba(0,0,0,.2);
	position: relative;
}
.footer h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 0;
	color: #9b0c0c;
}
.footer h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #9b0c0c;
}
.footer_phone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFF;
	padding: 10px 0 0 50px;
	text-align: center;
	background: #cc1010 url(../images/footer_phone.jpg) top left no-repeat;
	width: 300px;
	height: 42px;
	float: left;
}
.footer_email {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFF;
	padding: 10px 0 0 50px;
	text-align: center;
	background: #cc1010 url(../images/footer_email.jpg) top left no-repeat;
	height: 42px;
	width: 300px;
	margin: 1px 0 0 0;
	float: left;
}
.footer_email a {
	color: #FFF;
	outline: none;
	text-decoration: none;
	transition: all 0.25s ease-in-out 0s;
}
.footer_email a:hover {
	color: #c0c0c0;
	text-decoration: none;
	font-weight: normal;
}
.footer_link {
	background: url(../images/footer_link_shadow.png) left center no-repeat;
	width: 100%;
	height: auto;
	float: left;
}
.footer ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin: 30px 0 0 0;
	padding: 0 0 0 30px;
	line-height: 39px;
	list-style: none;
	text-transform: uppercase;
	font-weight: 500;
}
.footer ul li {
	background: url(../images/footer_link.jpg) no-repeat left;
	-wbkit-transition: all .3s linear .1s;
	-moz-transition: all .3s linear .1s;
	-ms-transition: all .3s linear .1s;
	-o-transition: all .3s linear .1s;
	transition: all .3s linear .1s;
}
.footer ul li:hover, .footer ul li.active {
	background: url(../images/footer_link_hover.jpg) no-repeat left;
}
.footer ul li a {
	padding: 0 0 0 20px;
	color: #000;
	outline: none;
	text-decoration: none;
}
.location_map a {
	width: 210px;
	height: 170px;
	float: left;
	background: url(../images/location_map.png) no-repeat scroll center top;
	margin: 50px 0 0 0;
	outline: none;
	-wbkit-transition: all .3s linear .1s;
	-moz-transition: all .3s linear .1s;
	-ms-transition: all .3s linear .1s;
	-o-transition: all .3s linear .1s;
	transition: all .3s linear .1s;
}
.location_map a:hover {
	width: 210px;
	height: 170px;
	float: left;
	background: url(../images/location_map_hover.png) no-repeat scroll center top;
	margin: 50px 0 0 0;
}
.social_icons {
	width: 140px;
	height: 36px;
	float: left;
	margin: 20px 0 0 0;
}
#twitter a {
	outline: none;
	height: 41px;
	width: 41px;
	float: left;
	background: url("../images/social_icons/twitter.png") no-repeat scroll center top;
	transition: all 0.5s ease-in-out 0s;
	margin: 0 2px;
}
#twitter a:hover {
	outline: none;
	background: url("../images/social_icons/twitter.png") no-repeat scroll center bottom;
}
#facebook a {
	outline: none;
	height: 41px;
	width: 41px;
	float: left;
	background: url("../images/social_icons/fb.png") no-repeat scroll center top;
	transition: all 0.5s ease-in-out 0s;
	margin: 0 2px;
}
#facebook a:hover {
	outline: none;
	background: url("../images/social_icons/fb.png") no-repeat scroll center bottom;
}
#linkedin a {
	outline: none;
	height: 41px;
	width: 41px;
	float: left;
	background: url("../images/social_icons/in.png") no-repeat scroll center top;
	transition: all 0.5s ease-in-out 0s;
	margin: 0 2px;
}
#linkedin a:hover {
	outline: none;
	background: url("../images/social_icons/in.png") no-repeat scroll center bottom;
}
/*------------------------------ copyright ------------------------------*/

.copyright {
	width: 100%;
	background: #b5b5b5 url(../images/copyright_bg.jpg) repeat;
	padding: 15px 0;
	float: left;
	-webkit-box-shadow: inset 0 10px 10px 0 rgba(0,0,0,.2);
	box-shadow: inset 0 10px 10px 0 rgba(0,0,0,.2);
}
.copyright h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	margin: 0;
}
.copyright a {
	color: #000;
	outline: none;
	text-decoration: none;
	font-weight: normal;
	transition: all 0.25s ease-in-out 0s;
}
.copyright a:hover {
	color: #CC1010;
	text-decoration: none;
	font-weight: normal;
}
/* Notification */

#message-green {
	margin-bottom: 20px;
}
.green-left {
	background: url(../images/icons/message_green.gif) top left no-repeat;
	color: #6da827;
	font-family: Tahoma;
	font-weight: bold;
	line-height: 12px;
	padding: 0 0 0 20px;
}
.green-left a {
	color: #6da827;
	font-family: Tahoma;
	font-weight: normal;
	text-decoration: underline;
}
.green-right a {
	cursor: pointer;
}
.green-right {
	width: 55px;
}
#message-red {
	margin-bottom: 20px;
}
.red-left {
	background: url(../images/icons/message_red.gif) top left no-repeat;
	color: #ce2700;
	font-family: Tahoma;
	font-weight: bold;
	padding: 0 0 0 20px;
}
.red-left a {
	color: #ce2700;
	font-family: Tahoma;
	font-weight: normal;
	text-decoration: underline;
}
.red-right a {
	cursor: pointer;
}
.red-right {
	width: 55px;
}
.rupee_class {
	background: url(../images/rupee.png) top left no-repeat;
	padding-left: 15px !important;
}