footer
{
     margin:10px 0px 10px 0px;
     text-align:center;
     min-height: 20px;
     background-color: #252525;
}
.likeblock
{
    text-align:center;
    margin:0px;
    padding: 10px;
    -webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
}
.likeblock:hover
{
    background-color:rgba(253, 253, 253, 0.6);
}
.likeblock>span
{
    display: block;
}
a:hover
{
    text-decoration: none;
}
body
{
    font-size: 18px;
    background-color: #e6e6ee;
}
.photo-wrap
{
    max-width: 250px;
    max-height: 250px;
    margin: auto;
}
#cv-head
{
    width: 80%;
    text-align: left;
    margin:30px auto 30px auto;
    font-size: 42px;
    font-weight: 600;
}
#head
{
    position:relative;
}
.photo-img
{
    border: 3px solid black;
}
.expand
{
    cursor: pointer;
}
#wrapper
{
    margin: 15px auto 15px auto;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.75);
    box-shadow: 0 0 10px rgba(0,0,0,0.75);

}
#photo
{
    padding:15px;
}

.bright-side
{
    background-color: #ffffff;
    color:#1c1c1c;
    padding: 2px 0px 2px 0px;
    margin-left:0px;

}

.bright-side hr
{
    background-color: #1d1d1d;
    border: 1px solid #1c1c1c;
    margin:5px 0px 3px 0px;
}

.dark-side
{
    background-color: #252525;
    color:#fdfdfd;
    padding: 2px 0px 2px 0px;
}
.dark-side hr
{
    background-color: #fefefe;
    border: 1px solid #fdfdfd;
    margin:5px 0px 3px 0px;
}
.info
{
    margin-top:20px;
    font-weight: 700;
    font-size:20px;
    min-height:0px !important;
}

.info-block
{
    margin-top:10px;
    font-size: 1em;
}

.icon
{
    text-align:center;
}

.data-row
{
    padding-left:10px;  
}
.timeline
{
    margin-left:5px;
    box-sizing: border-box;
    text-align: left;
}
.timeline-block
{
    float:left;
    padding-left:3px; 
    max-width:90%;
}
.timeline-block-image
{
    float:left;
    background-image: url('../img/tl.png');
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 100px;
    min-width:40px;
    background-size: cover;
}
.header-main{
    font-size: 1.2em;
    font-style: italic;
    font-weight: 600;
    padding: 0px 5px 0px 5px;    
}
.skill-header
{
    padding: 0px 5px 0px 5px;
    font-style: normal;
}
.text-main
{
    font-style: normal;
    padding: 0px 5px 0px 5px;
}
.timeline-row
{
    width: 100%;
    overflow: hidden;
    padding:0px;
    margin: 0px;  
}
.timeline-row:after
{
    content: "";
    display: table;
    clear: both;
}

.about
{
    font-size: 1em;
    font-style: normal;
    padding: 10px;
    text-align: left;
}

.main-skill
{
    padding:5px 20px 5px 20px;
}
.border-left{
    border-left: #fdfdfd solid 1px;
}
.addit-skill
{
    border: none;
    margin-left: -20px;
    padding:5px 20px 5px 20px;
   
}

@media (max-width: 768px) 
{
    .about
    {
        padding-left: 20px;
        padding-bottom: 0px;
    }
    body
    {
        font-size: 14px;
        padding:3px 20px 3px 20px;
        text-align: center;
    }
    #cv-head
    {
        text-align: center;
    }
    .addit-skill
    {
        padding:5px 20px 5px 20px;
        margin-left: 0px;
        border: none;
        text-align: left;
    }
    .main-skill
    {
        text-align: left;
    }
    .data-row
    {
        padding-left:0px;
    }
   .timeline-block-image
    {
        display:none;
    }
    .timeline-block
    {
        padding-left:20px;
    }
}