@charset "utf-8";

@media only screen and (max-width: 992px) {
    .client {
        width: 33.3333333%;
    }
    #nav-wrapper {
        padding: 70px 75px;
        overflow-y: scroll;
    }
    nav .social-list {
        padding-bottom: 0;
    }

    .hide-on-sm {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (max-width: 480px) {
footer p {
	text-align: center !important;
	float: none !important;
}
.client {
	width: 50%;
}

header .social-list {
	right: 19px;
}
header .phone-number {
	display: none;
}
header .social-list li {
	padding: 0 4px;
}
  
h1 {
	line-height: 1.3;
	letter-spacing: 0;
}
  
h2 {
	font-size: 32px;
	line-height: 1.3;
}
p.small {
	padding-bottom: 0;
}
h3.panel-title {
	padding: 25px 0px !important;
}
.panel-heading::after, .panel-heading::before {
	right: 0;
}
.panel-body {
	padding: 5px 0px 20px !important
}
.more-margin {
	margin-top: 10px;
}
.extra-padding-right {
	padding-right: 15px;
}
.contact-page .form-part, .shorter-table {
	margin-bottom: 40px;
}
blockquote {
	font-size: 120%;
}
.comment + .comment {
	padding-left: 30px;
}
.no-float-on-xs {
	float: none;
}
.extra-padding-top-on-xs {
	padding-top: 20px;
}
section {
	padding: 30px 0;
}
#options li {
	padding: 0 5px;
}
.no-greyed-on-xs {
	padding-left: 0;
	padding-right: 0;
}
.nav > li {
	display: block;
	padding-bottom: 15px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	border: 0 !important;
}
}
