.second {
    -webkit-animation-delay: .5s;
            animation-delay: .5s;
}
#content img {
    max-width: 100% !important;
    /* min-width: 100%; */
}
h1 { color: #222 !important; margin-bottom: 10px;}
h2 {
    background-color: #edebb7;
    line-height: 1.4;
    color: #000;
    padding: 20px;
    font-size: 20px;
    margin: 0 0 10px;
}

.navbar,
.navbar-header button,
.navbar-nav > li > a
{
    line-height: 80px;
    /*background-color: #ebebeb !important;*/
}
.navbar-header button {
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-nav > li > a {
    padding: 0 25px;
}
.nav li.open {
    background-color: #fff;
}
.navbar-nav>li>a:hover {
    background-color: #dde6e9 !important;
}
.navbar-nav>.active>a,
.navbar-nav>.open>a:focus {
    background-color: #dde6e9 !important;
}

.how-to {
    list-style: none;
    margin: 0;
    padding: 0;
}
.how-to li {
    padding: 5px 0;
    border-bottom: 1px solid #cecece ;
}
.how-to li:hover {
    background-color: #edf1f2 ;
}
.how-to a {
    color: inherit;
}

h3, h4, h5 {
    font-weight: bold;
    color: #007eff;
}
article ol,
article ul {
    border-top: 1px dashed #E4E4E4;
    border-bottom: 1px dashed #E4E4E4;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: justify;
    padding-top: 20px;
    padding-bottom: 20px;
}
@media screen and (min-width: 640px) {
    article ol,
    article ul {
        padding: 30px 70px 30px 70px;
    }
}
.author-block ol,
.author-block ul {
    border: none;
}

section strong { color: #202020; }
section a,
aside ul a { color: #007eff !important; }
section a:hover,
section a:focus {
    color: #007eff;
    text-decoration: underline;
}

iframe {
    width: 100%;
    max-width: 700px;
    height: 400px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: none;
}

@media screen and (max-width:640px) {
    iframe {
        height: 250px;
    }
}
.fb_iframe_widget span { vertical-align: baseline!important; }