﻿section {
    text-align: center;
}

.title {
    font-family: "Times New Roman",Times,serif;
    position: relative;
    margin: 40px 0 80px 0;
}

    .title:after {
        content: '';
        height: 5px;
        width: 135px;
        background-color: #62aa94;
        position: absolute;
        top: 50px;
        left: calc(45% - 10px);
    }

h2 {
    font-size: 32px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    color: #424242;
    margin-bottom: 35px;
    margin-top: 0;
}



.nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    /*background-color: #333333;*/
    text-transform: uppercase;
}

    .nav li {
        float: left;
    }

        .nav li a {
            display: block;
            color: white;
            text-align: center;
            padding: 16px;
            text-decoration: none;
        }

            .nav li a:hover {
                background-color: #111111;
            }

#motivation h5 {
    font-size: 18px;
    line-height: 18px;
    font-weight: normal;
    text-transform: uppercase;
    font-family: "Times New Roman",Times,serif;
    color: inherit;
    margin-bottom: 20px;
}

    #motivation h5:after {
        content: "";
        height: 1px;
        width: 155px;
        background-color: #62aa94;
        position: absolute;
        top: 20px;
        left: 14px;
    }

#motivation .blockContent {
    padding-bottom: 6px;
    margin-bottom: 19px;
    border-bottom: 1px solid #62aa94;
    min-height: 130px;
}

.btn-info {
    color: #1fb248;
    background: none!important;
    font-family: 'Ubuntu',sans-serif;
    text-transform: uppercase;
    padding: 0 11px 0 0;
    position: relative;
    font-size: 12px;
    box-shadow: none !important;
    text-shadow: none !important;
}

    .btn-info:hover {
        text-decoration: none;
        color: #000;
    }



/*element.style {
    z-index: 1;
    margin-top: 0px;
    margin-left: -311px;
    transform: translate3d(0px, 0px, 0px);
}*/
/*.caption {
    position: relative;
}*/
.caption {
    top: 117px;
    display: block;
    position: absolute;
    width: 100%;
}

    .caption .text1 {
        color: #fff;
        text-transform: uppercase;
        font-family: "Times New Roman",Times,serif;
        font-size: 25px;
        font-weight: bold;
        line-height: 50px;
        padding: 0 46px;
        background: #090807;
        background: rgba(9,8,7,0.57);
        position: absolute;
        top: 10px;
        left: 50%;
        margin-left: -311px;
    }

    .caption .text2 {
        color: #e14f42;
        text-transform: uppercase;
        font-family: "Times New Roman",Times,serif;
        font-weight: bold;
        font-size: 25px;
        line-height: 50px;
        padding: 0 0 0 82px;
        background: #f6f7f8;
        background: rgba(246,247,248,0.57);
        position: absolute;
        left: 50%;
        margin-left: -31px;
        right: 0;
        top: 60px;
    }


.update-item {
    margin-bottom: 42px;
}

    .update-item:after {
        content: '';
        display: block;
        clear: both;
    }

.item_img {
    position: relative;
    padding: 15px;
    background: #5e5d61;
    background: rgba(255,255,255,0.2);
    margin: 0 0 20px 0;
}

    /*.item_img, .category_img {
    margin-bottom: 18px;
}*/

    .item_img .item_published {
        position: absolute;
        left: 15px;
        top: 15px;
        background: #100e0d;
        background: rgba(16,14,13,0.65);
        width: 52px;
        text-align: center;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        line-height: 17px;
        padding: 9px 0;
    }

.publications {
    text-align: center;
    text-transform: uppercase;
}

.item_title {
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: normal;
    color: #e14f42 !important;
    margin: 0;
}

    .item_title a {
        color: #f1675a;
    }

        .item_title a:hover {
            text-decoration: none;
        }

.item_introtext {
    color: #b7a9a7;
}

#footer .footer-top {
    padding: 25px 0;
    margin: 0;
}

#footer .footer-md {
    background: url(../Images/footerBorder.png) no-repeat center top, url(../Images/footerBorder.png) no-repeat center bottom;
    background-size: 100%;
    padding: 27px 0 22em 0;
    margin: 0;
}

    #footer .footer-md ul {
        padding: 0;
        margin: 0;
        list-style: none;
        display: block;
        vertical-align: top;
    }

        #footer .footer-md ul li {
            display: block !important;
            padding: 0;
            margin: 0 0 8px 0;
        }

            #footer .footer-md ul li a {
                text-decoration: none;
                display: inline-block;
                font-size: 14px;
                color: #a3a3a3;
                line-height: 16px;
                padding: 0;
                margin: 0;
                transition: all 300ms ease-in-out;
            }

#footer .footer-bottom {
    padding: 15px 0 0 0;
    width: 0;
}

.hvr-forward {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

#copyright {
    text-transform: uppercase;
    color: #a0999c;
    padding: 9px 0 12px 0;
    text-align: left;
}

    #copyright .siteName {
        font-family: "Times New Roman",Times,serif;
        color: #e14f42;
        font-size: 24px;
        margin-right: 4px;
    }

    #copyright a {
        color: inherit;
        text-decoration: none;
    }

    #copyright .year:after {
        content: '|';
        padding: 0 0 0 4px;
    }

.contacts {
    color: #a0999c;
    overflow: hidden;
    float: right;
    text-align: right;
}

#UpdateLeftPanel {
    background-color: #efe8e8;
    padding: 10px 10px;
}

    #UpdateLeftPanel ul li {
        display: block;
        text-align: left;
        border-bottom: solid 1px #a29e9e;
        margin-bottom: 15px;
    }

        #UpdateLeftPanel ul li .update-heading {
            font-size: 16px;
            color: #464343;
            margin: 0 0 5px 0;
        }
        #UpdateLeftPanel ul li .update-body {
            font-size: 12px;
        }
        #UpdateLeftPanel ul li .update-readmore {
            text-align: right;
            color: #f90404;
        }


/* Comment box style*/


/*#login { display: none; }*/
.login,
.logout { 
    position: absolute; 
    top: -3px;
    right: 0;
}
.page-header { position: relative; }
.reviews {
    color: #555;    
    font-weight: bold;
    margin: 10px auto 20px;
}
.notes {
    color: #999;
    font-size: 12px;
}
.media .media-object { max-width: 120px; }
.media-body { position: relative; }
.media-date { 
    position: absolute; 
    right: 25px;
    top: 25px;
}
.media-date li { padding: 0; }
.media-date li:first-child:before { content: ''; }
.media-date li:before { 
    content: '.'; 
    margin-left: -2px; 
    margin-right: 2px;
}
.media-comment { margin-bottom: 20px; }
.media-replied { margin: 0 0 20px 50px; }
.media-replied .media-heading { padding-left: 6px; }

.btn-circle {
    font-weight: bold;
    font-size: 12px;
    padding: 6px 15px;
    border-radius: 20px;
}
.btn-circle span { padding-right: 6px; }
.embed-responsive { margin-bottom: 20px; }
.tab-content {
    padding: 50px 15px;
    border: 1px solid #ddd;
    border-top: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.custom-input-file {
    overflow: hidden;
    position: relative;
    width: 120px;
    height: 120px;
    background: #eee url('https://s3.amazonaws.com/uifaces/faces/twitter/walterstephanie/128.jpg');    
    background-size: 120px;
    border-radius: 120px;
}
input[type="file"]{
    z-index: 999;
    line-height: 0;
    font-size: 0;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity = 0);-ms-filter: "alpha(opacity=0)";
    margin: 0;
    padding:0;
    left:0;
}
.uploadPhoto {
    position: absolute;
    top: 25%;
    left: 25%;
    display: none;
    width: 50%;
    height: 50%;
    color: #fff;    
    text-align: center;
    line-height: 60px;
    text-transform: uppercase;    
    background-color: rgba(0,0,0,.3);
    border-radius: 50px;
    cursor: pointer;
}
.custom-input-file:hover .uploadPhoto { display: block; }