#bd-row2-head-full{width:100%; background-color:#005fbc; margin-left:auto; margin-right:auto;}
#bd-row2-head{background: #005fbc; color: #FFF; text-align: center; padding: 5px 0; max-width:600px; margin:0 auto; font-size:14px;}
#footer-full{width:100%; background-color:#ededed;}
#footer-wrapper{width: 1000px;; height: auto; background: #ededed; margin-right:auto; margin-left:auto;}
	#footer-wrapper-inner{height: 150px !important; margin: 0 auto; }
	#footer-inner1{float: left; width: 230px; height: 90px; }
		#footer-logo{float: left; background-image: url('/images/zt_icon.png'); background-repeat:no-repeat;
					width: 240px; height: 90px; margin: 5px 0 0 0; background-size: 191px 90px;
					
					}
					

					
		#footer-inner1-1{text-align: center; font-size: 12px; font-weight: bold;}
		#footer-inner1-2{font-size: 16px; font-weight: bold; color:#989898;}
	#footer-inner2{float: left; width: 170px; height: 100px; padding: 10px 0 0 20px;}
		.footer-inner-head{font-size: 16px; font-weight: bold; margin: 0 0 8px 0;}
		#footer-inner-link-col1{float: left; margin: 0 50px 0 0;}
		#footer-inner-link-col2{float: left;}
		.footer-inner-link{font-size: 11px; padding:4px 0; }
		.footer-inner-link:before {
			content: "";
			width: 2px;
			background: #fff;
			display: block;
			height: 15px;
			float: left;
			margin-right: 3px;
			transition: ease 0.25s;
		}
		
		.footer-inner-link:hover:before {
			background: #005cb9;
			width: 5px;
		}
		.footer-inner-link a:link{color: #333333; text-decoration:none; font-style: normal; }
		.footer-inner-link a:active{color: #333333; text-decoration:none; font-style: normal; }
		.footer-inner-link a:visited{color: #333333; text-decoration:none; font-style: normal; }
		.footer-inner-link a:hover{color: #333333; text-decoration:none; font-style: normal; }
		
		#footer-inner-link-col2-social{float: right; margin: 0 0 0 30px;}
			.social-icons{float:right; padding:0 5px 5px 0; width:50px; height:50px;}
		
	#footer-inner3{float: left; width: 160px; height: 100px; padding: 10px 0 0 20px;}
	#footer-inner4{float: left; width: 160px; height: 100px; padding: 10px 0 0 20px;}
	#footer-inner5{float: left; width: 200px; padding: 10px 0 0 20px;}
	
	#footer-address-full{ width:100%; background-color:#ebebeb;}
	#footer-address{ font-size:12px; color:#666666; text-align:center; margin:0 auto; width:1000px; padding-bottom:10px;}

#bread-crumb{font-size:12px; color:#989898; padding: 0 10px; margin:0; list-style-type:none; list-style:none; border-bottom-left-radius:6px; border-bottom-right-radius:6px; border:1px solid #f8f8f8;height:30px;}
	#bread-crumb li{float:left; height:30px; position: relative; white-space: nowrap;}
	#bread-crumb li a{display: block; padding: 5px 15px 5px 10px;}
	#bread-crumb img.homeLink{height: 18px; display: block;}	
	#bread-crumb li:after{height:20px; width:20px; display:block; border-top:1px solid #f8f8f8; border-right:1px solid #f8f8f8; transform:rotate(45deg); content:''; position: absolute;top: 4px; right: 0;}
	#bread-crumb a:link{color: #989898; text-decoration:none; font-style: normal; }
	#bread-crumb a:active{color: #989898; text-decoration:none; font-style: normal; }
	#bread-crumb a:visited{color: #989898; text-decoration:none; font-style: normal; }
	#bread-crumb a:hover{color: #989898; text-decoration:none; font-style: normal; }
#newsletterSignup{
	text-align: center;
	width: 200px;
	margin: 0 auto;
}
#newsletterSignup a{text-decoration:none; background-color: #808080; color:#FFFFFF;}
#newsletterSignup a:hover{text-decoration:none; background-color: #cccccc}

.foot{    background: -webkit-linear-gradient(#a1a1a1 30%, #FFF 90%);
    background: -o-linear-gradient(#a1a1a1 30%, #FFF 90%);
    background: -moz-linear-gradient(#a1a1a1 30%, #FFF 90%);
    background: linear-gradient(#a1a1a1 30%, #FFF 90%);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;}
	
.compareSpace{margin-bottom: 100px;}

		@media all and (max-width:1199px){
			#footer-logo{background-color:#ededed; width:100%;margin: 0 auto;background-position:center;}
			.footer-inner-link{font-size: 14px; padding:10px 0; }
			#footer-inner-link-col1{width:100%; padding-top: 10px; border-bottom:1px solid #ddd;}
			#footer-full{background-color:#FFF;}
			#footer-full .col-md-9, #footer-full .col-md-3{width:100%; float:none; clear:both; margin:0 auto;text-align:center; padding:0 0 20px;}
			#bs-example-navbar-collapse-2{width:100%;padding:0;}
			#footer-inner-link-col2-social{float:none; clear:both; padding:20px 0;margin: 0 auto;}
			#newsletterSignup{padding-left:0;clear:both;}
			.footer-inner-head {padding-top:10px;}
			}
			
			@media (max-width:768px){
				.compareSpace{margin-bottom:110px;}	
			}
			@media (max-width:480px){
					#bread-crumb li a{display: block; padding: 5px 10px 5px 8px; font-size:11px;}
					#bread-crumb img.homeLink{height: 15px;}
			}