/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
    -webkit-font-smoothing: antialiased;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

body {
    background-color: #ededed;
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.header {
    width: 100%;
    height: 500px;
    background-color: #ededed;
    position: relative;
    display: table;
    padding: 30px 50px;
}

.header h1 {
    font-size: 2.5em;
    font-weight: 200;
    line-height: 1.2em;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    color: #353c40;
}

.work {
    width: 100%;
    height: 250px;
    background-color: #000;
    float: left;
    position: relative;
    top: 0;
    display: block;
    
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
    overflow: hidden !important;
}

.work h1 {
    text-align: left;
    color: #eee;
    font-size: 2em;
    font-weight: 300;
    position: absolute;
    left: 50px;
    bottom: 20px;
    /* background-color: rgba(0, 0, 0, 0.6); */
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
    text-shadow: 1px 1px 1px #000;
}

/* .work h1:hover {
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
} */

.work img {
    display: block;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    text-align: right;
    text-align: right;
    min-width: 100%;
    min-height: 100%;
    height: auto !important;
    opacity: .4;
    
    -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.work img:hover {
    opacity: .8;
    overflow: hidden;
    
    -webkit-transform: scale(1.05);
    -mox-transform: scale(1.05);
    transform: scale(1.05);
}

.workText {
    position: absolute;
    top: 0px;
    display: block;
    margin-left: 5%;
    z-index: 9999;
}

.workLeft {
    width: 45%;
    float: left;
    overflow: hidden;
    margin-right: 20px;
}

.workLeft img {
    text-align: center;
    width: 100%;
    height: auto;
}

.workRight {
    width: 50%;
    height: 500px;
    float: left;
    overflow: hidden;
    border-top: solid 15px #ededed;
}

.workFull {
    width: 90%;
    height: 750px;
    float: left;
    overflow: hidden;
    text-align: center;
}

.workFull img {
    width: 100%;
    min-width: 1000px;
    min-height: 750px;
    text-align: center;
}

.workRight img {
    text-align: center;
    min-width: 100%;
    min-height: 100%;
}

.workImageWrap {
    position: absolute;
    top: 430px;
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
}

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

DPSillust {
    background-image: url(/img/DPS-Full-Illustration.jpg);
    background-size: cover;
}

.hide {
    display: block;
    overflow: hidden;
}

.aboutWrapper {
    width: 100%;
    background-color: #f6f6f6;
    display: table;
    height: 720px;
    border-top:10px solid #d5d8db;
    padding-top: 60px;
}

.about {
    width: 60%;
    padding: 0px 70px;
    color: #353c40;
    line-height: 3em;
    font-weight: 300;
    display: table;
    float: left;
    padding-right: 50px;
    height: 100%;
}

.about p {
    font-size: 1.5em;
    font-weight: 300;
    line-height: 1.5em;
}

.about h1 {
    font-weight: 300;
}
.about p {
    font-weight: 300;
}

.capable {
    width: 40%;
    font-size: 1.3em;
    font-weight: 300;
    line-height: 1.9em;
    padding: 0px 00px;
    color: #353c40;
    padding-right: 70px;
    float: left;
}

.capable li {
    text-decoration: none;
    list-style: none;
    margin-left: -40px;
}

.contactWrapper {
    width: 100%;
    background-color: #3d414a;
    height: 600px;
    border-top:10px solid #2f3336;
}
.contactInfo {
    width: 90%;
    padding: 0px 70px;
    color: #353c40;
    line-height: 1em;
    font-weight: 300;
    float: left;
    padding-right: 50px;
    font-size: 1.5em;
    letter-spacing: .5px;
}

.contactInfo h1 {
    font-size: 2.5em;
    line-height: 1em;
    font-weight: 200;
    color: #f6f6f6;
    padding-top: 30px;
    padding-bottom: 15px;
}

.contactInfo a {
    color: #F6F6F6;
    font-weight: 300;
    line-height: 1.7em;
}

.contactInfo b {
    font-size: .9em;
    color: #2d2f31;
    text-transform: uppercase;
    letter-spacing: 1.4px;
}

.portfolioWrapper {
    position: relative;
    background-color: #353c40;
    overflow: hidden;
}

.headerSpace {
    height: 90px;
    width: 100%;
    background-color: #ededed;
}

.close {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.3em;
    font-weight: 600;
    color: #2f3336;
    background-color: #ededed;
    border: none;
	font-family: inherit;
	cursor: pointer;
	padding: 15px 50px;
	display: inline-block;
	letter-spacing: .5px;
	outline: none;
    z-index: 9999;
    text-transform: lowercase;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.close:after {
	content: '';
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btm {
    position: absolute;
    right: 0px;
    bottom: 70px;
    font-size: 1.3em;
    font-weight: 600;
    color: #2f3336;
    background-color: #ededed;
    border: none;
	font-family: inherit;
	cursor: pointer;
	padding: 15px 50px;
	display: inline-block;
	letter-spacing: .5px;
	outline: none;
    text-transform: lowercase;
    z-index: 9999;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btm:after {
	content: '';
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}


.btnNew {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 40px 46px;
	display: inline-block;
	margin: 25px 30px;
	font-weight: 300;
    font-size: 1.7em;
    letter-spacing: -.5px;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btnNew2 {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	display: inline-block;
	font-weight: 200;
    font-size: 1.7em;
    letter-spacing: -.5px;
	outline: none;
	position: relative;
    text-align: left;
    text-shadow: 1px 1px 20px rgba(0, 0, 0, 0.8);
    
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}


/* video styles */
#video-container {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    vertical-align: top;
    min-width: 100%;
    overflow: hidden;
    z-index: -9999;
}

#video-container #video {
    width: 100%;
    height: 100%;
    z-index: -9998;
}


.top {
    position: absolute;
    top: -200px;
    height: 200px;
}

.siteInfo {
    width:40%;
    color: #ededed;
    line-height: 1.6em;
    font-weight: 300;
    float: left;
    padding-right: 50px;
    padding-top: 70px;
    padding-right: 100px;
    font-size: 1.3em;
}

.logoGrid {
    list-style: none;
}

.logoGrid li {
    display: table;
    width: 30%;
    height: 250px;
    text-align: center;
    float: left;
    margin-right: 10px;
    border-radius: 3px;
}

.harbor {
    background-image: url(/img/Harbor-Health-Logo-TT-S-02.png);
    background-repeat: no-repeat;
    background-size: 75%;
    background-position: center;
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.harbor:hover {
    background-image: url(/img/Harbor-Health-Logo-TT-S-01.png);
    background-color: #ededed;
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.century {
    background-image: url(/img/Century-Golf-Partnerships-logo-02.png);
    background-repeat: no-repeat;
    background-size: 55%;
    background-position: center;
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.century:hover {
    background-image: url(/img/Century-Golf-Partnerships-logo-01.png);
    background-color: #ededed;
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.hangar {
    background-image: url(/img/Hangar-9-Logo-TT-02.png);
    background-repeat: no-repeat;
    background-size: 75%;
    background-position: center;
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.hangar:hover {
    background-image: url(/img/Hangar-9-Logo-TT-01.png);
    background-color: #ededed;
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.Ampersand1 {
    background-image: url(/img/LOGO-Amp-Infinite-White.png);
    background-repeat: no-repeat;
    background-size: 75%;
    background-position: center;
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.Ampersand1:hover {
    background-image: url(/img/LOGO-Amp-Infinite.png);
    background-color: #ededed;
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.Ampersand2 {
    background-image: url(/img/LOGO-Amp-Heart-White.png);
    background-repeat: no-repeat;
    background-size: 75%;
    background-position: center;
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.Ampersand2:hover {
    background-image: url(/img/LOGO-Amp-Heart.png);
    background-color: #ededed;
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.RCtruck {
    background-image: url(/img/LOGO-RC-Trucks-02.png);
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: center;
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.RCtruck:hover {
    background-image: url(/img/LOGO-RC-Trucks-01.png);
    background-color: #ededed;
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.workImages {
    position: relative;
    top: 0;
    bottom: 0;
    width: 50%;
    padding-right: 70px;
}

.workImages img {
    width: 100%;
    margin-bottom: 10px;
}

.inside {
    width: 95%;
    height: auto;
    padding-bottom: 250px;
}

.inside img {
    width: 100%;
    margin-bottom: 50px;
}

.scrollDown {
    color: #111;
    font-size: .6em;
    text-transform: uppercase;
    font-weight: 600;
    margin-left: 15px;
}


/* ability bar char */

.aftereffects {
    border-radius: 2px;
    display:block;
    width: 0%;
    height: 30px;
    background-color: #0fcba7;
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
    margin-top: 3px;
    border-bottom: solid 3px #0aa285;
    
    -webkit-transition: all 0.6s .5s ease;
	-moz-transition: all 0.6s .5s ease;
	transition: all 0.6s .5s ease;
}

.aftereffects:hover {
    background-color: #13d6b0;
}

.illustrator {
    display:block;
    width: 0%;
    height: 30px;
    background-color: #0cb292;
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
    border-bottom: solid 3px #08886f;
    border-radius: 2px;
    margin-top: 3px;
    
    -webkit-transition: all 0.6s .5s ease;
	-moz-transition: all 0.6s .5s ease;
	transition: all 0.6s .5s ease;
}

.illustrator:hover {
    background-color: #12bf9e;
}

.indesign {
    display:block;
    width: 0%;
    height: 30px;
    background-color: #0fcba7;
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
    border-bottom: solid 3px #0aa285;
    border-radius: 2px;
    margin-top: 3px;
    
    -webkit-transition: all 0.6s .5s ease;
	-moz-transition: all 0.6s .5s ease;
	transition: all 0.6s .5s ease;
}

.indesign:hover {
    background-color: #13d6b0;
}

.photoshop {
    display:block;
    width: 0%;
    height: 30px;
    background-color: #0cb292;
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
    border-bottom: solid 3px #08886f;
    border-radius: 2px;
    margin-top: 3px;
    
    -webkit-transition: all 0.6s .5s ease;
	-moz-transition: all 0.6s .5s ease;
	transition: all 0.6s .5s ease;
}

.photoshop:hover {
    background-color: #12bf9e;
}

.premiere {
    display:block;
    width: 0%;
    height: 30px;
    background-color: #0fcba7;
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
    border-bottom: solid 3px #0aa285;
    border-radius: 2px;
    margin-top: 3px;
    
    -webkit-transition: all 0.6s .5s ease;
	-moz-transition: all 0.6s .5s ease;
	transition: all 0.6s .5s ease;
}

.premiere:hover {
    background-color: #13d6b0;
}

.cinema {
    display:block;
    width: 0%;
    height: 30px;
    background-color: #0cb292;
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
    border-bottom: solid 3px #08886f;
    border-radius: 2px;
    margin-top: 3px;
    
    -webkit-transition: all 0.6s .5s ease;
	-moz-transition: all 0.6s .5s ease;
	transition: all 0.6s .5s ease;
}

.cinema:hover {
    background-color: #12bf9e;
}

.finalCut {
    display:block;
    width: 0%;
    height: 30px;
    background-color: #0fcba7;
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
    border-bottom: solid 3px #0aa285;
    border-radius: 2px;
    margin-top: 3px;
    
    -webkit-transition: all 0.6s .5s ease;
	-moz-transition: all 0.6s .5s ease;
	transition: all 0.6s .5s ease;
}

.finalCut:hover {
    background-color: #13d6b0;
}

.htmlcss {
    display:block;
    width: 0%;
    height: 30px;
    background-color: #0cb292;
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
    margin-top: 3px;
    border-bottom: solid 3px #08886f;
    border-radius: 2px;
    
    -webkit-transition: all 0.6s .5s ease;
	-moz-transition: all 0.6s .5s ease;
	transition: all 0.6s .5s ease;
}

.htmlcss:hover {
    background-color: #12bf9e;
}

.jquery {
    display:block;
    width: 0%;
    height: 30px;
    background-color: #0fcba7;
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
    margin-top: 3px;
    border-bottom: solid 3px #0aa285;
    border-radius: 2px;
    
    -webkit-transition: all 0.6s .5s ease;
	-moz-transition: all 0.6s .5s ease;
	transition: all 0.6s .5s ease;
}

.jquery:hover {
    background-color: #13d6b0;
}

.wordpress {
    display:block;
    width: 0%;
    height: 30px;
    background-color: #0cb292;
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
    margin-top: 3px;
    border-bottom: solid 3px #08886f;
    border-radius: 2px;
    
    -webkit-transition: all 0.6s .5s ease;
	-moz-transition: all 0.6s .5s ease;
	transition: all 0.6s .5s ease;
}

.wordpress:hover {
    background-color: #12bf9e;
}

/* Sqipe JS ------------ */
.swipe {
    overflow: hidden;
    visibility: hidden;
    position: relative;
    z-index: -9999;
}
.swipe-wrap {
  overflow: hidden;
  position: relative;
}
.swipe-wrap > div {
  float:left;
  width:100%;
  position: relative;
}
.swipe-wrap > div img {
    overflow: hidden;
    width: auto;
    height: auto;
    width: 100%;
    height: 100%;
    text-align: center;
}

.btnLEFT {
    position: absolute;
    left: 0%;
    top: 50%;
    padding: 10px 10px;
    color: #fff;
    background-color: rgba(0, 0, 0, .5);
    z-index: 9998;
    border: none;
	cursor: pointer;
	outline: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btnRIGHT {
    position: absolute;
    right: 0%;
    top: 50%;
    padding: 10px 10px;
    color: #fff;
    background-color: rgba(0, 0, 0, .7);
    z-index: 9998;
    border: none;
	cursor: pointer;
	outline: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media screen and (max-width: 55em) {

.header h1 {
    padding: 0 40px;
}  

.logoGrid li {
    width: 100%;
}
    
}

@media screen and (max-width: 74rem) {
    
    .about {width:100%}
    
    .capable {width: 100%; border-top:solid 1px #d5d8db; margin-top:20px; padding-top:20px;}
    
}


@media screen and (min-width: 55em) {

.work {
   width: 50%;
    height: 400px;
}    
        
}


@media screen and (min-width: 100em) {
    
.work {
    width: 33.333333%;
    height: 520px;
}
    
    .workImageWrap {top: 870px}

}

@media screen and (max-width: 32.25em) {
    /* Style adjustments for viewports that meet the condition */
.header {
    height: 320px;
    padding: 10px 10px;
}
    
.header h1 {
    padding: 0 8px;
}
    
.aboutWrapper {padding: 10px 20px;}
    
.about {
    color: #353c40;
    line-height: 3em;
    font-weight: 300;
}

.about h1 {
    font-weight: 300;
    font-size: 2em;
    text-align: left;
    width: 100%;
}

.capable {
    font-size: 1.5em;
    font-weight: 300;
    color: #353c40;
}
    
.workText {margin-left:40px;}
    
.programs li {font-size: .71em;}
    
    .workLeft {width: 100%; height: 600px; border-right: none; overflow: hidden;}

    .workLeft img {width: 100%;}
    
    .workRight {width: 100%; height: 200px; border-right: none; overflow: hidden;}

    .workRight img {width: 100%;}

    
} /* End media query */


@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/*  more styles  */


.space {
    background-color: #123;
    width: 100%;
    height: 600px;
}

