.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
body {
  font-family: Arial, Tahoma, Helvetica;
  font-size: 16px;
  color: #30383a;
}
body.dealer #nav_dealer {
  border-bottom: solid 3px #fcaf17;
}
body.products #nav_products {
  border-bottom: solid 3px #fcaf17;
}
.nav-active {
  border-bottom: solid 3px #fcaf17;
}
.container {
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 10px;
}
.tablet {
  display: none;
}
.desktop {
  display: block;
}
@media (min-width: 550px) {
  .mobile {
    display: none !important;
  }
}
header#header {
  background: #233741;
  color: #fff;
  padding: 1px 26px;
  width: 100%;
  max-width: 1900px;
  position: fixed;
  z-index: 100;
  height: 60px;
}
header#header #header_content > div,
header#header #header_content > nav {
  display: inline-block;
}
header#header #header_content > div.search.desktop,
header#header #header_content > nav.search.desktop {
  display: inline;
}
header#header .navbar-toggle {
  font-size: 28px;
}
header#header #logo {
  background: url(/Content/Images/promaster.png) no-repeat;
  width: 190px;
  height: 33px;
  display: inline-block;
  margin-right: 5%;
  background-size: contain;
  position: relative;
  top: 13px;
  float: left;
}
header#header #logo a {
  display: block;
  width: 100%;
  height: 100%;
}
header#header nav {
  display: inline;
}
header#header nav ul.navbar > li {
  float: left;
  margin-right: 40px;
  text-transform: uppercase;
  font-size: .95em;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 58px;
}
header#header nav ul.navbar > li:hover {
  border-bottom: solid 3px #fcaf17;
}
header#header nav ul.navbar > li .subnav {
  position: absolute;
  color: #30383a;
  background: #fff;
  line-height: normal;
  left: 14%;
  display: none;
  padding-top: 12px;
  top: 62px;
  max-width: 1127px;
  height: auto;
  box-shadow: 1px 1.5px 1.5px 1px #ccc;
}
header#header nav ul.navbar > li .subnav div {
  float: left;
  width: 15%;
  min-width: 168px;
  margin-left: 2%;
  height: 196px;
}
header#header nav ul.navbar > li .subnav div h6 {
  font-weight: bold;
  font-size: 14px;
  height: 2.8em;
  color: #30383a;
}
header#header nav ul.navbar > li .subnav div li {
  text-transform: none;
  line-height: normal;
  font-size: 12px;
  float: none;
  padding-bottom: 4px;
  color: #30383a;
}
header#header .desktop .formsearch {
  border: solid 1px #fff;
  height: 34px;
  float: right;
  margin-right: 4%;
  margin-top: 13px;
  background-color: white;
}
header#header .desktop .formsearch input {
  margin-top: 0px;
  height: 34px;
}
header#header .desktop .formsearch input[type=text] {
  padding: 7px 5px;
  width: 232px;
  float: left;
  border: none;
  height: 21px;
}
header#header .desktop .formsearch input[type=text].invalid {
  border: solid 2px #ef4023;
  margin: -3px 0 0 -2px;
}
header#header .desktop .formsearch button {
  background: transparent;
  border: none;
  float: right;
  cursor: pointer;
}
header#header #cart {
  float: right;
  margin: 13px 50px -8px 0;
}
header#header #cart #cart_icon {
  background: url(/Content/Images/cart_icon.png) no-repeat;
  width: 33px;
  height: 35px;
  cursor: pointer;
  background-size: contain;
}
header#header #cart #header_cart {
  display: none;
  color: #333;
  position: absolute;
  z-index: 100;
  width: 415px;
  right: 58px;
  background: #fff;
  border: solid 1px #233741;
  padding: 15px 8px;
}
header#header #cart #header_cart li.minicart_item {
  font-size: 14px;
}
header#header #cart #header_cart li.minicart_item > div {
  float: left;
}
header#header #cart #header_cart li.minicart_item .minicart_img img {
  width: 65px;
  height: 65px;
}
header#header #cart #header_cart li.minicart_item .minicart_details {
  margin-left: 8px;
}
header#header #cart #header_cart li.minicart_item .minicart_details .minicart_name {
  font-weight: bold;
  width: 215px;
}
header#header #cart #header_cart li.minicart_item .minicart_qty {
  width: 40px;
}
header#header #cart #header_cart li.minicart_item .minicart_cost {
  width: 80px;
  text-align: right;
}
header#header #cart #header_cart .CartClose {
  padding: 12px 0;
  /*border-top: solid 2px #b4b4b4;*/
  margin: 15px 8px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}
header#header #cart #header_cart .items_total {
  padding: 12px 0;
  border-top: solid 2px #b4b4b4;
  margin: 15px 8px;
  text-align: right;
  font-size: 14px;
}
header#header #cart #header_cart .button.orange {
  background-color: #fcaf17;
  color: #233741;
  text-transform: none;
  display: block;
  font-size: 12px;
  font-weight: bold;
  padding: 0 16px;
  width: 220px;
  margin: 0 auto;
}
header#header #cart #cart_count_container {
  position: relative;
  top: -7px;
  height: 17px;
  overflow: hidden;
}
header#header #cart #cart_count_container #cart_count {
  background: #f00;
  padding: 2px;
  border-radius: 10px;
  width: 12px;
  text-align: center;
  margin: 0 auto;
  position: relative;
  left: -2px;
  display: none;
  font-size: 12px;
}
#main_content {
  padding-top: 31px;
  color: #30383a;
}
#main_content .breadcrumbs {
  padding: 15px 0;
  margin-bottom: 45px;
  font-family: Arial;
  font-size: 14px;
  padding-top: 35px;
}
#main_content .breadcrumbs ul {
  list-style: none;
  text-transform: uppercase;
}
#main_content .breadcrumbs ul li {
  float: left;
  font-size: .8em;
  font-weight: bold;
}
#main_content .breadcrumbs ul li a {
  color: #fcaf17;
  text-decoration: underline;
}
#main_content .breadcrumbs ul li:after {
  content: '>';
  margin: 0 8px;
}
#main_content .breadcrumbs ul li:last-child:after {
  display: none;
}
#main_content .breadcrumbs:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#main_content h1.heading {
  font-family: NexaBold, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 23px;
  text-transform: uppercase;
  margin-bottom: 40px;
  text-align: center;
  color: #30383a;
}
#main_content h1.heading span {
  border-bottom: solid 2px #fcaf17;
  padding-bottom: 5px;
}
#main_content p {
  padding-bottom: 20px;
}
#main_content h3 {
  font-family: NexaBold, Tahoma, Arial, Helvetica, sans-serif;
  padding-left: 28px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  display: inline;
}
#main_content .price {
  color: #fcaf17;
  margin-top: 2px;
  font-size: 1.0em;
}
#main_content .price .dollars {
  font-size: 1.2em;
  font-weight: bold;
}

    #main_content .div1 {

        overflow: auto;
    }

    #main_content .cost {
        float: left;
        width: 100px;
        height: 30px;
        background: #FFFFFF;
        font-size: 1.8em;
        font-weight: bold;
        padding-right: 12px; 
        padding-top:3px;
    }


    #main_content .OldPrice {
        font-size: .7em;
        display: flex;
        align-items: center;
        float: left;
        text-decoration: line-through;
        line-height: .6;
        display: block;
        padding-top: 9PX;
        color:darkgray;
    }

    #main_content .Message {
        font-size: .8em;
        display: flex;
        align-items: center;
        float: left;
        color:red;
    }

    #main_content .OfferExp {
    
        color: darkgray;
    } 

    /*#main_content .bundleprice {
        text-decoration: line-through;
        margin-right: 6px;
    }*/




#main_content .price .cents {
  font-size: 1.2em;
  font-weight: bold;
}
#main_content .price .cents:before {
  content: '.';
}
#main_content .product-options {
  height: 36px;
}
#main_content .product-options li {
  display: inline-block;
}
#main_content .product-options li.color-option {
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  margin: 8px 6px;
  border-radius: 10px;
}
#main_content .product-options li.color-option a {
  display: block;
  height: 20px;
  border-radius: 10px;
}
#main_content .product-options li.color-option.active {
  border: solid 1px #000;
  margin: 3px;
  border-radius: 12px;
  position: relative;
  top: 2px;
}
#main_content .product-options li.color-option.active a {
  height: 16px;
  margin: 2px;
}
#main_content .product-options li.size-option {
  font-size: 11px;
  border: solid 1px #556670;
  border-radius: 4px;
  margin: 8px 3px;
  padding: 3px;
}
#main_content .product-options li.size-option.active {
  background-color: #556670;
  color: #fff;
}

footer {
    background: #233741;
    padding: 22px 0;
    color: #fff;
}
footer div a {
  color: #fff;
  text-decoration: none;
  font-size: .75em;
}
footer div p {
  font-size: 0.75em;
}
footer div > section {
  float: left;
}
footer div > section h4 {
  padding-top: 3px;
  text-transform: uppercase;
  font-size: 0.9em;
  padding-bottom: 10px;
  color: #fcaf17;
  font-weight: bold;
}
footer div > section#footer_social {
  margin-right: 60px;
  /*#follow_fb_mobile {
					background-image:url(/Content/Images/facebook_50.png);
				}
				#follow_yt_mobile {
					background-image:url(/Content/Images/youtube_50.png);
				}
				#follow_tw_mobile {
					background-image:url(/Content/Images/twitter_50.png);
				}
				#follow_ig_mobile {
					background-image:url(/Content/Images/instagram_50.png);
				}*/
}
footer div > section#footer_social ul {
  padding-top: 1px;
}
footer div > section#footer_social .follow_link {
  float: left;
  margin: 0 16px 0 0;
  background-repeat: no-repeat;
  width: 28px;
  height: 35px;
  background-size: contain;
  text-indent: -9999px;
}
footer div > section#footer_social #follow_fb {
  background-image: url(/Content/Images/facebook.png);
}
footer div > section#footer_social #follow_yt {
  background-image: url(/Content/Images/youtube.png);
}
footer div > section#footer_social #follow_tw {
  background-image: url(/Content/Images/twitter.png);
}
footer div > section#footer_social #follow_ig {
  background-image: url(/Content/Images/instagram.png);
}
footer div > section#footer_social a {
  width: 100%;
  height: 100%;
  display: block;
}
footer div > section#footer_dealers li {
  line-height: 18px;
  padding-top: 5px;
}
footer div > section#footer_dealers li#search_more_dealers::after {
  border-top: solid 4px transparent;
  border-right: none;
  border-bottom: solid 4px transparent;
  border-left: solid 7px #fff;
  display: inline-block;
  content: ' ';
  margin-left: 6px;
}
footer div > section#footer_links {
  float: right;
}
footer div > section#footer_links ul.main-links {
  text-transform: uppercase;
  font-family: Arial;
  padding-bottom: 8px;
  font-size: 18px;
  color: #fcaf17;
  font-weight: bold;
}
footer div > section#footer_links ul.main-links a {
  color: #fcaf17;
}
footer div > section#footer_links ul.sub-links {
  text-transform: uppercase;
  font-family: Arial;
  font-size: 15px;
}
footer div > section#footer_links li {
  float: left;
  margin-right: 25px;
}
footer div > section#footer_links li.last-child {
  margin-right: 0px;
}
footer div > section#footer_links #email_signup {
  margin-top: 10px;
  border-top: solid 1px #65737a;
  padding-top: 7px;
}
footer div > section#footer_links #email_signup .email_signup_box {
  border: solid 1px #fff;
  margin-top: 12px;
}
footer div > section#footer_links #email_signup .email_signup_box input[type=text] {
  /*margin: 0;
							float: left;
							width: 535px;
							height: 31px;
							border: none;*/
  padding: 7px 5px;
  width: 535px;
  border: none;
  height: 21px;
}
footer div > section#footer_links #email_signup .email_signup_box input[type="image"] {
  margin-top: 1px;
  height: 21px;
}
footer div > section#footer_links #email_signup .email_signup_box button {
  border: none;
  background: transparent;
  float: right;
}
footer #copyright {
  text-align: center;
  color: #839098;
  clear: both;
  font-size: 12px;
  padding-top: 40px;
}
.module-holder {
  margin: 0 auto;
}
.module-holder#home-links-module img {
  margin: 0 auto;
}
.module-holder#home-products-module img {
  margin: 0 auto;
}
.module_container {
  padding: 20px 0;
}
.module_container:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.module_container .module-title {
  font-size: 1.44em;
  color: #30383a;
  text-transform: uppercase;
  padding-bottom: 16px;
  font-family: NexaBold, Tahoma, Arial, Helvetica, sans-serif;
}
.module_container .module-slide {
  float: left;
}
.module_container .module-slide .link-url {
  text-align: center;
  color: #233741;
  text-transform: uppercase;
  font-weight: bold;
}
.module_container .module-links .link-image {
  margin: 0 auto;
  max-width: 100%;
}
.module_container .module-products .product-image img {
  max-width: 100%;
}
.module_container .module-products .product-name {
  font-size: 0.9em;
  text-transform: uppercase;
  width: 100%;
  height: 40px;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
  font-family: Arial;
}
.module_container .module-products .product-price {
  text-align: center;
  padding: 12px 0;
}
.module_container .module-products .buy-button {
  width: 125px;
  height: 35px;
  text-transform: uppercase;
  margin: 0 auto;
  line-height: 35px;
  text-align: center;
  background: #fcaf17;
  color: #fff;
  font-size: 0.9em;
  cursor: pointer;
}
.module_container .module-banners .module-slide div {
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
.loading {
  position: relative;
}
.loading:before {
  opacity: .7;
  background: #333 url(/Content/Images/loading-spinner.gif) no-repeat center center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: ' ';
}
.button {
  /*background:@dark-blue;
	font-family:@profont;
	color:#ffffff;
	text-transform:uppercase;
	min-width:167px;
	height:46px;
	line-height:46px;
	text-align:center;
	border:solid 1px #fff;
	cursor:pointer;*/
  min-width: 167px;
  height: 46px;
  text-transform: uppercase;
  margin: 0 auto;
  line-height: 46px;
  text-align: center;
  background: #233741;
  color: white;
  font-size: 0.9em;
  cursor: pointer;
  font-family: Arial;
  /*@profont;*/
  border: none;
}
#dealerfinder_container div.form-fields {
  margin-bottom: 0px;
}
#dealerfinder_container div.form-fields input {
  color: #233741;
  border: solid 1px #cccccc ;
  padding: 10px;
  margin-right: 15px;
}
#dealerfinder_container div.form-fields select {
  color: #233741;
  border: solid 1px #cccccc;
  padding: 9px;
  margin-right: 15px;
}
#dealerfinder_container div.form-fields button {
  height: 35px;
  line-height: 35px;
}
#dealerfinder_container #map-holder {
  padding-bottom: 120px;
  display: flex;
  padding-top: 20px;
}
#dealerfinder_container #map-holder #map {
  width: 800px;
  height: 560px;
  float: left;
  margin-right: 14px;
}
#dealerfinder_container #map-holder #dealerlist {
  border: solid 1px #cccccc;
  padding: 10px 15px;
  overflow: auto;
  height: 538px;
  max-width: 260px;
}
#dealerfinder_container #map-holder #dealerlist li {
  margin-bottom: 40px;
  line-height: 20px;
  font-size: 14px;
}
#dealerfinder_container #map-holder .dealer-name {
  font-weight: bold;
}
#dealerfinder_container #map-holder .dealer-website {
  background-image: url(/Content/Images/linkout.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  float: right;
  text-indent: -9999px;
}
#dealerfinder_container #map-holder .dealer-website a {
  width: 30px;
  height: 30px;
  display: block;
}
.message_container {
  position: fixed;
  top: 0;
  z-index: 100;
  text-align: center;
  margin-top: 30px;
  background: #f00;
  width: 90%;
  margin: 75px auto;
  left: 0;
  right: 0;
  padding: 17px;
  color: #fff;
  border-radius: 4px;
  display: none;
}
.message_container.danger {
  color: #fff;
  background-color: #FF0000;
}
.message_container.warning {
  color: #fff;
  background-color: #ffd800;
}
.message_container.success {
  color: #fff;
  background-color: #0db00d;
}
.error {
  color: #ef4023;
}
.invalid {
  border: solid 1px #ef4023;
}
@media (max-width: 1500px) {
  header #header_content #search {
    display: none;
  }
}
@media (max-width: 1227px) {
  header#header #search {
    margin-top: 0px;
  }
}
@media screen and (max-width: 600px) {
  table {
    width: 100%;
  }
  thead {
    display: none;
  }
  tr:nth-of-type(2n) {
    background-color: inherit;
  }
  tr td:first-child {
    background: #fcaf17;
    font-size: 1.3em;
  }
  tr td:first-child + td {
    font-weight: bold;
    font-size: .9em;
  }
  tr td:first-child + td + td {
    font-weight: bold;
    font-size: .9em;
  }
  tbody td {
    display: block;
    text-align: center;
  }
  tbody td:before {
    content: attr(data-th);
    display: block;
    text-align: center;
  }
}
@media (max-width: 1000px) {
  .desktop {
    display: none;
  }
  .tablet {
    display: block;
  }
  header#header {
    padding: 1px 14px;
    width: calc(100% - 28px);
  }
  header#header .navbar-toggle {
    position: relative;
    top: 5px;
    margin-left: 2%;
    width: 8%;
  }
  header#header .navbar-toggle #mobile-nav {
    position: absolute;
    left: -337px;
    width: 300px;
    background: #556670;
    top: 47px;
    max-height: 440px;
    overflow: auto;
    border-right: solid 3px #556670;
  }
  header#header .navbar-toggle #mobile-nav li {
    padding: 15px;
    font-size: 18px;
    text-transform: uppercase;
    border-bottom: solid 1px #77858d;
  }
  header#header .navbar-toggle #mobile-nav li li {
    font-size: 0.75em;
  }
  header#header .navbar-toggle #mobile-nav #mobile-subnav {
    display: none;
  }
  header#header .navbar-toggle #mobile-nav div#swipeToClose {
    font-size: 17px;
    color: #aaa;
    line-height: 50px;
    padding: 10px 14px;
    display: none;
  }
  header#header .navbar-toggle #mobile-nav div#swipeToClose span.big {
    font-size: 50px;
    vertical-align: -7px;
  }
  header#header .navbar-toggle #mobile-nav div.search {
    margin: 3px 0 0 0;
    float: none;
    background: #fff;
    display: block !important;
  }
  header#header .navbar-toggle #mobile-nav div.search input[type=text] {
    height: 45px;
    width: 225px;
    padding-left: 12px;
    border: #fff;
    margin: 0;
  }
  header#header .navbar-toggle #mobile-nav div.search input[type=image] {
    background: #fff;
    height: 38px;
    float: right;
    margin: 0;
    padding-top: 5px;
  }
  header#header #logo {
    float: none;
    margin: 0 5% 0 7%;
    width: 66%;
    top: 16px;
    background-position: center;
  }
  header#header #header_content > div.mobile,
  header#header #header_content > nav.mobile {
    display: inline-block !important;
  }
  header#header #cart {
    margin-right: 2%;
    width: 8%;
  }
  header#header #cart #header_cart {
    width: auto;
    right: 0;
  }
  header#header #cart #header_cart li.minicart_item {
    border-bottom: solid 1px #e0e0e0;
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  header#header #cart #header_cart li.minicart_item:last-child {
    border-bottom: none;
  }
  header#header #cart #header_cart li.minicart_item .minicart_qty {
    float: right;
    text-align: right;
  }
  header#header #cart #header_cart li.minicart_item .minicart_cost {
    text-align: left;
    float: left;
    margin-left: 8px;
    font-weight: bold;
    margin-top: 8px;
  }
  header#header .mobile {
    display: block;
    /*background-image:url(/Content/Images/facebook_50.png);
		}
		#follow_yt_mobile {
			background-image:url(/Content/Images/youtube_50.png);
		}
		#follow_tw_mobile {
			background-image:url(/Content/Images/twitter_50.png);
		}
		#follow_ig_mobile {
			background-image:url(/Content/Images/instagram_50.png);*/
    /*.st_pinterest_custom{
   background: url("/Content/Images/PinterestProd.png") no-repeat scroll left top transparent;
   height: 25px;
   width: 25px;
   display:inline-block;
   cursor:pointer;
}*/
  }
  header#header .mobile .st_facebook_custom {
    background: url("/Content/Images/facebook_50.png") no-repeat scroll left top transparent;
    height: 25px;
    width: 25px;
    display: inline-block;
    cursor: pointer;
  }
  header#header .mobile .st_twitter_custom {
    background: url("/Content/Images/twitter_50.png") no-repeat scroll left top transparent;
    height: 25px;
    width: 25px;
    display: inline-block;
    cursor: pointer;
  }
  header#header .mobile .st_instagram_custom {
    background: url("/Content/Images/instagram_50.png") no-repeat scroll left top transparent;
    height: 25px;
    width: 25px;
    display: inline-block;
    cursor: pointer;
  }
  header#header .desktop {
    display: none !important;
  }
  header#header .desktop .st_facebook_custom {
    background: url("/Content/Images/FacebookProd.png") no-repeat scroll left top transparent;
    height: 25px;
    width: 25px;
    display: inline-block;
    cursor: pointer;
  }
  header#header .desktop .st_twitter_custom {
    background: url("/Content/Images/TwitterProd.png") no-repeat scroll left top transparent;
    height: 25px;
    width: 25px;
    display: inline-block;
    cursor: pointer;
  }
  header#header .desktop .st_instagram_custom {
    background: url("/Content/Images/InstagramProd.png") no-repeat scroll left top transparent;
    height: 25px;
    width: 25px;
    display: inline-block;
    cursor: pointer;
  }
  header#header .desktop .st_pinterest_custom {
    background: url("/Content/Images/PinterestProd.png") no-repeat scroll left top transparent;
    height: 25px;
    width: 25px;
    display: inline-block;
    cursor: pointer;
  }
  .module-holder {
    width: 90%;
  }
  #home-links-module .product-image img {
    max-width: 400px;
  }
  footer div > section#footer_social {
    margin-left: 14px;
  }
  footer div > section#footer_links {
    float: left;
    padding-top: 40px;
  }
}
@media (max-width: 550px) {
  .mobile {
    display: block;
  }
  .tablet {
    display: none !important;
  }
  .desktop {
    display: none !important;
  }
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
  #main_content {
    padding-top: 42px;
  }
  .module_container .module-slide {
    /*float:none;
			display:block;
			width:100% !important;*/
  }
  .module-holder {
    width: 79%;
  }
  .module-holder#home-links-module img {
    display: block;
    max-width: 100%;
  }
  .module-holder#home-products-module img {
    display: block;
    max-width: 100%;
  }
  #main_content h1.heading span {
    line-height: 31px;
    padding-bottom: 0;
  }
  #dealerfinder_container div.form-fields button {
    margin-top: 15px;
  }
  #dealerfinder_container #map-holder {
    display: block;
  }
  #dealerfinder_container #map-holder #map {
    width: 100%;
    height: 320px;
    float: none;
  }
  #dealerfinder_container #map-holder #dealerlist {
    height: 400px;
    max-width: none;
    width: 91%;
    margin-top: 15px;
  }
  footer .follow_link_mobile {
    float: right;
    margin: 0 7px 0;
    background-repeat: no-repeat;
    width: 20%;
    height: 50px;
    background-size: contain;
    text-indent: -9999px;
  }
  footer .follow_link_mobile a {
    display: block;
    width: 100%;
    height: 100%;
  }
  footer #follow_fb_mobile {
    background-image: url(/Content/Images/facebook_50.png);
  }
  footer #follow_yt_mobile {
    background-image: url(/Content/Images/youtube_50.png);
  }
  footer #follow_tw_mobile {
    background-image: url(/Content/Images/twitter_50.png);
  }
  footer #follow_ig_mobile {
    background-image: url(/Content/Images/instagram_50.png);
  }
  footer ul.footer_links_mobile li {
    text-align: center;
    font-size: 26px;
    padding: 12px 0;
    font-family: KlavikaRegularPlain, Tahoma, Arial, Helvetica, sans-serif;
    border-bottom: solid 1px #aaa;
  }
  footer #copyright_mobile {
    font-size: 12px;
    padding: 30px 0 0;
    text-align: center;
  }
}
.ui-loader-default {
  display: none;
}
