*{
    padding:0;
    margin:0;
    box-sizing: border-box;
    outline:0;
}
body, html{
    min-width: 320px;
    overflow-x: hidden;
}
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    
}
.links{
  padding-right:100px;
}
.navbar-default .navbar-nav>li>a:hover{
    color:gray;
}
.navbar-default .navbar-nav>li>a{
    color:#0095db;
}

.logo{
    width:220px;
    min-height: 43px;
    background-image: url('/Images/Vaalweb_medium.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
  background-color:#0095db;
  color:white;
}
.navbar-default .navbar-toggle {
    border-width: 3px;
    border-color: #0095db;
    border-radius: 50px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #0095db;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: gray;
    border-radius: 3px;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar{
  background-color: white;
}
#MapContainer{
  position:relative;
    width:100%;
  height:0;
    height:600px;
}
#GoogleMap{
    width:100%;
    height: 100%;
}
#vaalwebSearch{
  width:350px;
  background-color:rgba(0,149,219,0.6);
  padding:15px;
  position:absolute;
  top:20%;
  left:10%;
  -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
#vaalwebSearch h2{
  background-color:#0095db;
  color:white;
  width:95%;
  margin:0 auto;
  padding:5px;
  text-align:center;
  -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.searchinput{
  width:95%;
  display:block;
  margin:0 auto;
  margin-top:10px;
  padding:5px;
  height:50px;
  border:2px solid #0095db;
  color:#0095db;
  -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
#btnSearch{
  background-color:#0095db;
  color:white;
  position:relative;
    background-image: url('/Images/search.png');
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
}
#btnSearch:hover{
    background-color:#1e1e1e;
    border:2px solid #1e1e1e;
}

#catContainer{
  width:95%;
  margin:0 auto;
  overflow:auto;
}
#catContainer h3{
  width:20%;
  float:left;
  font-size:20px;
  
    padding-right: 10px;
}
#catContainer h3 a{
  text-decoration:none;
  color:#0095db;
}
#catContainer h3 a:hover{
  color:#1e1e1e;
}
#catContainer h3 a i{
  width:25px;
  padding-right:5px;
  font-size:16px;
}
#PricingContainer{
  width:90%;
  margin:0 auto;
  background-color:white;
  padding:15px;
  padding-right:19px;
  font-family:'Arial';
    position: relative;
}
.pHeader{
  width:100%;
  text-align:center;
  font-size:28px;
  padding-bottom:10px;
  border-bottom:2px solid #0095db;
  color:#0095db;
  font-weight:bold;
  position:relative;
  text-shadow: 1px 1px 1px rgba(99, 99, 99, 1);
}
.pTable{
  width:33.33%;
  height:300px;
  background-color:#c4c4c4;
  color:#3e3e3e;
  font-size:14px;
  float:left;
  position:relative;
  -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
  -webkit-box-shadow: 0px 4px 6px -2px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 4px 6px -2px rgba(0,0,0,0.75);
box-shadow: 0px 4px 6px -2px rgba(0,0,0,0.75);
}
.pTable:nth-child(3){
  left:-4px;
}
.pTable:nth-child(4){
  left:0px;
}
.pTable:nth-child(5){
  left:4px;
}

.pType{
  font-size:18px;
  font-weight:bold;
  width:100%;
  background-color:#0095db;
  color:white;
  padding-top:17px;
  padding-bottom:17px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
  -webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}

.pTable h3{
  text-align:center;
  color:white;
  padding-bottom:10px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

.pTable div{
  text-align:center;
  
}
.pTable div span{
  text-align:center;
  float:left;
  border-bottom:1px solid white;
  width:100%;
  padding-top:10px;
  
}

.pPrice{
  float:left;
  width:100%;
  background-color:#0095db;
  font-size:36px;
  position:absolute;
  bottom:0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
  color:white;
  -webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}

.pSub{
  width:100%;
  text-align:center;
  font-size:16px;
  position:relative;
  top:10px;  
}

.pAsterix{
  color:#0095db;
  font-size:24px;
}
.aboutVaalweb{
    width: 50%;
    margin:0 auto;
    font-size: 20px;
    padding:15px;
    border: 2px solid #0095db;
    -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.aboutVaalweb p{
    color:grey;
    line-height: 40px;
}
.aboutVaalweb a{
    text-decoration: none;
    color:#0095db;
    font-weight: bold;
}
.aboutVaalweb a:hover{
    color:#1e1e1e;   
}
#contactVaalweb{
  width:100%;
}
#contactVaalweb h2{
   color:#0095db;
}
.contactmessage{
  border:2px solid #0095db;
  width:50%;
  margin:0 auto;
    margin-top:20px;
  padding:15px;
  text-align:center;
  -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
    -webkit-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.75);
box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.75);
}
.contactmessage input, .contactmessage textarea{
  margin-top:15px;
  padding:10px;
  width:95%;
  height:50px;
  border:2px solid #0095db;
  color:#0095db;
    -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.contactmessage textarea{
    height:200px;
}
#btnSend{
  background-color:#0095db;
  color:white;
}
#btnSend:hover{
  background-color:#1e1e1e;
  border:2px solid #1e1e1e;
}
footer{
	background-color: #0095db;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;
  padding-top:16px;
    display: block;
}
.footer-ribbon{
    background-image: url('/Images/footer.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 5.2%;
    display: block;
}
footer .container{
  width:95%;
  background-color:white;
  -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

footer .footer-left,
footer .footer-center,
footer .footer-right{
	display: inline-block;
	vertical-align: top;
  width:33.33%;
  padding:10px;
    float:left;
}
footer h3{
	color:  #0095db;
	font: normal 36px 'Cookie', cursive;
	margin: 0;
}

footer h3 span{
	color:  #5383d3;
}
footer .footer-links{
	margin: 20px 0 12px;
	padding: 0;
}


footer .footer-links a{
	display:inline-block;
  padding-left:5px;
	text-decoration: none;
  color:#92999f;
}
footer .footer-links a:hover{
  color:#0095db;
}

footer .footer-company-name{
	color:  #1e1e1e;
	font-size: 16px;
  text-align:center;
	font-weight: normal;
	margin: 0;
}

footer .footer-center i{
	background-color:  #0095db;
	color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}

footer .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

footer .footer-center p{
	display: inline-block;
	color: #0095db;
	vertical-align: middle;
	margin:0;
}

footer .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

footer .footer-center p a{
	color:  #0095db;
  font-size:15px;
	text-decoration: none;
}

footer .footer-company-about{
	line-height: 20px;
	color:  #92999f;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

footer .footer-company-about span{
	display: block;
	color:  #0095db;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

footer .footer-icons{
	margin-top: 25px;
}

footer .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #0095db;
	border-radius: 2px;
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;
	margin-right: 3px;
	margin-bottom: 5px;
}
footer .footer-icons a:hover{
  background-color:#1e1e1e;
}

#getListed{
  display:table;
  width:800px;
  margin:0 auto;
  font-size:16px;
  color:#0095db;
  padding:15px;
  border:2px solid #0095db;
  -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.subRules{
  width:800px;
  margin:0 auto;
  color:#0095db;
  padding:15px;
  text-align:center;
}
#getListed .listedRow{
  display:table-row;
  width:100%;
  
}
#getListed .listedCell{
  display:table-cell;
  width:50%;
  padding-top:15px;
}

#getListed .listedRow input,
#getListed .listedRow textarea,
#getListed .listedRow select{
  width:90%;
  border:2px solid #0095db;
  padding:10px;
  vertical-align:middle;
  -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
#getListed .listedRow input:focus,
#getListed .listedRow textarea:focus,
#getListed .listedRow select:focus{
  border:2px solid #1e1e1e;
}
#secondCategory{
  margin-top:10px;
}
#thirdCategory{
  margin-top:10px;
}
.required{
  color:red;
  font-weight:bold;
    font-size:22px;
}
.info{
  font-size:12px;
}

#btnGetListed{
  padding:15px;
  background-color:#0095db;
  border:2px solid #0095db;
  position:relative;
  width:400px;
  color:white;
  margin:20px auto;
  display:block;
  -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
#btnGetListed:hover{
  background-color:#1e1e1e;
  border:2px solid #1e1e1e;
}
.agree{
  width:700px;
  margin:0 auto;
  padding:15px;
  color:red;
}
.sponsored-ads{
    background-color:#0095db;
    padding:20px 20px;
    max-height:200px;
}
.sponsored-ads div img{
    width:80%;
    margin:0 auto;
}
#CategoryListings{
  width:90%;
  margin:0 auto;
  overflow:auto;
}
.listingContainer{
  width:100%;
}
.busListing{
  margin-top:20px;
  width:100%;
  overflow:auto;
}
.categoryName{
  width:95%;
  margin:0 auto;
  height:170px;
  border-bottom:solid 10px #0095db;
  position:relative;
}
.categoryIcon{
  width:150px;
  height:150px;
  line-height:125px;
  font-size:80px;
  text-align:center;
  border-radius:100%;
  color:#0095db;
  border:10px solid #0095db;
  position:absolute;
  margin-right:20px;
}
.categoryName h1{
  padding-left:50px;
  font-size:60px;
  color:#0095db;
  margin-left:130px;
  line-height:160px;
}
.listingContainer{
  width:100%;
  margin:0 auto;
  padding-top:30px;
}
.listingInfo{
  width:90%;
  color:#1e1e1e;
  padding-left:100px;
  position:relative;
}
.listingLogo{
  content:'';
  display:block;
  background-size:cover;
  width:80px;
  height:80px;
  border-radius:100%;
  border:5px solid #0095db;
  position:absolute;
  margin-top:20px;
  }

.listingInfo h3{
  font-size:24px;
  color:#0095db;
}
.busDescription{
  padding-top:15px;
  padding-bottom:10px;
  font-size:20px;
}
.busContact i{
  font-size:24px;
  width:36px;
  padding-right:5px;
  color:#0095db;
  text-align:center;
}
.busContact a{
  display:block;
  text-decoration:none;
  color:#0095db;
  position:relative;
  right:100px;
  float:right;
  font-weight:bold;
}
.busContact a:hover{
  color:#1e1e1e;
}
.listPages{
  width:80%;
  margin:0 auto;
}
.listPages a{
  padding:5px 10px;
  text-decoration:none;
  color:#0095db;
  font-size:20px;
  font-weight:bold;
}
.listPages a:hover{
  color:#1e1e1e;
}
.currentPage{
  border:solid 2px #1e1e1e;
}

.warning{
	color:red;	
}

.busListing{
  margin-top:20px;
  overflow:auto;
}
.businessName{
  width:100%;
  margin-top:50px;
  padding-bottom:60px;
  border-bottom:solid 10px #0095db;
  position:relative;
  display: flex;
flex-direction: column;
justify-content: center;
}
.businessName h1{
  padding-left:50px;
  font-size:60px;
  color:#0095db;
  margin-left:130px;
}
.listingContainer{
  width:100%;
  margin:0 auto;
  padding-top:30px;
}
.businessInfo{
  width:100%;
  color:#1e1e1e;
  padding-left:230px;
}
.busLogo{
  display:block;
  background-size:cover;
  width:200px;
  height:200px;
  border-radius:100%;
  border:5px solid #0095db;
  position:absolute;
}
.busCategory{
  color:#0095db;
}
.busDescription{
  padding-top:15px;
  padding-bottom:10px;
  font-size:20px;
}
.busContact i{
  font-size:24px;
  width:36px;
  padding-right:5px;
  color:#0095db;
  text-align:center;
}
.busContact a{
  display:block;
  text-decoration:none;
  color:#0095db;
  position:relative;
  right:100px;
  float:right;
  font-weight:bold;
}
.busContact .busWebsite{
  float:none;
  display:inline;
  right:0;
}
.busContact a:hover{
  color:#1e1e1e;
}
#busMap{
  width:60%;
  height:450px;
  margin:0 auto;
}
#SearchListings{
  width:90%;
  margin:0 auto;
  overflow:auto;
}

.listingContainer{
  width:100%;
}
.busListing{
  margin-top:20px;
  width:100%;
  overflow:auto;
}
.searchName{
  width:100%;
  height:170px;
  
  border-bottom:solid 10px #0095db;
  position:relative;
}
.searchIcon{
  width:150px;
  height:150px;
  line-height:130px;
  font-size:80px;
  text-align:center;
  border-radius:100%;
  color:#0095db;
  border:10px solid #0095db;
  position:absolute;
  margin-right:20px;
}
.searchName h1{
  padding-left:50px;
  line-height:150px;
  font-size:60px;
  color:#0095db;
  margin-left:130px;
}
.searchTerm{
  margin-top:20px;
  color:#0095db;
  font-size:22px;
  font-weight:bold;
}
.searchTerm span{
  color:black;
}
.error_msg{
  width:40%;
  margin:0 auto;
  padding: 10px;
  color:red;
  border:2px solid red;
  -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.success_msg{
  width:40%;
  margin:0 auto;
  padding: 10px;
  color:green;
  border:2px solid green;
  -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
blockquote h1{
  position:relative;
  font-size:26px;
  width:50%;
  margin:0 auto;
  color:gray;
}
blockquote h1:before {
    content: '\201C';
    color: #0095db;
    font-size: 90px;
    font-weight: 700;
    top:-26px;
  left:-44px;
    position: absolute;   
    text-shadow: none;
    z-index: -300;
}
blockquote h1:after {
    content: '\201D';
    color: #0095db;
    font-size: 90px;
    font-weight: 700;
    right:-30px;
    position: absolute;   
    text-shadow: none;
    z-index: -300;
}

@media (max-width: 1024px) {
  #catContainer h3{
      width: 25%;
      font-size: 18px;
  }
  footer .footer-left{
    width:30%;  
  }
  footer .footer-right{
    width:30%;  
  }
  footer .footer-center{
    width:40%;
  }
  footer .footer-center p{
    font-size:12px;
  }
  footer .footer-center p span{
    font-size:12px;
  }
    .pTable{
        font-size: 13px;
    }
    #MapContainer{
       height: 450px; 
    }
    #vaalwebSearch{
        top:15%;
        left:3%;
        width: 300px;
    }
    .aboutVaalweb{
        width: 70%;
    }
    .contactmessage{
        width:75%;
    }
    #getListed{
        width: 90%;
    }
    .subRules{
        width:90%;
    }
    .agree{
        width:90%;
    }
    #catContainer h3 a i{
        width:20px;
        padding-right:3px;
        font-size:14px;
    }
	  .categoryName{
    height:140px;
    border-bottom:solid 8px #0095db;
  }
  .categoryIcon{
    width:120px;
    height:120px;
     line-height:100px;
    font-size:65px;
    border:8px solid #0095db;
  }
  .categoryName h1{
    font-size:50px;
    margin-left:110px;
    line-height:130px;
  }
  .listingContainer{
    width:90%;
  }
  .listingLogo{
    width:50px;
    height:50px;
    border:4px solid #0095db;
  }
    .businessName{
    border-bottom:solid 8px #0095db;
  }
  .businessName h1{
    font-size:50px;
  }
  .listingContainer{
    width:90%;
  }
  .busLogo{
    width:180px;
    height:180px;
    border:4px solid #0095db;
  }
  #busMap{
  	width:80%;
  	height:450px;
  }
    .searchName{
    height:140px;
    border-bottom:solid 8px #0095db;
  }
  .searchIcon{
    width:120px;
    height:120px;
     line-height:100px;
    font-size:65px;
    border:8px solid #0095db;
  }
  .searchName h1{
    font-size:50px;
    margin-left:110px;
    line-height:120px;
  }
  .success_msg, .error_msg{
  	width:70%;
  }
  blockquote h1{
    width:70%;
    font-size:20px;
  }
  blockquote h1:before {
    font-size:70px;
    top:-18px;
    left:-36px;
  }
  blockquote h1:after {
    font-size:70px;
    right:-24px;
  }
}

@media screen and (max-width: 768px) {
    .links{
      padding-right:0;
    }
    footer .footer-left, footer .footer-center, footer .footer-right{
    width:100%;
  }
    #catContainer h3{
      width: 50%;
      font-size: 16px;
        padding-top:5px;
    }
    .pTable{  
    float:none;
    width:70%;
    margin:0 auto;
    font-size:12px;
    height:230px;
  }
  .pType{
    font-size:15px;
  }
  .pPrice{
    font-size:28px;
  }
  .pTable:nth-child(3){
  left:0px;
}
.pTable:nth-child(4){
  left:0px;
  margin-top:15px;
}
.pTable:nth-child(5){
  left:0px;
  margin-top:15px;
}
    #vaalwebSearch{
        left:50%;
        margin-left:-145px;
    }
    .aboutVaalweb{
        width: 80%;
    }
    .aboutVaalweb p{
        font-size:16px;
    }
    .contactmessage{
        width:90%;
    }
    .contactmessage input{
        height:35px;
        padding:5px;
    }
    .contactmessage textarea{
        height:140px;
    }
    #getListed{
        width: 95%;
        font-size: 12px;
    }
    #getListed .listedRow input,
    #getListed .listedRow textarea,
    #getListed .listedRow select{
        padding: 5px;
    }
    .required{
        color:red;
        font-weight:bold;
        font-size:14px;
    }
    .info{
        font-size:10px;
    }
    #btnGetListed{
        padding:10px;
        width:300px;
    }
    .subRules{
        width:95%;
        font-size: 12px;
    }
    .agree{
        width:95%;
    }
    #catContainer h3 a i{
        width:18px;
        padding-right:3px;
        font-size:12px;
    }
	    .categoryName{
    height:110px;
    border-bottom:solid 6px #0095db;
  }
  .categoryIcon{
    width:90px;
    height:90px;
     line-height:80px;
    font-size:45px;
    border:6px solid #0095db;
  }
  .categoryName h1{
    font-size:40px;
    margin-left:90px;
    line-height:102px;
  }
  .listingContainer{
    width:95%;
  }
  .listingLogo{
    width:50px;
    height:50px;
    border:3px solid #0095db;
  }
  .listingInfo{
    width:84%;
    padding-left:55px;
  }

  .listingInfo h3{
    font-size:18px;
  }
  .busDescription{
    font-size:14px;
  }
      .businessName{
    border-bottom:solid 6px #0095db;
      padding-bottom:28px;
  }
  .businessName h1{
    font-size:40px;
    margin-left:60px;
  }
  .listingContainer{
    width:95%;
  }
  .busLogo{
    width:220px;
    height:220px;
    margin:0 auto;
    border:3px solid #0095db;
    position:relative;
  }
  .businessInfo{
    width:95%;
    margin:0 auto;
    padding:0;
    padding-top:20px;
  }
  .busDescription{
    font-size:14px;
  }
  #busMap{
  	width:95%;
  	height:350px;
  }
    .searchName{
    height:95px;
    border-bottom:solid 6px #0095db;
  }
  .searchIcon{
    width:75px;
    height:75px;
     line-height:60px;
    font-size:35px;
    border:6px solid #0095db;
  }
  .searchName h1{
    font-size:34px;
    margin-left:65px;
    line-height:80px;
  }
  .searchTerm{
    font-size:18px;
  }
  .success_msg, .error_msg{
  	width:80%;
  }
      blockquote h1{
    width:80%;
    font-size:16px;
  }
  blockquote h1:before {
    font-size:50px;
    top:-14px;
    left:-28px;
  }
  blockquote h1:after {
    font-size:50px;
    right:-24px;
  }
}
@media screen and (max-width: 480px) {
    #catContainer h3{
      width: 100%;
      font-size: 14px;
    }
    .pTable{ 
        width: 95%;
        font-size: 10px;
    }
    #vaalwebSearch{
        width:280px;
        margin-left:-140px;
    }
    .aboutVaalweb{
        width: 90%;
    }
    .aboutVaalweb p{
        font-size:12px;
        line-height: 20px;
    }
    #getListed{
        width: 95%;
        font-size: 10px;
    }
    #getListed .listedRow input,
    #getListed .listedRow textarea,
    #getListed .listedRow select{
        padding: 3px;
    }
    .info{
        font-size:8px;
    }
    #btnGetListed{
        padding:5px;
        width:200px;
    }
    .subRules{
        width:95%;
        font-size: 12px;
    }
    .agree{
        width:95%;
    }
    #catContainer h3 a i{
        width:16px;
        padding-right:3px;
        font-size:10px;
    }
	      .categoryName{
    height:80px;
    
    border-bottom:solid 4px #0095db;
  }
  .categoryIcon{
    width:70px;
    height:70px;
     line-height:60px;
    font-size:30px;
    border:4px solid #0095db;
  }
  .categoryName h1{
    font-size:30px;
    margin-left:50px;
    line-height:75px;
  }
  .listingContainer{
    width:100%;
  }
  .busListing{
  	width:100%;
  }
  .listingInfo{
  	padding-left:40px;
  }
  .listingLogo{
    width:35px;
    height:35px;
    border:2px solid #0095db;
  }
  .listingInfo p{
    font-size:10px;
  }
  .listingInfo h3{
    font-size:16px;
  }
  .listingInfo .busDescription{
    font-size:12px;
  }
  .busContact a{
    right:0;
  }
        .businessName{
    border-bottom:solid 4px #0095db;
        padding-bottom:20px;
  }
  .businessName h1{
    font-size:30px;
    margin-left:40px;
  }
  .listingContainer{
    width:100%;
  }
  .busLogo{
    width:160px;
    height:160px;
    border:2px solid #0095db;
  }
  .businessInfo .busDescription{
    font-size:12px;
  }
  #busMap{
  	width:95%;
  	margin:0 auto;
  }
    .searchName{
    height:80px;
    line-height:75px;
    border-bottom:solid 4px #0095db;
  }
  .searchIcon{
    width:70px;
    height:70px;
     line-height:60px;
    font-size:30px;
    border:4px solid #0095db;
  }
  .searchName h1{
    font-size:24px;
    margin-left:45px;
  }
  .searchTerm{
    font-size:14px;
  }
  .success_msg, .error_msg{
  	width:95%;
  }
      blockquote h1{
    width:80%;
    font-size:16px;
  }
  blockquote h1:before {
    font-size:40px;
    top:-12px;
    left:-24px;
  }
  blockquote h1:after {
    font-size:40px;
    right:-8px;
  }
}