.nav-main .site-logo.retina {
display: none;
}
.navbar-toggle, .nav-wrap .fa-search {
top: -20px;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
position: relative;
min-height: 1px;
padding-right: 10px;
padding-left: 10px;
}
.col-xs-15 {
width: 20%;
float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
width: 20%;
float: left;
}
}
@media (min-width: 992px) {
.col-md-15 {
width: 20%;
float: left;
}
}
@media (min-width: 1200px) {
.col-lg-15 {
width: 20%;
float: left;
}
}
.top-logo {
float: left;
padding-top: 25px;
width: 250px;
}
.top-addresses {
float: right;
padding-top: 30px;
}
.top-address {
float: left;
padding-left: 30px;
}
@media (max-width: 767px) {
.top-logo, .top-addresses, .top-address {
float: none;
display: block;
margin-bottom: 15px;
padding: 0;
width: auto;
text-align: center;
}
.top-addresses {
width: 100%;
content: "";
display: table;
clear: both;
}
.top-address {
float: left;
width: 50%;
}
.top-address:nth-child(2n+1) {
clear: left;
}
label, input {
display: block;
}
input {
margin-bottom: 20px;
}
}