@media (min-width: 700px) {
/* Move down content because we have a fixed navbar that is 50px tall */
body {
  /* padding-top: 50px; */
  padding-bottom: 20px;
  background-image: url(/view/images/background-gradient.png), url(/view/images/background-texture.jpg);
}
input:focus {
    outline:none !important;
}
.navbar-custom {
    background-color:#ffffff;
    color:#ffffff;
    border-radius:0;
    font-family: 'Roboto Condensed', sans-serif;
    border-bottom: 1px solid #cccccc;
    margin-top: -45px;
}
.navbar-image {
    float:left;
}
.navbar-custom .navbar-nav > li > a {
    color:#000;
}
.navbar-custom .navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color:transparent;
}
.navbar-custom .navbar-brand {
    color:#000000;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 36px;
    float:right;
    margin-top: 65px;
}
p.starting {
    font-size: 13px;
    color: #ccc;
}
p.price-box {
    color: #1b394e;
    font-size: 30px;
    margin-top: -15px;
}
span.currency {
    color: #ccc;
    font-size: 30px;
}
ul {
    margin-top: -15px;
    list-style-type: none;
    list-style-image: none;
    margin-left:-25px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 13px;
    color: #777;
}
.h1, .h2, .h3, h1, h2, h3 {
    font-family: 'Roboto Condensed', sans-serif;
}
    
.panel-title {
    font-family: 'Roboto Condensed', sans-serif; 
    font-size: 25px;
    background-color: aqua;
    cursor: pointer;
    padding:10px;
    margin-left: -10px;
    margin-right: -5px;
    border-bottom: solid #ff0000;
}
.image {
    width: 200px;
    height: 200px;   
    display: inline-block;
    text-decoration: none;
}
.ui-widget {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.5em;
}
.ui-widget-content {
    color: #1b394e;
}
.ui-dialog {
    left: 0;
    outline: 0 none;
    padding: 0 !important;
    position: absolute;
    top: 0;
}
.ui-dialog .ui-dialog-content {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    overflow: auto;
    position: relative;
    padding: 0 !important;
}
.ui-widget-header {
    background: #777777;
    border: 0;
    color: #000000;
    font-weight: normal;
}
.ui-dialog .ui-dialog-titlebar {
    padding: 0.1em .5em;
    position: relative;
    font-size: 1em;
}
.ui-widget-overlay {
  opacity: .50 !important;
  filter: Alpha(Opacity=50) !important;
  background-color: rgb(50, 50, 50) !important; 
}
hr.apache {
    border: 0;
    height: 0;
    border-bottom: 1px solid rgba(208,208,208,1);
}
.slider-arena {
    height:60px; 
    margin-top:-15px; 
}
.slider-arena-text {
    display:inline-block; 
    padding-left:31%
}
.model-box {
    width:300px; 
    background-color:#FFFFFF; 
    display:inline-block; 
    padding-left:15px;
}
.top-price-box {
    width:350px; 
    background-color:FFFFFF; 
    display:inline-block; 
    padding-left:15px; 
    border-left: 1px solid #cccccc; 
    border-right: 1px solid #cccccc; 
    height: 120%;
}
.thumbnailstyle {
    width: 275px;
    height: 275px;
    border:1px solid #A9A9A9;
}
#image_wrap {
    position:relative;
    width: 275px;
    background: #FFFFFF; 
}
#image_text {
    position: absolute; 
    width: 275px; 
    right: 0; 
    top: 210px; 
    bottom: 0; 
    background: white; 
    color:black;
    font-size: 14px;
    padding-left: 2px;
    padding-top:2px;
    border:1px solid #A9A9A9;
}
.thumbnailstyle_inc {
    width: 275px;
    height: 275px;
    border:1px solid #A9A9A9;
}
#image_wrap_inc {
    position:relative;
    width: 275px;
    background: #FFFFFF; 
}
#image_text_inc {
    position: absolute; 
    width: 275px; 
    right: 0; 
    top: 210px; 
    bottom: 0; 
    background: white; 
    color:black;
    font-size: 14px;
    padding-left: 2px;
    padding-top:2px;
    border:1px solid #A9A9A9;
}
#image_text_inc_triangle {
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 40px;
    border-style: solid;
    border-width: 70px 70px 0 0;
    border-color: #A9A9A9 transparent transparent transparent;
    z-index: 1;
}
#image_text_inc_triangle span {
    color: #fff;
    position: absolute;
    top: -64px;
    left: 5px;
    font-size: 16px;
}
#image_text_triangle {
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 40px;
    border-style: solid;
    border-width: 70px 70px 0 0;
    border-color: #C32033 transparent transparent transparent;
    z-index: 1;
}
#image_text_triangle span {
    color: #fff;
    position: absolute;
    top: -64px;
    left: 5px;
    font-size: 16px;
}
.innerTop { 
    position: absolute; 
    left: 0; 
    top: 275px; 
    width: 330px; 
    height: 440px; 
    padding: 6px; 
    background: #eee; 
    z-index: 99999; 
    display: none;
}
label.btn span {
  font-size: .9em ;
}
label input[type="radio"] ~ i.fa.fa-circle-o{
    color: #c8c8c8;    
    display: inline;
    outline:none;
}
label input[type="radio"] ~ i.fa.fa-check-circle-o{
    display: none;
    outline:none;
}
label input[type="radio"]:checked ~ i.fa.fa-circle-o{
    display: none;
    outline:none;
}
label input[type="radio"]:checked ~ i.fa.fa-check-circle-o{
    color: #C32033;    
    display: inline;
    outline:none;
}
label:hover input[type="radio"] ~ i.fa {
    color: #C32033;
    outline:none;
}
label input[type="checkbox"] ~ i.fa.fa-square-o{
    color: #c8c8c8;    
    display: inline;
    outline:none;
}
label input[type="checkbox"] ~ i.fa.fa-check-square-o{
    display: none;
    outline:none;
}
label input[type="checkbox"]:checked ~ i.fa.fa-square-o{
    display: none;
    outline:none;
}
label input[type="checkbox"]:checked ~ i.fa.fa-check-square-o{
    color: #C32033;    
    display: inline;
    outline:none;
}
label:hover input[type="checkbox"] ~ i.fa {
    color: #C32033;
    outline:none;
}
div[data-toggle="buttons"] label.active{
    color: #C32033;
    outline:none;
}
div[data-toggle="buttons"] label {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 2em;
    text-align: left;
    white-space: nowrap;
    vertical-align: top;
    cursor: pointer;
    background-color: none;
    border: 0px solid #c8c8c8;
    border-radius: 3px;
    color: #c8c8c8;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    outline:none;
}
div[data-toggle="buttons"] label:hover {
    color: #D48E8E;
    outline:none;
}
div[data-toggle="buttons"] label:active, div[data-toggle="buttons"] label.active {
-webkit-box-shadow: none;
box-shadow: none;
    outline:none;
}
.ui-slider .ui-slider-handle {
    height: 35px;
    width: 5px;
    padding-left: 5px; //add this
}
.price-field {
    border:0; 
    color:#D48E8E; 
    width: 250px; 
    padding-left:15px;   
}
p.starting-price {
    font-size: 13px;
    color: #ccc;
    margin-left: 25px;
}
td.checked, th.checked {
    padding: 0;
    color: #A9A9A9;
    font-size: 1.5em;
    outline:none;
}

p.header-nav {
    padding-top:15px;
    float:left; 
    padding-left: 25px; 
    margin-bottom: -10px;
    color: black;
    font-size:2.5em;
}
p.header-nav-secondary {
    float:left; 
    padding-left: 25px;
    color: black;
    font-size:2.5em;
}
p.nav-bar-cont {
    font-size: 13px;
    color: #ccc;
    margin-bottom: -20px;
}
p.progress-bar-cont-verbiage {
    font-size: 13px;
    color: #ccc;
    margin-bottom: -20px;
    margin-top: -25px;
}
.wrapper {
    width: 375px;
    background-color: white;
}
p.included {
    font-size: 14px;
    font-weight: bold;
    color: limegreen;
}
.ui-accordion-content {
    overflow: scroll;
    max-height: 500px;
}
.no-close .ui-dialog-titlebar-close {
  display: none;
}
.print-table {
    border:1px solid rgba(208,208,208,1); 
    border-collapse:separate;
    background: white;
    width: 1140px;
}
.print-column {
    font-size:14px; 
    color:black; 
    padding:10px;
}
h1.print {
    color:black;
    padding:10px;
}
.btn-360controls { 
  color: #000000; 
  background-color: #C7C7C7; 
  border-color: #C7C7C7; 
} 
.btn-360controls:hover, 
.btn-360controls:focus, 
.btn-360controls:active, 
.btn-360controls.active, 
.open .dropdown-toggle.btn-360controls { 
  color: #000000; 
  background-color: #ADADAD; 
  border-color: #C7C7C7; 
} 
.btn-360controls:active, 
.btn-360controls.active, 
.open .dropdown-toggle.btn-360controls { 
  background-image: none; 
} 
.btn-360controls.disabled, 
.btn-360controls[disabled], 
fieldset[disabled] .btn-360controls, 
.btn-360controls.disabled:hover, 
.btn-360controls[disabled]:hover, 
fieldset[disabled] .btn-360controls:hover, 
.btn-360controls.disabled:focus, 
.btn-360controls[disabled]:focus, 
fieldset[disabled] .btn-360controls:focus, 
.btn-360controls.disabled:active, 
.btn-360controls[disabled]:active, 
fieldset[disabled] .btn-360controls:active, 
.btn-360controls.disabled.active, 
.btn-360controls[disabled].active, 
fieldset[disabled] .btn-360controls.active { 
  background-color: #C7C7C7; 
  border-color: #C7C7C7; 
} 
.btn-360controls .badge { 
  color: #C7C7C7; 
  background-color: #000000; 
}
.remove {
    font-size: 11px;
    color: #A9A9A9;
    cursor: pointer;
}
p .footer {
    font-size: 13px;
    color: #868686;
}
#footer {
    float: left;
    clear: both;
    margin-top: 10px;
    background: url(/view/images/footer-texture.jpg) repeat;
    border: #1b1b1b 2px solid;
    color: #fff;
    display: block;
    min-height: 100%;
    margin: 0 auto;
    overflow-y: hidden;
    position: relative;
}
.footer-item {
    float: left;
    width: 19.32%;
    text-transform: uppercase;
    margin: 10px 0;
    padding: 0 10px;
    border-right: 1px solid #fff;
    height: 25.5em;
}
#footer ul li {
    font-size: .8125em;
    line-height: 3em;
}
#footer a:hover {
    text-decoration: none;
}
#footer a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-style: normal;
}
#soical-footer-wrap {
    width: 34%;
}
#social-media-footer {
    background: #7d7d7d;
    border: 2px solid #585858;
}
#soical-footer-wrap h3 {
    border-bottom: dashed 1px #fff;
    padding-bottom: .03em;
    font-size: 1.375em;
    font-family: "Source Sans Pro", san-serif;
    font-weight: 700;
    margin: 2px 8px;
    text-indent: .3em;
}
#social-icons {
    width: 65%;
    margin: 0 auto;
}
.footer-contact {
    font-size: 1.1666666666666666666666666666667em;
    color: white;
}
#footer ul li ul li {
    font-size: 0.92307692307692307692307692307692em;
    margin-left: 10px;
    line-height: 2.5em;
    font-weight: 700;
}
#testimonial-footer {
    background: #00548B;
    border: 2px solid #585858;
    margin-top: 10px;
}

#testimonial-footer p {
    background-image: url(/view/images/top-quote.png), url(/view/images/bottom-quote.png);
    background-repeat: no-repeat, no-repeat;
    background-position: top left, bottom right;
    text-transform: none;
    font-size: 0.8125em;
    font-style: italic;
    padding: 10px 20px 25px;
    margin: 8px;
}
.clear {
    clear: both;
}
#site-info p {
    clear: both;
    color: #fff;
    font-size: 0.75em;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    font-style: normal;
}
#site-info a {
    font-style: normal;
    text-decoration: none;
    color:#ea3a42;
}
#header {
    height: 137px;
    background: white;
}
#logo {
    float: left;
    padding: 1.5em 1em;
}
#header-wrap {
    margin: .5em .2em;
}
#wrapper {
    margin: 0 auto;
}
#button-bar {
    float: right;
    padding-right: 20px;
    display: inline-table;
    margin-top: -50px;      
}
.dialog_container {
    width: 500px;
}
.user-name {
    min-height: 80px;
    border-left: 1px solid #D0D0D0; 
    float:left; 
    padding:5px;
}
.model-number {
    min-height: 20px;
    border-left: 1px solid #D0D0D0;
    float:left; 
    padding:5px;    
}
.byoa {
    min-height: 20px;
    float:left; 
    padding:15px;    
}
#slogan {
    float: right;
    margin-top: -10px;
}
#slogan h1 {
    font-size: 1.90em;
    color: #999999;
    padding: .15em .5em 0em;
    font-family: 'Impact', 'Oswald', sans-serif;
    text-transform: uppercase; 
}
#header-search {
    clear: right;
    float: right;
}
#header-social-wrap {
    display: inline-block;
    padding: 0;
    margin: 0;
    float: right;
    margin-top: .15em;
    margin-right: .18em;
}
#header-social-wrap a {
    display: inline-block;
    width: 34px;
    height: 36px;
    margin: 0;
    padding: 0;
    border: 0;
    text-decoration: none;
    background: url(/view/images/et-socialmedia-sprites.png) no-repeat 0px 0px;
}
#header-search { 
    clear: right; 
}
#header-social-wrap { 
    display: inline-block; 
    padding: 0; 
    margin:0; 
    float: right; 
    margin-top: .15em; 
    margin-right: .18em
}
#header-social-wrap a { 
    display:inline-block; 
    width:34px; 
    height: 36px; 
    margin: 0; 
    padding: 0; 
    border: 0; 
    text-decoration: none; 
    background:url(/view/images/et-socialmedia-sprites.png) no-repeat 0px 0px;
}
a#header-social-facebook { 
    background-position: -10px -40px; width: 20px;
}
a#header-social-twitter { 
    background-position: -44px -40px; width: 32px;
}
a#header-social-youtube { 
    background-position: -85px -40px; width: 30px;
}
a#header-social-email {
    background-position: -122px -40px;width: 36px;
}
a#header-social-rss {
    background-position: -166px -40px; width: 28px;
}
a#header-social-pinterest  {
    background-position: -207px -40px; width: 26px;
}
a#header-social-facebook:hover { 
    background-position: -10px 0px;
}
a#header-social-twitter:hover { 
    background-position: -44px 0px;
}
a#header-social-youtube:hover { 
    background-position: -85px 0px;
}
a#header-social-email:hover {
    background-position: -122px 0px;
}
a#header-social-rss:hover {
    background-position: -166px 0px;
}
a#header-social-pinterest:hover  {
    background-position: -207px 0px; 
}
#searchform .textbox {
    width: 200px;
}
input[type='submit'].red, input[type='submit'].gform_button {
    background-color: #ea3a42;
}
input[type='submit'].regular {
    border-radius: .5em;
}
input[type='submit'].small {
    font-size: 0.875em;
}
    div#videos-search.widget_search form input#videosearchsubmit, input[type='submit'].button {
    background-color: #ea3a42;
    background-image: -webkit-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,0%,.1));
    background-image: -moz-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,0%,.1));
    background-image: -ms-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,0%,.1));
    background-image: -o-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,0%,.1));
    background-image: linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,0%,.1));
    border: none;
    border-radius: .5em;
    box-shadow: inset 0 0 0 1px hsla(0,0%,0%,.2), inset 0 2px 0 hsla(0,0%,100%,.1), inset 0 1.2em 0 hsla(0,0%,100%,0.1), inset 0 -.2em 0 hsla(0,0%,100%,.1), inset 0 -.25em 0 hsla(0,0%,0%,.25), 0 .25em .25em hsla(0,0%,0%,.05);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    margin: .73em .5em 1em;
    padding: .2em .7em .25em;
    position: relative;
    text-decoration: none;
    text-shadow: 0 1px 1px hsla(0,0%,100%,.25);
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 700;
}
#nav_menu {
    width: 100%;
    height: 40px;
    font-size: 20px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: bold;
    text-align: left;
    background-color: #333333;
} 
#nav_menu ul {
    height: auto;
    padding: 8px 0px;
    margin: 0px;
}
#nav_menu li { 
    display: inline; 
    padding: 10px; 
}
#nav_menu a {
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
    padding: 5px 5px 5px 5px;
}
#nav_menu a:hover {
    color: #FFFFFF;
    background-color: #333333;
}
#year-logo {
    float: right;    
}
#factory-msrp {
    height: 20px; 
    float: left; 
    padding: 5px; 
    width: 200px;    
}
#factory-model {
    min-height: 20px; 
    border-left: 1px solid #D0D0D0; 
    float:left; 
    padding:5px;  
}
#progress-bar-container{
   min-height: 80px;
   border-left: 1px solid #D0D0D0;
   float:left; 
   padding:5px;      
}
.popover-title {
   background-color: #000000;     
}
/* end of media query */
}



@media (max-width: 699px) {
body {
  padding-bottom: 20px;
  background-image: url(/view/images/background-gradient.png), url(/view/images/background-texture.jpg);
}
.h1, .h2, .h3, h1, h2, h3 {
    font-family: 'Roboto Condensed', sans-serif;
}
h1.print {
    color:black;
    font-size: 25px;
}
.h2, h2 {
    font-size: 20px;
}
.print-column {
    font-size:12px; 
    color:black; 
    padding:10px;
    background-color:white;
}
    p .footer {
    font-size: 13px;
    color: #868686;
}
.popover-title {
   background-color: #000000;     
}
#footer {
    float: left;
    clear: both;
    margin-top: 10px;
    background: url(/view/images/footer-texture.jpg) repeat;
    border: #1b1b1b 2px solid;
    color: #fff;
    display: block;
    min-height: 100%;
    margin: 0 auto;
    overflow-y: hidden;
    position: relative;
}
#site-info p {
    clear: both;
    color: #fff;
    font-size: 0.75em;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    font-style: normal;
}
#site-info a {
    font-style: normal;
    text-decoration: none;
    color: #ea3a42;
}
.print-table {
    border:1px solid rgba(208,208,208,1); 
    border-collapse:separate;
    background: white;
    width: 100%;
}
#about-footer-wrap {
    display:none;
}
#sprayers-footer-wrap {
    display:none;    
} 
#media-footer-wrap {
    display:none;    
}
#selected_options {
    display:none;    
}
#year-logo {
    display:none;    
}
#soical-footer-wrap h3 {
    font-size: 1.3em;
}
#soical-footer-wrap h3 {
    border-bottom: dashed 1px #fff;
    padding-bottom: .03em;
    font-size: 1.375em;
    font-family: "Source Sans Pro", san-serif;
    font-weight: 700;
    margin: 2px 8px;
    text-indent: .3em;
}
#social-media-footer {
    background: #7d7d7d;
    border: 2px solid #585858;
    float: left;
    clear: both;
    width: 99%;
    margin-top: 0;
}
#testimonial-footer {
    clear: both;
    width: 99%;
    margin-left: 0;
    background: #00548B;
    border: 2px solid #585858;
    margin-top: 10px;
    float: left;
}
#testimonial-footer p {
    background-image: url(/view/images/top-quote.png), url(/view/images/bottom-quote.png);
    background-repeat: no-repeat, no-repeat;
    background-position: top left, bottom right;
    text-transform: none;
    font-size: 0.8125em;
    font-style: italic;
    padding: 10px 20px 25px;
    margin: 8px;
}
#social-icons {
    width: 95%;
    padding-left: 15px;
}
#social-media-footer img {
    padding: 10px 5px 0px;
}
.h4, h4 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
#button-bar {
    float: left;
    padding-left: 10px;
    padding-right: 20px;
    display: inline-table;
    margin-top: 50px;      
}
.form-control {
    display: block;
    width: 70%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.checkbox label, .radio label {
    min-height: 20px;
    max-width: 90%;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
.text-muted {
    display:none; 
}
.dialog_container {
    width: 300px;
    height: 550px;
}
.form-group.row {
    width: 300px;
}
p.nav-bar-cont {
    font-size: 13px;
    color: #ccc;
    margin-bottom: -20px;
}
p.progress-bar-cont-verbiage {
    font-size: 13px;
    color: #ccc;
    margin-bottom: -20px;
    margin-top: -25px;
    margin-left: -20px;
}
.user-name {
    min-height: 80px;
    float:left; 
    padding:5px;
    width:auto;
}
.model-number {
    min-height: 20px;
    float:left; 
    padding:5px;    
}
#apache-divider-bar {
   /* display:none; */    
}
#logo {
    float: left;
    padding: 1.5em 1em;
}
#slogan {
    display:none;
}
#searchform .textbox {
    width: 65%;
}
div#videos-search.widget_search form input#videosearchsubmit, input[type='submit'].button {
    background-color: #ea3a42;;
    background-image: -webkit-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,0%,.1));
    background-image: -moz-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,0%,.1));
    background-image: -ms-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,0%,.1));
    background-image: -o-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,0%,.1));
    background-image: linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,0%,.1));
    border: none;
    border-radius: .5em;
    box-shadow: inset 0 0 0 1px hsla(0,0%,0%,.2), inset 0 2px 0 hsla(0,0%,100%,.1), inset 0 1.2em 0 hsla(0,0%,100%,0.1), inset 0 -.2em 0 hsla(0,0%,100%,.1), inset 0 -.25em 0 hsla(0,0%,0%,.25), 0 .25em .25em hsla(0,0%,0%,.05);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    margin: .73em .5em 1em;
    padding: .2em .7em .25em;
    position: relative;
    text-decoration: none;
    text-shadow: 0 1px 1px hsla(0,0%,100%,.25);
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 700;
}
#header-social-wrap { 
    display: inline-block; 
    padding: 0; 
    margin:0; 
    float: right; 
    margin-top: .15em; 
    margin-right: .18em
}
#header-social-wrap a { 
    display:inline-block; 
    width:34px; 
    height: 36px; 
    margin: 0; 
    padding: 0; 
    border: 0; 
    text-decoration: none; 
    background:url(/view/images/et-socialmedia-sprites.png) no-repeat 0px 0px;
}
a#header-social-facebook { 
    background-position: -10px -40px; width: 20px;
}
a#header-social-twitter { 
    background-position: -44px -40px; width: 32px;
}
a#header-social-youtube { 
    background-position: -85px -40px; width: 30px;
}
a#header-social-email {
    background-position: -122px -40px;width: 36px;
}
a#header-social-rss {
    background-position: -166px -40px; width: 28px;
}
a#header-social-pinterest  {
    background-position: -207px -40px; width: 26px;
}
a#header-social-facebook:hover { 
    background-position: -10px 0px;
}
a#header-social-twitter:hover { 
    background-position: -44px 0px;
}
a#header-social-youtube:hover { 
    background-position: -85px 0px;
}
a#header-social-email:hover {
    background-position: -122px 0px;
}
a#header-social-rss:hover {
    background-position: -166px 0px;
}
a#header-social-pinterest:hover  {
    background-position: -207px 0px; 
}
#nav_menu {
    display:none;       
}
.image {
    width: 200px;
    height: 200px;   
    display: inline-block;
    text-decoration: none;
}
p.starting {
    font-size: 13px;
    color: #ccc;
}
p.price-box {
    color: #1b394e;
    font-size: 30px;
    margin-top: -15px;
}
.innerTop {
    display:none;
}
ul {
    margin-top: -15px;
    list-style-type: none;
    list-style-image: none;
    margin-left:-25px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 13px;
    color: #777;
}
.container {
    width: 100%;
    overflow: hidden;
}
.byoa h1 {
   font-size: 25px; 
   padding-top: 10px;
}
#image_text_inc_triangle {
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 40px;
    border-style: solid;
    border-width: 70px 70px 0 0;
    border-color: #A9A9A9 transparent transparent transparent;
    z-index: 1;
}
#image_wrap_inc {
    position: relative;
    width: 275px;
    background: #FFFFFF;
}
#image_text_inc_triangle span {
    color: #fff;
    position: absolute;
    top: -64px;
    left: 5px;
    font-size: 16px;
}
#image_text_inc {
    position: absolute;
    width: 275px;
    right: 0;
    top: 210px;
    bottom: 0;
    background: white;
    color: black;
    font-size: 14px;
    padding-left: 2px;
    padding-top: 2px;
    border: 1px solid #A9A9A9;
}
label input[type="radio"] ~ i.fa.fa-circle-o{
    color: #c8c8c8;    
    display: inline;
    outline:none;
}
label input[type="radio"] ~ i.fa.fa-check-circle-o{
    display: none;
    outline:none;
}
label input[type="radio"]:checked ~ i.fa.fa-circle-o{
    display: none;
    outline:none;
}
label input[type="radio"]:checked ~ i.fa.fa-check-circle-o{
    color: #C32033;    
    display: inline;
    outline:none;
}
label:hover input[type="radio"] ~ i.fa {
    color: #C32033;
    outline:none;
}
label input[type="checkbox"] ~ i.fa.fa-square-o{
    color: #c8c8c8;    
    display: inline;
    outline:none;
}
label input[type="checkbox"] ~ i.fa.fa-check-square-o{
    display: none;
    outline:none;
}
label input[type="checkbox"]:checked ~ i.fa.fa-square-o{
    display: none;
    outline:none;
}
label input[type="checkbox"]:checked ~ i.fa.fa-check-square-o{
    color: #C32033;    
    display: inline;
    outline:none;
}
label:hover input[type="checkbox"] ~ i.fa {
    color: #C32033;
    outline:none;
}
div[data-toggle="buttons"] label.active{
    color: #C32033;
    outline:none;
}
div[data-toggle="buttons"] label {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 2em;
    text-align: left;
    white-space: nowrap;
    vertical-align: top;
    cursor: pointer;
    background-color: none;
    border: 0px solid #c8c8c8;
    border-radius: 3px;
    color: #c8c8c8;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    outline:none;
}
div[data-toggle="buttons"] label:hover {
    color: #D48E8E;
    outline:none;
}
div[data-toggle="buttons"] label:active, div[data-toggle="buttons"] label.active {
-webkit-box-shadow: none;
box-shadow: none;
    outline:none;
}
.thumbnailstyle_inc {
    width: 275px;
    height: 275px;
    border: 1px solid #A9A9A9;
}
#image_text_triangle {
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 40px;
    border-style: solid;
    border-width: 70px 70px 0 0;
    border-color: #C32033 transparent transparent transparent;
    z-index: 1;
}
#image_text_triangle span {
    color: #fff;
    position: absolute;
    top: -64px;
    left: 5px;
    font-size: 16px;
}
#image_wrap {
    position: relative;
    width: 275px;
    background: #FFFFFF;
}
#image_text {
    position: absolute;
    width: 275px;
    right: 0;
    top: 210px;
    bottom: 0;
    background: white;
    color: black;
    font-size: 14px;
    padding-left: 2px;
    padding-top: 2px;
    border: 1px solid #A9A9A9;
}
#progressbar {
    display:none;
}
#progress-bar-cont {
    display:none;
}
#tableprogressbar {
    display:none;   
}
.thumbnailstyle {
    width: 275px;
    height: 275px;
    border: 1px solid #A9A9A9;
}
.ui-accordion-content {
    overflow: scroll;
    max-height: 500px;
}
hr.apache {
    /* display: none; */
}
hr.bottom-bar-hr {
    display: none;
}
.wrapper {
    width: 300px;
    background-color: white;
}
    
.form-group {
    margin-bottom: 5px;
    padding-left: 5px;
}
.ui-widget {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.5em;
}
.ui-widget-content {
    color: #1b394e;
}
.ui-dialog {
    left: 0;
    outline: 0 none;
    padding: 0 !important;
    position: absolute;
    top: 0;
}
.ui-dialog .ui-dialog-content {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    overflow: auto;
    position: relative;
    padding: 0 !important;
    height: 600px;
}
.ui-widget-header {
    background: #777777;
    border: 0;
    color: #000000;
    font-weight: normal;
}
.ui-dialog .ui-dialog-titlebar {
    padding: 0.1em .5em;
    position: relative;
    font-size: 1em;
}
.ui-widget-overlay {
  opacity: .50 !important;
  filter: Alpha(Opacity=50) !important;
  background-color: rgb(50, 50, 50) !important; 
}
#filter-placeholder {
    display: none;
}
#factory-msrp {
    float: left; 
    border-bottom: 1px solid #D0D0D0; 
    border-top: 1px solid #D0D0D0; 
    border-right: 1px solid #D0D0D0; 
    padding:5px; 
    width:300px;   
}
#factory-model {
    min-height:20px; 
    padding:5px; 
    border-right: 1px solid #D0D0D0; 
    border-bottom: 1px solid #D0D0D0;
    width:300px;   
}
#progress-bar-container{
   min-height: 80px;
   border-left: 1px solid #D0D0D0;
   float:left; 
   padding:5px; 
   width: 300px;
   border-right: 1px solid #D0D0D0; 
}
#progress-bar-column {
    display: none;
}
#h360spinner {
    display: none;
}
.ui-dialog {
    width: 100% !important;    
}
    
}
/* end of media query */
}