/*!
 * Custom Styles 1.0
 */
 
body {
    padding-top: 13px;
    padding-bottom: 20px;
}

.content {
	background-color: #e7e7e8;
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	text-rendering: optimizeLegibility;
}
 
.container {
	box-shadow: 0 0 6px 2px #AAA;
	-webkit-box-shadow: 0 0 6px 2px #AAA;
	-moz-box-shadow: 0 0 6px 2px #AAA;
}


.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
	width: 1020px;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    margin-bottom: 0;
    position: fixed;
    z-index: 1030;
	left: auto;
	right: auto;
}

.navbar-inverse .navbar-inner {
	background:#424242;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#42424222', endColorstr='#42424211', GradientType=0)
}

.navbar .brand {
	padding: 0;
	margin-left: 0;
}

.navbar .nav {
	font-size: 12px;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-weight: 700; /*  400, 700, 900 */
	margin: 0;
}

.navbar .nav li {
	line-height: 60px;
	border-right: 1px solid #313233;
	box-shadow: 1px 0 0 0 #464f50;
}

.navbar .nav li#envelope {
	line-height: 60px;
	border-right: none;
	box-shadow: none;
}

.navbar .nav > li > a {
	padding: 0 17px;
	color: #c2c2c2;
}

.navbar .nav #envelope a {
	padding: 0 16px 0 16px;
	background: url('../img/menu-envelope.png') no-repeat 50% 53%;
}

.navbar .nav #envelope a:hover {
	background-position:left top;
	background: url('../img/menu-envelope-hover.png') no-repeat 50% 53%;
}

.navbar .nav > li#home > a {
	padding: 0;
	color: #c2c2c2;
}

.navbar-inverse .nav .active > a , .navbar-inverse .nav > li > a:hover {
	background-color: #2b2b2b!important;
	color: #ffdd00;
	background: url('../img/arrow-down.jpg') no-repeat 50% 75%;
}

.navbar-inverse .nav li#home.active > a , .navbar-inverse .nav > li#home > a:hover {
	background-color: #2b2b2b!important;
	color: #ffdd00;
	background: none;
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
	box-shadow: none;
}

.carousel {
	margin-bottom: 35px;
	margin-top: 7px;
}

.carousel-control{
	color: #FFDD00;
    font-size: 0;
	border: none;
	margin-top: -25px;
}

.carousel-control.left {
	background: url("../img/nav-left.png") no-repeat scroll 50% 50% transparent;
    height: 40px;
    left: 25px;
    line-height: 30px;
    opacity: 1;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 40px;

}
.carousel-control.right {
	background: url("../img/nav-right.png") no-repeat scroll 50% 50% transparent;
	opacity: 1;
	top: 50%;
	right: 25px;
}

.carousel-caption {
	background: none repeat scroll 0 0 rgba(66, 67, 67, 1);
	padding: 0;
	height: 26px;
	bottom: -5px;
}

.carousel-indicators {
	top: 9px;
	right: 50%;
}

.carousel-indicators .active {
    background-color: #FFDD00;
}

.carousel-indicators li {
	background-color: #666;
	width:8px;
	height:8px;
    border-radius: 4px;
}

.row  {
	margin: 0;
	padding: 9px 22px 0;
}

.row p {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #565b5b;
	font-weight: 400;
	line-height: 23px;
}

.row p.promo {
	font-size: 19px;
	line-height: 26px;
	text-align: center;
	color: #ffffff;
	text-shadow: 0 2px 2px gray;
	-webkit-text-shadow: 0 2px 2px gray;
	-moz-text-shadow: 0 2px 2px gray;
	background: url("../img/promo-bg.png") no-repeat scroll 50% 50% transparent;
	padding: 60px 0 75px;
	margin-top: 10px;
	letter-spacing: 3px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=0,strength=2);
}

.separator {
	height: 8px;
	background: url("../img/separator.jpg") no-repeat scroll 50% 50% transparent;
	width: inherit;
}

footer {
	height: 145px;
	background-color: #424242;
	margin-top: 50px;
}

footer#homepage {
	height: 145px;
	background-color: #424242;
	margin-top: 16px;
}

div#footer{
	padding: 6px 22px 8px;
}

h5.h4footer {
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	color: white;
}

footer ul {
	margin: 0 0 10px 0;
}

footer ul li {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	color: #aaaaaa;
	list-style: none outside none;
	font-size: 12px;
}

footer ul li a {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	color: #aaaaaa;
	list-style: none outside none;
	font-size: 12px;
}

footer ul li a:hover {
	color: #aaaaaa;
	text-decoration: underline;
}

li#landline {
	background: url("../img/icon-landline.png") no-repeat scroll 0 1px transparent;
	padding-left: 35px;
	line-height: 23px;
}

li#mobile {
   background: url("../img/icon-mobile.png") no-repeat scroll 0 1px transparent;
    line-height: 27px;
    padding-left: 35px;
}

li#email a {
    background: url("../img/icon-email.png") no-repeat scroll 0 1px transparent;
    line-height: 28px;
    padding-left: 35px;
	color: #AAAAAA;
}

li#pages{
	background: url("../img/icon-pages.png") no-repeat scroll 0 10px transparent;
	padding-left: 9px;
	line-height: 26px;
}

li#none{
	background: none;
	padding-left: 10px;
	line-height: 27px;
}

li#copyright{
	color: #adadad;
	line-height: 27px;
	font-size: 11px;
	text-align: right;
	text-transform: uppercase;
}

div#bottom {
	height: 30px;
	background-color: #777777;
	box-shadow: 0 6px 6px 2px #AAA;
}

/* Disabling margins and paddings */
.nomargin {
	margin: 0;
}

.nopadding {
	padding: 0; 
}

/* Front Page Specific */

#intro {
	text-align: center;
}

#drawer {
	background: url("../img/drawer.png") no-repeat scroll 0 0 transparent;
}

p#services {
	color: #ffdd00;
	text-align: center;
	padding-top: 13px;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 21px;
}

.demargin {
	margin: 6px;
}

li#services {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	color: #e0e0e0;
	list-style: none outside none;
	text-transform: uppercase;
	line-height: 34px;
	font-size: 14px;
	background: url("../img/bullet-services.png") no-repeat scroll 0 13px transparent;
	padding-left: 12px;
}

ul, ol {
    margin: 0 0 10px 16px;
    padding: 0;
}


p#drawerbottom {
    color: #EBEBEB;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
	line-height: 48px;
	text-shadow: 0 2px 2px black;
	-webkit-text-shadow: 0 2px 2px black;
	-moz-text-shadow: 0 2px 2px black;
	margin-bottom: 28px;
}

p#drawerbottom span {
	font-weight: 400;
}

/* Felt Roofing Specific */

ul.felt-roofing {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #565B5B;
	font-size: 16px;
	list-style: none;
}
ul.felt-roofing li {
	background: url("../img/bullet-felt-roofing.png") no-repeat scroll 0 8px transparent;
	padding-left: 9px;
	line-height: 23px;
}

ul.felt-roofing li#none {
	background: none;
	padding-left: 9px;
	line-height: 23px;
}

.width320px {
	width: 320px;
}

/* Hacks */

.minus20px {
	margin-left: -20px;
}

.myoffset2 {
	margin-left: 140px;
}

b {
	font-weight: 900;
}

.offset60px {
	margin-left: 60px;
}

/* Contact page */

p#errname, p#erremail, p#errphone, p#errmessage, p#errantispam {
	font-size: 10px;
	color: red;
}

p#errform {
	font-size: 10px;
	color: red;
	text-align: center;
}

.form-actions {
	background-color: #E7E7E8;
}

.btn {
	background-color:#666;
	border:none;
	background-image:none;
}

.btn:hover {
	background-color:#888;
}