

.wrapper
{
    background: #fff;
    max-width: 960px;
    margin: 0 auto;
    position: relative;
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
}

.spacetop
{
    max-width: 960px;
    margin: 0 auto;
    position: relative;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding-bottom: 30px;
}


.main-wrapper
{
    font-family: 'Roboto Condensed', sans-serif;
    background: #fff;
    padding: 40px;
    padding-left: 300px;
    padding-right: 60px;
    font-size: 13px;
    line-height: 1.5;
    margin: 0;
    padding-bottom: 1em;
}

@media (max-width: 767px)
{
    .main-wrapper
    {
        padding: 30px;
    }
}

.main-wrapper .upper-row
{
    position: relative;
    overflow: hidden;
    margin-bottom: 2px;
}

@media (max-width: 767px)
{
    .main-wrapper .upper-row
    {
        margin-bottom: 0;
    }
}

.sidebar-wrapper
{
    font-family: 'Roboto Condensed', sans-serif;
    position: absolute;
    left: 0;
    width: 275px;
    min-height: 200px;
    color: #666;
}

@media (max-width: 767px)
{
    .sidebar-wrapper
    {
        position: static;
        width: inherit;
    }
}

.sidebar-wrapper .container-block
{
    padding: 48px;
    height: 100%;
}

.sidebar-wrapper .contact-list li:last-child
{
    margin-bottom: 0;
}

.sidebar-wrapper .contact-list li
{
    margin-bottom: 20px;
}

.sidebar-wrapper a
{
    color: #3F4650;
    font-size: 15px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.sidebar-wrapper .contact-list .fa
{
    margin-right: 5px;
    font-size: 18px;
    vertical-align: middle;
    color: #000;
}

.main-wrapper .section
{
    margin-bottom: 40px;
}

.main-wrapper .section-title
{
    color: #333;
    position: relative;
    margin-top: 0;
    margin-bottom: 10px;
}

.main-wrapper .section-title .fa
{
    width: 50px;
    height: 50px;
    max-width: 100%;
    margin-right: 8px;
    display: inline-block;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #a61c1e;
    text-align: center;
    padding-top: 13px;
    font-size: 22px;
    position: relative;
    top: -2px;
}

.main-wrapper .job-title
{
    color: #3F4650;
    font-size: 20px;
    margin-top: 0;
    font-weight: 500;
}

.job-title_sub
{
    color: #3F4650;
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: capitalize;
}

.main-wrapper .time
{
    position: absolute;
    right: 0;
    top: 0;
    color: #000;
}

@media (max-width: 767px)
{
    .main-wrapper .time
    {
        position: static;
        display: block;
        margin-top: 5px;
    }
}

.main-wrapper .company
{
    margin-bottom: 7px;
    color: #000;
    font-family: 'Roboto Condensed', sans-serif;
}

.main-wrapper .experiences-section .item
{
    margin-bottom: 20px;
}

hr
{
    width: 99%;
    margin-top: 0px;
    margin-bottom: 30px;
    border: 0;
    border-top: 2px solid #a61c1e;
}

p
{
    font-size: 13px;
}

button:hover
{
    text-decoration: none;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.list-unstyled :hover
{
    color: #a61c1e;
    text-decoration: none;
}

.btn.btn-primary:hover
{
    background: #c04e16;
}

.btn.btn-primary
{
    background: #a61c1e;
    color: #fff;
}

.me
{
    padding-left: 48px;
}

