body {margin:0;padding:0;font-family: ShapiroPro-24SuperFly;line-height: 23px;font-size: 16px;}


header {
    width: 100%;
    height:85px;
    position:fixed;
    background-color: white;
    z-index: 999;
    font-family: 'Amiri Bold';
    font-weight: bold;
    font-size: 30px;
    z-index: 999999;
}

header .logo {
    letter-spacing: normal;
    top: 31px;
    left: 35px;
    position: absolute;
    z-index: 9999999;
}
header .logo img{
    height:55px;
}
header .logo a{
    color:black;
    text-decoration: none;
}
header .navigation {
    letter-spacing: normal;
    top: 27px;
    text-align: center;
    position: absolute;
    width:100%;
    z-index: 999999;
}
header .navigation .item{
    margin-left:0px;
    display:inline-block;
    vertical-align: middle;
    height: 29px;
}
header .navigation .item :hover {
    border-bottom: 1px solid currentColor;
}
header .navigation .item a {
    color: #000000;
    text-decoration: none;
    line-height: 35px;
    display: block;
}

header .language {
    top: 30px;
    right: 35px;
    position: absolute;
    z-index: 9999999;
}
header .language a {
    color:#000000;
    text-decoration: none;
}

footer{
    width:100%;
    height:150px;
    text-align: center;
    position: relative;
    font-family: ShapiroPro-24SuperFly;
    font-size: 16px;
}
footer .navigation {
    letter-spacing: normal;
    text-align: center;
    width:100%;
}
footer .navigation .item{
    margin-left:0px;
    display:inline-block;
    color:#a2a2a2;
    font-size: 18px;
}
footer .navigation .item-link:hover{
    color:#222;
    border-bottom: 1px solid #222;
}
footer .navigation .item-link:hover a{
    color:#222;
}
footer .navigation .item-link a {
    color:#a2a2a2;
    text-decoration: none;
}
footer .copyright{
    color:#000;
    font-size: 16px;
    position: absolute;
    width:100%;
    text-align: center;
    bottom:30px
}
footer .copyright a {
    color:#000;
}
.content-container{
    padding: 85px 25px 90px 25px;
    font-family: ShapiroPro-24SuperFly;
    /* max-width: 90%!important;*/
}

#projects{
    text-align: center;
}
#projects .thumbnail{
    display: inline-block;
    vertical-align: top;
    padding: 0px 25px 0 25px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 35px;
}
#projects .thumbnail a {
    color:black;
    text-decoration: none;
}
#projects .thumbnail .title{
    color:black;
    margin-top: 15px;
    font-size: 18px;
}
#projects .thumbnail .tags {
    color:#ccc;
    font-size: 12px;
}
#projects .thumbnail .tags a {
    color:#ccc;
}
#projects .thumbnail .tags a:hover {
    color: #222;
    border-bottom: 1px solid #222;
}

#projects .thumbnail img {
    max-width: 340px;
}
#projectDetail {
    /*max-width: 900px;*/
    margin:0 auto;
}
#projectDetail img{
    width: auto;
    max-width: 100%;
}
#projectDetail h1 {
    font-size: 30px;
}
#projectDetail .image {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    position:relative;
    align-items: center;
    justify-content: center;
    display: flex;
}
#projectDetail .image img{
    /*width: 100%;*/
    /*max-width: 1250px;*/
    /*max-height: 67vh;*/
    max-height: calc(100vh - 237px);
    object-fit: contain;
}
#projectDetail .image .arrow-box {
    width:180px;
    display: inline-block;
    text-align: right;
}
#projectDetail .image .arrow-box .arrow{
    width:160px;
    visibility:visible;
}

#projectDetail .image .arrow-box .arrow-left{
    transform: rotate(180deg);
}
#projectDetail .image .arrow-box .arrow-overlay
{
    position: absolute;
    height: 100%;
    top: 0;
    width:220px;
    z-index: 9999;
    cursor: pointer;
}

#projectDetail .image .image-box {
    width:auto;
    display: inline-block;
    position:relative;
}
#projectDetail .image .image-box .image-overlay
{
    position:absolute;
    width: 40%;
    height: 100%;
    display: block;
    cursor: pointer;
}
#projectDetail .navigation {
    width:100%;
    max-width:980px;
    position:relative;
    height:43px;
    color:#ccc;
    margin:0 auto;
    margin-top: 10px;
    text-align: center;
}
#projectDetail .navigation .arrows {
    margin-top: 5px;
    width:100%;
    position:relative;
    text-align: center;
    zoom: 0.7;
}
#projectDetail .navigation .arrows .arrow {
    cursor: pointer;
    vertical-align: baseline;
}
#projectDetail .navigation .mid {
    font-size: 24px;
}
#projectDetail .navigation .counter {
    font-size: 14px;
    color:#ccc;
}
#projectDetail .navigation .tags {
    position: absolute;
    left: 0;
    top: 4px;
    color: #b4b2c1;
    font-size: 12px;
    z-index: 9999;
}
#projectDetail .navigation .tags a{
    margin-left: 4px;
    z-index: 99999;
    color: #ccc;
    text-decoration: none;
}
#projectDetail .navigation .tags a:hover{
    color: #222;
    border-bottom: 1px solid #222;
}
#projectDetail .title {
    font-family: 'Amiri Bold';
    font-size: 30px;
    width: 100%;
    padding-bottom:5px;
    text-align: center;
}
#projectDetail .content {
    width: 80%;
    max-width: 900px;
    font-size: 16px;
    text-align: justify;
    margin: 0 auto;
    line-height: 23px;
    word-break: break-word;
}
#projectDetail .informations {
    padding-top:50px;
    width:80%;
    max-width: 900px;
    text-align: left;
    margin: 0 auto;
    font-size: 16px;
    line-height: 23px;
}
#projectDetail .informations .row {
    width: 100%;
    min-height: 28px;
    padding-bottom: 10px;
    margin: 0;
}
#texts {
    text-align: center;
    max-width: 700px;
    margin:0 auto;
}
#texts .text{
/*height:84px;*/
    display:flex;
    padding-bottom:20px;
}
#texts .text .date{
    width: 100px;
    display: table;
    font-size: 16px;
    float: left;
    text-align: right;
}
#texts .text .content{
    vertical-align: top;
    display: inline-block;
    text-align: left;
    max-width: 557px;
    float: left;
    padding-left: 39px;
}
#texts .text .content .title {
    font-size: 16px;
    font-family: ShapiroPro-64LightHeavy;
}
#texts .text .content a {
    color:black;
    text-decoration: none;
}
#texts .text .content .description {
    font-size: 16px;
    line-height: 23px;
}
#textDetail
{
    max-width: 900px;
    margin:0 auto;
}
#textDetail h1 {
    font-size: 30px;
}
#textDetail .image img{
    width:100%;
    max-width:1024px;
}
#textDetail .imageInfo
{
    height:43px;
    width:auto;
    text-align: right;
    color: #a2a2a2;
    font-size: 13px;
    padding-top: 7px;
}
#textDetail .title {
    font-family: 'Amiri Bold';
    font-size: 30px;
    width: 100%;
    padding-bottom:25px;
    text-align: center;
}
#textDetail .content {
    width: 80%;
    font-size: 16px;
    text-align: justify;
    margin: 0 auto;
    line-height: 23px;
}

.block-about-me {
    max-width: 900px;
    margin:0 auto;
    font-size: 16px;
    line-height: 23px;
}

.block-about-projects {
    margin: 0 auto;
    max-width: 900px;
}
.block-about-projects .project-group {
    margin-bottom: 20px;
}
.block-about-projects .project-group .projects-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0px;
}
.block-about-projects .project-group .projects-project {
    font-size: 16px;
}

.hamburger{
    position: absolute;
    right: 20px;
    top: 36px;
    width: 50px;
    height: 50px;
    display: block;
    z-index: 99999;
}

.hamburger .bar1, .hamburger .bar2, .hamburger .bar3 {
    width: 35px;
    height: 2px;
    background-color: #000;
    margin: 6px 0;
    transition: 0.4s;
    border: none;
}

#dropdownMenu .language-button {
    padding-top: 0px;
    padding-bottom: 12px;
    margin-bottom: 2px;
    line-height: 30px;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-6px, 3px);
    transform: rotate(-45deg) translate(-6px, 3px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -6px);
    transform: rotate(45deg) translate(-8px, -6px);
}
.login-box{
    max-width: 336px;
    margin:0 auto;
}
.login-box label {
    width:100px;
    display:inline-block;
}
header .mobile {
    display:none;
}
header .mobile .dropdownMenu-content{
    top: 63px;
    display: none;
    position: absolute;
    width: 100%;
    background-color:white;
}
header .mobile .dropdownMenu-content a{
    color: black;
    padding: 12px 36px;
    text-decoration: none;
    display: block;
    height: 46px;
}

.form-group .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-group label {
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    display: block;
    text-align: left;
    height: 30px;
}
.form-group .btn-primary {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    margin: 0 auto;
    display: block;
}
.homepage-image {
    height: 0;
    padding-top: 75%;
    width: 100%;
}

.error-page-box {
    padding: 50px 20px 20px 20px;
    width: 800px;
    margin: 0 auto;
}

@media screen and (max-width: 732px) {
    #projectDetail .image img {
        width:100%;
    }
    header .desktop {
        display:none;
    }
    header .mobile {
        display:block;
    }
    #projects .thumbnail img {
        max-width: 100%;

    }
    #projects .thumbnail {
        width:100%;
    }

}
@media screen and (min-width: 733px) {
    header .mobile {
        display:none;
    }
    header .desktop {
        display:block;
    }
    footer .navigation {
        display: none;
    }
}
@media screen and (max-width: 920px) {
     #projectDetail .image .arrow-box {
        display: none;
     }
}
@media screen and (max-width: 664px) {
  /*  #projects .thumbnail img {
        max-width: 100%;
    }
    #projects .thumbnail {
        margin-left:5px;
        margin-right:5px;
    }*/
    .content-container{
        padding-left:10px;
        padding-right:10px;
    }
    #textDetail .content {
        width:95%;
    }
    #projectDetail .content {
        width:95%;
    }
    #projectDetail .navigation .tags {
        max-width: 30%;
    }
    #projectDetail .informations {
        width:95%
    }
}

