/*
Theme Name: Wall Paper HD
Author: Wall Paper HD
Version: 2.0
*/

*{
    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("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("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: url(images/wordpress.png) 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:url(cross-on-white.gif) no-repeat;
	padding-left:15px;
}
.success{
	color:green;
	background:url(tick-on-white.gif) 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:url(images/img-shadow.png) 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: url(images/search.svg) 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%;
	}
}