body {
	line-height: 28px;
}



.container {
    margin: 0px auto;
    width: 100%;
    background: url(img/body_bg.png);
    float: left;
    padding-bottom: 40px;
}

.-content_main {
    margin: 0px 12%;
}

.-page_title {
    background: #000;
    text-align: center;
    padding: 3% 0% 7%;
}

.-page_title h2 {
    color: #b51c1c;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 45px;
    margin: 0px;
}

.-page_title h4 {
    color: #fff;
    margin: 0px;
    font-family: 'PT Serif', serif;
    font-size: 22px;
    font-weight: 400;
    font-style: italic;
    padding: 20px 0;
}

#thumbs {
    padding-top: 10px;
    overflow: hidden;
}

#largeImage {
    width: 100%;
    margin-top: -60px;
    height: auto ;
}

#thumbs img {
    float: left;
    margin-right: 6px;
    width: 109px;
    ;
}

#description {
    background: black;
    color: white;
    position: absolute;
    bottom: 0;
    padding: 10px 20px;
    width: 525px;
    margin: 5px;
}

#panel {
    position: relative;
}

.-left_area {
    float: left;
    width: 45%;
    margin-right: 5%;
}

.-right-area {
    float: left;
    width: 46%;
}

.btn_adpot_me {
    text-decoration: none;
    color: #fff;
    padding: 13px 70px;
    font-size: 21px;
    border-radius: 31px;
    text-align: center;
    font-weight: bold;
    box-shadow: 0px 0px 16px #ccc;
}

.-sbumit_btn {
    text-decoration: none;
    color: #fff;
    padding: 10px 50px;
    font-size: 16px;
    border-radius: 31px;
    text-align: center;
    font-weight: bold;
    border: none;
}

.dis_social {
    background: #fff;
    padding: 40px 30px 50px;
    text-align: center;
    margin-top: -60px;
    width: 100%;
    float: left;
}

.-social_icon li {
    display: inline;
}

.charastics-left {
    float: left;
    width: 24%;
    text-align: left;
    font-family: 'PT Serif', serif;
}

.charastics-right {
    float: left;
    width: 48%;
    text-align: left;
    font-family: 'PT Serif', serif;
}

#thumbs img:last-child {
    margin-right: 0px !important;
}

.-social_icon li a img {
    width: 55px;
}

.-social_icon {
    margin-top: 26px;
    text-align: center;
    padding: 0px;
}

.-social_icon li {
    padding-left: 6px;
}

.charastics-left, .charastics-right {
    padding: 0px;
}

.charastics-left, .charastics-right {
    list-style: none;
    font-style: italic;
    padding-left: 30px;
}

.charastics-left li, .charastics-right li {
    padding-bottom: 10px;
    font-size: 18px;
}

.charastics-right li {
    color: #bc1e1d
}

.btn_red {
    background-color: #e01c1a;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f62b2b), to(#d20202));
    background-image: -webkit-linear-gradient(top, #e01c1a, #c01c1b);
    background-image: -moz-linear-gradient(top, #e01c1a, #c01c1b);
    background-image: -ms-linear-gradient(top, #e01c1a, #c01c1b);
    background-image: -o-linear-gradient(top, #e01c1a, #c01c1b);
    background-image: linear-gradient(to bottom, #e01c1a, #c01c1b);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#f62b2b, endColorstr=#d20202);
}

.btn_red:hover {
    background-color: #e40a0a;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e40a0a), to(#9f0202));
    background-image: -webkit-linear-gradient(top, #e40a0a, #9f0202);
    background-image: -moz-linear-gradient(top, #e40a0a, #9f0202);
    background-image: -ms-linear-gradient(top, #e40a0a, #9f0202);
    background-image: -o-linear-gradient(top, #e40a0a, #9f0202);
    background-image: linear-gradient(to bottom, #e40a0a, #9f0202);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#e40a0a, endColorstr=#9f0202);
}



.cancel_btn {
    border: 3px solid #fff;
    background-color: #5f5f5f;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5f5f5f), to(#181818));
    background-image: -webkit-linear-gradient(top, #5f5f5f, #181818);
    background-image: -moz-linear-gradient(top, #5f5f5f, #181818);
    background-image: -ms-linear-gradient(top, #5f5f5f, #181818);
    background-image: -o-linear-gradient(top, #5f5f5f, #181818);
    background-image: linear-gradient(to bottom, #5f5f5f, #181818);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#5f5f5f, endColorstr=#181818);
}

.cancel_btn:hover {
    background-color: #181818;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#181818), to(#5f5f5f));
    background-image: -webkit-linear-gradient(top, #181818, #5f5f5f);
    background-image: -moz-linear-gradient(top, #181818, #5f5f5f);
    background-image: -ms-linear-gradient(top, #181818, #5f5f5f);
    background-image: -o-linear-gradient(top, #181818, #5f5f5f);
    background-image: linear-gradient(to bottom, #181818, #5f5f5f);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#181818, endColorstr=#5f5f5f);
}

.-about-pet h3 {
    color: #bc1e1d;
    padding: 11px 0px;
    font-size: 18px;
}

.-about-pet {
    float: left;
    margin: 30px 0px 40px;
}

.adopt-form {
    background: #fff;
    float: left;
    width: 100%;
    padding: 30px;
}

.adopt-form h2 {
    color: #bc1e1d;
    padding: 11px 0px;
    font-size: 21px;
}

.adopt-form h3 {
    font-size: 16px;
}



.info_pets_input {
    width: 100%;
    float: left;
    border: 1px solid #ccc;
    padding: 15px 20px;
    border-radius: 4px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.info_pets_text-area {
    width: 98%;
    float: left;
    border: 1px solid #ccc;
    padding: 15px 20px;
    border-radius: 4px;
    margin-right: 20px;
    margin-bottom: 40px;
}

.getinfo{
    padding:20px 0px;
}

.-about-pet{width:100%;}
.getinfo h3{
    color: #bc1e1d;
    font-size: 22px; font-weight: 900; 
    margin-top:60px;
}

.-getimages{  padding:20px 0px;}
.-getimages h3{
    color: #bc1e1d;
    font-size: 22px; font-weight: 900; 
    margin-top:60px;
}

.thumbnail-upload{width:60px; height:60px;}
#result div {float: left;
margin-right: 20px;
margin-top: 10px;}
#result{float: left;
    margin-top: 20px;}

.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    max-width: 80%;
    font-size: 1.25rem;
    /* 20px */
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}



/* style 5 */

.inputfile-5 + label {
    color: #d3394c;
}

.inputfile-5:focus + label,
.inputfile-5.has-focus + label,
.inputfile-5 + label:hover {
    color: #722040;
}

.inputfile-5 + label figure {
    width: 100px;
    height: 135px;
    background-color: #d3394c;
    display: block;
    position: relative;
    padding: 30px;
    margin: 0 auto 10px;
}

.inputfile-5:focus + label figure,
.inputfile-5.has-focus + label figure,
.inputfile-5 + label:hover figure {
    background-color: #722040;
}

.inputfile-5 + label figure::before,
.inputfile-5 + label figure::after {
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
}

.inputfile-5 + label figure::before {
    border-top: 20px solid #dfc8ca;
    border-left: 20px solid transparent;
}

.inputfile-5 + label figure::after {
    border-bottom: 20px solid #722040;
    border-right: 20px solid transparent;
}

.inputfile-5:focus + label figure::after,
.inputfile-5.has-focus + label figure::after,
.inputfile-5 + label:hover figure::after {
    border-bottom-color: #d3394c;
}

.inputfile-5 + label svg {
    width: 100%;
    height: 100%;
    fill: #f1e5e6;
}


.-switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 28px;
    margin-top: 15px;
    float: right;
  }
  
  .-switch input {display:none;}
  
  .-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .-slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .-slider {
    background-color: #2196F3;
  }
  
  input:focus + .-slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded -sliders */
  .-slider.round {
    border-radius: 34px;
  }
  
  .-slider.round:before {
    border-radius: 50%;
  }

  .avial-adop{    float: left;
    margin-right: 44px;}
.available-options{width:100%; float: left;}

.pets_img {
    cursor: pointer;
    width: 180px;
    height: 53px;
    overflow: hidden;
  }
  
  .pets_img:before {
    width: 76px;
    height: 56px;
    font-size: 16px;
    /* line-height: 32px; */
    content: url(img/upload-icon.png);
    display: inline-block;
    background: white;
    /* border: 1px solid #000; */
    padding: 13px 10px 31px;
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
    position: relative;
    top: -17px;
    /* display: inline-block; */
    left: 82px;
  }
  
  .pets_img::-webkit-file-upload-button {
    visibility: hidden;
  }


  .pets_input {
    width: 43%;
    float: left;
    border: 1px solid #ccc;
    padding: 15px 20px;
    border-radius: 4px;
    margin-right: 20px;
    margin-bottom: 40px;
}

.pets_input:last-child {margin-right: 0px !important;}
.g-recaptcha{
    width: 100%;}
.pets_text-area {
    width: 92%;
    float: left;
    border: 1px solid #ccc;
    padding: 15px 20px;
    border-radius: 4px;
    margin-right: 20px;
    margin-bottom: 40px;
}

  /* Responsive csss */

  @media only screen and (max-width: 780px) {
    .-right-area, .-left_area{width:100% !important}
    #largeImage{margin-top:0px !important;}

    #thumbs img{
        width: 60px !important;
        margin-bottom: 14px !important;
    }

    .dis_social{margin-top:0px !important; width:80% !important;}
    .btn_adpot_me{ padding: 13px 30px !important;}
    .-social_icon li a img{    width: 25px !important;}
    .charastics-left{padding-left:0px !important;}
    .charastics-left li{font-size: 14px;}
    .pets_input{    padding: 15px 0px 15px 6px !important; margin-right: 10px !important; margin-bottom: 15px !important;   }
    .pets_input:last-child{margin-right: 0px !important;}
    .pets_text-area{
        padding: 15px 0px 0px 10px !important;
    }

    .adopt-form{width:80% !important;}
.cancel_btn{   margin-top: 15px;
    display: inline-block;
}

.pets_text-area{    width: 98% !important;}

  }