* { margin: 0; padding: 0; outline: 0; }

body, html { height: 100%; background:url(../img/background.jpg) no-repeat top center; -webkit-background-size:cover; -moz-background-size:cover;
  -o-background-size:cover; background-size:cover; background-size:2000px; background:#dededed; }
body {font-size:15px; font-family: 'Roboto Slab', sans-serif; font-weight:300; color:#313c44; line-height:26px; min-width:100%;}

.subtext {font-size:14px; font-family: 'Roboto Slab', sans-serif; font-weight:300; color:#313c44; line-height:22px; min-width:100%;}
.headertext {font-size:22px; font-family: 'Roboto Slab', sans-serif; font-weight:300; color:#608b01; line-height:28px; min-width:100%;}
.headertext a {font-size:22px; font-family: 'Roboto Slab', sans-serif; font-weight:300; color:#608b01; line-height:28px; min-width:100%;}
.headertext a:hover {font-size:22px; font-family: 'Roboto Slab', sans-serif; font-weight:300; color:#000000; line-height:28px; min-width:100%;}


a { color: #48545c; text-decoration: none; cursor: pointer; }
a:hover { text-decoration: underline; color: #95d508;}
a img { border: 0; }
a.more { background: url(images/green-arr.png) no-repeat 0 5px; padding-left: 11px; color: #72ae13; text-decoration: underline; font-size: 12px; }
a.more:hover { text-decoration: none;  }

article, aside, details, footer, header, menu, nav, section { display: block; }
input, textarea, select { font-size: 12px; font-family: arial, sans-serif; }
textarea { overflow: auto; }

.cl { display: block; height: 0; font-size: 0; line-height: 0; text-indent: -4000px; clear: both; }
.notext { font-size: 0; line-height: 0; text-indent: -4000px; }
.left, .alignleft { float: left; display: inline; }
.right, .alignright { float: right; display: inline; }

.shell { width: 980px; margin: 0 auto; }

.header { padding-bottom:0px;}
.header .shell { width: 980px; }
.header-top { height: 138px;  }

/* Navigation */
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button { margin:0; padding:0; border:0; list-style:none; line-height:1; display:block;position:relative; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
#cssmenu:after, #cssmenu > ul:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
#cssmenu > ul > li.last-child > a {padding-right:0px; margin-right:0px; }
#cssmenu > ul > li:last-child > a {padding-right:0px; margin-right:0px; }
#cssmenu #menu-button { display: none; }
#cssmenu { font-size:18px; font-family: 'Roboto', sans-serif; font-weight:300; background:none;  margin-top:-3px; margin-left:0px; z-index:100; }
#cssmenu > ul > li { float: left;}
#cssmenu.align-center > ul {font-size: 0;text-align: center;}
#cssmenu.align-center > ul > li {display: inline-block;float: none;}
#cssmenu.align-center ul ul {text-align: left; }
#cssmenu.align-right > ul > li {float: right;}
#cssmenu > ul > li > a {padding:17px; margin-right:33px; font-size:16px; letter-spacing:1px; text-decoration:none; color:#000000; font-weight:500; text-transform:uppercase;}
#cssmenu > ul > li:hover > a {color: #ffffff;}
#cssmenu > ul > li.has-sub > a {padding-right: 30px;}
#cssmenu > ul > li.has-sub > a:after {position: absolute; top: 22px; right: 11px;width: 8px;height: 2px;display: block;background: #dddddd;content: '';}
#cssmenu > ul > li.has-sub > a:before {position: absolute;top: 19px;right: 14px;display: block;width: 2px;height: 8px;background: #dddddd;content: '';-webkit-transition: all .25s ease;-moz-transition: all .25s ease;-ms-transition: all .25s ease;-o-transition: all .25s ease;transition: all .25s ease;}
#cssmenu > ul > li.has-sub:hover > a:before {top: 23px;height: 0;}
#cssmenu ul ul {position: absolute;left: -9999px;}
#cssmenu.align-right ul ul {text-align: right;}
#cssmenu ul ul li {height: 0;-webkit-transition: all .25s ease;-moz-transition: all .25s ease;-ms-transition: all .25s ease;-o-transition: all .25s ease;transition: all .25s ease;}
#cssmenu li:hover > ul {left: auto;}
#cssmenu.align-right li:hover > ul {left: auto;right: 0;}
#cssmenu li:hover > ul > li {height: 35px;}
#cssmenu ul ul ul {margin-left: 100%;top: 0;}
#cssmenu.align-right ul ul ul {margin-left: 0;margin-right: 100%;}
#cssmenu ul ul li a {border-bottom: 1px solid rgba(150, 150, 150, 0.15);padding: 11px 15px;width: 170px;font-size: 14px;text-decoration: none;color: #dddddd;font-weight: 400;background: #333333;}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffc702;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
    color: #dddddd;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #ffffff;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 17px;
    color: #ffffff;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
  }
  #cssmenu #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    content: '';
  }
  #cssmenu #menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #dddddd;
    content: '';
  }
  #cssmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cssmenu #menu-button.menu-opened:before {
    top: 23px;
    background: #ffffff;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #262626;
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #ffffff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
}

/* ----- Graphics (COMPUTER) ----- */
#logo 		{ width:238px; margin-top:5px; }
#logo a 	{ height:92px; display:block;  background:url(../img/premier-automotive.jpg) no-repeat 0 0; text-indent: -4000px; }
#tagline 	{ width:426px; height:76px; margin-top:-77px; margin-left:245px; position:absolute; background:url(../img/tagline.jpg) no-repeat 0 0; }
#phone		{ width:218px; height:36px; float:right; margin-top:-75px; background:url(../img/phone.png) no-repeat 0 0; }
#homeicon	{ float:left; margin-top:16px; border:0px; }
#caaseal	{ width:125px; height:123px; position:absolute; margin-top:20px; margin-left:350px; z-index:50; }
#followus	{ width:321px; height:33px; float:right; margin-top:-50px; z-index:1000; border:0px; }
.homethumbs	{ width:236px; height:197px; margin-right:8px; border:0px; }
#welcomeheader{ width:340px; height:67px; margin-left:-10px; background:url(../img/Hwelcome.jpg) no-repeat 0 0; } 
#accheader	{ width:322px; height:67px; background:url(../img/Haccreditations.jpg) no-repeat 0 0; } 
#testheader { width:340px; height:67px; margin-left:-10px; background:url(../img/Htestimonials.jpg) no-repeat 0 0; } 


/* ----- Layout (COMPUTER) ----- */
#hub		{ width:320px; height:15px; float:right; margin-right:20px; margin-top:20px; }
#list1	{ float:left; width:250px; padding-left:15%; padding-right:10px; padding-bottom:25px; }
#list2	{ padding-bottom:25px; }
#list3	{ padding-left:15%; padding-bottom:25px; }
#socialbox  { width:150px; float:right; margin-top:-38px; margin-right:-5px; }

/* ===== Slider =============================================================== */
.rslides 	{position:relative; list-style:none; overflow:hidden; width:100%; padding:20; margin:0; z-index:px;}
.rslides li {-webkit-backface-visibility:hidden; position:absolute; display:none; width:100%; left:0; top:0; }
.rslides li:first-child {position:relative; display:block; float:left; }
.rslides img {display:block; height:auto; float:left; width:100%; border:0; }
#sliderbox	{ clear:both; z-index:0; }
#slider1	{ z-index:0; }

/* Main (computer) */
.main { padding: 54px 0 20px 0; }
.main h1 { font-size: 28px; color: #608b01; font-family: 'Roboto Condensed', sans-serif; font-weight:500; }
.main h2 { font-size: 30px; color: #608b01; font-family: 'Roboto', sans-serif; font-weight:500; margin-top:45px; margin-left:60px; line-height:45pt; }
.main h2 a { font-size: 30px; color: #608b01; font-family: 'Roboto', sans-serif; font-weight:500; }
.main h3 { font:16px Helvetica, Helvetica Neue, Arial; color:#CC0033; font-weight:bold;  }
.main p a { text-decoration:none; color:#CC0033; font-weight:700; }
.main p a:hover { text-decoration: none; color:#000000;}
.main section { padding-bottom: 40px; }

.main .cols { padding-left:0px; padding-right:5px; }
.main .cols h2 { padding-bottom: 4px; }
.main .cols .col { width:625px; float:left; padding-right:5px; }
.main .cols .col2 { width:325px; float:left; }
.main .cols .col + .col { padding-left: 50px; }
.main .cols .col + .col2 { margin-left: 20px; }
.main .cols .col img { padding-bottom:15px; width:283px; margin-left:2%;}
.main .cols .col2 img { padding-bottom:15px; width:283px; margin-left:2%;}
.main .cols .col .col-cnt { height: 100%; overflow: hidden; }
.main .cols .col2 .col-cnt { height: 100%; overflow: hidden; }

.main .content { padding-left: 2px; padding-right: 2px; }
.main .content span { text-decoration: underline; }


/*-- Images --*/
.entry{clear:both; padding:0px;}
.entry img{max-width: 100%; display:block; margin-left:auto; margin-right:auto; padding-top:5px; padding-top:5px; padding-right:0px; padding-left:0px;}

#footer { background-color:#4c4c4c;}
#footer .shell { padding: 26px 0; }
#footer .footer-cols { padding: 0 32px 26px;  }
#footer .col { width: 130px; float: left; }
#footer .col + .col { padding-left: 22px; }

#footer .col ul 	{ list-style: none; list-style-position: outside; }
#footer .col ul li 	{ padding-left:11px; padding-bottom:5px; }
#footer .col p 		{ font-size:14px; color: #f9f9f9; } 

#footer .footer-bottom p.submenu { font-size:16px; color:#f9f9f9; font-family:'Roboto Condensed', sans-serif; font-weight:300;  }
#footer .footer-bottom p.submenu span { padding: 0 8px; }
#footer .footer-bottom p.submenu a { color: #f9f9f9; text-decoration: none; }
#footer .footer-bottom p.submenu a:hover { color: #ffc803; text-decoration: none; }

#footer .footer-bottom p.copy { line-height:18px; font-size:12px; color:#f9f9f9; }
#footer .footer-bottom p.copy span { padding: 0 8px; }
#footer .footer-bottom p.copy a { color: #f9f9f9; text-decoration: none; }
#footer .footer-bottom p.copy a:hover { color: #ffc803; text-decoration: none; }

#footer .footer-nav { float: left; }
#footer .footer-nav ul { list-style: none; list-style-position: outside; line-height: 11px;  }
#footer .footer-nav ul li { float: left; border-right: 1px solid #aaa7a7;  padding: 0 8px; }
#footer .footer-nav ul li:first-child { padding-left: 0; }
#footer .footer-nav ul li a { color: #f9f9f9; }
#footer .footer-nav ul li a:hover { color: #fff; }

#navigation a.nav-btn { display: none;  }

<!----- Testimonial Slider ------>
.bx-wrapper .testimonials-thumbnail{ margin: 0px 0px 15px; }
.bx-wrapper .testimonials-title{ text-align: center;  margin: 25px 15px 3px; font-size: 24px; line-height: 1; }
.bx-wrapper .testimonials-carousel-thumbnail{ max-width: 35%; float: left; margin-right: 20px; }
.bx-wrapper .testimonials-carousel-thumbnail img{ display: block;   margin-right: 20px;width: 100px;}
.bx-wrapper .testimonials-carousel-context{ overflow: hidden; }
.bx-wrapper .testimonials-name{ font-size: 18px; margin-bottom: 15px; color:#808080; font-weight:400; text-align:center;}
.bx-wrapper span{ font-size: 12px; color:#aaa; font-family: Georgia, Arial, Helvetica, sans-serif; font-style:italic; }
.bx-wrapper {position: relative;margin: 30px auto;padding: 0; width:100%;*zoom: 1;}
.bx-wrapper .slide {padding:0;margin:0;display: block; }
.bx-wrapper .bx-viewport {padding:10px;margin-left:-10px ;z-index:1;width:100%; padding-bottom:30px;}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {position: absolute;display:none;bottom: 30px;width: 100%;}
.bx-wrapper .bx-loading {min-height: 50px;background: url(../img/testimonials/bx_loader.gif) center center no-repeat #fff;height: 100%;width: 100%;position: absolute;top: 0;left: 0;z-index: 2000;}
.bx-wrapper .bx-pager {text-align: center;font-size: .85em;font-weight: bold;color: #666;padding-top: 20px;}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {display: inline-block;*zoom: 1;*display: inline;}
.bx-wrapper .bx-pager.bx-default-pager a {background: #666;text-indent: -9999px;display: block;width: 10px;height: 10px;margin: 0 5px;outline: 0;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {background: #000;}
.bx-wrapper .bx-next {position: absolute;top: 70px;right: 0;width: 38px;height: 38px;cursor: pointer; background-image:url(../img/testimonials/carousel-next.png);}
.bx-wrapper .bx-prev {position: absolute;top: 70px;right: 42px;width: 38px;height: 38px;cursor: pointer; background-image:url(../img/testimonials/carousel-prev.png);}
.bx-wrapper .bx-controls-direction a {position:absolute; margin-top:100px; margin-right:46%; outline:0; width:38px; height:38px; text-indent:-9999px; z-index:9999;}



/* #Media Queries
================================================== */

/* tablet portrait */
@media only screen and ( min-width: 768px) and ( max-width: 980px ) {

body, html { height: 100%; background:url(../img/background-t.jpg) no-repeat top center; -webkit-background-size:cover; -moz-background-size:cover;
  -o-background-size:cover; background-size:cover; background-size:2000px; background:#dededed; }
.shell 		{max-width:768px; }
.header .shell { padding: 0px 0px 0; width: 768px; }
.header-top { height:120px; padding-left:10px; padding-right:10px;  }

/* ----- Graphics (TABLET) ----- */
#logo 		{ width:238px; margin-top:5px; }
#logo a 	{ height:92px; display:block;  background:url(../img/premier-automotive.jpg) no-repeat 0 0; text-indent: -4000px; }
#tagline 	{ visibility:hidden; }
#phone		{ width:218px; height:36px; float:right; margin-top:-75px; background:url(../img/phone.png) no-repeat 0 0; }
#homeicon	{ float:left; margin-top:16px; border:0px; }
#caaseal	{ width:125px; height:123px; position:absolute; margin-top:20px; margin-left:250px; z-index:50; }
#followus	{ width:321px; height:33px; float:right; margin-top:-50px; z-index:1000; border:0px; }
.homethumbs	{ width:236px; height:197px; margin-right:8px; border:0px; }
#welcomeheader{ width:340px; height:67px; margin-left:-10px; background:url(../img/Hwelcome.jpg) no-repeat 0 0; } 
#accheader	{ width:322px; height:67px; background:url(../img/Haccreditations.jpg) no-repeat 0 0; } 
#testheader { width:340px; height:67px; margin-left:-10px; background:url(../img/Htestimonials.jpg) no-repeat 0 0; } 
#quicklinks	{ visibility:hidden; display:none; }


/* ----- Layout (TABLET) ----- */
#hub		{ width:320px; height:15px; float:right; margin-right:20px; margin-top:20px; }
#list1		{ float:left; width:250px; padding-left:25px; padding-right:10px; padding-bottom:25px; }
#list2		{ padding-bottom:25px; }
#list3		{ padding-left:25px; padding-bottom:25px; }

/* Navigation (TABLET) */
#cssmenu > ul > li > a {padding:17px; margin-right:-6px; margin-top:0px; font-size:15px; letter-spacing:1px; text-decoration:none; color:#000; font-weight:500; text-transform:uppercase;}


/* ===== Slider =============================================================== */
.rslides 	{position:relative; list-style:none; overflow:hidden; width:100%; padding:20; margin:0; z-index:px;}
.rslides li {-webkit-backface-visibility:hidden; position:absolute; display:none; width:100%; left:0; top:0; }
.rslides li:first-child {position:relative; display:block; float:left; }
.rslides img {display:block; height:auto; float:left; width:100%; border:0; }
#sliderbox	{ clear:both; z-index:0; margin-top:25px; }
#slider1	{ z-index:0; }

.main .cols { padding-left:0px; padding-right:5px; }
.main .cols h2 { padding-bottom: 4px; }
.main .cols .col { width:410px; float:left; padding-right:5px; }
.main .cols .col2 { width:322px; float:left; }
.main .cols .col + .col { padding-left: 50px; }
.main .cols .col + .col2 { margin-left: 20px; }
.main .cols .col img { padding-bottom:15px; width:283px; margin-left:2%;}
.main .cols .col2 img { padding-bottom:15px; width:283px; margin-left:2%;}
.main .cols .col .col-cnt { height: 100%; overflow: hidden; }
.main .cols .col2 .col-cnt { height: 100%; overflow: hidden; }
.main .content { padding-left: 20px; padding-right: 20px; }

/* Slider (tablet) */
.rslides 	{position:relative; list-style:none; overflow:hidden; width:100%; padding:0; margin-top:18px; }
.rslides li {-webkit-backface-visibility:hidden; position:absolute; display:none; width:100%; left:0; top:0; }
.rslides li:first-child {position:relative; display:block; float:left; }
.rslides img {display:block; height:auto; float:left; width:100%; border:0; }

#footer .footer-cols { padding-left: 20px; padding-right: 20px;  }
#footer .footer-cols .col { width: 165px; }
#footer .footer-cols .col + .col { padding-left: 16px; }
#footer .footer-bottom { padding-left: 20px; padding-right: 20px; }

<!----- Testimonial Slider ------>
.bx-wrapper .testimonials-thumbnail{ margin: 0px 0px 15px; }
.bx-wrapper .testimonials-title{ text-align: center;  margin: 25px 15px 3px; font-size: 24px; line-height: 1; }
.bx-wrapper .testimonials-carousel-thumbnail{ max-width: 35%; float: left; margin-right: 20px; }
.bx-wrapper .testimonials-carousel-thumbnail img{ display: block;   margin-right: 20px;width: 100px;}
.bx-wrapper .testimonials-carousel-context{ overflow: hidden; }
.bx-wrapper .testimonials-name{ font-size: 18px; margin-bottom: 15px; color:#000000; font-weight:400;}
.bx-wrapper span{ font-size: 12px; color:#aaa; font-family: Georgia, Arial, Helvetica, sans-serif; font-style:italic; }
.bx-wrapper {position: relative; margin:30px auto; padding:0; width:100%;*zoom: 1; }
.bx-wrapper .slide {padding:0;margin:0;display: block;}
.bx-wrapper .bx-viewport {padding:10px; margin-left:-10px;z-index:1;width:100%; padding-bottom:30px; }
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {position: absolute;display:none;bottom: 30px;width: 100%;}
.bx-wrapper .bx-loading {min-height: 50px;background: url(../img/testimonials/bx_loader.gif) center center no-repeat #fff;height: 100%;width: 100%;position: absolute;top: 0;left: 0;z-index: 2000;}
.bx-wrapper .bx-pager {text-align: center;font-size: .85em;font-weight: bold;color: #666;padding-top: 20px;}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {display: inline-block;*zoom: 1;*display: inline;}
.bx-wrapper .bx-pager.bx-default-pager a {background: #666;text-indent: -9999px;display: block;width: 10px;height: 10px;margin: 0 5px;outline: 0;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {background: #000;}
.bx-wrapper .bx-next {position: absolute;top: 50px;right: 0;width: 38px;height: 38px;cursor: pointer; background-image:url(../img/testimonials/carousel-next.png);}
.bx-wrapper .bx-prev {position: absolute;top: 50px;right: 42px;width: 38px;height: 38px;cursor: pointer; background-image:url(../img/testimonials/carousel-prev.png);}
.bx-wrapper .bx-controls-direction a {position:absolute; margin-top:130px; margin-right:44.5%; outline:0; width:38px; height:38px; text-indent:-9999px; z-index:9999;}
}


/* mobile phone */
@media only screen and ( max-width: 767px) { 
body, html { height: 100%; background:url(../img/background2.jpg) no-repeat top center; -webkit-background-size:cover; -moz-background-size:cover;
  -o-background-size:cover; background-size:cover; background-size:2000px; background:#dededed; }
body {font-size:15px; font-family: 'Roboto Slab', sans-serif; font-weight:300; color:#313c44; line-height:26px; min-width:100%;}
.shell { max-width: 320px; }

/* Graphics (PHONE) */
#logo 		{ width:238px; margin-top:-15px;  margin-left:50px;}
#logo a 	{ height:92px; display:block;  background:url(../img/premier-automotive.jpg) no-repeat 0 0; text-indent: -4000px; }
#tagline 	{ visibility:hidden; display:none; }
#phone		{ width:218px; height:36px; position:absolute; margin-top:6px; margin-left:50px; background:url(../img/phone.png) no-repeat 0 0; }
#homeicon	{ visibility:hidden; display:none; }
#caaseal	{ visibility:hidden; display:none; }
#followus	{ visibility:hidden; display:none; }
.homethumbs	{ width:236px; height:197px; margin-right:8px; border:0px; }
#welcomeheader{ width:340px; height:67px; margin-left:-10px; background:url(../img/Hwelcome.jpg) no-repeat 0 0; } 
#accheader	{ width:322px; height:67px; background:url(../img/Haccreditations.jpg) no-repeat 0 0; } 
#testheader { width:340px; height:67px; margin-left:-10px; background:url(../img/Htestimonials.jpg) no-repeat 0 0; } 
#quicklinks	{ visibility:hidden; display:none; }
.rslides {visibility:hidden; display:none; }
.rslides2 {visibility:hidden; display:none; }


/* Layout (PHONE) */
.header .shell { padding: 0 0 0 0; } 
.header-top { padding: 12px 0 0px 0; }
#hub		{ width:320px; height:15px; float:right; margin-right:20px; margin-top:20px; }
#list1		{ float:left; width:250px; padding-left:5px; padding-right:10px; padding-bottom:25px; list-style:none; width:100%; }
#list2		{ float:left; width:250px; padding-left:5px; padding-right:10px; padding-bottom:25px; list-style:none; width:100%; }
#list3		{ float:left; width:250px; padding-left:5px; padding-right:10px; padding-bottom:25px; list-style:none; width:100%; }
#socialbox  { visibility:hidden; display:none; }

.bx-wrapper {position: relative;margin: 30px auto;padding: 0; width:290px;*zoom: 1;}

/* Navigation (PHONE) */
#cssmenu {margin-top:50px;}
#cssmenu { font-size:18px; font-family: 'Roboto', sans-serif; font-weight:300; background:#333; }
#cssmenu > ul > li > a {padding:17px; font-size:16px; letter-spacing:1px; text-decoration:none; color:#ffffff; font-weight:500; text-transform:uppercase;}
#cssmenu > ul > li:hover > a {color: #ffc702;}
	
.main h1 { font-size: 24px; color: #000000; font-family: 'Roboto Condensed', sans-serif; font-weight:500; padding-bottom:10px; text-align:center; }
.main h2 { font-size: 26px; color: #608b01; font-family: 'Roboto', sans-serif; font-weight:500; margin-top:45px; margin-left:60px; line-height:45pt; }
.main h2 a { font-size: 26px; color: #608b01; font-family: 'Roboto', sans-serif; font-weight:500; }
.main h3 { font-size: 16px; color: #CC0033; font-family: 'Roboto', sans-serif; font-weight:700; }
.main section { padding-bottom: 30px; margin-bottom: 20px; }
.main .cols { padding-left: 10px; padding-right: 10px; }
.main .cols .col { width: 100%; }
.main .cols .col + .col { padding: 20px 0 0;  }
.main .cols .col img { float: none; display: block; margin: 0 auto; width: 205px; padding-bottom:20px; }
.main .cols .col .col-cnt { float: none; display: block;  text-align: center; }

.main .cols { padding-left: 0px; padding-right: 10px; }
.main .cols .col2 { width: 100%; }
.main .cols .col2 + .col2 { padding: 20px 0 0;  }
.main .cols .col2 img { float: none; display: block; margin-left:8%; width: 205px;   padding-bottom:20px;}
.main .cols .col2 .col2-cnt { float: none; display: block;  text-align: center; }
	
.main .post { padding-left: 20px; padding-right: 20px; }
.main .post h2 { font-size: 21px;  }
.main .post img { width: 274px; height: 274px; }

.main .content { padding-left: 20px; padding-right: 20px; }

/* ----- Testimonials (PHONE) ----- */
.bx-wrapper .bx-next {position: absolute;top: 150px;right: 0;width: 38px;height: 38px;cursor: pointer; background-image:url(../img/testimonials/carousel-next.png);}
.bx-wrapper .bx-prev {position: absolute;top: 150px;right: 42px;width: 38px;height: 38px;cursor: pointer; background-image:url(../img/testimonials/carousel-prev.png);}
.bx-wrapper .bx-controls-direction a {position:absolute; margin-top:130px; margin-right:38%; outline:0; width:38px; height:38px; text-indent:-9999px; z-index:9999;}

#footer .shell { padding: 26px 0; }
#footer .footer-cols { padding: 0 32px 26px;  }
#footer .col { width: 100%; float:left; padding-bottom:15px; }
#footer .col + .col { padding-left:0px; padding-bottom:15px; }

#footer .col ul 	{ list-style: none; list-style-position: outside; }
#footer .col ul li 	{ padding-left:11px; padding-bottom:5px; }
#footer .col p 		{ font-size:14px; color: #f9f9f9; } 

#footer .footer-bottom p.submenu { font-size:18px; color:#f9f9f9; font-family:'Roboto Condensed', sans-serif; font-weight:300;  }
#footer .footer-bottom p.submenu span { padding: 0 8px; }
#footer .footer-bottom p.submenu a { color: #f9f9f9; text-decoration: none; }
#footer .footer-bottom p.submenu a:hover { color: #000000; text-decoration: none; }

#footer .footer-bottom p.copy { line-height:18px; font-size:12px; color:#f9f9f9; text-align:center; margin-top:20px; }
#footer .footer-bottom p.copy span { padding: 0 8px; }
#footer .footer-bottom p.copy a { color: #f9f9f9; text-decoration: none; }
#footer .footer-bottom p.copy a:hover { color: #fff; text-decoration: none; }

#footer .footer-nav { float: left; }
#footer .footer-nav ul { list-style: none; list-style-position: outside; line-height: 11px;  }
#footer .footer-nav ul li { float: left; border-right: 1px solid #aaa7a7;  padding: 0 8px; }
#footer .footer-nav ul li:first-child { padding-left: 0; }
#footer .footer-nav ul li a { color: #f9f9f9; }
#footer .footer-nav ul li a:hover { color: #fff; }

@media only screen and ( max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi)  { 

	/* #logo a { background:url(../img/mag-development-logo.png) no-repeat 0 0;   -webkit-background-size: 142px 57px; -moz-background-size: 142px 57px; background-size: 142px 57px; } */
	#navigation { background: url(images/navigation@2x.png) no-repeat 0 0;  -webkit-background-size: 298px 32px; -moz-background-size: 298px 32px; background-size: 298px 32px;  }
	#navigation a.nav-btn span { background: url(images/nav-arr@2x.png) no-repeat 0 0; -webkit-background-size: 10px 15px; -moz-background-size: 10px 15px; background-size: 10px 15px; }
	.pagination a { background: url(images/pagination@2x.png) no-repeat 0 1px; -webkit-background-size: 18px 40px; -moz-background-size: 18px 40px; background-size: 18px 40px; }
	.main section { background: url(images/section@2x.png) no-repeat center bottom; -webkit-background-size: 300px 10px; -moz-background-size: 300px 10px; background-size: 300px 10px;  }
}


