@import url(https://use.typekit.net/uha8lsv.css);
html {
    scroll-behavior: smooth
}

body,
html {
    margin: 0;
    min-height: 100vh
}

body {
    font-family: chaparral-pro, serif;
    font-size: 13px;
    text-rendering: optimizeLegibility;
    line-height: 1.4;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    hyphens: auto;
    color: #323232;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    font-feature-settings: 'liga', 'salt', 'dlig', 'hlig', 'onum' 1;
    -webkit-font-feature-settings: 'liga', 'salt', 'dlig', 'hlig', 'onum' 1;
    -moz-font-feature-settings: 'liga', 'salt', 'dlig', 'hlig', 'onum' 1
}

.clearFloat {
    clear: both
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: trajan-sans-pro, sans-serif;
    font-weight: 600;
    line-height: 1.4;
    text-align: center
}

h1 {
    font-size: 2em;
    font-weight: 900
}

h2 {
    font-size: 1.5em;
    margin-bottom: 1.5em
}

address,
blockquote,
p {
    margin: 1.5em auto
}

address {
    font-style: normal
}

blockquote {
    font-style: italic
}

blockquote p {
    padding: 0;
    margin: 0
}

blockquote footer {
    font-size: .85em;
    color: #646464;
    text-align: right;
    font-style: normal
}

cite,
strong {
    font-weight: 600
}

.name:before,
blockquote p:before,
cite:before {
    content: '\201E'
}

.name:after,
blockquote p:after,
cite:after {
    content: '\201C'
}

figcaption {
    text-align: center;
    color: #646464
}

sup {
    font-size: .5em
}

a,
a:link {
    color: #323232;
    font-style: italic;
    text-decoration: none;
    border-bottom: #c80028 thin dotted
}

a:visited {
    color: #646464;
    border-bottom-color: #646464
}

a:active,
a:hover {
    color: #c80028;
    border-bottom-color: #c80028
}

ul {
    padding: 0 0 0 1.25em
}

li {
    padding: 0 0 .25em 0
}

button,
input,
select,
textarea {
    font-family: chaparall-pro, serif;
    font-size: 1em
}

.pageTitle {
    margin: 2em auto 1em
}

.caption {
    font-weight: 600
}

.date {
    font-size: 1.2em;
    margin: .5em auto;
    text-align: center
}

.bold {
    font-weight: 600
}

.italic {
    font-style: italic
}

.small {
    font-size: .33333em;
    font-weight: 400
}

.left-align {
    text-align: left
}

.center {
    text-align: center
}

.invisible {
    display: none
}

.motto {
    display: block;
    font-size: 1.5em;
    font-style: italic;
    line-height: 1.4em;
    margin-bottom: 1.5em
}

.mirror {
    display: inline-block;
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -moz-transform: scaleX(-1)
}

.clearfix:after {
    content: '';
    display: block;
    clear: both
}

figure {
    margin: 1em 0
}

iframe,
img,
video {
    border-radius: 3px
}

img {
    width: 100%;
    height: auto
}

.icon {
    display: inline-block;
    margin: 0 .5em;
    width: 30px;
    height: 30px;
    background-image: url(../images/theme/iconSet.png);
    background-repeat: no-repeat;
    background-size: 123px 30px;
    background-position: 0 0
}

.graficIcon {
    background-position: 0 0
}

.printIcon {
    background-position: -31px 0
}

.webIcon {
    background-position: -62px 0
}

.shopIcon {
    background-position: -93px 0
}

.line {
    margin: 1em auto;
    height: 1px;
    width: 100%;
    background: url(../images/theme/lineDot.png) repeat-x
}

.dots {
    height: 30px;
    width: 100%;
    background: url(../images/theme/dots.png) no-repeat center;
    background-size: contain;
    margin-bottom: 3em
}

.map {
    height: 80vh
}

.caseList.listView,
.wrapper {
    margin: 0 auto;
    width: 92%;
    transition: width .3s ease;
    -webkit-transition: width .3s ease;
    -moz-transition: width .3s ease;
    -o-transition: width .3s ease
}

#mainHeader {
    width: 100%;
    height: 40px;
    padding: 5px 0;
    background: rgba(255, 255, 255, 1);
    box-shadow: rgba(50, 50, 50, .25) 0 0 1px;
    position: fixed;
    top: 0;
    z-index: 100000;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease
}

#mainNavigation {
    margin: 0 auto;
    margin-top: 5px;
    width: 92%
}

#mainNavigation ul {
    list-style: none;
    margin-top: 8px;
    padding: 0;
    transition: margin-top .5s ease;
    -webkit-transition: margin-top .5s ease;
    -moz-transition: margin-top .5s ease;
    -o-transition: margin-top .5s ease
}

#mainNavigation li {
    float: left;
    margin-right: 1.5em
}

#mainNavigation a,
#mainNavigation a:link {
    color: #323232;
    font-style: normal;
    text-decoration: none;
    border-bottom: none
}

#mainNavigation a:active,
#mainNavigation a:hover {
    color: #c80028
}

#mainNavigation a.active {
    color: #c80028
}

#mainNavigation .logo,
#mainNavigation .menu {
    float: right
}

#mainNavigation .menu {
    transition: margin-top .5s ease;
    -webkit-transition: margin-top .5s ease;
    -moz-transition: margin-top .5s ease;
    -o-transition: margin-top .5s ease
}

#mainNavigation .logo {
    overflow: hidden;
    width: 30px;
    height: 30px;
    transition: width .5s ease, height .5s ease;
    -webkit-transition: width .5s ease, height .5s ease;
    -moz-transition: width .5s ease, height .5s ease;
    -o-transition: width .5s ease, height .5s ease
}

#mainNavigation .logo img {
    width: 155px;
    height: 30px;
    transition: width .5s ease, height .5s ease;
    -webkit-transition: width .5s ease, height .5s ease;
    -moz-transition: width .5s ease, height .5s ease;
    -o-transition: width .5s ease, height .5s ease
}

#content,
#intro {
    margin: 0 auto;
    transition: top .5s ease;
    -webkit-transition: top .5s ease;
    -moz-transition: top .5s ease;
    -o-transition: top .5s ease
}

.row {
    clear: both;
    margin: 2em auto;
    padding: 0
}

.row:after {
    content: '';
    display: block;
    clear: both
}

.row .row {
    margin: 0 auto
}

.col-1,
.col-2,
.col-25,
.col-3,
.col-4,
.col-75 {
    box-sizing: border-box;
    width: 100%;
    float: none;
    position: relative
}

.col-25,
.col-75 {
    box-sizing: border-box
}

.col-2 address,
.col-2 p,
.col-3 address,
.col-3 p {
    padding-left: 0;
    padding-right: 0
}

.moreSpace {
    margin: 5em 0
}

#mainFooter {
    text-align: center;
    position: relative
}

.transparent {
    transition: all .5s ease;
    position: relative;
    top: 100px
}

.opaque {
    transition: all .5s ease;
    position: relative;
    top: 0
}

.animateImg {
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease
}

.no-animateImg {
    transition: all 0s linear;
    -webkit-transition: all 0s linear;
    -moz-transition: all 0s linear
}

form {
    margin: 1em auto
}

form label {
    font-size: .75em;
    font-weight: 600;
    display: block;
    color: #969696;
    display: none;
    cursor: pointer
}

label[for=checked] {
    display: inline-block
}

input[type=checkbox]+label[for=checked] {
    position: relative;
    padding-left: 2em;
    vertical-align: middle;
    -webkit-user-select: none
}

input[type=checkbox]+label[for=checked]:after {
    box-sizing: content-box;
    content: '';
    position: absolute;
    top: .5em;
    left: .3em;
    width: .8em;
    height: .3em;
    background-color: transparent;
    border-style: solid;
    border-color: #c80028;
    border-width: 0 0 3px 3px;
    border-radius: 3px;
    -webkit-transform: rotate(0) scale(0);
    transform: rotate(0) scale(0);
    transition: transform .1s ease, -webkit-transform .1s ease;
    -webikit-transition: transform .1s ease, -webkit-transform .1s ease
}

input[type=checkbox]:checked+label[for=checked]:after {
    -webkit-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1)
}

label[for=checked]:before {
    box-sizing: content-box;
    content: '';
    color: #900;
    position: absolute;
    top: -.1em;
    left: 0;
    width: 1.5em;
    height: 1.5em;
    background: #f8f8f8;
    border: thin solid #ddd;
    border-radius: 3px;
    box-shadow: #ddd 1px 1px 1px inset;
    text-align: center
}

label[for=checked].failure:before {
    border-color: #c80028
}

input {
    margin-bottom: .5em
}

input[type=text],
textarea {
    box-sizing: border-box;
    width: 100%;
    padding: .5em;
    border: #ddd thin solid;
    border-radius: 3px;
    color: #969696;
    background: #f8f8f8;
    box-shadow: #ddd 1px 1px 6px inset;
    transition: border .3s ease;
    -webkit-transition: border .3s ease;
    -moz-transition: border .3s ease;
    -o-transition: border .3s ease
}

input[type=text].failure,
textarea.failure {
    border-color: #c80028
}

input[type=text]:focus,
textarea:focus {
    background: #fff;
    outline: 0;
    box-shadow: #ddd 1px 1px 6px;
    color: #323232
}

input[type=checkbox] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

#sendBtn {
    background: #323232;
    color: #fff;
    padding: 1em;
    border: none;
    border-radius: 3px;
    width: 100%;
    display: inline-block;
    cursor: pointer;
    transition: background .3s ease;
    -webkit-transition: background .3s ease;
    -moz-transition: background .3s ease;
    -o-transition: background .3s ease
}

#sendBtn:hover {
    background: #c80028
}

.checkbox {
    padding: .5em 0
}

#formMessage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: rgba(255, 255, 255, .9);
    border: #ddd thin solid;
    border-radius: 3px;
    box-shadow: #ddd 1px 1px 6px inset;
    text-align: center;
    opacity: 0;
    overflow: hidden;
    transition: height .1s ease, opacity .5s ease
}

#formMessage div {
    position: relative;
    top: 30%;
    width: 80%;
    margin: 0 10%
}

#formMessage div .fa {
    padding: 0;
    width: auto
}

#workContent {
    padding: 0 0 3em 0
}

.caseList {
    margin: 0;
    padding: 0;
    list-style: none
}

.caseList:after {
    content: ' ';
    display: block;
    clear: both
}

.case {
    width: 100%;
    float: none;
    padding: 0;
    margin: .66667em 0;
    opacity: 0;
    transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -o-transition: opacity .3s ease
}

.caseover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.case a,
.case a:link {
    border-bottom: none;
    display: block;
    position: relative
}

.case a:active figcaption,
.case a:hover figcaption {
    color: #c80028
}

.case figure {
    margin: 0
}

.case img {
    position: relative;
    opacity: .2;
    transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -o-transition: opacity .3s ease
}

.case a:hover img {
    opacity: 1
}

.case a:visited img {
    opacity: 0
}

.case a:visited .sw {
    opacity: .5
}

.flashOver_1,
.flashOver_2 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    opacity: 0;
    transition: all .3s ease
}

.case img {
    border-radius: 3px 3px 0 0;
    border: 0
}

.caseImg {
    position: relative
}

.caseImg .sw {
    position: absolute;
    top: 0;
    left: 0;
    opacity: .8
}

.case a:hover .sw {
    opacity: 0
}

.case figcaption {
    font-style: normal;
    font-size: 1em;
    padding: 1em 0
}

.caseTitle {
    font-family: trajan-sans-pro, sans-serif;
    font-size: 1.2em;
    font-weight: 900;
    text-align: center;
    display: block
}

.caseText {
    font-family: chaparral-pro, serif;
    font-size: .9em;
    display: block
}

.caseDesc {
    display: none
}

#viewCtrl {
    text-align: right
}

#viewCtrl .viewIcon {
    color: #323232;
    cursor: pointer
}

#viewCtrl .viewIcon:hover {
    color: #c80028
}

#filter {
    text-align: center;
    height: 0;
    opacity: 0;
    overflow: hidden;
    position: relative;
    transition: height .3s ease, opacity .5s ease
}

#filter ul {
    list-style: none;
    padding: 0;
    position: relative;
    top: 5em;
    transition: top .3s ease
}

#applyFilter {
    position: relative;
    top: 5em;
    background: #323232;
    color: #fff;
    padding: .5em;
    border: none;
    border-radius: 3px;
    width: 25%;
    display: inline-block;
    cursor: pointer;
    transition: background .3s ease;
    -webkit-transition: background .3s ease, top .3s ease;
    -moz-transition: background .3s ease, top .3s ease;
    -o-transition: background .3s ease, top .3s ease
}

#filter li {
    float: left;
    box-sizing: border-box;
    width: 25%;
    padding: 1em;
    display: inline-block;
    cursor: pointer;
    position: relative
}

#filter li:hover {
    color: #c80028
}

#filter li span {
    position: relative;
    display: inline-block;
    padding-left: 1em
}

#filter li span:before {
    box-sizing: content-box;
    content: '';
    position: absolute;
    top: 25%;
    left: 0;
    width: .25em;
    height: .25em;
    background: #fff;
    border: 2px solid #fff;
    outline: 2px solid #323232;
    display: inline-block
}

#filter li.active span:before {
    background: #323232
}

#furtherWorks .listView {
    margin-top: 5em
}

#filter:before,
.listView .case:after {
    content: '';
    display: block;
    margin: 1em auto;
    height: 1px;
    width: 100%;
    background: url(../images/theme/lineDot.png) repeat-x
}

.listView .case:last-child:after {
    content: '';
    display: block;
    margin: 1em auto 0;
    height: 0;
    width: 100%;
    background: 0 0
}

.listView .case .number {
    display: table-cell;
    font-size: 1em;
    width: 2.5em;
    vertical-align: top;
    color: #969696
}

.listView figure {
    display: table-cell
}

.listView figure:after {
    content: '';
    display: block;
    clear: both
}

.listView .caseImg {
    display: none;
    width: 0%;
    max-width: 208px;
    float: left;
    overflow: hidden;
    transition: width .6s ease
}

.listView .caseImg img {
    width: 208px;
    height: 117px
}

.listView .case:hover .caseImg {
    width: 25%
}

.listView figcaption {
    box-sizing: border-box;
    float: left;
    padding: 0;
    text-align: left;
    color: #323232
}

.listView .caseTitle {
    display: block;
    text-align: left
}

.listView .caseText {
    display: block
}

.listView .caseDesc {
    display: block;
    font-style: italic;
    color: #969696
}

.simpleTitle {
    padding: 10em 0 0 0
}

.simpleContent {
    padding-bottom: 3em
}

.simpleContent h2,
.simpleContent h3 {
    text-align: left
}

.agb h2 {
    font-size: 1.17em;
    text-transform: none;
    margin: 1.5em 0
}

.agb p {
    margin: .75em 0
}

.para {
    font-weight: 600;
    font-style: italic
}

.indexTitle,
.refTitle {
    position: absolute;
    bottom: 5vh;
    width: 100%;
    text-align: center;
    transition: bottom .3s ease;
    -webkit-transition: bottom .3s ease;
    -moz-transition: bottom .3s ease;
    -o-transition: bottom .3s ease
}

.indexTitle h1 {
    background: url(../images/logos/caltLogo.svg) no-repeat center top;
    background-size: contain;
    margin: .5em auto .8em;
    font-size: 1.75em
}

.indexTitle p {
    margin: .5em 0
}

.indexTitle .text {
    opacity: 0
}

.indexTitle p.subtitle {
    font-size: 1.25em;
    line-height: 1.3em;
    margin: .33333em 0 1em
}

.indexDescription,
.refDescription {
    max-width: 75rem;
    margin-bottom: 3em
}

.index h2,
.profile h2 {
    color: #c80028
}

.index .col-3,
.profile .col-3 {
    margin-bottom: 5em
}

.skills .col-2:nth-child(1) {
    width: 48%;
    margin-right: 2%;
    float: left
}

.skills .col-2:nth-child(2) {
    width: 48%;
    margin-left: 2%;
    margin-right: 0;
    float: left
}

.skills h3 {
    text-align: left;
    padding: 0
}

#contact .fa {
    padding-right: .75em;
    width: 1em;
    text-align: right
}

.address:after {
    content: '';
    display: block;
    clear: both;
    margin-bottom: 1em
}

.address .aText,
.address .ico {
    float: left
}

#refContent {
    padding: 3em 0
}

.dark,
.dark #moreCtrls a,
.dark #moreCtrls a:link,
.dark #moreCtrls a:visited,
.dark a,
.dark a:link,
.dark a:visited {
    color: #eee;
    text-shadow: rgba(0, 0, 0, .5) 2px 2px 0
}

.dark #moreCtrls a:hover,
.dark a:hover {
    color: #c80028
}

.dark .line {
    background-image: url(../images/theme/lineDotDark.png)
}

.dark .icon {
    background-image: url(../images/theme/iconSetDark.png)
}

.dark .readBelow a,
.dark .readBelow a:link,
.dark .readBelow a:visited {
    background-image: url(../images/theme/downDark.png)
}

.dark .readBelow a:hover {
    background-image: url(../images/theme/downHover.png)
}

.workHeader {
    padding: 10em 0 0
}

.refHeader {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 0;
    position: relative;
    height: 100vh;
    transition: height .3s ease;
    -webkit-transition: height .3s ease;
    -moz-transition: height .3s ease;
    -o-transition: height .3s ease
}

.refHeader .wrapper {
    height: 100%;
    position: relative
}

.refTitle h1 {
    margin: 0 auto
}

.serviceIcons {
    height: 30px;
    position: relative
}

#moreCtrls {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: none
}

#moreCtrls a,
#moreCtrls a:link,
#moreCtrls a:visited {
    display: inline-block;
    padding: 5px;
    color: #323232;
    border: none
}

#moreCtrls a:active,
#moreCtrls a:hover {
    color: #c80028
}

#moreCtrls a .fa {
    padding: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease
}

a#prev {
    position: absolute;
    left: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease
}

a#next {
    position: absolute;
    right: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease
}

a#prev:hover {
    left: -10px
}

a#prev:hover .fa {
    padding-right: 15px
}

a#next:hover {
    right: -10px
}

a#next:hover .fa {
    padding-left: 15px
}

#next .txt,
#prev .txt {
    opacity: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease
}

#next:hover .txt,
#prev:hover .txt {
    opacity: 1
}

.readBelow {
    text-align: center
}

.readBelow a,
.readBelow a:link,
.readBelow a:visited {
    display: inline-block;
    padding-bottom: 30px;
    background-image: url(../images/theme/down.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 30px;
    border-bottom: none
}

.readBelow a:active,
.readBelow a:hover {
    background-image: url(../images/theme/downHover.png)
}

.refDescription {
    margin-bottom: 5em
}

.refLink {
    font-weight: 600;
    text-align: center
}

.refLink a {
    background: #323232;
    color: #fff;
    padding: .5em;
    border: none;
    border-radius: 3px;
    width: 25%;
    display: inline-block;
    cursor: pointer;
    transition: background .3s ease;
    -webkit-transition: background .3s ease;
    -moz-transition: background .3s ease;
    -o-transition: background .3s ease
}

#applyFilter:hover,
.refLink a:hover {
    background: #c80028
}

#refContent .caption {
    display: table-cell;
    width: 8.33333em
}

#refContent .text {
    display: table-cell
}

.refInfo {
    display: inline-block;
    margin-bottom: .5em;
    width: 100%
}

.client img {
    width: auto;
    height: auto;
    margin: 0 .25em -.5em 0;
    border-radius: 0
}

.slidingGal {
    position: relative;
    margin: 0 -4%;
    width: 108%;
    height: 0
}

.video {
    position: relative;
    margin: 0 -4%;
    width: 108%;
    height: auto
}

.imgBox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: inherit;
    border-radius: 0;
    overflow: hidden
}

.imgBox img {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0
}

.videoCont {
    padding: 2em 0
}

.slidingGal .ctrls {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: inherit
}

.nextImg {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer
}

.ctrlIcons {
    position: absolute;
    left: 0;
    bottom: -2.75em;
    width: 100%;
    text-align: center;
    z-index: 10000;
    color: rgba(255, 255, 255, 1)
}

.ctrlIcons span {
    position: relative;
    display: inline-block;
    top: -.66667em;
    margin: 0 .5em;
    cursor: pointer;
    background: #333;
    border-radius: 50%
}

.slidingGal+figcaption {
    margin-top: 4em
}

.slidingGal.softFade+figcaption {
    margin-top: 1em
}

.flash {
    display: block;
    margin: 0 auto .5em;
    width: 100%;
    height: auto
}

.flash p {
    box-sizing: border-box;
    padding: 1em;
    background: #323232;
    color: #969696;
    border-radius: 3px;
    box-shadow: #101010 2px 2px 8px inset;
    height: 100%;
    text-align: center
}

.flash a,
.flash a:link {
    color: #c8c8c8
}

.flash a:visited {
    color: #969696;
    border-bottom-color: #969696
}

.topLink {
    padding-bottom: 30px
}

.topLink a {
    padding-top: 30px;
    background: url(../images/theme/up.png) no-repeat;
    background-position: center top;
    background-size: 30px;
    display: inline-block
}

.topLink a:hover {
    background-image: url(../images/theme/upHover.png)
}

#mainFooter address {
    margin: 3em 0;
    font-style: normal
}

.topScroller {
    background: #c80028;
    color: #fff;
    padding: 1em;
    border-radius: 3px 0 0 3px;
    position: fixed;
    top: 62.5%;
    right: -50%;
    display: block;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease
}

@media screen and (min-width:481px) {
    body {
        font-size: 13px
    }
    h1 {
        font-size: 2.2em
    }
    .date {
        font-size: 1.35em
    }
    #mainNavigation,
    .caseList.listView,
    .wrapper {
        width: 90%
    }
    #mainNavigation .logo {
        overflow: hidden;
        width: 155px;
        height: 30px
    }
    .col-2,
    .col-3,
    .col-4 {
        float: left;
        width: 49%
    }
    .col-2:nth-child(2n+1),
    .col-3:nth-child(2n+1),
    .col-4:nth-child(2n+1) {
        margin-right: 1%
    }
    .col-2:nth-child(2n),
    .col-3:nth-child(2n),
    .col-4:nth-child(2n) {
        margin-left: 1%
    }
    .caseList {
        margin: 0 -1.25%
    }
    .case {
        float: left;
        width: 48%;
        margin-left: 1%;
        margin-right: 1%
    }
    .listView {
        width: 90%;
        margin: auto
    }
    .listView .case {
        float: none;
        width: 100%;
        margin: 1em 0
    }
    #contact .col-2 {
        float: none;
        width: 100%
    }
    #contact .col-2:first-child {
        margin-left: 0;
        margin-right: 0
    }
    #contact .col-2:last-child {
        margin-right: 0;
        margin-left: 0
    }
    .index .col-3,
    .profile .col-3 {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 3em;
        margin-left: 0;
        padding: 3em 1em
    }
    .slidingGal,
    .video {
        margin: 0;
        width: 100%
    }
    .video {
        border-radius: 3px
    }
    .imgBox {
        border-radius: 3px
    }
}

@media screen and (min-width:601px) {
    body {
        font-size: 13.5px
    }
    h1 {
        font-size: 2.4em
    }
    .date {
        font-size: 1.5em
    }
    .index .col-3,
    .profile .col-3 {
        padding: 3em 0 0;
        margin-bottom: 0
    }
    .profile .col-3 img {
        width: 50%;
        float: left;
        margin-right: 4%
    }
    .profile .col-3 .center,
    .profile .col-3 h3 {
        text-align: left
    }
    #mainNavigation ul {
        margin-top: 7px
    }
}

@media screen and (min-width:721px) {
    body {
        font-size: 14px
    }
    h1 {
        font-size: 3em
    }
    #mainNavigation,
    .caseList.listView,
    .wrapper {
        width: 88%
    }
    #mainNavigation ul {
        margin-top: 6px
    }
    .profile .col-3 h3 {
        margin-top: 2em
    }
    #contact .dots {
        display: none
    }
    #contact .col-2 {
        float: right;
        width: 48%
    }
    #contact .col-2:first-child {
        margin-left: 2%;
        margin-right: 0
    }
    #contact .col-2:last-child {
        margin-right: 2%;
        margin-left: 0
    }
}

@media screen and (min-width:801px) {
    body {
        font-size: 15px
    }
    #mainHeader {
        height: 50px;
        padding: 5px 0
    }
    #mainNavigation ul {
        margin-top: 12px
    }
    #mainNavigation .logo,
    #mainNavigation .logo img {
        width: 206px;
        height: 40px
    }
    #content,
    #intro {
        top: 50px
    }
    .profile .col-3 h3 {
        margin-top: 3em
    }
}

@media screen and (min-width:961px) {
    body {
        font-size: 16px
    }
    #mainNavigation,
    .caseList.listView,
    .wrapper {
        width: 86%
    }
    .row {
        margin: 3em auto
    }
    .col-3 {
        padding: 0
    }
    .index .col-3,
    .profile .col-3 {
        margin-bottom: 0;
        padding: 0
    }
    .col-3,
    .col-4,
    .index .col-3,
    .profile .col-3 {
        float: left;
        width: 32%
    }
    .profile .col-3 img {
        width: 100%;
        float: none;
        margin-right: 0
    }
    .profile .col-3 .center,
    .profile .col-3 h3 {
        text-align: center
    }
    .profile .col-3 h3 {
        margin-top: 0
    }
    .col-25 {
        width: 24%;
        margin-left: 1%;
        float: left
    }
    .col-75 {
        width: 74%;
        margin-right: 1%;
        float: left
    }
    .col-3:nth-child(2n+1),
    .col-4:nth-child(2n+1) {
        margin-right: 0
    }
    .col-3:nth-child(2n),
    .col-4:nth-child(2n) {
        margin-left: 0
    }
    .col-3:nth-child(3n+1),
    .col-4:nth-child(3n+1) {
        margin-right: 1%
    }
    .col-3:nth-child(3n+2),
    .col-4:nth-child(3n+2) {
        margin-right: 1%;
        margin-left: 1%
    }
    .col-3:nth-child(3n),
    .col-4:nth-child(3n) {
        margin-left: 1%
    }
    .caseList {
        margin: 0 -2%
    }
    .case {
        width: 31.33333333%;
        margin-left: 1%;
        margin-right: 1%;
        float: left
    }
    .listView .case {
        float: none;
        width: 100%;
        margin: 1em 0
    }
    #furtherWorks .case:last-child {
        margin-left: 33.33333%
    }
    #furtherWorks .listView .case:last-child {
        margin-left: 0
    }
    .refDescription {
        margin-bottom: 7.5em
    }
    .slidingGal.square {
        width: 75%;
        margin: 0 auto
    }
    .videoCont {
        width: 100%;
        max-width: 960px;
        margin: 0 auto
    }
}

@media screen and (min-width:1081px) {
    body {
        font-size: 17px
    }
    #mainNavigation ul {
        margin-top: 11px
    }
    .skills,
    address,
    blockquote,
    h2,
    h3,
    p {
        padding-left: 2.5%;
        padding-right: 2.5%
    }
    .simpleContent ul {
        padding: 0 2.5% 0 calc(2.5% + 1.25em)
    }
    .indexTitle h1 {
        margin-left: 5%;
        margin-right: 5%
    }
}

@media screen and (min-width:1201px) {
    body {
        font-size: 18px
    }
    .skills,
    address,
    blockquote,
    h2,
    h3,
    p {
        padding-left: 5%;
        padding-right: 5%
    }
    .simpleContent ul {
        padding: 0 5% 0 calc(5% + 1.25em)
    }
    .indexTitle h1 {
        margin-left: 10%;
        margin-right: 10%
    }
    #mainNavigation,
    .caseList.listView,
    .wrapper {
        width: 84%
    }
    #mainNavigation ul {
        margin-top: 10px
    }
    .slidingGal.square {
        width: 50%
    }
}

@media screen and (min-width:1441px) {
    body {
        font-size: 19px
    }
    .skills,
    address,
    blockquote,
    h2,
    h3,
    p {
        padding-left: 7.5%;
        padding-right: 7.5%
    }
    .simpleContent ul {
        padding: 0 7.5% 0 calc(7.5% + 1.25em)
    }
    .dots {
        margin-bottom: 5em
    }
    .indexTitle h1 {
        margin-left: 15%;
        margin-right: 15%
    }
    #mainNavigation,
    .caseList.listView,
    .wrapper {
        width: 82%
    }
    #mainNavigation ul {
        margin-top: 9px
    }
    .indexDescription {
        margin-bottom: 3em
    }
    .refDescription {
        margin-bottom: 10em
    }
    .caseList {
        margin: 0 -1%
    }
    #furtherWorks .listView .case:last-child,
    .listView .case {
        float: none;
        width: 100%;
        margin: 1em 0
    }
    #furtherWorks .case:last-child,
    .case {
        width: 23%;
        margin-right: 1%;
        margin-left: 1%
    }
    .col-4,
    .col-4:nth-child(4n+2),
    .col-4:nth-child(4n+3) {
        width: 23.5%;
        margin-right: 1%;
        margin-left: 1%
    }
    .col-4:nth-child(4n+1) {
        margin-left: 0;
        margin-right: 1%
    }
    .col-4:nth-child(4n) {
        margin-left: 1%;
        margin-right: 0
    }
    .caseTitle {
        font-size: 1em
    }
}

@media screen and (min-width:1601px) {
    body {
        font-size: 20px
    }
    #mainNavigation,
    .caseList.listView,
    .wrapper {
        width: 80%
    }
    #mainHeader {
        height: 60px;
        padding: 10px 0
    }
    #mainNavigation ul {
        margin-top: 14px
    }
    #mainNavigation .logo,
    #mainNavigation .logo img {
        width: 258px;
        height: 50px
    }
    #content,
    #intro {
        top: 60px
    }
}

@media screen and (min-width:1921px) {
    body {
        font-size: 22px
    }
    #mainNavigation ul {
        margin-top: 12px
    }
}

@media screen and (min-width:2161px) {
    body {
        font-size: 24px
    }
    #mainNavigation ul {
        margin-top: 10px
    }
}

@media screen and (min-width:2401px) {
    body {
        font-size: 26px
    }
    #mainNavigation ul {
        margin-top: 8px
    }
}

@media screen and (min-height:481px) {
    .indexTitle,
    .refTitle {
        bottom: 10vh
    }
    .indexTitle p.subtitle {
        margin: .33333em 0 2em
    }
}

@media screen and (min-height:721px) {
    .indexTitle p.subtitle {
        margin: .33333em 0 3em
    }
}