﻿@charset "utf-8";

@media (max-width:599px) {

  /*sub menu*/
  nav>.header_menu>li:nth-of-type(1) a {
    color: rgba(255, 255, 255, 0.7);
  }

  nav>.header_menu>li:hover:nth-of-type(1) a {
    color: #8c33f7;
  }

  nav>.header_menu>li:nth-of-type(2) a {
    color: #8c33f7;
  }

  #slider {
    width: 100%;
    height: 500px;
    margin: 0 auto;
  }

  #slider>#slider_text {
    width: 95%;
    height: 200px;
    position: relative;
    top: 20%;
    left: 2%;
    display: inline-block;
    text-align: center;
  }

  #slider>#slider_text>h1 {
    font-size: 50px;
    color: #fff;
    line-height: 48px;
    font-family: 'Abril Fatface', cursive;
    font-weight: 200;
  }

  #slider>#slider_text>p {
    font-size: 14px;
    color: #fff;
    margin: 20px 0 0 0;
    line-height: 23px;
  }

  #content {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  #content>#all {
    width: 100%;
    height: 5950px;
    margin: 0 auto;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
  }

  #content>#all>#left {
    width: 95%;
    height: 3250px;
  }

  #content>#all>#left>#first {
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }

  #content>#all>#left>#first>#first_photo {
    width: 100%;
    height: 340px;
    background-size: cover;
    background-position: center;
  }

  #content>#all>#left>#first>#first_icon {
    width: 100%;
    height: 180px;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
  }

  #content>#all>#left>#first>#first_icon>.p1 {
    width: 100%;
    text-align: left;
    font-size: 15px;
    margin-top: 15px;
    color: #222;
  }

  #content>#all>#left>#first>#first_icon>.first_icon_box {
    width: 50%;
    height: 30px;
    margin-top: 20px;
    display: flex;
  }

  #content>#all>#left>#first>#first_icon>.first_icon_box>p {
    color: #828bb2;
    font-size: 14px;
    margin-right: 15px;
  }

  #content>#all>#left>#first>#first_icon>.first_icon_box>i {
    margin-top: 2px;
    font-size: 15px;
  }

  #content>#all>#left>#first>#first_icon>.first_icon_box:nth-of-type(5)>i {
    margin: 2px 10px 0 5px;
  }

  #content>#all>#left>#first>#first_icon>.first_icon_box:nth-of-type(5)>i:hover {
    cursor: pointer;
    color: #7c32ff;
  }

  #content>#all>#left>#first>#first_text {
    width: 100%;
    height: 480px;
    margin-top: 30px;
  }

  #content>#all>#left>#first>#first_text>h3 {
    font-size: 25px;
    color: #222;
    font-weight: 300;
    font-family: 'Abril Fatface', cursive;
  }

  #content>#all>#left>#first>#first_text>p {
    font-size: 15px;
    color: #828bb2;
  }

  #content>#all>#left>#first>#first_text2 {
    box-shadow: 5px 5px 10px #eee;
    width: 100%;
    height: 180px;
    margin-bottom: 10px;
  }

  #content>#all>#left>#first>#first_text2>p {
    width: 90%;
    margin: 30px auto;
    color: #828bb2;
    font-size: 15px;
  }

  #content>#all>#left>#twobox {
    width: 100%;
    height: 500px;
    margin-top: 20px;
    display: flex;
    flex-flow: row wrap;
  }

  #content>#all>#left>#twobox>.twobox_photo {
    width: 47%;
    height: 210px;
    background-position: center;
    background-size: cover;
  }

  #content>#all>#left>#twobox>.twobox_photo:nth-of-type(1) {
    margin-right: 25px;
  }

  #content>#all>#left>#twobox>#twobox_text {
    width: 100%;
    height: 250px;
  }

  #content>#all>#left>#twobox>#twobox_text>p {
    color: #828bb2;
    font-size: 14px;
    margin-top: 30px;
  }

  #content>#all>#left>#postbox {
    border-top: 1px solid #eee;
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row wrap;
  }

  #content>#all>#left>#postbox>.prev_next {
    width: 10%;
    height: 60px;
    display: flex;
    color: #828bb2;
    justify-content: center;
    align-items: center;
  }

  #content>#all>#left>#postbox>.prev_next>i {
    font-size: 50px;
    transition: all 0.3s ease;
  }

  #content>#all>#left>#postbox>.prev_next:hover {
    cursor: pointer;
    color: #000;
  }

  #content>#all>#left>#postbox>.post_text {
    width: 88%;
    height: 80px;
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
  }

  #content>#all>#left>#postbox>.post_text>p {
    color: #828bb2;
    font-size: 14px;
  }

  #content>#all>#left>#postbox>.post_text>h3 {
    color: #222;
    font-size: 21px;
    font-family: 'Abril Fatface', cursive;
    font-weight: 300;
  }

  #content>#all>#left>#postbox>.post_text:nth-of-type(3) {
    text-align: right;
  }

  #content>#all>#left>#comment {
    border: 1px solid #eee;
    margin-top: 40px;
    width: 100%;
    height: 782px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }

  #content>#all>#left>#comment>h3 {
    font-size: 22px;
    color: #222;
    font-family: 'Abril Fatface', cursive;
    font-weight: 200;
    margin-top: 50px;
  }

  #content>#all>#left>#comment>.comment_box {
    width: 98%;
    height: 100px;
    display: flex;
    align-items: center;
    margin-top: -20px;
  }

  #content>#all>#left>#comment>.comment_box>.comment_photo {
    width: 13%;
    height: 60px;
    background-position: center;
    background-size: cover;
  }

  #content>#all>#left>#comment>.comment_box>.comment_text {
    width: 60%;
    height: 100px;
    display: flex;
    flex-flow: column wrap;
    padding: 20px 0 0 15px;
  }

  #content>#all>#left>#comment>.comment_box>.comment_text>h4 {
    color: #222;
    font-size: 17px;
    font-family: 'Abril Fatface', cursive;
    font-weight: 300;
  }

  #content>#all>#left>#comment>.comment_box>.comment_text>.p1 {
    color: #ccc;
    font-size: 13px;
  }

  #content>#all>#left>#comment>.comment_box>.comment_text>.p2 {
    color: #777;
    font-size: 14px;
    margin-top: 20px;
  }

  #content>#all>#left>#comment>.comment_box>.comment_btn {
    width: 100px;
    height: 40px;
    border: 1px solid #eee;
    background: #fff;
    font-size: 14px;
    font-weight: 600;
    color: #222;
    transition: all 0.3s ease;
    margin-left: 14px;
  }

  #content>#all>#left>#comment>.comment_box>.comment_btn:hover {
    background: #222;
    color: #fff;
    border: none;
    cursor: pointer;
  }

  #content>#all>#left>#last {
    margin-top: 50px;
    border: 1px solid #eee;
    width: 100%;
    height: 450px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }

  #content>#all>#left>#last>h3 {
    width: 100%;
    height: 30px;
    text-align: center;
    color: #222;
    font-size: 22px;
    font-family: 'Abril Fatface', cursive;
    font-weight: 200;
    margin-top: 35px;
  }

  #content>#all>#left>#last>#name {
    width: 46%;
    height: 40px;
    margin-right: 4%;
    border: 1px solid #ced4da;
    color: #888;
  }

  #content>#all>#left>#last>#email {
    width: 46%;
    height: 40px;
    border: 1px solid #ced4da;
    color: #888;
  }

  #content>#all>#left>#last>#subject {
    width: 96%;
    height: 40px;
    margin-top: -30px;
    border: 1px solid #ced4da;
    color: #888;
  }

  #content>#all>#left>#last>#messege {
    width: 96%;
    height: 120px;
    padding: 0 0 80px 0;
    margin-top: -30px;
    border: 1px solid #ced4da;
    color: #888;
  }

  #content>#all>#left>#last>#last_btn {
    width: 156px;
    height: 48px;
    color: #fff;
    border: none;
    font-weight: 600;
    font-size: 12px;
    background: -webkit-linear-gradient(60deg, #7c32ff 0%, #c738d8 100%);
    margin-top: -30px;
  }

  #content>#all>#left>#last>#last_btn:hover {
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0px 10px 20px rgba(108, 39, 255, 0.3);
  }

  #content>#all>#right {
    background: #ebebf3;
    border: 1px solid #eee;
    width: 95%;
    height: 2550px;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    margin-top: 70px;
  }

  #content>#all>#right>#search {
    background: #7c3eff;
    height: 42px;
    width: 90%;
    border-radius: 50px;
    margin-top: 50px;
  }

  #content>#all>#right>#search>input {
    border: none;
    width: 85%;
    height: 42px;
    font-size: 14px;
    background: rgba(0, 0, 0, 0);
    padding: 0 20px;
    color: #fff;
  }

  #content>#all>#right>#search>i {
    color: #fff;
    margin-left: 10px;
  }

  #content>#all>#right>#profile {
    border-top: 1px solid #ddd;
    width: 90%;
    height: 450px;
    margin-top: 30px;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
  }

  #content>#all>#right>#profile>#profile_photo {
    margin-top: 40px;
    width: 120px;
    height: 120px;
    background-position: center;
    background-size: cover;
  }

  #content>#all>#right>#profile>h3 {
    color: #222;
    font-size: 18px;
    font-family: 'Abril Fatface', cursive;
    font-weight: 300;
    margin-top: 35px;
  }

  #content>#all>#right>#profile>.p1 {
    color: #828bb2;
    font-size: 15px;
  }

  #content>#all>#right>#profile>#profile_icon {
    width: 35%;
    height: 20px;
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
  }

  #content>#all>#right>#profile>#profile_icon>i {
    font-size: 14px;
  }

  #content>#all>#right>#profile>#profile_icon>i:hover {
    color: #7c32ff;
    cursor: pointer;
  }

  #content>#all>#right>#profile>.p2 {
    color: #828bb2;
    font-size: 15px;
    text-align: center;
    margin-top: 20px;
    width: 90%;
  }

  #content>#all>#right>#popular {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width: 90%;
    height: 490px;
    margin-top: 50px;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
  }

  #content>#all>#right>#popular>h3 {
    color: #222;
    font-size: 23px;
    font-family: 'Abril Fatface', cursive;
    font-weight: 300;
    margin: 35px 0 5px 0;
  }

  #content>#all>#right>#popular>.popular_box {
    width: 100%;
    height: 65px;
    margin-top: 30px;
    display: flex;
  }

  #content>#all>#right>#popular>.popular_box>.popular_photo {
    width: 25%;
    height: 65px;
    background-position: center;
    background-size: cover;
  }

  #content>#all>#right>#popular>.popular_box>.popular_text {
    width: 70%;
    height: 65px;
  }

  #content>#all>#right>#popular>.popular_box>.popular_text>h4 {
    margin: 5px 0 0 20px;
    color: #222;
    font-size: 16px;
    line-height: 16px;
    font-family: 'Abril Fatface', cursive;
    font-weight: 200;
  }

  #content>#all>#right>#popular>.popular_box>.popular_text>h4:hover {
    color: #7c32ff;
    cursor: pointer;
  }

  #content>#all>#right>#popular>.popular_box>.popular_text>p {
    margin: 10px 0 0 20px;
    color: #828bb2;
    font-size: 14px;
  }

  #content>#all>#right>#right_photo {
    width: 90%;
    height: 350px;
    margin-top: 50px;
    background-position: center;
    background-size: cover;
  }

  #content>#all>#right>#category {
    border-top: 1px solid #ddd;
    width: 90%;
    height: 430px;
    margin-top: 50px;
  }

  #content>#all>#right>#category>h3 {
    color: #222;
    font-size: 23px;
    font-family: 'Abril Fatface', cursive;
    font-weight: 300;
    margin: 35px 0 15px 0;
    text-align: center;
  }

  #content>#all>#right>#category>.category_box {
    width: 100%;
    height: 45px;
    border-bottom: 2px dotted #999;
    display: flex;
    justify-content: space-between;
    padding: 10px;
  }

  #content>#all>#right>#category>.category_box>p {
    color: #828bb2;
    font-size: 14px;
  }

  #content>#all>#right>#category>.category_box:hover>p {
    color: #000;
    font-weight: bold;
  }

  #content>#all>#right>#category>.category_box:hover {
    cursor: pointer;
  }

  #content>#all>#right>#news {
    border-top: 1px solid #ddd;
    width: 90%;
    height: 270px;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
  }

  #content>#all>#right>#news>h3 {
    color: #222;
    font-size: 23px;
    font-family: 'Abril Fatface', cursive;
    font-weight: 300;
    margin: 35px 0 15px 0;
    text-align: center;
  }

  #content>#all>#right>#news>.p1 {
    text-align: center;
    margin-top: 5px;
    width: 80%;
    color: #828bb2;
    font-size: 14px;
  }

  #content>#all>#right>#news>#news_input {
    width: 90%;
    height: 42px;
    margin-top: 25px;
    display: flex;
  }

  #content>#all>#right>#news>#news_input>#news_input1 {
    border: 1px solid #ccc;
    width: 75%;
  }

  #content>#all>#right>#news>#news_input>#news_input1>i {
    color: #ccc;
    font-size: 17px;
    margin: 0 5px 0 10px;
  }

  #content>#all>#right>#news>#news_input>#news_input1>input {
    background: rgba(0, 0, 0, 0);
    width: 80%;
    height: 40px;
    border: none;
    color: #ccc;
    font-size: 12px;
  }

  #content>#all>#right>#news>#news_input>#news_btn {
    width: 25%;
    border: none;
    height: 42px;
    color: #fff;
    font-size: 12px;
    background: -webkit-linear-gradient(30deg, #7c32ff 0%, #c738d8 100%);
  }

  #content>#all>#right>#news>#news_input>#news_btn:hover {
    cursor: pointer;
  }

  #content>#all>#right>#news>.p2 {
    color: #828bb2;
    font-size: 14px;
    margin-top: 20px;
  }

  #content>#all>#right>#right_last {
    border-top: 1px solid #ddd;
    width: 90%;
    height: 230px;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    margin-top: 20px;
  }

  #content>#all>#right>#right_last>h3 {
    color: #222;
    font-size: 23px;
    font-family: 'Abril Fatface', cursive;
    font-weight: 300;
    margin: 35px 0 15px 0;
    text-align: center;
  }

  #content>#all>#right>#right_last>#right_last_text {
    margin-top: 15px;
    width: 100%;
    height: 120px;
    display: flex;
    flex-flow: row wrap;
    padding: 0 0 0 20px;
  }

  #content>#all>#right>#right_last>#right_last_text>p {
    background: #fff;
    border: 1px solid #ddd;
    padding: 5px 15px;
    font-size: 14px;
    height: 30px;
    margin: 0 5px 0 0;
  }

  #content>#all>#right>#right_last>#right_last_text>p:hover {
    background: #222;
    color: #fff;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 1px solid #222;
  }




}



@media (min-width:600px) {

  /*sub menu*/
  nav>.header_menu>li:nth-of-type(1) a {
    color: rgba(255, 255, 255, 0.7);
  }

  nav>.header_menu>li:hover:nth-of-type(1) a {
    color: #8c33f7;
  }

  nav>.header_menu>li:nth-of-type(2) a {
    color: #8c33f7;
  }


  #slider {
    width: 100%;
    height: 500px;
    margin: 0 auto;
  }

  #slider>#slider_text {
    width: 450px;
    height: 200px;
    position: relative;
    top: 20%;
    left: 20%;
    display: inline-block;
  }

  #slider>#slider_text>h1 {
    font-size: 50px;
    color: #fff;
    line-height: 48px;
    font-family: 'Abril Fatface', cursive;
    font-weight: 200;
  }

  #slider>#slider_text>p {
    font-size: 14px;
    color: #fff;
    margin: 20px 0 0 0;
    line-height: 23px;
  }

  #content {
    width: 100%;
    height: auto;
    margin: 30px auto;
  }

  #content>#all {
    width: 85%;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
  }

  #content>#all>#left {
    width: 100%;
    height: 3150px;
  }

  #content>#all>#left>#first {
    width: 100%;
    height: 1000px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }

  #content>#all>#left>#first>#first_photo {
    width: 100%;
    height: 340px;
    background-size: cover;
    background-position: center;
  }

  #content>#all>#left>#first>#first_icon {
    width: 23%;
    height: 400px;
    margin-left: 10px;
    display: flex;
    flex-flow: column wrap;
    align-items: flex-end;
    margin-top: 10px;
  }

  #content>#all>#left>#first>#first_icon>.p1 {
    text-align: right;
    font-size: 15px;
    color: #222;
  }

  #content>#all>#left>#first>#first_icon>.first_icon_box {
    width: 90%;
    height: 30px;
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
  }

  #content>#all>#left>#first>#first_icon>.first_icon_box>p {
    color: #828bb2;
    font-size: 14px;
    margin-right: 15px;
  }

  #content>#all>#left>#first>#first_icon>.first_icon_box>i {
    margin-top: 2px;
    font-size: 15px;
  }

  #content>#all>#left>#first>#first_icon>.first_icon_box:nth-of-type(5)>i {
    margin: 2px 10px 0 5px;
  }

  #content>#all>#left>#first>#first_icon>.first_icon_box:nth-of-type(5)>i:hover {
    cursor: pointer;
    color: #7c32ff;
  }

  #content>#all>#left>#first>#first_text {
    width: 72%;
    height: auto;
  }

  #content>#all>#left>#first>#first_text>h3 {
    font-size: 25px;
    color: #222;
    font-weight: 300;
    margin-top: 10px;
    font-family: 'Abril Fatface', cursive;
  }

  #content>#all>#left>#first>#first_text>p {
    font-size: 15px;
    color: #828bb2;
    margin-top: 20px;
  }

  #content>#all>#left>#first>#first_text2 {
    box-shadow: 2px 5px 2px #eee;
    width: 100%;
    height: 170px;
    margin-top: 30px;
  }

  #content>#all>#left>#first>#first_text2>p {
    width: 90%;
    margin: 30px auto;
    color: #828bb2;
    font-size: 15px;
  }

  #content>#all>#left>#twobox {
    width: 100%;
    height: 600px;
    display: flex;
    flex-flow: row wrap;
    margin-top: 100px;
  }

  #content>#all>#left>#twobox>.twobox_photo {
    width: 47%;
    height: 300px;
    background-position: center;
    background-size: cover;
  }

  #content>#all>#left>#twobox>.twobox_photo:nth-of-type(1) {
    margin-right: 29px;
  }

  #content>#all>#left>#twobox>#twobox_text {
    width: 100%;
    height: 250px;
  }

  #content>#all>#left>#twobox>#twobox_text>p {
    color: #828bb2;
    font-size: 14px;
    margin-top: 30px;
  }

  #content>#all>#left>#postbox {
    border-top: 1px solid #eee;
    width: 100%;
    height: 140px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #content>#all>#left>#postbox>.prev_next {
    width: 8%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #content>#all>#left>#postbox>.prev_next>i {
    font-size: 50px;
    transition: all 0.3s ease;
    color: #828bb2;
  }

  #content>#all>#left>#postbox>.prev_next:hover>i {
    cursor: pointer;
    color: #000;
  }

  #content>#all>#left>#postbox>.post_text {
    background: #fff;
    width: 37%;
    height: 80px;
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
  }

  #content>#all>#left>#postbox>.post_text>p {
    color: #828bb2;
    font-size: 14px;
  }

  #content>#all>#left>#postbox>.post_text>h3 {
    color: #222;
    font-size: 21px;
    font-family: 'Abril Fatface', cursive;
    font-weight: 300;
  }

  #content>#all>#left>#postbox>.post_text:nth-of-type(3) {
    text-align: right;
  }

  #content>#all>#left>#comment {
    border: 1px solid #eee;
    width: 100%;
    height: 782px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }

  #content>#all>#left>#comment>h3 {
    font-size: 22px;
    color: #222;
    font-family: 'Abril Fatface', cursive;
    font-weight: 200;
    margin-top: 50px;
  }

  #content>#all>#left>#comment>.comment_box {
    width: 95%;
    height: 100px;
    display: flex;
    align-items: center;
  }

  #content>#all>#left>#comment>.comment_box>.comment_photo {
    width: 10%;
    height: 60px;
    background-position: center;
    background-size: cover;
  }

  #content>#all>#left>#comment>.comment_box>.comment_text {
    width: 75%;
    height: 100px;
    display: flex;
    flex-flow: column wrap;
    padding: 20px 0 0 20px;
  }

  #content>#all>#left>#comment>.comment_box>.comment_text>h4 {
    color: #222;
    font-size: 17px;
    font-family: 'Abril Fatface', cursive;
    font-weight: 300;
  }

  #content>#all>#left>#comment>.comment_box>.comment_text>.p1 {
    color: #ccc;
    font-size: 13px;
  }

  #content>#all>#left>#comment>.comment_box>.comment_text>.p2 {
    color: #777;
    font-size: 14px;
    margin-top: 20px;
  }

  #content>#all>#left>#comment>.comment_box>.comment_btn {
    width: 100px;
    height: 40px;
    border: 1px solid #eee;
    background: #fff;
    font-size: 14px;
    font-weight: 600;
    color: #222;
    transition: all 0.3s ease;
    margin-left: 14px;
  }

  #content>#all>#left>#comment>.comment_box>.comment_btn:hover {
    background: #222;
    color: #fff;
    border: none;
    cursor: pointer;
  }

  #content>#all>#left>#last {
    margin-top: 50px;
    border: 1px solid #eee;
    width: 100%;
    height: 450px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }

  #content>#all>#left>#last>h3 {
    width: 100%;
    height: 30px;
    text-align: center;
    color: #222;
    font-size: 22px;
    font-family: 'Abril Fatface', cursive;
    font-weight: 200;
    margin-top: 35px;
  }

  #content>#all>#left>#last>#name {
    width: 46%;
    height: 40px;
    margin-right: 4%;
    border: 1px solid #ced4da;
    color: #888;
  }

  #content>#all>#left>#last>#email {
    width: 46%;
    height: 40px;
    border: 1px solid #ced4da;
    color: #888;
  }

  #content>#all>#left>#last>#subject {
    width: 96%;
    height: 40px;
    margin-top: -30px;
    border: 1px solid #ced4da;
    color: #888;
  }

  #content>#all>#left>#last>#messege {
    width: 96%;
    height: 120px;
    padding: 0 0 80px 0;
    margin-top: -30px;
    border: 1px solid #ced4da;
    color: #888;
  }

  #content>#all>#left>#last>#last_btn {
    width: 156px;
    height: 48px;
    color: #fff;
    border: none;
    font-weight: 600;
    font-size: 12px;
    background: -webkit-linear-gradient(60deg, #7c32ff 0%, #c738d8 100%);
    margin-top: -30px;
  }

  #content>#all>#left>#last>#last_btn:hover {
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0px 10px 20px rgba(108, 39, 255, 0.3);
  }

  #content>#all>#right {
    background: #ebebf3;
    border: 1px solid #eee;
    width: 100%;
    height: 2600px;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
  }

  #content>#all>#right>#search {
    background: #7c3eff;
    height: 42px;
    width: 85%;
    border-radius: 50px;
    margin-top: 50px;
  }

  #content>#all>#right>#search>input {
    border: none;
    width: 85%;
    height: 42px;
    font-size: 14px;
    background: rgba(0, 0, 0, 0);
    padding: 0 20px;
    color: #fff;
  }

  #content>#all>#right>#search>i {
    color: #fff;
    margin-left: 10px;
  }

  #content>#all>#right>#profile {
    border-top: 1px solid #ddd;
    width: 85%;
    height: 420px;
    margin-top: 30px;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
  }

  #content>#all>#right>#profile>#profile_photo {
    margin-top: 40px;
    width: 120px;
    height: 120px;
    background-position: center;
    background-size: cover;
  }

  #content>#all>#right>#profile>h3 {
    color: #222;
    font-size: 18px;
    font-family: 'Abril Fatface', cursive;
    font-weight: 300;
    margin-top: 35px;
  }

  #content>#all>#right>#profile>.p1 {
    color: #828bb2;
    font-size: 15px;
  }

  #content>#all>#right>#profile>#profile_icon {
    width: 20%;
    height: 20px;
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
  }

  #content>#all>#right>#profile>#profile_icon>i {
    font-size: 14px;
  }

  #content>#all>#right>#profile>#profile_icon>i:hover {
    color: #7c32ff;
    cursor: pointer;
  }

  #content>#all>#right>#profile>.p2 {
    color: #828bb2;
    font-size: 15px;
    text-align: center;
    margin-top: 20px;
    width: 90%;
  }

  #content>#all>#right>#popular {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width: 85%;
    height: 500px;
    margin-top: 50px;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
  }

  #content>#all>#right>#popular>h3 {
    color: #222;
    font-size: 23px;
    font-family: 'Abril Fatface', cursive;
    font-weight: 300;
    margin: 35px 0 5px 0;
  }

  #content>#all>#right>#popular>.popular_box {
    width: 95%;
    height: 65px;
    margin-top: 30px;
    display: flex;
  }

  #content>#all>#right>#popular>.popular_box>.popular_photo {
    width: 20%;
    height: 65px;
    background-position: center;
    background-size: cover;
  }

  #content>#all>#right>#popular>.popular_box>.popular_text {
    width: 50%;
    height: 65px;
  }

  #content>#all>#right>#popular>.popular_box>.popular_text>h4 {
    margin: 5px 0 0 10px;
    color: #222;
    font-size: 16px;
    line-height: 16px;
    font-family: 'Abril Fatface', cursive;
    font-weight: 200;
  }

  #content>#all>#right>#popular>.popular_box>.popular_text>h4:hover {
    color: #7c32ff;
    cursor: pointer;
  }

  #content>#all>#right>#popular>.popular_box>.popular_text>p {
    margin: 10px 0 0 10px;
    color: #828bb2;
    font-size: 14px;
  }

  #content>#all>#right>#right_photo {
    width: 85%;
    height: 350px;
    margin-top: 50px;
    background-position: center;
    background-size: cover;
  }

  #content>#all>#right>#category {
    border-top: 1px solid #ddd;
    width: 85%;
    height: 430px;
    margin-top: 60px;
  }

  #content>#all>#right>#category>h3 {
    color: #222;
    font-size: 23px;
    font-family: 'Abril Fatface', cursive;
    font-weight: 300;
    margin: 35px 0 15px 0;
    text-align: center;
  }

  #content>#all>#right>#category>.category_box {
    width: 100%;
    height: 45px;
    border-bottom: 2px dotted #999;
    display: flex;
    justify-content: space-between;
    padding: 10px;
  }

  #content>#all>#right>#category>.category_box>p {
    color: #828bb2;
    font-size: 14px;
  }

  #content>#all>#right>#category>.category_box:hover>p {
    color: #000;
    font-weight: bold;
  }

  #content>#all>#right>#category>.category_box:hover {
    cursor: pointer;
  }

  #content>#all>#right>#news {
    border-top: 1px solid #ddd;
    width: 85%;
    height: 270px;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
  }

  #content>#all>#right>#news>h3 {
    color: #222;
    font-size: 23px;
    font-family: 'Abril Fatface', cursive;
    font-weight: 300;
    margin: 35px 0 15px 0;
    text-align: center;
  }

  #content>#all>#right>#news>.p1 {
    text-align: center;
    margin-top: 5px;
    width: 80%;
    color: #828bb2;
    font-size: 14px;
  }

  #content>#all>#right>#news>#news_input {
    width: 90%;
    height: 42px;
    margin-top: 25px;
    display: flex;
  }

  #content>#all>#right>#news>#news_input>#news_input1 {
    border: 1px solid #ccc;
    width: 80%;
  }

  #content>#all>#right>#news>#news_input>#news_input1>i {
    color: #ccc;
    font-size: 17px;
    margin: 0 5px 0 10px;
  }

  #content>#all>#right>#news>#news_input>#news_input1>input {
    background: rgba(0, 0, 0, 0);
    width: 80%;
    height: 40px;
    border: none;
    color: #ccc;
    font-size: 12px;
  }

  #content>#all>#right>#news>#news_input>#news_btn {
    width: 20%;
    border: none;
    height: 42px;
    color: #fff;
    font-size: 12px;
    background: -webkit-linear-gradient(30deg, #7c32ff 0%, #c738d8 100%);
  }

  #content>#all>#right>#news>#news_input>#news_btn:hover {
    cursor: pointer;
  }

  #content>#all>#right>#news>.p2 {
    color: #828bb2;
    font-size: 14px;
    margin-top: 20px;
  }

  #content>#all>#right>#right_last {
    border-top: 1px solid #ddd;
    width: 85%;
    height: 230px;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
  }

  #content>#all>#right>#right_last>h3 {
    color: #222;
    font-size: 23px;
    font-family: 'Abril Fatface', cursive;
    font-weight: 300;
    margin: 35px 0 15px 0;
    text-align: center;
  }

  #content>#all>#right>#right_last>#right_last_text {
    margin-top: 15px;
    width: 100%;
    height: 110px;
    display: flex;
    flex-flow: row wrap;
    padding: 0 0 0 20px;
  }

  #content>#all>#right>#right_last>#right_last_text>p {
    border: 1px solid #ddd;
    background: #fff;
    padding: 5px 15px;
    font-size: 14px;
    height: 30px;
    margin: 0 5px 0 0;
  }

  #content>#all>#right>#right_last>#right_last_text>p:hover {
    background: #222;
    color: #fff;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 1px solid #222;
  }



}


@media (min-width:1000px) {

  /*sub menu*/
  nav>.header_menu>li:nth-of-type(1) a {
    color: rgba(255, 255, 255, 0.7);
  }

  nav>.header_menu>li:hover:nth-of-type(1) a {
    color: #8c33f7;
  }

  nav>.header_menu>li:nth-of-type(2) a {
    color: #8c33f7;
  }

  #slider {
    width: 100%;
    height: 500px;
    margin: 0 auto;
  }

  #slider>#slider_text {
    width: 30%;
    height: 200px;
    position: absolute;
    top: 38%;
    left: 48%;
    margin: -50px 0 0 200px;
    display: inline-block;
  }

  #slider>#slider_text>h1 {
    font-size: 50px;
    color: #fff;
    line-height: 48px;
    font-family: 'Abril Fatface', cursive;
    font-weight: 200;
    text-align: right;
  }

  #slider>#slider_text>p {
    font-size: 14px;
    color: #fff;
    margin: 20px 0 0 0;
    line-height: 23px;
    text-align: right;
  }

  #content {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  #content>#all {
    width: 85%;
    height: 3300px;
    margin: 0 auto;
    display: flex;
  }

  #content>#all>#left {
    width: 65%;
    height: 3200px;
  }

  #content>#all>#left>#first {
    width: 100%;
    height: 1100px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }

  #content>#all>#left>#first>#first_photo {
    width: 100%;
    height: 340px;
    background-size: cover;
    background-position: center;
  }

  #content>#all>#left>#first>#first_icon {
    width: 23%;
    height: 400px;
    margin-left: 15px;
    display: flex;
    flex-flow: column wrap;
    align-items: flex-end;
  }

  #content>#all>#left>#first>#first_icon>.p1 {
    text-align: right;
    font-size: 15px;
    color: #222;
  }

  #content>#all>#left>#first>#first_icon>.first_icon_box {
    width: 100%;
    height: 30px;
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
  }

  #content>#all>#left>#first>#first_icon>.first_icon_box>p {
    color: #828bb2;
    font-size: 14px;
    margin-right: 15px;
  }

  #content>#all>#left>#first>#first_icon>.first_icon_box>i {
    margin-top: 2px;
    font-size: 15px;
  }

  #content>#all>#left>#first>#first_icon>.first_icon_box:nth-of-type(5)>i {
    margin: 2px 10px 0 5px;
  }

  #content>#all>#left>#first>#first_icon>.first_icon_box:nth-of-type(5)>i:hover {
    cursor: pointer;
    color: #7c32ff;
  }

  #content>#all>#left>#first>#first_text {
    width: 72%;
    height: auto;
  }

  #content>#all>#left>#first>#first_text>h3 {
    font-size: 25px;
    color: #222;
    font-weight: 300;
    font-family: 'Abril Fatface', cursive;
  }

  #content>#all>#left>#first>#first_text>p {
    font-size: 15px;
    color: #828bb2;
    margin-top: 20px;
  }

  #content>#all>#left>#first>#first_text2 {
    width: 100%;
    height: 160px;
    box-shadow: 2px 3px 2px #eee;
  }

  #content>#all>#left>#first>#first_text2>p {
    width: 90%;
    margin: 30px auto;
    color: #828bb2;
    font-size: 15px;
  }

  #content>#all>#left>#twobox {
    width: 100%;
    height: 600px;
    display: flex;
    flex-flow: row wrap;
  }

  #content>#all>#left>#twobox>.twobox_photo {
    width: 47%;
    height: 340px;
    background-position: center;
    background-size: cover;
  }

  #content>#all>#left>#twobox>.twobox_photo:nth-of-type(1) {
    margin-right: 30px;
  }

  #content>#all>#left>#twobox>#twobox_text {
    width: 100%;
    height: 250px;
  }

  #content>#all>#left>#twobox>#twobox_text>p {
    color: #828bb2;
    font-size: 14px;
    margin-top: 30px;
  }

  #content>#all>#left>#postbox {
    border-top: 1px solid #eee;
    width: 100%;
    height: 140px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #content>#all>#left>#postbox>.prev_next {
    width: 8%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #content>#all>#left>#postbox>.prev_next>i {
    font-size: 50px;
    transition: all 0.3s ease;
  }

  #content>#all>#left>#postbox>.prev_next:hover {
    cursor: pointer;
    color: #828bb2;
  }

  #content>#all>#left>#postbox>.post_text {
    width: 37%;
    height: 80px;
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
  }

  #content>#all>#left>#postbox>.post_text>p {
    color: #828bb2;
    font-size: 14px;
  }

  #content>#all>#left>#postbox>.post_text>h3 {
    color: #222;
    font-size: 21px;
    font-family: 'Abril Fatface', cursive;
    font-weight: 300;
  }

  #content>#all>#left>#postbox>.post_text:nth-of-type(3) {
    text-align: right;
  }

  #content>#all>#left>#comment {
    border: 1px solid #eee;
    width: 100%;
    height: 782px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }

  #content>#all>#left>#comment>h3 {
    font-size: 22px;
    color: #222;
    font-family: 'Abril Fatface', cursive;
    font-weight: 200;
  }

  #content>#all>#left>#comment>.comment_box {
    width: 95%;
    height: 100px;
    display: flex;
    align-items: center;
  }

  #content>#all>#left>#comment>.comment_box>.comment_photo {
    width: 13%;
    height: 60px;
    background-position: center;
    background-size: cover;
  }

  #content>#all>#left>#comment>.comment_box>.comment_text {
    width: 75%;
    height: 100px;
    display: flex;
    flex-flow: column wrap;
    padding: 20px 0 0 20px;
  }

  #content>#all>#left>#comment>.comment_box>.comment_text>h4 {
    color: #222;
    font-size: 17px;
    font-family: 'Abril Fatface', cursive;
    font-weight: 300;
  }

  #content>#all>#left>#comment>.comment_box>.comment_text>.p1 {
    color: #ccc;
    font-size: 13px;
  }

  #content>#all>#left>#comment>.comment_box>.comment_text>.p2 {
    color: #777;
    font-size: 14px;
    margin-top: 20px;
  }

  #content>#all>#left>#comment>.comment_box>.comment_btn {
    width: 100px;
    height: 40px;
    border: 1px solid #eee;
    font-size: 14px;
    font-weight: 600;
    color: #222;
    transition: all 0.3s ease;
    margin-left: 14px;
  }

  #content>#all>#left>#comment>.comment_box>.comment_btn:hover {
    background: #222;
    color: #fff;
    border: none;
    cursor: pointer;
  }

  #content>#all>#left>#last {
    margin-top: 50px;
    border: 1px solid #eee;
    width: 100%;
    height: 450px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }

  #content>#all>#left>#last>h3 {
    width: 100%;
    height: 30px;
    text-align: center;
    color: #222;
    font-size: 22px;
    font-family: 'Abril Fatface', cursive;
    font-weight: 200;
    margin-top: 35px;
  }

  #content>#all>#left>#last>#name {
    width: 46%;
    height: 40px;
    margin-right: 4%;
    border: 1px solid #ced4da;
    color: #888;
  }

  #content>#all>#left>#last>#email {
    width: 46%;
    height: 40px;
    border: 1px solid #ced4da;
    color: #888;
  }

  #content>#all>#left>#last>#subject {
    width: 96%;
    height: 40px;
    margin-top: -30px;
    border: 1px solid #ced4da;
    color: #888;
  }

  #content>#all>#left>#last>#messege {
    width: 96%;
    height: 120px;
    padding: 0 0 80px 0;
    margin-top: -30px;
    border: 1px solid #ced4da;
    color: #888;
  }

  #content>#all>#left>#last>#last_btn {
    width: 156px;
    height: 48px;
    color: #fff;
    border: none;
    font-weight: 600;
    font-size: 12px;
    background: -webkit-linear-gradient(60deg, #7c32ff 0%, #c738d8 100%);
    margin-top: -30px;
  }

  #content>#all>#left>#last>#last_btn:hover {
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0px 10px 20px rgba(108, 39, 255, 0.3);
  }

  #content>#all>#right {
    background: #ebebf3;
    border: 1px solid #eee;
    width: 32%;
    height: 2550px;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
  }

  #content>#all>#right>#search {
    background: #7c3eff;
    height: 42px;
    width: 85%;
    border-radius: 50px;
    margin-top: 50px;
  }

  #content>#all>#right>#search>input {
    border: none;
    width: 80%;
    height: 42px;
    font-size: 14px;
    background: rgba(0, 0, 0, 0);
    padding: 0 20px;
    color: #fff;
  }

  #content>#all>#right>#search>i {
    color: #fff;
    margin-left: 10px;
  }

  #content>#all>#right>#profile {
    border-top: 1px solid #ddd;
    width: 85%;
    height: 480px;
    margin-top: 30px;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
  }

  #content>#all>#right>#profile>#profile_photo {
    margin-top: 35px;
    width: 120px;
    height: 120px;
    background-position: center;
    background-size: cover;
  }

  #content>#all>#right>#profile>h3 {
    color: #222;
    font-size: 18px;
    font-family: 'Abril Fatface', cursive;
    font-weight: 300;
    margin-top: 35px;
  }

  #content>#all>#right>#profile>p1 {
    color: #828bb2;
    font-size: 15px;
  }

  #content>#all>#right>#profile>#profile_icon {
    width: 50%;
    height: 20px;
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
  }

  #content>#all>#right>#profile>#profile_icon>i {
    font-size: 14px;
  }

  #content>#all>#right>#profile>#profile_icon>i:hover {
    color: #7c32ff;
    cursor: pointer;
  }

  #content>#all>#right>#profile>p2 {
    color: #828bb2;
    font-size: 15px;
    text-align: center;
    margin-top: 20px;
  }

  #content>#all>#right>#popular {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width: 85%;
    height: 460px;
    margin-top: 50px;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
  }

  #content>#all>#right>#popular>h3 {
    color: #222;
    font-size: 23px;
    font-family: 'Abril Fatface', cursive;
    font-weight: 300;
    margin: 35px 0 5px 0;
  }

  #content>#all>#right>#popular>.popular_box {
    width: 95%;
    height: 65px;
    margin-top: 20px;
    display: flex;
  }

  #content>#all>#right>#popular>.popular_box>.popular_photo {
    width: 33%;
    height: 65px;
    background-position: center;
    background-size: cover;
  }

  #content>#all>#right>#popular>.popular_box>.popular_text {
    width: 67%;
    height: 65px;
  }

  #content>#all>#right>#popular>.popular_box>.popular_text>h4 {
    margin: 5px 0 0 10px;
    color: #222;
    font-size: 16px;
    line-height: 16px;
    font-family: 'Abril Fatface', cursive;
    font-weight: 200;
  }

  #content>#all>#right>#popular>.popular_box>.popular_text>h4:hover {
    color: #7c32ff;
    cursor: pointer;
  }

  #content>#all>#right>#popular>.popular_box>.popular_text>p {
    margin: 10px 0 0 10px;
    color: #828bb2;
    font-size: 14px;
  }

  #content>#all>#right>#right_photo {
    width: 85%;
    height: 250px;
    margin-top: 50px;
    background-position: center;
    background-size: cover;
  }

  #content>#all>#right>#category {
    border-top: 1px solid #ddd;
    width: 85%;
    height: 430px;
    margin-top: 50px;
  }

  #content>#all>#right>#category>h3 {
    color: #222;
    font-size: 23px;
    font-family: 'Abril Fatface', cursive;
    font-weight: 300;
    margin: 35px 0 15px 0;
    text-align: center;
  }

  #content>#all>#right>#category>.category_box {
    width: 100%;
    height: 45px;
    border-bottom: 2px dotted #999;
    display: flex;
    justify-content: space-between;
    padding: 10px;
  }

  #content>#all>#right>#category>.category_box>p {
    color: #828bb2;
    font-size: 14px;
  }

  #content>#all>#right>#category>.category_box:hover>p {
    color: #000;
    font-weight: bold;
  }

  #content>#all>#right>#category>.category_box:hover {
    cursor: pointer;
  }

  #content>#all>#right>#news {
    border-top: 1px solid #ddd;
    width: 85%;
    height: 270px;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
  }

  #content>#all>#right>#news>h3 {
    color: #222;
    font-size: 23px;
    font-family: 'Abril Fatface', cursive;
    font-weight: 300;
    margin: 35px 0 15px 0;
    text-align: center;
  }

  #content>#all>#right>#news>.p1 {
    text-align: center;
    margin-top: 5px;
    width: 80%;
    color: #828bb2;
    font-size: 14px;
  }

  #content>#all>#right>#news>#news_input {
    width: 90%;
    height: 42px;
    margin-top: 25px;
    display: flex;
  }

  #content>#all>#right>#news>#news_input>#news_input1 {
    border: 1px solid #ccc;
    width: 70%;
  }

  #content>#all>#right>#news>#news_input>#news_input1>i {
    color: #ccc;
    font-size: 17px;
    margin: 0 5px 0 10px;
  }

  #content>#all>#right>#news>#news_input>#news_input1>input {
    background: rgba(0, 0, 0, 0);
    width: 70%;
    height: 40px;
    border: none;
    color: #ccc;
    font-size: 12px;
  }

  #content>#all>#right>#news>#news_input>#news_btn {
    width: 30%;
    border: none;
    height: 42px;
    color: #fff;
    font-size: 12px;
    background: -webkit-linear-gradient(30deg, #7c32ff 0%, #c738d8 100%);
  }

  #content>#all>#right>#news>#news_input>#news_btn:hover {
    cursor: pointer;
  }

  #content>#all>#right>#news>.p2 {
    color: #828bb2;
    font-size: 14px;
    margin-top: 20px;
  }

  #content>#all>#right>#right_last {
    border-top: 1px solid #ddd;
    width: 85%;
    height: 320px;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
  }

  #content>#all>#right>#right_last>h3 {
    color: #222;
    font-size: 23px;
    font-family: 'Abril Fatface', cursive;
    font-weight: 300;
    margin: 35px 0 15px 0;
    text-align: center;
  }

  #content>#all>#right>#right_last>#right_last_text {
    margin-top: 15px;
    width: 100%;
    height: 220px;
    display: flex;
    flex-flow: row wrap;
    padding: 0 0 0 15px;
  }

  #content>#all>#right>#right_last>#right_last_text>p {
    background: #fff;
    border: 1px solid #ddd;
    padding: 5px 15px;
    font-size: 14px;
    height: 30px;
    margin: 0 10px 0 0;
  }

  #content>#all>#right>#right_last>#right_last_text>p:hover {
    background: #222;
    color: #fff;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 1px solid #222;
  }

}


@media (min-width:1800px) {

  /*sub menu*/
  nav>.header_menu>li:nth-of-type(1) a {
    color: rgba(255, 255, 255, 0.7);
  }

  nav>.header_menu>li:hover:nth-of-type(1) a {
    color: #8c33f7;
  }

  nav>.header_menu>li:nth-of-type(2) a {
    color: #8c33f7;
  }

  #slider {
    width: 100%;
    height: 500px;
    margin: 0 auto;
  }

  #slider>#slider_text {
    width: 450px;
    height: 200px;
    position: relative;
    top: 60%;
    left: 45%;
    margin: -450px 0 0 300px;
    display: inline-block;
  }

  #slider>#slider_text>h1 {
    font-size: 50px;
    color: #fff;
    line-height: 48px;
    font-family: 'Abril Fatface', cursive;
    font-weight: 200;
    text-align: right;
  }

  #slider>#slider_text>p {
    font-size: 14px;
    color: #fff;
    margin: 20px 0 0 0;
    line-height: 23px;
    text-align: right;
  }

  #content {
    width: 100%;
    height: auto;
    margin: 50px auto;
  }

  #content>#all {
    width: 1200px;
    height: 3100px;
    margin: 0 auto;
    display: flex;
  }

  #content>#all>#left {
    width: 62%;
    height: 3000px;
    margin-left: 25px;
  }

  #content>#all>#left>#first {
    width: 100%;
    height: 920px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }

  #content>#all>#left>#first>#first_photo {
    width: 100%;
    height: 340px;
    background-size: cover;
    background-position: center;
  }

  #content>#all>#left>#first>#first_icon {
    width: 23%;
    height: 400px;
    margin-left: 15px;
    display: flex;
    flex-flow: column wrap;
    align-items: flex-end;
  }

  #content>#all>#left>#first>#first_icon>.p1 {
    text-align: right;
    font-size: 15px;
    color: #222;
  }

  #content>#all>#left>#first>#first_icon>.first_icon_box {
    width: 90%;
    height: 30px;
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
  }

  #content>#all>#left>#first>#first_icon>.first_icon_box>p {
    color: #828bb2;
    font-size: 14px;
    margin-right: 15px;
  }

  #content>#all>#left>#first>#first_icon>.first_icon_box>i {
    margin-top: 2px;
    font-size: 15px;
  }

  #content>#all>#left>#first>#first_icon>.first_icon_box:nth-of-type(5)>i {
    margin: 2px 10px 0 5px;
  }

  #content>#all>#left>#first>#first_icon>.first_icon_box:nth-of-type(5)>i:hover {
    cursor: pointer;
    color: #7c32ff;
  }

  #content>#all>#left>#first>#first_text {
    width: 72%;
    height: 400px;
  }

  #content>#all>#left>#first>#first_text>h3 {
    font-size: 25px;
    color: #222;
    font-weight: 300;
    font-family: 'Abril Fatface', cursive;
  }

  #content>#all>#left>#first>#first_text>p {
    font-size: 15px;
    color: #828bb2;
    margin-top: 20px;
  }

  #content>#all>#left>#first>#first_text2 {
    width: 100%;
    height: 150px;
    box-shadow: 2px 3px 2px #eee;
  }

  #content>#all>#left>#first>#first_text2>p {
    width: 90%;
    margin: 30px auto;
    color: #828bb2;
    font-size: 15px;
  }

  #content>#all>#left>#twobox {
    width: 100%;
    height: 600px;
    display: flex;
    flex-flow: row wrap;
  }

  #content>#all>#left>#twobox>.twobox_photo {
    width: 48%;
    height: 340px;
    background-position: center;
    background-size: cover;
  }

  #content>#all>#left>#twobox>.twobox_photo:nth-of-type(1) {
    margin-right: 23px;
  }

  #content>#all>#left>#twobox>#twobox_text {
    width: 100%;
    height: 250px;
  }

  #content>#all>#left>#twobox>#twobox_text>p {
    color: #828bb2;
    font-size: 14px;
    margin-top: 30px;
  }

  #content>#all>#left>#postbox {
    border-top: 1px solid #eee;
    width: 100%;
    height: 140px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #content>#all>#left>#postbox>.prev_next {
    width: 8%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #content>#all>#left>#postbox>.prev_next>i {
    font-size: 50px;
    transition: all 0.3s ease;
  }

  #content>#all>#left>#postbox>.prev_next:hover {
    cursor: pointer;
    color: #828bb2;
  }

  #content>#all>#left>#postbox>.post_text {
    background: #fff;
    width: 37%;
    height: 60px;
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
  }

  #content>#all>#left>#postbox>.post_text>p {
    color: #828bb2;
    font-size: 14px;
  }

  #content>#all>#left>#postbox>.post_text>h3 {
    color: #222;
    font-size: 21px;
    font-family: 'Abril Fatface', cursive;
    font-weight: 300;
  }

  #content>#all>#left>#postbox>.post_text:nth-of-type(3) {
    text-align: right;
  }

  #content>#all>#left>#comment {
    border: 1px solid #eee;
    width: 100%;
    height: 782px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }

  #content>#all>#left>#comment>h3 {
    font-size: 22px;
    color: #222;
    font-family: 'Abril Fatface', cursive;
    font-weight: 200;
  }

  #content>#all>#left>#comment>.comment_box {
    width: 95%;
    height: 100px;
    display: flex;
    align-items: center;
  }

  #content>#all>#left>#comment>.comment_box>.comment_photo {
    width: 8%;
    height: 60px;
    background-position: center;
    background-size: cover;
  }

  #content>#all>#left>#comment>.comment_box>.comment_text {
    width: 75%;
    height: 100px;
    display: flex;
    flex-flow: column wrap;
    padding: 20px 0 0 30px;
  }

  #content>#all>#left>#comment>.comment_box>.comment_text>h4 {
    color: #222;
    font-size: 17px;
    font-family: 'Abril Fatface', cursive;
    font-weight: 300;
  }

  #content>#all>#left>#comment>.comment_box>.comment_text>.p1 {
    color: #ccc;
    font-size: 13px;
  }

  #content>#all>#left>#comment>.comment_box>.comment_text>.p2 {
    color: #777;
    font-size: 14px;
    margin-top: 20px;
  }

  #content>#all>#left>#comment>.comment_box>.comment_btn {
    width: 100px;
    height: 40px;
    border: 1px solid #eee;
    background: #fff;
    font-size: 14px;
    font-weight: 600;
    color: #222;
    transition: all 0.3s ease;
    margin-left: 14px;
  }

  #content>#all>#left>#comment>.comment_box>.comment_btn:hover {
    background: #222;
    color: #fff;
    border: none;
    cursor: pointer;
  }

  #content>#all>#left>#last {
    margin-top: 50px;
    border: 1px solid #ddd;
    width: 100%;
    height: 450px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }

  #content>#all>#left>#last>h3 {
    width: 100%;
    height: 30px;
    text-align: center;
    color: #222;
    font-size: 22px;
    font-family: 'Abril Fatface', cursive;
    font-weight: 200;
    margin-top: 35px;
  }

  #content>#all>#left>#last>#name {
    width: 46%;
    height: 40px;
    margin-right: 4%;
    border: 1px solid #ced4da;
    color: #888;
  }

  #content>#all>#left>#last>#email {
    width: 46%;
    height: 40px;
    border: 1px solid #ced4da;
    color: #888;
  }

  #content>#all>#left>#last>#subject {
    width: 96%;
    height: 40px;
    margin-top: -30px;
    border: 1px solid #ced4da;
    color: #888;
  }

  #content>#all>#left>#last>#messege {
    width: 96%;
    height: 120px;
    padding: 0 0 80px 0;
    margin-top: -30px;
    border: 1px solid #ced4da;
    color: #888;
  }

  #content>#all>#left>#last>#last_btn {
    width: 156px;
    height: 48px;
    color: #fff;
    border: none;
    font-weight: 600;
    font-size: 12px;
    background: -webkit-linear-gradient(60deg, #7c32ff 0%, #c738d8 100%);
    margin-top: -30px;
  }

  #content>#all>#left>#last>#last_btn:hover {
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0px 10px 20px rgba(108, 39, 255, 0.3);
  }

  #content>#all>#right {
    background: #ebebf3;
    border: 1px solid #eee;
    width: 30%;
    height: 2530px;
    margin-right: 25px;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
  }

  #content>#all>#right>#search {
    background: #7c3eff;
    height: 42px;
    width: 85%;
    border-radius: 50px;
    margin-top: 50px;
  }

  #content>#all>#right>#search>input {
    border: none;
    width: 80%;
    height: 42px;
    font-size: 14px;
    background: rgba(0, 0, 0, 0);
    padding: 0 20px;
    color: #fff;
  }

  #content>#all>#right>#search>i {
    color: #fff;
    margin-left: 10px;
  }

  #content>#all>#right>#profile {
    border-top: 1px solid #ddd;
    width: 85%;
    height: 460px;
    margin-top: 30px;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
  }

  #content>#all>#right>#profile>#profile_photo {
    margin-top: 35px;
    width: 120px;
    height: 120px;
    background-position: center;
    background-size: cover;
  }

  #content>#all>#right>#profile>h3 {
    color: #222;
    font-size: 18px;
    font-family: 'Abril Fatface', cursive;
    font-weight: 300;
    margin-top: 35px;
  }

  #content>#all>#right>#profile>p1 {
    color: #828bb2;
    font-size: 15px;
  }

  #content>#all>#right>#profile>#profile_icon {
    width: 50%;
    height: 20px;
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
  }

  #content>#all>#right>#profile>#profile_icon>i {
    font-size: 14px;
  }

  #content>#all>#right>#profile>#profile_icon>i:hover {
    color: #7c32ff;
    cursor: pointer;
  }

  #content>#all>#right>#profile>p2 {
    color: #828bb2;
    font-size: 15px;
    text-align: center;
    margin-top: 20px;
  }

  #content>#all>#right>#popular {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width: 85%;
    height: 500px;
    margin-top: 50px;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
  }

  #content>#all>#right>#popular>h3 {
    color: #222;
    font-size: 23px;
    font-family: 'Abril Fatface', cursive;
    font-weight: 300;
    margin: 35px 0 5px 0;
  }

  #content>#all>#right>#popular>.popular_box {
    width: 95%;
    height: 65px;
    margin-top: 30px;
    display: flex;
  }

  #content>#all>#right>#popular>.popular_box>.popular_photo {
    width: 33%;
    height: 65px;
    background-position: center;
    background-size: cover;
  }

  #content>#all>#right>#popular>.popular_box>.popular_text {
    width: 67%;
    height: 65px;
  }

  #content>#all>#right>#popular>.popular_box>.popular_text>h4 {
    margin: 5px 0 0 10px;
    color: #222;
    font-size: 16px;
    font-family: 'Abril Fatface', cursive;
    font-weight: 200;
  }

  #content>#all>#right>#popular>.popular_box>.popular_text>h4:hover {
    color: #7c32ff;
    cursor: pointer;
  }

  #content>#all>#right>#popular>.popular_box>.popular_text>p {
    margin: 10px 0 0 10px;
    color: #828bb2;
    font-size: 14px;
  }

  #content>#all>#right>#right_photo {
    width: 85%;
    height: 250px;
    margin-top: 50px;
    background-position: center;
    background-size: cover;
  }

  #content>#all>#right>#category {
    border-top: 1px solid #ddd;
    width: 85%;
    height: 430px;
    margin-top: 50px;
  }

  #content>#all>#right>#category>h3 {
    color: #222;
    font-size: 23px;
    font-family: 'Abril Fatface', cursive;
    font-weight: 300;
    margin: 35px 0 15px 0;
    text-align: center;
  }

  #content>#all>#right>#category>.category_box {
    width: 100%;
    height: 45px;
    border-bottom: 2px dotted #999;
    display: flex;
    justify-content: space-between;
    padding: 10px;
  }

  #content>#all>#right>#category>.category_box>p {
    color: #828bb2;
    font-size: 14px;
  }

  #content>#all>#right>#category>.category_box:hover>p {
    color: #000;
    font-weight: bold;
  }

  #content>#all>#right>#category>.category_box:hover {
    cursor: pointer;
  }

  #content>#all>#right>#news {
    border-top: 1px solid #ddd;
    width: 85%;
    height: 270px;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
  }

  #content>#all>#right>#news>h3 {
    color: #222;
    font-size: 23px;
    font-family: 'Abril Fatface', cursive;
    font-weight: 300;
    margin: 35px 0 15px 0;
    text-align: center;
  }

  #content>#all>#right>#news>.p1 {
    text-align: center;
    margin-top: 5px;
    width: 80%;
    color: #828bb2;
    font-size: 14px;
  }

  #content>#all>#right>#news>#news_input {
    width: 90%;
    height: 42px;
    margin-top: 25px;
    display: flex;
  }

  #content>#all>#right>#news>#news_input>#news_input1 {
    border: 1px solid #ccc;
    width: 70%;
  }

  #content>#all>#right>#news>#news_input>#news_input1>i {
    color: #ccc;
    font-size: 17px;
    margin: 0 5px 0 10px;
  }

  #content>#all>#right>#news>#news_input>#news_input1>input {
    background: rgba(0, 0, 0, 0);
    width: 80%;
    height: 40px;
    border: none;
    color: #ccc;
    font-size: 12px;
  }

  #content>#all>#right>#news>#news_input>#news_btn {
    width: 30%;
    border: none;
    height: 42px;
    color: #fff;
    font-size: 12px;
    background: -webkit-linear-gradient(30deg, 0%, #c738d8 100%);
  }

  #content>#all>#right>#news>#news_input>#news_btn:hover {
    cursor: pointer;
  }

  #content>#all>#right>#news>.p2 {
    color: #828bb2;
    font-size: 14px;
    margin-top: 20px;
  }

  #content>#all>#right>#right_last {
    border-top: 1px solid #ddd;
    width: 85%;
    height: 320px;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
  }

  #content>#all>#right>#right_last>h3 {
    color: #222;
    font-size: 23px;
    font-family: 'Abril Fatface', cursive;
    font-weight: 300;
    margin: 35px 0 15px 0;
    text-align: center;
  }

  #content>#all>#right>#right_last>#right_last_text {
    margin-top: 15px;
    width: 100%;
    height: 200px;
    display: flex;
    flex-flow: row wrap;
    padding: 0 0 0 20px;
  }

  #content>#all>#right>#right_last>#right_last_text>p {
    background: #fff;
    border: 1px solid #ddd;
    padding: 5px 15px;
    font-size: 14px;
    height: 30px;
    margin: 0 5px 0 0;
  }

  #content>#all>#right>#right_last>#right_last_text>p:hover {
    background: #222;
    color: #fff;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 1px solid #222;
  }
 

}