body {
  background: #fff;
  color: #767676;
}
:focus {
  outline: none !important;
}
body, h3.hours, .address,  .stat span{
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
h1, h2, h3, .stat{
  color: #11242f;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
}
h1 {
  font-size: 2.5rem;
  line-height: 3rem;
}
h2 {
  font-size: 2.25rem;
  line-height: 2.5rem;
  margin-bottom: 10px;
}
h3{
  font-size: 1.75rem;
}
h4 {
  font-family: 'Roboto', sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 700;
    color: #11242f;
}
a {
  color: #11242f;
  -webkit-transition: background-color .25s ease-out,color .25s ease-out;
    transition: background-color .25s ease-out,color .25s ease-out;
    border-bottom: 1px dotted #11242f;
}
a:hover, a:focus {
  color: #000;
  border-bottom: 1px dotted #cacaca;
}
p {
    line-height: 26px;
}
hr{
  border-bottom: 1px solid #efefef;
}
hr.dotted{
  border-style: dotted;
}
hr.dashed{
  border-style: dashed;
}
.grid-container{
  padding-right: 20px;
  padding-left: 20px;
}
.subheader {
  margin-bottom: 3rem;
  color: #fff;
}
.short-line {
  width: 50px;
  padding: .5px 0;
  background: #006df5;
  margin-top: 15px;
  margin-bottom: 15px;
}
.short-line.thick {
  padding: 2px 0;
}
.short-line.white {
  background: #fff;
}
.short-line.center {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 80px;
}
.gallery, .services {
  padding-top: 1rem;
}
.grey{
  color: #bbb;
}
.thumbnail {
  border: none;
  box-shadow: none;
}
.thumbnail.frame{
  padding: 9px;
  border: solid 1px #2e1e10;
}
.lead {
  font-family: 'Roboto', sans-serif;
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 400;
}
.block {
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.shade {
  padding: 1rem;
  background: #fbfbfb;
}
.about {
  background: #fbfbfb;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.inside-page .hero-section {
    min-height: 300px;
}
.menu {
  padding: 1rem 0 0 0;
}
.stat span {
  font-size: 1rem;
}
.stat {
    font-size: 2.25rem;
}
.small-only-text-center{
  text-align: center;
}
.small-only-text-left {
  text-align: left;
}
li.item {
  margin-bottom: 1.5rem;
}
.button, .button.hollow {
  text-transform: uppercase;
  margin-top: .5rem;
}
.button {
  background-color: #11242f;
  font-family: 'Titillium Web', sans-serif;
  letter-spacing: 2px;
  padding: 18px 26px;
  font-size: 15px;
  border-bottom: none;
  font-weight: 700;
  border-radius: 4px;
}
.button:focus, .button:hover {
  background-color: #11242f;
  color: #fff;
  border-bottom: none;
}
.button.hollow {
  background-color: transparent;
  border-color: #11242f;
  color: #11242f;
}
.button.hollow:focus, .button.hollow:hover {
  border-color: #11242f;
  color: #fff;
  background-color: #11242f;
}
.white.button {
    background: white;
    border: 1px solid #fff;
    color: #11242f;
    letter-spacing: 1px;
}
.white.button:focus, .white.button:hover{
  background: #dedede;
  color: #11242f;
  border-color: #dedede;
}
.media-object .lead {
  margin: 0;
}
.callout {
  border: none;
  position: relative;
  margin:0;
}
.callout.large {
  padding: 2rem 1.6rem;
}
.callout.primary {
  background-color: #11242f;
  color: #0a0a0a;
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: #fff;
}
.callout.large.basic .grid-container {
    max-width: 100%;
}
.social {
  margin-top: 1.5rem;
  text-align: center;
}
.social i{
  font-size: 18px !important;
  color: #fff;
}
.social-icons {
    margin-top: 0;
}
.social i.fa-phone {
    font-size: 17px !important;
}
.fa-twitter {
    padding-right: 0px;
    padding-left: 0;
}
.copyright {
  padding-top: 2rem;
  font-size: .9rem;
  color: #8a8a8a;
}
.basic .copyright {
  padding-top: 0;
}
.copyright hr{
  border-color: #8a8a8a;
}
.copyright a {
  font-weight: 700;
  color: #8a8a8a;
}
.copyright a:focus, .copyright a:hover {
  color: #11242f;
}
.cta h4, .cta-text h4{
  margin-top: 20px;
  font-weight: 700;
}
footer {
  padding: 0 0 2rem 0;
}
footer h3{
  font-size: 1.5rem; 
}
.fa {
  font-size: 20px !important;
  -webkit-transition: background-color .25s ease-out,color .25s ease-out;
    transition: background-color .25s ease-out,color .25s ease-out;
}
footer .fa:hover, footer .fa:focus {
  color: #fff;
}
footer .address {
  padding: 1.5rem 2rem;
  text-align: center;
}
footer.basic .address {
  padding-bottom: 0;
  text-align: center;
}
footer.callout.large {
  padding: 2rem .5rem;
}
footer a, footer a:hover, footer a:focus{
  color: #fff;
  border-bottom: none;
}
footer .nav a {
    padding-right: 20px;
}
.callout.secondary {
  background-color: #12242f;
  color: #fff;
}
footer .button:focus, footer .button:hover{
  background-color: #0d97e4;
}
.no-js .top-bar {
  display: none;
}
.orbit-caption {
  padding: 2rem 18rem;
  color: #fff;
}
.hero-section {
  background: url("https://pneuko.com/images/hero2.jpg") 50% no-repeat;
  background-size: cover;
  position: relative;
  text-align: left;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 3rem 2rem;
}
.hero-section-text, .hero-section-text h1, .reviews-text, .cta-text {
  color: #fff;
  z-index: 99;
  position: relative;
}
.reviews {
  background-size: cover;
  height: 120vh;
  position: relative;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 0;
  border-bottom: 4px solid #11242f;
}
.reviews .gallery {
  padding-top: 1.5rem;
}
.reviews p {
    margin-bottom: 2rem;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(15, 146, 202, 0.82);
}
.callout.cta-image {
  background: url("https://images.pexels.com/photos/158148/ruhl-house-home-galveston-texas-158148.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260") 50% no-repeat;
  background-size: cover;
  height: 50vh;
  position: relative;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 0;
  background-position: bottom;
}
#back-top {
  position: fixed;
  bottom: 20px;
  right: 2%;
  z-index: 100;
}
.button.totop, .button.totop:focus {
  background-color: #9c9c9c;
  transition: background-color .25s ease-out,color .25s ease-out;
  width: 56px;
  height: 56px;
  padding: 16px 0 10px 3px;
  border-radius: 50%;
  color:#fff;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.12), 0px 6px 5px 0px rgba(0, 0, 0, 0.11);
  border-bottom: none;
}
.button.totop:hover{
  background-color:#1b2f48;
  color:#fff;
}
a.button.totop::after{
  border-bottom:none;
}
.words {
  position: absolute;
  top: 8%;
  z-index: 99;
  width: 80%;
  padding-left: 10%;
}
.byline {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, 0.32);
    font-size: 12px;
    margin-bottom: 5px;
}
.words .byline, .hero-section-text .byline {
  color: #fff;
}
.hero-section-text h1{
  color:#fff;
  font-size: 2.5rem;
  padding-bottom: 10px;
  line-height: 2.75rem;
}
.hero-section-text .intro{
  font-family: 'Roboto', sans-serif;
  color:#fff;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight:300;
  margin-bottom: 10px;
}
.words p{
  color:#ccc;
}
.testimonial-bg{
  background:url(https://pneuko.com/images/butte-case-study.jpg) no-repeat center center;
  position: relative;
  padding: 2rem .5rem;
  background-size: cover;
}
.testimonials{
  position: relative;
  z-index: 100;
  color:#fff;
}
.testimonial-bg p {
    text-transform: uppercase;
    font-size: 18px;
}
.testimonial-bg h3 {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
}
.testimonial-bg p, .testimonial-bg h3 {
    position: relative;
    z-index: 500;
    color: #fff;
    font-weight: 400;
}
.testimonial-bg .overlay {
    background: rgba(17, 36, 47, 0.42);
}
.testimonial-bg .words {
    top: 20%;
    width: 100%;
    text-align: center;
    position: initial;
    padding-left: 0;
}
.testimonial-bg .words .short-line {
  padding: 1px 0;
}
.testimonials .slick-list {
  overflow: hidden;
}
[type=text], textarea {
  border: 1px solid #f1f1f1;
  background-color: #fff;
  box-shadow: none;
}
[type=text]:focus, textarea:focus {
  border: 1px solid #f1f1f1;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px #f1f1f1;
  box-shadow: 0 0 5px #f1f1f1;
}

/*--MENU--*/
.top-bar{
  padding: 0rem 1rem 1rem 1rem;
}
.top-bar, .top-bar ul {
  font-family: 'Roboto', sans-serif;
}
.top-bar {
  background: #fff;
}
.top-bar ul {
  background: #f3f3f3;
}
li {
    font-size: 1rem;
}
.top-bar a{
  font-weight: 400;
  color: #000;
  border-bottom: none;
}
.top-bar-title{
  margin: .5rem 1rem .5rem 0;
}
.top-bar .top-bar-title.logo {
  padding: 0;
}
.top-bar .logo {
  padding: 1rem 0 0 0;
}
.desktop-logo a {
    border-bottom: none;
    font-size: 34px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
}
.mobile-logo a {
    border-bottom: none;
    font-size: 34px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
}
.title-bar-title {
  margin: auto 0 auto 1.5rem;
}
.title-bar {
  padding: 1.25rem 1rem;
  background: #fff;
  color: #000;
}
.menu-icon {
    right: 1.25rem;
    top: 37px;
    position: absolute;
    width: 23px;
}
.menu-icon::after, .menu-icon:hover::after {
  background: #000;
  -webkit-box-shadow: 0 7px 0 #000, 0 14px 0 #000;
  box-shadow: 0 7px 0 #000, 0 14px 0 #000;
}
.is-drilldown li {
    display: block;
    width:100%;
}
.drilldown a {
    padding: 1.5rem 1rem .75rem;
    background: #fff;
    text-align: left;
}
ul.menu.drilldown {
    padding: 0;
}

/*tripadvisor*/
#CDSWIDCOE, #CDSRATINGWIDGET218 {
  width: 100% !important;
}
#CDSWIDCOE {
  margin: 0 !important;
}

.mfp-title {
    padding: 1rem 5rem 1rem 1rem;
    line-height: 20px;
}
.media-object {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 2rem;
}
.industry p {
    font-family: 'Titillium Web', sans-serif;
    color: #11242f;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 700;
}
.address {
    font-family: 'Titillium Web',sans-serif;
    font-size: 16px;
    color: #11242f;
    margin-bottom: 30px;
    line-height: 20px;
}
.leaders {
    margin-bottom: 30px;
}
.copyright, .copyright a {
    font-weight: 400 !important;
    font-size: 12px !important;
    color: rgba(255, 255, 255, 0.41) !important;
    margin-top: 10px !important;
}
.copyright a:focus, .copyright a:hover {
    color: #ffffff !important;
}
.copyright p {
    margin-bottom: 0;
}
.industry img {
    width: 110px;
    margin-top: 0;
}
.screen .content-wrapper .content {
    padding-top: 0 !important;
}
.mobile-logo{
  width:180px;
}


/*=========================================== Medium and up ======================================================*/
@media screen and (min-width: 40em) {
.no-js .top-bar {
  display: block;
}
.no-js .title-bar {
  display: none;
}
.desktop-logo{
  width:200px;
}
.small-only-text-center {
  text-align: left;
}
.small-only-text-left {
  text-align: center;
}
.medium-text-right {
    text-align: right;
}
.top-bar {
    padding: 1rem 3rem;
}
.top-bar ul {
    background: #fff;
}
.top-bar .logo {
  padding-top: .5rem;
}
.hide-on-load{
  display:none;
}
.menu .button, .menu a {
  padding: .4rem 1rem .7rem 1rem;
}
h1{
  font-size: 3.75rem;
  line-height: 3.75rem;
}
h4{
  font-size: 20px;
}
.words {
  top: 20%;
  width: 50%;
}
.words h1{
  font-size: 60px;
  line-height: 64px;
}
.words .intro {
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 20px;
}
.hero-section {
    padding: 10rem 20rem 10rem 4rem;
}
.hero-section-text h1 {
    font-size: 3.5rem;
    padding-bottom: 10px;
    line-height: 3.75rem;
}
.testimonial-bg{
  padding:5rem .5rem;
}
.callout.cta-image {
  height: 30vh;
  padding-top: 0;
  background-position: bottom;
}
.reviews {
  padding-top: 1rem;
  height: 45vh;
}
.menu {
  padding-top: 0;
}
.lead {
  font-size: 1.5rem;
  line-height: 2.25rem;
  margin:0 6rem 1rem 6rem;
  font-weight: 400;
}
.block {
    margin-top: 4rem;
    margin-bottom: 6rem;
}
li.item {
  margin-bottom: 0;
}
.social {
  margin-top: 0;
  text-align: left;
  padding-top: 1.75rem;
}
.social i {
    font-size: 20px !important;
    padding-right: 5px;
    padding-left: 10px;
}
.social-icons {
  float: right;
  text-align: right;
  margin-top: 0;
}
footer .address{
  margin:0;
  padding: 1.5rem 0 1.5rem 2rem;
  text-align: left;
}
.callout.primary {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.callout.large {
  padding: 2rem 10rem;
}
footer .callout.large {
  padding: 5rem 10rem 2rem 10rem;
}
footer .callout.large .grid-container {
    padding-right: 1rem;
    padding-left: 1rem;
}
.callout.large.basic {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.media-object-section:first-child {
    padding-right: 2rem;
}
.inside-page .hero-section {
    min-height: 400px;
}
.leaders {
    margin-bottom: 0;
}
.industry img {
    width: 120px;
    margin-top: 10px;
}


}



/*===========
============================= STYLES BELOW HERE ARE FOR SPECIFIC SCREEN SIZES ONLY and include a MIN and MAX
=============================
============*/

/*============X-LARGE SCREENS AND BIGGER========== (this is the size of our monitors at full width)*/

@media only screen and (min-width: 90.063em) {
footer.callout.large {
    padding: 2rem 10rem;
}
.hero-section {
    padding: 6rem 45% 6rem 18%;
}
.top-bar {
    padding: 1rem 5rem;
}
}


/*============Medium Only SCREENS==========*/

@media only screen and (min-width: 40.063em) and (max-width: 63.9em) {
#topmenu{
  display:none;
}
.callout.large {
  padding: 2rem 2rem;
}
.offcanvas-full-screen.is-transition-overlap.is-open {
  box-shadow: none;
}
.top-bar .logo {
  padding: 0;
}
.words {
    top: 15%;
    width: 80%;
}
.hero-section {
    padding: 4rem 12rem 4rem 2rem;
}
footer.callout.large {
    padding: 2rem 0.5rem;
}
.grid-container {
    padding-right: 20px;
    padding-left: 20px;
}
.top-bar .top-bar-right {
    margin-left: auto;
    margin-right: auto;
}
.top-bar ul {
  background: #f3f3f3;
}




}




/*============IPAD Landscape ==========*/

@media only screen and (min-width: 64em) and (max-width: 90.000em) {
.words {
    top: 15%;
    width: 70%;
}
.block {
    margin-top: 3rem;
    margin-bottom: 4rem;
}
.shade {
    padding: .25rem 1rem;
}
footer.callout.large {
    padding: 2rem 0rem;
}
.top-bar {
    padding: 1rem;
}
.hero-section {
    padding: 6rem 20rem 6rem 2rem;
}
.grid-container {
    padding-right: 40px;
    padding-left: 40px;
}



}


/*============XXLarge screens ========== min-width 1921px, xxlarge screens */
@media only screen and (min-width: 120.063em) { 



} 


/*============Specific iPad Queries ==========*/
/*iPad 1 & 2 in portrait & landscape*/
@media only screen 
and (min-device-width: 768px) 
and (max-device-width: 1024px) 
and (-webkit-min-device-pixel-ratio: 1) {


}

/*iPad 1 & 2 in landscape*/
@media only screen 
and (min-device-width: 768px) 
and (max-device-width: 1024px) 
and (orientation: landscape)
and (-webkit-min-device-pixel-ratio: 1)  {



}


/*iPad 1 & 2 in portrait*/
@media only screen 
and (min-device-width: 768px) 
and (max-device-width: 1024px) 
and (orientation: portrait) 
and (-webkit-min-device-pixel-ratio: 1) {




}



/* ----------- iPad 3, 4 and Pro 9.7" ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {



}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {



}




/*============Phone ONLY ==========*/

@media only screen and (max-width: 50.000em)
{


}