/*color  
#180D03 => 
#32190C => #3C1C0C 
*/

body {
  /* background-color: #0F0801; */
  /* background-color: #0F0801; */
  /*  background-image: url('../images/bg/wood.jpg');
  background-attachment: fixed; 
  -webkit-background-size: contain;
  background-size: contain;*/
  /*filter :grayscale(50%) !important;*/


  background: linear-gradient(45deg, #1a0901 12%, transparent 0, transparent 88%, #1a0b04 0),
    linear-gradient(135deg, transparent 37%, #200f01 0, #110801 63%, transparent 0),
    linear-gradient(45deg, transparent 37%, #160801 0, #1a0b04 63%, transparent 0) #110901;
    background-size: 25px 25px;
}

input {}

.body {
  background-color: #180D03;
}

.flat {
  border-radius: 0 !important;
}

.img-100 {
  width: 100%;
  height: 100%;
}

.img-w100 {
  width: 100%;
  height: auto;
}

.img-h100 {
  width: auto;
  height: 100%;
}

.card {
  width: 100%;
  height: 100%;
}

.header-link {
  color: #FFFFFF !important;
  text-transform: capitalize;
}

.header-link:hover {
  color: #6C2B00 !important;
}

.pointer {
  cursor: pointer;
}

.pointer-b:hover {
  transition: 0.2s;
  cursor: pointer;
  border: #5B3516 solid 5px;
}

.pointer-o:hover {
  cursor: pointer;
  transition: 0.5s;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

@media (min-width: 768px) {
  .navbar-right {
    float: right !important;
    margin-right: -25px !important;
  }
}

.input-login {
  background-color: #D26A25;
  border-width: 0px;
}

.input-login:hover {
  transition: 0.5s;
  background-color: #F28E44;
}

.btn-login {
  background-color: #D88124;
  border-color: #B4470F;
}

.b {
  font-weight: bold;
}

.l {
  font-weight: normal;
}

.f-o {
  color: rgba(180, 71, 15, 1);
}

.f-ol {
  color: #FF9600;
}

.f-w {
  color: rgba(255, 255, 255, 1);
}

.f-b {
  color: rgba(85, 63, 48, 1);
}


.f-mini {
  font-size: 8px;
}

.f-nor {
  font-size: 11px;
}

.f-big {
  font-size: 14px;
}

.f10 {
  font-size: 10px;
}

.f15 {
  font-size: 15px;
}

.f20 {
  font-size: 20px;
}

.f25 {
  font-size: 25px;
}

.f30 {
  font-size: 30px;
}

.f35 {
  font-size: 35px;
}

.footer {
  background-color: #0F0801;
  color: white;
  position: relative;
}

.line-footer {
  padding: 10px;
  border-style: solid;
  border-color: #0d0503;
  border-top-color: #B75600;
}

.footer_bottom {
  background-color: #0F0801;
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;

}

.bg-c {
  background-color: #221109;
  padding-top: 100px;
  /*padding-bottom: 100px;*/
  color: white;
}

.back_sceen {
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.back_sceen2 {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.pro_post {
  width: 200px;
  margin: 0 auto;
  margin-top: 50px;
}

.pro_box {
  position: relative;
}

.pro_name {
  color: #FF9600;
  font-size: 20px;
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.pro_img {
  width: 200px;
  height: 200px;
}

.pro_price_box {
  width: 50%;
  right: 0px;
  bottom: 0px;
  background-color: rgba(110, 80, 0, 0.5);
  position: absolute;
  text-align: center;
}

.pro_price {
  /*font-weight: bold;*/
  color: white;
  font-size: 16px;
}

.manual_box {
  color: #BA9161;
  padding: 50px;
  padding-top: 100px;
}

.manual1 {
  background-color: #2e1908;
  color: #E4C19F;
  position: relative;
}

.manual2 {
  position: relative;
}

.manual_box img {
  opacity: 0.5;
  width: 100px;
  top: 30px;
  left: 45%;
  position: absolute;
  z-index: 1;
}


@media screen and (max-width: 500px) {
  .manual_box {
    color: #BA9161;
    padding: 20px;
    padding-top: 90px;
  }

  .manual_box img {
    left: 38%;
  }

}

.news_box {
  border: 1px solid #663613;
  /*background-color: #67340A; */
  margin-top: 20px;
  color: #E1C3A0;
  cursor: pointer;
  border-radius: 2px;
}

.news_box:hover {
  transition: 0.5s;
  background-color: #261001;
}

.news_head {
  font-size: 16px;
  /*font-weight: bold;*/
  margin-top: 10px;
  /*margin-bottom: 10px;*/
  color: #FF9600;
  font-weight: bold;
  padding-bottom: 10px;
}

.news_detail {
  line-height: 1.5em;
  height: 4.1em;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.news_img {
  margin: 0 auto;
  padding: 10px;
  /*border-radius:90px;*/
  /*border: 10px solid #000; */
}

.news_date {
  font-size: 10px;
  /*color: #CB9A4C;*/
  color: rgba(255, 165, 115, 0.5);
}

.forgot_input {
  width: 300px;
  margin: auto;
  margin-top: 20px;
  border: none;
  font-size: 20px;
  height: 40px;
}

@media screen and (max-width: 350px) {
  .forgot_input {
    width: 100%;
  }
}

.forgot_alert {
  width: 300px;
  margin: auto;
  /*font-weight: bold;*/
  color: #FF8A00;
}

.forgot_btn {
  margin-top: 10px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #FF8400;
  border: none;
  font-size: 20px;
  height: 40px;
  border-radius: 2px;
}

.forgot_btn:hover {
  background-color: #F36D00;
}

.line-o {
  background-color: #BEAB7E;
  height: 2px;
}

.b-bgc {
  background-color: #0B0603;
}

.c-bgc {
  color: #0B0603;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt50 {
  margin-top: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.c-with {
  color: white;
}

.c-green {
  color: #65F25E;
}

.profile_img {
  border-radius: 100px;
  width: 150px;
  height: 150px;
}

.profile_username {
  color: white;
  font-weight: bold;
  font-size: 30px;
}

.profile_name {
  color: #FC7100;
  font-size: 26px;
}

.profile_email {
  color: white;
  font-size: 18px;
}

.profile_btn {
  /*background-color: #5E300B;*/
  background-color: #B4470F;
  color: white;
}

.profile_btn:hover {
  /*background-color: #875227;*/
  background-color: #FF6C00;
  color: white;
}

.profile_btn:focus {
  background-color: #A15708;
  color: white;
}

.profile_line {
  background-color: #875227;
  height: 1px;
  width: 50%;
  margin: auto;
  margin-top: 20px;
}

.bgc-hide {
  background-color: rgba(0, 0, 0, 0);
}

.edit_text {
  color: #B97A28;
  width: 300px;
  margin: auto;
}

.edit_text_place {
  color: #B97A28;
}

.edit_alert {
  color: #FFFFFF;
  float: right;
}

.alert_confirm {
  font-weight: bold;
  background-color: #FF7100;
  padding: 3px;
  padding-left: 45px;
  padding-right: 45px;
  margin: 5px;
  border: 1px solid;
}

.edit_btn {
  background-color: #EF710A;
  color: white;
  font-weight: bold;
  font-size: 20px;
}

.edit_btn:hover {
  background-color: #FF7100;
  color: white;
}

.edit_btn:focus {
  color: #FFFFFF;
  background-color: #954D12;
}

.top_alert {
  color: #FFFFFF;
  width: 300px;
  margin: auto;
  padding: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: #FFFFFF solid 1px;
  margin-bottom: 20px;
}

.fz5 {
  font-size: 5px;
}

.fz10 {
  font-size: 10px;
}

.fz15 {
  font-size: 15px;
}

.fz20 {
  font-size: 20px;
}

.fz25 {
  font-size: 25px;
}

.fz30 {
  font-size: 30px;
}

.log_head {
  font-size: 25px;
  color: #C55B00;
}



#timeline {
  margin-top: 100px;
  margin-left: 220px;
  border-left: 6px solid #eee9dc;
  color: #3C1C0C;
}

#timeline li {
  margin: 40px 0;
  position: relative;
}

#timeline p {
  margin: 0 0 15px;
}

.timeline_date {
  margin-top: -10px;
  top: 50%;
  left: -220px;
  font-size: 18px;
  line-height: 20px;
  position: absolute;
  color: white;
}

/*.timeline_circle {
  margin-top: -35px;
  top: 50%;
  left: -80px;
  width: 70px;
  height: 70px;
  background: #3C1C0C;
  border: 5px solid #eee9dc;
  border-radius: 50%; 
  position: absolute;
  z-index: 2;
}*/

.timeline_circle {
  margin-top: -15px;
  top: 50%;
  left: -58px;
  width: 30px;
  height: 30px;
  background: #3C1C0C;
  border: 5px solid #eee9dc;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
}

.timeline_content {

  margin-top: 100px;
  max-height: 40px;
  padding-left: 20px;
  width: 300px;
  border-radius: 10px;
  position: relative;
}

.timeline_content span {
  color: #BE8242;
  font-size: 20px;
  border-radius: 5px;
  font-weight: bold;
  background-color: #1E0F01;
  border: #1E0F01 solid 10px;
}



@media screen and (max-width: 767px) {
  #timeline {
    margin-top: 100px;
    margin-left: 150px;
    border-left: 6px solid #eee9dc;
    color: #3C1C0C;
  }

  #timeline li {
    margin: 40px 0;
    position: relative;
  }

  #timeline p {
    margin: 0 0 15px;
  }

  .timeline_date {
    margin-top: -10px;
    top: 50%;
    left: -160px;
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    color: white;
  }

  .timeline_circle {
    margin-top: -10px;
    top: 50%;
    left: -53px;
    width: 20px;
    height: 20px;
    background: #3C1C0C;
    border: 5px solid #eee9dc;
    border-radius: 50%;
    position: absolute;
    z-index: 2;
  }

  .timeline_content {
    margin-left: -20px;
    margin-top: 100px;
    max-height: 40px;
    padding-left: 20px;
    border-radius: 10px;
    position: relative;
  }

  .timeline_content span {
    color: #BE8242;
    font-size: 12px;
    border-radius: 2px;
    font-weight: bold;
    background-color: #1E0F01;
    border: #1E0F01 solid 5px;
  }
}

.detail_name {
  color: #E55803;
  font-size: 40px;
  text-align: center;
}

.detail_gender {
  color: #B97100;
  font-weight: bold;
}

.detail_head {
  color: #885328;
  font-size: 18px;
  margin-top: 5px;
}

.detail_head span {
  color: #E5B373;
  /*background-color: #2D1405; */
  float: right;
  font-size: 20px;
  /*padding: 5px;   */
}

.line_b {
  height: 5px;
  background-color: #4F2606;
}

.detail_skin {
  background-color: #2e1908;
  padding-top: 10px;
  padding-bottom: 20px;
}

.detail_bg {
  background-color: #221109;
  margin-top: 70px;
  margin-bottom: 20px;
  padding-bottom: 0px;
}

.detail_img_bg {
  margin-top: 55px;
}

.arrow-left {
  width: 0;
  height: 0;
  left: -35px;
  top: -45px;
  position: absolute;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 40px solid #221109  ;
}

.detail_image {
  /*background-color: #E0E0E0;*/
  height: 400px;
  width: 400px;
  margin: 0 auto;
  margin-top: 20px;
}

.detail_btn {
  background-color: #40220C;
  color: #B7823E;
  border-radius: 0px;
  font-weight: bold;
  width: 100%;
  font-size: 20px;
  margin-top: 5px;
  border-radius: 2px;
}

.detail_btn:hover {
  color: #FFFFFF;
  background-color: #5B3010;
}

.detail_btn:focus {
  color: #FFFFFF;
}

.contact_box {
  text-align: center;
}

.contact_circle {
  margin: 0 auto;
  border-radius: 150px;
  height: 150px;
  width: 150px;
  /*background-color: rgba(255,255,255,0.2);*/
  /*background-color: rgba(0,0,0,0.5);*/
  /*background-color: rgba(0,0,0,0);*/
  background-color: #6A370D;
}

.contact_circle img {
  margin-top: 30%;
  width: 40%;
  filter: invert(100%);
  opacity: 0.8;
}

.contact_type {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #D66500;
  letter-spacing: 5px;
}

.contact_data {
  margin-top: 20px;
  line-height: 10px;
  color: #AA7135;
  font-weight: bold;
}

.pagination>li>a,
.pagination>li>span {
  border: none;
  background-color: transparent !Important;
  color: #C8882D !Important;
  font-size: 25px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  background-color: rgba(255, 255, 255, 0.05) !Important;
}

.pagination>.disabled {
  color: #C8882D;
  opacity: 0.5;
}

.pets_box {
  width: 200px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.pets_3d {
  width: 200px;
  height: 220px;
  background-color: #431F0B;
  position: relative;
}

.pets_gender {
  position: absolute;
  left: 5px;
  bottom: 5px;
  font-size: 30px;
  font-weight: bold;
  color: #F4C9AA;
}

.pets_uid {
  position: absolute;
  left: 5px;
  bottom: 5px;
  font-size: 20px;
  font-weight: bold;
  color: #F4C9AA;
}

.pets_status {
  position: absolute;
  right: 5px;
  top: 5px;
  opacity: 1;
  font-size: 25px;
  font-weight: bold;
  color: #C35817;
}

.num_left {
  color: #FFFFFF;
  /*background-color: #1F0900;*/
  /*border: 2px solid #1F0900;  */
}

.num_basket {
  color: #FFFFFF;
  /*background-color: #1F0900;*/
  /*border: 2px solid #1F0900;*/
}

.gen_box {
  position: relative;
  margin: 0 auto;
  /*background-color: #425180;*/
  width: 800px;
  height: 950px;
}

.gen_pets_box {
  width: 150px;
  text-align: center;
  position: absolute;
}

.gen_3d {
  width: 100%;
  height: 220px;
  background-color: #431F0B;
  position: relative;
  border-radius: 2px;
}

.gen_a1 {
  left: 20px;
  top: 20px;
}

.gen_a2 {
  left: 200px;
  top: 20px;
}

.gen_b1 {
  right: 200px;
  top: 20px;
}

.gen_b2 {
  right: 20px;
  top: 20px;
}

.gen_c1 {
  left: 110px;
  top: 340px;
}

.gen_c2 {
  right: 110px;
  top: 340px;
}

.gen_d1 {
  top: 660px;
  right: 330px;
}

.gen_endline {
  background-color: #fff;
  width: 5px;
  height: 20px;
  left: 70px;
}

.gen_line {
  background-color: #613514;
  position: absolute;
}

.gen_line1 {
  width: 180px;
  height: 5px;
  left: 90px;
  top: 313px;
}

.gen_line2 {
  width: 180px;
  height: 5px;
  right: 95px;
  top: 313px;
}

.gen_line3 {
  width: 430px;
  height: 5px;
  right: 185px;
  top: 632px;
}

.gen_line4 {
  width: 5px;
  height: 15px;
  left: 185px;
  top: 318px;
}

.gen_line5 {
  width: 5px;
  height: 15px;
  right: 185px;
  top: 318px;
}

.gen_line6 {
  width: 5px;
  height: 15px;
  right: 400px;
  top: 635px;
}

.btn_sort {
  font-weight: bold;
  font-size: 30px;
  margin-left: 20px;
  cursor: pointer;
  color: #DA680C;
}

.btn_sort_active {
  font-weight: bold;
  font-size: 30px;
  margin-left: 20px;
  cursor: pointer;
  color: #8C5617;
}

.btn_sort:hover {
  color: #794B27;
}

.alert_back {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.alert_box {
  margin: 0 auto;
  margin-top: 10%;
  width: 340px;
  height: 200px;
  z-index: 11;
}

.alert_head {
  font-size: 10px;
  background-color: #FF7200;
  width: 100%;
  padding: 5px;
  font-weight: bold;
  color: #FFFFFF;
  position: relative;
  border-radius: 2px 0px;
}

.alert_body {

  background-color: #FF7200;
  width: 100%;
  height: 50px;
  padding: 5px;
  /*padding-top: 10px;*/
  color: #FFffff;
  /*font-weight: bold; */
  font-size: 20px;
  text-align: center;
  border-radius: 0px 2px 2px 2px;
}

.alert_footer {
  display: none;
  background-color: #C76200;
  width: 100%;
  height: 25px;
  padding: 5px;
}

.alert_close {
  font-size: 30px;
  cursor: pointer;
  position: absolute;
  right: -7px;
  top: -7px;
}

.alert_close:hover {
  color: #FFBE72;
}

.howto_head {
  /*text-align: center;*/
  font-size: 30px;
  color: #FF6600;
  /*color: #672F16;*/
  /*font-weight: bold;*/
  margin-top: 40px;
}

.manual_box div img {
  width: auto;
  height: 80px;
}

.bg-index {
  background-color: #321A06;
  /*background-color:rgba(50,10,10,0.9);*/
  padding-top: 50px;
}

.index_text {
  color: #D4ADA3;
}

.index_left {
  /*background-color: rgba(0,0,0,0.5); */
  text-align: center;
}

.index_left img {
  width: 70%;
  padding-top: 20px;
}

.dog_bottom {
  text-align: center;
  opacity: 0.5;
  margin-top: 20px;
  margin-bottom: 20px;
}

.dog_bottom img {
  width: 100px;
}

.btn-detail {
  color: #FFFFFF;
  background-color: #FF8400;
  border: none;
  font-size: 16px;
  height: 40px;
  padding: 4px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 2px;
}

.btn-detail:hover {
  background-color: #F36D00;
}

.th-low {
  font-weight: bold;
  color: #7B310C;
}

.tb-low {
  color: #D07A1F;
  border: 0px;
}

.tb-low thead tr th {
  text-align: center;
  border-color: #D14F00;
}

.tb-low tbody tr td {
  text-align: center;
  font-size: 14px;
  border-color: #220800;
}

.v3d {
  font-size: 15px;
}

.i-number {
  font-size: 50px;
  text-align: center;
  color: #C57400;
}

.index-count {
  color: #ff6600;
  font-size: 30px;
  font-weight: bold;
}

.beta-text {
  font-size: 20px;
  /* font-weight: bold; */
  color: #FFC700;
}

.i-head-text {
  font-size: 100px;
  font-weight: bold;
  color: #CD6F00;
  text-align: center;
}

.i-img {
  margin: 0 auto;
}

.i-line {
  height: 1px;
  /*background-color: #3E2705; */
  margin-bottom: 20px;
}

.i-free {
  color: white;
  font-weight: bold;
  position: fixed;
  right: 0;
  bottom: 0;
  width: 150px;
  height: 150px;
  z-index: 200;
  text-align: center;
}

.i-free:hover {
  font-size: 16px;
  transition: 0.2s;
}

.i-user-test {
  background-color: #180D03;
  font-size: 18px;
  font-weight: bold;
  color: #DC7C00;
  text-align: center;
}

.i-listname {
  background-color: #180D03;
  border: none;
  color: #AA4B17;
  overflow-y: scroll;
  resize: none;
  height: 290px;
  letter-spacing: 2px;
}

.i-list {
  border-bottom: solid 2px #201100;
  text-align: center;
}

.th-birth-color {
  font-weight: bold;
  color: #7B310C;
}

.tb-birth-color {
  color: #D07A1F;
  border: 0px;
}

.tb-birth-color thead tr th {
  border-color: #D14F00;
}

.tb-birth-color tbody tr td {
  font-size: 14px;
  border-color: #220800;
}

.circle-color {
  border-radius: 2px;
  padding: 2px;
  padding-left: 10px;
  padding-right: 10px;
  color: rgb(60, 60, 60);
}

.b-black {
  color: white;
}

.owl-nav {
  text-align: center;
  padding-top: 20px;
}

.owl-next {
  background-color: #5B3010;
  color: white;
  border: 1px solid #180D03;
  width: 100px;
  height: 25px;
  text-align: center;
  display: inline-block;
}

.owl-prev {
  background-color: #5B3010;
  color: white;
  border: 1px solid #180D03;
  width: 100px;
  height: 25px;
  text-align: center;
  display: inline-block;
}

.c-mars {
  color: rgb(255, 111, 0);
  font-weight: bold;
}

.c-venus {
  color: rgb(255, 170, 117);
  font-weight: bold;
}

