@import url(reset.css);

html {
    -ms-overflow-style: scrollbar;
}
body {  
    font: 11px Lato, Arial, Helvetica, sans-serif;
}
.textred {
    font: 11px Lato, Arial, Helvetica, sans-serif;
    color: red;
    text-align: left;
}
.smalltext {
    font: 10px Lato, Arial, Helvetica, sans-serif;
    color: #000;
    text-align: left;
}
.topofpage {
    font: 10px Lato, Arial, Helvetica, sans-serif;
    color:#999;
    text-align: left;
}
a.topofpage:active, a.topofpage:link, a.topofpage:visited {
    text-decoration: none;
    color: #999;
}
a.topofpage:hover {
    color: #B670ED;
}
a:active, a:link, a:visited {
    text-decoration: none;
    color: #1950F7;
}
a:hover {
    text-decoration: none;
}
.linktitles {
    font: 12px Lato, Arial, Helvetica, sans-serif;
    color: #1950F7;
    text-align: left;
    font-weight: 700;
}
a.linktitles:active, a.linktitles:link, a.linktitles:visited {
    text-decoration: none;
    color: #1950F7;
}
a.linktitles:hover {
    text-decoration: underline;
}
.linkheadings {
    font: 14px Lato, Arial, Helvetica, sans-serif;
    color: #000;
    text-align: left;
    font-weight: 700;
}
a.linkheadings:active, a.linkheadings:link, a.linkheadings:visited {
    text-decoration: none;
    color: #000;
}
a.linkheadings:hover {
    color: #B670ED;
}
h1 {
    background: url(../images/pioneer.png) 0 0 no-repeat;
    position: relative;
    top: -2px;
    float: left;
    margin: 0 10px 0 20px;
    padding: 0;
}
h1 a {
    display: block;
    height: 105px;
    width: 350px;
    top: -2px;
    text-indent: -9999px;
}
h2 {
    font-size: 18px;
    margin-bottom: 15px;
}
#wrapper {
    max-width: 1200px;
    width: 85%;
    margin: 0 auto;
    -ms-overflow-style: none;
}
}
#leftcolumn {
    width: 150px;
    padding: 10px;
    margin: 0 auto;
    float: left;
}
#rightcolumn {
    width: 700px;
    padding: 10px;
    margin-top: 40px;
    text-align: left;
    float: left;
}
#leftcolumndealer {
    width: 400px;
    padding: 10px;
    margin-right: 420px;
    float: right;
}
#rightcolumndealer {
    width: 400px;
    padding: 10px;
    margin-top: -210px;
    margin-left: 490px;
    float: left;
}
#leftcolumncontact {
    width: 400px;
    padding: 10px;
    margin-top: 0;
    margin-left: 0;
    float: left;
}
#rightcolumncontact {
    width: 400px;
    padding: 10px;
    margin-top: -330px;
    margin-left: 0;
    text-align: center;
    float: right;
}
.header {
    width: auto;
    height: 105px;
    position: relative;
    padding: 10px 0 0 0px;
    background-color: #8fe0ca;
    background-image:		url('images/overlay.png');
    background-repeat:		repeat,								no-repeat;
    background-size:		auto,								cover;
    background-position: 	top left,							center 0;
    background-attachment:	fixed,								fixed;
}
.header-text {
    height: 10px;
    display: inline-block;
    position: relative;
    float: right;
    margin: 50px 40px 0 30px;
    font-family: "trajan-pro-3", serif;
    font-size: 2.25em;
    text-align: right;
    line-height: .75em;
    text-transform: uppercase;
    color: #222;
}

.subtitle {
    width: 383px;
    height: 5px;
    position: relative;
    float: right;
    display: inline-block;
    margin: 14px 41px 0 30px;
    font-family: "trajan-pro-3", serif;
    font-size: 1.35em;
    text-align: justify;
    line-height: 1em;
    text-transform: uppercase;
    color: #222;
}
.subtitle:after {
    content: "";
    display: inline-block;
    width: 100%;    
}

#nav {
    position: relative;
    z-index: 9999;
    background-color: #8fe0ca;
    background-image:		url('images/overlay.png');
    background-repeat:		repeat,								no-repeat;
    background-size:		auto,								cover;
    background-position: 	top left,							center 0;
    background-attachment:	fixed,								fixed;
}
#nav {
    font-family: Lato, sans-serif;
    font-size: 1.25em;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;    
}
#nav a {
    color: #222;    
}
#nav ul li:hover > a {
    background-color: #ede0ab;
    background-image:		url('images/overlay.png');
    background-repeat:		repeat,								no-repeat;
}

nav ul li > a {
    display: block;
    background-color: #8fe0ca;
    text-decoration: none;
    background-image:		url('images/overlay.png');
    background-repeat:		repeat,								no-repeat;
}
#nav ul li ul li a {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
}
#nav span {
    display: inline-block;
    line-height: 52px;
}
#nav
{
    /* container */
}
     #nav > a
    {
        display: none;
    }
    #nav li
    {
        position: relative;
    }
 
    /* first level */
 
    #nav > ul
    {
        height: 3.75em;
    }
        #nav > ul > li
        {
            width: 12.2857%;
            height: 100%;
            float: left;
        }
    /* second level */
    #nav li ul
    {
        display: none;
        position: absolute;
        top: 100%;
    }
        #nav li:hover ul
        {
            display: block;
        } 
#nav > ul > li > a {
  height: 100%;
  text-align: center;
}
.hero-img {
    width: 100%;
}
.row-wrap {
    padding: 40px 0 5px 0;
    margin: 25px 0 25px 0;
    background-image:		url('images/overlay.png');   
    -webkit-box-shadow: inset 0px 9px 7px -5px rgba(51,51,51,0.5);
    -moz-box-shadow: inset 0px 9px 7px -5px rgba(51,51,51,0.5);
    box-shadow: inset 0px 9px 7px -5px rgba(51,51,51,0.5);
}
.rows {
    width: 100%;
    margin-bottom: 8px;
    text-align:center;
    margin: 0 auto;
}
.rows-section {
    display:inline-block;    
    width:33%;
    text-align:center;
}
.rows-section img {
    border: 2px solid #B670ED;
    width: 80%;
}
.rows > div:hover .rows-label {
    background-color: #B670ED;
    background-image:		url('images/overlay.png');
    background-repeat:		repeat,								no-repeat;
    top: -44px;
    -webkit-box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow:    2px 2px 2px 0px rgba(50, 50, 50, 0.25);
    box-shadow:         2px 2px 2px 0px rgba(50, 50, 50, 0.25);
}
.rows-label {
    display: inline-block;
    width: 60%;
    top:-45px;
    position:relative;
    background-color: #ede0ab;
    background-image:		url('images/overlay.png');
    background-repeat:		repeat,								no-repeat;
    font-size: 1.25em;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font: Lato, Arial, Helvetica, sans-serif;
    color: #000;
    padding: 10px;
    -webkit-box-shadow: 3px 3px 2px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow:    3px 3px 2px 0px rgba(50, 50, 50, 0.25);
    box-shadow:         3px 3px 2px 0px rgba(50, 50, 50, 0.25);
}
.rows-label:hover {
    background-color: #8fe0ca;
    background-image:		url('images/overlay.png');
    background-repeat:		repeat,								no-repeat;
    background-size:		auto,								cover;
    background-position: 	top left,							center 0;
    background-attachment:	fixed,								fixed;
}
.content {
    background-color: #fff;
    z-index: -1000;
    -ms-overflow-style: none;
}
#textcontent {
    text-align: justify;
    width: 800px;
    margin-left: 60px;
}
#textcontent .title {
    font: 18px Tahoma, Geneva, sans-serif;
    text-align: center;
    width: 800px;
}
#textcontent .titlehalfpage {
    font: 18px Tahoma, Geneva, sans-serif;
    text-align: center;
    width: 400px;
}
.text-bg img{
    width: 78%;
    display: block;
    margin-left: auto;
    margin-right: auto
}
.feature-image {
    height: auto;
    position: relative;
    margin-bottom: 10px;
    z-index: 0;
    width: 100%;
}
.bodytext {
    width:51%;
    float: left;
    margin-right: 20px;
}
.rightpic{
    width:45%;
    float: right;
}
.feature-text {
    width: 100%;
    height: auto;
    position: relative;
    text-align: justify;
    font: 11px Tahoma, Geneva, sans-serif;
    line-height: 16px;
    margin-left: auto ;
    margin-right: auto ;
    padding-bottom: 10px;
    overflow: hidden;
}
.featured-titles-left {
    text-align: left;
    font: 18px Palatino Linotype, Book Antiqua, Palatino, serif;
    font-weight: 400;
    font-style: italic;
    line-height: 10px;
    color: #333;
    text-decoration: none;
}
.featured-titles-right {
    text-align: right;
    font: 18px Palatino Linotype, Book Antiqua, Palatino, serif;
    font-weight: 400;
    font-style: italic;
    line-height: 10px;
    color: #333;
    text-decoration: none;
}
.page-headings {
    text-align: center;
    font: 26px Palatino Linotype, Book Antiqua, Palatino, serif;
    font-weight: 700;
    font-style: italic;
    line-height: 20px;
    color: #333;
    text-decoration: none;
    margin-bottom: 5px;
    margin-top: 10px;
}
.featured-titles {
    text-align: center;
    font: 36px Palatino Linotype, Book Antiqua, Palatino, serif;
    font-weight: 700;
    line-height: 36px;
    color: #333;
    text-decoration: none;
    margin-bottom: 10px;
}
a.featured-titles:active, a.featured-titles:link, a.featured-titles:visited {
    font-size: 24px;
    font-weight: 700;
}
a.featured-titles:hover {
    color: #B670ED;
    text-decoration: none;
}
.social-bar {
    height: 48px;
    background-color: #ede0ab;
    background-image:		url('images/overlay.png');
    background-attachment:	fixed,								fixed;
    margin: 5px auto 0 auto;
    text-align: center;
    padding-top: 2px;
    width: 100%;
    -webkit-box-shadow: 0px 9px 7px -1px rgba(51,51,51,0.5);
    -moz-box-shadow: 0px 9px 7px -1px rgba(51,51,51,0.5);
    box-shadow: 0px 9px 7px -1px rgba(51,51,51,0.5);
    clear: both;
}
.social-bar ul {
    margin: 0 auto 0 auto;
    display: inline;
    clear: both;
}
.social-bar ul li {
    display: inline;
    list-style-type: none;    
    margin-right: 15px;
    padding: 0;
    position: relative;
    cursor: pointer;
}
.sm {
    height: 48px;
}
.sm:hover {
  -webkit-filter: grayscale(70%);
  -moz-filter: grayscale(70%);
  -ms-filter: grayscale(70%);
  -o-filter: grayscale(70%);
  filter: grayscale(70%);
  filter: gray; 
}
.footer {
    height: 25px;
    padding-top: 10px;
}
.footer-content {
    max-width: 1200px;
    width: 85%;
    margin: 0 auto;
    position: relative;
    text-align: center;
}
@media only screen 
and (max-width: 1080px){

#wrapper {
    width: 94%;
}
    
.footer-content {
    width: 94%;
}
    
.header-text {
    font-size: 1.85em;
    margin: 50px 25px 0 25px;

}
.subtitle {
    width: 307px;
    font-size: 1.1em;
    margin: 8px 26px 0 25px;
}   
#nav {
    font-size: 1.15em;
}
}
@media only screen 
and (max-width: 815px){

.bx-pager.bx-default-pager {
    display: none;
}  
#wrapper {
    width: 100%;
} 
.footer-content {
    width: 100%;
}
.feature-text {
    width: 90%;
}
.bodytext {
    width:100%;
    margin: 0, auto;
    margin-bottom: 5px;
}
.text-bg img{
    display: none;
}
.rows-section {  
    width:60%;
}
h1{  
    width: 100%;
    background-size: 46%;
    margin: 0 auto;
    background-position: center;
    float: none;
}
h1 a {
    width: 100%;
    float: none;
    margin: o auto;
    display: inline-block;
}
.subtitle {
    display: none;
}
.header-text{
    display: none;
}
    #nav
    {
        position: relative;
    }
        #nav > a
        {
        }
        #nav:not( :target ) > a:first-of-type,
        #nav:target > a:last-of-type
        {
            display: block;
        }
    /* first level */
    #nav > ul
    {
        height: auto;
        display: none;
        position: absolute;
        left: 0;
        right: 0;
    }
        #nav:target > ul
        {
            display: block;
        }
        #nav > ul > li
        {
            width: 100%;
            float: none;
        }
    /* second level */
    #nav li ul
    {
        position: static;
    }
.mobiledrop{
    background-color: #B670ED;
}
.sm {
    height: 36px;
}
.social-bar {
    height: 36px;
}
.social-bar ul li {   
    margin-right: 8px;
}
.rightpic{
    width:100%;
    float: none;
}
}