/*
Template Name     : lb-style
Author Name       : G-B-Li
Author Email      : botongli@gmail.com
Theme URI         : 
Theme Ver         : 1.1
*/

/* General Styles */
#content {
    margin-top: 170px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

/* logo and text position */
.aligned {
    display: flex;
    align-items: center;
}

slog {
    padding: 10px;
    font-family: 'Dosis';
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

#top ul.menu{
    padding-top: 5px;
    margin: 0px;
    text-align: right;
    font-size: 12px;
    list-style: none;
}
#top ul.menu > li{
    display: inline-block;
}

#top ul.menu > li a{
    font-family: 'Open Sans';
    font-size: 14px;
    color: #eaffd6 !important;
    padding: 0;
    line-height: 50px;
    position: relative;
    z-index: 211;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}
#top ul.menu > li + li:before{
    content: "|\00a0";
    color: #f7f7f7;
    padding: 0 5px;
}

#btn-primary {
    color: #fff;
    background-color: #98d361;
    border-color: #8bc655;
}
#slider{
    
    margin-bottom: 40px;
}

/* advantages Styles */

#advantages{
    text-align: center;
}

.carousel {
    margin-top: 152px;
    position: relative;
}
.box{
    background: #26b86421;
    margin: 0 0 30px;
    border: solid 1px #26b864;
    box-sizing: border-box;
    padding: 20px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, .3);
}
#advantages .box .icon{
    position: absolute;
    font-size: 120px;
    width: 100%;
    text-align: center;
    top: -20px;
    left: 0px;
    height: 100%;
    float: left;
    color: #dadada;
    box-sizing: border-box;
    z-index: 1;
}
#advantages .box h3{
    position: relative;
    margin: 0 0 20px;
    font-weight: 300;
    text-transform: uppercase;
    z-index: 2;
}
#advantages .box h3 a{
    color: #4fbfa8;
}
#advantages .box h3 a:hover{
    text-decoration: none;
}
#advantages .box p{
    position: relative;
    z-index: 2;
    color: #555555;
}

/* Latest Products Styles */

#hot h2{
    font-size: 36px;
    font-weight: 400;
    color: #4fbfa8;
    text-align: center;
    text-transform: uppercase;
}
#content{
   padding-left: 25px; 
}
.single{
    width: 290px;
}
@media(max-width:768px){
    .single{
        width: 60%;
        margin: 0 auto;
    }
}


/*  Breadcrumb Styles  */

.breadcrumb{
    padding: 8px 15px;
    margin-bottom: 20px;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .5);
}
.breadcrumb> li + li:before{
    content: ">\00a0";
    color: #cccccc;
}
@media(max-width:1170px){
    .breadcrumb{
        text-align: left;
    }
}

/*  Products Categories & Categories Styles */
#content .panel.sidebar-menu{
    box-sizing: border-box;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .5);
}
#content .panel.sidebar-menu ul.nav.category-menu{
    margin-bottom: 20px;
}
#content .panel.sidebar-menu ul.nav.category-menu li a{
    text-transform: uppercase;
    font-weight: 600;
}
#content .panel.sidebar-menu h3{
    padding: 5px 0px;
    margin: 0px;
}

/*  Shop Products Tyles  */

@media(max-width: 768px){
    .center-responsive{
        width: 70%;
        margin: 0px auto;
    }
}
@media(max-width: 550px){
    .center-responsive{
        width: 95%;
        margin: 0px auto;
    }
}

/*  Details.php Styles */


#content #productMain{
    margin-bottom: 30px;
}
#content #productMain .price{
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    margin-top: 30px;
}
#content #mainImage{
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .7);
}
#content #thumbs a{
    display: block;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .5);
    border: 2px solid transparent;
}
#content .headline{
    height: 305px;
}

/*  Cart.php Styles  */

#content #cart .table tbody tr td img{
    width: 50px;
}
#content #cart .table tbody tr td input{
    width: 40px;
    text-align: right;
}
#content #cart .table tbody tr td{
    vertical-align: middle;
}
#content #cart .table tfoot{
    font-size: 18px;
}
.box .box-footer{
    background-color: #f7f7f7;
    margin: 30px -20px 20px;
    padding: 20px;
    border-top: 1px solid #eeeeee;
}
.box .box-footer:before,
.box .box-footer:after{
    content: "";
    display: table;
}
.box .box-footer:after{
    clear: both;
}
.box .box-header{
    background-color: #26b86400
    margin: -20px -20px 20px;
    padding: 20px;
    border-top: 1px solid #26b86403;
}
#content #order-summary table{
    margin-top: 20px;
}
#content #order-summary table td{
    color: #999999;
}
#content #order-summary table tr.total td,
#content #order-summary table tr.total th{
    font-size: 18px;
    color: #555555;
    font-weight: 700;
}

/*  For Firefox Only  */

@-moz-document url-prefix(){
    .form-height-custom{
        height: auto;
    }
}


/*  Footer Styles  */

#footer{
    background: #e0e0e0;
    padding: 20px 0;
}
#footer a{
    color: #999999;
    padding: 0;
    text-decoration: none;
}
#footer a:hover{
    color: #666666;
}
#footer ul{
    list-style: none;
    padding-left: 0px;
}
#footer .social{
    text-align: left;
}
#footer .social a{
    margin: 0px 10px 0px 0px;
    display: inline-block;
    color: #ffffff;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    line-height: 30px;
    font-size: 15px;
    text-align: center;
    vertical-align: bottom;
    background: #555555;
    text-decoration: none;
}
#footer .social a:hover{
    color: #dedede;
    background: #777777;
}

/*  Copyright Styles  */

#copyright{
    background: #333333;
    color: #cccccc;
    padding: 20px 0px;
    font-size: 12px;
}
#copyright p{
    margin: 0px;
}

/* Styling for Autocomplete search bar */

#map-info{
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

#map_row{
    margin-left: -15px;
    margin-right: -15px;
}

#pac-card {
  background-color: #fff;
  border-radius: 2px 0 0 2px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  font-family: Roboto;
  margin: 10px 10px 0 0;
  -moz-box-sizing: border-box;
  outline: none;
}

#pac-container {
  padding-top: 12px;
  padding-bottom: 12px;
  margin-right: 12px;
}

#pac-input {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 400px;
}

#pac-input:focus {
  border-color: #4d90fe;
}

#title {
  color: #fff;
  background-color: #26b864;
  font-size: 18px;
  font-weight: 400;
  padding: 6px 12px;
}

.hidden {
  display: none;
}

/* Styling for an info pane that slides out from the left. 
 * Hidden by default. */
#panel {
  height: auto;
  width: null;
  background-color: #ffffffbf;
  position: fixed;
  z-index: 1;
  overflow-x: hidden;
  transition: all .2s ease-out;
}

.open {
  width: 250px;
}

.place {
  font-family: 'open sans', arial, sans-serif;
  color: #3c763d;
  font-size: 1.2em;
  font-weight: 500;
  margin-block-end: 0px;
  padding-left: 18px;
  padding-right: 18px;
    border-radius: 2px 0 0 2px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  font-family: Roboto;
  margin: 10px 10px 0 0;
  -moz-box-sizing: border-box;
}

.distanceText {
  color: #3c763d;
  font-family: 'open sans', arial, sans-serif;
  font-size: 1em;
  font-weight: 400;
  margin-block-start: 0.25em;
  padding-left: 18px;
  padding-right: 18px;
}

@media (max-width:380px) {
    
    .navbar-brand {
        margin-top: -77px;
    }
    
    .heading h2 {
        margin-top: -130px;
    }
    
    .triangle {
    margin-left: 0px;
    }

    #big-banner .main-icons {
        text-align: center;
        margin-top: 40px;
    }

    #big-banner .main-icons i {
        font-size: 42px;
        color: #fff;
        display: block;
        padding-bottom: 10px;
    }


    #big-banner .main-icons {
        text-align: center;
        margin-top: 120px;
    }
}

/* .heading h2 {
        margin-top: 55px;
    }
*/
 
@media (min-width: 768px) and (max-width: 1170px){
    .cd-timeline-content {
        margin-left: 56px;
        margin-top: 79px;
    }
    .triangle {
        margin-left: 1%;
    }
   .service-box-content {
        margin-top: 52px;
        padding: 20px;
    }
    .cd-timeline-block .projects {
        max-width: 100%;
        overflow: hidden;
        margin: 0;
        position: relative;
        padding-bottom: 8px;
        margin-top: 67px;
}    
    
}

.picture-story-block{
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white;
    
}
.story2-image{
 
    margin-top: 100px;
    margin-left: 84px;
    width: 30%;
    border-radius: 50%;
    
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 1.8);
    border: 2px solid transparent;
}
.story2-image-caption{
    margin-left: 86px;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
}
.story2-content{
    margin-top: -445px;
    float: right;
    padding: 20px;
    position: relative;
    margin-left: 60px;
    background-color: #eeeeee;
    border-radius: 0.5em;
    animation: cd-bounce-2-inverse 0.6s;
    visibility: visible;
    width: 45%;
}
.cd-timeline-block .projects img {
    width: 200px;
    height: 240px;
    margin-left: 0%;
    margin-right: auto;
    margin-top: 0px;
}
.navbar-right a {
    font-size: 18px;
}

hr {
    margin-top: -16px;
    margin-bottom: 3px;
    border: 0;
    border-top: 2px solid #26b864;
}

.news-image{
    width:140px;
    height:auto;
    float: left;
    margin: 11px;
    border-radius: 6px;
    border-color: #176e36;
    resize: both
}
.cd-timeline-block {
margin-top: 16px;
}

.form-control {
    border: 1px solid #26b864;
    margin: 5px;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
}

.form-control:focus {
    border-color: #26b864;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px #3c763d;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px #3c763d;
}


.clsImg {
    position: relative;
    z-index: 3;
    display: inline-block;
    vertical-align: top;
    width: 169px;
    height: 169px;
    overflow: hidden;
    cursor: pointer;
    background-color: #999;
}
.clsbody {
    position: relative;
    z-index: 3;
    display: inline-block;
    vertical-align: top;
    width: 340px;
    height: 169px;
    padding: 24px 10px 0 17px;
    background-color: #fff;
}

#cd-timeline-2 {
    //height:500px;
}
/*================login template ============*/

.container-login100 {
    width: 100%;
    min-height: 70vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: #ebeeef05;
}
.wrap-login100 {
    width: 670px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    border: solid 1px #26b864;
    
    box-shadow: 0px 2px 5px rgba(0, 0, 0, .3);
}
.login100-form-title {
   background-image: url(images/bg-01.jpg); 
    width: 100%;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 70px 15px 74px 15px;
}

.login100-form-title::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #26b8647a;
}

.login100-form-title-1 {
    font-family: Poppins-Bold;
    font-size: 55px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
}

.login100-form {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 43px 88px 93px 190px;
}
.validate-input {
    position: relative;
}

.wrap-input100 {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #b2b2b2;
}

.m-b-26 {
    margin-bottom: 26px;
}
.m-b-18 {
    margin-bottom: 18px;
}

.label-input100 {
    font-family: Poppins-Regular;
    font-size: 18px;
    color: #3c763d
    line-height: 1.2;
    text-align: right;
    position: absolute;
    top: 14px;
    left: -110px;
    width: 80px;
}

input.input100 {
    height: 45px;
}

.input100 {
    font-family: Poppins-Regular;
    font-size: 18px;
    color: #555555;
    line-height: 1.2;
    display: block;
    width: 100%;
    background: transparent;
    padding: 0 5px;
}
input {
    outline: none;
    border: none;
}
button, input {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
[role=button], a, area, button, input, label, select, summary, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.focus-input100 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}
.has-val.input100 + .focus-input100::before {
    width: 100%;
}
.focus-input100::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    background: #57b846;
}

.flex-sb-m {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}
.w-full {
    width: 100%;
}
.p-b-30 {
    padding-bottom: 30px;
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
.input-checkbox100 {
    display: none;
}
input {
    outline: none;
    border: none;
}
button, input {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
[role=button], a, area, button, input, label, select, summary, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

.label-checkbox100 {
    font-family: Poppins-Regular;
    font-size: 13px;
    color: #999999;
    line-height: 1.4;
    display: block;
    position: relative;
    padding-left: 26px;
    cursor: pointer;
}
label {
    display: block;
    margin: 0;
}

.label-checkbox100::before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 13px;
    color: transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    background: #fff;
    border: 1px solid #e6e6e6;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.txt1 {
    font-family: Poppins-Regular;
    font-size: 18px;
    line-height: 1.4;
    color: #999999;
}

.container-login100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.login100-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    min-width: 160px;
    height: 50px;
    background-color: #57b846;
    border-radius: 25px;
    font-family: Poppins-Regular;
    font-size: 24px;
    color: #fff;
    line-height: 1.4;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}
button {
    outline: none !important;
    border: none;
    background: transparent;
}
[type=reset], [type=submit], button, html [type=button] {
    font-size: 12px;
    -webkit-appearance: button;
    background-color: #26b864;
    border-color: #3c763d;
}

button, select {
    text-transform: none;
}
button, input {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    border: 1px solid #26b864;
    border-radius: 4px;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: 14px;
}
[role=button], a, area, button, input[type=date], input, label, select, summary, textarea {
  
    line-height: 14px;

    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
#top ul.menu.li.clsSearchBtn {
    color: #fffff;
}

#top ul.menu.li.clsSearchBtn:before {
    content: "";
    position: absolute;
    left: -12px;
    top: 6px;
    width: 12px;
    height: 12px;
    background: url(../images/icon_search.svg);
    background-size: 12px auto;
}

//* Style bouce in form right*/

@media only screen and (min-width: 1170px) {
 .service-item.bounce-in {
        -webkit-animation: cd-bounce-2-inverse 0.6s;
        -moz-animation: cd-bounce-2-inverse 0.6s;
        animation: cd-bounce-2-inverse 0.6s;
    }
}

@-webkit-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -moz-transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -moz-transform: translateX(-20px);
    }

    100% {
        -moz-transform: translateX(0);
    }
}

@keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        -moz-transform: translateX(100px);
        -ms-transform: translateX(100px);
        -o-transform: translateX(100px);
        transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}


.service-item {
    padding-bottom: 40px;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}



.service-item:hover{
     -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
}
 .bounce-in {
    -webkit-animation: cd-bounce-2-inverse 2s;
    -moz-animation: cd-bounce-2-inverse 2s;
    animation: cd-bounce-2-inverse 2s;
         }

.service-item .service-icon {
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 100px;
    height: 113px;
    display: block;
}
.service-item .service-icon.first {
    background-image: url(../images/service-first.png);
}
.service-item .service-icon.second {
    background-image: url(../images/service-second.png);
}
.service-item .service-icon.third {
    background-image: url(../images/service-third.png);
    
}

/*=============*

/* The overlay effect with black background */
.overlay {
margin-top: 153px;
  height: 100%;
  width: 75%;
  display: green;
  position: fixed;
  z-index: 10000;
  top: 105;
  right: 0;
  background-color: #009688ed
   /* green with a little bit see-through */
}

/* The content */
.overlay-content {
color: white;
  position: relative;
  top: 37px;
  width: 85%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

/* Close button */
.overlay .closebtn {
  position: absolute;
  top: 0px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: #795548;
}

.overlay .closebtn:hover {
margin-top: 0px;
  color: #26b864;
}

/* Style the search field */
.overlay input[type=text] {
  padding: 9px;
    margin-top:4px;
  font-size: 17px;
  border: none;
  float: left;
  width: 80%;
  background: white;
}

.overlay input[type=text]:hover {
  background: #f1f1f1;
}

/* Style the submit button */
.overlay button {
  float: left;
  width: 20%;
  padding: 15px;
  background: #26b864;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.overlay button:hover {
  background: #26c8a4;
}

.error{
    color: red;
    font-size: 16px;
}

.box {
  width: 600px;
  height: auto;
  border: 2px solid #3c763d;
  margin: 0 auto 15px;
  text-align: left;
  padding: 50px;
  font-weight: bold;
  font-size: 16px;
  border-radius: 10px;
}

.info {
  background-color: #26b864;
  border-color: #3c763d; 
    color: white;
    font-size: 23px;
    font-family: 'Open Sans';
}
.instr {
  background-color: #26b864;
  border-color: #3c763d; 
  color: white;
}

<!-- summernote style -->
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    background-clip: padding-box;
}

.table100 {
    width: 100%;
    min-height: 100vh;
    background: #26b86412;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 5px 5px;
}

#author_map {
        height: 400px;
        width: 400px;
      }
.panel-primary {
    border-color: #26b864;
}
.panel-primary>.panel-heading {
    color: #fff;
    background-color: #26b864;
    border-color: #26b864;
}

.bigbox {
  width: 100%;
  height: auto;
  border: 1px solid #26b864;
  margin: 0 auto 15px;
  text-align: left;
  padding: 50px;
  font-weight: normal;
  font-size: 16px;
  border-radius: 5px;
}
/*  Footer Styles  */

#footer{
    color:#FFFFFF;
    background: #26b864;
    padding: 20px 0;
}
#footer a{
    color:#FFFFff;
    opacity:1;
    padding: 0;
    text-decoration: none;
}
#footer a:hover{
    opacity:0.8;
}
#footer ul{
    list-style: none;
    padding-left: 0px;
}
#footer .social{
    text-align: left;
}
#footer .social a{
    margin: 0px 10px 0px 0px;
    display: inline-block;
    color: #ffffff;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    line-height: 30px;
    font-size: 15px;
    text-align: center;
    vertical-align: bottom;
    background: #555555;
    text-decoration: none;
}
#footer .social a:hover{
    color: #dedede;
    background: #777777;
}

/*  Copyright Styles  */

#copyright{
    background: #333333;
    color: #cccccc;
    padding: 20px 0px;
    font-size: 12px;
}
#copyright p{
    margin: 0px;
}


/*** new user login style 

/* Full-width input fields */
input[type=text], input[type=password]{
    margin-left: 10%;
   margin-top: 10px; 
    margin-bottom: 10px; 
  width: 80%;
  padding: 12px 20px;
 
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

label{
    margin-left: 10%;
   margin-top: 10px; 
    margin-bottom: 0px; 
  width: 80%;
  padding: 0px 0px;
 
  display: inline-block;
  
 
}
/* Set a style for all buttons */
button {
 margin-left: 10%;
   margin-top: 10px; 
    margin-bottom: 10px; 
  background-color: #04AA6D;
  color: white;
  padding: 14px 20px;
  
  border: none;
  cursor: pointer;
  width: 80%;
}

button:hover {
  opacity: 0.8;
}

/* Extra styles for the cancel button */
.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}

/* Center the image and position the close button */
.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 30px;
  position: relative;
}

img.avatar {
  width: 30%;
  border-radius: 50%;
}

.Inputcontainer {
    width: 80%;
    align-items: flex-end;
  padding: 16px;
}

span.psw {
  float: right;
  padding-top: 16px;
}

/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}
  
@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
     display: block;
     float: none;
  }
  .cancelbtn {
     width: 100%;
  }
}