body {
    background-color: #ecf0f1;
    text-align: left;
    font-size: 16px;
    font-family: 'roboto', sans-serif;
    font-weight: 400;
}

.body-white {
    background-color: white;
}
.container {
    background-color: #ecf0f1;
}

a {
    color: #269abc;
}

.head {
    background-color: #2980b9; /* #3498db #2980b9 */
    background-image: url(/images/head_bg.png);
    padding-top: 40px;
    height: 120px;
    width: 100%;
    text-align: center;
}

.head h1 {
    margin: 0px;
    padding: 0px;
}

.head a {
    text-decoration: none;
    color: white;
    font-size: 45px;
}

/*h2 {
    background-color: #2980b9;
    margin: 0px;
    padding: 10px;
    color: white;
}*/

.div-group {
    padding-top: 25px;
    padding-bottom: 25px;
}

.div-link-blog {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 24px;
}

h3 {
    margin-top: 0px;
}

ul {
    padding-left: 20px;
}

.list-contact a {
    margin-left: 15px;
}

.footer {
    
}

/* blog */
pre {
    background-color: white;
}


.post-head {
    margin-bottom: 15px;
}

.post-title {
    margin-top: 30px;
    text-align: center;
    margin-bottom: 20px;
    font-size: 40px;
    /*background-color: #ecf0f1;*/
}

.post-title a {
    color: black;
    text-decoration: none;
    font-weight: normal;
}

.post-date {
    text-align: center;
    margin-bottom: 30px;
}

.post-separator {
    border-bottom: 1px solid gray;
    width: 20%;
    margin: auto;
    margin-bottom: 40px;
}

.post-content {
    margin-bottom: 40px;
}

.post-footer {
    margin-bottom: 40px;
}

.post-footer div {
    margin-bottom: 15px;
}

.author-picture {
    text-align: center;
}

.author-picture img {
    border-radius: 50px;
}

.post-list a {
    /*color: black;*/
}

/* new pager */
.div-pager {
    text-align: center;
    margin-bottom: 15px;
}

.div-pager a {
    width: 100%;
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
    line-height: 13px;    
    display: inline-block;
    padding: 5px 10px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(221, 221, 221);
    border-radius: 15px 15px 15px 15px;
}

.div-pager .col-lg-4 {
    padding-left: 8px;
    padding-right: 8px;
}

/* sidebar stuff */

.sidebar-element a {
    text-decoration: none;
    font-weight: normal;
}

.sidebar-element {
    margin-top: 30px;
}

.sidebar-element h4 {
    font-weight: bold;
    text-align: center;
    display: block;
}

.list-group-item{
    text-align: left;
    padding: 5px 15px;
}

/* sharebar */
.mysharebar {
    /*
    position: absolute;
    top: 300px;
    padding-top: 10px;
    padding-bottom: 5px;
    */
    position: fixed;
    padding-top: 5px;
    padding-bottom: 0px;
    
    width: 40px;
    background-color:#ecf0f1;
    margin-left: -54px;
    padding: 5px;
    text-align: center;
    border-radius: 5px 0px 0px 5px;
}

.mysharebar div {
    margin-bottom: 5px;
}

.myshare-fb {
    min-height: 67px;
}

.post-img {
    margin: 10px;
}

/* google comments */

.google-comments {
    margin-top: 20px;
}


/* footer */
.bottom-padder {
    height: 50px;
}
.list-contact a {
    margin-left: 15px;
}



/* new index */
.row-profile {
    margin-top: 25px;
}

.border-rounded {
    background-color: white;
    border-radius: 10px;
}

.border-rounded h3 {
    margin-top: 15px;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    color: rgb(95, 111, 126);
}

.border-rounded h3:after {
    z-index: 2;
    content: " ";
    display: block;
    padding-top: 10px;
    border-bottom: 2px solid #b7bbbf;
    width: 73px;
    margin: 0 auto;
}

.index-profile-div {
    text-align: center;
}

.index-profile-div a {
    margin-left: 5px;
    margin-right: 5px;
}

.index-profile-picture {
    border-radius: 50px;
}