@charset "utf-8";
/* CSS Document */

 @font-face {
	font-family: "arialreg";
	font-style:normal;
	font-weight:normal;
	src: url('../arial-webfont.woff2'), url('../arial-webfont.woff'), url('../arial-webfont.ttf');
}

*, *::before, *::after {
    box-sizing: border-box;
}

body {
	width:100%;
	margin:0;
	font-family: "Lato", san-serif;
}

.row {
	clear:both;
	margin-left:-15px;
	margin-right:-15px;
}

.row.socialrow {
    float: left;
    margin: 0;
    position: relative;
    width: 100%;
    z-index: 999;
}

.container {
    margin: 0 auto;
    max-width: 1250px;
    padding: 0 20px;
}

.footersocial {
    background: rgba(0, 0, 0, 0) url(../images/shell/footer-tab.png) repeat scroll 0 0;
    padding: 7px 42px 0;
    width: 230px;
}

footer.field {
    background: rgba(0, 0, 0, 0) url(../images/shell/footerback.jpg) repeat-x scroll 0 0;
    height: 172px;
    padding: 0;
    position: relative;
    top: 0;
	clear:both;
}

footer.field .container {
    height: 172px;
}

footer.field .row {
    height: 172px;
    margin-bottom: 0;
    margin-top: 0;
}

footer.field .container .row div {
    height: 178px;
    margin-top: 0;
    padding-top: 20px;
    position: relative;
}

img {
    height: auto;
    max-width: 100%;
}

img#carf {
    margin-left: 25px;
    margin-right: 25px;
}

#footerlogo {
    float: right;
    padding-top: 20px;
	padding-right:60px;
    }

#footeraddr {
    float: left;
    padding-top: 5px;
	padding-left:10px;
    }
	

#footeraddr p {
	padding-right: 20px;
	border-left: 1px solid #000000;
    color: #000000;
    font-family: "arialreg";
    font-size: 13px;
    padding-left: 10px;
}
.footerlegal{
    color: #000000;
    font-family: "arialreg";
    font-size: 11px;
}

.footerlegal a{
    color: #000000;
    font-family: "arialreg";
    font-size: 11px;
}
.footerlegallink{
    color: #000000;
    font-family: "arialreg";
    font-size: 11px;
}

p.corp {
    bottom: 0;
    color: #d2d2d5;
    font-size: 12px;
    position: absolute;
    right: 0;
}

p.footer {
    bottom: 0;
    color: #000000;
    font-family: "arialreg";
    font-size: 12px;
    position: absolute;
    width: 96%;
}

p.footer a {
    bottom: 0;
    color: #000000;
    font-family: "arialreg";
    font-size: 12px;
    position: absolute;
    width: 40px;
}

/* BootStrap Code */

.col-md-6 {
    width: 50%;
	float:left;
	min-height:1px;
	padding-left:15px;
	padding-right:15px;
}
