*{
    padding:0;
	margin:0;
}

.error{
color:red;
background:url(cross-on-white.gif) no-repeat;
padding-left:15px;
}
.success{
color:green;
background:url(tick-on-white.gif) no-repeat;
padding-left:20px;
}

body{
	background:#dddddd;
	
}

#main, .main {
    background: #fff;
    padding-top: 0px;
}

#blue_bg{
	background:url(images/background.png) repeat-x;
}
.attachment_img {
	overflow:hidden;
	text-align: center;
    margin-top: 5px;
    padding-top: 23px;
    padding-bottom: 11px;
}
#wrapper{
	max-width:1000px;
	margin:0 auto;	
}
#header_wrapper{
}

#header{	max-width:1000px;	margin:0 auto;}

#logo {
    padding-top: 27px;
    width: 35%;
    float: left;
}

#menu {
    height: 38px;
    background: -webkit-linear-gradient(#DA2D79,#aa054e);
    border-radius: 4px;
    margin-top: 30px;
    float: right;
    width: 64%;
}

#menu ul{
	padding:9px;
	margin:0;
}

#menu ul li{
	display:inline;
}

#menu ul li a:hover{
	color:#000;
}

#menu ul li a{	
	padding:0px 5px;
	color:white;
	text-decoration:none;
	font-family:Verdana;
	text-transform:uppercase;
	font-size:12px;
	border-right: 1px solid #f35399;
}

#page{
	margin-top:8px;
	background:#ffffff;
	border:1px solid #a1a1a1;
	outline:6px solid #c8c8c8;
	box-shadow:0 0 14px #222;
}

#sidebar_left{
	float:left;
	width:200px;
}

#sidebar_left .side_box_left{
	padding:5px;
	border-radius:4px;
	background:#f1f1f1;
}


#sidebar_left .side_boxleft_title {
    margin: 0px;
    margin-left: 0px;
    font-family: 'Ropa Sans', sans-serif;
    height: 26px;
    padding-top: 8px;
    padding-left: 10px;
    color: #676666;
}

#sidebar_left .side_boxleft_title h2{
	font-size:16px;
	font-weight:normal;
}

.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(images/resolutions.png) no-repeat left center;
	padding-left:26px;
}
*/
#sidebar_left ul{
	list-style:none;
	padding:11px;
}

#sidebar_left ul li{
	background:url(images/list.png) no-repeat left center;
	padding:2px 0 2px 22px;
	
}

#sidebar_left ul li a{
	color:black;
	font-family:calibri;
	font-size:15px;
	text-decoration:none;
	font-weight:lighter;
}

#sidebar_left ul li a:hover {
    color: #63627A;
}

/* start content */

#content{
	float:left;
	width:62%;
}

#content .title {
    margin: 0;
    font-family: 'Ropa Sans', sans-serif;
    font-size: 18px;
    height: 26px;
    padding-top: 8px;
    padding-left: 10px;
    color: #676666;
}

#content .title h2{
	font-size:16px;
	font-weight:normal;
}

.entry-title{
	font-size:14px;
	font-weight:normal;
}

#content .entry{
	background:#FFF;
	padding:4px;
	font-family:calibri;	
	border:1px solid #e2e2e2;
}

#content .entry a {
    text-decoration: none;
    color: #7B7B7B;
}

#content .entry a:hover {
    font-weight: normal;
    color: #2B2A2A;
}

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:35%;
}

#sidebar_right .side_box_right{
	margin:10px;
	padding:5px;
	border-radius: 4px;
	border: 1px solid #e2e2e2;
	display:none;
}

#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:#DA2D79;
	background:linear-gradient(#DA2D79,#aa054e);
	background:-moz-linear-gradient(#DA2D79,#aa054e);
	background:-o-linear-gradient(#DA2D79,#aa054e);
	background:-webkit-linear-gradient(#DA2D79,#aa054e);
}


#sidebar_right .side_boxright_title h2{
	font-size:14px;
	font-weight:normal;
	font-family:Verdana;
}

.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(images/category.png) no-repeat left center;
	padding-left:26px;
}
*/

#sidebar_right ul{
	list-style:none;
	padding:2px;
}

#sidebar_right ul li{
	background:url(images/list.png) no-repeat left center;
	padding:2px 0 2px 22px;
	
}

#sidebar_right ul li:hover{
	background:url(images/list_hover.png) no-repeat left center;
}	

#sidebar_right ul li a{
	display:block;
	color:#222;
	font-family:Verdana;
	font-size:14px;
	text-decoration:none;
	font-weight:lighter;
}

#sidebar_right ul li a:hover{
	color:#CF246F;
}

/* end right sidebar */

/* start Footer */

#footer {
    padding-top: 10px;
    padding-bottom: 11px;
    text-align: center;
    color: gray;
    font-family: Verdana,Geneva,sans-serif;
    margin-bottom: 0;
    font-size: 12px;
}


#footer a{
	padding:10px;
	text-decoration:none;
	font-family:Verdana;
	color:#000000;
	font-size:12px;
}



.breadcrumbs{		
	margin:4px;	
	padding:1px;
	font-size:12px;	
	font-family:arial;
	background:#e2e2e2;	
	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: 0px auto;
    padding: 0px 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:#DA2D79;
	background:linear-gradient(#DA2D79,#aa054e);
	background:-moz-linear-gradient(#DA2D79,#aa054e);
	background:-o-linear-gradient(#DA2D79,#aa054e);
	background:-webkit-linear-gradient(#DA2D79,#aa054e);
}
.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;	margin: 0 2px;
    padding: 4px 8px;
    text-decoration: none;
    border-radius:2px;
}

.sub-list-continer{
    float: left;
    width: 100%;
}


.avai-res {
    line-height: 25px;
    padding-left: 10px;
    background: #F1F1F1;
}

.res-fieldeset {
    border-radius: 1px;
    border: 01px solid #dddddd;
}

.res-fieldeset legend{ 
	font-weight:bold;
	color:#821B04;
	margin-left:11px;
}
.avai-res span {
    color: #636262;
    width: 67px !important;
    float: left;
    font-size: 13px;
    font-weight: bold;
}

.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 :1000px) { 
	
		padding-bottom:8px;
	}
	
	#header{
		width:100%;
		margin:o auto;
	}
	
	#logo img{
		max-width:100%;
	}
	
  
	#wrapper{
		width:96%;
	}
	#sidebar_left {
    		width: 33%;
	}
	#content {
    		width: 64%;
    		margin-left: 0.9%;
	}
    #content .entry{
		width:100%;
        box-sizing:border-box;
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
	}
	#sidebar_right{
		width:32%;
	}
	#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;
	}
}

@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:100%;
		margin:0 auto;
	}
	
	#wrapper{
		width:96%;
	}
	
	#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%;
		height:auto;
	}
	.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;
	}

}
@media only screen and (max-width :768px){
	
	#logo{
		float:none;
		width:100%;
		margin:0 auto;
		text-align:center;
	}
	
	#menu{
		float:none;
		width:98%;
		margin:0 auto;
		margin-top:10px;
		
	}
}

@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:96%;
	}
    .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;
	}
	#content .gallery .gallery-item{
		width:97%;
		height:auto;
		padding-bottom:8px;
	}
	#content .gallery .gallery-item img{
		width:93%;
		height:auto;
		padding-top:3%;
		padding-bottom:2%;
	}
	
    .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%;
        
    }
    
}
@media (min-width:100px) and (max-width:700px){
     #finesticker{
        display:none !important;
    }
    
}


@media (min-width:100px){
   
     
    .pagin a, .pagin .disable-link{
        margin:2px;
    }
    #footer{
		min-width:100%;
	}
    
}
.image-desc{
	margin:8px;
}

.image_desc{	margin:8px;}

.view_box_inner{
	background:#eafafe;
	margin: 6px;
	padding:2px;
	border-radius:2px;
}

#content .entry .attachment-img a{	background:url(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;
		display: none;
	}
	.search{
		width:98%;
		text-align:center;
		float:none;
		margin:0 auto;
	}
	
	#setxt{
		width:94%;
		margin:0 auto;
	}
	
	#header{
		width:100%;
	}
}

/* Responsive Menu */