/* Sticky footer styles
-------------------------------------------------- */
html {
	position: relative;
	min-height: 100%;
}

body {
	/* Margin bottom by footer height */
	margin-bottom: 60px;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 80px;
	background-color: #f5f5f5;
}

h1, h2, h3, h4 {
font-family: Lato,Arial,serif;
}

h1 {
	line-height: 36px;
	font-size: 32px;
	font-weight: bold;
}

h2, h3, h4 {
	line-height: 28px;
	font-size: 21px;
	font-weight: bold;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/*Layout
-------------------------------------------------- */

img.bg {
/* Set rules to fill background */
min-height: 100%;
min-width: 1024px;
z-index:-1;
/* Set up proportionate scaling */
width: 100%;
height: auto;

/* Set up positioning */
position: fixed;
top: 0;
left: 0;
}

@media screen and (max-width: 1024px){
img.bg {
	left: 50%;
	margin-left: -512px; }
}

#header {
	background:#d14313;
	max-width:940px;
	margin:40px auto 0;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
}

.header-shadow {
-webkit-box-shadow: 0px 0px 8px 2px #000000;
-moz-box-shadow: 0px 0px 8px 2px #000000;
box-shadow: 0px 0px 8px 2px #000000;
}

.container{
	max-width:940px;
}

.content{
	margin-bottom:20px;
	padding:10px 0px;
	min-height:710px;
}

body > .container {
	padding: 0px 15px 6px 0px;
}
.container .text-muted {
	margin: 20px 0;
}

#footer > .container {
	padding-right: 15px;
	padding-left: 15px;
}

@media (min-width:768px) and (max-width:992px){
	.navbar-logo img {
		max-width:350px;
		margin-top:10px;
	}
}

@media (min-width:768px){
	.toggle{
		display:none;
	}
}

.phone {
	float:right;
	font-size:25px;
	margin-top:10px;
	margin-right:10px;
	font-weight:bold;
	color:white;
}
.mobile-phone{
	font-size:20px;
	font-weight:bold;
}
.mobile-phone a {
	color:white;
}



/* NAVBAR CUSTOMIZATIONS
-------------------------------------------------- */
.navbar-default {
	background-color: transparent;
	background-image: none;
	background-repeat: repeat-x;
	border:0px;
	border-color: none;
	margin-bottom:0px;
	border-radius:0px;
}
.navbar-collapse {
	padding:0px;
	background:black;
	margin-top:25px;
}
.navbar-default .navbar-nav > li > a {
	color:#d84613;
	font-weight:bold;
	font-size:16px;
	padding:5px 10px;
}
.navbar-default .navbar-nav > li > a:hover {
	color:white;
}
.navbar-default .navbar-nav > li{
	text-align:left;
	margin-left:0px;
	padding-left:0px;
}
.navbar-logo {
	padding:0px;
	margin:0px;
}
.navbar-logo img{
	margin:20px 0px 0px 10px;
	max-width:350px;
}
.navbar-toggle p:hover {
	background-color:none;
}

.separator{
	color:white;
	font-weight:bold;
	font-size:16px;
	padding-top:3px;
}

.toggle {
	text-align:center;
	float: none;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom:0px;
	font-weight:bold;
	font-size:20px;
	background-color:white;
}

@media (max-width:768px){
	.navbar-logo img {
		max-width:300px;
		margin-top:10px;
	}
	.navbar-default {
		margin-left:0px;
		border:0px solid black;
	}
	.navbar-logo p {
		text-align:center;
	}
	.navbar-default .navbar-nav > ul {
		border:1px solid black;
	}
	.navbar-default .navbar-nav > li {
		border-bottom:1px solid white;
		text-align:center;
	}
	.navbar-default .navbar-nav > li:last-child{border:0px;
	}
	.navbar-logo img{
		margin:20px 0px 10px 0px;
	}
	.navbar-collapse {
		margin-top:0px;
	}
}


/* CUSTOM BOOTSTRAP ELEMETNS
-------------------------------------------------- */
.btn-primary{
	background-color:#d84613 !important;
	border-color:#d84613;
}
.btn-primary:hover{
	border-color:#d84613;
	background-color:#ec4c14 !important;
}


/* FORMS
-------------------------------------------------- */
#user{display:none;}

.mini-quote{
	background:#e2e2e2;
	padding:20px;
	border:3px solid rgb(216, 70, 19);
	border-radius:10px;
}

.form-header {
	font-weight:bold;
	text-align:center;
	font-size:20px;
	background:rgb(42, 100, 150);
	color:white;
	border-radius:10px;
	padding:4px;
}

@media (max-width: 480px) {
.nav-tabs > li {
	float:none;
	display:block;
	border:1px solid #e2e2e2;
	}
.phone{float:right;}
}
/*This code removes scroll button on number input type for webkit browsers*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
