.theme-7-1 .wrapper.content {
    background: url("../../images/themes/7_1/bg-main.png") #faedd4 top left repeat-x;
}

.theme-7-1 .bg-part.bg-part-top {
    background-image: url("../../images/themes/7_1/bg-part-top.png");
    width: 724px;
    height: 251px;
    left: 55px;
    top: -155px;
}

.theme-7-1 .bg-part.bg-part-right {
    background-image: url("../../images/themes/7_1/bg-part-right.png");
    width: 286px;
    height: 438px;
    right: -171px;
    top: 186px;
}
.theme-7-1 .bg-part.bg-table {
    background-image: url("../../images/themes/7_1/table.png");
    width: 291px;
    height: 310px;
    right: -212px;
    top: -146px;
}

.theme-7-1 .avatar-box {
    right: 33px;
    top: -118px;
}

@-webkit-keyframes cogged-wheel-spin-right {
  0% {
    -webkit-transform:rotate(0deg);
  }
  100% {
    -webkit-transform:rotate(360deg);
  }
}

@keyframes cogged-wheel-spin-right {
  0% {
    transform:rotate(0deg);
  }
  100% {
    transform:rotate(360deg);
  }
}

@-webkit-keyframes cogged-wheel-spin-left {
  0% {
    -webkit-transform:rotate(360deg);
  }
  100% {
    -webkit-transform:rotate(0deg);
  }
}

@keyframes cogged-wheel-spin-left {
  0% {
    transform:rotate(360deg);
  }
  100% {
    transform:rotate(0deg);
  }
}

.theme-7-1 .cogged-wheel {
    position: absolute;
    z-index: 3;
}

.theme-7-1 .cogged-wheel-left {
    animation: cogged-wheel-spin-left 5s;
    -webkit-animation: cogged-wheel-spin-left 5s;
    animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
}

.theme-7-1 .cogged-wheel-right {
    animation: cogged-wheel-spin-right 5s;
    -webkit-animation: cogged-wheel-spin-right 5s;
    animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
}

.theme-7-1 .cogged-wheel-1 {
    background-image: url("../../images/themes/7_1/cogged-wheel-1.png");
    width: 73px;
    height: 72px;
    top: 13px;
    left: 600px;
}

.theme-7-1 .cogged-wheel-2 {
    background-image: url("../../images/themes/7_1/cogged-wheel-2.png");
    width: 62px;
    height: 62px;
    top: 32px;
    left: 224px;
}

.theme-7-1 .cogged-wheel-3 {
    background-image: url("../../images/themes/7_1/cogged-wheel-3.png");
    width: 72px;
    height: 72px;
    top: 24px;
    left: 283px;
}
@media only screen and (max-width : 1120px) {
    .theme-7-1 .bg-part.bg-part-right {
        background-image: url("../../images/themes/7_1/bg-part-right-mini.png");
        width: 200px;
        height: 306px;
        right: -60px;
        top: 186px;
    }
}
@media only screen and (max-width : 1085px) {
    .theme-7-1 .bg-part.bg-table {
        display: none;
    }
}