@charset "utf-8";
/* CSS Document */

.image{display:none}
.search-div{width:95%;margin-left:10px;margin-right:10px}
.details-box{width:95%}
#scrolling-div{width:100%}
.desktop-menu{display:none}
.nav {
		float:right;
		min-height: 40px;
		display:block;
		z-index:999;
		right: 10px;
		
	}	
	.nav ul {
		width: 120px;
		padding: 5px 0;
		position: absolute;
		top: 5px;
		right: 10px;
		border: solid 1px #aaa;
		background: #fff url(../images/icon-menu.png) no-repeat 10px 11px;
		border-radius: 5px;
		box-shadow: 0 1px 2px rgba(0,0,0,.3);
		z-index:999;
	}
	
	.nav li {
		display: none; /* hide all <li> items */
		margin: 0;
	}
	.nav .current {
		display: block; /* show only current <li> item */
	}
	.nav a {
		display: block;
		padding: 5px 5px 5px 32px;
		text-align: left;
	}
	.nav .current a {
		background: none;
		color: #666;
	}

	/* on nav hover */
	.nav ul:hover {
		background-image: none;
	}
	.nav ul:hover li {
		display: block;
		margin: 0 0 5px;
	}
	.nav ul:hover .current {
		background: url(../images/icon-check.png) no-repeat 10px 7px;
	}

	/* right nav */
	.nav.right ul {
		left: auto;
		right: 0;
	}

	/* center nav */
	.nav.center ul {
		left: 50%;
		margin-left: -90px;
	}
.text-wrap{padding-right:10px}
.right-box{max-width:90%}
.testimonial{width:95%}
.slider-box{width:95%}
.html5gallery-container-0{width:300px;}
..html5gallery-box-0{width:300px}
.advt-box{margin-bottom:30px}