﻿@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri.eot');
    src: url('../fonts/Calibri.eot?#iefix') format('embedded-opentype'), url('../fonts/Calibri.woff2') format('woff2'), url('../fonts/Calibri.woff') format('woff'), url('../fonts/Calibri.svg#Calibri') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri Bold.eot');
    src: url('../fonts/Calibri Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Calibri Bold.woff2') format('woff2'), url('../fonts/Calibri Bold.woff') format('woff'), url('../fonts/Calibri Bold.svg#Calibri Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
}
body {
    font-family: 'Calibri';
    font-weight: 400;
    color: #3e3e3e;   
}

html {
  overflow-y: scroll; 
}

p {
    font-size: 20px;
}

.about_information {
    margin-bottom: 45px;
}
.about_information p {
    font-size: 18px;
    margin-bottom: 18px;
}
.about_spacing {
    width: 20px;
}

.about_information div.single_project {
    margin-top: -15px;
}

a.project-link p {
    color: #3e3e3e;
}

a:link, a:visited {
}

.xs-project p {
    margin-left: 15px; 
    margin-right: 15px;
}

.xs-project img {
    width: 48px; 
    height: 100%; 
    margin-left: 15px; 
    margin-top: -32px;
}

.xs-project .information_box {
    display: inline-block; 
    margin-left: 15px;
}

.hide_on_mobile {} .header {
    padding-top: 0px;
}

.header .logo {
    padding-top: 30px;
    position: relative;
}
.shadow {
    box-shadow: 0px 0px 35px #cccccc;
}
.header .logo img {
    width: 65px;
}
.header .logo span {
    font-size: 30px;
    color: #4c4c4c;
    line-height: 1;
    font-family: 'Calibri';
    font-weight: 700;
    position: absolute;
    left: 100px;
    top: 45px;
}
.header .logo span a {
    color: #4c4c4c;
    text-decoration: none;
}
.header .right_box {
    text-align: right;
}
.header .navigation {
    display: inline-block;
}
.header .navigation ul {
    margin: 45px 0 0;
    padding: 0px;
}
.header .navigation ul li {
    margin: 0px;
    padding: 5px 10px;
    list-style: none;
    font-size: 16px;
    color: #5d5d5d;
    font-family: 'Calibri';
    display: inline-block;
}
.header .navigation ul li a {
    color: #5d5d5d;
    text-decoration: none;
}
.header .navigation ul li a:hover {
    color: #252525;
    text-decoration: none;
}
.header .navigation .active {
    color: #252525;
    font-weight: 700;
    font-family: 'Calibri';
}
.header ul.social_media {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}
.header ul.social_media li {
    display: inline-block;
    list-style: none;
    font-size: 18px;
    margin: 0px 5px;
    padding: 0px;
}
.header ul.social_media li a {
    margin: 0px;
    padding: 0px;
    background-color: #eeeeee;
    width: 34px;
    height: 34px;
    display: inline-block;
    line-height: 34px;
    text-align: center;
    color: #aaaaaa;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
}
.header ul.social_media li a:hover {
    color: #2d2d2d;
}
.page_content {
    padding-top: 70px;
    padding-bottom: 70px;
    min-height: 550px;
}
.single_project {
    padding: 0px;
    position: relative;
}
.single_project span {
    padding: 15px;
    color: #fff;
    font-weight: 700;
    font-family: 'Calibri';
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin: 0px;
    font-size: 24px;
    line-height: 1.1;
    text-shadow: 1px 1px 1px #000;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
}
.single_project img {
    width: 100%;
    height: 229px;
}
.left_arrow {
    position: fixed;
    top: 38%;
    left: 0px;
    z-index: 10;
}
.right_arrow {
    position: fixed;
    top: 38%;
    right: 0px;
    z-index: 10;
}
.inner_content {
    max-width: 860px;
}
.information_box p {
    font-size: 17px;
}
ul.project {
    margin: 7px 0 15px;
    padding: 0px;
}
ul.project li {
    margin: 0px;
    padding: 0px 15px 0 20px;
    display: inline-block;
    font-size: 17px;
    color: #999999;
    border-left: #999999 solid 1px;
}
ul.project li a {
    color: #999999;
    text-decoration: none;
}
ul.project li h1 {
    margin: 0px;
    padding: 0px;
    font-size: 25px;
}
ul.project li:first-child {
    border: none;
    padding-left: 0px;
    color: #4c4c4c;
}
.screenshots {
    padding-top: 40px;
}
.screenshots h2 {
    font-weight: 400;
}
.screenshots .single_project img {
    height: 188px;
}
.screenshots .single_project span {
    font-size: 17px;
}
.footer {
    padding-bottom: 30px;
    text-align: center;
}
.footer ul {
    margin: 0px 0 15px;
    padding: 0px;
}
.footer ul li {
    margin: 0px 12px;
    padding: 0px;
    display: inline-block;
    color: #bbbbbb;
    font-size: 22px;
}
.footer ul li a {
    color: #bbbbbb;
    text-decoration: none;
}
.footer ul li a:hover {
    color: #333;
    text-decoration: none;
}
.footer p {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    color: #bbbbbb;
}

.pd_left_zero {
    padding-left: 0px;
}
.pd_right_zero {
    padding-right: 0px;
}
.pd_zero {
    padding: 0px;
}
.margin_zero {
    margin: 0px;
}
.pull_top {
    padding-top: 15px;
}
.pull_bottom {
    padding-bottom: 15px;
}
.pull_top_large {
    padding-top: 20px;
}
.pull_bottom_large {
    padding-bottom: 30px;
}
.img-responsive {
    display: inline-block;
}
.bold {
    font-weight: bold;
}
.desk_zero {
    padding: 0px;
}

ol {
    font-size: 25px;
    list-style-type: circle;
}

ol li {
    margin: 10px 5px 10px 5px;
}

ol.short_list {
    margin: 20px 0px 25px 0px;
}

ol.short_list li {
    margin: 0px 5px 0px 5px;
}

/*custom classes to make adjustment*/

@media (max-width: 767px) {
    p {
        font-size: 17px;
    }
    a:link, a:visited {
        text-decoration:none;
    }

    .hide_on_mobile {
        visibility: hidden;
    }
    .header {
        max-width: 320px;
        padding: 0 15px;
    }
    .header .right_box {
        text-align: center;
    }
    .header .logo {
        padding-top: 15px;
    }
    .header .logo img {
        width: 65px;
    }
    .header .logo span {
        font-size: 30px;
        top: 34px;
    }
    .page_content {
        padding-top: 40px;
        padding-bottom: 20px;
        min-height: inherit;
    }
    .header .navigation ul {
        margin: 15px 0 0;
        padding: 0px;
    }
    .header .navigation ul li {
        padding: 5px 4px;
        font-size: 14px;
    }
    .single_project img {
        height: inherit;
    }
    ul.project {
        margin: 12px 0 15px;
        padding: 0px;
    }
    ul.project li {
        padding: 0px 3px 0 5px;
        font-size: 15px;
    }
    ul.project li h1 {
        margin: 0px;
        padding: 0px;
        font-size: 25px;
    }
    .desk_zero {
        padding: 0px 15px;
    }
    .screenshots h2 {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 25px;
    }
    .screenshots .single_project img {
        height: inherit;
    }
    .pull_top_mob {
        padding-top: 25px;
    }
    .single_project span {
        padding: 1.5vw;
        font-size: 20px;
        font-size: 2.8vw;
    }
    .about_information p {
        font-size: 16px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .header .navigation ul li {
        padding: 5px 7px;
    }
    .header ul.social_media li {
        margin: 0px 3px;
    }
    .single_project img {
        height: 196px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {} @media (min-width: 1200px) {}

div.blog_tooltip {
    padding: 15px 20px 10px 20px; 
    border-style: solid; 
    border-width: 2px; 
    border-left-width:15px; 
    border-color: #eeddbb; 
    background-color: #fdfdfd;
}