/* Default media screen */
	body, html
	{
		background-color: white!important;
		font-family: Arial;
		//background-image: url("body_bg.png");
		//background-attachment: fixed;
}
    #price-tag
    {
        left:8px;
    }
	a.hover
	{
        border-bottom: 1px solid #453886;
        color: black;
        padding-bottom: .25em;
        text-decoration: none;
    }
	.bottom-image
	{
	    display: none;
	}
	#post_details_image
	{
	    width:100%;
	    height:100%;
	}
	#mobile_view
	{
	    display: none;
	}
	#desktop_view
	{
	    display: block;
	}
	#only_in_mobile
	{
	    display: none;
	}
	hr
	{
	    height:1px;
	    border:none;
	    color:rgb(60,90,180);
	    background-color:#EAEAEA;
	}
	/* Create two equal columns that floats next to each other */
    .column {
        float: left;
        width: 32%;
        padding: 0px;
        padding-bottom: 43px;
        padding-left: 8px;
        height: 30%; /* Should be removed. Only for demonstration */
    }
    /* Clear floats after the columns */
    .row:after {
        content: "";
        display: table;
        clear: both;
    }
	.popup-hightlight
	{
		position: fixed;
		z-index: 8;
		background-color: black;
		opacity: 0.7;
		top: 0%;
		left: 0%;
		height: 100%;
		width: 100%;
	}
	.popup-box
	{
		position: fixed;
		z-index: 11;
		top: 15%;
		left: 2%;
		height: 60%;
		width: 96%;
	}
	.popup-desktop
	{
		display:block;
	}
	.popup-mobile
	{
		display:none;
	}
	select
	{
        background-color: white;
        border: thin solid blue;
        border-radius: 4px;
        display: inline-block;
        font: inherit;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-appearance: none;
        -moz-appearance: none;
		cursor: pointer;
	}
	.header
	{
		position: fixed;
		z-index: 15;
		top: 0px;
		left: 0px;
		height: 60px;
		width: 100%;
		//background-color:#1e1d2b; //FB				
		//yahoo 380B61 //FB 3a5795 //whatsaap 088A68 //DarkPink FF0040
		box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
	}
	.processing
	{
		position: fixed;
		z-index: 9;
		top: 0px;
		left: 0px;
		height: 100%;
		width: 100%;
		background-color:black; 
		opacity: 0.8;
		//yahoo 380B61 //FB 3a5795 //whatsaap 088A68 //DarkPink FF0040
		//box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
	}
	#sub_header
	{
		background-color:grey; //FB				
		//yahoo 380B61 //FB 3a5795 //whatsaap 088A68 //DarkPink FF0040
		box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
	}
	.logo
	{
		position: fixed;		
		top: 0px;
		left:0px;
		cursor: pointer;
	}
	.search_form
	{
		position: fixed;
		padding-left: 5px;		
		top: 15px;
		left: 1%;  
		width:80%;
	}
	.keywords_textbox
	{
		padding-left: 5px;
		padding-right: 0px;
		width:100%;
		height:30px;
		border:solid 0px grey;
		color:grey;		
		background-color: white; 
	}
	.search_btn
	{
		position: fixed;
		width:3%;
		height:30px;		
		top: 15px;
		left: 47%;
		cursor: pointer;
	}
	.quick-navigation-bar
	{
		margin-left: 51%;
		top: 0px;
		width: 30%;
	}
	.quick-navigation-bar-mobile
	{
		left: 0px;
		top: 0px;
		width: 100%;				
		display:none;
	}
	.quick-navigation-buttons:hover 
	{
		//background-color:#284278; //YAHOO
		//yahoo BDBDBD //FB 284278 //whatsaap 
	}
	.menu_icon_0
	{
		position: fixed;
		z-index: 11;
		top:10px;
		left:95%;
		width: 20px;
		height: 20px;
		cursor: pointer;
	}
	.menu_icon_1
	{
		position: fixed;
		z-index: 11;
		top:10px;
		left:95%;
		width: 20px;
		height: 20px;
		cursor: pointer;
	}
	.menu_list 
	{
        	position: fixed;
		z-index: 9;
		top: 65px;
		left: 85%;
		height: 100%;
		width: 100%;
		background-color: white;
		//background-image: url("menu_bg.png");
		padding-top: 20px;  
		padding-right: 0px;  
		padding-bottom: 20px;  
		padding-left: 0px;		
		box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
	}
	.collection 
	{
		background-color: #fff;
		margin: 0.5rem 0 1rem 0;
		border: 1px solid #e0e0e0;
		border-radius: 5px;
	}
	.collection a.collection-item 
	{
		display: block;
		-webkit-transition: 0.25s;
		-moz-transition: 0.25s;
		-o-transition: 0.25s;
		-ms-transition: 0.25s;
		transition: 0.25s;
	}
	.collection .collection-item 
	{
		left:0px;
		line-height: 1.5rem;
		padding: 10px 20px;
		margin: 0px;
		border-bottom: 1px solid #e0e0e0;
	}
	a
	{
		text-decoration: none;
	}
	.postlist:hover 
	{
		border: 1px solid #e0e0e0;
		border-radius: 5px;
		//cursor: pointer;
		text-decoration: none;
		//background-color:#e0e0e0;
	}
	#book
	{
		cursor: pointer;
	}
	#load_more_button:hover 
	{
		cursor: pointer;
	}
	button:hover 
	{
		cursor: pointer;
	}
	.postlist
	{
		border: 1px solid #e0e0e0;
		border-radius: 5px;
		background-color:white;
	}
	.tbl
	{
		background-color: #EAEAEA;
		border-radius: 0px;
		border-top: 1px solid #e0e0e0;
		border-bottom: 1px solid #e0e0e0;
		border-left: 1px solid #e0e0e0;
		border-right: 1px solid #e0e0e0;
	}
	p
	{
		letter-spacing: 1px;
	}
	li
	{
		border-top: 0px solid #e0e0e0;
		border-bottom: 0px solid #e0e0e0;
	}
	.body
	{
		margin-top: 65px;
	}
	.content
	{
		opacity: 1;
		margin-left: 0px;
		margin-top: 20px;
		width: 78%;
		background-color: white;
		border-radius: 0px;
		padding-top: 0px;  
		padding-right: 0px;  
		padding-bottom: 0px;  
		padding-left: 0px;
		box-shadow: 0 0px 0px 0 rgba(0,0,0,0.16),0 0px 0px 0 rgba(0,0,0,0.12);
		//box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
	}
	.sub_content
	{
		padding-top: 20px;  
		padding-right: 20px;  
		padding-bottom: 20px;  
		padding-left: 20px;
	}
	.right_bar
	{
		position: fixed;
		margin-left: 51%;
		margin-top: 0px;
		width: 30%;
		max-height: 500px;
		overflow-y: auto;
		background-color: white;
		border-radius: 3px;
		padding-top: 0px;  
		padding-right: 0px;  
		padding-bottom: 0px;  
		padding-left: 0px;
		box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
	}
	.copyright
	{
		margin-left: 0%;
		margin-top: 20px;
		width: 86%;
		border-radius: 3px;
	}
	.cat_list
	{
	    -webkit-column-count: 3; /* Chrome, Safari, Opera */
	    -moz-column-count: 3; /* Firefox */
	    column-count: 3;
	    -webkit-column-gap: 10px; /* Chrome, Safari, Opera */
	    -moz-column-gap: 10px; /* Firefox */
	    column-gap: 10px;
	    -webkit-column-rule: 1px solid lightgrey; /* Chrome, Safari, Opera */
	    -moz-column-rule: 1px solid lightgrey; /* Firefox */
	    column-rule: 1px solid lightgrey;
	}
/* End of Default media screen */
@media screen and (max-width:1000px) 
{
    #price-tag
    {
        left:5px;
    }
	.bottom-image
	{
	    display: none;
	}
	.content 
	{
		margin-left: 0%;
		margin-right: 0%;
		margin-top: 20px;
		width: 100%;
		background-color: white;
		border-radius: 3px;
		padding-top: 0px;  
		padding-right: 0px;  
		padding-bottom: 0px;  
		padding-left: 0px;
	}
	/* Create two equal columns that floats next to each other */
    .column {
        float: left;
        width: 45%;
        padding: 5px;
        padding-bottom: 43px;
        padding-left: 5px;
        height: 30%; /* Should be removed. Only for demonstration */
    }
	#mobile_view
	{
	    display: block;
	}
	#desktop_view
	{
	    display: none;
	}
	#only_in_mobile
	{
	    display: none;
	}
	.search_form
	{
		position: fixed;
		padding-left: 0px;
		padding-right: 0px;		
		top: 15px;
		left:1%;
		width:98%;
	}
	.keywords_textbox
	{
		padding-left: 5px;
		padding-right: 5px;
		top:10px;
		width:250px;
		height:30px;
		border:solid 0px grey;
		color:grey;
	}
	.search_btn
	{
		position: fixed;
		height:30px;
		width:30px;		
		top: 15px;
		left:295px;
		cursor: pointer;
	}
	.quick-navigation-bar
	{
		margin-left: 52%;		
		top: 0px;
		width: 40%;
	}
	.quick-navigation-bar-mobile
	{
		display:none;
	}
	.sub_content 
	{
		padding-top: 20px;  
		padding-right: 20px;  
		padding-bottom: 20px;  
		padding-left: 20px;
	}
	.right_bar
	{
		position: fixed;
		margin-left: 52%;
		margin-top: 0px;
		width: 46%;
		max-height: 500px;
		overflow-y: auto;
		background-color: white;
		border-radius: 3px;
		padding-top: 0px;  
		padding-right: 0px;  
		padding-bottom: 0px;  
		padding-left: 0px;
		opacity: 1;
		box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
	}
	.menu_list 
	{
        	position: fixed;
		z-index: 9;
		top: 60px;
		left: 100%;
		height: 100%;
		width: 100%;
		background-color: white;
		//background-image: url("menu_bg.png");
		padding-top: 20px;  
		padding-right: 0px;  
		padding-bottom: 20px;  
		padding-left: 0px;		
		box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
	}
	.popup-desktop
	{
		display:block;
	}
	.popup-mobile
	{
		display:none;
	}
    	.copyright
	{
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 20px;
		width: 100%;
		border-radius: 3px;
		opacity: 1;
		padding-top: 20px;  
		padding-right: 20px;  
		padding-bottom: 20px;  
		padding-left: 20px;
	}
}
@media screen and (max-width:600px) 
{
    #cat-menu-list
    {
        top:65px;
    }
    #price-tag
    {
        left:0px;
    }
	.bottom-image
	{
	    display: block;
	}
	#post_details_image
	{
	    width:100%;
	    height:180;
	}
	#mobile_view
	{
	    display: block;
	}
	#desktop_view
	{
	    display: none;
	}
	#only_in_mobile
	{
	    display: block;
	}
    .content 
	{
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 10px;
		width:100%;
		background-color: white;
		border-radius: 0px;
		padding-top: 0px;  
		padding-right: 0px;  
		padding-bottom: 0px;  
		padding-left: 0px;
	}
	.sub_content 
	{
		padding-top: 20px;  
		padding-right: 20px;  
		padding-bottom: 20px;  
		padding-left: 20px;
	}
	/* Create two equal columns that floats next to each other */
    .column {
        float: left;
        width: 100%;
        padding-bottom: 45px;
        padding-left: 0%;
        height: 25%; /* Should be removed. Only for demonstration */
    }
	.right_bar 
	{
		display: none;
	}	
    	.copyright
	{
		margin-top: 20px;
		width: 84%;
		border-radius: 3px;
		opacity: 1;
		padding-top: 20px;  
		padding-right: 20px;  
		padding-bottom: 20px;  
		padding-left: 20px;
	}
	.logo
	{
		display:none;
	}
	.search_form
	{
		position: fixed;
		padding-left: 0px;
		padding-right: 0px;		
		top: 60px;
		height:30px;
		left:0px;
		width:100%;		
		display:none;
	}
	.keywords_textbox
	{
		padding-left: 5px;
		padding-right: 5px;
		top:60px;
		width:90%;
		height:30px;
		border:solid 0px grey;
		color:grey;
		display:none;
	}
	.search_btn
	{
		position: fixed;		
		top: 60px;
		left:90%;
		width:10%;
		height:30px;
		cursor: pointer;
		display:none;
	}
	.quick-navigation-bar
	{
		display:none;
	}
	.quick-navigation-bar-mobile
	{
		display:block;
		opacity: 1;
	}
	.menu_icon_0
	{	
		display:none;
	}	
	.menu_icon_1
	{	
		display:none;
	}
	.menu_list 
        {
        	position: fixed;
		z-index: 9;
		top: 65px;
		left: 100%;
		height: 100%;
		width: 100%;
		padding-top: 20px;  
		padding-right: 0px;  
		padding-bottom: 20px;  
		padding-left: 0px; 
		background-color: white;
		box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
	}
	.cat_list 
	{
    		-webkit-column-count: 2; /* Chrome, Safari, Opera */
    		-moz-column-count: 2; /* Firefox */
    		column-count: 2;
    		-webkit-column-gap: 10px; /* Chrome, Safari, Opera */
    		-moz-column-gap: 10px; /* Firefox */
    		column-gap: 10px;
   		-webkit-column-rule: 1px solid lightgrey; /* Chrome, Safari, Opera */
   		-moz-column-rule: 1px solid lightgrey; /* Firefox */
   		column-rule: 1px solid lightgrey;
	}
	.popup-box
	{
		position: fixed;
		z-index: 11;
		top: 0%;
		left: 0%;
		height: 100%;
		width: 100%;
	}
	.popup-desktop
	{
		display:none;
	}
	.popup-mobile
	{
		display:block;
	}
}