﻿.btn{display:inline-block;margin-bottom:0;font-size:.8em;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;touch-action:manipulation;cursor:pointer;user-select:none;padding:6px 12px;border:1px solid transparent;border-radius:4px;color:#fff;background-color:#eb7f00;}.btn.lg{font-size:.9em;padding:9px 12px;}.btn.outlineL{color:#fff;background-color:transparent;border-color:#fff;}.btn.outlineL:hover{background-color:rgba(255,255,255,.3);}@media(min-width:992px){.inFlexWrap-md{display:inline-flex;}}.parallax{background-color:#ddd;background-position:50%;background-attachment:fixed;background-repeat:repeat;height:auto;margin-top:70px;margin-bottom:0;min-height:350px;position:relative;}.parallax .parallaxContent{padding:20px 30px;text-align:center;width:100%;color:#fff;}.parallax .parallaxContent h2{font-weight:300;margin:50px 0 30px;font-size:2em;}.parallax .parallaxContent p{margin:20px auto 40px;max-width:700px;font-size:1.22em;font-weight:300;}.fadeInLeft{animation:fadeInLeft .5s cubic-bezier(.215,.61,.355,1) both;}.fadeInRight{animation:fadeInRight .5s cubic-bezier(.215,.61,.355,1) both;}.popUp{animation:popUp .5s cubic-bezier(.215,.61,.355,1) both;}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0);}100%{opacity:1;-webkit-transform:none;transform:none;}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0);}100%{opacity:1;-webkit-transform:none;transform:none;}}@keyframes popUp{0%{opacity:0;-webkit-transform:translateY(100px);transform:translateY(100px);}100%{opacity:1;-webkit-transform:none;transform:none;}}.portfolioItem{padding:10px;text-align:center;}.portfolioItem h3{font-size:1.1em;font-family:"proxima-soft",sans-serif;color:#222;}