html{
  height: 100%;
}

body {
height: 100%;
width:100%;
color: #333;
font-family:Arial, Helvetica, sans-serif;
font-size:17px;
line-height:22px;
}

.padding {
padding:12px;
}

[class*="col-"]:not(:last-child){ margin-bottom: 25px; }


input:required,
select:required,
textarea:required {
border-left:2px solid #a94442 !important;
}

input:required:focus, 
select:required:focus,
checkbox:required:focus,
radio:required:focus,
textarea:required:focus {
border:2px solid #a94442 !important;
}


.wrapper {
margin:0 auto;
max-width:1300px;
}

#header {
background-color:#2D2E2E;
margin:0 auto;
padding:0 0 30px 0;
}

#header #logo{
width:250px;
height:92px;
border:0px solid red;
margin:0;
padding:0;
}

#header #tag{
font-family: 'Signika Negative', sans-serif;
padding-top:40px;
color:white;
font-size:1.2em;
text-transform:uppercase;
}

#header #phone{
font-family: 'Signika Negative', sans-serif;
font-size:1.2em;
color:#B5CBD6;
}

.nav {
font-family: 'Signika Negative', sans-serif;
margin:0;
}

.nav-pills > li {
padding-right:10px;
}

.nav-pills > li > a {
color: #fff;
text-decoration: none;
font-size:1.2em;
font-weight:normal;
}

.nav > li > a:active,
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
background-color: #337ab7;
  border-color: #269abc;
color:#fff;
}

#content { 
font-family:Arial, Helvetica, sans-serif;
margin:20px auto;
max-width:100%;
background-color:white;
background-color:white;
}

body#home #content { 
font-family:Arial, Helvetica, sans-serif;
margin:0 auto;
max-width:100%;
border:0px solid red;
}

#content a:link, 
#content a:visited {
color: #333;
text-decoration:underline; 
}

#content a:hover {
color: #000;
text-decoration: underline;
}

.blue{
color: #337ab7;
}

#content h1{
font-family: 'Signika Negative', sans-serif;
color: #337ab7;
font-size: 1.6em;
        font-weight: bold;
        margin:10px 0 ;
}


#content h2 {
font-family: 'Signika Negative', sans-serif;
	color:#666;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom:0px;
	padding:0px;
	text-transform:uppercase;
line-height:1.3em;
background-color:#e5e5e5;
padding:4px 10px;
border-radius: 5px;
}

#content .carousel-caption {
font-family: 'Signika Negative', sans-serif;
font-size:1.6em;
color:white;
border-radius: 7px;
background-color: #337ab7;
padding:10px;
}

.jumbotron h1{
font-family: 'Signika Negative', sans-serif;
color:#666;
        font-size: 1.4em;
        font-weight: bold;
        margin:10px 0 ;
}

.jumbotron {
font-size:1.5em;
}

.crumbtrail{
font-family:Arial, Helvetica, sans-serif;
margin:20px 0;
border:1px solid #ccc;
background-color:#e5e5e5;
padding:4px 10px;
font-size:95%;
border-radius: 5px;
color:#999;
word-spacing: -5px;
}

.crumbtrail > a:link,
.crumbtrail > a:visited {
color: #999;
text-decoration:none;
}

.crumbtrail > a:hover {
color: #000;
text-decoration: underline;
}

.crumbtrail > a:active {
color: #999;
text-decoration:none;
}

.gallery-shadow {
    box-shadow: 5px 5px 3px #ccc;
    border-radius: 3px;
}

body#contact input[type="submit"]{
background-color:#7A898A;
color:white;
padding:5px 20px;
font-size:160%;
}

body#support_kb ul#kb-list{
margin:30px 0 !important;
list-style-type:none;
}

body#support_kb ul#kb-list li{
padding-bottom:20px !important;
}

body#support_kb #kb-title{
display:block;
font-size:24px;
background-color:#F3F8FC;
padding:8px;
color:black;
}

#footer {
margin-top:20px;
background-color:#2D2E2E;
color:#fff;
}

#footer a {
text-decoration: none;
padding:0;
color: #fff;
}

#footer a:hover {
text-decoration: underline;
padding: 0;
color: #fff;
}
