/*=========================== header part start ========*/
header {
	overflow:hidden;
	clear: both;
}
.sprt {
	margin:5px 0 0 0;
	padding:0 0 0 30px;
	font-size:16px;
	color:#25ad8b;
	background:url(../images/mailicon.png) no-repeat scroll left top;
	float:right;
}
.menucol {
	margin:5px 0 0 0;
	background-color:#25ad8b;
}
.weblogo {
	margin:4px 0 0 0;
	float:left;
}
.menus {
	font-family:Verdana, Geneva, sans-serif;
	font-size:17px;
	float:right;
}
.menus li {
	float:left;
}
.menus li a {
	padding:25px 16px;
	overflow:hidden;
	display:block;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	text-shadow:0 1px 1px #666666;
	color:#FFF;
}
.menus li a:hover, .menus li a.active {
	background-color:#2dcfa7;
}
.menuicon {
	width:30px;
	height:30px;
	background:url(../images/menu-icon.png) no-repeat center center #404040;
	position:absolute;
	top:11px;
	right:0;
	cursor:pointer;
	display:none;
}
.mnbtn {
	background-color:#000 !important;
}
.diblk {
	display:block !important;
}
/*=========================== header part start ========*/

/*=========================== body part start ========*/
.body-part {
	overflow:hidden;
	clear: both;
}
.body-colum {
	padding:10px 0;
	margin:0 auto;
	width:1024px;
	overflow:hidden;
}
.slide {
        margin:0 0 16px 0;
	width:100%;
	float:left;
}
.slide img {
	width:100%;
}
.cntx, .cntx ul, .cntx li {
	overflow:hidden;
	clear:both;
}
.cntx p {
	margin:0 0 10px 0;
}
.cntx li {
	margin:0 0 10px 0;
}
.cntx a {
	color:#000;
}
.cntx a:hover {
	text-decoration:underline;
	color:#333;
}
.blt {
	font-weight:bold;
	padding: 0 0 0 15px;
	background:url(../images/blt.png) no-repeat left 5px;
}
.sidepic, .sidepic ul, .sidepic li {
	overflow:hidden;
	clear:both;
}
.sidepic li {
	margin:0 0 15px 0;
}
.sidepic li img {
	width:100%;
}
/*=========================== body part end ========*/

/*=========================== footer part start ========*/
footer {
	width: 100%;
	clear: both;
	background-color:#25ad8b;
	float:left;
}
.fotercolum {
	padding:5px 0;
	margin:0 auto;
	width:1024px;
	display:table;
	clear:both;
}
.navs {
	margin:12px 0 0 0;
	font-size:12px;
	float:left;
}
.navs li {
	margin:0 15px 0 0;
	float:left;
}
.navs li a {
	overflow:hidden;
	display:block;
	font-size:14px;
	color:#FFF;
}
.navs li a:hover {
	color:#000;
}
.social {
	float:right;
}
.social li {
	margin: 0 0 0 7px;
	float:left;
}
.social li a {
	width:30px;
	height:30px;
	background-color:#2dcfa7;
	overflow:hidden;
	text-align:center;
	display:block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
}
.social li a img {
	margin:7px 0 0 0;
}
.social li a:hover {
	background-color:#333;
}
/*=========================== footer part end ========*/



/*============= profile page start ========*/


.prof {
	margin:0 0 15px 0;
	background-color: #25ad8b;
	color:#FFF;
}
.prof, .prof ul, .prof li {
	overflow:hidden;
	clear:both;
}
.prof li {
	padding:8px 15px;
	border-bottom:solid 1px #2ab290;
}
.prof li:hover {
	background-color:#2dcfa7;
}
.pnme {
	margin: 0 30px 0 0;
	width: 135px;
	font-size:14px;
	font-weight:bold;
	float: left;
}
.pnme span {
	float:right;
}
.pfdet {
	overflow:hidden;
}
/*============= profile page end ========*/


/*======== rates page start =====*/

.rate {
	padding:10px;
	background-color:#25ad8b;
}
.rate .hd2, .rate p {
	color:#FFF;
}
.cont {
	padding:10px;
	background-color:#25ad8b;
}
.cont h2, .cont p {
	color:#FFF;
}
/*======== rates page end =====*/


.gal {
	overflow:hidden;
	clear:both;
}
.gal img {
	width:100%;
}
.sitemap {
	margin:15px 0 0 0;
}
.sitemap, .sitemap ul, .sitemap li {
	overflow:hidden;
	clear:both;
}
.sitemap li a {
	overflow:hidden;
	display:block;
	padding:7px 10px;
	margin:0 0 10px 0;
	border:dashed 1px #25ad8b;
	font-size:18px;
}
.sitemap li a:hover {
	background-color:#25ad8b;
	color:#FFF;
}
