* {
  margin: 0px;
  padding: 0px;
}

/* ============ Content ============
====================================*/

body {
  font-family: arial, helvetica, sans-serif;
  background: #F9F9F9;
}

#content {
  max-width: 1000px;
  width: 100%;
  background: #fff;
  /*border-left: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf; */
  margin: 0 auto;
  padding: 20px 0px 30px 0px;
}
a, a:active, a:visited, a:hover {
  color: #577a44;
  text-decoration: underline;
  font-weight: normal;
}

a:hover {
  color: #000000;
  text-decoration: underline;
  font-weight: normal;
}

/* ============ Header ============
====================================*/

.header {
  min-height: 50px;
  width: 100%;
  z-index: 5;
  position: relative;
}

.header-warp {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  min-height: 50px;
  background: url(images/header-bg.png) repeat-x;
  border-bottom: 1px solid #e0e0e0;
  z-index: 5;
  position: relative;
}

.logo {
  width: 180px;
  height: 50px;
  float: left;
}

.logo img {
  border: none;
}

.menu {
  /*max-width: 580px;*/
  height: auto;
  float: left;
}

.menu ul {
}

.menu ul li {
  display: inline;
  list-style: none;
  float: left;
  position: relative;
}

.menu ul li a {
  font-size: 15px;
  color: #757474;
  font-weight: bold;
  text-decoration: none;
  line-height: 50px;
  padding: 12px 8px 14px 5px;
  margin: 0px 2px 0px 2px;
  z-index: 10;
}

.menu ul li a span.label-box {
	background: #ff0000;
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 2px;
  right: 0px;
  border-radius: 4px;
  line-height: 11px;
  z-index: 11;
  font-size: 10px;
  padding: 2px;
}

.menu ul li.menu_img_phone a {
  position: relative;
  padding-left: 20px;
}

.menu ul li.menu_img_phone a img {
  position: absolute;
  left: 0px;
  top: 8px;
  border: none;
}

.menu ul li a:hover {
  border-bottom: 3px solid #cabbbb;
}
.header-warp .menu ul li.categories {
  display: none;
}


#menu-toggle {
    position: absolute;
    top: 10px;
    right: 10px;
    overflow: hidden;
    display: none;
    width: 29px;
    height: 29px;
    background: #fff;
    appearance: none;
    box-shadow: none;
    border: 1px solid #bbbbbb;
    cursor: pointer;
    transition: background .3s;
    -webkit-transition: background .3s;
    z-index: 9999;
    border-radius: 5px;
    outline: none;
}
#menu-toggle span {
  display: block;
  position: absolute;
  top: 13px;
  left: 5px;
  right: 5px;
  height: 3px;
  background: #737373;
  transition-duration: .3s,.3s;
  transition-delay: .3s,0s;
  -webkit-transition-duration: .3s,.3s;
  -webkit-transition-delay: .3s,0s;
  border-radius: 2px;
  outline: none;
}
#menu-toggle span:after, #menu-toggle span:before {
  content: '';
  position: absolute;
  display: block;
  width: 19px;
  height: 3px;
  left: 0;
  background: #737373;
  transition-duration: .3s,.3s;
  transition-delay: .3s,0s;
  -webkit-transition-duration: .3s,.3s;
  -webkit-transition-delay: .3s,0s;
  border-radius: 2px;
  outline: none;
}
#menu-toggle span:after {
  bottom: -8px;
  transition-property: bottom,transform;
  -webkit-transition-property: bottom,transform;
}
#menu-toggle span:before {
  top: -8px;
  transition-property: top,transform;
  -webkit-transition-property: top,transform;
}
#menu-toggle.active span, #menu-toggle.active.scrolled {
  background: 0 0;
  outline: none;
}
#menu-toggle.active span::after, #menu-toggle.active span::before {
  transition-delay: 0s,.3s;
  -webkit-transition-delay: 0s,.3s;
  outline: none;
}
#menu-toggle.active span::before {
  top: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#menu-toggle.active span::after {
  bottom: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.right-header {
  /*width: 260px;*/
  float: right;
}

.right-header a.favorites {
  float: right;
  font-size: 14px;
  color: #757474;
  font-weight: bold;
  text-decoration: none;
  line-height: 24px;
  padding: 12px 5px 11px 5px;
  margin: 0px 2px 0px 2px;
  position: relative;
  padding-left: 22px;
}

.right-header a.favorites img {
  position: absolute;
  left: 0px;
  top: 17px;
  border: none;
}

.right-header a.favorites:hover {
  border-bottom: 3px solid #cabbbb;
}

.search-box {
  float: right;
  margin: 2px 0px 0px 0px;
  position: relative;
}

.search-box .search-icon,
.search-box .close-icon {
  display: none;
}
.search-box .search-icon {
  width: 29px;
  height: 29px;
  border-radius: 5px;
  background: #ffffff url(images/search-icon.png) 50% no-repeat;
  border: 1px solid #bbbbbb;
}
  
.search-box input.searching {
  width: 160px;
  margin: 8px 8px 0px 0px;
  padding: 6px 0px 6px 22px;
  background: #ffffff url(images/search-icon.png) 2% 50% no-repeat;
  border: 1px solid #bbbbbb;
  border-radius: 5px;
  font-size: 13px;
  color: #a19f9f;
}

.search-box input.notsearching {
  width: 1px;
  margin: 8px 8px 0px 0px;
  padding: 6px 3px 6px 23px;
  background: transparent url(images/search-icon.png) 50% 50% no-repeat;
  border: none;
  border-radius: 5px;
  font-size: 13px;
  color: #a19f9f;
  cursor: pointer;
}

.search-box .close-icon {
    position: absolute;
    width: 25px;
    height: 31px;
    z-index: 3;
    top: 0px;
    right: -1px;
    background-color: #737373;
    border-radius: 0 5px 5px 0;
    text-align: center;
}
.search-box .close-icon .fa {
  font-size: 17px;
  font-family: 'FontAwesome';
  color: #fff;
  line-height: 29px;
}
.search-box.active .close-icon {
  display: block;
}

.search-box.active form {
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
}
.search-box.active form input {
  margin: 0;
  box-sizing: border-box;
  padding: 7px 0px 7px 25px;
}

.sub-categories.inmenu {
  width: 100%;
  background: #fff;
  display: none;
  border-bottom: 1px solid #e0e0e0;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto; 
  height: 100%;
}
.sub-categories.inmenu  ul { 
  list-style-type: none;
  margin: 0;
  padding-left: 20px;
}
.sub-categories.inmenu:after,
.sub-categories.inmenu  ul:after {
  content: '';
  display: block;
  clear: both;
}
.sub-categories.inmenu  ul li { 
  padding: 0px;
  width: 20%;
  float: left;
}
.sub-categories.inmenu  ul li a { 
  font-size: 15px;
  color: #757474;
  display: block;
  padding: 4px 10px 4px 8px;
  text-decoration: none;
  font-weight: bold;
}
.sub-categories.inmenu  ul li a.colsb {
  color: #006600;
}
.sub-categories.inmenu  ul li a:hover {
  color: #444343;
} 

.mobile-menu {
  display: none;
  width: 100%;
  padding: 10px 0;
  background: #fff;
  z-index: 4;
  border-bottom: 3px solid #bbbbbb;
  position: fixed;
  left: 0;
  top: 50px;
  z-index: 9998;
  height: 100%;
  overflow: auto;
}
.mobile-menu ul {
  margin: 0;
  padding-left: 25px;
  list-style-type: none;
}
.mobile-menu ul li {
  display: block;
  margin-bottom: 10px;
}
.mobile-menu ul li a {
  font-size: 15px;
  color: #757474;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.mobile-menu ul li.categories a {
  color: #3d3d3d;
}
.mobile-menu ul li a span.label-box {
    background: #ff0000;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 0px; 
    right: -35px;
    border-radius: 4px;
    line-height: 11px;
    z-index: 11;
    font-size: 10px;
    padding: 2px;
}
.mobile-menu ul li.menu_img_phone img {
  display: none;
}
/* ============ LeftSide ============
====================================*/

#leftside {
  width: 490px;
  float: left;
  margin: 0px 0px 0px 13px;
}
#leftside .click-nav {
  display: none;
}

#leftside-home {
  max-width: 790px;
  width: 100%;
  float: left;
  margin: 0px 0px 0px 10px;
}

#pagination {
  margin: 15px 0px 0px 0px;

}

#pagination li {
    display: inline;
    list-style: none;
}

/*----------------*/

.top-section {
  border-bottom: 2px solid #e5e5e5;
  margin: 0px 0px 1px 0px;
  padding: 0px 0px 10px 10px;
}

.top-section h1 {
  font-size: 19px;
  color: #878787;
  font-weight: bold;
  letter-spacing: 0px;
  display: inline;
}

.top-section p {
  font-weight: normal;
  color: #878787;
  font-size: 14px;
  display: inline;
} 

/*----------------*/

.top-recommended-headline {
  height: 50px;
  margin: 0px 0px 10px 0px;
}

.top-recommended-headline h2 {
  height: 50px;
  float: left;
  color: #7c7c7c;
  font-size: 20px;
  font-weight: bold;
  font-family: Tahoma, Verdana, Geneva;
  background: url(images/headline-start.png) 0% 100% no-repeat;
  line-height: 65px;
  padding: 0px 0px 0px 45px;
  margin: 0px 0px 0px 0px;
}

.top-recommended-headline .next-back-buttons {
  float: right;
  margin: 23px 0px 0px 0px;;
}


.top-recommended-headline .next-back-buttons a.next_btn {
  padding: 7px 28px 7px 8px;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  color: #999999;
  text-decoration: none;
  background: #fff url(images/next-arrow.png) 87% 53% no-repeat;
}


.top-recommended-headline .next-back-buttons a.previous_btn {
  padding: 7px 8px 7px 28px;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  color: #999999;
  text-decoration: none;
  background: #fff url(images/previous-arrow.png) 11% 53% no-repeat;
}


.top-recommended-headline .next-back-buttons a.next_btn:hover {
  border: 1px solid #a19d9d;
}

.top-recommended-headline .next-back-buttons a.previous_btn:hover {
  border: 1px solid #a19d9d;
}
/*----------------*/

.middle-box-banners {
  margin: 10px 0px 0px 10px;
}

.middleLeft {
  float: left;
}

.middle-box-banners a.300x250banner {
  background: #eeeeee;
  padding: 7px 5px 5px 5px;
  margin: 3px;
  border: 1px solid #dddddd;
}

.middle-box-banners a.second-banner {
  margin: 0px 0px 0px 12px;
}

.middle-box-banners img {
  border: none;
}


.small-categories-left {
  width: 160px;
  margin: 10px 12px 0px 12px;

}

.small-categories-left ul {
  border: 1px solid #e8e3e3;
  border-radius: 10px;
  padding: 0px 0px 2px 0px;
}

.small-categories-left ul li {
  text-align: left;
  list-style: none;
  border-bottom: 1px solid #e8e3e3;
}

.small-categories-left ul li:hover {
  background: #f1ecec;
}

.small-categories-left ul li.title {
  padding: 7px 0px 7px 35px;
}

.small-categories-left ul li.title:hover {
  background: none;
}

.small-categories-left ul li a {
  font-size: 15px;
  font-weight: bold;
  color:#4f4e4e;
  text-decoration: none;
  display: block;
  line-height: 18px;
  padding: 7px 0px 7px 10px;

}
.small-categories-left ul li a.colsb { color: #006600 }

.small-categories-left ul li.title {
  font-size: 15px;
  color: #0060e3;
  font-weight: bold;
  font-family: Tahoma, Verdana, Geneva;
}

.small-categories-left ul li.last {
  border-bottom: none;
}

/*----------------*/

.newest-wallpapers-headline {
  height: 50px;
  margin: 5px 0px 8px 0px;
}

.newest-wallpapers-headline h2 {
  float: left;
  color: #7c7c7c;
  font-size: 20px;
  font-weight: bold;
  font-family: Tahoma, Verdana, Geneva;
  line-height: 52px;
  padding: 0px 0px 0px 53px;
  margin: 0px 0px 0px 0px;
}

.newest-wallpapers-headline .next-back-buttons {
  float: right;
  margin: 22px 0px 0px 0px;;
}
.newest-wallpapers-headline .next-back-buttons a.next_btn {
  padding: 7px 28px 7px 8px;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  color: #999999;
  text-decoration: none;
  background: #fff url(images/next-arrow.png) 93% 53% no-repeat;
}

.newest-wallpapers-headline .next-back-buttons a.next_btn:hover {
  border: 1px solid #a19d9d;
}

/*----------------*/

.related-wallpaper {
  margin: 20px 0px 0px 0px;
}

.related-wallpaper h2 {
  text-align: left;
  color: #7c7c7c;
  font-size: 20px;
  font-weight: bold;
  font-family: Tahoma, Verdana, Geneva;
  padding: 0px 0px 15px 0px;
  margin: 0px 0px 0px 0px;
}

/*----------------*/

.big-wallpaper {
  position:relative;
}

h2.big-wallpaper {
  text-align: left;
  color: #7c7c7c;
  font-size: 20px;
  font-weight: bold;
  font-family: Tahoma, Verdana, Geneva;
  padding: 0px 0px 8px 0px;
  margin: 0px 0px 0px 5px;

}


.wallpaper-container {
	position: relative;
  background: #eeeeee;
  padding: 7px 7px 7px 7px;
  float: left;
  border: 1px solid #dddddd;
  width: 467px;
  height: 700px;
  white-space: nowrap;
}

.height960 {
  height: 700px;
}

.wallpaper-container span.wallpaper {
  background: #eeeeee;
	z-index: 2;
	position:absolute;
	top: 7px;
	left: 7px;
}

.wallpaper-container span.wallpaper img {
  border: 1px solid #dddddd;
}

.wallpaper-container span.lockedphone {
	z-index: 5;
	position:absolute;
	top: 8px;
	left: 8px;
}

.wallpaper-container span.openphone {
	z-index: 6;
	position:absolute;
	top: 8px;
	left: 8px;
}


.next-back-buttons-wallpaper {
  width: 62px;
  position: absolute;
  top: 470px;
  left: -76px;
}

.next_button {
  border: 1px solid #dddddd;
  background: #fff;
  margin: 0px 0px 15px 0px;
  padding: 0px 0px 3px 0px;
}

.next_button a img {
  border: none;
  display: block;
  clear: both;
  padding: 0px 0px 3px 0px;
}

.next_button a.next_button1 {
  padding: 3px 20px 3px 4px;
  font-size: 14px;
  font-weight: bold;
  color: #999999;
  text-decoration: none;
  border: none;
  background:  url(images/next-arrow.png) 100% 58% no-repeat;
}

.next_button:hover {
  border: 1px solid #a19d9d;
}

.prev_button {
  border: 1px solid #dddddd;
  background: #fff;
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 4px 0px;
}

.prev_button a img {
  border: none;
  display: block;
  clear: both;
  padding: 0px 0px 3px 0px;
}

.prev_button a.previous_btn1 {
  padding: 1px 2px 3px 23px;
  font-size: 14px;
  font-weight: bold;
  color: #999999;
  text-decoration: none;
  border: none;
  background:  url(images/previous-arrow.png) 10% 53% no-repeat;
}

.prev_button:hover {
  border: 1px solid #a19d9d;
}

/* ============ RightSide ============
====================================*/

#rightside {
  width: 490px;
  float: right;
  margin: 0px 5px 0px 0px;
}

#rightside-home {
  width: 190px;
  float: right;
  margin: 0px 0px 0px 0px;
}

.addthis_toolbox {
  margin: 15px 0px 0px 23px;
}

/*----------------*/

.buttons-banners {
  margin: 0px 0px 0px 7px;
}

.buttons-banners ul li {
  display: inline;
  list-style: none;
  background: #eeeeee;
  padding: 7px 5px 0px 5px;
  float: left;
  margin: 0px 0px 10px 7px;
  border: 1px solid #dddddd;
}

.buttons-banners ul li img {
  border: 1px solid #dddddd;
}

/*----------------*/

.middle-section {
  clear: both;
  margin: 13px 0px 18px 0px;
}


.homepage-banner {
    max-width: 180px;
    text-align: center;
}

.homepage-banner img {
    border: none;
    padding: 0px 0px 5px 0px;
}

.leaderboard-banner {
  float: right;
  width: 160px;
  margin: 0px 7px 0px 0px;
}

.leaderboard-banner img {
  border: 2px solid #d1bfbf;
}

.small-categories {
  width: 133px;
  float: left;
  margin: 0px 0px 0px 4px;
}

.small-categories ul {
  border: 1px solid #e8e3e3;
  border-radius: 10px;
  padding: 0px 0px 2px 0px;
}

.small-categories ul li {
  text-align: left;
  list-style: none;
  border-bottom: 1px solid #e8e3e3;
}

.small-categories ul li:hover {
  background: #f1ecec;
}

.small-categories ul li.title {
  padding: 7px 0px 7px 12px;
}

.small-categories ul li.title:hover {
  background: none;
}

.small-categories ul li a {
  font-size: 12px;
  font-weight: bold;
  color:#4f4e4e;
  text-decoration: none;
  display: block;
  line-height: 10px;
  padding: 7px 0px 7px 10px;

}


.small-categories ul li.title {
  font-size: 20px;
  color: #0060e3;
  font-weight: bold;
  font-family: Tahoma, Verdana, Geneva;
}

.small-categories ul li.last {
  border-bottom: none;
}

/*----------------*/

.lastest-news {
  width: 303px;
  margin: 10px 0px 10px 3px;
}

.lastest-news ul {
  border: 1px solid #e8e3e3;
  border-radius: 10px;
  padding: 0px 0px 2px 0px;
}

.lastest-news ul li {
  text-align: left;
  list-style: none;
  border-bottom: 1px solid #e8e3e3;
}

.lastest-news ul li:hover {
  background: #f1ecec;
}

.lastest-news ul li.title {
  padding: 9px 0px 9px 10px;
}

.lastest-news ul li.title:hover {
  background: none;
}

.lastest-news ul li a {
  font-size: 13px;
  color:#4f4e4e;
  text-decoration: none;
  display: block;
  padding: 9px 0px 9px 10px;

}

.lastest-news ul li.title {
  font-size: 14px;
  color: #0060e3;
  font-weight: bold;
  font-family: Tahoma, Verdana, Geneva;
}

.lastest-news ul li.last {
  border-bottom: none;
}

/*----------------*/


.downloadAdnPriveiw {
  margin: 10px 0px 10px 0px;
  display: block;
  clear: both;
}

.downloadAdnPriveiw a {
  text-decoration: none;
  background-image: url(images/download-button-bg.png);
        background-repeat:no-repeat;
        background-position:0px 0px; 
  height: 53px;
  width: 154px;
  display: block;
  float: left;
  font-size: 24px;
  font-weight: bold;
  font-family: Tahoma, Verdana, Geneva;
  color: #fff;
  padding: 0px 0px 0px 0px;
  letter-spacing: -1px;
  position: relative;
  text-align: center;
}

.downloadAdnPriveiw a:hover { 
background-position:0px -52px; 
}

.downloadAdnPriveiw a img {
  padding: 10px 0px 0px 10px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.downloadAdnPriveiw a.preview img {
  left: 11px;
}

.downloadAdnPriveiw a.preview span {
  left: 35px;
}

.downloadAdnPriveiw a span {
  padding: 0px 0px 0px 5px;
  position: absolute;
  top: 7px;
  left: 26px;
}

.downloadAdnPriveiw img {
  border: none;
}


.downloadBox {
  display: none;
  text-align: center;
  height: 30px;
  margin: 15px 3px 15px 0px;
}

.downloadBox a {
  background: #f6f3f3;
  font-size:16px;
  font-weight: bold;
  color: #999999;
  border: 1px solid #efecec;
  border-radius: 20px;
  text-decoration: none;
  padding: 8px 6px 8px 6px;
  margin: 0px 3px 0px 0px;
}

.previewBox {
  display: none;
  text-align: center;
  height: 30px;
  margin: 15px 3px 15px 0px;
}

.previewBox  a { 
  background: #f6f3f3;
  font-size:16px;
  font-weight: bold;
  color: #999999;
  border: 1px solid #efecec;
  border-radius: 20px;
  text-decoration: none;
  padding: 8px 6px 8px 6px;
  margin: 0px 3px 0px 0px;
}

.downloadBox a:hover {
  border: 1px solid #a19d9d;
}

.previewBox a:hover {
	
  border: 1px solid #a19d9d !important;
}

/*----------------*/

.big-button-banner {
  margin: 0px 0px 0px 0px;
}

/*----------------*/

.wallpaper-info-box {
  margin: 5px 0px 0px 0px;
}

.wallpaper-info-box ul li {
  list-style: none;
  border-bottom: 1px solid #e5e3e3;
  display: block;
  padding: 10px 0px 10px 0px;
}

.wallpaper-info-box ul li img {
  margin: 0px 4px 0px 0px;
  float: left;
  border: none;
}

.wallpaper-info-box ul li p {
  font-size: 13px;
  color: #605e5e;
  font-weight: normal 
}

.wallpaper-info-box ul li p span {
  color: #ff0000;
}

.wallpaper-info-box ul li p a {
  color: #577a44;
  text-decoration: underline;
}

.wallpaper-info-box ul li p a:hover {
  color: #2e2e2e;
}
/* ============ Footer ============
====================================*/

.footer {
  background: url(/images/footer-bg.png);
  border-top: 1px solid #cbcbcb;
  text-align: center;
  margin: 0px 0px 0px 0px;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.footer-warp {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.footer ul {
  width: 570px;
  float: left;
  border-right: 1px solid #dbd1d1;
  height: 35px;
  padding: 12px 0px 0px 0px;
  margin: 6px 0px 0px 0px;
}

.footer ul li {
  list-style:none;
  display: inline;
  font-size: 15px;
  color: #757474;
  font-weight: bold;
}

.footer ul li a {
  font-size: 13px;
  color: #757474;
  font-weight: bold;
  text-decoration: none;
  padding: 5px;
  line-height: 17px;
}

.footer ul li a:hover {
  text-decoration: underline;
}

.footer-right {
  width: 420px;
  float: right;
  text-align: left;
}

.footer-right p {
  font-size: 12px;
  color: #757474;
  font-weight: normal;
  text-decoration: none;
  padding: 7px 0px 0px 0px;
  line-height: 22px;
}
.footer-right #social-buttons {
  display: none;
}
/* ========= Wallpapers boxs =========
====================================*/

.wallpaper-box { text-align: center; }
.wallpaper-box a, .wallpaper-box  a:active, .wallpaper-box  a:visited {
  color: #577a44;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.wallpaper-box div.in { font-size: 14px; text-align: center; margin-top: 5px; padding-bottom: 1em; line-height: 17px; }
.wallpaper-box div.in a {
  font-size: 14px;
  text-decoration: none;
}

.wallpaper-box a:hover {
  color: #000000;
}
.wallpaper-box img { width:240px; height:360px; }
.wallpaper-box img:hover {opacity:.6;filter:alpha(opacity=40);}

#wallpaper, #wallpaper_holder, .small_wallpaper, .small_wallpaper_holder {
  border: 1px solid #ddd;
}

#wallpaper_holder2{
  border:1px solid #ddd;
  background-color: #eee;
}

#wallpaper_holder, .small_wallpaper_holder {
  background-color: #eee;
}

.small_wallpaper_holder {
  margin-right: .5em;
  margin-bottom: .5em;
}

.small_wallpaper_holder_padding {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  padding: 0.4em 0.4em 0.4em 0.3em;
}

.small_wallpaper_name {
  margin-top: 5px;
  padding-bottom: 1em;
  font-size: 12px;
  line-height: 17px;
}

.small_wallpaper_name_padding {
  padding-right: .5em;
}

.wallpapers-home {
    max-width:920px;
    width: 100%;
    margin-top:4px;
    padding-left:0px;
    margin-bottom:10px;
    overflow: hidden;
}

.wallpapers{
  max-width:809px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding-left:0px;
  margin-bottom:10px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 10px;
}

.banner_zone{
  width:729px;
  margin-top:5px;
  margin-bottom:10px;
  height: 90px;
  margin-right:30px;
}

.view_more {
  margin-bottom: 1em;
  font-size: 18px;
  margin-top: 1em;
  text-align: center;
}

.wall {
  float:left;
  width:262px;
  margin-right:1px;
  min-height:461px;
  height:auto;
}

*html .wall{
  margin-right:10px;
}

.wall img{
  border: 1px solid #ddd;
}

*html .wall{
  width:262px;
  height:360px;
}

a.b, a.b:active, a.b:visited, a.b:hover {
  font-weight: bold;
}

.in{
  font-size: 11px;
  font-weight: normal;
}

#clear{
  clear:both;
}

#set{
  margin-top:0;
  margin-bottom:10px;
}
#help-faq p { margin-top: 10px }

/* ============ Other ==============
====================================*/

.clear {
  clear: both;
}
#pagination, #pagination_2 {
  border-top: 1px solid #ebf4e1;
  background-color: #f4fbef;
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: center;
}

#pagination .padding, #pagination_2 .padding {
  padding: 10px;
}

#pagination ul, #pagination li, #pagination_2 ul, #pagination_2 li {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

#pagination li, #pagination_2 li {
  display: inline;
  font-size: 16px;
  margin-right: 10px;
}
input.curl{ display:none; }
p.info { padding: 5px 0 5px 0; }

#wall_big_container { min-height:100%;height:auto;height:500px;padding-top:5px;margin-left:25px; }
#ad_banner { float:left;width:300px;margin-right:26px; }
#download_but { margin-top:5px; }
#wall_big { float:left; width:350px; }
#wall_big:after {
  content: '';
  display: block;
  clear: both;
}
#content_height { height:auto;min-height:auto; }
#col1,#col2 { float:left;padding-top:10px; }
#col1 { padding-left:32px;width:729px; }
#content_height { height:auto;min-height:auto; }
#wallpaper_holder2 .padding2 {
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;padding-left:8px;padding-top:13px;padding-bottom:11px;
}
.curve-button {
  color: #FFFFFF;
  font-weight: bold;
  -moz=border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  line-height: 11px;
  padding: 5px;
}
ul.dir-pages { clear: both; }
ul.dir-pages li { list-style: none; float: left; padding: 5px 10px 10px 0px; font-weight: bold; }
ul.dir-pages li.last { background: none; }
ul.dir-pages li a { color: #FFFFFF; font-weight: bold; font-size: 15px; text-decoration: none; padding: 0; }
ul.dir-pages li a:hover { color: #F1F1F1; opacity: 0.5; filter: alpha(opacity=40); }
.warticles { padding: 0 20px 0 10px; }
.warticles p { margin-top: 20px; }
.u-img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

#fanback {
  display:none;
  background:rgba(0,0,0,0.8);
  width:100%;
  height:100%;
  position:fixed;
  top:0;
  left:0;
  z-index:99999;
}
#fan-exit {
  width:100%;
  height:100%;
}
#fanbox {
  background:white;
  width:420px;
  height:270px;
  position:absolute;
  top:58%;
  left:63%;
  margin:-220px 0 0 -375px;
  -webkit-box-shadow: inset 0 0 50px 0 #939393;
  -moz-box-shadow: inset 0 0 50px 0 #939393;
  box-shadow: inset 0 0 50px 0 #939393;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: -220px 0 0 -375px;
}
#fanclose {
  float:right;
  cursor:pointer;
  background:url(http://www.alliphonewallpapers.com/images/fanclose.png) repeat;
  height:15px;
  padding:20px;
  position:relative;
  padding-right:40px;
  margin-top:-20px;
  margin-right:-22px;
}
.remove-borda {
  height:1px;
  width:366px;
  margin:0 auto;
  background:#F3F3F3;
  margin-top:16px;
  position:relative;
  margin-left:20px;
}
#linkit a.visited,#linkit a,#linkit a:hover {
  color:#80808B;
  font-size:10px;
  margin: 0 auto 5px auto;
  float:center;
}
#social-buttons img { width: 24px; height: 24px; }
#social-buttons img:hover {
    opacity: 0.5;
    filter: alpha(opacity=40);
}
.click-nav {width:336px; margin-top: 10px;}
.click-nav ul {position:relative;font-weight:bold; font-size: 22px;}
.click-nav ul li {position:relative;list-style:none;cursor:pointer;}
.click-nav ul li ul {position:absolute;left:0;right:0;z-index: 3;}
.click-nav ul .clicker {position:relative;background:#006600;color:#FFF; padding-left: 60px; -moz=border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;}
.click-nav ul .clicker img { padding-left: 20px; }
.click-nav ul .clicker:hover,.click-nav ul .active {background:#006600;}
.click-nav img {position:absolute;top:9px;left:12px;}
.click-nav ul li a {transition:background-color 0.2s ease-in-out;-webkit-transition:background-color 0.2s ease-in-out;
-moz-transition:background-color 0.2s ease-in-out;display:block;padding:8px 10px 8px 40px;background:#FAFAFA;color:#393939;text-decoration:none;}
.click-nav ul li a:hover {background:#F2F2F2;}

/* Fallbacks */
.click-nav .no-js ul {display:none;}
.click-nav .no-js:hover ul {display:block;}

@media (max-width: 1000px) {
  .header-warp .menu ul li.categories {
    display: inline;
  }
  .search-box {
    margin: 10px 4px 0 0;
  }
  .search-box .search-icon {
      display: block;
  }
  .search-box form {
      display: none;
  }
  #leftside-home,
  #leftside {
    float: none;
    margin: 0 auto;
  }
  .block-h2 {
    margin: 0 auto!important;
    float: none!important;
  }
  #leftside .click-nav {
    display: block;
    margin: 0 auto 10px;
  }
  h2.big-wallpaper {
    text-align: center;
  }
  #rightside-home {
    display: none;
  }
  #rightside {
    float: none;
    margin: 15px auto;
  }
  .big-button-banner {
    margin-bottom: 10px;
  }
  #rightside .click-nav {
    display: none;
  }
  #rightside ul.dir-pages {
    overflow: hidden;
    width: 285px;
    margin: 0 auto;
  }
  .footer {
    padding-bottom: 10px;
  }
  .footer ul, .footer-right {
    float: none;
    margin: 0 auto;
  }
  .footer ul {
    border-right: none;
    height: auto;
  }
  .footer-right p {
    padding-bottom: 7px;
    text-align: center;
  }
  .footer-right #social-buttons {
    display: block;
  }
}

@media (max-width: 885px) {
  .right-header a.favorites span {
    display: none;
  }
}

@media (max-width: 800px) {
  .header-warp .menu {
    display: none;
  }
  .right-header a.favorites span {
    display: block;
  }
  #menu-toggle {
    display: block;
  }
  .right-header {
    margin-right: 45px;
  }
  .wallpapers-home, .wallpapers {
    max-width: 526px;
    margin: 0 auto;
  }
  .wallpapers {
    padding: 0;
  }
}

@media (max-width: 767px) {
  #ad_banner {
    float: none;
    margin: 0 auto 20px;
  }
  .reset {
    display: block;
    margin: 0 auto;
  }
  #wall_big {
    float: none;
    margin: 0 auto;
  }
  #wallpaper_holder2 {
    float: left;
  }
  #wall_big_container {
    margin-left: 0;
  }
  #wallpaper_holder2 .padding2 {
    padding-right: 8px;
  }
}

@media (max-width: 650px) {
  .sub-categories.inmenu  ul li a {
    font-size: 13px;
    padding: 3px 5px;
  }
  .sub-categories.inmenu  ul li {
    width: 33%;
  }
}

@media (max-width: 600px) {
  .footer ul {
    width: 100%
  }
  .footer ul li {
    display: block;
    margin-bottom: 5px;
  }
  .footer ul li span {
    display: none;
  }
}

@media (max-width: 550px) {
  .wallpapers-home,
  .wallpapers {
    width: 300px;
  }
  .wallpapers {
    padding: 0;
  }
  .wallpapers-home .wall,
  .wallpapers .wall {
    min-height: 300px!important;
    width: 150px;
    margin: 0 auto 5px;
  }
  .wallpaper-box a, .wallpaper-box  a:active, .wallpaper-box  a:visited {
    font-size: 14px;
  }
  .wallpapers-home .wallpaper-box img,
  .wallpapers .wallpaper-box img {
    width: 100%;
    height: auto;
  }
  .related-wallpaper {
    padding-left: 0!important;
  }
  .related-wallpaper h2 {
    text-align: center;
  }
  #leftside {
    width: 100%;
  }
  #leftside .click-nav {
    width: 300px;
  }
  #leftside .big-wallpaper {
    width: 300px;
    overflow: hidden;
    margin: 0 auto;
  }
  #leftside .height960 {
    height: 442px;
  }
  #leftside .wallpaper-container span.wallpaper img {
    width: 282px!important;
    height: auto!important;
  }
  #leftside-home textarea.message {
    width: 100%;
  }
  #rightside {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .block-h2 {
    width: 100%!important;
  }
  .block-h2 h2.big-wallpaper {
    margin: 0;
    font-size: 19px;
  }
}

@media (max-width: 480px) {
  .sub-categories.inmenu  ul li {
    width: 50%;
  }
  .footer-right {
    width: 300px;
  }
}

@media (max-width: 400px) {
  .right-header a.favorites span {
    display: none;
  }
}

@media (max-width: 370px) {
  .wr {
    padding-right: 10px!important;
  }
  #wall_big {
    width: 300px;
  }
  #cavas_container {
    width: 280px!important;
    height: 420px!important;
    margin-left: 0!important;
  }
  #bglayer, #iheart {
    width: 280px!important;
    height: 420px!important;
  }

}