	
/*@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) { */
@media only screen and (max-width : 980px) { 
	
	.pageWrapper {
		margin:0px auto; 
		padding:0px; 
		width:760px; 
	}
	/* Logo image resize */
	.logo-section a img {
		padding:7px 0px 0px 7px;
	}	
	.header-container .quick-link-Section {
		width:62%;
	}
	.header-container .searchbox-section {
		width:345px;
		margin:10px 0px;
	}	
	.header-container .searchbox-section .search-text {
		width:290px;
	}
	.header-container .user-details {
		margin:10px 15px 10px 0px;
		width:130px;
	}
	.header-container .user-details #login-button	{
		padding:7px 10px;
	}
	.header-container .user-details img {
		margin:0px 2px 0px 5px;
	}
	.header-container .user-details	input.cart-button {
		display:none;
	}


	.gadgetContainer-full {
		margin:15px auto;
		width:98%;
	}	
	.gadgetContainer-left-big {
		width:560px;
		overflow:hidden;
	}
	.discovery-section {
		width:500px;
	}
	.discovery-title-list {
		width:300px;
	}	
	.discovery-title-list .thumbs li {
		padding:5px 10px 15px;
	}
	.gadgetContainer-left-big .thumbnail, 
	.gadgetContainer-full .thumbnail {
		margin:7px;
	}
	.discovery-title-list .thumbs li:last-child {
		display:none;
	}	
	.gadgetContainer-left-big .thumbnail:last-child, 
	.gadgetContainer-left-big .thumbnail.last-child {
		display:none;			
	}
	.gadgetContainer-full .thumbnail:last-child, 
	.gadgetContainer-full .thumbnail.last-child {
		display:none;
	}
	.gadgetContainer-right-small {
		width:180px;
		padding:0px 10px;
	}
	


	#breadcrumb {
		padding:5px;
	}
	
	/* Bookshefl page */
	.bookshelf-container {
		border:1px solid #e9e9e9;
		background:white;
		height:170px;
		margin:10px 12px 10px 0px;
		position:relative;
		padding:5px 5px;
		width:96%;
		float:left;
		
		-webkit-box-shadow: 0 8px 12px -8px black;
		   -moz-box-shadow: 0 8px 12px -8px black;
				box-shadow: 0 8px 12px -8px black;		
	}
	.col-right-big {
		width:500px;
	}
	.bookshelf-container .book-details {
		width:68%;
	}

        /*Bookshelf list container*/
        
        .bookshelf-list-container {
            height: 170px;
            width: 96%;
            margin:12px 12px 10px 0px;
            background: none repeat scroll 0 0 white;
        }

        .bookshelf-list-container .book-details {
		width:60%;
	}
        .bookshelf-list-container .book-cover, 
        .bookshelf-list-container .book-cover img{
            height: 160px;
            width: 120px;
        }
        .bookshelf-list-container .book-details h3 {
            font-size: 13px;
        }
        .bookshelf-list-container .book-details {
            width: 68%;
        }
        .bookshelf-list-container .book-meta-right {
            display:none;
        }
        .bookshelf-list-container .book-meta-left {
            border:0px solid #dfdfdf;
            min-height : unset;
            width:95%;
        }        
        .bookshelf-list-container .download-popup, .bookshelf-container .download-popup{
            width: 98%;
        }
        /* Bookshelf page end */
        
        
        /* Bookshelf list container Ends */
	.bookshelf-container .book-details h3 {
		height:32px;
	}
	.bookshelf-container .book-reader-channel {
		margin-top:50px;
	}	
	/* Bookshelf page ends */
		
	/* Catalog page */

	.catalog-thumb-container {
		width:96%;
	}

	.catalog-thumb-container .book-details{
		width:70%;
	}

	.catalog-list-container{
		width: 96%;
	}

	.catalog-list-container .book-details{
		width: 300px;
	}
	.catalog-list-container .book-meta-left{
		border-right:0px solid #dfdfdf;
		width: 98%;
	}

	.catalog-list-container .book-meta-right{
		display: none;
	}

	#menu-bar .page-view{
		display:none;
	}

	/* Catalog page ends */
		
	/* Advanced search */	
	.search-result-bar {
		padding:10px;
	}
        
        
       /* Bookusage Report */	
        table#subscriptionReport #dateRange {
             
        }
	
       /* Bookusage Report */	
	
	/* Portrait filter menu */
	/* nav-wrap */
	.nav-wrap {
		display:block;
		position: relative;
	}
	
	/* menu icon */
	#menu-icon {
		color: #000;
		width: 42px;
		height: 30px;
		background:url(../images/Icon.png) no-repeat 10px center;
		padding: 8px 10px 0 12px;
		cursor: pointer;
		border: solid 0px #666;
		display: block; /* show menu icon */
		position:relative;
		top:62px;
	}
	#menu-icon:hover {
		background-color:none;
	}
	#menu-icon.active {
		background-color:none;
	}
	#menu-bar .fitered-menu{
		width:37% !important;
	}
        .beFixed #addHead {
            width:100% !important;
        }
        .beFixed #addHead .infoMessage {
            display:inline-block;
            margin:0px;
            font-weight: normal;
        }
        
	/* main nav */
	#mobile-nav {
		clear: both;
		position: absolute;
		top: 101px;
		left:10px;
		width: 250px;
		z-index: 10000;
		
		background: #555; /*#f8f8f8*/
		color:#f1f1f1;
		border: solid 1px #999;
		display: none; /* visibility will be toggled with jquery */
	}
	#mobile-nav li {
		clear: both;
		float: none;
		margin: 0 0 1px 0;
		background:#666666;
	}
	#mobile-nav a, 
	#mobile-nav ul li a {
		font: inherit;
		background: none;
		display: block;
		padding: 0;
		padding:10px;
		color: #fff;
		border: none;
	}
	#mobile-nav a:hover, 
	#mobile-nav ul li a:hover {
		background:#f3f3f3;
		color: #666;
	}
	
	/* dropdown */
	#mobile-nav ul {
		width: auto;
		position: static;
		display: block;
		border: none;
		background: inherit;
	}
	#mobile-nav ul li {
		margin: 3px 0 3px 15px;
	}
	
	#mobile-nav h3 {
		padding:2px 8px;
	}
	#mobile-nav h4 {
		padding:2px 8px;
	}
	#mobile-nav .fieldset {
		border-bottom:1px solid #ccc;
	}
	#mobile-nav .fieldset ol {
	}
	#mobile-nav .fieldset li {
		background:transparent;
		padding:3px 7px;
		margin-left:35%;
		list-style:none;
	}
	#mobile-nav .fieldset select {
		margin:5px;
		padding:3px 7px;
	}
	#mobile-nav .fieldset a.link {
		display:inline-block;
		color:#fff;
	}
	#mobile-nav .fieldset a.link:hover {
		color:#666;
	}
	/* Portrait filter menu ends */
		
	
	
	.col-left-big, .col-left-big-md {
		float: left;
		width: 66%;
	}
	.col-right-small {
		float: right;
		margin: 0 10px 0 0;
		width: 32%;
	}
	
	/* product details */
	.product-detail-container .book-details {
		padding-left: 0;
		width: 50%;
	}
	.user-review-container .user-details {
		width:100%;
		float:none;
		text-align: left;
		margin-left: 0px;
	}
	.user-review-container .user-details .name, 
	.user-review-container .user-details .date, 
	.user-review-container .user-details .rating {
		padding:0px;
	}
	.user-review-container {
		padding:0px 10px;
	}
	.user-review-container .user-comments {
		width:98%;
	}
	.hr-none {
		border-bottom: 0px solid #BFBFBF;
		border-top: 0px solid #BFBFBF;
		height: 1px;
		margin: 10px 0;
	}	
	
	div.tabcontents {
		padding: 10px 15px;
		line-height:19px;
	}
	
	.last{ border-bottom: 0px solid #CCCCCC; }
	
	.userratingdetails ul li {
		display: block;
		margin: 0 4px;
	}
	/* Book collection */
	
	.collection-list-container .bookshelf-container {
		width:90%;
		margin:10px 15px ;
	}
	.collection-list-container .bookshelf-container .book-details {
		width:75%;
	}
	
	/* Carousel Slider*/
	
	/* Carousel Resizing for single slider */
	.carousel-col-left {
		float: left;
		margin: 0 auto;
		width: 95%;
	}
	.carousel-list {
		margin: 2px 5px 0 30px;
	}
	.slider {
		margin: 5px 35px 0 30px;
	}
	.carousel-list h3 {
		margin: 0 0 0 151px;
	}
	.bookdetail {
		display:none;border-left: 0px solid #eee;
	}
	
	.col-md-100 { width:100%;border-bottom:1px solid #bfbfbf; }
	
	
	/** My activities **/
	.activity-md-container{
		width:auto;
		float:left;
	}
	
	.activity-md-col{
		width:auto;
		float:left;
	}
	
	.activity-col-left .searchbox-section .search-text {
		width: 100%;
	}
	/** My activities **/

	/* Orderconfrmation - page */

	.orderconfirm-right {
		width:53%;
		float: right;
		padding:10px;
	}

	.my-cart input#discount_code {
	    font-size: 90%;
	    width: 135px;
	}

	/* Edit Institutuion */

	.institution .col-r img {
		margin:0px 0px 0px 35px;
	}

	/* User -review */
	.user-review-container h3 {
		margin:15px 0 0 0;
	}

	/* Managae -Institution */
	.myadmin .searchbox-section {
	width: 62%;
	}

	.myadmin .manage-institute .searchbox-section .search-text{
		width:55%;
	}

	/*Redeempincode*/
	.myaccount .box label{
		width:40%;
	}

	/* FAQ popup product details page */

	.faq-popup, .faq-popup1, .faq-popup2 {
    height: auto;
    
	}

}
    


