@charset "utf-8";

/*CELL VIEW*/
@media (min-width:230px) {
	
html,
html * {
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
}
		
body {
	max-width: 768px;
	margin-left: auto;
	margin-right: auto;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	background-color: #2D3940;
	color: #FFFFFF;
}

header {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background-color: #2D3940;
	height: inherit;
}

img {
	width: auto;
	max-width: auto;
	height: auto;
	vertical-align: middle;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
	
#logo-container img{
	width: 100%;
	height: auto;
}
	
.hammer1 {
	background-image: url(images/hammer_home.jpg);
	background-size: cover;
	color: #FFFFFF;
	text-align: center;
	padding: 20px;
}
	
.hammer3 {
	background-image: url(images/hammer_services.jpg);
	background-size: cover;
	color: #FFFFFF;
	text-align: center;
	padding: 20px;
}
	
.hammer4 {
	background-image: url(images/hammer_gray2.jpg);
	background-size: cover;
	color: #FFFFFF;
	text-align: center;
	padding: 20px;
}

.hammer5 {
	background-image: url(images/hammer_top_c.jpg);
	background-size: cover;
	color: #FFFFFF;
	text-align: center;
	padding-top: 206px;
}
	
h1 {
	font-size: 20px;
	font-weight: bolder;
	color: #FFFFFF;
	text-align: center;
	display: inherit;
}
	
h1none {
		display: none;
	}
	
h2 {
	font-size: 17px;
	font-weight: 200px;
	color: #FFFFFF;
	text-align: center;
}

h3 {
	font-size: 14px;
	font-weight: 150px;
	color: #FFFFFF;
	text-align: center;
	line-height: 200%;
	margin-bottom: 5px;
}
	
h6center {
	font-size: 18px;
	font-weight: 200;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 5px;
}
	
h7 {
	font-size: 10px;
	color: #A9AFB9;
	text-align: center;
	margin-bottom: 3px;
}
	
lig {
	font-size: 14px;
	font-weight: 200;
	color: #FFFFFF;
	text-align: center;
	line-height: 200%;
	margin-bottom: 5px;
}
	
ul.a {
	font-size: 16px;
	color: #FFF;
	font-weight: normal;
	line-height: 155%;
    list-style-position: outside;
	padding-left: 25px;
	text-align: left;
}
	
contactus {
	font-size: 20px;
	color: #fff;
	font-weight: bolder;
	text-align: center;
	display: inherit;
}
	
contactus2 {
	display: none;
}
	
knox95 {
	font-size: 20px;
	font-weight: bolder;
	color: #FFFFFF;
	text-align: center;
	display: inherit;
}
	
p1 { 
	font-size: 18px;
	color: #FFF;
	text-align: center;
	line-height: 150%;
}

.contentcell {
	width: 100%;
	text-align: center;
	background-color: #384B62;
	padding: 10px 14px 10px 14px;
}

.hand-blue {display: none;
	}
	
.fbsmall {
		display: inherit;
	}
	
.fblarge {
		display: none;
	}
	
.col {
	width: 100%;
}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}
	
.foottext {
	font-size: 10px;
	margin-bottom: 0px;
	color: #A9AFB9;
	padding: 10px 10px 10px 10px;
	text-align: center;
	text-decoration: none;
}
	
.right-pic {
	display: none;
	}
	
.bot-pic {
	display: inherit;
}
	
.ipad-pic {
	display: none;
}
	
sncell {
	font-size: 14px;
	color: #A9AFB9;
	text-align: center;
	display: inherit;
	line-height: 110%;
	}
	
snright {
	display: none;
	}
}


/*TAB PORTRAIT*/

@media (min-width: 768px) {

body {
	margin-left: auto;
	margin-right: auto;
	max-width: inherit;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, Century Gothic, "sans-serif";
	background-color: #2D3940;
	color: #FFFFFF;
}
	
#logo-container{
	float: left;
}
	
.hammer1 {
	background-image: url(images/hammer_home.jpg);
	background-size: cover;
	color: #FFFFFF;
	text-align: center;
	padding-top: 100px;
}
	
.hammer3 {
	background-image: url(images/hammer_services.jpg);
	background-size: cover;
	color: #FFFFFF;
	text-align: center;
	padding-top: 100px;
}
	
.hammer4 {
	background-image: url(images/hammer_gray2.jpg);
	background-size: cover;
	color: #FFFFFF;
	text-align: center;
	padding-top: 100px;
}

.hammer5 {
	background-image: url(images/hammer_top_c.jpg);
	background-size: cover;
	color: #FFFFFF;
	text-align: center;
	padding-top: 298px;
}
	
h2 {
	font-size: 17px;
	font-weight: bolder;
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
}
	
h3 {
	display: none;
}
	
h6center {
	font-size: 16px;
	font-weight: 200;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 10px;
}
	
h7 {
	font-size: 11px;
	color: #A9AFB9;
	text-align: center;
	margin-bottom: 3px;
	text-decoration: none;
}
	
ul.a {
	font-size: 20px;
	color: #FFF;
	line-height: 150%;
    list-style-position: outside;
	padding-left: 50px;
}
	
knox95 {
	display: none;
}
	
fbreview {
	font-size: 17px;
	font-style: italic;
	color: #A9AFB9;
	text-align: center;
	display: inherit;
}
	
h1 {
	font-size: 22px;
	font-weight: bold;
	color: #7B8EA5;
	text-align: left;
	display: inherit;
}
	
h1none {
	font-size: 22px;
	font-weight: bold;
	color: #7B8EA5;
	text-align: left;
	display: inherit;
	}
	
p1 { 
	font-size: 20px;
	line-height: 150%;
	color: #FFFFFF;
	text-align: center;
}
	
concenter { 
	font-size: 17px;
	font-weight: 200;
	color: #FFF;
	line-height: 160%;
	text-align: center;
}
	
.contenttabnar {
	width: 100%;
	text-align: left;
	background-color: #384B62;
	padding: 25px 50px 10px 50px;
}	
	
.col {
	float: left;
	padding: 0px;
}
	
.hand-blue {display: none;
	}
	
.right-pic {
	display: none;
	}
	
.bot-pic {
	display: none;
}
	
.ipad-pic {
	display: inherit;
}

sncell {
	display: none;
	}
	
snright {
	display: none;
	}
	
contactus {
		display: none;
	}
	
contactus2 {
	font-size: 22px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	display: inherit;
}
	
.fbsmall {
		display: none;
	}
	
.fblarge {
		display: none;
	}

.foottext {
	font-size: 10px;
	margin-bottom: 0px;
	color: #A9AFB9;
	padding: 10px 10px 10px 10px;
	text-align: center;
	text-decoration: none;
}
}


/*TAB LANDSCAPE*/

@media (min-width: 1024px) {
	
body {
	margin-left: auto;
	margin-right: auto;
	max-width: inherit;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, Century Gothic, "sans-serif";
	background-color: #2D3940;
	color: #FFFFFF;
}
	
#logo-container{
	float: left;
}
	
.hammer1 {
	background-image: url(images/hammer_home.jpg);
	background-size: cover;
	color: #FFFFFF;
	text-align: center;
	padding-top: 100px;
}
	
.hammer3 {
	background-image: url(images/hammer_services.jpg);
	background-size: cover;
	color: #FFFFFF;
	text-align: center;
	padding-top: 100px;
}
	
.hammer4 {
	background-image: url(images/hammer_gray2.jpg);
	background-size: cover;
	color: #FFFFFF;
	text-align: center;
	padding-top: 100px;
}

.hammer5 {
	background-image: url(images/hammer_top_many.jpg);
	background-size: cover;
	color: #FFFFFF;
	text-align: center;
	padding-top: 240px;
}

h2 {
	font-size: 17px;
	font-weight: bolder;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 10px;
}
	
h3 {
	display: none;
}
	
h6center {
	font-size: 16px;
	font-weight: 200;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 10px;
}
	
h7 {
	font-size: 11px;
	color: #A9AFB9;
	text-align: center;
	margin-bottom: 3px;
	text-decoration: none;
}
	
ul.a {
	font-size: 18px;
	color: #fff;
	line-height: 150%;
    list-style-position: outside;
	padding-left: 50px;
}
	
knox95 {
	display: none;
}
	
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #7B8EA5;
	text-align: left;
	display: inherit;
}

p1 { 
	font-size: 18px;
	line-height: 150%;
	color: #FFFFFF;
	text-align: left;
}
	
concenter { 
	font-size: 22px;
	font-weight: 200;
	color: #FFF;
	line-height: 160%;
	text-align: center;
}

.hand-blue {display: inherit;
}
	
.right-pic {
	display: inherit;
}
	
.bot-pic {
	display: none;
}
	
.ipad-pic {
	display: none;
}

fbreview {
	font-size: 17px;
	font-style: italic;
	color: #A9AFB9;
	text-align: center;
	display: inherit;
}
	
sncell {
	display: none;
	}
	
snright {
	font-size: 16px;
	color: #A9AFB9;
	text-align: center;
	line-height: 110%;
	display: inherit;
	}

contactus {
		display: none;
	}
contactus2 {
	font-size: 22px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	display: inherit;
}
	
.fbsmall {
		display: none;
	}
	
.fblarge {
		display: inherit;
	}
	
.foottext {
	font-size: 10px;
	margin-bottom: 0px;
	color: #A9AFB9;
	padding: 10px 10px 10px 10px;
	text-align: center;
	text-decoration: none;
}
	
.main .container {
    padding-right: 300px;
    overflow: hidden;
}
.content {
    float: left;
	width: 100%;
	background-color: #384B62;
	text-align: left;
	padding: 25px 65px 25px 65px;
}
.sidebar {
    float: right;
    margin-right: -300px;
    width: 300px;
	background-color: #314552;
	text-align: center;
}
.content,
.sidebar {
    padding-bottom: 99999px;
    margin-bottom: -99999px;
}
.section,
aside {
    padding: 0px;
}
}


/*DESKTOP*/

@media (min-width: 1050px) {
	
body {
	max-width: 1090px;
	margin-left: auto;
	margin-right: auto;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, Century Gothic, "sans-serif";
	background-color: #2D3940;
	color: #FFFFFF;
}
	
header {
	background-color: #2D3940;
	}
	
#logo-container{
	float: left;
}

.hammer1 {
	background-image: url(images/hammer_home.jpg);
	background-size: cover;
	color: #FFFFFF;
	text-align: center;
	padding-top: 100px;
}
	
.hammer3 {
	background-image: url(images/hammer_services.jpg);
	background-size: cover;
	color: #FFFFFF;
	text-align: center;
	padding-top: 100px;
}
	
.hammer4 {
	background-image: url(images/hammer_gray2.jpg);
	background-size: cover;
	color: #FFFFFF;
	text-align: center;
	padding-top: 100px;
}

.hammer5 {
	background-image: url(images/hammer_top_many.jpg);
	background-size: cover;
	color: #FFFFFF;
	text-align: center;
	padding-top: 288px;
}
	
h2 {
	font-size: 17px;
	font-weight: bolder;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 10px;
	display: inherit;
}
	
h3 {
	display: none;
}
	
h6center {
	font-size: 16px;
	font-weight: 200;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 10px;
}
	
h7 {
	font-size: 11px;
	color: #A9AFB9;
	text-align: center;
	margin-bottom: 3px;
	text-decoration: none;
}
	
.bot-pic{
	display: none;
}
	
.ipad-pic {
	display: none;
}

.right-pic {
	display: inherit;
}
	
.fbsmall {
	display: none;
	}
	
.fblarge {
	display: inherit;
}
	
fbreview {
	font-size: 18px;
	font-style: italic;
	color: #A9AFB9;
	text-align: center;
	display: inherit;
}
	
sncell {
	display: none;
	}
	
snright {
	font-size: 15px;
	color: #A9AFB9;
	text-align: center;
	line-height: 110%;
	display: inherit;
	}
	
contactus {
	display: none;
}
	
contactus2 {
	font-size: 22px;
	font-weight: 200;
	color: #fff;
	text-align: center;
	display: inherit;
}
	
ul.a {
	font-size: 17px;
	color: #FFF;
	line-height: 175%;
    list-style-position: outside;
	padding-left: 50px;
}
	
knox95 {
	display: none;
}
	
h1 {
	font-size: 22px;
	font-weight: bold;
	color: #7B8EA5;
	text-align: left;
	display: inherit;
}

p1 { 
	font-size: 17px;
	line-height: 150%;
	color: #FFFFFF;
	text-align: left;
}
	
concenter { 
	font-size: 17px;
	font-weight: 200;
	color: #FFF;
	line-height: 160%;
	text-align: center;
}
	
.contentph {
	float: left;
	width: 100%;
	text-align: center;
	background-color: #384B62;
	padding: 40px 120px 30px 120px;
}
	
.foottext {
	font-size: 10px;
	margin-bottom: 0px;
	color: #A9AFB9;
	padding: 10px 10px 10px 10px;
	text-align: center;
	text-decoration: none;
}
	
.main .container {
    padding-right: 300px;
    overflow: hidden;
}
.content {
	float: left;
	width: 100%;
	text-align: left;
	background-color: #384B62;
	padding: 40px 65px 30px 65px;
}
.sidebar {
    float: right;
    margin-right: -300px;
    width: 300px;
	background-color: #314552;
	text-align: center;
}
.content,
.sidebar {
    padding-bottom: 99999px;
    margin-bottom: -99999px;
}
.section,
aside {
    padding: 0px;
}
}