.well {
    background-color: #ffffff;
    border: medium none;
    border-radius: 2px;
    padding: 10px;
    box-shadow: none;
}

.well-ef {
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    margin: 10px 0;
}

.well-ef:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    z-index: 9;
}

.well-lg {
    padding: 30px;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    border-top: none;
}

.box100 {
    width: 100px;
    height: 100px;
    margin: auto;
    padding: 15px;
}

.navbar-brand {
    padding: 13px 0;
    height: auto;
}

.navbar-brand img {
    height: 42px;
}

.navbar-default .navbar-toggle {
    border-radius: 2px;
    margin-top: 17px;
    border: 1px solid #000000;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background: none;
}

.breadcrumb {
    background: none;
    padding: 0;
}

.breadcrumb li a {
    font-weight: 700;
}

.breadcrumb li.active {
    color: #ffffff;
    font-weight: 300;
}

.form-control {
    height: 45px;
    border-radius: 2px;
}

.form-control-feedback {
    line-height: 43px;
}

hr {
    border-color: #dddddd;
}

q:before {
    content: "(";
}

q:after {
    content: ")";
}

blockquote {
    font-weight: 700;
    font-style: italic;
    font-size: 16px;
    margin: 30px 0;
}
.form-control {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    box-shadow: 0 0 0 0 #F39A3A;
    border: 1px solid #dddddd;
}
.form-control:focus {
    box-shadow: 0 0 8px 0 #cccccc;
    border: 1px solid #cccccc;
}