
 
#theContent {
    padding:30px 30px 10px 280px;
}

.row {
    /*max-width: 1170px;*/  
}

/*#theContent .row { */
/*#theContent .row.text-content { */
header.page-intro .page_title,
header.page-intro h2.desc,
.project-desc,
article.process,
#theContent:not(.home) header.page-intro h2.desc,
/*.project-img,
.project-img-holder,*/
.template_1 .text-content,
.template_6 .text-content,
.template_6 .map-holder,
#theContent .page-desc    
/*#theContent .page-intro */
 { 
    max-width: 860px;
    width: 100%;
}

.nav-btns,
#gallery.others {
    max-width: 1356px;
    width: 100%;
}

.text-content img {
    max-width: 100%;
}


.image-holder {
    margin-bottom:20px;
}

/*
.no-js #theContent,
.outdated #theContent {
    margin-top:0;
}*/

article.process {
    margin-bottom:20px;
}


#sidebar {
    position: fixed;
    height:100%;
    width:250px;
    background-color: #fff;
    padding:30px 0px 30px 30px;
}
#sidebar > div {
    background-color: #f1f1f1;
    width:100%;
    height:100%;
    position: relative;
}

#so-menu {
    padding:27px 0px;
}
.mCustomScrollBox {
    padding: 0 30px;
}
.mCSB_inside>.mCSB_container {
    margin-right: 0;
    height: 100%;
}
.mCSB_scrollTools .mCSB_dragger {
    margin-left:7px;
}
.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    border-radius:0;
    background-color: #ddd !important;
    opacity: 1 !important;
    width:2px;
}


@media screen and (min-height:760px) {
    #mCSB_1_container {
        height: 100%;
    }
    footer {
        position: absolute;
        bottom:0px;
        margin-top:0px;
    }
}



a.logo {
    display: block;
    width: 100%;
    /* height: 173px; */
    height: 90px;
    background-size: contain;
    background-position: left center;
    background-image: url('../images/logo.svg');
    background-repeat: no-repeat;
    /* margin-bottom:45px; */
    margin-bottom:20px;
}

@media screen and (min-width:768px) {
    a.logo.hide {
        visibility: hidden;
    }
}



a.meeshooz {
    margin: 10px 0;
    display: block;
    width: 80%;
    filter: grayscale(100);
    opacity: 0.62;
}

a img.meeshooz-logo-link {
    height: 30px;
    filter: grayscale(100);
    margin: 0 5px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}


a:hover img.meeshooz-logo-link {
    filter: grayscale(0);
}

@media screen and (max-width:767px) {
    a.meeshooz {
        margin-top: 30px;
            width: 65%;
    }
}

@media screen and (min-width:768px) {
    a.meeshooz:hover {
        filter: grayscale(0);
        opacity: 1;
    }
}

.social-links {    
    text-align: right;
}

.social-links a {
    color:#bababa;
    font-size: 1em;
    padding:0.5em;
}
.social-links a:hover {
    color:#567c97;
}

/*///////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#gallery > .row {
    margin-top: -10px;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 10px;
    padding: 0;
}

#gallery .project-grid {
    margin-bottom:10px;
}

#gallery .thumbnail {
    background:#fff;
    border-radius:0;
    padding: 10px;
    border:0;
    margin: 0;
    /* max-width: 313.3px; */
        max-width: 275px;
    opacity:1;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#gallery .thumbnail.hide-me {
    /*opacity: 0.3;*/
    display: none;
}

#gallery .thumbnail img {
    width:100%;
}

#gallery .thumbnail a {
    display: block;
    overflow: hidden;
    position: relative;
}


#gallery .thumbnail.characters-link h3 {
    color:#aaa;
    opacity:1;
}
#gallery .thumbnail:not(.hide-me) a:hover  h3 {
    color:#fff;
}

#gallery .thumbnail a > div,
#gallery .thumbnail a h3,
#gallery .thumbnail a > div > div.circle { 
    display: none;
}
#gallery .thumbnail.characters-link a > div {
    display: flex;
}

#gallery .thumbnail.characters-link a h3 {
    display: block;
}

@media only screen and (min-width: 1025px) {
    #gallery .thumbnail a > div {
        position: absolute;
        display:flex;
        width:100%;
        height:100%;
        border-radius:50%;
        align-items: center;
        justify-content: center;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }
    #gallery .thumbnail:not(.hide-me) a:hover > div > div.circle {
        width:150%;
        height:150%;
        top: -25%;
        left: -25%;
    }
    #gallery .thumbnail:not(.hide-me) a:hover  h3 {
        opacity:1;
        display: block;
    }

    #gallery .thumbnail a > div > div.circle { 
        display: block;
        width:0%;
        height:0%;
        border-radius:50%;
        position: absolute;
        z-index: 999;
        top: 50%;
        left: 50%;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }
    #gallery .thumbnail a h3 {
        margin:0;
        font-weight: 200;
        color:#fff;
        position: relative;
        z-index:1000;
        opacity:0;
        padding: 0 20px;
        text-align: center;
        line-height: 1.2em;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }
}
@media only screen and (min-width: 1450px) {
   
   /*header.page-intro h2.desc,*/
   /*#gallery.others > .row {*/
   /*#gallery > .row {
        max-width: 1200px;
    }*/
}


.site-title {
    padding-left:0;
}

#gallery .site-title > header {
    /*background-color: #f9f9f9;*/
    /*padding: 30px;*/
    /*height:100%;*/
        margin-bottom: 20px;
}

#gallery .thumbs-holder {
    margin-left: -10px;
}


/*///////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////*/

h1.page_title {
    font-family: "filson-pro", sans-serif;font-weight:300;
}

header.page-intro  {
    margin-bottom: 20px;
    margin-top: 1.1em;
}



header.page-intro .page_title {
    margin: 0px; 
    color:#567c97;
}


header.page-intro h2.desc {
    font-family: "filson-pro", sans-serif;font-weight:200;
    margin: 0.7em 0 1.6em;
}
header.page-intro .desc p {
    line-height:1.4em;
}

.page-desc {
    margin-bottom:30px;
}


.horizontal-divider:before {
    content:'';
    height:6px;
    width:100%;
    background-image: url('../images/dot.svg');
    background-repeat: repeat-x;
    display:block;
    margin:10px 0;
    /*position: absolute;
    top: 0;*/
}

.vertical-divider:before {
    content:'';
    width:6px;
    height:100%;
    background-image: url('../images/dot-vertical.svg');
    background-repeat: repeat-y;
    display:block;
    position: absolute;
    left:0px;
    top:0px;
}


.filters {
    padding:0;
    margin:0;
    line-height: 1.8em;
}


.filters li {
    display: inline-block;
    margin-right: 1em;

}
.filters a.proj_filter {
    padding: 0.5em 1em;
    color:#9f9f9f;
}
.filters a.proj_filter:hover,
.filters a.proj_filter.current {
    color:inherit;

}
.filters a.proj_filter:first-child {
    margin-left:-1em;
}

.project-desc {
    margin-top: -1.1em;
    margin-bottom: 1em;
}
.project-desc a {
    text-decoration: underline;
}
.project-desc a:hover {
    text-decoration: none;
}

.project-img {
    padding:10px;
    max-width: 100%;
    /*max-height: 800px;*/
    box-sizing: content-box;
    width:auto;
}

.project-img.wide {
    max-width: 100%;
} 

.project-img-holder {
    margin-left:-10px;
}



#gallery.others {
    position: relative;
    margin-top: 4.1em;
}
#gallery.others > .row {
    margin-top:10px;
}
#gallery.others h2 {
    font-size:2.5em;
    margin: 1.6em 0 0.45em;
}

.nav-btns {
    /*float:left;*/
    display: flex;
    justify-content: space-between;
    margin-top: 1.4em;
}

.nav-btns a {
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 0.7em;
    font-size:0.8em;
}
.nav-btns a.disabled {
    opacity:0.5;
    color:inherit;
}

.nav-btns a.prev-proj-btn {
    padding-left:1.6em;
    background-position: left 0.2em center;
    background-image: url('../images/btn-arrow-left.svg');
    margin-right:2em;
}
.nav-btns a.next-proj-btn {    
    padding-right:1.6em;
    background-position: right 0.2em center;
    background-image: url('../images/btn-arrow-right.svg');
}

.nav-btns a.prev-proj-btn:not(.disabled):hover {
    background-position: left 0em center;
    /*color:inherit;*/
}

.nav-btns a.next-proj-btn:not(.disabled):hover {
    background-position: right 0em center;
    color:inherit;
}

a.back-to-top {
    /*float:right;*/
    display: inline-block;
    font-size: 0.8em;
    padding-left:1.8em;
    background-image:url('../images/btn-arrow-up.svg');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 1.2em;
}
a.back-to-top:hover {
    background-position-y: 0.3em;
}



@media screen and (max-width:1680px) {
    #gallery.others .thumbnail:last-child {
        display: none;
    }
    .nav-btns,
    #gallery.others {
        max-width: 1083px;
    }
}

@media screen and (max-width:768px) {

    .nav-btns a {
        font-size: 1em;
    }
    a.back-to-top {
        font-size: 1em;
        margin: 0 auto;
        width: 130px;
        clear: both;
        position: relative;
        top: 30px;
        display: block;
    }
}
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////*/


.resume-holder {
    margin-top: 30px;
    margin-bottom: 16px;
}

.resume-holder > a {
    /*font-size: 1.2em;*/
    padding-right: 20px;
    /*margin-top: 40px;*/
    display: inline-block;
}

.resume-holder > a.links-btn {
    float: right;
    padding-right: 0;
}


.resume-holder > a.cv-btn {
    /*border-left: 2px solid #808080;
    padding-left: 24px;*/
}

.resume-btn.open:after {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}
.resume-btn:after {
    content:'';
    background-image: url('../images/btn-arrow.svg');
    background-repeat: no-repeat;
    background-position: center;
    width: 15px;
    height: 11px;
    display:inline-block;
    margin-left:7px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    position: relative;
    top:0px;
}

.resume-btn:hover:after {
    top:3px;
}

.resume-btn.open:hover:after {
    top:-3px;
}
.resume {    
    margin:1em 0;
    line-height: 1.6em;
    padding: 0em;
}

.resume h2 {
    margin-top: 20px;
}
.resume ul {
    margin:10px 0 30px;
}
.resume span.date {
    width:160px;
    display: inline-block;
}


.download-resume-btn {
    display:block;
    margin:1em 0;
    /*font-size:1.4em;*/
}

.row.services {
    max-width: 970px;
}
.services ul {
    padding:0;
    margin:0;
}

.services .service-item {
    margin-bottom: 20px;
    margin-right: 20px;
    padding: 20px;
    color:#fff;
    position: relative;
    width: 280px;
    height: 280px;
    cursor: pointer;
}
.services .service-item h2 {
    color:#fff;
    margin-bottom: 1em;
    font-size: 1.25em;
}
.services .service-item h2 span {
    display: block;
    font-size:1.5em;
    margin-bottom: 2px;
}
.services .service-item .text {
    width: calc(100% - 25px);
    margin-top: 50px;
    height: 50%;
    
}
.services .service-item .text p {
    line-height:1.3em;
}

.services .service-item img {
    width:79px;
    position: absolute;
    top: 20px;
    right: 16px;
}

.services .service-item  a {
    /*font-weight:600;*/
    font-size: 0.8em;
}
.services .service-item:hover a {
    /*color:#ce1f1f;*/
    text-decoration: underline;
    color:inherit;
}

.process .row {
    /*margin-bottom:20px;*/
    padding:20px;
    margin-right: 0;
    margin-left: 0;
}

.process .row:nth-child(odd) {
    background-color:#efefef;
}

.process .row img {
    max-width: 235px;
    display: inline-block;
}
.process .row > div {
    padding-left: 20px;
    display: inline-block;
    /*max-width: 620px;*/
    vertical-align: top;
    width: calc(100% - 240px);
}

@media only screen and (max-width: 1180px) {
   
   .process .row > div {
        padding-left: 0;
        margin-top: 20px;
        text-align: center;
        width: 100%;
        max-width: none;
   }
   .process .row img {
        margin: 0 auto;
        display: block;
    }

    /*.resume-holder > a.links-btn {
        float:none;
    }*/


}

.process .row h2 {
    font-size:36px;
    font-weight:700;
    margin-bottom:10px;
    margin-top: 0px;
}

.template_6 .text-content {
    margin-top: 40px;
}
.template_6 .map-holder {
}
.template_6 .map-holder .horizontal-divider {
    margin-top: 2.5em;
}
.gmap {
    position: relative;
    width:100%;
    height:440px;
    margin-bottom: 20px;
    margin-top: 4.4em;
}
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*///////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/*////////////////////////////////////////////////////////////////////////////////
//////////////////  PAGINATION //////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////*/


.pagination { 
  /*border-top: 1px solid #ddd;*/
  padding: 0.5em 0 0;
  border-radius: 0;
  width:auto;
  margin:2em auto;    
}
ul.pagination li {
    display:inline-block;
    float:none;
    vertical-align: top;
}

ul.pagination  li  a,
.pagination > li > a, .pagination > li > span {
    border:none;
    color:#000;
    font-family:"filson-pro", sans-serif;font-weight:300;
    font-size: 1.4em;
}


ul.pagination li a:hover,
ul.pagination li.active a,
ul.pagination li:hover a.disabled,
ul.pagination li a.disabled {
    background-color:transparent;
    /*color:#dedede;*/
    opacity:0.5;
}

ul.pagination .prev-btn a,
ul.pagination .next-btn a {
    width:10px;
    height:20px;
    position: relative;
    top: 7px;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    /*background:url('../images/thin-arrow.svg') !important;*/
    background-image:url('../images/thin-arrow.svg') !important;
}

ul.pagination .prev-btn a {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}



ul.pagination li:hover a:not(.disabled), ul.pagination li a:focus, ul.pagination li:hover button, ul.pagination li button:focus {
    background-color:transparent;
}

/*///////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////*/


/*///////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////*/

