div.logo-image {
    float: left;
    min-width: 0;
    padding-left: 15px;
    padding-right: 15px;
}
.container div.logo-image {
    padding-left: 0;
}
div.logo-image img {
    height: 140px;
    max-height: 160px;
    max-width: 100%;
}

div.logo-image a {
    color: #3d4045;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}
@media (max-width: 990px) {
  .logo-img {
    display: none;
  }
}
.text-18 p {
	font-size: 14pt;
}
.btns {
    float: right;
    margin: 20px -5px 0;
}
.btn a {
    display: inline-block;
    margin: 0 5px;
}
.btn.btn-warning {
    background-color: #a52500;
    border: 0 none;
    box-shadow: 0 2px 0 0 #d54d0d, 0 1px 0 0 rgba(225, 225, 225, 0.2) inset;
}.btn.btn-warning:hover {
    background-color: #c55556;
}
.btn {
    padding: 8px 15px !important;
    margin-bottom: 5px !important;
}
.app-txt {
	font-size: 18px;
	/*font-weight: 600;*/
	color: #a52500;
	text-shadow: 1px 1px 0 #92695d;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 20px;
}
.h1,.h2,.h3 {
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 30px;
  background-image: -webkit-linear-gradient(83deg, #000, #a5a3a3, #bdbdbe, #a08a38, #fffbfb, #a59696, #000);
  background-image: linear-gradient( 7deg,#000, #a5a3a3, #bdbdbe, #a08a38, #fffbfb, #a59696, #000);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px #222;
  -webkit-background-clip: text;
}

.footer {
   position:fixed;
   left:0px;
   bottom:0px;
   /*height:50px;*/
   width:100%;
}
.footer .rights {
	font-size:10px;
	text-decoration: none;
}
.footer .rights a{
padding-left: 10px;
}
/* IE 6 */
* html .footer {
   position:absolute;
   top:expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');
}


@media (min-width: 991px) {
.telhead {
	float: right;
    position: relative;
    top: 40px;
	font-size: 32px;
    text-align: right;
	}
}

@media (max-width: 990px) {
.telhead {
	float: none;
    position: relative;
    top: 0;
	font-size: 32px;
    text-align: center;
	}
}	
.telhead a {
	text-decoration: none;
	color: #333;
	font-weight: 700;
	transition: all 0.3s ease 0s;
}
.telhead a:hover {
	color: #666;
}

.padding-70 {
	margin-top: 70px;
	margin-bottom: 70px;
	padding: 10px 5px 20px;
}
.padding-15 {
	padding-bottom: 15px;
}

.padding-top-30 {
	margin-top: 30px;
}

.bg-gray{
background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 40%, rgba(214,214,214,1) 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(40%, rgba(242,242,242,1)), color-stop(100%, rgba(214,214,214,1))); /* safari4+,chrome */
background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 40%, rgba(214,214,214,1) 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 40%, rgba(214,214,214,1) 100%); /* opera 11.10+ */
background: -ms-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 40%, rgba(214,214,214,1) 100%); /* ie10+ */
background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 40%, rgba(214,214,214,1) 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#D6D6D6',GradientType=1 ); /* ie6-9 */
}

hr {
    border-top: 2px solid #000;
}

.adr {
	font-style: italic;
}
.adr .tel,  .adr .map {
    padding-bottom: 10px;
    
}