@font-face{
	font-family:av;
	src:url(../fonts/avgardn.ttf);
}

@font-face{
	font-family:rock;
	src:url(https://www.hd-wallpapersdownload.com/fonts/Rock-Elegance.TTF);
}

@font-face{
	font-family:opens;
	src:url(../fonts/OpenSans-Regular.ttf);
}

@font-face{
	font-family:dopp;
	src:url(../fonts/DoppioOne-Regular.ttf);
}
@font-face{
	font-family:carnivalcorpse;
	src:url(../fonts/carnivalcorpse.ttf);
}
@font-face{
	font-family:KaushanScript;
	src:url(../fonts/KaushanScript-Regular.otf);
}

*{
    padding:0;
	margin:0;
}

.error{
color:red;
background:url(https://www.hd-wallpapersdownload.com/css/cross-on-white.gif) no-repeat;
padding-left:15px;
}
.success{
color:green;
background:url(https://www.hd-wallpapersdownload.com/css/tick-on-white.gif) no-repeat;
padding-left:20px;
}

body{
	margin: 0px;
    padding: 0px;
    background: url(../images/bg.png) repeat-x scroll #e453eb;
	/*background-image:url(https://www.hd-wallpapersdownload.com/images/main_bg.gif);*/
	/*background-color:#363636;*/
	/*background-color:#000;*/
	
	/* background:linear-gradient(#8C76B4,#4B3774);
	background:-moz-linear-gradient(#8C76B4,#4B3774);
	background:-o-linear-gradient(#8C76B4,#4B3774);
	background:-webkit-linear-gradient(#8C76B4,#4B3774);
	background-attachment:fixed;*/
}

h1 {
	color:#8F27B2;
    
	
}
#blue_bg{
	/*background:url(https://www.hd-wallpapersdownload.com/css/images/background.png) repeat-x;*/
}

#wrapper{
	max-width:1200px;
	margin:0 auto;	
}
#header_wrapper{
}

#header{
	max-width:1200px;
	margin:0 auto;
	padding:11px 0 5px;
	 width: 100%;
    
     background: url(../images/header-bg.png) repeat scroll; 
    
}

#logo{
	padding-top:8px;
	width:100%;
}

#menu{
	height:38px;
	background: url(../images/menu-bg.png);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 0 5px rgba(0, 0, 0, 0.1) inset;
    border-right: 1px solid rgba(0,0,0,0.2);
	
	margin:0 auto;
	margin:10px;
	// border-bottom:4px solid rgba(0,0,0,0.4);
	// border-top:4px solid rgba(0,0,0,0.1);
	border-radius:2px;
}

    
    
	
#menu ul{
	padding-top:10px;
	padding-left:10px;
	margin:0;
	
}

#menu ul li{
	display:inline;
}

#menu ul li a:hover{
	color:#000;
}

#menu ul li a{	
	padding:0 10px;
	
	text-decoration:none;
	font-family:cursive;
	font-weight:bold;
	
	font-size:14px;
	border-right: 1px solid #4fb1cc;
	color:#686868;
}

#page{
	
/*	background:#F7E1E1;*/
	background:#fff;
	
	padding-top:1px;
	/*outline:8px solid  rgba(255,255,255,0.2);*/
	box-shadow:0 0 1em #666 inset, 0 0 1em #333;
	
}

#sidebar_left{
	float:left;
	width:259px;
}

#sidebar_left .side_box_left{
	margin:10px;
	padding:5px;
	border-radius:4px;	
	border:1px solid #686868;
}


#sidebar_left .side_boxleft_title{
	margin:10px;
	padding:8px 10px;
	color:#FFF;
	background:#3496b0;
	background:linear-gradient(#004444, #447d44);
	background:-webkit-linear-gradient(#004444, #447d44);
	background:-moz-linear-gradient(#004444, #447d44);
	background:-o-linear-gradient(#004444, #447d44);
	border-radius:4px;
	text-transform:uppercase;
}
.side_boxright_title {
    background: rgba(0, 0, 0, 0) linear-gradient(#363636, #6d6d6d) repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
    font-family: cursive;
    font-size: 10px;
    margin: 10px;
    padding: 8px 10px;
    
}
#sidebar_left .side_boxleft_title h2{
	font-size:14px;
	font-weight:normal;
	font-family:dopp;
}

.side_boxleft_title_widgets{
	margin:10px;
	padding:5px 5px;
	font-family:Verdana;
	color:#821B04;
	font-size:11px;
	border-radius:8px;
}

/*
#sidebar_left .title{
	font-family:arial;
	color:#821B04;
	font-variant:small-caps;
	font-size:22px;
	background:url(https://www.hd-wallpapersdownload.com/css/images/resolutions.png) no-repeat left center;
	padding-left:26px;
}
*/
#sidebar_left ul{
	list-style:none;
	padding:3px;
}

#sidebar_left ul li{
	background:url(https://www.hd-wallpapersdownload.com/images/list.png) no-repeat left center;
	padding:2px 0 2px 18px;
}

#sidebar_left ul li a{
	color:#686868;
	font-family:calibri;
	font-size:15px;
	text-decoration:none;
	font-weight:bold;
}

#sidebar_left ul li a:hover{
	color:#C53773;
	font-weight:bold;
}

/* start content */

#content{
	float:left;
	width:924px;
	/*width:66%;*/
}

#content .title{
	margin:10px 0;
	padding:8px 10px;
	font-family:"Domine",Georgia,"Bitstream Charter",serif;
	color:#333;
	border-radius:4px;
	/*text-transform:uppercase;*/
	/*background:#3496b0;
	background:linear-gradient(#004444, #447d44);
	background:-webkit-linear-gradient(#004444, #447d44);
	background:-moz-linear-gradient(#004444, #447d44);
	background:-o-linear-gradient(#004444, #447d44);*/
}

#content .title h2, h1.page-title{
	font-size:18px;
	font-weight:normal;
}

.entry-title{
	font-size:14px;
	font-weight:normal;
}

#content .entry{
	/* background:#FFF;*/ 
	border-radius:8px;
	font-family:calibri;
	margin: 19px;
}

#content .entry a{
	text-decoration:none;
	color:#686868;
}

#content .entry a:hover{
	font-weight:bold;
}

div.type-post {
	float:left;width: 100%;
}

.sub-list-continer ul{
	list-style:none;
	
}
.sub-list-continer li{
	float: left;
    padding:6px 10px;
    width: 42%;
	margin:5px;
	border-radius:4px;
	background:#e2e2e2;
}

 .type-post a{
	text-decoration:none;
	color:#000;
 }
 .type-post a:hover{
	color:#821B04;
	font-weight:bold;
 }

#content .entry .imgbox{
	margin:0 auto;
	width:578px;
}

#content .entry .image_box{
	float:left;
	width:272px;
	margin:6px;
	box-shadow:0px 0px 10px gray;
	border-radius:8px;
}

#content .entry .image_box:hover{
	box-shadow:0px 0px 10px black;
}

#content .entry .image_box img{
	background:white;
	padding:5px;
	width:262px;
	border-radius:5px;
}

/* End Content */

/* right sidebar */

#sidebar_right{
	float:right;
	width:200px;
}

#sidebar_right .side_box_right{
	margin:10px;
	padding:5px;
	border-radius: 4px;
	border: 1px solid #E58BB1;
}

#sidebar_right .side_boxright_title{
	margin:10px;
	padding:8px 10px;
	font-family:calibri;
	color:#FFF;
	font-size:12px;
	border-radius:4px;
	text-transform:uppercase;
	background:#3496b0;
	background:linear-gradient(#363636, #6d6d6d);
	background:-webkit-linear-gradient(#363636, #6d6d6d);
	background:-moz-linear-gradient(#363636, #6d6d6d);
	background:-o-linear-gradient(#363636, #6d6d6d);
}


#sidebar_right .side_boxright_title h2{
	font-size:14px;
	font-weight:normal;
	font-family:dopp;
}

.side_boxright_title_widget{
	margin:10px;
	padding:5px 5px;
	font-family:Verdana;
	color:#821B04;
	font-size:11px;
	border-radius:8px;
	box-shadow:0px 0px 5px black;
}

/*
#sidebar_right .title{
	font-family:arial;
	color:#821B04;
	font-variant:small-caps;
	font-size:22px;
	background:url(https://www.hd-wallpapersdownload.com/css/images/category.png) no-repeat left center;
	padding-left:26px;
}
*/

#sidebar_right ul{
	list-style:none;
	padding:2px;
}

#sidebar_right ul li{
	background:url(https://www.hd-wallpapersdownload.com/images/list.png) no-repeat left center;
	padding:2px 0 2px 22px;
	
}

#sidebar_right ul li:hover{
	background:url(https://www.hd-wallpapersdownload.com/images/list_hover.png) no-repeat left center;
}	

#sidebar_right ul li a{
	display:block;
	color:#222;
	font-family:opens;
	font-size:14px;
	text-decoration:none;
	font-weight:lighter;
}

#sidebar_right ul li a:hover{
	color:#CF246F;
	
	
}

/* end right sidebar */

/* start Footer */

#footer{
	margin-top:0px;
	margin-bottom:0px;
	text-align:center;
	color:gray;
	min-width:960px;
	font-family:Verdana,Geneva,sans-serif;
	
	
}

#footer p{
	max-width: 1200px;
margin: 0 auto;
padding: 11px 0 5px;
width: 100%;
background-color:#8f27b2;

}

#footer a{
	padding:10px;
	text-decoration:none;
	font-family:opens;
	color:#ffffff;
	font-size:12px;
}

#footer a:hover{
	color:#821B04;
	text-decoration:none;
}

.breadcrumbs{		
  margin:4px;	padding:4px;
	font-size:12px;	
	font-family:arial;
	border:1px solid #686868;
	color:#e58bb1;
		border-radius:2px;}

.breadcrumbs a{ 
text-decoration:none;
color:#C91137;
font-weight:bold;
}

.breadcrumbs a:hover{ 
	color:#AB0013;
}

/* End Footer */

.pagin {
    clear: both;
    color: #313031;
    display: block;
    margin: 10px auto;
    padding: 12px 12px 8px 0;
    text-align: center;
    width: 100%;
}

.pagin a{	border-radius:2px;
    color:#FFF !important;
    margin: 0 3px;
    padding: 4px 8px;
    text-decoration: none;
    display:inline-block;
	background:#8f27b2;
	background:linear-gradient(#8f27b2,#8f27b2);
	background:-moz-linear-gradient(#8f27b2,#8f27b2);
	background:-o-linear-gradient(#8f27b2,#8f27b2);
	background:-webkit-linear-gradient(#8f27b2,#8f27b2);
}
.pagin a:hover{
	color:black !important;
	font-weight:normal !important; 
}

.pagin .disable-link{	background:#a1a1a1;	background:linear-gradient(#c8c8c8,#a1a1a1);	background:-moz-linear-gradient(#c8c8c8,#a1a1a1);	background:-o-linear-gradient(#c8c8c8,#a1a1a1);	background:-webkit-linear-gradient(#c8c8c8,#a1a1a1);
	border-radius:2px;
    color: #FFF;
    margin: 0 3px;
    padding: 4px 8px;
    text-decoration: none;
}

.pagin .current{	background:#a1a1a1;	background:linear-gradient(#c8c8c8,#a1a1a1);	background:-moz-linear-gradient(#c8c8c8,#a1a1a1);	background:-o-linear-gradient(#c8c8c8,#a1a1a1);	background:-webkit-linear-gradient(#c8c8c8,#a1a1a1);
	color:#000;	
    padding: 4px 8px;
    text-decoration: none;
    border-radius:2px;
}

.sub-list-continer{
    float: left;
    width: 100%;
}


.avai-res{
	margin-top:6px;
	line-height:25px;
	padding-left:10px;
}

.res-fieldeset{
	border-radius:4px;
}

.res-fieldeset legend{ 
	font-weight:bold;
	color:#821B04;
	margin-left:11px;
}
.avai-res span{
	font-weight:bold;
	color:#821B04;
	width:61px !important;
	float:left;
 }

.avai-res a{ 
	text-decoration:none;
	color:#821B04;
	font-size:15px;
}

.rsgallery a img {
    border: 1px solid gray;
    height: 114px !important;
    padding: 3px;
    width: 163px !important;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;}
	
    .rightsideads{
    width:170px;
    margin:0 auto;
    }
.header-ads{
    width:77%;
    text-align:center;
    margin:0 auto;
float:left;
}

.header-ads-right{
    width:20%;
    text-align:center;
    margin:0 auto;
float:right
}

.header-ads-right img {
width: auto;
height: auto;
}
.catsee{
    display:none;
}

.expandcat{
        cursor:pointer;
        
}
.ads-detial{ 
    width:301px;
    float:right;
    text-align:center;
}
.middleads{
    text-align:center;
    width:60%;
    margin:0 auto;
}

@media only screen and (min-width :780px) and (max-width :1200px) { 
	
	#content .gallery .gallery-item{
		padding-bottom:8px;
	}
	
	#header{
		width:97%;
		margin:o auto;
	}
	
	#logo img{
		max-width:100%;
	}
	
    #sitedescription{
        display:none;
    }
	#wrapper{
		width:100%;
	}
	#sidebar_left{
		width:20%;
	}
	#content{
		width:60%;
	}
    #content .entry{
		width:96%;
	}
	#sidebar_right{
		width:20%;
	}
	#sidebar_right .side_boxright_title h2{
			text-transform:capitalize;
	}
	#content .gallery .gallery-item{
		width:47%;
		height:auto;
	}
	#content .gallery .gallery-item img{
		width:97%;
		height:auto;
	}
    .rightsideads{
        width:97%;
    }
	#footer{
	min-width:100%;
	}
    .ads-detial{
        width:80%;
    }
    
	#setxt{
		width:130px;
	}
		#related-wallpapers-category{
	font-size: 19px;
	text-transform: uppercase;
	margin-left: 8px;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 3px;
	margin-top:16px;
	margin-bottom:6px;
	color:#222;
	width:97%;
	
}
#related-wallpapers-category-content{
	font-family: calibri;
	text-align:justify;	
	margin-left: 8px;	
	padding-bottom: 3px;
	color:#222;
	width:96%;
	float:left;
}
}

@media only screen and (min-width :481px) and (max-width :779px) { 
    #Allcatlist{
        display:block;
    }
	
	#sidebar_right ul li{
		width:44%;
		float:left;
	}
	
    .catsee{
        display:inline;
    }
	
	#logo img{
		max-width:100%;
	}
	
	#header{
		width:97%;
		margin:0 auto;
	}
	
	#wrapper{
		width:100%;
	}
	
	#sidebar_left{
		width:100%;
	}
	#sidebar_left ul{
		padding:0px;
	}
	#sidebar_left ul li{
		width:40%;
		display:inline-block;
		/*float:left;*/
		border:1px solid #000;
		margin-bottom:1px;
		border-radius:4px;
		padding:2px 0px 2px 17px;
	}
	#content{
		width:96%;
		margin:0 2%;
	}
	#content .entry{
		width: 98%;
		margin: 0 auto;
		text-align: center;
		padding-top: 3%;
	}
	
	#content .gallery .gallery-item{
		width:46%;
		height:auto;
		padding-bottom:8px;
	}
	
	#content .gallery .gallery-item img{
		width:97%;
		
	}
	.sub-list-continer li{
		width:36%;
		display:inline-block;
	}
	#sidebar_right{
	width:100%;
	}
    .rightsideads{
        width:97%;
    }
    #content .entry .attachment-img {
        width:100%;
        text-align:center;
        float:none;
        
    }
    #nav-below{
        width:97%;
    }
    .ads-detial{
        width:120%;
        float:none;
    }
    .middleads{
        width:100%;
        
    }
	
	#menu ul li a{
		font-size:12px;
	}
	
	#setxt{
		width:120px;
	}
	#related-wallpapers-category{
	font-size: 19px;
	text-transform: uppercase;
	margin-left: 8px;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 3px;
	margin-top:16px;
	margin-bottom:6px;
	color:#222;
	width:97%;
	
}
#related-wallpapers-category-content{
	font-family: calibri;
	text-align:justify;	
	margin-left: 8px;	
	padding-bottom: 3px;
	color:#222;
	width:96%;
	float:left;
}
}
@media only screen and (max-width :768px){
	
	#logo{
		float:none;
		width:100%;
		margin:0 auto;
		text-align:center;
	}
	
	#menu{
		float:none;
		
		/*margin:0 auto;
		width:98%;
		margin-top:10px;*/
		
	}	
#related-wallpapers-category{
	font-size: 19px;
	text-transform: uppercase;
	margin-left: 8px;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 3px;
	margin-top:16px;
	margin-bottom:6px;
	color:#222;
	width:97%;
	
}
#related-wallpapers-category-content{
	font-family: calibri;
	text-align:justify;	
	margin-left: 8px;	
	padding-bottom: 3px;
	color:#222;
	width:96%;
	float:left;
}
}

@media only screen and (min-width :100px) and (max-width :480px)
{
	
	.header-ads{
		float:none;
		width:100%;
	}
	
	.header-ads-right{
		margin-top:10px;
		float:none;
		width:100%;
	}
	
    #Allcatlist{
        display:none;
    }
    .catsee{
        display:inline;
        
    }
   
    #wrapper{
		width:100%;
	}
    .menu{
          float:none;
          text-align:center;
    }
	
    #menu{
          background:none;
    }
    #menu ul li{
        list-style-type:none;
        background:#318901;
        display:block;
    }
    
	#menu .page-item-298, #menu  .page-item-281{
        display:none;
    }
 
	#sidebar_left{
		width:100%;
	}
	
	#sidebar_left ul{
		padding:0px;
	}
	
	#sidebar_left ul li{
		width:90%;
	}
        #content{
		width:96%;
		margin:0 2%;
	}
	#content .entry{
		width: 96%;
		margin: 0 auto;
		text-align: center;
	}
	#content .gallery .gallery-item{
		width:97%;
		height:auto;
		padding-bottom:8px;
	}
	#content .gallery .gallery-item img{
		width:100%;
		height:auto;
		padding-top:3%;
		padding-bottom:2%;
	}
	
    .sub-list-continer li{
    	width:36%;
		display:inline-block;
	}
	#sidebar_right{
	width:100%;
	}
    .rightsideads{
        width:97%;
    }
    #sidebar_left ul li{
             
    }
	
    #content .entry .attachment-img {
        width:100%;
        text-align:center;
        float:none;
        
    }
    #nav-below{
        width:97%;
    }
    .ads-detial{
        width:120%;
        float:none;
    }
    .middleads{
        width:100%;
        
    }
    .side_boxright_title {
   
    font-size: 14px;
    
}
}
@media (min-width:100px) and (max-width:700px){
     #finesticker{
        display:none !important;
    }
	
#related-wallpapers-category{
	font-size: 19px;
	text-transform: uppercase;
	margin-left: 8px;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 3px;
	margin-top:16px;
	margin-bottom:6px;
	color:#222;
	width:97%;
	
}
#related-wallpapers-category-content{
	font-family: calibri;
	text-align:justify;	
	margin-left: 8px;	
	padding-bottom: 3px;
	color:#222;
	width:96%;
	float:left;
}
.side_boxright_title {
   
    font-size: 14px;
    
} 
#sidebar_left ul li a{
	color:#333;
	
	font-weight:500;
}
 
}


@media (min-width:100px){
   
      #sitedescription{
        display:none;
    }
    .pagin a, .pagin .disable-link{
        margin:2px;
    }
    #footer{
		min-width:100%;
	}

    
}
.image-desc{
	margin:8px;
}

.image_desc{	margin:8px;}

.view_box_inner{
	/* background:#eafafe; */
	border: 0px solid #72123a;
	margin: 6px;
	padding:2px;
	border-radius:2px;
	box-shadow: 0px 0px 5px 0px #888888;
	color: #686868;
}

#content .entry .attachment-img a{	background:url(https://www.hd-wallpapersdownload.com/css/images/img-shadow.png) no-repeat bottom center;	padding-bottom:10px;}

#content .gallery .gallery-item img:hover{
	opacity:0.5;
}


/* Responsive Menu */

.slicknav_menu {
	display:none;
}

@media screen and (max-width:568px) {
	.menu {
		display:none;
	}
	
	.slicknav_menu {
		display:block;
	}	
	
	#menu{
		background:none;
	}
	.search{
		width:98%;
		text-align:center;
		float:none;
		margin:0 auto;
	}
	
	#setxt{
		width:74%;
		margin:0 auto;
	}
	
	#header{
		width:100%;
	}
.side_boxright_title {
   
    font-size: 14px;
    
}
#sidebar_left ul li a{
	
	color: #686868;
	font-weight:500;
}
}

/* Responsive Menu */