body {
    background: #fff;
    color: #969696;
    font: 16px/21px 'Inconsolata', Arial, Helvetica, sans-serif;
    margin: 0;
    min-width: 320px;
    font-weight: 400;
}
img {
    border-style: none;
    vertical-align: top;
}
a {
    color: #00f;
    text-decoration: underline;
}
a:hover {
    color: #fff;
    text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Inconsolata', Arial, Helvetica, sans-serif;
}

::selection {
    color: red; 
    background: yellow;
}

.w3-text-red {
    color: #FF0000 !important;
}
#wrapper {
    position: relative;
    overflow: hidden;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.container {
    max-width: 972px;
    margin: 0 auto;
    padding: 0 25px;
    overflow: hidden;
}
.container:after {
    content: "";
    display: block;
    clear: both;
}
#main {
    padding-top: 30px;
}
.logo {
    width: 30px;
    height: 30px;
    margin: 0 auto;
}
.logo img {
    width: 100%;
    height: auto;
}
.block {
    margin: 0 0 23px;
    position: relative;
}
.block h2 {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 20px;
}
.font-abril {
    font-family: 'Abril Fatface', cursive;
}
.separator{
    color: #241F1F;
}
.intro-block {
    color: #241F1F;
    margin-bottom: 40px;
}
.intro-block .avatar-holder {
    float: right;
    width: 138px;
    margin: 40px 40px 0 0;
}
.intro-block .avatar-holder img {
    width: 100%;
    height: auto;
}
.intro-block .description .w3-text-red {
    display: block;
}
.btn-group {
    overflow: hidden;
    margin-bottom: 40px;
}
.btn-group .btn-yellow {
    background: #fbec2d;
    margin: 0 10px 10px 0;
    height: 30px;
    border-radius: 5px;
    font-size: 16px;
    color: #241e1e;
    padding: 5px 14px;
}
.btn-group .btn-yellow:hover,
.btn-group .btn-yellow:focus {
    box-shadow: none;
    background: #241e1e;
    color: #fff;
}
.timeline-block .separator{
    margin-top: -21px;
}
.timeline-block .title,
.timeline-block .post {
    display: block;
    color: #241F1F;
}
.timeline-block .company-name {
    color: #241F1F;
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin-left: 20px;
}
.timeline-block .company-name:before {
    content: ".";
    position: absolute;
    left: -21px;
    top: -6px;
    font-size: 26px;
}
.timeline-block .timeline-list {
    margin-bottom: 42px;
}
.timeline-block .responsibility {
    margin: 0;
    padding: 0;
    list-style: none;
}
.timeline-block .responsibility a{
    color: #969696;
}
.timeline-block .responsibility a:hover{
    color: #969696;
    text-decoration: none;
}
.timeline-block .responsibility li {
    position: relative;
    padding-left: 20px;
}
.timeline-block .responsibility li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #969696;
    font-size: 16px;
}
.favorite-sentence {
    margin: 0 0 20px;
}
.favorite-sentence-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.favorite-sentence-list li {
    margin-bottom: 21px;
}
.favorite-sentence-list li a {
    color: #241F1F;
}
.personal-info h2 {
    font-size: 30px;
    line-height: 32px;
    margin: 0 0 35px;
}
.personal-info .avatar-holder {
    width: 150px;
    margin: 0 0 35px;
}
.personal-info .avatar-holder img {
    width: 100%;
    height: auto;
}
.social-networks {
    font-size: 22px;
    line-height: 23p;
    overflow: hidden;
    margin: 0 0 70px;
    padding: 0 0 10px;
    list-style: none;
}
.social-networks li {
    float: left;
    position: relative;
    padding-left: 20px;
    margin-right: 10px;
}
.social-networks li:first-child {
    padding-left: 0;
}
.social-networks li:first-child:before {
    display: none;
}
.social-networks li:before {
    content: ".";
    position: absolute;
    left: 0;
    top: -5px;
    color: #241F1F;
    font-size: 23px;
}
.social-networks li a {
    color: #241F1F;
}
#footer {
    background: #FFF001;
    padding: 15px 0;
}
.loading {
    background: #FFF001;
}
.loading #wrapper{
    opacity: 0;
}
.loaded #wrapper{
    opacity: 1;
}
#tamimatlogoanimation_hype_container {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto !important;
    height: auto !important;
    background: #FFF001;
    z-index:0;
}
.HYPE_scene {
    left: 50% !important;
    margin-left: -300px;
    top: 50% !important;
    margin-top: -150px !important;
}

@keyframes animLoadedLoader {
    to { 
        transform: translate3d(0,120%,0); 
    }
}
.loaded #tamimatlogoanimation_hype_container{
    animation: animLoadedLoader 1s cubic-bezier(0.7,0,0.3,1) forwards;
}
.description, 
.timeline-block, .favorite-sentence, 
.personal-info, .social-networks, #footer {
    opacity: 0;
    transition:all 0.5s ease-in;
}
.loaded-text .description, 
.loaded-text .timeline-block, .loaded-text .favorite-sentence, 
.loaded-text .personal-info, .loaded-text .social-networks, .loaded-text #footer {
    opacity: 1;
}
@media (max-width: 767px) {
    body {
        font-size: 14px;
        line-height: 18px;
    }
    a {
        color: #00f;
        text-decoration: underline;
        -webkit-tap-highlight-color: rgba(255,255,255,0.5);
    }
    .block {
        margin: 0 0 40px;
    }
    .block h2 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 15px;
    }
    .intro-block .avatar-holder {
        margin: 36px 10px 0 0;
        width: 90px;
    }
    .intro-block .description {
        padding-top: 50px;
    }
    .intro-block .description .btn-group {
        position: absolute;
        left: 0;
        top: 0;
    }
    .btn-group .btn-yellow {
        font-size: 14px;
        padding: 7px 14px;
    }
    .timeline-block .separator {
        margin-top: -2px;
    }
    .timeline-block .timeline-list {
        margin-bottom: 30px;
    }
    .timeline-block .company-name {
        margin-left: 14px;
    }
    .timeline-block .company-name:before {
        left: -16px;
        font-size: 22px;
    }
    .timeline-block .responsibility li {
        padding-left: 14px;
    }
    .timeline-block .responsibility li:before {
        font-size: 14px;
    }
    .favorite-sentence-list li {
        margin-bottom: 15px;
    }
    .personal-info .avatar-holder {
        width: 120px;
    }
    .personal-info h2 {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 12px;
    }
    .social-networks {
        margin: 0 0 60px;
        font-size: 16px;
        line-height: 17px;
    }
    .social-networks li {
        padding-left: 16px;
        margin-right: 5px;
    }
    .social-networks li:before {
        font-size: 24px;
    }
}
/**/
.animationCancel {
    display:block;
    width:30px;
    height:30px;
    background:url(../images/btnClose@2x.png);
    background-size: 30px 30px;
    position:fixed;
    bottom:50px;
    left:50%;
    margin-left:-15px;
    z-index:10000;
}
.animationCancel:hover {
    cursor:pointer;
    background:url(../images/btnCloseHover@2x.png);
    background-size: 30px 30px;

}
.loaded-text .animationCancel,
.loaded .animationCancel {
  display:none;
}
.loadedFromStart #tamimatlogoanimation_hype_container {
  display:none !important;
}
/**/