@charset "utf-8";
/* CSS Document */


:root {

--bg: #111;
--accent: #ffd100;
--accentextra: #ff0409;
--accenthover: #000;
--base: #ff0409;
--textbase: #fff;
--textaccent: #ffd100; /* same as --accent */
--textonaccent: #000; 
--textonaccentextra: #ff0409;
--textonaccenthover: #ffd100; /* same as --accent */
--reelbg: #111;


}



@font-face {
    font-family: 'Brandon Grotesque Medium';
    src: url('../layout/fonts/brandon_grotesque_medium.eot');
    src: url('../layout/fonts/brandon_grotesque_medium.eot?#iefix') format('embedded-opentype'), url('../layout/fonts/brandon_grotesque_medium.svg#Brandon Grotesque Medium') format('svg'), url('../layout/fonts/brandon_grotesque_medium.woff') format('woff'), url('../layout/fonts/brandon_grotesque_medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html,
html a {
    -o-transition: .2s;
    -ms-transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    /* ...and now for the proper property */
    transition: .2s;
}

body {
    background-color: var(--bg);
    /*  background-image: url(../images/layout/bg.png); */
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    color: var(--textbase);
    font-family: 'Droid Serif', serif;
    font-weight: 400;
    font-size: 10.5pt;
}


a:focus {
    outline: none;
}

a:link {
    color: var(--textaccent);
    text-decoration: none;
}

a:visited {
    color: var(--textaccent);
    text-decoration: none;
}

a:active {
    color: var(--textaccent);
    text-decoration: none;
}

a:hover {
    color: var(--textaccent);
    text-decoration: none;
}


h1 {
    text-transform: uppercase;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 32px;
    font-weight: 400;
    font-family: 'Brandon Grotesque Medium' !important;
}

h2 {
    text-transform: uppercase;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 24px;
    color: var(--textonaccentextra);
    font-weight: 400;
    font-family: 'Brandon Grotesque Medium' !important;
}

h3 {
    text-transform: uppercase;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 12pt;
    font-weight: 800;
    font-family: 'Brandon Grotesque Medium' !important;
}

h4 {
    text-transform: uppercase;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 25px;
    font-weight: 400;
    font-family: 'Brandon Grotesque Medium' !important;
}

h5 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 10.5pt;
    color: var(--textbase)
    font-weight: 400;
    font-family: 'Droid Sans', sans-serif !important;
}

h6 {
    text-transform: uppercase;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
color: var(--textonaccent);
    font-size: 12pt;
    font-weight: 400;
    font-family: 'Brandon Grotesque Medium' !important;

}

h7 {
 text-transform: uppercase;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
color: var(--textonaccentextra);
    font-size: 12pt;
    font-weight: 400;
    font-family: 'Brandon Grotesque Medium' !important;
}

h8 {
    text-transform: uppercase;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 18px;
    color: #fcc433;
    font-weight: 400;
    font-family: 'Brandon Grotesque Medium' !important;
}

h9 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 12pt;
    color: #FFF;
    font-weight: 400;
    font-family: 'Droid Sans', sans-serif !important;
}


.heroYellow_ {
    background-color: #e3c100;
}

.heroRed_ {
    background-color: #d70021;
}

.heroGrey_ {
    background-color: #222222;
}

.heroBlueText_ {
    color: var(—accent);
}

.noise_ {
    background-image: url(../images/layout/white-noise.png);
    background-repeat: repeat;
}

.sans_ {
    font-family: 'Droid Sans', sans-serif;
}

.serif_ {
    font-family: 'Droid Serif', serif;
}

.bold_ {
    font-weight: 700;
}

.italic_ {
    font-style: italic;
}

#wrapAll_ {
    position: absolute;
    top: 10px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
padding-bottom:100px;
}

#wrapCenter_ {
    position: absolute;
    left: 0px;
    right: 0px;
    width: 960px;
    height: auto;
    padding: 0px 100px;
    margin: 0px auto !important;
}

.whiteLine_ {
    height: 1px;
    width: auto;
    background-color: var(--accentextra);
    margin: 0px 0px 30px 0px;
}

#header_ {
    position: relative;
    left: 0px;
    right: 0px;
    top: 0px;
    width: 960px;
    height: 100px;
    margin: 0px auto !important;
    -webkit-user-select: none;
    /* Chrome/Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+ */
    cursor: default;
}

#headerBoxLeft_ {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
float: left;
    width: 480px;
    height: 100px;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    line-height: 100px;
    vertical-align: middle;
}

#headerTitleLeft_ {
    position: relative;
    padding: 0px;
    line-height: 32px;
    text-align: left;
    margin: 20px 0px 0px 0px;


}

#headerBoxRight_ {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 480px;
    width: 480px;
    height: 100px;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    line-height: 160px;
}

#headerTitleRight_ {
    position: relative;
    padding: 0px;
    line-height: 32px;
    text-align: right;
    margin: 20px 5px 0px 0px;
}

.socialWrapHeader_ {
    position: absolute;
    width: 250px;
    height: 40px;
    padding: 0px;
    margin: 0px;
    top: 50px;
    right: 0px;
}

#mainContent_ {
    width: 960px;
    height: auto;
    padding: 30px 0px;
    margin: 0px auto !important;
}

#menuMain_ {
    width: 960px;
    height: 65px;
    margin: 0px auto 0px auto !important;
    padding: 0px;
    text-align: center;
    vertical-align: middle;
background-color: var(--accent);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-user-select: none;
    /* Chrome/Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+ */
}

.nav-container {
    z-index: 9999;
    position: fixed;
    height: 65px;
    width: 960px;
    top: 0px;

background-color: var(--accent);
    
}

#navTop_ {
    position: absolute;
    top: 65px;
    right: 0px;
    padding: 5px;
    width: 35px;
    height: 20px;
    text-align: center;
    vertical-align: middle;
    line-height: 30px;

background-color: var(--accent);
color: var(--textonaccent);

    -webkit-user-select: none;
    /* Chrome/Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+ */
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    /* ...and now for the proper property */
    transition: .3s;
    overflow: hidden;
}

#navTop_:hover {
    background-color: var(--accenthover);
color: var(--textonaccenthover);
}

.f-nav {
    z-index: 9999;
    position: fixed;
    top: 0;
    width: 960px;

}

.fix-body {
    top: 65px;
}

.menuTile_ {
    position: relative;
    width: 240px;
    height: 65px;
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 0px;

color: var(--textonaccent);
    text-align: center;
    vertical-align: middle;
    background-position: center;
    background-repeat: no-repeat;

    
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    /* ...and now for the proper property */
    transition: .3s;
}

.menuTile_:hover {
    background-color: var(--accenthover);
color: var(--textonaccenthover);
}

.menuTitle_ {
    position: absolute;
    width: 240px;
    height: 65px;
    text-align: center;
    line-height: 65px;
    vertical-align: middle;
}

.menuTileFix_ {
    position: relative;
    width: 160px;
    height: 65px;
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 0px;
color: var(--textonaccent);
    text-align: center;
    vertical-align: middle;
    background-position: center;
    background-repeat: no-repeat;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    /* ...and now for the proper property */
    transition: .3s;
}

.menuTileFix_:hover {
    background-color: var(--accenthover);
color: var(--textonaccenthover);
}

.menuTitleFix_ {
    position: absolute;
    width: 160px;
    height: 65px;
    text-align: center;
    line-height: 65px;
    vertical-align: middle;
}

#menuHeader_ {
    position: relative;
    width: 300px;
    height: 65px;
    float: left;
    margin: 0px 0px 0px 20px;
    padding: 0px 0px 0px 0px;
    left: 0px;
    line-height: 65px;
    vertical-align: middle;
    text-align: left;
    -webkit-user-select: none;
    /* Chrome/Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+ */
}

#menuHeaderText_ {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 320px;
    height: auto;
    margin: 0px auto 0px auto !important;
    padding: 15px 0px 0px 20px;
    left: 0px;
    line-height: 18px;
    vertical-align: middle;
    text-align: left;
}

.projectTitle_ {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 200px;
    height: 200px;
    padding: 20px;
    margin: 0px;
    text-align: center;
    overflow: hidden;
}

.projectBox_ {
    position: relative;
    width: 240px;
    height: 240px;
    float: left;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
}

.projectImage_ {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 240px;
    height: 240px;
    margin: 0px;
    padding: 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 240px 240px;
    overflow: hidden;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    /* ...and now for the proper property */
    transition: .3s;
}

.projectBox_:hover .projectImage_ {
    background-size: 325px 325px;
}

.projectInfo_ {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 240px;
    height: 60px;
    /* background-image: url(../images/layout/transp80.png); */
background-color: var(--accent);
    background-repeat: repeat;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    -webkit-user-select: none;
    /* Chrome/Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+ */
    cursor: default;
}

.projectInfoContent_ {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 200px;
    height: 60px;
color: var(--textonaccent);
    text-align: center;
margin: 0px 20px 0px 20px;
line-height:12pt;

   
display: flex;
justify-content: center; 
align-items: center; 

display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
 

}


.projectLinks_ {
    position: absolute;
    top: 240px;
    left: 0px;
    right: 0px;
    width: auto;
    height: 40px;
    padding: 0px;
    margin: 20px auto 0px auto !important;
}

.projectOneLink_ {
    width: 50px;
}

.projectTwoLink_ {
    width: 100px;
}

.projectThreeLink_ {
    width: 150px;
}

.projectFourLink_ {
    width: 200px;
}

.projectFiveLink_ {
    width: 250px;
}

.contentBoxReel_ {
    position: relative;
    width: 960px;
    height: 540px;
    float: left;
    margin: 0px;
    padding: 0px;
background-color: var(--reelbg);
overflow:hidden;
}



#reelButtonBox_ {
   position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 960px;
    height: 540px;
    margin: 0px;
    padding: 0px;
    
background-color: var(--reelbg);



	
	background-image: url(../images/layout/reel_cover_assemble_ng_play.jpg);
	
	
    background-position: center;
    background-repeat: no-repeat;



}




#reelVideoContainer_ {
   position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 960px;
    height: 540px;
    margin: 0px;
    padding: 0px;
    
}


#reelVideoContainerStatic_ {
   position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 960px;
    height: 540px;
    margin: 0px;
    padding: 0px;
    
}


.contentContainer_ {
    position: relative;
    width: 960px;
    min-height: 540px;
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

.contentBoxFull_ {
    position: relative;
    width: 960px;
    min-height: 300px;
    height: auto;
    float: left;
    margin: 0px;
    padding: 0px;
    text-align: center;
    vertical-align: middle;
    overflow: visible;
}

.contentBoxHalf_ {
    position: relative;
    width: 480px;
    min-height: 300px;
    height: auto;
    float: left;
    margin: 0px;
    padding: 0px;
    text-align: center;
    vertical-align: middle;
    overflow: visible;
}

.contentTextBox_ {
    position: relative;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 440px;
    padding: 20px;
    margin: 0px;
    text-align: left;
    line-height: 20px;
    float: left;
}

.contentSkills_ {
    position: relative;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 480px;
    height: 400px;
    padding: 0px;
    margin: 0px;

    background-image: url(../images/layout/skills.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 590px 443px;
    float: left;
    overflow: hidden;
}

#contactWrap_ {
    position: relative;
    width: 300px;
    height: auto;
    padding: 0px;
    margin: 120px auto 0px auto !important;
}

.socialWrapFooter_ {
    position: relative;
    width: 250px;
    height: 40px;
    padding: 0px;
    margin: 0px auto !important;
}

.socialPanel_ {
    position: relative;
    width: 250px;
    height: 40px;
    padding: 0px;
    margin: 0px !important;
}

.projectSocialWrap_ {
    position: absolute;
    bottom: 0px;
    width: 285px;
    height: 40px;
    padding: 20px;
}

.social_ {
    position: relative;
    width: 40px;
    height: 40px;
    margin: 0px 5px;
    padding: 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40px 40px;
    float: left;
    -o-transition: .2s;
    -ms-transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    /* ...and now for the proper property */
    transition: .2s;
}

.social_:hover {
    background-size: 25px 25px;
}

#emailBox_ {
    position: relative;
    height: 30px;
    width: 320px;
    line-height: 30px;
    text-align: center;
    margin: 20px auto !important;
    padding: 0px;
}

.triangleUp {
    position: absolute;
    top: -50px;
    left: 450px;
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 50px solid;
}

#footer_ {
    position: relative;
    width: 960px;
    height: 300px;
    float: left;
    margin: 0px;
    padding: 0px;
    text-align: right;
    vertical-align: middle;
}

#addSkillsCon_ {
    position: absolute;
    bottom: 0px;
    left: 200px;
    right: 200px;
    width: 900px;
    height: 100px;
}


/**
 * Tooltip Styles
 */

/*Thanks to Chris Bracco for this great tool! www.cbracco.me */


/* Base styles for the element that has a tooltip */
[data-tooltip],
.tooltip {
    position: relative;
    cursor: pointer;
}

/* Base styles for the entire tooltip */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
    position: absolute;
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition:
        opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -moz-transition:
        opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition:
        opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    pointer-events: none;
}

/* Show the entire tooltip on hover and focus */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

/* Base styles for the tooltip's directional arrow */
.tooltip:before,
[data-tooltip]:before {
    z-index: 1001;
    border: 6px solid transparent;
    background: transparent;
    content: "";
}

/* Base styles for the tooltip's content area */
.tooltip:after,
[data-tooltip]:after {
    z-index: 1000;
    padding: 8px;
    width: 160px;
    background-color: #fff;
    background-color: hsla(0, 0%, 90%, 0.9);
    color: #000;
    content: attr(data-tooltip);
    line-height: 1.2;
    text-align: center;
    font-size: 12pt;
    color: #000;
    font-weight: 400;
    font-family: 'Droid Sans', sans-serif !important;

}

/* Directions */

/* Top (default) */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after,
.tooltip-top:before,
.tooltip-top:after {
    bottom: 100%;
    left: 50%;
    margin-bottom: -2px;

}

[data-tooltip]:before,
.tooltip:before,
.tooltip-top:before {
    margin-left: -6px;
    margin-bottom: -14px;
    border-top-color: #000;
    border-top-color: hsla(0, 0%, 90%, 0.9);
}

/* Horizontally align top/bottom tooltips */
[data-tooltip]:after,
.tooltip:after,
.tooltip-top:after {
    margin-left: -80px;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after,
.tooltip-top:hover:before,
.tooltip-top:hover:after,
.tooltip-top:focus:before,
.tooltip-top:focus:after {
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    transform: translateY(-12px);
}

/* Left */
.tooltip-left:before,
.tooltip-left:after {
    right: 100%;
    bottom: 50%;
    left: auto;
}

.tooltip-left:before {
    margin-left: 0;
    margin-right: -12px;
    margin-bottom: 0;
    border-top-color: transparent;
    border-left-color: #000;
    border-left-color: hsla(0, 0%, 90%, 0.9);
}

.tooltip-left:hover:before,
.tooltip-left:hover:after,
.tooltip-left:focus:before,
.tooltip-left:focus:after {
    -webkit-transform: translateX(-12px);
    -moz-transform: translateX(-12px);
    transform: translateX(-12px);
}

/* Bottom */
.tooltip-bottom:before,
.tooltip-bottom:after {
    top: 100%;
    bottom: auto;
    left: 50%;
}

.tooltip-bottom:before {
    margin-top: -12px;
    margin-bottom: 0;
    border-top-color: transparent;
    border-bottom-color: #000;
    border-bottom-color: hsla(0, 0%, 90%, 0.9);
}

.tooltip-bottom:hover:before,
.tooltip-bottom:hover:after,
.tooltip-bottom:focus:before,
.tooltip-bottom:focus:after {
    -webkit-transform: translateY(12px);
    -moz-transform: translateY(12px);
    transform: translateY(12px);
}

/* Right */
.tooltip-right:before,
.tooltip-right:after {
    bottom: 50%;
    left: 100%;
}

.tooltip-right:before {
    margin-bottom: 0;
    margin-left: -12px;
    border-top-color: transparent;
    border-right-color: #000;
    border-right-color: hsla(0, 0%, 90%, 0.9);
}

.tooltip-right:hover:before,
.tooltip-right:hover:after,
.tooltip-right:focus:before,
.tooltip-right:focus:after {
    -webkit-transform: translateX(12px);
    -moz-transform: translateX(12px);
    transform: translateX(12px);
}

/* Move directional arrows down a bit for left/right tooltips */
.tooltip-left:before,
.tooltip-right:before {
    top: 3px;
}

/* Vertically center tooltip content for left/right tooltips */
.tooltip-left:after,
.tooltip-right:after {
    margin-left: 0;
    margin-bottom: -16px;
}

/*---------------------------------------------------------------------------*/