﻿* {
    box-sizing: border-box;
}

.row:after {
    content: "";
    clear: both;
    display: block;
}

[class*="col-"] {
    float: left;
    padding: 15px;
}

html, body {
    padding: 0;
    margin: auto;
	max-width:2048px;
    min-height: 100%;
    font-family: Tahoma, Geneva, sans-serif;
    background:#fff;
    /*background: url(../images/v6background-texture.jpg)no-repeat center center fixed;*/
    /*background: url(../images/fireplace-hd-1920x1080.jpg)no-repeat center center fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	box-shadow: 0px 5px 5px #888888;
	-webkit-box-shadow: 0px 5px 5px #888888;
	-moz-box-shadow: 0px 5px 5px #888888;
}

a:link	{
	text-decoration:none;
}

#header {
    color: #ffffff;
    width: 100%;
	max-width:2048px;
    height: 190px;
    background: #085387;
	background: linear-gradient(to bottom, #0B82D5 0%, #0B82D5 65%, #085387 65%, #085387 100%);
	/*background: url(../images/headerbk.png) repeat-x;*/
    position: fixed;
    top: 0;
    z-index: 120;
}
.topnav		{
	/*margin-top:162px;*/
	width:auto;
	max-height:10px;
	/*background: #0b82d5;*/
	background: none;
	padding:0;
	/*float:right;*/
}
.contactinfo	{
	margin-top:-62px;
	width:auto;
	max-height:60px;
	/*background: #085387;*/
	background: none;
	/*float:right;*/
}

.phonenum	{
	font-weight:bold;
	text-shadow:2px 2px 5px #000;
	font-size:14px;
	margin-top:-10px;
	text-transform:uppercase;
}

.finavail	{
	padding:3px;
	margin-top:0px;
	background:#ffd700;
	border-radius:5px;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	box-shadow: 2px 2px 5px #000;
	-webkit-box-shadow: 2px 2px 5px #000;
	-moz-box-shadow: 2px 2px 5px #000;
}

.finavail:hover	{
	background:#ffff00;
}

.finavail:hover > a:link	{
	text-decoration:none;
	color:#4f4f4f;
}

.finavail > a:link	{
	text-decoration:none;
	color:#4f4f4f;
}

.freequote	{
	padding:3px;
	margin-top:0px;
	background:#00ff00;
	border-radius:5px;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	box-shadow: 2px 2px 5px #000;
	-webkit-box-shadow: 2px 2px 5px #000;
	-moz-box-shadow: 2px 2px 5px #000;
}

.freequote:hover	{
	background:#2466fc;
}

.freequote:hover > a:link	{
	text-decoration:none;
	color:#ffffff;
}

.freequote > a:link	{
	text-decoration:none;
	color:#4f4f4f;
}

.logo {
    width: auto;
    height: auto;
	margin:0;
}

.pagetitle {
    font-size: 50px;
    color: #fd0200;
    padding: 10px;
    font-weight:700;
}

.pagesubtitle	{
	font-size: 30px;
    color: #fd0200;
    padding: 10px;
    font-weight:700;
}

.pagesubtitle2	{
	font-size: 24px;
    color: #085387;
    padding: 10px;
    font-weight:700;
}

.pagesubtitle3	{
	font-size: 14px;
    color: #333333;
    padding: 10px;
    font-weight:300;
}

.slogan {
    font-size: 16px;
    color: #444444;
    padding: 10px;
    font-weight:300;
}

.quotes {
    font-size: 16px;
    color: #444444;
    padding: 10px;
}

.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.menu li {
    padding: 8px;
    margin-bottom: 7px;
    background-color: #33b5e5;
    color: #ffffff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

    .menu li:hover {
        background-color: #0099cc;
    }

.aside {
    background-color: #33b5e5;
    padding: 15px;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

#defaultbanner {
    width: 100%;
    margin: 0 auto 0 auto;
    position: relative;
    overflow: hidden;
    display: inline-block;
}

#slideshow {
    margin: 0;
    /*position: relative;*/
    max-width: 100%;
	height: 400px;
    padding: 0;
    /*box-shadow: 0 0 20px rgba(0,0,0,0.4);*/
}

    #slideshow > div {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        max-width: 100% !important;
    }

    #slideshow img {
        position: relative;
        max-width: 100% !important;
    }

.footer {
    /*margin-top: 10px;*/
    bottom: 0;
    /*background-color: #3d6e8a;*/
	background:#f5f5f5;
    color: #085387;
    text-align: center;
    font-size: 12px;
    padding: 15px;
}
/* For mobile phones: */
[class*="col-"] {
    width: 100%;
}

@media only screen and (min-width: 600px) {
    /* For tablets: */
    .col-m-1 {
        width: 8.33%;
    }

    .col-m-2 {
        width: 16.66%;
    }

    .col-m-3 {
        width: 25%;
    }

    .col-m-4 {
        width: 33.33%;
    }

    .col-m-5 {
        width: 41.66%;
    }

    .col-m-6 {
        width: 50%;
    }

    .col-m-7 {
        width: 58.33%;
    }

    .col-m-8 {
        width: 66.66%;
    }

    .col-m-9 {
        width: 75%;
    }

    .col-m-10 {
        width: 83.33%;
    }

    .col-m-11 {
        width: 91.66%;
    }

    .col-m-12 {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) {
    /* For desktop: */
    .col-1 {
        width: 8.33%;
    }

    .col-2 {
        width: 16.66%;
    }

    .col-3 {
        width: 25%;
    }

    .col-4 {
        width: 33.33%;
    }

    .col-5 {
        width: 41.66%;
    }

    .col-6 {
        width: 50%;
    }

    .col-7 {
        width: 58.33%;
    }

    .col-8 {
        width: 66.66%;
    }

    .col-9 {
        width: 75%;
    }

    .col-10 {
        width: 83.33%;
    }

    .col-11 {
        width: 91.66%;
    }

    .col-12 {
        width: 100%;
    }
}

/*Navigation*/
.container {
    width: 100%;
    min-height: 100%;
    margin-right: auto;
    margin-left: auto;
    color:#333333;
}

/* Basic Styles */

nav {
    width: 100%;
    /*z-index: 99999;*/
}

.logo {
    float: left;
    padding: 10px;
}

.nav {
    /*background: #085387;*/
	/*background: #ffffff;*/
	/*background:#0b82d5;*/
	/*background: url(../images/headerbk.png) repeat-x;*/
	/*background: -moz-linear-gradient(left,  #ffffff 20%, #02425b 100%);
	background: -webkit-linear-gradient(left,  #ffffff 20%,#02425b 100%);
	background: linear-gradient(to right,  #ffffff 20%,#02425b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#02425b',GradientType=1 );*/
    list-style: none;
    color: #fff;
    margin: 0;
    text-align: right;
    /*box-shadow:rgba(0,0,0,0.4) 0 5px 5px;*/
}

    .nav > li {
        display: inline-block;
        padding: 5px;
		/*margin-top:110px;*/
		/*background:#ffffff;*/
		background: #none;
		/*border-top-left-radius: 5px;
		border-top-right-radius: 10px;*/	
    }

        .nav > li > a {
            text-decoration: none;
            font-size: 14px;
            font-weight:700;
			/*color: #085387;*/
			color:#ffffff;
        }

        .nav > li:hover{
            /*background: #085387;*/
			background: #0b82d5;
			box-shadow:inset 0px 0px 5px rgba(0,0,0,.5);
			-webkit-box-shadow:inset 0px 0px 5px rgba(0,0,0,.5);
			-moz-box-shadow:inset 0px 0px 5px rgba(0,0,0,.5);
        }

        .nav > li > a:hover{
            color: #ffffff;
        }

.nav-btn {
    display: none;
}

@media only screen and (max-width: 580px) {
    #form-div {
        margin-right: 3%;
        width: auto;
        margin-left: 0;
        padding-left: 3%;
        padding-right: 3%;
    }
}

/*media queries*/

@media only screen and (max-width: 1200px ) {
    .topnav	{
		display:none;
	}
	.logo {
        display: none;
    }

    #header {
        height: auto;
    }

    .nav {
        text-align: left;
        display: none;
        overflow: auto;
		background:#085387;
    }

        .nav > li {
            display: block;
            padding: 5px;
            z-index: 99999;
			margin-top:0;
			border-top-left-radius: 0px;
			border-top-right-radius: 0px;
			background:#085387;
        }
		.nav > li:hover	{
			background:#ffffff;
		}
		.nav > li > a	{
			color:#ffffff;
			font-weight:none;
		}
		.nav > li > a:hover	{
			color:#085387;
		}

    .nav-btn {
        display: block;
        /*background: #222222;*/
		background: #085387;
        color: #fff;
        font-size: 20px;
        padding: 5px;
        cursor: pointer;
        z-index: 99999;
        /*box-shadow:rgba(0,0,0,0.4) 0 5px 5px;*/
    }

        .nav-btn:before {
            content: url(../images/tnhc_logo155X60.png);
        }

        .nav-btn:after {
            margin: 40px 10px 0 0;
            float: right;
            content: url(../images/nav-icon.png);
        }
}
/* div styling */

.panel {
    padding-top: 100px;
    /*padding-bottom: 100px;*/
    width: auto;
    min-height: 100%;
    margin: 90px auto 0 auto;
    position: relative;
    /*z-index: 120;*/
	background:#ffffff;
}

.subpanel	{
	width:80%;
	height:auto;
	margin:auto;
}

.btn-skin:hover,
.btn-skin:focus,
.btn-skin:active,
.btn-skin.active {
    color: #fff;
    background-color: #3399cc;
}

.row {
    margin: auto auto;
    width: auto;
    height: auto;
    /*color:#f5f5f5;*/
}

.sectionbox	{
	/*background:rgba(065,105,225, 0.4);*/
	min-height:400px;
	/*border-radius:10px;*/
	/*box-shadow: 10px 10px 5px #888888;
	-webkit-box-shadow: 10px 10px 5px #888888;
	-moz-box-shadow: 10px 10px 5px #888888;*/
}

.sectionbox2	{
	/*background:rgba(065,105,225, 0.4);*/
	background:#ffffff;
	height:auto;
	/*border-radius:10px;*/
	/*box-shadow: 10px 10px 5px #888888;
	-webkit-box-shadow: 10px 10px 5px #888888;
	-moz-box-shadow: 10px 10px 5px #888888;*/
	-webkit-box-shadow: inset 0 10px 10px -10px rgba(0,0,0,0.8);
    -moz-box-shadow: inset 0 10px 10px -10px rgba(0,0,0,0.8);
    box-shadow: inset 0 10px 10px -10px rgba(0,0,0,0.8);
}

.sectionbluebox	{
	background:rgba(065,105,225, 0.4);
	height:auto;
	/*border-radius:10px;
	box-shadow: 10px 10px 5px #888888;
	-webkit-box-shadow: 10px 10px 5px #888888;
	-moz-box-shadow: 10px 10px 5px #888888;*/
	-webkit-box-shadow: inset 0 10px 10px -10px rgba(0,0,0,0.8);
    -moz-box-shadow: inset 0 10px 10px -10px rgba(0,0,0,0.8);
    box-shadow: inset 0 10px 10px -10px rgba(0,0,0,0.8);
}

.sectionolivebox	{
	background:rgba(139,184,89,1);
	height:auto;
	/*border-radius:10px;
	box-shadow: 10px 10px 5px #888888;
	-webkit-box-shadow: 10px 10px 5px #888888;
	-moz-box-shadow: 10px 10px 5px #888888;*/
	-webkit-box-shadow: inset 0 10px 10px -10px rgba(0,0,0,0.8);
    -moz-box-shadow: inset 0 10px 10px -10px rgba(0,0,0,0.8);
    box-shadow: inset 0 10px 10px -10px rgba(0,0,0,0.8);
}

.sectiongreybox	{
	background:rgba(63,63,63, 0.4);
	height:auto;
	/*box-shadow: 10px 10px 5px #888888;
	-webkit-box-shadow: 10px 10px 5px #888888;
	-moz-box-shadow: 10px 10px 5px #888888;*/
	-webkit-box-shadow: inset 0 10px 10px -10px rgba(0,0,0,0.8);
    -moz-box-shadow: inset 0 10px 10px -10px rgba(0,0,0,0.8);
    box-shadow: inset 0 10px 10px -10px rgba(0,0,0,0.8);
}

.sectiongreybox img	{
	box-shadow: 10px 10px 5px #888888;
	-webkit-box-shadow: 10px 10px 5px #888888;
	-moz-box-shadow: 10px 10px 5px #888888;
}

.sectionboxwhite	{
	background:rgba(255,255,255,1);
	height:auto;
	/*box-shadow: 10px 10px 5px #888888;
	-webkit-box-shadow: 10px 10px 5px #888888;
	-moz-box-shadow: 10px 10px 5px #888888;*/
	-webkit-box-shadow: inset 0 10px 10px -10px rgba(0,0,0,0.8);
    -moz-box-shadow: inset 0 10px 10px -10px rgba(0,0,0,0.8);
    box-shadow: inset 0 10px 10px -10px rgba(0,0,0,0.8);
}

.tnhc	{
	color:#ff0000;
	font-size:28px;
	font-weight:700;
}

.incentive	{
	color:#80bd00;
	font-weight:700;
}

.incentive2	{
	color:#ffffff;
	font-weight:700;
}

.sectionwhitebox	{
	background:rgba(255,255,255,1);
	min-height:340px;
	/*border-radius:10px;
	box-shadow: 10px 10px 5px #888888;
	-webkit-box-shadow: 10px 10px 5px #888888;
	-moz-box-shadow: 10px 10px 5px #888888;*/
}

.sectionwhitebox img	{
	box-shadow: 10px 10px 5px #888888;
	-webkit-box-shadow: 10px 10px 5px #888888;
	-moz-box-shadow: 10px 10px 5px #888888;
}

.servicewhitebox	{
	background:rgba(255,255,255,1);
	min-height:340px;
	/*border-radius:10px;
	box-shadow: 10px 10px 5px #888888;
	-webkit-box-shadow: 10px 10px 5px #888888;
	-moz-box-shadow: 10px 10px 5px #888888;*/
}

.productbox	{
	width:auto;
	height:auto;
	padding:20px 0;
}

.productbox img	{
	width:auto;
	height:auto;
	padding:10px 10px;
}

.productbox2	{
	width:auto;
	height:auto;
	padding:20px 0;
}

.productbox2 img	{
	width:auto;
	height:auto;
	padding:10px 0;
}
.product	{
	background:#f5f5f5;
	border-radius:10px;
	border: 1px solid #c1c1c1;
}
.product ul	{
    padding: 0;
    list-style-type: none;
}

.servicebox	{
	background:rgba(167,167,167, 0.4);
	border-radius:10px;
	box-shadow: 5px 5px 5px #888888;
	-webkit-box-shadow: 5px 5px 5px #888888;
	-moz-box-shadow: 5px 5px 5px #888888;
	padding:18px 3px 3px 3px;
}
/*.servicebox:hover	{
	background:rgba(167,167,167, 0.8);
	color:#ffffff;
}*/
.bluebox	{
	background:rgba(8,83,135, 0.2);
	border-radius:10px;
	box-shadow: 5px 5px 5px #888888;
	-webkit-box-shadow: 5px 5px 5px #888888;
	-moz-box-shadow: 5px 5px 5px #888888;	
	padding:60px 20px;
}

.gallerybox	{
	background:rgba(167,167,167, 0.4);
	border-radius:10px;
	box-shadow: 5px 5px 5px #888888;
	-webkit-box-shadow: 5px 5px 5px #888888;
	-moz-box-shadow: 5px 5px 5px #888888;
	padding:18px 3px 3px 3px;
}
.gallerybox:hover	{
	background:rgba(167,167,167, 0.8);
	color:#ffffff;
}

.row.spacing	{
	padding:3% 0px;
}

.section1 {
    background: #none;
}

.section2 {
    background: #ff7f01;
}

.section3 {
    background: #3d6e8a;
}

/* Single-direction drop shadow */ 

hr.style-four { 
    height: 12px; 
    border: 0; 
    box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5); 
}

hr.style-one	{
	width: 25%;
	margin-left: auto;
	margin-right: auto;
	background-color:#990000;
}

hr.style-two	{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.click-btn	{
	width:200px;
	padding:5px;
	background:#00ff00;
	border-radius:5px;
	text-align:center;
	font-weight:bold;
	font-size:18px;
	box-shadow: 2px 2px 5px #000;
	-webkit-box-shadow: 2px 2px 5px #000;
	-moz-box-shadow: 2px 2px 5px #000;
}

.click-btn:hover	{
	background:#2466fc;
}

.click-btn:hover > a:link	{
	text-decoration:none;
	color:#ffffff;
}

.click-btn > a:link	{
	text-decoration:none;
	color:#4f4f4f;
}

.bizhours	{
	display:inline-block;
}

.callout	{
	padding:10px;
}

/*slideshow media queries*/
@media (max-width: 2048px) {
    #defaultbanner {
		width:100%;
		max-width: 2048px;
		height: 585px;
        margin: 0;

    }

    #slideshow img {
        width: 100%;
        height: auto;
        margin: 0;
		overflow: hidden;
    }
    .panel {
        margin-top: 135px;
        padding-top: 55px;
    }
    .slideads img {
        width: 100%;
        height: 100%;
        margin: 0;
    }
	
	.aboutimg	{
		width:100%;
		height:100%;
		margin: 0;
	}
}

@media (max-width: 1920px) {
    #defaultbanner {
		max-width: 1920px;
		height: 549px;
        margin: 0;

    }

    #slideshow img {
        width: 100%;
        height: auto;
        margin: 0;
		overflow: hidden;
    }
    .panel {
        margin-top: 135px;
        padding-top: 55px;
    }
    .slideads img {
        width: 100%;
        height: 100%;
        margin: 0;
    }
	
	.aboutimg	{
		width:100%;
		height:100%;
		margin: 0;
	}
}

@media (max-width: 1583px) {
    #defaultbanner {
        max-width: 1583px;
		height: 452px;
        margin: 0;
    }

    #slideshow img {
        width: 100%;
        height: auto;
        margin: 0;
		overflow: hidden;
    }
    .panel {
        margin-top: 135px;
        padding-top: 55px;
    }
    .slideads img {
        width: 100%;
        height: 100%;
        margin: 0;
    }
	
	.aboutimg	{
		width:100%;
		height:100%;
		margin: 0;
	}
}

@media (max-width: 1280px) {
    #defaultbanner {
        width: 100%;
        height: 366px;
        margin: 0;
    }

    #slideshow img {
        width: 100%;
        height: auto;
        margin: 0;
        overflow: hidden;
    }
    #slideads img {
        width: 100%;
        height: auto;
        margin: 0;
        overflow: hidden;
    }
	.panel {
        margin-top: 135px;
        padding-top: 55px;
    }
	.incentive img {
        width: 100%;
        height: auto;
        margin: 0;
        overflow: hidden;
    }
}

@media (max-width: 1024px) {
	.contactinfo	{
		display:none;
	}
	
    #defaultbanner {
        width: 100%;
        height: 293px;
        margin: 0;
    }
	.panel	{
		margin-top: 21px;
	}
    #slideshow img {
        width: 100%;
        height: auto;
        margin: 0;
        overflow: hidden;
    }
    #slideads img {
        width: 100%;
        height: auto;
        margin: 0;
        overflow: hidden;
    }
	.incentive img {
        width: 100%;
        height: auto;
        margin: 0;
        overflow: hidden;
    }
	.productbox3 img {
        width: 100%;
        height: auto;
        margin: 0;
        overflow: hidden;
    }
}

@media (max-width: 980px) {
	.contactinfo	{
		display:none;
	}
	
    #defaultbanner {
        width: 100%;
        height: 280px;
        margin: 0;
    }
	.panel	{
		margin-top: 21px;
	}
    #slideshow img {
        width: 100%;
        height: auto;
        margin: 0;
        overflow: hidden;
    }
    .pagetitle {
        font-size: 40px;
        color: #fd0200;
        padding: 10px;
    }
    #slideads img {
        width: 100%;
        height: auto;
        margin: 0;
        overflow: hidden;
    }
	/*.subpanel .map {
        width: 100%;
        height: auto;
        margin: 0;
        overflow: hidden;
    }*/
	.incentive img {
        width: 100%;
        height: auto;
        margin: 0;
        overflow: hidden;
    }
	.productbox3 img {
        width: 100%;
        height: auto;
        margin: 0;
        overflow: hidden;
    }
	.map {
        position: relative;
        padding-bottom: 75%; // This is the aspect ratio
		width: 100%;
        height: 0;
        overflow: hidden;
    }
}

@media (max-width: 800px) {
	.contactinfo	{
		display:none;
	}
	
    #defaultbanner {
        width: 100%;
        height: 229px;
        margin: 0;
    }

    #slideshow img {
        width: 100%;
        height: auto;
        margin: 0;
        overflow: hidden;
    }
    .panel	{
		margin-top: 21px;
	}
    .pagetitle {
        font-size: 30px;
        color: #fd0200;
        padding: 10px;
    }
    #slideads img {
        width: 100%;
        height: auto;
        margin: 0;
        overflow: hidden;
    }
	.sectionwhitebox img	{
		width:100%;
		height:auto;
		margin: 0;
        overflow: hidden;
	}
	.sectiongreybox img	{
		width:100%;
		height:auto;
		margin: 0;
        overflow: hidden;
	}
	.incentive img {
        width: 100%;
        height: auto;
        margin: 0;
        overflow: hidden;
    }
	.productbox3 img {
        width: 100%;
        height: auto;
        margin: 0;
        overflow: hidden;
    }
	.gallerybox img	{
		width:90%;
		height:auto;
		margin: 0;
        overflow: hidden;
	}
}

@media (max-width: 768px) {
	.contactinfo	{
		display:none;
	}
	
    #defaultbanner {
        width: 100%;
        height: 219px;
        margin: 0;
    }

    #slideshow img {
        width: 100%;
        height: auto;
        margin: 0;
        overflow: hidden;
    }
    .panel	{
		margin-top: 21px;
	}
    .pagetitle {
        font-size: 30px;
        color: #fd0200;
        padding: 10px;
    }
    #slideads img {
        width: 100%;
        height: auto;
        margin: 0;
        overflow: hidden;
    }
	.sectionwhitebox img	{
		width:100%;
		height:auto;
		margin: 0;
        overflow: hidden;
	}
	.sectiongreybox img	{
		width:100%;
		height:auto;
		margin: 0;
        overflow: hidden;
	}
	.incentive img {
        width: 100%;
        height: auto;
        margin: 0;
        overflow: hidden;
    }
	.productbox3 img {
        width: 100%;
        height: auto;
        margin: 0;
        overflow: hidden;
    }
	.gallerybox img	{
		width:90%;
		height:auto;
		margin: 0;
        overflow: hidden;
	}
}

@media (max-width: 360px) {
	.contactinfo	{
		display:none;
	}
	
    #defaultbanner {
        display:none;
    }

    #slideshow img {
        display:none;
    }
    .panel	{
		margin-top: 21px;
	}

    .pagetitle {
        font-size: 30px;
        color: #fd0200;
        padding: 10px;
    }
	.slogan {
        font-size: 15px;
        padding: 5px;
    }
    #slideads img {
        width: 100%;
        height: auto;
        margin: 0;
        overflow: hidden;
    }
	hr.style-one	{
	width: 50%;
	}
	.sectionwhitebox img	{
		width:100%;
		height:194px;
		margin: 0;
        overflow: hidden;
	}
	.sectiongreybox img	{
		width:100%;
		height:194px;
		margin: 0;
        overflow: hidden;
	}
	.incentive img {
        width: 100%;
        height: auto;
        margin: 0;
        overflow: hidden;
    }
	.productbox3 img {
        display:none;
    }
	.gallerybox img	{
		width:90%;
		height:auto;
		margin: 0;
        overflow: hidden;
	}
}

@media (max-width: 320px) {
	.contactinfo	{
		display:none;
	}
	
    #defaultbanner {
        display:none;
    }

    #slideshow img {
        display:none;
    }
    .panel	{
		margin-top: 21px;
	}

    .pagetitle {
        font-size: 30px;
        color: #fd0200;
        padding: 10px;
    }
	.slogan {
        font-size: 15px;
        padding: 5px;
    }
    #slideads img {
        width: 100%;
        height: auto;
        margin: 0;
        overflow: hidden;
    }
	hr.style-one	{
	width: 50%;
	}
	.sectionwhitebox img	{
		width:100%;
		height:169px;
		margin: 0;
        overflow: hidden;
	}
	.sectiongreybox img	{
		width:100%;
		height:169px;
		margin: 0;
        overflow: hidden;
	}
	.incentive img {
        width: 100%;
        height: auto;
        margin: 0;
        overflow: hidden;
    }
	.productbox3 img {
        display:none;
    }
	.gallerybox img	{
		width:90%;
		height:auto;
		margin: 0;
        overflow: hidden;
	}
}
/*Social icons*/

.company-social {
    margin-left: 0;
    padding-left: 0;
    margin-top: 0px;
}

.company-social {
    text-align: left;
}
    .company-social ul {        
        padding: 0;
    }
    .company-social li {
        display: inline-block;
        margin: 0 !important;
        padding: 0;
    }


    .company-social a {
        margin: 0;
        padding: 0;
        display: block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background: #3bbec0;
        color: #fff;
        -webkit-transition: background .3s ease-in-out;
        transition: background .3s ease-in-out;
    }

        .company-social a i {
            text-align: center;
            margin: 0;
            padding: 0;
        }

    .company-social .social-facebook a {
        background: #3873ae;
    }

    .company-social .social-twitter a {
        background: #62c6f8;
    }

    .company-social .social-linkedin a {
        background: #007bb6;
    }

    .company-social .social-deviantart a {
        background: #8da356;
    }

    .company-social .social-google a {
        background: #000;
    }

    .company-social .social-vimeo a {
        background: #51a6d3;
    }

    .company-social .social-facebook a:hover {
        background: #4893ce;
    }

    .company-social .social-twitter a:hover {
        background: #82e6ff;
    }

    .company-social .social-linkedin a:hover {
        background: #1384d1;
    }

    .company-social .social-deviantart a:hover {
        background: #adc376;
    }

    .company-social .social-google a:hover {
        background: #333;
    }

    .company-social .social-vimeo a:hover {
        background: #71c6f3;
    }

.copyright	{
	color:#085387;
}

.copyright a:link	{
	color:#9b3209;
	text-decoration:none;
}

.copyright a:visited	{
	color:#9b3209;
}

.copyright a:hover	{
	color:#999999;
}

.copyright a:active	{
	color:#9b3209;
}