/********************************************
	Tag Resets
********************************************/

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	margin: 0;
	padding: 0;
	border: 0;
}

/********************************************
	Normalize CSS
	http://necolas.github.com/normalize.css/
********************************************/

html {
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
    font-size: 100%;
	line-height: 1;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
	min-height: 100%;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
audio,
canvas,
video {
	display: block;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

b,
strong {
	font-weight: bold;
}

abbr[title] {
	border-bottom: 1px dotted;
}

input,
textarea,
button,
select {
	margin: 0;
	font-size: 100%;
	line-height: normal;
	vertical-align: baseline;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

textarea {
	overflow: auto;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

p {
    font-size: 1.063em;
    line-height: 1.223;
    margin: .65em 0;
}

.wrapper {
    padding: 0 .65em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: #000;
}

a:hover {
    color: #999;
}

/* ******************************************
	Custom Styles
****************************************** */

h1,h2,h3,h4,h5,h6 {
    font-weight: 400;
}

h5,h6 {
    font-size: .85em;
    line-height: 1.53;
}


h1 {
    font-size: 3.689em;
    line-height: 1.223;
    font-weight: 900;
    text-transform: uppercase;
    color: #00aeef;
}

h1 .second {
    font-weight: 300;
}

h2  {
    font-size: 2.126em;
    line-height: 1.223;

}

h3 {
    font-weight: bold;
    color: #494949;
}
	
.home a {
               display: block;
               font-size: 1.382em; 
                color: #a8a8a8;
                float: left;
               text-decoration: none;
                margin-right: 2em;
            padding-top: .12em;
            margin-left: 5.3%;
            }
        
.home a:hover {
               background: #696969;
            }


h4 {
    font-size: 1em;
    line-height: 1.56;
    text-transform: uppercase;
    font-weight: bold;
}
    
h6 {
    color: #aaa;
    font-weight: 700;
}

p, #resume li {
    font-size: 1.063em; /* 17px / 16 = 1.063em */
    line-height: 1.223; /* 1.3 / 1.063 = 1.223 */
    margin: .612em 0;
}

#nav,#content,#colophon {
	margin: 0 18px;
}

#masthead {
	color:#fff;
    width: 100%;
    text-align: center;
}

#masthead figure.header-box {
	color:#fff;
    width: 80%;
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 5%;
    padding: 1em;
}

#container-nav {
    background:#000;
}

#container-header, #container-header-print, #container-header-web, #container-header-other, #container-header-video {
	background:#2B2B2B;
	height: 350px;
	width:100%;
}

#container-content {
	padding: 24px 0;
}

#container-content2 {
	padding: 0px 0;
}

#container-footer {
	padding: 32px 0;
	background:#000;
	color:#eee;
	font-weight:100;
}
.box {
	padding:14px;
    background: #fff;
    -moz-box-shadow: 0 0 .325em .13em rgba( 0, 0, 0, .1 );
    -webkit-box-shadow: 0 0 .325em .13em rgba( 0, 0, 0, .1 );
    box-shadow: 0 0 .325em .13em rgba( 0, 0, 0, .1 );
    padding: .975em; /* 3/4 of 1.3 */
}

.box ul {
    list-style: none;
    padding: 0;
}

.box2 ul {
    list-style: none;
    padding: 0;
}

.box h4 {
    color: #999;
    border-top: 4px double #eee;
    border-bottom: 1px solid #eee;
    margin-bottom: .975em; /* 3/4 of 1.3 */
    text-align: center;
}

img {
	max-width:100%;
}

#portfolio h4 {
    line-height: 1.82;
}

#nav h3 {
    text-transform: capitalize;
}

#content article {
    padding-top:.65em;
    padding-bottom:1.3em;
}

figure, section footer {
    clear: both;
}

#portfolio figure,.box {
	background: #fff;
	padding: .175em; /* 3/4 of 1.3 */
    border: 1px solid #96a3a9;
    border-radius: 5px;
}

#portfolio figure,.box2 {
	background: #fff;
	padding: .475em; /* 3/4 of 1.3 */
    border: 1px solid #96a3a9;
    border-radius: 5px;
}

.error {color: #FF0000;}

/* Float Clearing http://nicolasgallagher.com/micro-clearfix-hack */

.group:after {
    content: " "; /* 1 */
    display: table; /* 2 */
    clear: both;
}

.group {
    *zoom: 1; /* 3 */
    }

/* Form / Basic Layout */

form {
    padding: 0 0 1.3em;
    }
    
form ul {
    list-style: none;
    padding: 1.3em 0 0;
    }
    
form li {
    padding: 0 0 .65em;
    }
	
legend {
	font-size: 1.382em; 
	line-height: 1.223;
	}
		    
label {
    display: block;
	font-size: 1em;
	line-height: 1.56;
    padding: 0 0 .325em;
	}
		
legend, label {      
	font-weight: 300;
	text-transform: uppercase;
	color: #fff;
	}
	
input,
textarea {
    display: block;
    width: 100%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.3;
	font-weight: 500;
    padding: .65em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    padding-bottom: 10%;
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
    }

.send {
    display: inline-block;
    max-width: 30em;
    font-size: 1em;
    line-height: 1;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    background: #0074b0;
    margin: .65em .26em;
    padding: .975em;
    border: 0;
    border-radius: 1.3em;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, .65);
    }
    
.send:hover {
    background: #6f6f6f;
    }
    
.send:active,
.send:focus {
    background: #555;
    }

/* Logo */

#logo {
    width: 25%;
    height: 0;
    padding-bottom: 25%;
    }
    
#logo img {
    width: 100%;
    }

#demo_reel {
    width: 100%;
}

/********************************************
	Fluid Media
********************************************/

	figure {
	    position: relative;
	}

	figure img,
	figure object,
	figure embed,
	figure video {
	    display: block;
	    max-width: 100%; 
	}

	img {
	    border: 0;
	    -ms-interpolation-mode: bicubic;
	}

	/* 
	interpolation-mode
	http://css-tricks.com/ie-fix-bicubic-scaling-for-images/
	 */
	
	
/* Creates hover effect on Portfolio images */
	#portfolio figure:hover,
	.box:hover {
	    -moz-box-shadow: 0 0 .65em .325em rgba( 0, 0, 0, .1 );
	    -webkit-box-shadow: 0 0 .65em .325em rgba( 0, 0, 0, .1 );
	    box-shadow: 0 0 .65em .325em rgba( 0, 0, 0, .1 );
	}

	/* Image Offset for Indication of Linked Content */

	#portfolio figure:hover {
	    bottom: .26em;
	}

/* ******************************************
	Navigation
****************************************** */

#nav {
    padding: .65em 0;
}
        
#nav h3 {
     float: left;
     text-transform: capitalize; 
}
  

/****NEW***/



  


li:hover {
  cursor: pointer;
}

ul li ul {
  background: #000;
  visibility: hidden;
  opacity: 0;
  min-width: 5rem;
  position: absolute;
  transition: all 0.5s ease;
  margin-top: 1rem;
  left: 0;
  display: none;
    z-index: 999;
}

ul li:hover > ul,
ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
    width: 100%;
}

ul li ul li {
  clear: both;
  width: 100%;
    float: left;

}
    
    </style>



@media screen and (max-width: 45em) {
    
   li:hover {
}

ul li ul {
 
}


}
    
    </style> 
    
}




/****OLD***/

#nav ul li ul {
    visibility: hidden;
}

#nav ul {
    list-style: none;
    padding: 0;
    border-bottom: 1px solid #eee;
    margin: .65em 0 .39em;
}

            #nav li {
               border-top: 1px solid #eee;

                  position: relative;
                  transition-duration: 0.5s;
                  

            }
        
            #nav a {
               display: block;
               font-size: 1.063em;
               color: #fff;
               text-decoration: none;
               padding: .85em .62em;
            }
        
            #nav a:hover {
               background: #696969;
            }
        
            #nav nav {
                height: 0;
                overflow: hidden;
            }
        
        
             body { 
                -webkit-animation: bugfix infinite 1s; 
            }

            @-webkit-keyframes bugfix {
                from {padding: 0;} 
                to {padding: 0;} 
            }
        
            #nav input[type=checkbox] {
                position: absolute;
                top: -999em;
                left: -999em;
            }
        
        
            #nav label { 
                display: block;
                background: url("../img/icon-menu.png") no-repeat right center;
                text-indent: -999em;
                cursor: pointer;
                -webkit-user-select: none;  /* Chrome all / Safari all */
                -moz-user-select: none;     /* Firefox all */
                -ms-user-select: none;      /* IE 10+ */
                user-select: none;
            }
        
            #nav input[type=checkbox]:checked ~ nav {
                height: auto;
                overflow: hidden;  
            }

/* ******************************************
	Media Queries for screen wider than 45em (720px)
****************************************** */

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

        
        
        .dropoty {
        display: none;
    }
        
        
	    body {
	        font-size: 107.692307692308%;
	        }

		#portfolio article,
		#resume article {
			float: left;
			width: 25%;
		}
        
        
        #nav,
        #content,
        #colophon {
            margin: 0 5.3%;
        }
        
        .name, .email {
            float: left;
            width: 50%;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            }

        .name {
            padding-right: .65em;
            }

        .email {
            padding-left: .65em;
            }

        .send {
            width: 48.6%;
            }
        
        /*resize header image*/
        
        #container-header {
            background: #352a38 url("../img/h_header.jpg") no-repeat top center;
            padding: 5% 0;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            background-size: cover;
        }
        
        #container-header-print {
            background: #352a38 url("../img/bg-photo-l-print.jpg") no-repeat top center;
            padding: 5% 0;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            background-size: cover;
        }
        
        #container-header-web {
            background: #352a38 url("../img/web/bg-pages-l.jpg") no-repeat top center;
            padding: 5% 0;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            background-size: cover;
        }
        
        #container-header-hunting {
            background: #352a38 url("../img/hunting/h_header.jpg") no-repeat top center;
            padding: 5% 0;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            background-size: cover;
        }
        
        #container-header-sock {
            background: #352a38 url("../img/sock/k_header.jpg") no-repeat top center;
            padding: 5% 0;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            background-size: cover;
        }
        
        
        #container-header-cn {
            background: #352a38 url("../img/cn/h_header.jpg") no-repeat top center;
            padding: 5% 0;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            background-size: cover;
        }
        
        #container-header-pavers {
            background: #352a38 url("../img/pavers/h_header.jpg") no-repeat top center;
            padding: 5% 0;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            background-size: cover;
        }
        
        #container-header-concrete {
            background: #352a38 url("../img/concrete/h_header.jpg") no-repeat top center;
            padding: 5% 0;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            background-size: cover;
        }
        
        #container-header-cbd {
            background: #352a38 url("../img/cbd/h_header.jpg") no-repeat top center;
            padding: 5% 0;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            background-size: cover;
        }
        
        
        #container-header-other {
            background: #352a38 url("../img/bg-photo-l-other.jpg") no-repeat top center;
            padding: 5% 0;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            background-size: cover;
        }
        
        #container-header-video {
            background: #352a38 url("../img/bg-photo-l-video.jpg") no-repeat top center;
            padding: 5% 0;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            background-size: cover;
        }
        
        /*Navigation overide hack*/
        
        #nav {
                    padding: 0;
                }
                
        #nav h3 {
                     margin: .39em 1.3em 0 0;
                }
                
        #nav label {
                    display: none;
                }
                
        #nav nav {
                    height: auto;
                    overflow: visible;
                }
                
        #nav ul {
                    border: 0;
                    margin: 0;
                }
                
        #nav li {
                    display: inline;
                    border: 0;
                }
                
        #nav a {
                    display: inline-block;
                    }
	
	}

/* ******************************************
	Media Queries for screen wider than 60em (960px)
****************************************** */

@media (min-width: 60em) {

    
    
        .name, .email {
            padding-right: 1.3em;
            padding-left: 0;
            clear: both;
            }

        .message textarea {
            width: 50%;
            }

        .send {
            width: 25%;
            margin-left: 50%;
            }
        
        /* Form Fixes, IE7 and below */

        .ie .message textarea {
            *width: 49.9%;
            }

        .ie .send {
            *margin-left: 46.7%;
            }
    
}

/* ******************************************
	Media Queries for screen smaller than 45em (720px)
****************************************** */

/*resize header image*/

@media screen and (max-width: 45em) {
    
    .droppity {
        display: none;
    }
    
		#container-header {
		    background: #352a38 url("../img/h_header.jpg") no-repeat top center;
			-webkit-background-size: cover;
		    -moz-background-size: cover;
		    background-size: cover;
			padding: 10% 0;
		}
    
        #container-header-print {
		    background: #352a38 url("../img/bg-photo-s-print.jpg") no-repeat top center;
			-webkit-background-size: cover;
		    -moz-background-size: cover;
		    background-size: cover;
			padding: 10% 0;
		}
    
        #container-header-web {
		    background: #352a38 url("../img/web/bg-pages-s.jpg") no-repeat top center;
			-webkit-background-size: cover;
		    -moz-background-size: cover;
		    background-size: cover;
			padding: 10% 0;
		}
    
    #container-header-hunting {
		    background: #352a38 url("../img/hunting/h_header.jpg") no-repeat top center;
			-webkit-background-size: cover;
		    -moz-background-size: cover;
		    background-size: cover;
			padding: 10% 0;
		}
    
    #container-header-sock {
		    background: #352a38 url("../img/sock/k_header.jpg") no-repeat top center;
			-webkit-background-size: cover;
		    -moz-background-size: cover;
		    background-size: cover;
			padding: 10% 0;
		}
    
    #container-header-pavers {
		    background: #352a38 url("../img/pavers/h_header.jpg") no-repeat top center;
			-webkit-background-size: cover;
		    -moz-background-size: cover;
		    background-size: cover;
			padding: 10% 0;
		}
    
    #container-header-concrete {
		    background: #352a38 url("../img/concrete/h_header.jpg") no-repeat top center;
			-webkit-background-size: cover;
		    -moz-background-size: cover;
		    background-size: cover;
			padding: 10% 0;
		}
    
    #container-header-cbd {
		    background: #352a38 url("../img/cbd/h_header.jpg") no-repeat top center;
			-webkit-background-size: cover;
		    -moz-background-size: cover;
		    background-size: cover;
			padding: 10% 0;
		}
    
    #container-header-cn {
		    background: #352a38 url("../img/cn/h_header.jpg") no-repeat top center;
			-webkit-background-size: cover;
		    -moz-background-size: cover;
		    background-size: cover;
			padding: 10% 0;
		}
    
        #container-header-other {
		    background: #352a38 url("../img/bg-photo-s-other.jpg") no-repeat top center;
			-webkit-background-size: cover;
		    -moz-background-size: cover;
		    background-size: cover;
			padding: 10% 0;
		}
    
        #container-header-video {
		    background: #352a38 url("../img/bg-photo-s-video.jpg") no-repeat top center;
			-webkit-background-size: cover;
		    -moz-background-size: cover;
		    background-size: cover;
			padding: 10% 0;
		}
    
        #portfolio figure {
        max-width: 25em;
            }
    
            #masthead figure.header-box {
            margin-left: 7%;
            margin-right: 13%;
        }
    
    #portfolio figure.full {
        max-width: 100%;
            }
    
            #masthead figure.header-box {
            margin-left: 7%;
            margin-right: 13%;
        }
    
    #nav nav {
                clear: both;
            }
    
    .fancybox-title {
        visibility: hidden;
    }
    
    
 

    
	}



/* ******************************************
	Print Styles
****************************************** */
@media print and (max-width: 8.5in){
	
	#masthead {
		color:black;
	}
	
	#container-header, #container-header-print, #container-header-web, #container-header-other, #container-header-video {
		height: auto;
	}
	
	img {
		width:2in;
	}
	
	#portfolio	{
		float:left;
		width:45%;
	}
	
	#resume	{
		float:right;
		width:45%;
	}
	
	#container-footer	{
		clear:both;
	}
	
}
	

/* ******************************************
    IE 8 and below, legacy browser style fixes
****************************************** */

/* Figures/Images */

.ie #portfolio figure {
    width: 100%;
    box-sizing: border-box;
    }

/* "*" hack applies only to IE7 and below */

.ie #portfolio figure {
    *width: auto;
    }
   
/* Navigation */

/* IE8 .checked class for checkbox.js */

#nav input[type=checkbox].checked ~ nav {
    height: auto;
    overflow: visible;  
}

/* Always show nav, IE7 and below */

.ie #nav nav {
    *height: auto;
    *overflow: visible;  
}

/* Hide navicon, IE7 and below */

.ie #nav label { 
    *background: none;
    }
     
/* box-sizing polyfill, IE7 and below (The URL in .ie textarea is placeholder only. You will need to replace with path to your domain) */

.ie .wrapper,
.ie .name,
.ie .email,
.ie input,
.ie textarea {
    *behavior: url("http://www.absolute-path.com/js/boxsizing.htc");
}



/*New 2.0 Elements*/

.work_labels_b {
    
    width: 100%;
    background-color: #000;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 10px;
}

.work_labels_b li {
    
    margin-left: 25px;
    line-height: 30px;
}

.work_labels_w {
    
    width: 100%;
    background-color: #fff;
    color: #000;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 10px;
}

.work_labels_w_sm {
    
    width: 100%;
    background-color: #fff;
    color: #000;
    padding-top: 50px;
    padding-bottom: 0px;
    padding-left: 10px;
}

.bluehead {
  color: #00aeef;  
    font-size: 50px;
}

.nopad{
    padding: 0;
}

.xpad {
    padding-bottom: 10px;
    padding-top: 30px;
}

._ {
    clear: both;
}





/*****MODAL*****/


#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
/*@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}*/

/*****MODAL END*****/



/****New Modal*****/

/* The Modal (background) */



.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: none; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 0px;
  border: 1px solid #888;
  width: 50%;
    height: 50%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
</style>

/*New Modal*/

.fancybox__content {
    padding: 0;
    stroke:0;
}


    
}

.fancybox__slide.has-iframe .f-html {
  padding: 0;
}