/* Overlay */
#ampromo-items-add
{
    border: 1px solid #ededed;
    padding: 7px;
    text-align: center;
    margin-bottom: 12px;
}

#ampromo-items-add a
{
    text-decoration: none;
    border-bottom: 1px dashed;
}

.amscheckout #ampromo-items-add
{
    margin: 7px 10px;
}

#ampromo-overlay
{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
    top: 0;
    left: 0;
    z-index: 10000;
    text-align: center;
    direction: ltr;
    overflow: scroll;
}

#ampromo-overlay .close
{
    position: absolute;
    top: 7px;
    right: 7px;
    background: url(base/default/images/amasty/ampromo/close_icon.png) no-repeat;
    width: 16px;
    height: 16px;
    z-index: 1;
    margin: 0;
    padding: 0;
    font-size: 0;
    display: block;

    opacity: .8;
}

#ampromo-overlay .close:hover
{
    opacity: 1;
    transition: opacity 0.2s ease;
}

.ampromo-item .giftcard-send-form{
    padding: 0;
    margin: 0;
}

@media only screen and (max-width: 820px) and (min-width: 420px) {
    body #ampromo-items.amcarousel {
        width: 400px;
    }
    body .amcarousel #ampromo-carousel-wrapper {
        width: 250px;
    }
}

@media only screen and (max-width: 420px) {
    body #ampromo-items.amcarousel {
        width: 100%;
    }

    body .amcarousel #ampromo-carousel-wrapper {
        width: 250px;
    }

    body .ampromo-carousel-control.prev
    {
        left: 0px;
    }

    body .ampromo-carousel-control.next
    {
        right: 0px;
    }

    body .ampromo-carousel-control {
        z-index: 10001;
    }
}

@media only screen and (max-width: 340px) {
    body #ampromo-items .ampromo-item {
        border: none;
    }
}

@media only screen and (max-height: 500px) {
    body #ampromo-items.amcarousel {
        top: 0 !important;
        height: 100%;
    }

    body #ampromo-items {
        padding-top: 0;
    }

    body #ampromo-items>h4 {
        display: none;
    }
}

/* Items */

#ampromo-items
{
    border: 1px solid #ededed;
    background-color: white;
    position: relative;
    margin: 0 auto;
    padding: 24px;
    display: inline-block;
    box-sizing: border-box;
}

#ampromo-items.amcarousel
{
    display: block;
    width: 685px;
}


#ampromo-items .ampromo-item
{
    box-sizing: border-box;

    margin-bottom: 7px;
    padding: 20px;
    width: 250px;

    border: 1px solid #ededed;
    position: relative;
    margin-right: 12px;
}

#ampromo-items .ampromo-item-options
{
    margin-bottom: 12px;
    text-align: left;
}

#ampromo-items .ampromo-item-image
{
    display: block;
    margin: 0 auto;
    width: 160px;
    height: 160px
}

/* Carousel */

.amcarousel #ampromo-carousel-wrapper
{
    width: 520px;
}

#ampromo-carousel-wrapper
{
    overflow: hidden;
    margin: 0 auto;
}

.amcarousel #ampromo-carousel-content
{
    width: 4500px;
    height: 1px;
}

#ampromo-carousel-content .ampromo-slide
{
    float: left;
}

.amcarousel .ampromo-carousel-control
{
    display: block;
}

.ampromo-carousel-control
{
    position: absolute;
    top: 260px;
    background: url(base/default/images/amasty/ampromo/buttons_next_prev.png) no-repeat;
    width: 48px;
    height: 45px;
    font-size: 0;
    display: none;
}

.ampromo-carousel-control.carousel-disabled.prev
{
    background-position: 0 0 !important;
}

.ampromo-carousel-control.amcarousel-disabled.next
{
    background-position: -46px 0 !important;
}

.ampromo-carousel-control.prev
{
    background-position: 0 -45px;
    left: 20px;
}

.ampromo-carousel-control.next
{
    background-position: -46px -45px;
    right: 20px;
}

.ampromo-carousel-control.prev:hover
{
    background-position: 0 -91px;
}

.ampromo-carousel-control.next:hover
{
    background-position: -46px -91px;
}

.ampromo-item .qty-holder
{
    display: none;
}

.ampromo-item-options select,
.ampromo-item-options input
{
    max-width: 210px;
}

.ampromo-notification
{
    padding: 7px;
    text-align: center;
    margin-bottom: 12px;

    border: 1px solid #f16048;
    color: #df280a;
    background: #faebe7;
}

.ampromo_items_form h4 {
    line-height: 50px;
}

.ampromo_items_form h4 a {
    display: inline-block;
    vertical-align: middle;
    line-height: 14px;
}

.ampromo-label{
    float: right; 
    position: absolute; 
    z-index: 500;
}

.ampromo-gift .product-image{
    float: left;
}

.ampromo-gift li{
    margin: 10px 10px;
    float: left;
}
.ampromo-tooltip {
   padding:2px 5px;
   background:#FEC;
   border:1px solid #FAA819;
   color:#1F5070;
   text-align:left;
   width:300px;
   position:absolute;
   z-index: 10001;
}

.ampromo-product-name{
    font-weight: bold;
}

.ampromo-short-description{
    
}

.ampromo-img img{
    /*width: 100%;*/
}
div.amshopby-column {
    float:left; width:83px;
}

select.amshopby-select {
    width:170px;
}

.amshopby-logo{
padding: 0pt 10px 10px 0pt; float: left;
}

.amshopby-featured {
    padding: 5px 5px 5px 5px;
}

.amshopby-link{
    float:left;
    padding-left:5px;
    padding-top:5px;
}

.amshopby-clearer {
	display:block;
	clear:both;
	overflow: hidden;
}
div.block-layered-nav dd a {padding:0px 5px 0px 0px; display:block; float: left;}
div.block-layered-nav dd a.amshopby-attr {padding-left:15px; background:transparent url(http://he7svi-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/images/custom_checkbox.png) no-repeat left center;}
div.block-layered-nav dd a.amshopby-attr-selected {font-weight: bold; padding-left:15px; background:transparent url(http://he7svi-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/images/custom_checkbox_hover.png) no-repeat left center;}
div.block-layered-nav dd a img {padding: 0px 4px 5px; float:left;}

dd.activities_filters dd ol { margin-bottom: 5px; }

div.block-layered-nav dd li.amshopby-cat-level-2 {padding-left:10px;}
div.block-layered-nav dd li.amshopby-cat-level-3 {padding-left:20px;}

div.block-layered-nav dd a.amshopby-cat-selected {font-weight: bold;
color:black; text-decoration: none; cursor:text;}

div.block-layered-nav dd li span.amshopby-plusminus {float:left;
display:block; width:15px; height:15px; cursor:pointer;
background:transparent url(http://he7svi-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/images/amshopby-plus.gif)  no-repeat;}
div.block-layered-nav dd li span.minus {background:transparent
url(http://he7svi-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/images/amshopby-minus.gif) no-repeat;}
div.block-layered-nav dd li:after {display:block; content:".";
clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }

div.amshopby-filters-wrapper { display: none; }
div.amshopby-descr { display: none; }

div.block-layered-nav dt.amshopby-collapsed {background:url(http://vqmft7-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/images/amshopby-collapsed.gif) center left no-repeat}


div.block-layered-nav div.amshopby-slider {
	 position:relative; margin:10px auto 5px auto; z-index:9; height:18px;  background: url(blueacorn/crs/images/amshopby-slider-bg.gif) repeat-x 0 50%; cursor:pointer;
}
div.block-layered-nav div.amshopby-slider div.handle {width:8px; top:3px; height:14px; background: transparent url(blueacorn/crs/images/amshopby-hadle.png) no-repeat; position: absolute; cursor:move; z-index: 2;}


div.mobile_left div.amshopby-slider {
     position:relative; margin:10px auto 5px auto; z-index:9; height:18px;  background: url(blueacorn/crs/images/amshopby-slider-bg.gif) repeat-x 0 50%; cursor:pointer;
}

/*
 * Slider labels
 */
.amshopby-slider-price {
	color: #798794;
}
.amshopby-slider-price-from {
	float: left;

}
.amshopby-slider-price-to {
	float: right;
}

.amshopby-slider-handle-right {
	position: absolute;
	top: 14px;
	right: 0px;
}

.amshopby-slider-handle-left {
	position: absolute;
	top: 14px;
	left: 0px;
}

.amshopby-tooltip {
    padding:2px 5px;
    background:#FEC;
    border:1px solid #FAA819;
    color:#1F5070;
    text-align:left;
    width:200px;
    position:absolute;
}

.amshopby-slider-price-range
{
	text-align: center;
	font-size: 0.9em;
}

.amshopby-tooltip-img {
    cursor:help;
}

div.block-layered-nav, div.amshopby-page-container, div.amshopby-filters-top {
    position: relative;
}
div.amshopby-overlay {
    background-color: #FFFFFF;
    height: 100%;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity = 50);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 555;
}
div.amshopby-overlay img {
    top: 100px;
    left: 45%;
    display: block;
    position: absolute;
}

div.amshopby-overlay div {
    margin: 0 auto;
    display: block;
	width: 300px;
	height: 200px;
	background:  url('http://he7svi-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/images/amshopby-overlay.gif') 50% 50% no-repeat;
}

/*
 * Advanced Categories
 */
.amshopby-advanced li {
	clear: both;
}
.amshopby-advanced li.level1 {
	padding-left: 20px;
}
.amshopby-advanced li.level2 {
	padding-left: 30px;
}
.amshopby-advanced li.level3 {
	padding-left: 40px;
}
.amshopby-advanced li.level4 {
	padding-left: 50px;
}


.amshopby-advanced li.active > a {
	font-weight: bold;
}

/*
 * Slider Bar
 */
.amshopby-slider-bar {
	position:absolute;
	background: #999;
	height: 6px;
	top: 6px;
	z-index: 1;
}

/*
 * Subcategores block
 */
.amshopby-subcategory-image {
	overflow: auto;
}

.btn-remove-inline { background-image: url('blueacorn/crs/images/am_btn_remove.gif'); background-repeat: no-repeat; width:13px; height:12px; margin-left: 4px; }
.btn-remove-inline:hover { /* background-position: center bottom; */ }
.amshopby-hightlighted { background: yellow;}
/*# sourceMappingURL=amshopby.css.map */.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ticket-history {
  padding: 6px 15px 6px 15px;
}
.ticket-history > .legend {
  margin: -16px 0 0 5px;
}
.ticket-history p {
  margin-bottom: .5em;
}
.ticket-history .fieldset {
  padding: 5px 10px;
  margin: 10px 0px;
  -webkit-border-radius: 0px 5px 5px 0px;
  -moz-border-radius: 0px 5px 5px 0px;
  border-radius: 0px 5px 5px 0px;
}
.ticket-history .fieldset .legend {
  margin-top: 5px;
  margin-bottom: 10px;
  font-weight: bold;
}
.ticket-history .fieldset.user {
  border: 1px solid #8eb589;
  border-left: 5px solid #8eb589;
  background-color: #fefffe;
  background-image: -moz-linear-gradient(top, #fdfffd, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdfffd), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #fdfffd, #ffffff);
  background-image: -o-linear-gradient(top, #fdfffd, #ffffff);
  background-image: linear-gradient(to bottom, #fdfffd, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffdfffd', endColorstr='#ffffffff', GradientType=0);
}
.ticket-history .fieldset.customer {
  border: 1px solid #9cb4c5;
  border-left: 5px solid #9cb4c5;
  background-color: #fcfdff;
  background-image: -moz-linear-gradient(top, #fafcff, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafcff), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #fafcff, #ffffff);
  background-image: -o-linear-gradient(top, #fafcff, #ffffff);
  background-image: linear-gradient(to bottom, #fafcff, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafcff', endColorstr='#ffffffff', GradientType=0);
}
.MultiFile-wrap .MultiFile-list .MultiFile-label {
  margin: 6px 0px 0px 0px;
}
.MultiFile-wrap .MultiFile-list .MultiFile-label .MultiFile-remove {
  text-decoration: none;
  font-size: 14px;
  color: #f00;
  line-height: 14px;
  margin-right: 5px;
}
.helpdesk-contact-form {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  *zoom: 1;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 5px 15px 8px 15px;
  position: relative;
  width: 600px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 21.875px;
  color: #333;
  margin-left: 10px;
}
.helpdesk-contact-form:before,
.helpdesk-contact-form:after {
  display: table;
  content: "";
  line-height: 0;
}
.helpdesk-contact-form:after {
  clear: both;
}
.helpdesk-contact-form a {
  color: #1a6690;
}
.helpdesk-contact-form .dropbox h2 {
  font-size: 20px;
  line-height: 30px;
  padding: 0;
  margin: 0px 0px 5px 0px;
  font-weight: normal;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.helpdesk-contact-form .dropbox .inside-form {
  *zoom: 1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 15px;
  margin-bottom: 8px;
}
.helpdesk-contact-form .dropbox .inside-form:before,
.helpdesk-contact-form .dropbox .inside-form:after {
  display: table;
  content: "";
  line-height: 0;
}
.helpdesk-contact-form .dropbox .inside-form:after {
  clear: both;
}
.helpdesk-contact-form .dropbox .inside-form ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.helpdesk-contact-form .dropbox .inside-form ul li {
  margin-bottom: 10px;
}
.helpdesk-contact-form .dropbox .inside-form ul li label {
  display: block;
  margin-bottom: 2px;
}
.helpdesk-contact-form .dropbox .inside-form ul li label em {
  color: #e00;
  margin-left: 5px;
}
.helpdesk-contact-form .dropbox .inside-form ul .wide {
  margin-top: 10px;
  margin-bottom: 15px;
}
.helpdesk-contact-form .dropbox .inside-form ul .customer-details {
  display: flex;
  width: 95%;
}
.helpdesk-contact-form .dropbox .inside-form ul .customer-details li.customer-name,
.helpdesk-contact-form .dropbox .inside-form ul .customer-details li.customer-email {
  float: left;
  width: 50%;
}
.helpdesk-contact-form .dropbox .inside-form ul .customer-details li.customer-name input,
.helpdesk-contact-form .dropbox .inside-form ul .customer-details li.customer-email input {
  width: 262px;
}
.helpdesk-contact-form .dropbox .inside-form ul .customer-details li.customer-name {
  margin-right: 20px;
}
.helpdesk-contact-form .dropbox .inside-form ul .fields {
  display: flex;
  width: 95%;
}
.helpdesk-contact-form .dropbox .inside-form ul .fields li.field1,
.helpdesk-contact-form .dropbox .inside-form ul .fields li.field2 {
  float: left;
  width: 50%;
}
.helpdesk-contact-form .dropbox .inside-form ul .fields li.field1 select,
.helpdesk-contact-form .dropbox .inside-form ul .fields li.field2 select {
  width: 262px;
}
.helpdesk-contact-form .dropbox .inside-form ul .fields li.field1 {
  margin-right: 20px;
}
.helpdesk-contact-form .dropbox .inside-form input[type="text"],
.helpdesk-contact-form .dropbox .inside-form textarea {
  background-color: white;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.18);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.18);
  display: inline-block;
  padding: 4px;
  margin-bottom: 9px;
  font-size: 14px;
  line-height: 21.875px;
  color: #555;
  width: 555px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.helpdesk-contact-form .dropbox .inside-form input[type="text"]:focus,
.helpdesk-contact-form .dropbox .inside-form textarea:focus {
  border-color: rgba(244, 175, 26, 0.8);
  outline: 0;
}
.helpdesk-contact-form .dropbox .inside-form input[type="text"].validation-failed,
.helpdesk-contact-form .dropbox .inside-form textarea.validation-failed {
  border-color: rgba(244, 26, 70, 0.8);
}
.helpdesk-contact-form .dropbox .inside-form .validation-advice {
  display: none !important;
}
.helpdesk-contact-form .dropbox .inside-form textarea {
  height: 80px;
}
.helpdesk-contact-form .dropbox .post-button {
  border: 1px solid #ddd;
  padding: 7px 12px;
  float: right;
  margin-top: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  font-size: 14px;
  font-weight: bold;
  color: #1a6690;
  cursor: pointer;
}
.helpdesk-contact-form .dropbox .post-button:hover {
  background-color: #f0f0f0;
  background-image: -moz-linear-gradient(top, #e6e6e6, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e6e6e6), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e6e6e6, #ffffff);
  background-image: -o-linear-gradient(top, #e6e6e6, #ffffff);
  background-image: linear-gradient(to bottom, #e6e6e6, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6e6e6', endColorstr='#ffffffff', GradientType=0);
}
.helpdesk-contact-form .close {
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 23px;
  font-weight: bold;
  color: #666;
  cursor: pointer;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.helpdesk-contact-form .close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.helpdesk-contact-form.success {
  height: 80px;
}
.helpdesk-contact-form.success .dropbox {
  padding: 33px 0px;
}
.helpdesk-contact-form.success .dropbox ul {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #00BD00;
  font-weight: bold;
  text-align: center;
}
.helpdesk-contact-form.form-kb .input-box input {
  width: 480px;
}
.helpdesk-contact-form.form-kb .input-box button {
  margin-top: 0px;
}
.helpdesk-contact-form.form-kb-result .article-item .detail {
  color: #777;
  font-size: 13px;
  line-height: 18px;
  margin-top: 5px;
}
.helpdesk-contact-form.form-kb-result a.more {
  float: right;
}
.helpdesk-contact-form.form-kb-result a.back {
  float: left;
}
.helpdesk-contact-form-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100000px;
  height: 10000000px;
  background: rgba(0, 0, 0, 0.2);
  z-index: 90000;
}
.helpdesk-contact-form-button {
  cursor: pointer;
}
.helpdesk-contact-form-button.left {
  *zoom: 1;
  position: fixed;
  top: 50%;
  margin-top: -75px;
  width: 150px;
  left: -57px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-weight: bold;
  z-index: 1000000;
}
.helpdesk-contact-form-button.left:before,
.helpdesk-contact-form-button.left:after {
  display: table;
  content: "";
  line-height: 0;
}
.helpdesk-contact-form-button.left:after {
  clear: both;
}
.helpdesk-contact-form-button.left .button-text {
  line-height: 20px !important;
  font-size: 16px !important;
  padding: 8px 10px;
  border: 1px solid #fff;
  margin: 1px;
  color: #fff;
  text-align: center;
}
.helpdesk-contact-form-button.right {
  *zoom: 1;
  position: fixed;
  top: 50%;
  right: -26px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  font-weight: bold;
  z-index: 1000000;
}
.helpdesk-contact-form-button.right:before,
.helpdesk-contact-form-button.right:after {
  display: table;
  content: "";
  line-height: 0;
}
.helpdesk-contact-form-button.right:after {
  clear: both;
}
.helpdesk-contact-form-button.right .button-text {
  padding: 9px 10px;
  border: 1px solid #fff;
  margin: 1px;
  color: #fff;
}
.helpdesk-contact-form-iframe {
  *zoom: 1;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 650px;
  height: 660px;
  z-index: 100000;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.helpdesk-contact-form-iframe:before,
.helpdesk-contact-form-iframe:after {
  display: table;
  content: "";
  line-height: 0;
}
.helpdesk-contact-form-iframe:after {
  clear: both;
}
html {
  overflow-x: hidden;
}
@media (max-width: 680px) {
  .helpdesk-contact-form-iframe {
    width: 80%;
    height: 84%;
  }
  .helpdesk-contact-form {
    width: 90%;
    margin-left: 0px;
  }
  .helpdesk-contact-form .dropbox .inside-form {
    margin-bottom: 0px;
    padding-bottom: 3px;
  }
  .helpdesk-contact-form .dropbox .inside-form ul {
    padding-left: 10px;
  }
  .helpdesk-contact-form .dropbox .inside-form ul li {
    margin-bottom: 0px;
  }
  .helpdesk-contact-form .dropbox .inside-form ul li .customer-email input {
    width: 90%;
  }
  .helpdesk-contact-form .dropbox .inside-form input[type="text"],
  .helpdesk-contact-form .dropbox .inside-form textarea {
    width: 90%!important;
    height: 100%!important;
  }
}
.helpdesk-box-tickets .box-head h2 {
  background-image: url(base/default/images/mst_helpdesk/i_folder-table.gif);
}
.helpdesk-box-tickets .data-table td {
  position: relative;
}
.helpdesk-box-tickets .unread {
  display: inline-block;
  margin-left: 5px;
  width: 20px;
  height: 11px;
  background-image: url(http://vqmft7-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/base/default/images/mst_helpdesk/i_unread2.png);
  background-size: 20px 20px;
  background-position: 0px -8px;
}
iframe.helpdesk-contact-form-iframe {
  display: block;
}
.input-box.checkbox {
  clear: none;
  width: 30px !important;
  float: left;
  margin-left: 15px;
}
li.checkbox {
  *zoom: 1;
}
li.checkbox:before,
li.checkbox:after {
  display: table;
  content: "";
  line-height: 0;
}
li.checkbox:after {
  clear: both;
}
li.checkbox > label {
  float: left;
}
.helpdesk-contacts-form ul {
  list-style: none;
}
.helpdesk-ticket-information-table td {
  padding: 3px 10px 3px 0px;
}
.helpdesk-status {
  padding: 2px 15px;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-size: 12px;
  background-color: #c9c9c9;
  background-image: -moz-linear-gradient(top, #dddddd, #aaaaaa);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dddddd), to(#aaaaaa));
  background-image: -webkit-linear-gradient(top, #dddddd, #aaaaaa);
  background-image: -o-linear-gradient(top, #dddddd, #aaaaaa);
  background-image: linear-gradient(to bottom, #dddddd, #aaaaaa);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdddddd', endColorstr='#ffaaaaaa', GradientType=0);
}
.helpdesk-status.open {
  background-color: #77da79;
  background-image: -moz-linear-gradient(top, #97e399, #47cd4a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#97e399), to(#47cd4a));
  background-image: -webkit-linear-gradient(top, #97e399, #47cd4a);
  background-image: -o-linear-gradient(top, #97e399, #47cd4a);
  background-image: linear-gradient(to bottom, #97e399, #47cd4a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff97e399', endColorstr='#ff47cd4a', GradientType=0);
}
.helpdesk-status.in_progress {
  background-color: #ff6262;
  background-image: -moz-linear-gradient(top, #ff8b8b, #ff2525);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff8b8b), to(#ff2525));
  background-image: -webkit-linear-gradient(top, #ff8b8b, #ff2525);
  background-image: -o-linear-gradient(top, #ff8b8b, #ff2525);
  background-image: linear-gradient(to bottom, #ff8b8b, #ff2525);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff8b8b', endColorstr='#ffff2525', GradientType=0);
}
.ticket-history .fieldset {
  margin-top: 28px;
}
.ticket-history .fieldset .legend {
  margin: -20px 0px 0px;
}

.window-overlay { background:url(base/default/images/window_overlay.png) repeat; position:fixed; top:0; left:0; height:100%; width:100%; z-index:990; }

.validation label { float:none; margin:0 6px; }
.validation-popup { background:#fff; border:1px solid #ccc; left:50%; top:50%; position:absolute; margin:-85px 0 0 -200px; width:400px; text-align:left; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; -box-shadow:0 0 6px #ccc; z-index:1000; }
.validation-popup h3 { background:#d9e5ee; border-bottom:1px solid #ccc; font-size:14px; padding:5px 10px; }
.validation-popup .validation-popup-head { position:relative; }
.validation-popup .validation-popup-head .validation-popup-close { background:url(base/default/images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:7px; right:7px; height:15px; width:15px; text-indent:-9999em; }
.validation-popup .validation-popup-body { padding:10px; }
.validation-popup .validation-popup-body a { display:inline-block; height:19px; border:1px solid #de5400; background:#f18200; padding:0 8px; font:bold 12px/19px Arial, Helvetica, sans-serif; text-align:center; text-decoration:none; white-space:nowrap; color:#fff; }
.validation-popup label { vertical-align: middle; width: 120px; display: inline-block; }
.validation-popup div.address { display: inline-block; margin: 0 0 0 10px; vertical-align: middle; }
.validation-popup .validation-popup-close_button { cursor:pointer; }
.validation-popup .suggest { background: yellow; padding: 2px; border: red 1px solid; }
/* :::::  Crosman - Override Styles  ::::: */

.crs_margin_right_0 {
	margin-right: 0 !important;
}

.crs_left {
	float: left !important;
}

.crs_right {
	float: right !important;
}

.crs_float_none { 
	float:none !important; 
}

.crs_hide {
	display: none !important;
}

.crs_show {
	display: block !important;
}

.crs_clear_left {
	clear: left;
}

.crs_clear_right {
	clear: right;
}

.crs_clear {
	clear: both;
}

.crs_border_none {
	border: none !important;
}

.crs_pad {
	padding: 15px !important;
}

.crs_pad_top    { padding: 15px 0 0 0 !important; }
.crs_pad_right  { padding: 0 15px 0 0 !important; }
.crs_pad_bottom { padding: 0 0 15px 0 !important; }
.crs_pad_left   { padding: 0 0 0 15px !important; }
.crs_pad0       { padding:0 0 0 0 !important; }

.crs_pad_right_bottom { padding: 0 15px 15px 0 !important; }
.crs_pad_left_bottom { padding: 0 0 15px 15px !important; }

.crs_pad_top_2x    { padding: 30px 0 0 0 !important; }
.crs_pad_right_2x  { padding: 0 30px 0 0 !important; }
.crs_pad_bottom_2x { padding: 0 0 30px 0 !important; }
.crs_pad_left_2x   { padding: 0 0 0 30px !important; }

.crs_margin {
	margin: 15px !important;
}

.crs_margin_top    { margin: 15px 0 0 0 !important; }
.crs_margin_right  { margin: 0 15px 0 0 !important; }
.crs_margin_bottom { margin: 0 0 15px 0 !important; }
.crs_margin_left   { margin: 0 0 0 15px !important; }
.crs_margin0       { margin:0 0 0 0 !important; }

.crs_margin_top_2x    { margin: 30px 0 0 0 !important; }
.crs_margin_right_2x  { margin: 0 30px 0 0 !important; }
.crs_margin_bottom_2x { margin: 0 0 30px 0 !important; }
.crs_margin_left_2x   { margin: 0 0 0 30px !important; }


.cms-page-view .col-main h2.crs_margin_bottom { margin: 0 0 15px 0 !important; }

.crs_table {
	display: table;
}

.crs_table_row {
	display: table-row;
}

.crs_table_cell {
	display: table-cell;
}

.crs_table_html {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.crs_table_html th {
	font-weight:bold;
	background-color: #f8f8f8;
}
.crs_table_html th,
.crs_table_html td {
	padding: 10px !important;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.crs_vertical_top {
	vertical-align: top;
}

.min_width_100 {
	min-width: 100px;
}

.gray_box {
	background-color: #f8f8f8;
	padding: 15px !important;
}

.video-wrapper {
	max-width: 1290px;
	margin: 0 auto;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px; height: 0;
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#gun-selection li {
	display: block;
	float: left;
}

.gray_text_box {
	background-color: #f8f8f8;
	padding: 15px 0 15px 20px;
	margin: 15px 0;
}

.std ul.gray_text_box li {
	width: 200px;
	display: inline-block;
	padding: 0;
	margin: 0;
}

.crs_where_to_buy a {
	margin-bottom: 20px;
}

/*@media only screen and (min-width: 767px){

	.category_content_wrapper .slideshow-container .slideshow > li {
		top: 0px !important;
	}

}*/

/* Temporary Heading General Style Overrides */

/*.large_left .left ul {*/
ul.crs_list,
ol.crs_list
{
	padding: 0px 20px !important;
	margin: 10px !important;
	clear: both !important;
	float: none;
}

/*.large_left .left ul li {*/
ul.crs_list li,
ol.crs_list li
{
	border-bottom: none !important;
	padding: 0 !important;
	list-style-type: disc;
	float: none !important;
	font-style: normal;
}

/*.cms-page-view .col-main p {*/
.crs_cms p {
	font-family: 'Roboto' !important;
	font-weight: 400 !important;
	font-size: 14px !important;
	line-height: 25px !important;
	color: #333 !important;
	margin: 0 0 7px 0 !important;
}

/*.cms-page-view .col-main h1 {*/
.crs_cms h1,
h1.crs_h1
{
	font-family: 'Roboto' !important;
	font-weight: 700 !important;
	font-size: 34px !important;
	line-height: 36px !important;
	text-transform: uppercase !important;
	color: #5D5D5D !important;
	margin: 0 0 10px 0 !important;
}

/*.cms-page-view .col-main h2 {*/
.crs_cms h2 {
	font-family: 'Roboto' !important;
	font-weight: 700 !important;
	font-size: 22px !important;
	line-height: 24px !important;
	text-transform: uppercase !important;
	color: #5D5D5D !important;
	margin: 25px 0 5px 0 !important;
}

/*.cms-page-view .col-main h3 {*/
.crs_cms h3 {
	font-family: 'Roboto' !important;
	font-weight: 700 !important;
	font-size: 18px !important;
	line-height: 1.4 !important;
	text-transform: uppercase !important;
	color: #5D5D5D !important;
	margin: 15px 0 0 0 !important;
}
.crs_cms h3:first-child {
	margin-top:0 !important;
}

/*.cms-page-view .col-main h4 {*/
.crs_cms h4 {
	font-family: 'Roboto' !important;
	font-weight: 700 !important;
	font-size: 14px !important;
	line-height: 1.4 !important;
	text-transform: uppercase !important;
	color: #5D5D5D !important;
	margin: 15px 0 0 0 !important;
}

/*.cms-page-view .col-main h5 {*/
.crs_cms h5 {
	font-family: 'Roboto' !important;
	font-weight: 700 !important;
	font-size: 13px !important;
	line-height: 1.4 !important;
	text-transform: uppercase !important;
	color: #5D5D5D !important;
	margin: 15px 0 0 0 !important;
}

/*.cms-page-view .col-main h6 {*/
.crs_cms h6 {
	font-family: 'Roboto' !important;
	font-weight: 700 !important;
	font-size: 12px !important;
	line-height: 1.4 !important;
	text-transform: uppercase !important;
	color: #5D5D5D !important;
	margin: 15px 0 0 0 !important;
}

/*.cms-page-view .col-main ul {*/
.crs_cms ul.crs_copy {
	/*margin: -5px 0 7px -10px !important;*/
	padding: 0 20px !important;
	margin: 0 !important;
}

/*.cms-page-view .col-main ul.crs_flush_left {*/
.crs_cms ul.crs_copy.crs_flush_left {
	/*margin: 0 0 0 -24px !important;*/
	margin: 0 0 0 -24px !important;
}

/*.cms-page-view .col-main ol {*/
.crs_cms ol.crs_copy {
	/*margin: -5px 0 7px -10px !important;*/
	padding: 0 20px !important;
	margin: 0 !important;
}

/*.cms-page-view .col-main ol.crs_flush_left {*/
.crs_cms ol.crs_copy.crs_flush_left {
	margin: 0 0 0 -24px !important;
}

/*.cms-page-view .col-main li {*/
.crs_cms .crs_copy li {
	font-family: 'Roboto' !important;
	font-weight: 300 !important;
	font-size: 14px !important;
	line-height: 20px !important;
	color: #888 !important;
	margin: 0 0 7px 0 !important;
	border: none !important;
	padding: 0 !important;
}
.crs_cms .crs_copy li:last-child {
	margin-bottom: 20px !important;
}

.crs_cms ol.crs_list_ol,
.crs_cms ul.crs_list_ul
{
	padding: 20px !important;
	background-color: #f2f2f2;
	border-radius: 5px;
	margin-top: 15px;
}

.crs_cms ol.crs_list_ol li,
.crs_cms ul.crs_list_ul li
{
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: 'Roboto' !important;
	font-weight: 400 !important;
	color: #333 !important;
	font-style: normal;
}

.crs_cms strong.always {
	background: rgba(0, 150, 0, 0.75);
	color: #fff;
	padding: 0 5px;
	border-radius: 2px;
}

.crs_cms strong.never {
	background: #ed1b2f;
	color: #fff;
	padding: 0 5px;
	border-radius: 2px;
}

/*.cms-page-view .col-main .caption {*/
.crs_cms .caption {
	font-family: 'Roboto' !important;
	font-weight: 300 !important;
	font-size: 14px !important;
	font-style: italic !important;
	line-height: 16px !important;
	color: #888 !important;
	margin: 0 0 7px 0 !important;
}


/**
	Four and Five Column Layouts
	When window/screen size is 768px or less, the list items will no longer be displayed
	in one row. Will instead be one list item per row with the image 100% width
**/
body.cms-page-view div.main-container div.main div.col-main div.five_column,
body.cms-page-view div.main-container div.main div.col-main div.four_column {
	width: 100%;
	max-width: 1290px;
	margin: 0 auto;
	clear: left;
	padding-top: 24px;
}

body.cms-page-view div.main-container div.main div.col-main div.four_column ul li,
body.cms-page-view div.main-container div.main div.col-main div.five_column ul li
{
	float: left;
	list-style: none;
}

body.cms-page-view div.main-container div.main div.col-main div.four_column ul li {
	width: 23%;
	margin:0 2.666% 5% 0;
}
body.cms-page-view div.main-container div.main div.col-main div.five_column ul li {
	width: 18.4%;
	margin: 0 1.6% 5% 0;
}

body.cms-page-view div.main-container div.main div.col-main div.five_column ul li:last-child,
body.cms-page-view div.main-container div.main div.col-main div.four_column ul li:last-child {
	margin-right: 0px;
}

@media only screen and (max-width: 768px) {
	body.cms-page-view div.main-container div.main div.col-main div.five_column ul li,
	body.cms-page-view div.main-container div.main div.col-main div.four_column ul li {
		width: 100%;
	}
}


/**
	Styles to eliminate a "More" landing page. Will just be
	displayed as a label instead of a hyperlink with an href.
**/
.nav-primary li.level0 li.level1 > a.not-a-link:hover {
	color: #5d5d5d !important;
	cursor: text;
}
.nav-primary li.level0 li.parent > a.not-a-link:hover:after {
	background: url("http://vqmft7-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/images/sprites/mega_menu_arrows.png") 0 -10px no-repeat;
	content: "";
	width: 10px;
	height: 10px;
	margin-left: 7px;
	display: inline-block;
}

/*body.catalog-category-view:not(.category-landing-page) img.best_seller_icon {
	top: 105px !important;
}*/

body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left dd.caliber_filters ol {
	height: 45px !important;
}

body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left dd.caliber_filters ol li {
	width: 35px !important;
	height: 53px;
	margin-right: 0px !important;
}

body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left dd.caliber_filters ol li:after {
	margin-top: 0 !important;
	font-size: 13px !important;
}

body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left dd.caliber_filters ol li:hover:after {
	color: #ed1b2f !important;
	font-weight: 500 !important;
}



/** Layered Navigation for Caliber **/
/** This should be fixed in the main CSS document **/
body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left dd.caliber_filters ol li[data-caliber="BB"]:after,
body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left dd.caliber_filters ol li[data-caliber=".177"]:after,
body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left dd.caliber_filters ol li[data-caliber=".22"]:after,
body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left dd.caliber_filters ol li[data-caliber=".25"]:after
{
	margin-left: 0 !important;
}

body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left dd.caliber_filters ol:first-child a.amshopby-attr:first-child:hover:last-child
{
	margin-top: 0 !important;
	margin-left: 0 !important;
}

body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left dd.caliber_filters ol:first-child a.amshopby-attr.icon_8:first-child:hover:last-child,
body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left dd.caliber_filters ol:first-child a.amshopby-attr.icon_9:first-child:hover:last-child
{
	margin-top: 0 !important;
	margin-left: 0 !important;
}

body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left dd.caliber_filters ol li:last-child
{
	margin-right: 0px;
}

/** Layered Navigation for Powerplant **/
/** This should be fixed in the main CSS document **/
body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left dd.powerplant_filters ol li a.amshopby-attr {
	margin-bottom: -5px !important;
}
body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left dd.powerplant_filters li a.amshopby-attr-selected img {
	margin-bottom: -5px !important;
}





body.catalog-category-view .slideshow-container .slideshow > li { top:0 !important; }

@media only screen and (min-width:980px) and (max-width:1290px){

	body.catalog-category-view .category-view {
		margin-top: 350px !important;
	}

}


/**
 * Temporary fix to have single banners display properly on the category pages 
 * Blue Acorn is okay to remove this code.
 * Modified the following file to 
 * app/design/frontend/blueacorn/enterprise/template/banner/widget/block.phtml
**/
@media only screen and (min-width: 980px){
	body.catalog-category-view:not(.category-landing-page) div.main-container div.widget-banner
	{
		position: absolute !important;
		top: 58px !important;
	}
}
@media only screen and (max-width: 979px){
	body.catalog-category-view:not(.category-landing-page) div.main-container div.widget-banner
	{
		
	}
}

@media only screen and (min-width: 768px){
	.widget-banner {
		max-height: 336px !important;
		overflow: hidden !important;
	}
}

.widget-banner
{
	position: relative !important;
	display: block !important;
	width: 100% !important;
	margin: 0 0 !important;
}

.widget-banner ul > li img {
	max-width: 100% !important;
	width: 100% !important;
}

body.catalog-category-view:not(.category-landing-page) div.main-container div.widget-banner ul
{
	margin-top: 0px !important;
}



/** Styling for the Maps **/
/*
body.cms-map-test .col1-layout,
body.cms-battlegrounds .col1-layout,
body.cms-find-a-fill-station .col1-layout
{ max-width: 100%; }

body.cms-map-test .col1-layout .col-main,
body.cms-battlegrounds .col1-layout .col-main,
body.cms-find-a-fill-station .col1-layout .col-main
{ width:100%; }

body.cms-map-test .main-container #storelocator-container,
body.cms-battlegrounds .main-container #storelocator-container,
body.cms-map-test .main-container #map,
body.cms-battlegrounds .main-container #map,
body.cms-find-a-fill-station .main-container #map
{ height:550px; border:none; }
*/

/*@media only screen and (min-width: 1290px){
	.cms-map-test .main-container { padding:0; }
	.cms-map-test .main-container #storelocator-container,
	.cms-map-test .main-container #map { height:550px; border:none; }
}*/



.col2-right-layout #map, .col2-left-layout #map {
	width: 100% !important;
}

#storelocator-container #sidebar {
	width: 340px !important;
	height: 433px !important;
}

#storelocator-container #sidebar .sidebar-entry-wrapper {
	border-top: 1px solid #ddd;
	border-bottom: none;
}
#storelocator-container #sidebar .sidebar-entry-container:last-child .sidebar-entry-wrapper {
	border-top: 1px solid #ddd !important;
	border-bottom: none !important;
}
#storelocator-container #sidebar .sidebar-entry-container:first-child .sidebar-entry-wrapper {
	border-top: none;
	border-bottom: none;
}

.cms-page-view .custom-shiv {
	min-width: 100px;
}

.mildot_labels label {
	margin-right: 10px;
}
.mildot_labels label input {
	margin-right: 5px;
}

#calculated {
	display: none;
	margin-top: 10px;
	padding: 20px;
	background-color: #f8f8f8;
	float: left;
}


@media only screen and (min-width: 980px){
	.page-header {
		position: fixed;
		width: 100%;
		top: 0;
		z-index: 999999;
	}

	.cms-page-view .main-container,
	.cms-no-route .main-container,
	.catalog-category-view .main-container,
	.catalog-product-view .breadcrumbs,
	.nothing
	{
		margin-top:80px;
	}

	.customer-account-login .main-container,
	.customer-account-create .main-container,
	.customer-account .main-container,
	.cms-index-index,
	.checkout-cart-index .main-container,
	.checkout-onepage-index .main-container,
	.productwarranty-register-index .main-container,
	.productwarranty-index-index .main-container,
	.multipledeals-index-list .main-container
	{
		margin-top: 60px;
	}
}

body.catalog-product-view div.main-container div.product-img-box ul.product-image-thumbs li,
body.review-product-list div.main-container div.product-img-box ul.product-image-thumbs li
{
	margin-right: 8px !important;
}

body.catalog-product-view div.main-container div.product-img-box ul.product-image-thumbs li:last-child,
body.review-product-list div.main-container div.product-img-box ul.product-image-thumbs li:last-child
{
	margin-right: 0;
}

.product_warning {
	background-image: url(/media/wysiwyg/ui-elements/warning.gif);
	background-repeat: no-repeat;
	text-indent: 90px;
	line-height: 2em;
	font-size: 11px;
	background-position: 0px 4px;
}

.attachment_content {
	font-size: 1.2em;
	font-weight: bold;
}

.attachment_link {
	display: block;
	float: none;
}

.attachment_size {
	font-size: 11px;
	color: #5d5d5d;
}

#product-attachment-specs-table td.label { display:none; }

.crs_product_attachment {
	color: #5d5d5d;
}

.crs_product_attachment.product_attachment_om,
.crs_product_attachment.product_attachment_evp
{
	padding-left: 20px;
	display: block;
	background: url(/media//custom/upload/icons/pdf.png) no-repeat 0 5px;
}

.crs_product_attachment > span { display:block; clear:both; }
.crs_product_attachment .product_attachment_title { font-weight:bold; font-size:1.3em; }
.crs_product_attachment .product_attachment_filename { font-size:1em; }
.crs_product_attachment .product_attachment_date { font-size:1em; }
.crs_product_attachment .product_attachment_filesize { font-size:0.9em; }


body.catalog-product-view .collateral-box.box-attachments .attachment_link .attach-img img { width:16px !important; }

ul.crs_my_account_navigation li.crs_billing_agreements,
ul.crs_my_account_navigation li.crs_recurring_profiles,
ul.crs_my_account_navigation li.crs_my_applications,
ul.crs_my_account_navigation li.crs_my_downloadable_products,
ul.crs_my_account_navigation li.crs_store_credit,
ul.crs_my_account_navigation li.crs_gift_card,
/*ul.crs_my_account_navigation li.crs_gift_registry,*/
ul.crs_my_account_navigation li.crs_reward_points,
ul.crs_my_account_navigation li.crs_my_invitations
{
	display:none;
}

.contact_iframe {
	width: 100%;
	min-height: 700px;
}

#store_locator_form .fieldset { padding:15px 0 !important; }
#store_locator_form .location-search { clear: both; }
#store_locator_form .location-search li { list-style-type:none; }
#store_locator_form .location-search li.first { margin-left:0; width:auto !important; }
#store_locator_form .location-search li.first input#address { width:300px; height:42px; }
#store_locator_form .location-search li.middle { float:left; width:auto; }
#store_locator_form .location-search li.last { width:auto !important; margin-right: 0 !important; }
#store_locator_form .location-search li.last .input-box { width:130px !important; }
#store_locator_form #sl-result-picker { clear:both; display:block; position:relative; top:0; z-index:0; }
#store_locator_form .button-set {
	clear: none;
	float: left;
	margin-left: 2em;
	margin-top: 5px !important;
}
#store_locator_form .button-set button[type="reset"] { display:none; }



/** Fill Station Form Styling **/
.std #webform_5_form,
.std #webform_4_form
{
	padding: 30px;
	clear: both;
}

.std #webform_4_form .std {
	margin-bottom: 30px;
}

.std .webforms-fill_station,
.std .webforms-battleground
{
	padding: 30px 0;
}

.mildot_labels label {
	margin-right: 10px;
}
.mildot_labels label input {
	margin-right: 5px;
}

#calculated {
	display: none;
	margin-top: 10px;
	padding: 20px;
	background-color: #f8f8f8;
	float: left;
}


@media only screen and (min-width: 980px){
	.page-header {
		position: fixed;
		width: 100%;
		top: 0;
		z-index: 999999;
	}

	.cms-page-view .main-container,
	.cms-no-route .main-container,
	.catalog-category-view .main-container,
	.catalog-product-view .breadcrumbs,
	.nothing
	{
		margin-top:80px;
	}

	.customer-account-login .main-container,
	.customer-account-create .main-container,
	.customer-account .main-container,
	.cms-index-index,
	.checkout-cart-index .main-container,
	.checkout-onepage-index .main-container,
	.productwarranty-register-index .main-container,
	.productwarranty-index-index .main-container,
	.multipledeals-index-list .main-container,
	.helpdesk-ticket-external .main-container
	{
		margin-top: 60px;
	}
}

body.catalog-product-view div.main-container div.product-img-box ul.product-image-thumbs li,
body.review-product-list div.main-container div.product-img-box ul.product-image-thumbs li
{
	margin-right: 8px !important;
}

body.catalog-product-view div.main-container div.product-img-box ul.product-image-thumbs li:last-child,
body.review-product-list div.main-container div.product-img-box ul.product-image-thumbs li:last-child
{
	margin-right: 0;
}

.product_warning {
	background-image: url(/media/wysiwyg/ui-elements/warning.gif);
	background-repeat: no-repeat;
	text-indent: 90px;
	line-height: 2em;
	font-size: 11px;
	background-position: 0px 4px;
}

.attachment_content {
	font-size: 1.2em;
	font-weight: bold;
}

.attachment_link {
	display: block;
	float: none;
}

.attachment_size {
	font-size: 11px;
	color: #5d5d5d;
}

#product-attachment-specs-table td.label { display:none; }

.crs_product_attachment {
	color: #5d5d5d;
}

.crs_product_attachment.product_attachment_om,
.crs_product_attachment.product_attachment_evp
{
	padding-left: 20px;
	display: block;
	background: url(/media//custom/upload/icons/pdf.png) no-repeat 0 5px;
}

.crs_product_attachment > span { display:block; clear:both; }
.crs_product_attachment .product_attachment_title { font-weight:bold; font-size:1.3em; }
.crs_product_attachment .product_attachment_filename { font-size:1em; }
.crs_product_attachment .product_attachment_date { font-size:1em; }
.crs_product_attachment .product_attachment_filesize { font-size:0.9em; }


body.catalog-product-view .collateral-box.box-attachments .attachment_link .attach-img img { width:16px !important; }

ul.crs_my_account_navigation li.crs_billing_agreements,
ul.crs_my_account_navigation li.crs_recurring_profiles,
ul.crs_my_account_navigation li.crs_my_applications,
ul.crs_my_account_navigation li.crs_my_downloadable_products,
ul.crs_my_account_navigation li.crs_store_credit,
ul.crs_my_account_navigation li.crs_gift_card,
ul.crs_my_account_navigation li.crs_gift_registry,
ul.crs_my_account_navigation li.crs_reward_points,
ul.crs_my_account_navigation li.crs_my_invitations
{
	display:none;
}

.contact_iframe {
	width: 100%;
	min-height: 700px;
}

#store_locator_form .fieldset { padding:15px 0 !important; }
#store_locator_form .location-search { clear: both; }
#store_locator_form .location-search li { list-style-type:none; }
#store_locator_form .location-search li.first { margin-left:0; width:auto !important; }
#store_locator_form .location-search li.first input#address { width:300px; height:42px; }
#store_locator_form .location-search li.middle { float:left; width:auto; }
#store_locator_form .location-search li.last { width:auto !important; margin-right: 0 !important; }
#store_locator_form .location-search li.last .input-box { width:130px !important; }
#store_locator_form #sl-result-picker { clear:both; display:block; position:relative; top:0; z-index:0; }
#store_locator_form .button-set {
	clear: none;
	float: left;
	margin-left: 2em;
	margin-top: 5px !important;
}
#store_locator_form .button-set button[type="reset"] { display:none; }



/** Fill Station Form Styling **/
.std #webform_5_form,
.std #webform_4_form
{
	padding: 30px;
	clear: both;
}
.std #webform_4_form .std {
	margin-bottom: 30px;
}

.std .webforms-fill_station,
.std .webforms-battleground
{
	padding: 30px 0;
}

.std .webforms-fill_station ul li,
.std .webforms-battleground ul li
{
	margin-left: 0;
}

.std .webforms-fill_station ul li #field_37,
.std .webforms-battleground ul li #field_29
{ width:220px; }

.std .webforms-fill_station .buttons-set p.required,
.std .webforms-battleground .buttons-set p.required
{
	float:left;
}

.std .webforms-fill_station .buttons-set button.button,
.std .webforms-battleground .buttons-set button.button
{
	float:left;
	clear:both;
}

.std #webform_5_success_text,
.std #webform_4_success_text
{
	padding: 30px;
	clear: both;
	font-size:1.75em;
	color:#ed1b2f;
}

.std .webforms-fill_station h2.legend,
.std .webforms-battleground h2.legend
{
	border-bottom: none;
}

.std .webforms-battleground h2.legend
{
	display:none;
}

.std .webforms-fill_station .input-text,
.std .webforms-battleground .input-text
{
	width: 365px;
}

#fieldset_7,
#fieldset_8,
#fieldset_9,
#fieldset_10
{
	float: left;
	margin-top: 0 !important;
	width:50%;
}

.col-main .std section:last-child { border-bottom:none !important; }

#brandsContainer,
#modelNumbersContainer,
#statesContainer
{
	float: left;
	width: auto;
	display: block;
	margin-bottom: 30px;
}
#brandsContainer.hidden,
#modelNumbersContainer.hidden,
#statesContainer.hidden
{
	display: none;
}

#brandsContainer,
#modelNumbersContainer
{
	margin-right: 30px;
}

#brandsContainer .select-container,
#modelNumbersContainer .select-container,
#statesContainer .select-container
{
	height: auto;
	width: auto;
}

#brandsContainer .select-container .custom-shiv,
#modelNumbersContainer .select-container .custom-shiv
{
	display: none;
}

#brandsContainer .select-container .map-input-multiple,
#modelNumbersContainer .select-container .map-input-multiple
{
	opacity: 1;
	width: 320px !important;
	height: 200px;
	float: none;
	position: relative;
}
.map-input-multiple option {
	padding: 3px 10px;
}

.dir-btn { cursor:pointer; }

div.directions {
	width: auto !important;
	margin: 0 auto !important;
	padding: 10px 30px 10px 50px !important;
}

.adp-step, .adp-text {
	padding: 10px !important;
	font-weight: bold;
}

.webforms-c21_c31_recall,
.webforms-industry,
.webforms-easy
{
	margin-bottom: 30px;
}

.webforms-c21_c31_recall label,
.webforms-industry label,
.webforms-easy label
{
	background: none;
}

.webforms-c21_c31_recall ul.form-list li.control,
.webforms-industry ul.form-list li.control,
.webforms-easy ul.form-list li.control,
.form-list .control
{
	margin: 0 !important;
}

ul.form-list li.fields {
	margin-left: 0 !important;
}

.webforms-c21_c31_recall .form-list .control label,
.webforms-industry .form-list .control label,
.webforms-easy .form-list .control label
{
	font-style: normal;
	background: none !important;
	min-width: 0 !important;
}

.webforms-c21_c31_recall label.radio-label:before,
.webforms-c21_c31_recall label.checkbox-label:before,
.webforms-industry label.radio-label:before,
.webforms-industry label.checkbox-label:before,
.webforms-easy label.radio-label:before,
.webforms-easy label.checkbox-label:before
{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 8px;
	width: 25px;
	height: 25px;
	background-color: #fff;
	border: 1px solid #808080;
	color: #ed1b2f;
	font-family: "SSStandard";
	text-align: center;
	text-indent: 1px;
	-ms-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.75);
	-o-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.75);
	box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.75);
	font-style: normal;
	font-size: 11px;
	line-height: 26px !important;
	margin-left: 9px;
}

.buttons-set button.button,
.webforms-c21_c31_recall .buttons-set button.button,
.webforms-industry .buttons-set button.button,
.webforms-easy .buttons-set button.button
{
	float: left !important;
}

.webforms-fields-industry_program > li {
	display: inline-block;
	line-height: 25px;
}

.checkout-cart-index .product-cart-info .item-options dd span.price,
.checkout-onepage-index .item-options dd span.price,
#my-orders-table tbody .bundle .price,
.sales-order-print tbody .bundle .price
{ display:none; }

body.catalog-product-view div.main-container fieldset.product-options.is_bundle_userconfigured_1 {
	display: block;
}
body.catalog-product-view div.main-container fieldset.product-options.is_bundle_userconfigured_1 ul.options-list li {
	display: inline-block;
}
body.catalog-product-view div.main-container fieldset.product-options.is_bundle_userconfigured_1 ul.options-list li input.radio,
body.catalog-product-view div.main-container fieldset.product-options.is_bundle_userconfigured_1 ul.options-list li input.checkbox
{
	left: 0;
	position: relative;
}
body.catalog-product-view div.main-container fieldset.product-options.is_bundle_userconfigured_1 ul.options-list li .price-notice {
	display: none !important;
}
body.catalog-product-view div.main-container fieldset.product-options.is_bundle_userconfigured_1 dd .qty-holder {
	display: none !important;
}

.checkout-onepage-success .tell_friends_form { z-index: 9999 !important; }

@media only screen and (min-width: 1690px){
	.cms-home .slideshow-container {
		height: 530px;
	}
	.cms-home .slideshow-container .slideshow {
		margin-top: 0px !important;
		overflow: hidden;
	}
	.cms-home .slideshow-container .slideshow > li {
		top: 0px !important;
	}
	.cms-home .slideshow-container .slideshow > li a {
		max-width: 1290px !important;
		width: 1290px !important;
		margin: -100px auto 0;
		display: block;
	}
	body.cms-home .slideshow-container span.slideshow-prev:before {
		background-image: url('/crosman/img/slider_left-black.png') !important;
	}
	body.cms-home .slideshow-container span.slideshow-next:before {
		background-image: url('/crosman/img/slider_right-black.png') !important;
	}
	.cms-home .slideshow-container .slideshow > li img {
		max-width: 1290px !important;
		width: 1290px !important;
		margin: -100px auto 0;
	}
}

a.skip-cart span.count {
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.search-blur a.skip-cart span.count,
.search-active a.skip-cart span.count {
	left: 70px !important;
}

body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-main div.category-products ul.products-grid li h2.product-name a,
body.catalog-product-view div.product-shop div.product-name span.h1,
body.review-product-list div.product-shop div.product-name span.h1,
body.checkout-cart-index div.cart table.cart-table tbody tr td h2,
.header-minicart #header-cart #cart-sidebar li .product-name a
{
	text-transform: none !important;
	max-width: 270px;
}

.footer .links a { color:#888 !important; }

.fill_calculator_step dt { clear:both; font-size:18px; line-height:30px; height:30px; }
.fill_calculator_step dd { clear:both; float:left; width:400px; line-height:30px; height:30px; }

.fill_calculator_step ul#gun-selection,
.fill_calculator_step ul#tank-selection
{ margin:0 0 20px; padding:0; height:100px; }

.fill_calculator_step ul#gun-selection li,
.fill_calculator_step ul#tank-selection li
{ list-style:none; float:left; display:block; text-align:center; }

.fill_calculator_step ul#gun-selection li label,
.fill_calculator_step ul#tank-selection li div
{ padding:5px; margin:0 20px 0 0; cursor:pointer; text-align:center; font-size:10px; display:block; width:150px; height:120px; overflow:hidden; border:1px solid #fff; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; }

.fill_calculator_step ul#tank-selection li div { width:180px; }
.fill_calculator_step ul#tank-selection li div { height:175px; overflow:none; }
.fill_calculator_step ul#tank-selection li div span { height:105px; display:block; clear:both; margin-bottom:10px; }
.fill_calculator_step ul#tank-selection li input.tank_pressure { margin-top:10px; }

.fill_calculator_step ul#gun-selection li img,
.fill_calculator_step ul#tank-selection li img { width:150px; cursor:pointer; }

.fill_calculator_step ul#gun-selection li label.active-gun,
.fill_calculator_step ul#tank-selection li div.active-tank { border:1px solid #000; border-color:rgba(0,0,0,0.3); }

.fill_calculator_step dd input,
.fill_calculator_step .tank_pressure,
.fill_calculator_step .scubaWaterVolume {
	height: 30px;
	width: 60px;
	line-height: 30px;
	font-size: 18px;
	color: #555;
	text-align:center;
	margin: 0 4px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #efefef;
	border:1px solid #ccc;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #eee;
}

.fill_calculator_step #readings dd {
	height: 40px;
}

.fill_calculator_step dd input {
	width:100px;
	height:40px;
	font-size:2em;
}

.fill_calculator_step h3 { font-size:24px; }
.fill_calculator_step h3 span { font-size:24px; font-weight:normal; margin-right:10px; color:#aaa; }

.fill_calculator_step h1 { font-size:24px; font-weight:normal; color:#bf0000; clear:both; margin:0; padding:0; text-align:center; }
.fill_calculator_step h1 span { font-size:64px; height:64px; line-height:64px; font-weight:bold; color:#f00; display:block; clear:both; margin:0; padding:0; }

.fill_calculator_step { margin-bottom:30px; clear:both; }
..fill_calculator_step1 { margin-top:50px; }

.fill_calculator_step .disabled { opacity:0.25; }

.fill_calculator_step #fill_count {
	float:left;
	background-color:#eaeaea;
	padding:30px;
	height:160px;
	width:240px;
	border-radius:5px;
	border:1px solid #e0e0e0;
}

.fill_calculator_step ul#tank-selection li#tank-SCUBA div {
	height:200px;
}

.fill_calculator_step ul#tank-selection li div span.scubaDataWrapper {
	float:left;
	width:110px;
	height:130px;
	margin:0;
	padding:0;
	text-align:left;
	margin-top:37px;
	clear:none;
}

.fill_calculator_step ul#tank-selection li div span.scubaDataWrapper strong {
	display:block;
	margin:10px 0 0 15px;
	font-weight:normal;
	font-size:11px;
}

.fill_calculator_step ul#tank-selection li#tank-SCUBA div { text-align:left; }

.fill_calculator_step ul#tank-selection li#tank-SCUBA div div.scubaImgWrapper {
	float:left;
	width:50px;
	margin:0 0 0 5px;
	padding:0;
}

.fill_calculator_step ul#tank-selection li#tank-SCUBA div div.scubaImgWrapper img {
	width:50px;
}

.fill_calculator_step .variableUserData { margin-left:15px; }
.fill_calculator_step .scubaWaterVolume { margin-left:13px; }

.form-list .control label {
	padding: 0 0 0 40px !important;
}

.select-container .custom-shiv {
	width: auto !important;
	padding-right: 30px;
}

.industry-success {
	font-size: 2em;
	padding: 2em;
	clear: both;
}

.webforms-industry label {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 1em;
	font-style: normal;
	color: #5d5d5d;
}

.crs_paragraph_big p {
	font-size: 1.5em !important;
	font-weight: 500 !important;
	color: #5d5d5d !important;
	line-height: 1.5em !important;
	padding: 0.75em 0 !important;
}

@media only screen and (max-width: 767px){
	.webforms-industry,
	.webforms-c21_c31_recall,
	.webforms-easy
	{
		clear: both;
		padding: 2em !important;
	}
}

.extra-info .ratings {
	display: none;
}

.special_notice {
	background-color: #ed1b2f;
	color: #fff;
	padding: 15px;
	margin-top: 20px;
	font-size: 14px;
}

.special_notice strong {
	font-weight: 900;
}

body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-main div.category-products div.rating-box {
	height: 22px;
	background-size: 113px 51px;
}

body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-main div.category-products div.rating-box div.rating {
	background-size: 113px 51px;
}

.bv-rating-box {
	position: absolute;
	top: 175px;
	right: 0;
}

.bv-summary-box {
	padding: 20px 0 0 20px;
}

@media only screen and (max-width: 979px){
	.bv-rating-box {
		top: auto;
		right: 0px;
		bottom: 15px;
	}

	body.catalog-category-view:not(.category-landing-page) dd.bv-rating-ratio {
    	border-left: solid 1px transparent !important;
	}
}    

/* Cart, Minicart and PayPal styles */

.checkout-types.bottom .paypal-or,
.checkout-types.minicart .paypal-or
{
	display: none !important;
}

.header-minicart .product-details .product-name {
	margin-bottom: 0;
}

.header-minicart #header-cart a.remove {
	display: inline-block;
	margin-bottom: 10px;
}

.header-minicart .minicart-subtotal {
	margin-top: 0;
}

.header-minicart .minicart-subtotal p.subtotal {
	position: relative;
	right: 0;
	background-color: #f8f8f8;
	text-align: right;
	padding-right: 10px;
	margin: 0;
	border-bottom: 1px solid #dadada;
}

.header-minicart .subtotal .price {
	margin: 0;
}

.header-minicart .subtotal .price:before {
	display: inline-block !important;
	margin: 0 15px 0 0 !important;
}

/* Windows equal to or less than 979px */
@media only screen and (max-width: 979px){

	.checkout-types.bottom p.paypal-logo {
		text-align: center;
	}

	.header-minicart #header-cart {
		box-shadow: 5px 5px 15px 5px #888 !important;
	}

	#header-cart .view_cart_minicart {
		width: 100% !important;
		padding: 10px 0 !important;
		margin: 0;
	}

	.header-minicart .minicart {
		float: none !important;
		margin-top: 15px;
	}

	.header-minicart .view_cart_minicart,
	.header-minicart #header-cart .minicart-wrapper .checkout-types.minicart li {
		display: inline-block !important;
		float: none !important;
		width: 50% !important;
		text-align: center !important;
		margin: 0;
		padding: 0;
	}

}

/* Windows greater than or equal to 980px */
@media only screen and (min-width: 980px){

	.header-minicart #header-cart .minicart-wrapper .minicart li,
	.header-minicart #header-cart .minicart-wrapper .minicart li
	{
		display: inline-block !important;
	}

}

/* LANDING PAGE (2-WIDE) */
.catblocks.catblocks-2 li {
	text-align: center;
	width: 50% !important;
}

@media only screen and (max-width: 979px){
	.catblocks.catblocks-2 li {
		width: 100% !important;
	}
}

.catblocks.catblocks-2 li img {
	width: auto !important;
	display: inline-block;
	margin-top: 30px;
}

ul.brand_images-2 {
	margin: 0 auto;
	text-align: center;
}

body.category-landing-page div.main-container div.main div.col-main div.category_landing_brands ul.brand_images-2 li {
	float: none !important;
	display: inline-block !important;
	width: auto !important;
}

/* LANDING PAGE (3-WIDE) */
.catblocks.catblocks-3 li {
	text-align: center;
	width: 33.333% !important;
}

@media only screen and (max-width: 979px){
	.catblocks.catblocks-3 li {
		width: 100% !important;
	}
}

.catblocks.catblocks-3 li img {
	width: auto !important;
	display: inline-block;
	margin-top: 30px;
}

ul.brand_images-3 {
	margin: 0 auto;
	text-align: center;
}

body.category-landing-page div.main-container div.main div.col-main div.category_landing_brands ul.brand_images-3 li {
	float: none !important;
	display: inline-block !important;
	width: auto !important;
}

/* Shopping Cart: Shipping Method Restrictions */
body.checkout-cart-index div.cart table.cart-table tbody .restricted {
	padding: 5px 5px 0 !important;
	position: inherit !important;
}

body.checkout-cart-index div.cart table.cart-table tbody tr.restricted {
	border-bottom: none;
}

body.checkout-cart-index div.cart table.cart-table tbody tr .shipping_rest_alert {
	background-color: #ffedc3 !important;
	width: 100% !important;
	position: inherit !important;
	text-align: center;
}

body.checkout-cart-index div.cart table.cart-table tbody tr .shipping_rest_alert span.alert_text,
body.checkout-cart-index div.cart table.cart-table tbody tr .shipping_rest_alert span.alert_content,
body.checkout-cart-index div.cart table.cart-table tbody tr .shipping_rest_alert a {
	font-size: 12px !important;
	font-weight: 400 !important;
	color: #000 !important;
}

body.checkout-cart-index div.cart table.cart-table tbody tr .shipping_rest_alert a {
	padding-left: 0 !important;
}

@media only screen and (max-width: 979px){
	body.checkout-cart-index div.cart table.cart-table tbody tr .shipping_rest_alert span.alert_text {
		display: inline-block;
	}
}

.catalog-product-view .button.retail-exclusive {
	font-size: 15px;
	padding: 11px 20px;
	margin-top: 2px;
	width: 100%;
}


/* Order Confirmation MailChimp Newsletter styling */
.monkey-additional-lists .grouping {
	margin-top: 20px;
	border: 1px solid #ddd;
	padding: 20px;
	background-color: #fafafa;
	float: left;
}

.monkey-additional-lists .grouping:last-child {
	margin-left: 20px;
}

.monkey-additional-lists .grouping li {
	font-weight: normal !important;
}

.helpdesk-ticket-external .ticket-history,
.helpdesk-ticket-view .ticket-history
{
	padding: 30px 0;
}

.helpdesk-ticket-external .ticket-history > .legend,
.helpdesk-ticket-view .ticket-history > .legend
{
	margin: 0;
}

.helpdesk-ticket-external .ticket-history .fieldset.customer,
.helpdesk-ticket-external .ticket-history .fieldset.user,
.helpdesk-ticket-view .ticket-history .fieldset.customer,
.helpdesk-ticket-view .ticket-history .fieldset.user
{
	padding: 20px;
	margin: 10px 0;
}

.helpdesk-ticket-external .ticket-history .fieldset .legend,
.helpdesk-ticket-view .ticket-history .fieldset .legend
{
	margin: 0 0 10px;
	font-size: 1em;
}

body.helpdesk-ticket-index .helpdesk-box-tickets,
body.helpdesk-ticket-view .helpdesk-ticket-information-table
{
	margin-bottom: 30px;
}

body.helpdesk-ticket-index h2.legend.create_new_ticket,
body.helpdesk-ticket-view h2.legend.post_replay
{
	padding-bottom: 0;
	margin-bottom: 10px;
}

body.customer-account.helpdesk-ticket-index .select-container .custom-shiv {
	padding-top: 0;
	line-height: 40px;
}


.rope_cocking_device_recall .important_note {
	font-size: 1.2em !important;
	font-weight: bold;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #CCC;
	padding: 20px;
}

.rope_cocking_device_recall .crs_left,
.rope_cocking_device_recall .crs_right
{
	width: 50%;
	float: left;
}

.rope_cocking_device_recall_images {
	margin: 30px 0;
}
.rope_cocking_device_recall .crs_left img,
.rope_cocking_device_recall .crs_right img
{
	margin: 0 auto;
}

.recall-notice-wrapper {
	/*display: none;*/
	background-color: #ffc;
	padding: 10px;
}

.recall-notice {
	margin: 0 auto;
	max-width: 1260px;
	width: 100%;
	text-align: center;
}

body.checkout-cart-index .bill_immediately_alert,
body.checkout-cart-index .backorder_alert
{
	/*position: absolute;*/
}

body.checkout-cart-index .bill_immediately_alert .preorder_title,
body.checkout-cart-index .backorder_alert .preorder_title
{
	font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif;
	color: #ed1b2f;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

body.checkout-cart-index .bill_immediately_alert .preorder_text,
body.checkout-cart-index .backorder_alert .preorder_text
{
	font-family: 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif;
	color: #ed1b2f;
	font-size: 12px;
	text-decoration: underline;
}

body.checkout-cart-index .cart-table .product-cart-info .item-msg.notice {
	background-color: #ddd;
	font-weight: 400;
	padding: 3px 10px;
	color: #000;
	border-radius: 3px;
	display: inline-block;
	font-size: 13px;
	margin-bottom: 10px;
}

.cms-page-view .std #field_214 .list-select li {
	line-height: 32px;

}

.cms-page-view .form-list #field_214 .control label {
	background-color: transparent;
}

.cms-page-view #field_214 label.radio-label:before {
	
}

.cms-page-view #field_214 label.radio-label.checked:before {

}

body.catalog-product-view div.product-shop div.product-name span.h1,
body.review-product-list div.product-shop div.product-name span.h1
{
	max-width: 100%;
}


/* Rebates */

.products-grid > li {
    text-align: left;
}

.item .product-shop .mailin_rebate {
	/* Temporary styling */
	position: relative;
	float: left;
	padding: 0 7px;
	/*font-size: 12px;*/
	/*background-color: rgba(255, 225, 0, 0.15);*/
	background-color: #eee;
	/*border: 1px solid rgba(0, 155, 255, 0.20);*/
	border-radius: 3px;
	font-weight: bold;
	color: rgba(0, 105, 205, 0.85);
	font-style: italic;
	/*border-bottom: 1px solid rgba(0, 155, 255, 0.1);*/
}

body.catalog-product-view div.product-view .mailin_rebate {
	font-weight: bold;
	font-style: italic;
	display: block;
	text-align: center;
	background-color: #eee;
	color: rgba(0, 105, 205, 0.85);
}

@media only screen and (min-width: 980px){
	body.catalog-product-view div.product-view .mailin_rebate {
		width: 330px;
		padding: 3px 7px;
	}
}

@media only screen and (max-width: 979px){
	body.catalog-product-view div.product-view .mailin_rebate {
		width: 95%;
		background-color: #eee;
		margin-left: 2.5%;
		padding: 10px;
	}
}

@media only screen and (min-width: 979px){
	body.catalog-category-view:not(.category-landing-page) div.toolbar-bottom {
		bottom: 0px !important;
	}
}

@media only screen and (max-width: 979px){
	body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-main div.category-products ul.products-grid li div.product-info {
		height: auto !important;
		min-height: 0 !important;
	}
}

body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-main div.category-products ul.products-grid li div.mobile_desc {
	padding: 5px 0;
	font-weight: bold !important;
	clear: both;
}

body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-main div.category-products ul.products-grid li div.mobile_desc span {
	font-weight: 400;
}

/* Category page fixes */

body.catalog-category-view:not(.category-landing-page) div.main-container div.slideshow-container,
body.catalog-category-view:not(.category-landing-page) div.main-container div.widget-banner
{
	position: relative !important;
	top: 0 !important;
}

body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-main div.category-products ul.products-grid {
	margin-top: 0 !important;
}

@media only screen and (max-width: 1290px) and (min-width: 980px){
	body.catalog-category-view .category-view {
    	margin-top: 0 !important;
	}
}

@media only screen and (min-width:980px){
	body.catalog-category-view:not(.category-landing-page) div.sort-by
	{
		display: block !important;
	}
}

@media only screen and (max-width: 1300px){
	body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-main div.category-products ul.products-grid
	{
		margin-top: 0 !important;
	}
}

@media only screen and (min-width: 980px) and (max-width:993px){
	body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-left {
		display: none !important;
	}
	body.catalog-category-view:not(.category-landing-page) div.main-container div.main div.col-main {
		width: 100% !important;
		padding: 0 30px !important;
		margin: 0 !important;
	}
}

@media only screen and (max-width: 979px){
	body.catalog-category-view:not(.category-landing-page) div.widget-banner {
		display: none !important;
	}
}

/* Floating List elements */
body.catalog-product-view div.product-collateral > dl > dd div.std ul.crs_floating_list {
	margin: 0;
	padding: 0;
}

body.catalog-product-view div.product-collateral > dl > dd div.std ul.crs_floating_list li {
	float: left;
	list-style: none;
	width: 20%;
	max-width: 20%;
	height: 150px;
	margin: 0 0 10px;
	padding: 10px;
}

body.catalog-product-view div.product-collateral > dl > dd div.std ul.crs_floating_list li span {
	display: block;
	font-size: 0.9em;
	font-style: normal;
	text-align: center;
	line-height: 1.5em;
}

body.catalog-product-view div.product-collateral > dl > dd div.std ul.crs_floating_list li img {
	max-height: 50px;
	width: auto;
	max-width: 100%;
	margin-bottom: 10px;
}

@media only screen and (min-width: 980px) and (max-width: 1200px){
	body.catalog-product-view div.product-collateral > dl > dd div.std ul.crs_floating_list li {
		float: left;
		width: 33.3333%;
		max-width: 33.3333%;
	}
}

@media only screen and (max-width: 700px){
	body.catalog-product-view div.product-collateral > dl > dd div.std ul.crs_floating_list li {
		float: left;
		width: 33.3333%;
		max-width: 33.3333%;
	}
}

@media only screen and (max-width: 700px){
	body.catalog-product-view div.product-collateral > dl > dd div.std ul.crs_floating_list li {
		float: left;
		width: 50%;
		max-width: 50%;
	}
}

@media screen and (max-width: 1325px) and (min-width: 980px){
	body.catalog-product-view div.product-collateral > dl > dd div.std, body.review-product-list div.product-collateral > dl > dd div.std {
		max-height: 100% !important;
		overflow: visible !important;
	}
}

.after_desc:after,
.before_desc:after
{
	content: '';
	display: table;
	clear: both;
}

@media only screen and (max-width: 1350px){
	.nav-primary li.level1 {
		margin-left: 30px !important;
		margin-right: 30px !important;
	}

	.nav-primary li.level1.crs_margin_right_0 {
		margin-right: 0 !important;
	}

}

@media only screen and (max-width: 1000px){
	.nav-primary li.level1 {
		margin-left: 20px !important;
		margin-right: 20px !important;
	}

	.nav-primary li.level1.crs_margin_right_0 {
		margin-right: 0 !important;
	}

}

/* Footer Banner */
.footer-banner {
	display: table;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin: 0 auto 10px;
	width: 100%;
	max-width: 1290px;
	height: 110px;
}

.footer-banner .footer-banner-col {
	display: table-cell;
	vertical-align: middle;
	font-size: 17px;
	line-height: 20px;
	font-weight: 500;
}

.footer-banner .footer-banner-centered {
	text-align: center;
}

.footer-banner .footer-banner-cta {
	border: 4px solid #fff;
	padding: 0 20px;
	line-height: 40px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 20px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.75);
}

.footer-banner .footer-banner-cta:hover {
	border-color: #ed1b2f;
	background-color: #ed1b2f;
	color: #fff;
	text-decoration: none;
}

.footer-banner .small-text {
	font-size: 0.85em;
	text-transform: uppercase;
	color: #5d5d5d;
}
.footer-banner .normal-text {

}
.footer-banner .footer-banner-col strong {
	font-weight: 800;
}

.footer-banner .padding-right-10 { padding-right:10px; }
.footer-banner .padding-right-20 { padding-right:20px; }
.footer-banner .padding-right-30 { padding-right:30px; }
.footer-banner .padding-right-40 { padding-right:40px; }
.footer-banner .padding-right-50 { padding-right:50px; }
.footer-banner .padding-right-60 { padding-right:60px; }
.footer-banner .padding-right-70 { padding-right:70px; }
.footer-banner .padding-right-80 { padding-right:80px; }
.footer-banner .padding-right-90 { padding-right:90px; }
.footer-banner .padding-right-100 { padding-right:100px; }

.footer-banner .padding-left-10 { padding-left:10px; }
.footer-banner .padding-left-20 { padding-left:20px; }
.footer-banner .padding-left-30 { padding-left:30px; }
.footer-banner .padding-left-40 { padding-left:40px; }
.footer-banner .padding-left-50 { padding-left:50px; }
.footer-banner .padding-left-60 { padding-left:60px; }
.footer-banner .padding-left-70 { padding-left:70px; }
.footer-banner .padding-left-80 { padding-left:80px; }
.footer-banner .padding-left-90 { padding-left:90px; }
.footer-banner .padding-left-100 { padding-left:100px; }

.footer-banner .footer-col-10 { width: 10%; }
.footer-banner .footer-col-20 { width: 20%; }
.footer-banner .footer-col-30 { width: 30%; }
.footer-banner .footer-col-40 { width: 40%; }
.footer-banner .footer-col-50 { width: 50%; }
.footer-banner .footer-col-60 { width: 60%; }
.footer-banner .footer-col-70 { width: 70%; }
.footer-banner .footer-col-80 { width: 80%; }
.footer-banner .footer-col-90 { width: 90%; }
.footer-banner .footer-col-100 { width: 100%; }

@media only screen and (max-width: 1080px){
	.footer-banner .footer-banner-col {
		font-size: 14px;
	}

	.footer-banner .footer-banner-col {
		padding-left: 20px;
	}

	.footer-banner .footer-banner-cta {
		font-size: 13px;
		padding: 0 15px;
	}
}

@media only screen and (max-width: 769px){
	.footer-banner {
		height: 200px;
		display: table-cell;
		padding-left: 40%;
		vertical-align: middle;
	}
	.footer-banner .hide-on-mobile {
		display: none;
	}
	.footer-banner .footer-banner-col {
		display: block !important;
		width: auto !important;
		text-align: left;
	}
	.footer-banner .footer-banner-centered {
		text-align: left;
	}
	.footer-banner .footer-banner-cta {
		display: inline-block;
		margin-bottom: 10px;
	}
	.footer-banner .small-text {
		color: #333;
	}
}

@media only screen and (max-width: 479px){
	.footer-banner {
		padding-left: 20%;
	}
}

/*# sourceMappingURL=override.css.map */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('blueacorn/crs/css/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('blueacorn/crs/css/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('http://he7svi-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/css/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('http://he7svi-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/css/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('http://vqmft7-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/css/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('http://he7svi-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/css/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/* v1.0.6 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
	width: 600px;
	height: 400px;
	position: relative;
	direction: ltr;
}
.royalSlider > * {
	float: left;
}

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
	-webkit-backface-visibility: hidden;
}
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
    -webkit-transform: none;
}
.rsOverflow {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	float: left;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	left: 0;
	top: 0;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap .rsOverflow {
	position: absolute;
	left: 0;
	top: 0;

}
.rsContainer {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.rsArrow,
.rsThumbsArrow {
	cursor: pointer;
}

.rsThumb {
	float: left;
	position: relative;
}


.rsArrow,
.rsNav,
.rsThumbsArrow {
	opacity: 1;
	-webkit-transition:opacity 0.3s linear;
	-moz-transition:opacity 0.3s linear;
	-o-transition:opacity 0.3s linear;
	transition:opacity 0.3s linear;
}
.rsHidden {
	opacity: 0;
	visibility: hidden;
	-webkit-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-moz-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-o-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	transition:visibility 0s linear 0.3s,opacity 0.3s linear;
}


.rsGCaption {
	width: 100%;
	float: left;
	text-align: center;
}

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
	position: fixed !important;
	height: auto !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	z-index: 2147483647 !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
	opacity: 1 !important;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition:  0s;
	transition:  0s;
	display: none;
}

.rsSlide {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	overflow: hidden;
	
	height: 100%;
	width: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
	height: auto;
}

.rsContent {
	width: 100%;
	height: 100%;
	position: relative;
}

.rsPreloader {
	position:absolute;
	z-index: 0;	
}

.rsNav {
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	user-select: none;
}
.rsNavItem {
	-webkit-tap-highlight-color:rgba(0,0,0,0.25);
}

.rsThumbs {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	float: left;
	z-index: 22;
}
.rsTabs {
	float: left;
	background: none !important;
}
.rsTabs,
.rsThumbs {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}


.rsVideoContainer {
	width: auto;
	height: auto;
	line-height: 0;
	position: relative;
}
.rsVideoFrameHolder {
	position: absolute;
	left: 0;
	top: 0;
	background: #141414;
	opacity: 0;
	-webkit-transition: .3s;
}
.rsVideoFrameHolder.rsVideoActive {
	opacity: 1;
}
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
	position: absolute;
	z-index: 50;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 44px;
}

.rsABlock {
	left: 0;
	top: 0;
	position: absolute;
	z-index: 15;
	
}

img.rsImg {
	max-width: none;
}

.grab-cursor {
	cursor:url(http://he7svi-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/royalslider/grab.png) 8 8, move; 
}

.grabbing-cursor{ 
	cursor:url(http://he7svi-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/royalslider/grabbing.png) 8 8, move;
}

.rsNoDrag {
	cursor: auto;
}

.rsLink {
	left:0;
	top:0;
	position:absolute;
	width:100%;
	height:100%;
	display:block;	
	z-index: 20;
	background: url(http://he7svi-xzznyhvn.lagrangesystems.net/utLhLQ2uK/skin/frontend/blueacorn/crs/royalslider/blank.gif);
}
/******************************
*
*  RoyalSlider White Controls Skin
*
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*    
*  Sprite: 'rs-minimal-white.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
* 
******************************/


/* Background */
.rsMinW,
.rsMinW .rsOverflow,
.rsMinW .rsSlide,
.rsMinW .rsVideoFrameHolder,
.rsMinW .rsThumbs {
	background: #000;
	color: #FFF;
}


/***************
*
*  1. Arrows
*
****************/

.rsMinW .rsArrow {
	height: 32px;
	width: 32px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
}

.rsMinW .rsArrowLeft { right: 37px; bottom: 7px; }
.rsMinW .rsArrowRight { right: 7px; bottom: 7px; }

.rsMinW .rsArrowIcn {		
	width: 24px;
	height: 24px;
	margin-top: 3px;
	margin-left: 3px;
	position: absolute;
	cursor: pointer;	
	background: url('blueacorn/crs/royalslider/skins/minimal-white/rs-minimal-white.png') transparent;
	
	border-radius: 2px;
}
.rsMinW .rsArrowIcn:hover {

}


.rsMinW.rsHor .rsArrowLeft .rsArrowIcn { background-position: -68px -36px; }
.rsMinW.rsHor .rsArrowRight .rsArrowIcn { background-position: -68px -68px; }

.rsMinW.rsVer .rsArrowLeft .rsArrowIcn { background-position: -100px -36px; }
.rsMinW.rsVer .rsArrowRight .rsArrowIcn { background-position: -100px -68px; }

.rsMinW .rsArrowDisabled .rsArrowIcn { opacity: .3 !important; filter: alpha(opacity=30);  *display: none; }


/***************
*
*  2. Bullets
*
****************/

.rsMinW .rsBullets {
	position: absolute;
	bottom: 15px;
	right: 73px;
	z-index: 35;
	padding-top: 4px;
	height: auto;

	text-align: center;
	line-height: 6px;
	overflow: hidden;
}
.rsMinW .rsBullet {
	width: 6px;
	height: 6px;
	display: inline-block;
	*display:inline; 
	*zoom:1;
	padding: 6px 5px 6px 4px;
}
.rsMinW .rsBullet span {
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #CCC;
	background: rgba(255,255,255,0.5);
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
}
.rsMinW .rsBullet.rsNavSelected span {
	background: #FFF;
}





/***************
*
*  3. Thumbnails
*
****************/

.rsMinW .rsThumbsHor {
	width: 100%;
	height: 72px;
}
.rsMinW .rsThumbsVer {
	width: 96px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.rsMinW.rsWithThumbsHor .rsThumbsContainer {
	position: relative;
	height: 100%;
}
.rsMinW.rsWithThumbsVer .rsThumbsContainer {
	position: relative;
	width: 100%;
}
.rsMinW .rsThumb {
	float: left;
	overflow: hidden;
	width: 96px;
	height: 72px;
}
.rsMinW .rsThumb img {
	width: 100%;
	height: 100%;
}
.rsMinW .rsThumb.rsNavSelected {
	background: #333;
}
.rsMinW .rsThumb.rsNavSelected img {
	filter: alpha(opacity=40);
	opacity: 0.7;
}
.rsMinW .rsThumb.rsNavSelected span.thumbIco {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: 2px solid #FFF;
	border: 2px solid rgba(255,255,255,0.9);
	-webkit-backface-visibility: hidden;
} 
.rsMinW .rsTmb {
	display: block;
}




/* Thumbnails arrow icons */
.rsMinW .rsThumbsArrow {
	height: 100%;
	width: 20px;
	position: absolute;
	display: block;
	cursor: pointer;	
	z-index: 21;	
}
.rsMinW.rsWithThumbsVer .rsThumbsArrow {
	width: 100%;
	height: 20px;
}
.rsMinW.rsWithThumbsVer .rsThumbsArrowLeft { top: 0; left: 0; }
.rsMinW.rsWithThumbsVer .rsThumbsArrowRight { bottom: 0;  left: 0; }

.rsMinW.rsWithThumbsHor .rsThumbsArrowLeft { left: 0; top: 0; }
.rsMinW.rsWithThumbsHor .rsThumbsArrowRight { right: 0; top:0; }

.rsMinW .rsThumbsArrowIcn {		
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;
	margin-top:-8px;	
	margin-left: -8px;
	position: absolute;	
	cursor: pointer;	
	background: url('blueacorn/crs/royalslider/skins/minimal-white/rs-minimal-white.png');
}

.rsMinW.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -128px -32px; }
.rsMinW.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -128px -48px; }

.rsMinW.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -144px -32px; }
.rsMinW.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -144px -48px; }

.rsMinW .rsThumbsArrowDisabled { display: none !important; }

/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
	.rsMinW .rsThumb {
		width: 59px;
		height: 44px;
	}
	.rsMinW .rsThumbsHor {
		height: 44px;
	}
	.rsMinW .rsThumbsVer {
		width: 59px;
	}
}




/***************
*
*  4. Tabs
*
****************/

.rsMinW .rsTabs {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align:center;
	overflow: hidden; padding-top: 12px; position: relative;
}
.rsMinW .rsTab {
	display: inline-block;
	cursor: pointer;
	text-align: center;
	height: auto;
	width: auto;
	color: #333;
	padding: 5px 13px 6px;
	min-width: 72px;
	border: 1px solid #D9D9DD;
	border-right: 1px solid #f5f5f5;
	text-decoration: none;

	background-color: #000;
	background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4); 
	background-image:    -moz-linear-gradient(top, #fefefe, #f4f4f4);
	background-image:         linear-gradient(to bottom, #fefefe, #f4f4f4);

	*display:inline; 
	*zoom:1;
}
.rsMinW .rsTab:first-child {
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.rsMinW .rsTab:last-child { 
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;

	border-right:  1px solid #cfcfcf;
}
.rsMinW .rsTab:active { 
	border: 1px solid #D9D9DD;   
	background-color: #f4f4f4;
	box-shadow:  0 1px 4px rgba(0, 0, 0, 0.2) inset;
}
.rsMinW .rsTab.rsNavSelected { 
	color: #000;
	border: 1px solid #999;
	text-shadow: 1px 1px #838383;
	box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
	background: #ACACAC;
	background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);
	background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
	background-image: linear-gradient(to bottom, #ACACAC, #BBB);
}





/***************
*
*  5. Fullscreen button
*
****************/

.rsMinW .rsFullscreenBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 22;
	display: block;
	position: absolute;
	cursor: pointer;
	
}
.rsMinW .rsFullscreenIcn {
	display: block;
	margin: 6px;
	width: 32px;
	height: 32px;

	background: url('blueacorn/crs/royalslider/skins/minimal-white/rs-minimal-white.png') 0 0 transparent;
}
.rsMinW .rsFullscreenIcn:hover {
	opacity: 0.8;
}
.rsMinW.rsFullscreen .rsFullscreenIcn {
	background-position: -32px 0;
}





/***************
*
*  6. Play/close video button
*
****************/

.rsMinW .rsPlayBtn {
	-webkit-tap-highlight-color:rgba(0,0,0,0.3);
	width:64px;
	height:64px;
	margin-left:-32px;
	margin-top:-32px;
	cursor: pointer;
}
.rsMinW .rsPlayBtnIcon {
	width:64px;
	display:block;
	height:64px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;

	background:url(blueacorn/crs/royalslider/skins/minimal-white/rs-minimal-white.png) no-repeat 0 -32px;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
}
.rsMinW .rsPlayBtn:hover .rsPlayBtnIcon {
	background-color: rgba(0,0,0,0.9);
}
.rsMinW .rsBtnCenterer {
	position:absolute;
	left:50%;
	top:50%;
	width: 20px;
	height: 20px;
}
.rsMinW .rsCloseVideoBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 500;
	position: absolute;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	
}
.rsMinW .rsCloseVideoBtn.rsiOSBtn {
	top: -38px;
	right: -6px;
}

.rsMinW .rsCloseVideoIcn {
	margin: 6px;
	width: 32px;
	height: 32px;
	background: url('blueacorn/crs/royalslider/skins/minimal-white/rs-minimal-white.png') -64px 0;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
}
.rsMinW .rsCloseVideoIcn:hover {
	background-color: rgba(0,0,0,0.9);
}



/***************
*
*  7. Preloader
*
****************/

.rsMinW .rsPreloader {
	width:20px;
	height:20px;
	background-image:url(blueacorn/crs/royalslider/skins/preloaders/preloader-white.gif);

	left:50%;
	top:50%;
	margin-left:-10px;
	margin-top:-10px;	
}




/***************
*
*  8. Global caption
*
****************/
.rsMinW .rsGCaption {
	position: absolute;
	float: none;
	bottom: 6px;
	left: 6px;
	text-align: left;

	background: #000;
    background: rgba(0,0,0, 0.75);

	color: #FFF;
	padding: 2px 8px;
	width: auto;
	font-size: 12px;
	border-radius: 2px;
}/* Royal Slider Adjustments */
.rsMinW .rsTab {
	margin-right: 5px;
}

.rsMinW .rsTab,
.rsMinW .rsTab:first-child,
.rsMinW .rsTab:last-child
{
	border-radius: 0;
	-webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
}

.rsMinW .rsTab:last-child {
	margin-right: 0;
}


/* SLIDESHOW */
.cms-home .main-container {
	max-width: 100%;
	padding: 0 !important;
	margin-top: 60px !important;
}

html.mobile_resp.resp-desktop .cms-home .main-container,
html.mobile_resp.resp-tablet .cms-home .main-container
{
	margin-top: 0 !important;
}

#full-width-slider {
	width: 100%;
	color: #000;
}
.coloredBlock {
	padding: 12px;
	background: rgba(255,0,0,0.6);
	color: #FFF;
	width: 200px;
	left: 20%;
	top: 5%;
}
.infoBlock {
	position: absolute;
	top: 30px;
	right: 30px;
	left: auto;
	max-width: 25%;
	padding-bottom: 0;
	background: #FFF;
	background: rgba(255, 255, 255, 0.8);
	overflow: hidden;
	padding: 20px;
}
.infoBlock h4 {
	font-size: 20px;

	line-height: 1.2;
	margin: 0;
	padding-bottom: 3px;
}
.infoBlock p {
	font-size: 14px;
	margin: 4px 0 0;
}

.infoBlock a {
	color: #FFF;
	text-decoration: underline;
}
.photosBy {
	position: absolute;
	line-height: 24px;
	font-size: 12px;
	background: #FFF;
	color: #000;
	padding: 0px 10px;
	position: absolute;
	left: 12px;
	bottom: 12px;
	top: auto;
	border-radius: 2px;
	z-index: 25; 
} 
.photosBy a {
	color: #000;
}

.fullWidth {
	max-width: 1920px;
	margin: 0 auto 24px;
}

.cms-home .std img.hp-desktop-wide,
.cms-home .std img.hp-desktop,
.cms-home .std img.hp-tablet,
.cms-home .std img.hp-mobile
{
	max-width: inherit !important;
}

img.hp-desktop-wide,
img.hp-desktop,
img.hp-tablet,
img.hp-mobile
{
	display: none;
}


.rsMinW .rsTabs
{
	padding-top: 0;
	margin-top: -30px;
}

img.rsImg {
	max-height: 600px !important;
	max-width: 100% !important;
	margin: 0 !important;
}

.imgContents img {
	position: absolute;
	left: 50%;
}

img.hp-desktop-wide {
	width: 1920px;
	margin-left: -960px;
}

img.hp-desktop {
	width: 1368px;
	margin-left: -684px;
}

img.hp-tablet {
	width: 979px;
	margin-left: -489.5px;
}

img.hp-mobile {
	/*width: 768px;
	margin-left: -384px;*/
	width: 400px;
	margin-left: -200px;
}

/* Content Widths */
.infoTable .infoBlockContents {
	display: block;
	margin: 0;
	padding: 20px;
	vertical-align: middle;
	width: 50%;
}

.infoTable.width100 .infoBlockContents { width: 100%; }
.infoTable.width90 .infoBlockContents  { width: 90%; }
.infoTable.width80 .infoBlockContents  { width: 80%; }
.infoTable.width70 .infoBlockContents  { width: 70%; }
.infoTable.width60 .infoBlockContents  { width: 60%; }
.infoTable.width50 .infoBlockContents  { width: 50%; }
.infoTable.width40 .infoBlockContents  { width: 40%; }
.infoTable.width30 .infoBlockContents  { width: 30%; }
.infoTable.width20 .infoBlockContents  { width: 20%; }
.infoTable.width10 .infoBlockContents  { width: 10%; }

/* Content Text Alignment */
.infoTable.textLeft .infoBlockContents {
	text-align: left;
}

.infoTable.textCenter .infoBlockContents {
	text-align: center;
}

.infoTable.textRight .infoBlockContents {
	text-align: right;
}

/* Content Backgrounds */
.infoTable.bgDark .infoBlockContents {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.7);
}

.infoTable.bgLight .infoBlockContents {
	color: #000;
	background-color: rgba(255, 255, 255, 0.7);
}

/* Content Text */
.cms-home .std .infoBlockContents {
	font-size: 18px;
}

.cms-home .std .infoBlockContents h4,
.cms-home .std .infoBlockContents p,
.cms-home .std .infoBlockContents a
{
	font-family: 'Roboto', sans-serif;
}

.cms-home .std .infoBlockContents h4 {
	color: #fff;
	font-size: 3em;
	font-weight: 600;
	line-height: 1.0em;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}

.cms-home .std .infoBlockContents p {
	color: #fff;
	font-size: 1.1em;
	font-weight: 400;
	padding: 0;
	margin: 10px 0;
	line-height: 1em;
}

/* Content Buttons/Links */
.cms-home .std .infoBlockContents a {
	font-weight: 700;
	font-size: 1.5em;
	display: inline-block;
	color: #fff;
	border: 3px solid #fff;
	background-color: rgba(0, 0, 0, 0.7);
	padding: 0 30px;
	margin-top: 10px;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 50px;
}

.cms-home .std .infoBlockContents a:hover {
	background-color: #ed1b2f;
	border-color: #ed1b2f;
}

.cms-home .std .infoBlockContents h4.colorYellow,
.cms-home .std .infoBlockContents p.colorYellow
.cms-home .std .infoBlockContents a.colorYellow
{
	color: #fcef80;
}

.cms-home .std .infoBlockContents .fontSize1-1 { font-size: 1.1em; }
.cms-home .std .infoBlockContents .fontSize1-2 { font-size: 1.2em; }
.cms-home .std .infoBlockContents .fontSize1-3 { font-size: 1.3em; }
.cms-home .std .infoBlockContents .fontSize1-4 { font-size: 1.4em; }
.cms-home .std .infoBlockContents .fontSize1-5 { font-size: 1.5em; }
.cms-home .std .infoBlockContents .fontSize1-6 { font-size: 1.6em; }
.cms-home .std .infoBlockContents .fontSize1-7 { font-size: 1.7em; }
.cms-home .std .infoBlockContents .fontSize1-8 { font-size: 1.8em; }
.cms-home .std .infoBlockContents .fontSize1-9 { font-size: 1.9em; }
.cms-home .std .infoBlockContents .fontSize2-0 { font-size: 2.0em; }
.cms-home .std .infoBlockContents .fontSize2-1 { font-size: 2.1em; }
.cms-home .std .infoBlockContents .fontSize2-2 { font-size: 2.2em; }
.cms-home .std .infoBlockContents .fontSize2-3 { font-size: 2.3em; }
.cms-home .std .infoBlockContents .fontSize2-4 { font-size: 2.4em; }
.cms-home .std .infoBlockContents .fontSize2-5 { font-size: 2.5em; }
.cms-home .std .infoBlockContents .fontSize2-6 { font-size: 2.6em; }
.cms-home .std .infoBlockContents .fontSize2-7 { font-size: 2.7em; }
.cms-home .std .infoBlockContents .fontSize2-8 { font-size: 2.8em; }
.cms-home .std .infoBlockContents .fontSize2-9 { font-size: 2.9em; }
.cms-home .std .infoBlockContents .fontSize3-0 { font-size: 3.0em; }
.cms-home .std .infoBlockContents .fontSize3-1 { font-size: 3.0em; }
.cms-home .std .infoBlockContents .fontSize3-2 { font-size: 3.0em; }
.cms-home .std .infoBlockContents .fontSize3-3 { font-size: 3.0em; }
.cms-home .std .infoBlockContents .fontSize3-4 { font-size: 3.0em; }
.cms-home .std .infoBlockContents .fontSize3-5 { font-size: 3.0em; }
.cms-home .std .infoBlockContents .fontSize3-6 { font-size: 3.0em; }
.cms-home .std .infoBlockContents .fontSize3-7 { font-size: 3.0em; }
.cms-home .std .infoBlockContents .fontSize3-8 { font-size: 3.0em; }
.cms-home .std .infoBlockContents .fontSize3-9 { font-size: 3.0em; }
.cms-home .std .infoBlockContents .fontSize4-0 { font-size: 4.0em; }
.cms-home .std .infoBlockContents .fontSize4-1 { font-size: 4.1em; }
.cms-home .std .infoBlockContents .fontSize4-2 { font-size: 4.2em; }
.cms-home .std .infoBlockContents .fontSize4-3 { font-size: 4.3em; }
.cms-home .std .infoBlockContents .fontSize4-4 { font-size: 4.4em; }
.cms-home .std .infoBlockContents .fontSize4-5 { font-size: 4.5em; }
.cms-home .std .infoBlockContents .fontSize4-6 { font-size: 4.6em; }
.cms-home .std .infoBlockContents .fontSize4-7 { font-size: 4.7em; }
.cms-home .std .infoBlockContents .fontSize4-8 { font-size: 4.8em; }
.cms-home .std .infoBlockContents .fontSize4-9 { font-size: 4.9em; }
.cms-home .std .infoBlockContents .fontSize5-0 { font-size: 5.0em; }
.cms-home .std .infoBlockContents .fontSize5-1 { font-size: 5.1em; }
.cms-home .std .infoBlockContents .fontSize5-2 { font-size: 5.2em; }
.cms-home .std .infoBlockContents .fontSize5-3 { font-size: 5.3em; }
.cms-home .std .infoBlockContents .fontSize5-4 { font-size: 5.4em; }
.cms-home .std .infoBlockContents .fontSize5-5 { font-size: 5.5em; }
.cms-home .std .infoBlockContents .fontSize5-6 { font-size: 5.6em; }
.cms-home .std .infoBlockContents .fontSize5-7 { font-size: 5.7em; }
.cms-home .std .infoBlockContents .fontSize5-8 { font-size: 5.8em; }
.cms-home .std .infoBlockContents .fontSize5-9 { font-size: 5.9em; }
.cms-home .std .infoBlockContents .fontSize6-0 { font-size: 6.0em; }


.cms-home .std .infoBlockContents .fontWeight100 { font-weight: 100; }
.cms-home .std .infoBlockContents .fontWeight200 { font-weight: 200; }
.cms-home .std .infoBlockContents .fontWeight300 { font-weight: 300; }
.cms-home .std .infoBlockContents .fontWeight400 { font-weight: 400; }
.cms-home .std .infoBlockContents .fontWeight500 { font-weight: 500; }
.cms-home .std .infoBlockContents .fontWeight600 { font-weight: 600; }
.cms-home .std .infoBlockContents .fontWeight700 { font-weight: 700; }
.cms-home .std .infoBlockContents .fontWeight800 { font-weight: 800; }
.cms-home .std .infoBlockContents .fontWeight900 { font-weight: 900; }






/* Content Positions 3x3 */
.infoTable.posLeft .infoBlockContents,
.infoTable.posUpperLeft .infoBlockContents,
.infoTable.posLowerLeft .infoBlockContents
{
	float: left;
	margin-left: 20px;
}

.infoTable.posCenter .infoBlockContents,
.infoTable.posUpperCenter .infoBlockContents,
.infoTable.posLowerCenter .infoBlockContents
{
	margin: 0 auto;
}

.infoTable.posRight .infoBlockContents,
.infoTable.posUpperRight .infoBlockContents,
.infoTable.posLowerRight .infoBlockContents
{
	float: right;
	margin-right: 20px;
}

.infoTable.posUpperCenter .infoCell,
.infoTable.posUpperLeft .infoCell,
.infoTable.posUpperRight .infoCell
{
	vertical-align: top;
	padding-top: 20px;
}

.infoTable.posLowerCenter .infoCell,
.infoTable.posLowerLeft .infoCell,
.infoTable.posLowerRight .infoCell
{
	vertical-align: bottom;
	padding-bottom: 20px;
}






.crsContent {
	margin: 0 auto;
	overflow: hidden;
}


.infoWrapper
{
	position: relative;
	right: 0;
	display: block;
	padding: 0;
	background: none !important;
}

.imgWrapper
{
	position: relative;
	top: 0;
	display: block;
	padding: 0;
}

.infoTable
{
	display: table;
	width: 100%;
	vertical-align: middle;
	margin: 0 auto;
}

.imgTable {
	display: table-row;
}

.infoRow
{
	display: table-row;
}

.infoCell
{
	display: table-cell;
	vertical-align: middle;
}

.imgCell {
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
}

.infoBlockContents img {
	max-width: 60%;
	margin-bottom: 20px;
}

.rsMinW,
.rsOverflow,
.rsSlide
{
	background: none !important;
}




/* Desktop Wide */
html.resp-desktop #full-width-slider,
html.resp-desktop .rsOverflow,
html.resp-desktop .rsSlide
{
	height: 600px !important;
}
	
html.resp-desktop img.hp-desktop-wide
{
	display:block;
}
	
html.resp-desktop .crsContent
{
	max-width: 1920px !important;
	height: 600px;
}

html.resp-desktop .infoWrapper
{
	top: -600px;
	height: 600px;
}

html.resp-desktop .imgWrapper
{
	height: 600px;
}

html.resp-desktop .infoTable
{
	height: 600px;
	max-width: 1290px;
}

html.resp-desktop img.rsImg {
	max-height: 600px !important;
}

html.resp-desktop .infoBlockContents h4:before,
html.resp-desktop .infoBlockContents p:before
{
	font-weight: 700;
}



/* Desktop */
@media only screen and (min-width: 1290px) and (max-width: 1368px){
	html.resp-desktop .infoTable
	{
		height: 500px;
		max-width: 1290px;
	}
}

@media only screen and (min-width: 980px) and (max-width: 1289px){
	html.resp-desktop .infoTable
	{
		height: 500px;
		max-width: 100%;
	}
}

@media only screen and (min-width: 980px) and (max-width: 1368px){

	html.resp-desktop #full-width-slider,
	html.resp-desktop .rsOverflow,
	html.resp-desktop .rsSlide
	{
		height: 500px !important;
	}

	.cms-home .std img.hp-desktop { display:block; }

	html.resp-desktop .crsContent
	{
		max-width: 1368px !important;
		height: 500px;
	}

	html.resp-desktop .infoWrapper
	{
		top: -500px;
		height: 500px;
	}

	html.resp-desktop .imgWrapper
	{
		height: 500px;
	}

	html.resp-desktop .infoBlockContents h4:before,
	html.resp-desktop .infoBlockContents p:before
	{
		font-weight: 700;
	}


	html.resp-desktop img.rsImg {
		max-height: 500px !important;
	}
}

/* Tablet */
/*@media only screen and (min-width: 769px) and (max-width: 979px){*/

/*html.resp-tablet #full-width-slider,
html.resp-tablet .rsOverflow,
html.resp-tablet .rsSlide
{
	height: 500px !important;
}

html.resp-tablet img.hp-tablet {
	display:block;
}

html.resp-tablet .crsContent {
	max-width: 1920px !important;
	height: 500px;
}

html.resp-tablet .infoWrapper
{
	top: -500px;
	height: 500px;
}

html.resp-tablet .imgWrapper
{
	height: 500px;
}

html.resp-tablet .infoTable
{
	height: 500px;
	max-width: 980px;
}

html.resp-tablet .infoBlockContents h4,
html.resp-tablet .infoBlockContents p
{
	color: blue;
}

html.resp-tablet img.rsImg {
	max-height: 500px !important;
}*/





html.resp-tablet .infoTable .infoBlockContents img {
	width: 60%;
}

html.resp-mobile .infoTable .infoBlockContents img {
	display: none !important;
}

.rsMinW .rsArrow
{
	display: none !important;
}

html.resp-mobile .rsMinW .rsNav {
	display: none !important;
}


/* Mobile: Landscape */
@media only screen
and (max-width: 768px)
and (orientation: landscape)
{

	img.hp-desktop-wide { display: none !important; }
	img.hp-desktop { display: none !important; }
	img.hp-tablet { display: block !important; }
	img.hp-mobile { display: none !important; }

}

/* Mobile: Portrait */
@media only screen and (max-width: 768px){



	html.resp-mobile #full-width-slider,
	html.resp-mobile .rsOverflow,
	html.resp-mobile .rsSlide {
		min-height: 400px !important;
		height: auto !important;
	}


	html.resp-mobile .infoWrapper
	{
		position: inherit;
		top: 0;
		height: auto;
		right: inherit;
	}


	html.resp-mobile .infoTable.posLeft .infoBlockContents,
	html.resp-mobile .infoTable.posUpperLeft .infoBlockContents,
	html.resp-mobile .infoTable.posLowerLeft .infoBlockContents
	html.resp-mobile .infoTable.posCenter .infoBlockContents,
	html.resp-mobile .infoTable.posUpperCenter .infoBlockContents,
	html.resp-mobile .infoTable.posLowerCenter .infoBlockContents,
	html.resp-mobile .infoTable.posRight .infoBlockContents,
	html.resp-mobile .infoTable.posUpperRight .infoBlockContents,
	html.resp-mobile .infoTable.posLowerRight .infoBlockContents
	{
		margin: 0 auto;
	}

	html.resp-mobile .infoTable.posUpperCenter .infoCell,
	html.resp-mobile .infoTable.posUpperLeft .infoCell,
	html.resp-mobile .infoTable.posUpperRight .infoCell
	{
		vertical-align: top;
		padding-top: 20px;
	}

	html.resp-mobile .infoTable.posLowerCenter .infoCell,
	html.resp-mobile .infoTable.posLowerLeft .infoCell,
	html.resp-mobile .infoTable.posLowerRight .infoCell
	{
		vertical-align: bottom;
		padding-bottom: 20px;
	}


	html.resp-mobile .infoTable.width100 .infoBlockContents,
	html.resp-mobile .infoTable.width90 .infoBlockContents,
	html.resp-mobile .infoTable.width80 .infoBlockContents,
	html.resp-mobile .infoTable.width70 .infoBlockContents,
	html.resp-mobile .infoTable.width60 .infoBlockContents,
	html.resp-mobile .infoTable.width50 .infoBlockContents,
	html.resp-mobile .infoTable.width40 .infoBlockContents,
	html.resp-mobile .infoTable.width30 .infoBlockContents,
	html.resp-mobile .infoTable.width20 .infoBlockContents,
	html.resp-mobile .infoTable.width10 .infoBlockContents
	{
		width: 100%;
	}

	html.resp-mobile .infoTable .infoBlockContents
	{
		text-align: center;
		width: 100%;
	}

	html.resp-mobile .infoTable .infoBlockContents h4,
	html.resp-mobile .infoTable .infoBlockContents p
	{
		color: #000;
	}

	html.resp-mobile .infoTable .infoBlockContents h4
	{
		font-size: 1.3em;
		font-weight: 600;
	}

	html.resp-mobile .infoTable .infoBlockContents p
	{
		font-size: 0.9em;
		line-height: 1.1em;
	}

	html.resp-mobile .infoTable .infoBlockContents a
	{
		font-size: 1.0em;
		border-color: #000;
		background-color: transparent;
		color: #000;
		margin: 0 auto;
		line-height: 2em;
	}

	html.resp-mobile .infoTable .infoBlockContents a:hover
	{
		color: #fff;
	}


	.cms-home .std .infoBlockContents h4.colorYellow,
	.cms-home .std .infoBlockContents p.colorYellow
	.cms-home .std .infoBlockContents a.colorYellow
	{
		color: #000;
	}

	.cms-home .std .infoBlockContents .fontSize1-1 { font-size: 1.0em; }
	.cms-home .std .infoBlockContents .fontSize1-2 { font-size: 1.0em; }
	.cms-home .std .infoBlockContents .fontSize1-3 { font-size: 1.0em; }
	.cms-home .std .infoBlockContents .fontSize1-4 { font-size: 1.0em; }
	.cms-home .std .infoBlockContents .fontSize1-5 { font-size: 1.0em; }
	.cms-home .std .infoBlockContents .fontSize1-6 { font-size: 1.0em; }
	.cms-home .std .infoBlockContents .fontSize1-7 { font-size: 1.0em; }
	.cms-home .std .infoBlockContents .fontSize1-8 { font-size: 1.0em; }
	.cms-home .std .infoBlockContents .fontSize1-9 { font-size: 1.0em; }
	.cms-home .std .infoBlockContents .fontSize2-0 { font-size: 1.1em; }
	.cms-home .std .infoBlockContents .fontSize2-1 { font-size: 1.1em; }
	.cms-home .std .infoBlockContents .fontSize2-2 { font-size: 1.1em; }
	.cms-home .std .infoBlockContents .fontSize2-3 { font-size: 1.1em; }
	.cms-home .std .infoBlockContents .fontSize2-4 { font-size: 1.1em; }
	.cms-home .std .infoBlockContents .fontSize2-5 { font-size: 1.1em; }
	.cms-home .std .infoBlockContents .fontSize2-6 { font-size: 1.1em; }
	.cms-home .std .infoBlockContents .fontSize2-7 { font-size: 1.1em; }
	.cms-home .std .infoBlockContents .fontSize2-8 { font-size: 1.1em; }
	.cms-home .std .infoBlockContents .fontSize2-9 { font-size: 1.1em; }
	.cms-home .std .infoBlockContents .fontSize3-0 { font-size: 1.6em; }
	.cms-home .std .infoBlockContents .fontSize3-1 { font-size: 1.6em; }
	.cms-home .std .infoBlockContents .fontSize3-2 { font-size: 1.6em; }
	.cms-home .std .infoBlockContents .fontSize3-3 { font-size: 1.6em; }
	.cms-home .std .infoBlockContents .fontSize3-4 { font-size: 1.6em; }
	.cms-home .std .infoBlockContents .fontSize3-5 { font-size: 1.6em; }
	.cms-home .std .infoBlockContents .fontSize3-6 { font-size: 1.6em; }
	.cms-home .std .infoBlockContents .fontSize3-7 { font-size: 1.6em; }
	.cms-home .std .infoBlockContents .fontSize3-8 { font-size: 1.6em; }
	.cms-home .std .infoBlockContents .fontSize3-9 { font-size: 1.6em; }
	.cms-home .std .infoBlockContents .fontSize4-0 { font-size: 1.6em; }
	.cms-home .std .infoBlockContents .fontSize4-1 { font-size: 1.6em; }
	.cms-home .std .infoBlockContents .fontSize4-2 { font-size: 1.6em; }
	.cms-home .std .infoBlockContents .fontSize4-3 { font-size: 1.6em; }
	.cms-home .std .infoBlockContents .fontSize4-4 { font-size: 1.6em; }
	.cms-home .std .infoBlockContents .fontSize4-5 { font-size: 1.6em; }
	.cms-home .std .infoBlockContents .fontSize4-6 { font-size: 1.6em; }
	.cms-home .std .infoBlockContents .fontSize4-7 { font-size: 1.7em; }
	.cms-home .std .infoBlockContents .fontSize4-8 { font-size: 1.8em; }
	.cms-home .std .infoBlockContents .fontSize4-9 { font-size: 1.9em; }
	.cms-home .std .infoBlockContents .fontSize5-0 { font-size: 2.0em; }
	.cms-home .std .infoBlockContents .fontSize5-1 { font-size: 2.1em; }
	.cms-home .std .infoBlockContents .fontSize5-2 { font-size: 2.2em; }
	.cms-home .std .infoBlockContents .fontSize5-3 { font-size: 2.3em; }
	.cms-home .std .infoBlockContents .fontSize5-4 { font-size: 2.4em; }
	.cms-home .std .infoBlockContents .fontSize5-5 { font-size: 2.5em; }
	.cms-home .std .infoBlockContents .fontSize5-6 { font-size: 2.6em; }
	.cms-home .std .infoBlockContents .fontSize5-7 { font-size: 2.7em; }
	.cms-home .std .infoBlockContents .fontSize5-8 { font-size: 2.8em; }
	.cms-home .std .infoBlockContents .fontSize5-9 { font-size: 2.9em; }
	.cms-home .std .infoBlockContents .fontSize6-0 { font-size: 3.0em; }




	.cms-home .new-slideshow-container .new-slideshow > li { height: 200px; }
	.cms-home .main-container { margin-top: 0 !important; }
	.cms-home .main-container .main .col-main { margin-top: 0 !important; }

	img.hp-mobile { display:block; }
	img.hp-desktop { display:none; }
	img.hp-tablet { display: none; }
	img.hp-desktop-wide { display:none; }

	.crsContent {
		max-width: 768px !important;
		height: auto;
	}

	.infoWrapper
	{
		top: -200px;
		height: 200px;
	}

	.imgWrapper
	{
		height: 200px;
		position: inherit;
	}

	.infoTable
	{
		height: 200px;
		max-width: 768px;
	}

	.infoBlockContents h4,
	.infoBlockContents p
	{
		color: yellow;
	}

	img.rsImg {
		max-height: 200px !important;
	}
}



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

	img.hp-mobile { display:none; }
	img.hp-desktop { display:none; }
	img.hp-tablet { display: block; }
	img.hp-desktop-wide { display:none; }

	div.mobile-ready #full-width-slider,
	div.mobile-ready .rsOverflow,
	div.mobile-ready .rsSlide
	{
		height: 500px !important;
	}

	.cms-home .std img.hp-desktop { display:block; }

	div.mobile-ready .crsContent
	{
		max-width: 768px !important;
		height: 500px;
	}

	div.mobile-ready .infoWrapper
	{
		top: -500px;
		height: 500px;
		position: absolute;
		top: 0;
		width: 100%;
		height: auto;
	}

	div.mobile-ready .imgWrapper
	{
		height: 500px;
	}

	div.mobile-ready .infoTable
	{
		height: 500px;
		max-width: 768px;
	}

	div.mobile-ready img.rsImg {
		max-height: 500px !important;
	}

	div.mobile-ready img.hp-tablet {
		display:block;
	}

	.cms-home .std .infoTable .infoBlockContents h4 {
		color: #fff;
		// font-size: 3em;
		// font-weight: 600;
		line-height: 1.0em;
		text-transform: uppercase;
		padding: 0;
		margin: 0;
	}

	.cms-home .std .infoTable .infoBlockContents p {
		color: #fff;
		font-size: 1.1em;
		font-weight: 400;
		padding: 0;
		margin: 10px 0;
		line-height: 1em;
	}

	/* Content Widths */
	div.mobile-ready .infoTable .infoBlockContents {
		display: block;
		margin: 0;
		padding: 20px;
		vertical-align: middle;
		width: 50%;
	}

	div.mobile-ready {
		outline: 5px solid #f00;
	}

	div.mobile-ready .infoTable.width100 .infoBlockContents { width: 100%; }
	div.mobile-ready .infoTable.width90 .infoBlockContents  { width: 90%; }
	div.mobile-ready .infoTable.width80 .infoBlockContents  { width: 80%; }
	div.mobile-ready .infoTable.width70 .infoBlockContents  { width: 70%; }
	div.mobile-ready .infoTable.width60 .infoBlockContents  { width: 60%; }
	div.mobile-ready .infoTable.width50 .infoBlockContents  { width: 50%; }
	div.mobile-ready .infoTable.width40 .infoBlockContents  { width: 40%; }
	div.mobile-ready .infoTable.width30 .infoBlockContents  { width: 30%; }
	div.mobile-ready .infoTable.width20 .infoBlockContents  { width: 20%; }
	div.mobile-ready .infoTable.width10 .infoBlockContents  { width: 10%; }

	/* Content Text Alignment */
	div.mobile-ready .infoTable.textLeft .infoBlockContents {
		text-align: left;
	}

	div.mobile-ready .infoTable.textCenter .infoBlockContents {
		text-align: center;
		margin: 0 auto;
	}

	div.mobile-ready .infoTable.textRight .infoBlockContents {
		text-align: right;
	}

	/* Content Buttons/Links */
	div.mobile-ready .std .infoBlockContents a {
		font-weight: 700;
		font-size: 1.5em;
		display: inline-block;
		color: #fff;
		border: 3px solid #fff;
		background-color: rgba(0, 0, 0, 0.7);
		padding: 0 30px;
		margin-top: 10px;
		text-transform: uppercase;
		text-decoration: none;
		line-height: 50px;
	}

	div.mobile-ready .std .infoBlockContents a:hover {
		background-color: #ed1b2f;
		border-color: #ed1b2f;
	}

	/* Content Positions 3x3 */
	div.mobile-ready .infoTable.posLeft .infoBlockContents,
	div.mobile-ready .infoTable.posUpperLeft .infoBlockContents,
	div.mobile-ready .infoTable.posLowerLeft .infoBlockContents
	{
		float: left !important;
		margin: 0 0 0 20px !important;
	}

	div.mobile-ready .infoTable.posCenter .infoBlockContents,
	div.mobile-ready .infoTable.posUpperCenter .infoBlockContents,
	div.mobile-ready .infoTable.posLowerCenter .infoBlockContents
	{
		margin: 0 auto !important;
	}

	div.mobile-ready .infoTable.posRight .infoBlockContents,
	div.mobile-ready .infoTable.posUpperRight .infoBlockContents,
	div.mobile-ready .infoTable.posLowerRight .infoBlockContents
	{
		float: right !important;
		margin: 0 20px 0 0 !important;
	}

	div.mobile-ready .infoTable.posUpperCenter .infoCell,
	div.mobile-ready .infoTable.posUpperLeft .infoCell,
	div.mobile-ready .infoTable.posUpperRight .infoCell
	{
		vertical-align: top !important;
		padding-top: 20px !important;
	}

	div.mobile-ready .infoTable.posLowerCenter .infoCell,
	div.mobile-ready .infoTable.posLowerLeft .infoCell,
	div.mobile-ready .infoTable.posLowerRight .infoCell
	{
		vertical-align: bottom !important;
		padding-bottom: 20px !important;
	}

	div.mobile-ready .std .infoBlockContents h4.colorYellow,
	div.mobile-ready .std .infoBlockContents p.colorYellow
	div.mobile-ready .std .infoBlockContents a.colorYellow
	{
		color: #fcef80;
	}

	div.mobile-ready .std .infoBlockContents {
		width: 100%;
	}

	div.mobile-ready .std .infoBlockContents .fontSize1-1 { font-size: 1.0em !important; }
	div.mobile-ready .std .infoBlockContents .fontSize1-2 { font-size: 1.0em !important; }
	div.mobile-ready .std .infoBlockContents .fontSize1-3 { font-size: 1.0em !important; }
	div.mobile-ready .std .infoBlockContents .fontSize1-4 { font-size: 1.0em !important; }
	div.mobile-ready .std .infoBlockContents .fontSize1-5 { font-size: 1.0em !important; }
	div.mobile-ready .std .infoBlockContents .fontSize1-6 { font-size: 1.0em !important; }
	div.mobile-ready .std .infoBlockContents .fontSize1-7 { font-size: 1.0em !important; }
	div.mobile-ready .std .infoBlockContents .fontSize1-8 { font-size: 1.0em !important; }
	div.mobile-ready .std .infoBlockContents .fontSize1-9 { font-size: 1.0em !important; }
	div.mobile-ready .std .infoBlockContents .fontSize2-0 { font-size: 1.1em !important; }
	div.mobile-ready .std .infoBlockContents .fontSize2-1 { font-size: 1.1em !important; }
	div.mobile-ready .std .infoBlockContents .fontSize2-2 { font-size: 1.1em !important; }
	div.mobile-ready .std .infoBlockContents .fontSize2-3 { font-size: 1.1em !important; }
	div.mobile-ready .std .infoBlockContents .fontSize2-4 { font-size: 1.1em !important; }
	div.mobile-ready .std .infoBlockContents .fontSize2-5 { font-size: 1.1em !important; }
	div.mobile-ready .std .infoBlockContents .fontSize2-6 { font-size: 1.1em !important; }
	div.mobile-ready .std .infoBlockContents .fontSize2-7 { font-size: 1.1em !important; }
	div.mobile-ready .std .infoBlockContents .fontSize2-8 { font-size: 1.1em !important; }
	div.mobile-ready .std .infoBlockContents .fontSize2-9 { font-size: 1.1em !important; }
	div.mobile-ready .std .infoBlockContents .fontSize3-0 { font-size: 1.6em !important; }
	div.mobile-ready .std .infoBlockContents .fontSize3-1 { font-size: 1.6em !important; }
	div.mobile-ready .std .infoBlockContents .fontSize3-2 { font-size: 1.6em !important; }
	div.mobile-ready .std .infoBlockContents .fontSize3-3 { font-size: 1.6em !important; }
	div.mobile-ready .std .infoBlockContents .fontSize3-4 { font-size: 1.6em !important; }
	div.mobile-ready .std .infoBlockContents .fontSize3-5 { font-size: 1.6em !important; }
	div.mobile-ready .std .infoBlockContents .fontSize3-6 { font-size: 1.6em !important; }
	div.mobile-ready .std .infoBlockContents .fontSize3-7 { font-size: 1.6em !important; }
	div.mobile-ready .std .infoBlockContents .fontSize3-8 { font-size: 1.6em !important; }
	div.mobile-ready .std .infoBlockContents .fontSize3-9 { font-size: 1.6em !important; }
	div.mobile-ready .std .infoBlockContents .fontSize4-0 { font-size: 1.6em !important; }
	div.mobile-ready .std .infoBlockContents .fontSize4-1 { font-size: 1.6em !important; }
	div.mobile-ready .std .infoBlockContents .fontSize4-2 { font-size: 1.6em !important; }
	div.mobile-ready .std .infoBlockContents .fontSize4-3 { font-size: 1.6em !important; }
	div.mobile-ready .std .infoBlockContents .fontSize4-4 { font-size: 1.6em !important; }
	div.mobile-ready .std .infoBlockContents .fontSize4-5 { font-size: 1.6em !important; }
	div.mobile-ready .std .infoBlockContents .fontSize4-6 { font-size: 1.6em !important; }
	div.mobile-ready .std .infoBlockContents .fontSize4-7 { font-size: 1.7em !important; }
	div.mobile-ready .std .infoBlockContents .fontSize4-8 { font-size: 1.8em !important; }
	div.mobile-ready .std .infoBlockContents .fontSize4-9 { font-size: 1.9em !important; }
	div.mobile-ready .std .infoBlockContents .fontSize5-0 { font-size: 2.0em !important; }
	div.mobile-ready .std .infoBlockContents .fontSize5-1 { font-size: 2.1em !important; }
	div.mobile-ready .std .infoBlockContents .fontSize5-2 { font-size: 2.2em !important; }
	div.mobile-ready .std .infoBlockContents .fontSize5-3 { font-size: 2.3em !important; }
	div.mobile-ready .std .infoBlockContents .fontSize5-4 { font-size: 2.4em !important; }
	div.mobile-ready .std .infoBlockContents .fontSize5-5 { font-size: 2.5em !important; }
	div.mobile-ready .std .infoBlockContents .fontSize5-6 { font-size: 2.6em !important; }
	div.mobile-ready .std .infoBlockContents .fontSize5-7 { font-size: 2.7em !important; }
	div.mobile-ready .std .infoBlockContents .fontSize5-8 { font-size: 2.8em !important; }
	div.mobile-ready .std .infoBlockContents .fontSize5-9 { font-size: 2.9em !important; }
	div.mobile-ready .std .infoBlockContents .fontSize6-0 { font-size: 3.0em !important; }

	div.mobile-ready .std .infoBlockContents .fontWeight100 { font-weight: 100 !important; }
	div.mobile-ready .std .infoBlockContents .fontWeight200 { font-weight: 200 !important; }
	div.mobile-ready .std .infoBlockContents .fontWeight300 { font-weight: 300 !important; }
	div.mobile-ready .std .infoBlockContents .fontWeight400 { font-weight: 400 !important; }
	div.mobile-ready .std .infoBlockContents .fontWeight500 { font-weight: 500 !important; }
	div.mobile-ready .std .infoBlockContents .fontWeight600 { font-weight: 600 !important; }
	div.mobile-ready .std .infoBlockContents .fontWeight700 { font-weight: 700 !important; }
	div.mobile-ready .std .infoBlockContents .fontWeight800 { font-weight: 800 !important; }
	div.mobile-ready .std .infoBlockContents .fontWeight900 { font-weight: 900 !important; }

}
/* SUB BANNERS */
.home-subs-wrapper {
	text-align: center;
	max-width: 1290px;
	margin: 10px auto;
}

.home-subs {
	margin: 10px auto !important;
	padding: 0;
	width: 100%;
	max-width: 1290px;
}

.home-subs li {
	margin: 0 0 2% 0 !important;
	list-style: none;
	text-align: center;
	position: relative;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.home-subs li.spacer {
	width: 10px;
	display: none;
}

.home-subs img {
	max-width: 100%;
	width: 100%;
}

.home-subs span {
	color: #fff;
	text-transform: uppercase;
	position: absolute;
	display: block;
	width: 100%;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	padding-top: 2%;
	padding-bottom: 2%;
	font-weight: bold;
	font-size: 24px;
	font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif;
	font-style: normal;
	text-shadow: 1px 1px 3px #555555;
}

.home-subs li:hover span {
	background-color: #ed1b2f;
}

.home-subs li.promo_banner_main_1 img.mobile {
	display: none;
}

/*****************************/
/*                           */
/*     Desktop Catchall      */
/*                           */
/*****************************/
@media only screen and (min-width: 980px){

	.slideshow-container {
		/*max-height: 800px !important;*/
		margin-top: 60px !important;
	}

	.home-subs-wrapper {
		display: table;
	}

	.home-subs {
		display: table-row;
	}

	.home-subs li {
		display: table-cell;
	}

	.home-subs li.spacer.spacer-desktop {
		display: block !important;
	}

	.home-subs li img {
		max-width: 250px !important;
		width: 100%;
	}

	.home-subs li span {
		font-size: 24px;
	}

}

@media only screen and (min-width: 980px) and (max-width:1290px){
	.home-subs li span {
		font-size: 20px;
	}
}


/*****************************/
/*                           */
/*     Tablet Breakpoint     */
/*                           */
/*****************************/
@media only screen and (max-width: 979px) and (min-width:769px) {

	.home-subs li {
		display: block;
		float: left;
	}

	.home-subs li.spacer {
		width: 2%;
		height: 1px;
	}

	.home-subs li.spacer-tablet {
		display: block !important;
	}

	.home-subs li.spacer.tablet-row-breaker {
		clear: both;
	}

	.home-subs li.promo_banner_main_1,
	.home-subs li.promo_banner_main_2
	{
		width: 47%;
	}

	.home-subs li.promo_banner_main_3,
	.home-subs li.promo_banner_main_4,
	.home-subs li.promo_banner_main_5
	{
		width: 30.666666%;
	}

}






@media only screen and (max-width: 768px){

	.home-subs li {
		display: block;
		padding: 0 2%;
	}

	.home-subs li img {
		display: none;
	}

	.home-subs li.spacer { display: none; }

	.home-subs li span {
		background-color: rgba(240, 240, 240, 1);
		border: 1px solid #ccc;
		border-radius: 3px;
		position: relative;
		color: #ed1b2f;
		text-shadow: none;
		font-size: 20px;
		line-height: 44px;
	}

	.home-subs li:hover span {
		text-decoration: none;
		color: #fff;
		text-shadow: none;
	}

	.home-subs li:active span {
		background-color: #ed1b2f;
		color: #fff;
		text-shadow: none;
	}

	.home-subs li a:hover {
		text-decoration: none;
	}
	
}