

*{
    padding:0;
	margin:0;
}
body{
	font-family: 'Ubuntu', sans-serif;
}
#main, .main {
    margin-top: 20px;
}
.menu{
	float:left;
}
.search{
    float:right;
	padding:7px;
}
.side_box_left {
	text-align: center;
}

.side_box_left .side_boxleft_title_widgets{
	display:none;
}
.cat-item .children{
	display:none;
}
.cat-item-1{
	display:none;
}

#sitedescription div {
    background-color: #F7F8F8;
    border: 1px solid #D7D7D7;
    padding: 10px;
    text-align: center;
    width: 47%;
  	margin-top:12px;
    font-size: 12px;
	color:gray;
	height:45px;
	float:left;
}
#image_tag a{	
	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);
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF !important;
    padding: 3px 5px;
    text-decoration: none;
    text-transform:capitalize;
}
#image_tag a:hover{
	color:#000 !important;
	font-weight:normal !important;
}

#img-back {
 	background: url("/web/20220618002240im_/https://gifdownload.net/wp-content/themes/gifdownload/images/back.png") no-repeat scroll 0 0 !important;
 	height:24px;
}
.down-wall {
	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);
 	color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    height: 20px;
    padding: 2px 15px;
    border-radius:4px;
 	width: 82%;margin: 0 auto;text-align:center;
}
.down-wall a{
	display:block;
}
#img-next{
	background: url("/web/20220618002240im_/https://gifdownload.net/wp-content/themes/gifdownload/images/next.png") no-repeat scroll 0 0 !important;
	height:24px; 	
}

.navigation a img {
	background: none !important;
	padding: 0px !important;
	width: 70% !important;
	height: 120px !important;
}
.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */
.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */
.attachment-img .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment-img img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
#content .entry .gallery {
	margin:0 auto;
	text-align: center;
}
#content .gallery .gallery-item {
	display:inline-block;
	overflow: hidden;
}
#content .gallery .gallery-item  img{
	padding-top:6px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	max-width: 100%;
    height: 120px;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}

.gallery br+br {
	display: none;
}
#content .entry .attachment-img{
	width:100%;
	float:none;
    margin-top:18px;    margin-left:8px;text-align:center;
}
#content .attachment-img img {/* single attachment images should be centered */
	background:#f1f1f1;
	padding:6px;
	width:250px;
	border:1px solid #c8c88c;
}

/* =Navigation
-------------------------------------------------------------- */
.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%
}
.nav-next {
	float: right;
	width: 50%
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: 0 auto;
	padding:7px 7px 0;
	text-align: center;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
    clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	margin-bottom: 20px;
}
#colophon {
	border-top: 4px solid #000;
	margin-top: -4px;
	overflow: hidden;
	padding: 18px 0;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: none center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		
		background: #dddddd;
	}
	.home .sticky {
		border: none;
	}
}

.cross{
	border-right:1px solid gray;
	width:5px;
	height:185px;
	position:relative;
	float:left;
	margin-right:9px;
}
#finesticker {
    background: none repeat scroll 0 0 #F3F3F3;
    border-radius: 9px 9px 9px 9px;
    border: 1px solid #D7D7D7;
    bottom: 13px;
    display: none;
    padding: 12px 14px;
    position: fixed;
    right: 2px;
    width: 300px;
    z-index: 3;
}

#setxt{
    border: 1px solid #E5E5EA;
    border-radius: 16px 16px 16px 16px;
    box-shadow: 1px 1px 2px rgba(200, 200, 200, 0.2) inset;
    height: 26px;
    margin-top:-2px;
    padding-left: 6px;
    width: 178px;
    background:#FBFBFB;	outline:0;
}

#setxt:hover{
    border:1px solid black;
}

#setxt:focus{
    border:1px solid black;
}

#sebtn{	display:none;
    background: none repeat scroll 0 0 #459F01;
    border: 1px solid #379000;
    border-radius: 21px 21px 21px 21px;
    box-shadow: 0 0 10px white inset;
    color: white;
    font-weight: bold;
    height: 29px;
    padding: 2px;
    width: 60px;	
}

.tagcloud a{
	text-decoration:none;
	color:#3496b0;
}
#content .entry .gallery-item a{
	padding-bottom: 4px;
}

#related-wallpapers{
	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;
}

#related-wallpapers span{	
	font-weight:bold;
	color:#8C76B4;
}

.error{
	color:red;
	background:none no-repeat;
	padding-left:15px;
}
.success{
	color:green;
	background:none no-repeat;
	padding-left:20px;
}

.attachment_img {
	overflow:hidden;
	text-align: center;
}
#wrapper{
	max-width:1000px;
	margin:0 auto;	
}

#header{	max-width:1000px;	margin:0 auto;}

#logo {
    padding-top: 27px;
    width: 35%;
    float: left;
}

#menu {
    height: 40px;
    border-radius: 4px;
    margin-top: 30px;
    float: right;
	width: 64%;
	margin-bottom: 20px;
	border: 1px solid #aab8c25e !important;
    border-radius: 10px !important;
}

#menu ul{
	padding:7px;
	margin:0;
}

#menu ul li{
	display:inline;
}

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

#menu ul li a{	
	padding:0px 8px;
	color: #676666;
	border-right: 1px solid #676666;
	text-decoration:none;
	font-size:14px;
    text-transform: uppercase;
}

#page{
	margin-top:8px;
	border:1px solid #a1a1a1;
	outline:6px solid #c8c8c8;
	box-shadow:0 0 14px #222;
}

#sidebar_right {
	width: 33%;
	float: left;
    border: 1px solid #aab8c25e !important;
    border-radius: 10px !important;
    margin-left: 10px;
}
#sidebar_right .side_boxleft_title {
    margin: 0px;
    margin-left: 0px;
    height: 26px;
    padding-left: 10px;
    color: #676666;
}
#sidebar_right .side_boxleft_title h2{
	font-size: 19px;
	font-weight: normal;
}
.side_boxleft_title_widgets{
	margin:10px;
	padding:5px 5px;
	color:#821B04;
	font-size:11px;
	border-radius:8px;
}
#sidebar_right ul{
	list-style:none;
	padding:11px;
}
#sidebar_right ul li{
	text-transform: capitalize;
	border-radius: 10px !important;
    border: 1px solid #aab8c2 !important;
    padding: 8px;
    margin-bottom: 5px;
}
#sidebar_right ul li a{
	color:black;
	font-size:15px;
	text-decoration:none;
	font-weight: 400;
    font-size: 14px;
}
#sidebar_right ul li a:hover {
    color: #63627A;
}

/* start content */
#content {
	width: 64%;
	margin-left: 0.9%;
	float:left;
}
#container .title {
    margin: 0;
    padding-top: 8px;
    padding-left: 10px;
	color: #676666;
}
.entry-title {
	font-size: 18px;
    margin-bottom: 10px;
    font-weight: 400;
	text-transform: uppercase;
}
#content .entry {
    border: 1px solid #aab8c25e !important;
	border-radius: 10px !important;
}

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

#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 */

/* start Footer */
#footer {
    padding-top: 10px;
    padding-bottom: 11px;
    text-align: center;
    color: gray;
    margin-bottom: 0;
    font-size: 12px;
}
#footer a{
	padding:10px;
	text-decoration:none;
	color:#000000;
	font-size:12px;
}
.breadcrumbs{		
	margin:4px;	
	padding:1px;
	font-size:12px;	
	background:#e2e2e2;	
	border-radius:2px;
}

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

.breadcrumbs a:hover{ 
	color:#AB0013;
}
/* End Footer */

.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;
}

.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:none no-repeat bottom center;	padding-bottom:10px;}

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


/** Edited **/
#google_header_ads {
	overflow: hidden;
	padding: 10px;
	border: 1px solid #aab8c25e !important;
	border-radius: 10px !important;
	margin-bottom: 20px;
}

#wrapper {
    max-width: 920px !important;
}
.wp_skyscraper_c2 {
    margin: 10px !important;
}
#s {
	width: 100%;
    padding: 8px;
    margin: 8px 0;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 10px !important;
    border: 1px solid #aab8c25e !important;
    padding-right: 20px !important;
    background: none no-repeat scroll 10px 9px;
    padding-left: 30px;
    background-size: 18px 18px;
    padding-left: 40px;
	font-family: 'Ubuntu', sans-serif;
}
#searchsubmit {
	display: none;
}

/** Heart Count **/
.heart-this-wrap {
	display: inline !important;
    text-align: left !important;
}
.heart-this {
	border-radius: 10px !important;
    border: 1px solid #aab8c25e !important;
    padding-right: 20px !important;
}

.download-this {
    border-radius: 10px !important;
    border: 1px solid #aab8c25e !important;
    padding: 8px 7px 12px 10px;
	text-decoration: none;
}
.nav-this {
    border-radius: 10px !important;
    border: 1px solid #aab8c25e !important;
    padding: 10px;
	text-decoration: none;
}
.jssocials-share-link {
	border-radius: 10px !important;
    border: 1px solid #aab8c25e !important;
    padding: 8px;
}
.jssocials-share {
    vertical-align: initial !important;
}

.fa-2x {
    font-size: 1.4em !important;
}
.snippet-title, .snippet-label, .snippet-data {
	padding: 0px !important;
}
.snippet-label {
    text-align: left !important;
}
.snippet-markup {
    padding: 10px;
}
#snippet-box {
    margin-top: 30px !important;
}

.new-nav {
	margin-top: 20px;
}
.prev-nav a img {
	width: 25%;
    height: 90px;
    float: left;
}
.prev-nav a.nav-this {
    float: left;
    font-size: 10px;
	margin-left: 10px;
    margin-top: 25px;
}
.next-nav a img {
	width: 25%;
    height: 90px;
    float: right;
}
.next-nav a.nav-this {
    float: right;
	font-size: 10px;
	margin-right: 10px;
    margin-top: 25px;
}
	
div.scrollmenu {
	background-color: #333;
	overflow: auto;
	white-space: nowrap;
	margin-bottom: 20px;
}
div.scrollmenu li {
	display: inline-block;
	padding-top: 12px;
	padding-right: 0px;
	padding-left: 0px;
}
div.scrollmenu a {
	color: white;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	line-height: 20px;
	border-right: 1px solid #ffffff;
	padding: 0px 8px;
}
div.scrollmenu a:hover {
	background-color: #777;
}
@media only screen and (max-width:767px){
	.sticky {
		position: fixed;
		top: 0;
		width: 100%
	}
	div#fixed-topmenu.sticky {
		z-index: 99999;
		top: 50px;
		max-width: 100%;
	}
}


/* end css */
/* start css: */
nav#nav-xbootstrap {
	display:none;
}

.nav-xbootstrap {
	display: block;
	margin-bottom: 15px 0;
	background: #03A9F4;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
	-ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
	-o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
	border-radius: 3px;
}
.iconsize {
    font-size: 12px;
    top: 2px;
    left: 3px;
}

.nav-xbootstrap ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
}

.nav-xbootstrap li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	position: relative;
	font-size: 14;
	color: #def1f0;
}

.nav-xbootstrap li a {
	padding: 15px 20px;
	font-size: 14;
	color: #def1f0;
	display: inline-block;
	outline: 0;
	font-weight: 400;
	text-decoration: none;
}

.nav-xbootstrap li:hover ul.dropdown {
    display: block;
}

.nav-xbootstrap li ul.dropdown {
	position: absolute;
	display: none;
	width: 200px;
	background: #2980B9;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
	-ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
	-o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
	padding-top: 0;
}

.nav-xbootstrap li ul.dropdown li {
	display: block;
	list-style-type: none;
}

.nav-xbootstrap li ul.dropdown li a {
	padding: 15px 20px;
	font-size: 15px;
	color: #fff;
	display: block;
	font-weight: 400;
}

.nav-xbootstrap li ul.dropdown li:last-child a { border-bottom: none; }

.nav-xbootstrap li:hover a {
	background: #2980B9;
	color: #fff !important;
}

.nav-xbootstrap li:first-child:hover a { border-radius: 3px 0 0 3px; }

.nav-xbootstrap li ul.dropdown li:hover a { background: rgba(0,0,0, .1); }

.nav-xbootstrap li ul.dropdown li:first-child:hover a { border-radius: 0; }

.nav-xbootstrap li:hover .arrow-down { border-top: 5px solid #fff; }

.arrow-down {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #def1f0;
	position: relative;
	top: 15px;
	right: -5px;
	content: '';
}
.title-mobile {
	display: none;
}

@media only screen and (max-width:900px) {
	.nav-xbootstrap {
		background: #fff;
		width: 200px;
		height: 100%;
		display: block;
		position: fixed;
		left: -200px;
		top: 0px;
		-webkit-transition: left 0.25s ease;
		-moz-transition: left 0.25s ease;
		-ms-transition: left 0.25s ease;
		-o-transition: left 0.25s ease;
		transition: left 0.25s ease;
		margin: 0;
		border: 0;
		border-radius: 0;
		overflow-y: auto;
		overflow-x: hidden;
		height: 100%;
	}
	.title-mobile {
		position: fixed;
		display: block;
		top: 10px;
		font-size: 20px;
		left: 100px;
		text-align: center;
		color: #FFF;
	}
	.nav-xbootstrap.visible {
		left: 0px;
		-webkit-transition: left 0.25s ease;
		-moz-transition: left 0.25s ease;
		-ms-transition: left 0.25s ease;
		-o-transition: left 0.25s ease;
		transition: left 0.25s ease;
	}

	.nav-bg-xbootstrap {
		display: inline-block;
		vertical-align: middle;
		width: 100%;
		height: 50px;
		margin: 0;
		position: absolute;
		top: 0px;
		left: 0px;
		background: #333;
		padding: 12px 0 0 10px;
		-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
		-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
		-ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
		-o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
		box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
	}

	.navbar-xbootstrap {
		display: inline-block;
		vertical-align: middle;
		height: 50px;
		cursor: pointer;
		margin: 0;
		position: absolute;
		top: 0;
		left: 0;
		padding: 12px;
	}

	.navbar-xbootstrap span {
		height: 2px;
		background: #fff;
		margin: 5px;
		display: block;
		width: 20px;
	}

	.navbar-xbootstrap span:nth-child(2) { width: 20px; }

	.navbar-xbootstrap span:nth-child(3) { width: 20px; }

	.nav-xbootstrap ul { padding-top: 50px; }

	.nav-xbootstrap li { display: block; }

	.nav-xbootstrap li a {
		display: block;
		color: #505050;
		font-weight: 600;
	}

	.nav-xbootstrap li:first-child:hover a { border-radius: 0; }

	.nav-xbootstrap li ul.dropdown { position: relative; }

	.nav-xbootstrap li ul.dropdown li a {
		background: #2980B9 !important;
		border-bottom: none;
		color: #fff !important;
	}

	.nav-xbootstrap li:hover a {
		background: #03A9F4;
		color: #fff !important;
	}

	.nav-xbootstrap li ul.dropdown li:hover a {
		background: rgba(0,0,0,.1) !important;
		color: #fff !important;
	}

	.nav-xbootstrap li ul.dropdown li a { padding: 10px 10px 10px 30px; }

	.nav-xbootstrap li:hover .arrow-down { border-top: 5px solid #fff; }

	.arrow-down {
		border-top: 5px solid #505050;
		position: absolute;
		top: 20px;
		right: 10px;
	}

	.cover-bg {
		background: rgba(0,0,0,0.5);
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
}
@media only screen and (max-width:1199px) {
	.container { width: 96%; }
	.fixed-top {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
	}
}


.nav-xbootstrap.visible {
	z-index: 9;
}
.nav-bg-xbootstrap{
	z-index: 99;
	position: fixed;
}


#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);

    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;

    -webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);

    opacity: 0;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 40px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}
#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
}
#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
	background-color: #428bca;
	border-color: #357ebd;
	opacity: 1;
	padding: 10px 17px;
	font-size: 27px;
}
a#mobile-menu-search {
	float: right;
	padding-right: 40px;
	color: #fff;font-size: 20px;
}



/* end css */
/* start css: */
@media only screen and (min-width :780px) and (max-width :1000px) { 
	#header{
		width:100%;
		margin:o auto;
	}
	#logo img{
		max-width:100%;
	}
	#wrapper{
		width:100%;
	}
    #content .entry{
        box-sizing:border-box;
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
	}
	#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 (max-width:980px){
    .gallery-icon{		
        max-width:269px;	
    }		
    .gallery-item{		
        max-width:288px;		
        float:none !important;			
    }		
    .title h2{		
        text-align:center;		
        padding-left:0;	
    }		
    .attachment{		
        float:none !important;		
        margin:0 auto !important;	
    }				
    .rel-wal .gallery-item{		
        width:46% !important;		
        float:left !important;		
        height:auto !important;	
    }
}

@media only screen and (max-width:767px){	
	nav#nav-xbootstrap {
		display: block !important;
	}
	#logo{
		float:none;
		width:100%;
		margin:0 auto;
		text-align:center;
		margin-top: 30px;
		margin-bottom: 20px;
	}
	
	#menu{
		float:none;
		width:98%;
		margin:0 auto;
		margin-top:10px;	
		display:none;	
    }			

    #content, #sidebar_right {		
        float:none !important;		
        width: 100%;				
        box-sizing:border-box;
        margin: auto !important;	
    }
	#sidebar_right {
		margin-top: 10px !important;
	}
	
    .gallery{		
         text-align:center;	
    }		
    .gallery-item{		
        width:44% !important;		
        display:inline-block;			
        height:auto !important;	
    }		
    #content .gallery .gallery-item img {		
     height:auto;	
    }			
    .title{		
        height:auto;		
    }
}

@media (min-width:100px) and (max-width:700px){
     #finesticker{
        display:none !important;
    }   
}

@media only screen and (min-width :481px) and (max-width :779px) { 
    #Allcatlist{
        display:block;
    }
    .catsee{
        display:inline;
    }
	
	#logo img{
		max-width:100%;
	}
	
	#header{
		width:100%;
		margin:0 auto;
	}
	
	#wrapper{
		width:100%;
	}
	
	#sidebar_right ul{
		padding:0px;
	}
	#sidebar_right 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 .entry{
		margin: 0 auto;
		text-align: center;
		padding-top: 3%;
	}
	
	#content .gallery .gallery-item{
		width:46%;
		height:auto;
	}
	
	#content .gallery .gallery-item img{
		width:97%;
		height:auto;
	}
	.sub-list-continer li{
		width:36%;
		display:inline-block;
	}
    .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 screen and (max-width:568px) {
	#menu-menu-1 .menu {
		display:none;
	}
	#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%;
	}
}

@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_right ul{
		padding:0px;
	}
	#content .entry{
		margin: 0 auto;
	}
	#content .gallery .gallery-item{
		width:97%;
		height:auto;
	}
	#content .gallery .gallery-item img{
		width:93%;
		height:auto;
		padding-top:3%;
		padding-bottom:2%;
	}
	
    .sub-list-continer li{
    	width:36%;
		display:inline-block;
	}
    .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%;
        
    }
	.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;
    }
	
	#sidebar_right ul{
		padding:0px;
	}
	#content .entry{
		margin: 0 auto;
	}
	#content .gallery .gallery-item{
		width:97%;
		height:auto;
	}
	#content .gallery .gallery-item img{
		width:93%;
		height:auto;
		padding-top:3%;
		padding-bottom:2%;
	}
	
    .sub-list-continer li{
    	width:36%;
		display:inline-block;
	}
    .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){
    #footer{
		min-width:100%;
	}
}








.quads-ad-label { font-size: 12px; text-align: center; color: #333;}




		body {
			background-color: #dddddd;
		}
		#page, #main, .main, #sidebar_right, #content .entry, #s, #menu, .heart-this, .download-this, .nav-this, .jssocials-share-link {
			background-color: #ffffff !important;
		}
		div.scrollmenu {
			    background-color: #333 !important;
		}
		.nav-bg-xbootstrap {
				background: #333 !important;
		}
		#logo img {
			max-width: 300px;
		}


#content .gallery .gallery-item {	width: 32.5% !important;	} 


.pagination {
	
}


.pagination>li>a, .pagination>li>span { border-radius: 50% !important;font-size: 12px;margin: 0 3px;}


article.hentry {
	margin-bottom: 20px;
	padding:10px;
	font-size: 15px;
	font-weight: 400;
}


.clear {
	clear:both;
}


.widget {

}

.widget-title {

}

.widget ul {

}

.widget li {

}

.widget a {

}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}


.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* site additions for gifdownload.net faithful rebuild (appended after theme base) */

/* layout safety */
#wrapper{max-width:1180px;margin:0 auto;padding:0 10px;}
img{max-width:100%;height:auto;}

/* content typography (scoped, theme left untouched elsewhere) */
#content .entry h1{font-size:26px;color:#222;margin:12px 10px 14px;font-weight:700;line-height:1.25;}
#content .entry article.hentry h1{font-size:24px;color:#222;margin:6px 0 12px;font-weight:700;line-height:1.3;}
#content .entry h2{font-size:19px;color:#333;font-weight:700;margin:20px 0 10px;}
#content .entry article.hentry h2{font-size:19px;color:#333;font-weight:700;margin:22px 0 10px;}
#content .entry article.hentry h2 a{color:#333;background:none;padding:0;}
#content .entry article.hentry h2 a:hover{color:#DA2D79 !important;}
#content .entry h3{font-size:16px;color:#444;font-weight:700;margin:16px 0 8px;}
#content .entry p{color:#555;font-size:15px;line-height:1.65;margin:0 0 14px;display:block;}
#content .entry article.hentry p.catline{color:#999;font-size:12px;margin:0 0 12px;}
#content .entry article.hentry p.catline a{font-size:12px;}
#content .entry ul,#content .entry ol{color:#555;font-size:15px;line-height:1.65;margin:0 0 16px 22px;list-style:disc;}
#content .entry ol{list-style:decimal;}
#content .entry li{margin-bottom:6px;display:list-item;}
#content .entry figure{margin:18px 0;text-align:center;}
#content .entry figure img{border-radius:8px;box-shadow:0 1px 6px rgba(0,0,0,.18);}
#content .entry figcaption{font-size:12px;color:#999;margin-top:6px;}

/* canon table */
.article-table-wrap{overflow-x:auto;margin:18px 0 24px;}
table.article-table{width:100%;border-collapse:collapse;min-width:520px;background:#fff;font-size:14px;}
table.article-table th,table.article-table td{border:1px solid #e3c3d4;padding:9px 12px;vertical-align:top;text-align:left;color:#444;}
table.article-table th{background:linear-gradient(#DA2D79,#aa054e);color:#fff;font-weight:600;}
table.article-table tr:nth-child(even) td{background:#fdf3f8;}

/* home / hub post cards: faithful capture look (article.hentry stacked) */
article.hentry{text-align:left;}
article.hentry p.excerpt{color:#666;}

/* pagination like capture */
nav.pages{margin:20px;text-align:left;color:#888;font-size:14px;}
nav.pages .page-numbers{display:inline-block;padding:3px 9px;margin:0 2px;border-radius:4px;}
nav.pages .page-numbers.current{background:linear-gradient(#DA2D79,#aa054e);color:#fff !important;}

/* no-JS mobile drawer (theme drawer is JS .visible; we drive it with a checkbox) */
.nav_toggle{display:none;}
@media only screen and (max-width:767px){
  .nav_toggle:checked ~ nav#nav-xbootstrap .nav-xbootstrap{left:0;z-index:9;}
  .nav-xbootstrap{left:-220px;width:220px;}
  .nav_toggle:checked ~ nav#nav-xbootstrap .nav-bg-xbootstrap .navbar-xbootstrap span:nth-child(1){transform:rotate(45deg) translate(5px,5px);}
  .nav_toggle:checked ~ nav#nav-xbootstrap .nav-bg-xbootstrap .navbar-xbootstrap span:nth-child(2){opacity:0;}
  .nav_toggle:checked ~ nav#nav-xbootstrap .nav-bg-xbootstrap .navbar-xbootstrap span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px);}
}
#mobile-menu-search{background:none !important;box-shadow:none;}

/* search widget */
#sidebar_right #s{width:70%;padding:6px 8px;border:1px solid #ccc;border-radius:6px;font-size:14px;}
#sidebar_right #searchsubmit{display:inline-block;background:linear-gradient(#DA2D79,#aa054e);color:#fff;border:0;border-radius:6px;padding:7px 12px;font-size:13px;cursor:pointer;}

/* footer */
#footer p{margin:4px 0;}

/* --- меню: авто-высота, вторая строка не обрезается (Наталья 2026-09-01) --- */
#menu {
  height: auto;
  min-height: 40px;
  overflow: visible;
  float: none;
  width: 100%;
  margin-left: 0;
}
#menu ul {
  line-height: 2.2;
}
#menu ul li a {
  white-space: nowrap;
}
