@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url(../fonts/OpenSans.woff) format("woff"); }
html, body {
  margin: 0;
  padding: 0;
  background: #fcfcfc; }

html, body {
  font-size: 13px;
  font-family: 'Open Sans', 'sans-serif';
  font-weight: 300;
  line-height: 20px;
  color: #555;
  /*  background-image: linear-gradient(bottom,#d0d6da 0,#fff 100%);
    background-image: -o-linear-gradient(bottom,#d0d6da 0,#fff 100%);
    background-image: -moz-linear-gradient(bottom,#d0d6da 0,#fff 100%);
    background-image: -webkit-linear-gradient(bottom,#d0d6da 0,#fff 100%);
    background-image: -ms-linear-gradient(bottom,#d0d6da 0,#fff 100%);
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#d0d6da),color-stop(1,#fff));*/ }

::selection {
  background: #dc5537;
  color: #fff;
  text-shadow: none; }

.btn, .form-control {
  border-radius: 0; }

a {
  color: #157796; }

#header, .white_box, .breadcrumb {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 4px 10px rgba(0, 0, 0, 0.06); }

.breadcrumb {
  background: #fff; }

.white_box {
  background: #fff;
  margin-bottom: 20px; }
  .white_box .box_title {
    margin-top: 0;
    padding: 10px;
    font-size: 17px;
    line-height: 24px;
    font-weight: 300;
    text-transform: none;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    color: #f25448; }
  .white_box .box-body {
    padding: 10px; }

.categories_list {
  position: relative; }
  .categories_list > ul > li > a {
    padding: 3px;
    border-bottom: 1px solid #ECE3E3; }
  .categories_list > ul > li > ul {
    margin-left: 0 !important; }
  .categories_list li a {
    display: block;
    text-decoration: none;
    color: #555; }
    .categories_list li a.selected {
      background: #EB5B5B;
      color: #fff; }
      .categories_list li a.selected:hover {
        background: #b24848; }
    .categories_list li a .pull-right {
      position: absolute;
      right: 15px; }
  .categories_list li.has-child {
    cursor: pointer; }
  .categories_list ul > li ul {
    background: #F5F5F5;
    margin-left: 5px; }
    .categories_list ul > li ul li:first-child {
      padding-top: 5px; }
    .categories_list ul > li ul li:last-child {
      padding-bottom: 5px; }
    .categories_list ul > li ul li a {
      padding: 0 10px; }
      .categories_list ul > li ul li a:hover {
        background: #E6E6E6; }

.resolution_group .group_name:after {
  font-family: 'FontAwesome';
  content: "\f078";
  float: right;
  color: #888888; }

.resolution_group .group_name.collapsed:after {
  content: "\f077";
  color: #ccc; }

.categories_list li.has-child:before {
  content: "\f077";
  color: #ccc;
  font-family: 'FontAwesome';
  position: absolute;
  right: 14px;
  font-size: 10px; }

.categories_list li.has-child.active:before {
  content: "\f078";
  color: #888888; }

#resolution_list .global_apply {
  position: relative;
  padding: 10px; }
  #resolution_list .global_apply .desk {
    position: absolute;
    top: 8px;
    left: 0;
    font-size: 18px;
    padding: 5px; }
  #resolution_list .global_apply .global_msg {
    padding-left: 25px; }
    #resolution_list .global_apply .global_msg .yr_msg {
      margin-right: 5px;
      font-size: 11px; }
    #resolution_list .global_apply .global_msg .submit {
      padding: 0 7px;
      font-size: 12px;
      vertical-align: top; }
#resolution_list .resolution_group.panel {
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border: 0;
  border-radius: 0; }
#resolution_list .resolution_group .group_name {
  padding: 5px;
  border-bottom: 1px solid #ECE3E3;
  cursor: pointer; }
#resolution_list .resolution_group .group_data {
  margin: 0;
  background: #5E5E5E;
  color: #fff; }
  #resolution_list .resolution_group .group_data .gldata {
    padding: 10px; }
    #resolution_list .resolution_group .group_data .gldata li.active, #resolution_list .resolution_group .group_data .gldata li a:hover {
      background: #eb5b5b; }
    #resolution_list .resolution_group .group_data .gldata li a {
      display: block;
      padding: 2px;
      text-decoration: none;
      color: #FFF; }
    #resolution_list .resolution_group .group_data .gldata .fa {
      font-size: 80%; }

.fa.fa-big {
  font-size: 15px; }

.shape {
  position: absolute;
  top: 0;
  right: 0;
  border-style: solid;
  border-width: 0 70px 40px 0;
  float: right;
  height: 0px;
  width: 0px;
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  border-color: rgba(255, 255, 255, 0) #d9534f rgba(255, 255, 255, 0) rgba(255, 255, 255, 0); }
  .shape .shape-text {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    right: -40px;
    top: 2px;
    white-space: nowrap;
    -ms-transform: rotate(30deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg); }
  .shape.shape-danger {
    border-color: transparent #d9534f transparent transparent; }
  .shape.shape-success {
    border-color: transparent #5cb85c transparent transparent; }
  .shape.shape-default {
    border-color: transparent #999999 transparent transparent; }
  .shape.shape-info {
    border-color: transparent #5bc0de transparent transparent; }
  .shape.shape-warning {
    border-color: transparent #f0ad4e transparent transparent; }
  .shape.shape-primary {
    border-color: transparent #428bca transparent transparent; }

#header {
  font-size: 13px;
  background-color: #fcfcfc; }
  #header .navbar {
    border-radius: 0;
    border: 0;
    margin-bottom: 0;
    background: #fff;
    box-shadow: none; }
    #header .navbar .dropdown-menu .fa {
      color: #0F6E5F; }
    @media screen and (min-width: 992px) {
      #header .navbar .navbar-brand {
        margin-right: 150px; } }
    #header .navbar .navbar-brand span {
      font-family: sans-serif;
      font-weight: bold;
      border-bottom: 1px solid; }
      #header .navbar .navbar-brand span.red {
        color: #f25448; }
      #header .navbar .navbar-brand span.blue {
        color: #1ABC9c;
        font-size: 20px; }
    #header .navbar .wSearch .form-control {
      border-color: #E6E6E6;
      min-width: 270px; }
    #header .navbar .wSearch .btn {
      background: #F1F1F1;
      border-color: #EEE2E2; }
    #header .navbar .dropdown.open > a {
      background: #1ABC9c;
      color: #fff; }
      #header .navbar .dropdown.open > a:hover, #header .navbar .dropdown.open > a:focus {
        background: #1ABC9c;
        color: #fff; }
    #header .navbar .dropdown.active > a {
      background: #1ABC9c;
      color: #fff; }
    @media screen and (min-width: 992px) {
      #header .navbar .dropdown ul.dropdown-menu {
        margin-top: 10px; }
        #header .navbar .dropdown ul.dropdown-menu:before {
          content: "";
          border-bottom: 5px solid #fff;
          border-right: 5px solid transparent;
          border-left: 5px solid transparent;
          position: absolute;
          top: -5px;
          right: 8px;
          z-index: 10; }
        #header .navbar .dropdown ul.dropdown-menu:after {
          content: "";
          border-bottom: 6px solid #ccc;
          border-right: 6px solid transparent;
          border-left: 6px solid transparent;
          position: absolute;
          top: -6px;
          right: 7px;
          z-index: 9; } }

@media screen and (min-width: 992px) {
  .col-sm-25 {
    width: 20.833333335%; }

  .col-sm-70 {
    width: 58.33333333%; } }
@media screen and (max-width: 768px) {
  .container {
    width: auto; } }
@media screen and (min-width: 1600px) {
  .container {
    width: 1500px; } }

.form-horizontal label, .label_normal label {
  font-weight: normal; }

.alert, .well {
  background-image: none;
  border-radius: 0; }

.hr-sm {
  margin: 5px 0; }

@media screen and (min-width: 992px) {
  .pull-right-desk {
    float: right; }

  .text-right-desk {
    text-align: right; } }
#recaptcha_widget {
  min-height: 151px; }
  #recaptcha_widget .input-group-addon {
    padding: 0; }
    #recaptcha_widget .input-group-addon .btn {
      padding-top: 0;
      padding-bottom: 0; }

.page-header {
  padding: 10px;
  background: #FFFFFF;
  margin: 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 4px 10px rgba(0, 0, 0, 0.06);
  margin-bottom: 10px;
  border-bottom: 1px solid #D3D3D3; }
  .page-header.next {
    margin-top: 15px; }
  .page-header h4 {
    margin: 0;
    padding: 0;
    font-size: 14px; }
    .page-header h4 .fa-rss-square {
      color: #D56C27; }

.account_sidebar .panel-body {
  padding: 0; }
  .account_sidebar .panel-body .list-group {
    box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0; }
    .account_sidebar .panel-body .list-group .list-group-item {
      margin-bottom: 0;
      border: 0;
      border-bottom: 1px solid #ddd; }
      .account_sidebar .panel-body .list-group .list-group-item span.fa {
        color: #ccc; }
      .account_sidebar .panel-body .list-group .list-group-item:first-child {
        border-radius: 0; }
      .account_sidebar .panel-body .list-group .list-group-item:last-child {
        border-radius: 0;
        border-bottom: 0; }

.help-block.help-block-sm {
  margin-bottom: 0; }

#contents {
  margin-top: 30px; }

.block_404 {
  text-align: center; }
  @media screen and (min-width: 992px) {
    .block_404 {
      margin-top: 60px; } }
  .block_404 h1 {
    font-size: 170px; }

#loginbox {
  margin-top: 50px; }
  #loginbox .panel-body {
    padding-top: 30px; }

#footer {
  padding: 20px 0;
  background: #f7f7f7;
  border-top: 1px solid #D3D3D3;
  margin-top: 30px; }
  #footer .list-menu li {
    border-right: 1px solid #D8D8D8;
    padding-right: 10px;
    margin-right: 5px; }
    #footer .list-menu li:last-child {
      border: 0;
      padding-right: 0;
      margin-right: 0; }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #333;
  border-color: #111111; }

.pagination > li > a, .pagination > li > span {
  color: #333; }

.wallpaper_filter {
  padding: 10px 0;
  margin-bottom: 25px; }

.progress.tag {
  margin: 0; }

.progress-sm {
  height: 10px; }

.table.tr-sm tbody tr td {
  padding: 5px 10px; }

.grid_container {
  margin-right: -10px; }
  .grid_container .item {
    display: inline-block;
    position: relative;
    float: left;
    overflow: hidden; }
    .grid_container .item:hover .thumbnail .pr .name {
      top: 0px;
      visibility: visible; }
    .grid_container .item:hover .thumbnail .pr .edit {
      left: 0;
      visibility: visible; }
    .grid_container .item:hover .thumbnail .pr .delete {
      right: 0;
      visibility: visible; }
    .grid_container .item .thumbnail {
      margin: 0 5px 10px 5px;
      padding: 6px; }
      .grid_container .item .thumbnail.thumbnail-lg {
        padding: 10px; }
      .grid_container .item .thumbnail:hover .wall_stats .fa {
        color: #3E959C; }
      .grid_container .item .thumbnail .wall_stats {
        padding: 7px 0; }
        @media screen and (min-width: 992px) {
          .grid_container .item .thumbnail .wall_stats {
            font-size: 12px; } }
        .grid_container .item .thumbnail .wall_stats .fa {
          color: #ccc; }
          .grid_container .item .thumbnail .wall_stats .fa.fa-star, .grid_container .item .thumbnail .wall_stats .fa.fa-star-half-empty {
            color: #f25448; }
        @media screen and (min-width: 992px) {
          .grid_container .item .thumbnail .wall_stats .stats {
            border-left: 1px solid #E4E4E4;
            padding-left: 10px; } }
      .grid_container .item .thumbnail .pr {
        position: relative; }
        .grid_container .item .thumbnail .pr .transition {
          position: absolute;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
          background: rgba(19, 19, 19, 0.67);
          color: #ddd;
          visibility: hidden; }
          .grid_container .item .thumbnail .pr .transition a {
            color: #fff; }
        .grid_container .item .thumbnail .pr .name {
          display: block;
          width: 100%;
          top: -30px;
          z-index: 9; }
          .grid_container .item .thumbnail .pr .name .block {
            padding: 3px; }
        .grid_container .item .thumbnail .pr .edit {
          display: inline-block;
          left: -20px;
          bottom: 0px; }
        .grid_container .item .thumbnail .pr .delete {
          display: inline-block;
          right: -20px;
          bottom: 0px;
          background: #ce4c4c; }
        .grid_container .item .thumbnail .pr .not_approved, .grid_container .item .thumbnail .pr .disabled {
          position: absolute;
          top: 0;
          padding: 2px;
          color: #fff;
          font-size: 11px; }
        .grid_container .item .thumbnail .pr .not_approved {
          right: 0;
          background: rgba(38, 194, 224, 0.65); }
        .grid_container .item .thumbnail .pr .disabled {
          left: 0;
          background: rgba(224, 38, 38, 0.65); }
        .grid_container .item .thumbnail .pr .delete a, .grid_container .item .thumbnail .pr .edit a {
          padding: 5px; }
        .grid_container .item .thumbnail .pr img {
          width: 100%; }

.wallpaper_title h2 {
  margin-top: 0;
  font-size: 18px;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 10px;
  line-height: 24px; }

.wallpaper_image {
  position: relative; }
  .wallpaper_image .thumbnail {
    margin-bottom: 0;
    padding: 8px; }

.details_title {
  font-weight: bold;
  font-size: 11px; }

.wblock {
  margin-bottom: 5px; }

.next_prev {
  margin-top: 15px;
  position: relative; }
  .next_prev a {
    padding: 5px 10px; }
  .next_prev .loading {
    position: absolute;
    left: 48%;
    font-size: 20px; }

.wallpaper_colors span.color_block {
  width: 15px;
  height: 15px;
  display: inline-block; }
  @media screen and (max-width: 767px) {
    .wallpaper_colors span.color_block {
      width: 10px;
      height: 10px; } }

.wallpaper_rating_single {
  font-size: 18px;
  margin-top: 10px; }
  .wallpaper_rating_single .fa-star-half-empty, .wallpaper_rating_single .fa-star {
    color: #eb5b5b; }
  .wallpaper_rating_single .vote_details {
    font-size: 11px; }

.votes {
  display: inline-block;
  position: absolute;
  bottom: 5px;
  left: 5px;
  background: #fff;
  padding: 6px;
  font-size: 15px;
  color: #fff; }
  .votes .voteup {
    padding: 1px 8px; }
  .votes .votedown {
    padding: 1px 8px; }

.filtration {
  margin: 20px 5px; }
  .filtration .latest {
    color: #35B823; }
  .filtration .views {
    color: #BB551C; }
  .filtration .downloads {
    color: #258FCA; }
  .filtration .favourites {
    color: #BE2828; }
  .filtration .rating {
    color: #98AC2F; }
  .filtration li.active {
    background: #E2E2E2; }

.favorites {
  display: inline-block;
  position: absolute;
  bottom: 9px;
  right: 9px;
  background: #fff;
  padding: 4px 10px;
  font-size: 15px;
  color: #ff333e;
  cursor: pointer; }

.resblocks {
  margin-top: 15px; }
  .resblocks td.res_info {
    background: #FAFAFA;
    color: #858585; }
  .resblocks ul {
    margin-bottom: 0; }
    .resblocks ul li {
      min-width: 97px; }
      .resblocks ul li.active {
        background: #ddd; }
      .resblocks ul li .fa {
        color: #aaa; }

img.img-center {
  margin: 0 auto; }

.m_t_5 {
  margin-top: 5px; }

.m_t_10 {
  margin-top: 10px; }

@media screen and (min-width: 992px) {
  .row_no_pad_right {
    padding-right: 0; }

  .row_no_pad_left {
    padding-left: 0; } }
.social_buttons_details {
  display: inline-block;
  margin-bottom: 0; }
  @media screen and (min-width: 992px) {
    .social_buttons_details {
      margin-left: 30px; } }
  @media screen and (max-width: 767px) {
    .social_buttons_details li {
      padding-right: 0; } }

.row.row-sm {
  margin-left: -5px;
  margin-right: -5px; }
  .row.row-sm .col-xs-1, .row.row-sm .col-sm-1, .row.row-sm .col-md-1, .row.row-sm .col-lg-1, .row.row-sm .col-xs-2, .row.row-sm .col-sm-2, .row.row-sm .col-md-2, .row.row-sm .col-lg-2, .row.row-sm .col-xs-3, .row.row-sm .col-sm-3, .row.row-sm .col-md-3, .row.row-sm .col-lg-3, .row.row-sm .col-xs-4, .row.row-sm .col-sm-4, .row.row-sm .col-md-4, .row.row-sm .col-lg-4, .row.row-sm .col-xs-5, .row.row-sm .col-sm-5, .row.row-sm .col-md-5, .row.row-sm .col-lg-5, .row.row-sm .col-xs-6, .row.row-sm .col-sm-6, .row.row-sm .col-md-6, .row.row-sm .col-lg-6, .row.row-sm .col-xs-7, .row.row-sm .col-sm-7, .row.row-sm .col-md-7, .row.row-sm .col-lg-7, .row.row-sm .col-xs-8, .row.row-sm .col-sm-8, .row.row-sm .col-md-8, .row.row-sm .col-lg-8, .row.row-sm .col-xs-9, .row.row-sm .col-sm-9, .row.row-sm .col-md-9, .row.row-sm .col-lg-9, .row.row-sm .col-xs-10, .row.row-sm .col-sm-10, .row.row-sm .col-md-10, .row.row-sm .col-lg-10, .row.row-sm .col-xs-11, .row.row-sm .col-sm-11, .row.row-sm .col-md-11, .row.row-sm .col-lg-11, .row.row-sm .col-xs-12, .row.row-sm .col-sm-12, .row.row-sm .col-md-12, .row.row-sm .col-lg-12 {
    padding-left: 5px;
    padding-right: 5px; }

@media screen and (min-width: 768px) {
  .text-right-no-xs {
    text-align: right; }

  .comment_data {
    margin: 10px; } }
.comment_form form {
  background-color: #F7F7F7;
  border: solid #e9e9e9;
  border-width: 1px 0;
  padding: 7px 10px; }
  .comment_form form .thumbnail {
    margin: 0; }
  .comment_form form #recaptcha_widget {
    min-height: 0; }
    .comment_form form #recaptcha_widget > .row {
      margin: 0 -5px; }

.comment_single {
  margin-bottom: 10px; }
  .comment_single .data {
    padding: 5px;
    background: #fff;
    border: 1px solid #EBEBEB; }
    .comment_single .data .top {
      margin-bottom: 5px;
      border-bottom: 1px solid #F3F3F3;
      color: #A39B9B; }
    .comment_single .data p {
      margin-bottom: 0; }

.noty_text {
  font-weight: normal; }
  .noty_text p {
    margin-bottom: 5px;
    font-weight: normal; }

.report_comment {
  padding: 10px;
  cursor: pointer; }
  .report_comment:hover {
    color: #ECAB58; }

.modal-backdrop {
  background: #fff; }
  .modal-backdrop.in {
    opacity: 0; }

.search_filters {
  padding: 5px; }

.form-control.white {
  background: #f6f6f6; }

.input-group .form-control.search_box {
  padding-right: 105px; }

@media screen and (min-width: 992px) {
  .text-center-desk {
    text-align: center; } }

.color_picker .color_pallet {
  position: absolute;
  top: 3px;
  z-index: 2;
  right: 50px;
  height: 25px;
  padding: 0;
  margin: 0;
  border: 0;
  background: url("../img/color-spectrum.png") no-repeat 0 0 transparent;
  width: 25px;
  cursor: pointer; }
.color_picker .html5_color {
  position: absolute;
  visibility: hidden; }
.color_picker .show_hash {
  position: absolute;
  top: 5px;
  right: 83px;
  z-index: 9; }
  @media (max-width: 480px) {
    .color_picker .show_hash {
      font-size: 10px; } }
  .color_picker .show_hash .fa.fa-times {
    padding: 4px;
    cursor: pointer; }

.display_inline {
  display: inline-block; }

.cover_upload ul {
  padding-left: 10px; }

.jcrop-holder img,
img.jcrop-preview {
  max-width: none; }

.pr10 {
  padding-right: 10px; }

.upload_by_label {
  margin-bottom: 3px; }

.help-block {
  color: #BDBDBD; }

.form-group .bootstrap-tagsinput {
  display: block;
  margin-bottom: 0; }

.redactor_editor, .redactor_editor:focus {
  min-height: 140px; }
.navbar-brand {
  padding: 0px;
  margin-right: 40px;
}