.has-error label {
    color: #b94a48 !important;
}
.dropdown-menu {
    margin: 0 !important;
}
.dropdown-menu > li {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.ui-select .ui-btn select {
    font-size: 50px;
}
.dropdown-menu .sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    display: none;
    margin-top: -1px;
    border-left-color: #fff;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: hsl(0, 0%, 98%);
    background-clip: padding-box;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    white-space: normal;
}
.dropdown-menu .sub-menu li {
    position: relative;
    width: auto;
    border-bottom: 1px solid #bababa;
}
.dropdown-menu .sub-menu li:last-child {
    border-bottom: none;
}
.dropdown-menu > li > a {
    white-space: normal !important;
}
.dropdown-menu .sub-menu li a {
    white-space: normal !important;
}
.right-caret:after,
.left-caret:after {
    display: inline-block;
    margin-left: 5px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    content: "";
    vertical-align: middle;
}
.right-caret:after {
    border-left: 3px solid #59768c;
}
.left-caret:after {
    border-right: 3px solid #59768c;
}
a:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
.btn:focus {
    outline: 0 !important;
}
.btn {
    behavior: url('http://www.selectwisely.com/stylesheets/PIE.htc');
}
h1,
h2,
h3 {
    color: #b02106;
}
h4,
h5,
h6 {
    color: #333;
}
h1 {
    font-weight: 300 !important;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
    behavior: url('http://www.selectwisely.com/stylesheets/PIE.htc');
}
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}
.dropdown-submenu>a:after {
    display: block;
    float: right;
    margin-top: 5px;
    margin-right: -10px;
    width: 0;
    height: 0;
    border-width: 5px 0 5px 5px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #ccc;
    content: " ";
}
.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
    behavior: url('http://www.selectwisely.com/stylesheets/PIE.htc');
}
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    background-color: #f4f4f4;
    color: #333;
}
.dropdown-menu {
    border: 0;
}
.dropdown-menu > li > a {
    padding: 8px 20px;
    white-space: nowrap !important;
}
.topbar {
    position: relative;
    background: #878787;
    background: -moz-linear-gradient(top,rgba(135,135,135,1) 0,rgba(63,63,63,1) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(135,135,135,1)),color-stop(100%,rgba(63,63,63,1)));
    background: -webkit-linear-gradient(top,rgba(135,135,135,1) 0,rgba(63,63,63,1) 100%);
    background: -o-linear-gradient(top,rgba(135,135,135,1) 0,rgba(63,63,63,1) 100%);
    background: -ms-linear-gradient(top,rgba(135,135,135,1) 0,rgba(63,63,63,1) 100%);
    background: linear-gradient(to bottom,rgba(135,135,135,1) 0,rgba(63,63,63,1) 100%);
    color: #fff;
    font-size: 12px;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#878787', endColorstr='#3f3f3f', GradientType=0);
}
.topbar p {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 90%;
}
.header-social,
.header-cart,
.header-search,
.header-account {
    float: left;
    line-height: 30px;
}
.header-social {
    border-right: 1px solid #8d8d8d;
    text-align: center;
    white-space: nowrap;
}
.header-social i {
    margin-left: 10px;
    padding: 7px;
    color: #f0f0f0;
    font-size: 1.5em;
}
@media(max-width:768px) {
    .header-social i {
        margin-left: 0;
    }
}
.header-account {
    border-right: 1px solid #8d8d8d;
    color: #6f6f6f;
    text-align: center;
    white-space: nowrap;
    font-weight: bold;
}
.header-account i,
.header-social i {
    color: #f0f0f0;
    font-size: 1.5em;
}
.header-social a:hover i,
.header-social a:hover,
.header-account a:hover i,
.header-account a:hover,
.header-cart a:hover i,
.header-cart a:hover {
    border: none;
    color: white !important;
    text-decoration: none;
}
.header-social a,
.header-account a,
.header-cart a {
    color: #f0f0f0;
}
.header-social a {
    padding-right: 20px;
}
@media(max-width:768px) {
    .header-social a {
        padding-right: 0;
    }
    .header-social span,
    .header-account i,
    .header-cart i {
        display: none;
    }
    .header-account span,
    .header-cart span {
        line-height: 33px;
    }
}
.header-cart {
    text-align: center;
    white-space: nowrap;
    font-weight: bold;
}
.header-cart .badge {
    background-color: #fff;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.48);
    color: #ba2525;
}
.header-cart i {
    color: #f0f0f0;
    font-size: 1.5em;
}
.header-search input.form-control {
    margin: 3px 0 0;
    padding: 0 0 0 10px;
    height: 25px;
}
.navbar {
    margin-bottom: 0;
    border: none;
    border-collapse: separate;
    background-color: white;
    -webkit-box-shadow: 0 3px 22px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0 3px 22px rgba(0, 0, 0, 0.17);
    box-shadow: 0 3px 22px rgba(0, 0, 0, 0.17);
    *behavior: url('http://www.selectwisely.com/stylesheets/PIE.htc');
}
.navbar-toggle {
    position: relative;
    float: right;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    padding: 9px 10px;
    border: 1px solid #d9d9d9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: hsl(0, 0%, 95%);
    behavior: url('http://www.selectwisely.com/stylesheets/PIE.htc');
}
.navbar-toggle .icon-bar {
    background-color: #818181;
}
.navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #545454;
    font-size: 16px;
}
.nav>li>a:hover,
.nav>li>a:focus {
    background-color: hsl(0, 0%, 97%);
    text-decoration: none;
}
.nav a:hover .caret {
    border-top-color: #59768c;
    border-bottom-color: #59768c;
}
.nav .caret {
    border-top-color: #59768c;
    border-bottom-color: #59768c;
}
.navbar > .container .navbar-brand {
    margin: 0;
    border: none;
    padding-bottom: 0;
    padding-top: 0;
}
@media(min-width:768px) {
    .navbar > .container .navbar-brand {
        margin: 0;
        border: none;
        padding: 0;
    }
}
#foo4 {
    clear: both !important;
}
.navbar > .container .navbar-brand img {
    margin: 0;
    padding: 10px 0 0;
    max-width: 200px;
    border: none;
}
@media(max-width:768px) {
    .navbar > .container .navbar-brand img {
        margin: 0;
        padding: 15px 0 0;
        max-width: 150px;
        border: none;
    }
}
.navbar .navbar-nav > .active > a,
.navbar .navbar-nav>.active>a:hover,
.navbar .navbar-nav>.active>a:focus {
    background-color: #f7f7f7;
    color: #000;
}
.navbar-collapse {
    max-height: none;
}
img {
    max-width: 100%;
    height: auto !important;
}
.page-header {
    margin: 0;
    margin-top: -20px;
    padding-top: 7px;
    padding-bottom: 0;
    border-bottom: none;
    color: #b00808;
}
@media(max-width:768px) {
    .page-header h1 {
        font-size: 28px !important;
    }
}
.breadcrumb {
    margin-bottom: 15px;
    padding: 0;
    background-color: transparent;
    list-style: none;
    font-size: 12px;
}
.breadcrumb > li {
    display: inline;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
.breadcrumb > .active {
    color: #aea79f;
}
#side-nav .panel {
    margin-top: 0;
    margin-bottom: 15px;
    border: 0;
    border-bottom: 1px solid #ececec;
    border-radius: 0;
    background-color: transparent;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    behavior: url('http://www.selectwisely.com/stylesheets/PIE.htc');
    behavior: url('http://www.selectwisely.com/stylesheets/PIE.htc');
}
#side-nav .panel:last-child {
    margin-bottom: 0 !important;
    border-bottom: none !important;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.0);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.0);
}
#side-nav ul {
    margin: 0 0 0 10px;
    padding: 0;
}
#side-nav ul li {
    padding-bottom: 11px;
    line-height: 125%;
}
#side-nav ul li a {
    display: block;
    width: 100%;
    font-weight: normal;
    font-size: 13px;
}
#side-nav ul li a.active {
    color: #646464;
    font-weight: bold;
}
#side-nav ul li a.active:after {
    float: right;
    padding-right: 10px;
    content: '»';
}
#side-nav h4 a {
    margin: 0;
    padding: 0;
    color: #5c7c95 !important;
    font-size: 15px;
}
#side-nav h4 a.accordion-toggle.collapsed,
#side-nav h4 a.accordion-toggle.collapse {
    color: #5c7c95 !important;
}
.category-grid a img {
    margin: 0 auto;
}
.category-grid div {
    margin-bottom: 30px;
    text-align: center;
}
@media(max-width:768px) {
    .category-grid div {
        margin-bottom: 15px;
        text-align: center;
    }
}
.category-grid a {
    color: #5c7c95;
}
.category-grid h5 {
    color: #5c7c95;
}
.clamped {
    position: relative;
    overflow: hidden;
    line-height: 1.5;
}
.clamped-2 {
    max-height: 6em;
}
.ellipsis {
    position: absolute;
    right: 0;
    bottom: 0;
    padding-left: 6px;
    background: #fff;
    font-size: 120% !important;
}
.fill {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
}
.footer-testimonial {
    padding-top: 20px;
    background-color: #f0f0f0;
}
.footer-testimonial .testimonial-quote {
    position: relative;
    display: block;
    margin: 0;
}
.testimonial-quote {
    padding-left: 90px;
    background: url('../img/testimonial-quote.png') left top no-repeat;
}
.testimonial-quotes {
    padding-left: 90px;
    background: url('../img/testimonial-quote.png') left top no-repeat;
}
@media(max-width:768px) {
    .testimonial-quote {
        padding-left: 0 !important;
        background: none !important;
    }
}
@media(min-width:768px) and(max-width:991px) {
    .testimonial-quote {
        padding-left: 0 !important;
        background: none !important;
    }
}
.footer-level-1 {
    margin-top: 0;
    padding-top: 10px;
    background-color: #595959;
}
.footer-level-1 h4 {
    color: #fff;
    text-align: center;
}
.footer-level-2 {
    padding-top: 20px;
    padding-bottom: 10px;
    background-color: #404040;
    font-size: 13px;
    line-height: 100% !important;
}
.footer-level-2 h5 {
    color: #fff !important;
}
.footer-level-2 a,
.footer-level-2 p {
    color: #ccc;
}
.footer-level-2 .view-all-list {
    display: block;
    font-weight: bold;
}
.footer-level-3 {
    background-color: #292929;
    color: #d7d0d0;
    font-size: 12px;
}
.footer-level-3 p {
    display: inline;
    margin-bottom: 0;
    padding-top: 10px;
    color: #fff;
    text-align: center;
}
.footer-level-3 p a {
    padding-left: 20px;
    color: #ccc;
    text-align: center;
}
.list_carousel {
    height: auto;
}
.list_carousel ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}
.list_carousel li {
    display: block;
    float: left;
    margin: 6px;
    padding: 0;
    color: #999;
    text-align: center;
}
.list_carousel li a {
    color: #fff;
}
.list_carousel li a p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list_carousel li a:hover {
    text-decoration: underline;
}
.list_carousel.responsive {
    position: relative;
    margin-right: 30px;
    margin-left: 30px;
    width: auto;
}
.clearfix {
    float: none;
    clear: both;
}
.list_carousel.responsive .prev {
    position: absolute;
    top: 55px;
    left: -30px;
    float: left;
    width: 35px;
    height: 35px;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #ec0202;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    line-height: 35px;
    -webkit-border-border-radius: 100%;
    behavior: url('http://www.selectwisely.com/stylesheets/PIE.htc');
}
.list_carousel.responsive .next {
    position: absolute;
    top: 55px;
    right: -30px;
    float: right;
    width: 35px;
    height: 35px;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #ec0202;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    line-height: 35px;
    -webkit-border-border-radius: 100%;
    behavior: url('http://www.selectwisely.com/stylesheets/PIE.htc');
}
@media(max-width:768px) {
    .list_carousel.responsive .prev,
    .list_carousel.responsive .next {
        display: none !important;
    }
    .list_carousel.responsive .prev:hover,
    .list_carousel.responsive .next:hover {
        margin-top: 1px;
        background: #b40202;
    }
    .list_carousel.responsive .prev:active,
    .list_carousel.responsive .next:active {
        margin-top: 2px;
        margin-left: 2px;
    }
}
}
.carousel-fade .carousel-inner .item {
opacity: 0;
-webkit-transition-property: opacity;
-moz-transition-property: opacity;
-o-transition-property: opacity;
transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
left: 0;
z-index: 1;
opacity: 0;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
opacity: 1;
}
.carousel-fade .carousel-control {
z-index: 2;
}
html,
body,
.carousel,
.carousel-inner,
.carousel-inner .item {
height: 100%;
}
.item:nth-child(1) {
background: silver;
}
.item:nth-child(2) {
background: red;
}
.item:nth-child(3) {
background: orange;
}
.carousel {
position: relative;
}
.carousel-inner {
position: relative;
overflow: hidden;
width: 100%;
}
.carousel-inner > .item {
position: relative;
display: none;
-webkit-transition: 0.6s ease-in-out left;
transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
display: block;
max-width: 100%;
height: auto;
line-height: 1;
}
.carousel-inner > .active,
.carousel-inner>.next,
.carousel-inner > .prev {
display: block;
}
.carousel-inner > .active {
left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
position: absolute;
top: 0;
width: 100%;
}
.carousel-inner > .next {
left: 100%;
}
.carousel-inner > .prev {
left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
left: 0;
}
.carousel-inner > .active.left {
left: -100%;
}
.carousel-inner > .active.right {
left: 100%;
}
.carousel-control {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 15%;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
font-size: 20px;
opacity: .5;
filter:alpha(opacity=50);
}
.carousel-control.left {
background-image: -webkit-gradient(linear,0% top,100% top,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0.0001)));
background-image: -webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.5) 0),color-stop(rgba(0,0,0,0.0001) 100%));
background-image: -moz-linear-gradient(left,rgba(0,0,0,0.5) 0,rgba(0,0,0,0.0001) 100%);
background-image: linear-gradient(to right,rgba(0,0,0,0.5) 0,rgba(0,0,0,0.0001) 100%);
background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
right: 0;
left: auto;
background-image: -webkit-gradient(linear,0% top,100% top,from(rgba(0,0,0,0.0001)),to(rgba(0,0,0,0.5)));
background-image: -webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.0001) 0),color-stop(rgba(0,0,0,0.5) 100%));
background-image: -moz-linear-gradient(left,rgba(0,0,0,0.0001) 0,rgba(0,0,0,0.5) 100%);
background-image: linear-gradient(to right,rgba(0,0,0,0.0001) 0,rgba(0,0,0,0.5) 100%);
background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
color: #fff;
text-decoration: none;
opacity: .9;
filter:alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
position: absolute;
top: 50%;
left: 50%;
z-index: 5;
display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
margin-top: -10px;
margin-left: -10px;
width: 20px;
height: 20px;
font-family: serif;
}
.carousel-control .icon-prev:before {
content: '\2039';
}
.carousel-control .icon-next:before {
content: '\203a';
}
.carousel-indicators {
position: absolute;
bottom: 10px;
left: 50%;
z-index: 15;
margin-left: -30%;
padding-left: 0;
width: 60%;
list-style: none;
text-align: center;
}
.carousel-indicators li {
display: inline-block;
margin: 1px;
width: 10px;
height: 10px;
border: 1px solid #fff;
border-radius: 10px;
text-indent: -999px;
cursor: pointer;
}
.carousel-indicators .active {
margin: 0;
width: 12px;
height: 12px;
background-color: #fff;
}
.carousel-caption {
position: absolute;
right: 15%;
bottom: 20px;
left: 15%;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
text-shadow: none;
}
@media screen and(min-width:768px) {
.carousel-control .icon-prev,
.carousel-control .icon-next {
    margin-top: -15px;
    margin-left: -15px;
    width: 30px;
    height: 30px;
    font-size: 30px;
}
.carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
}
.carousel-indicators {
    bottom: 20px;
}
}
.prod-cat-menu {
margin-top: 10px;
margin-bottom: 20px;
padding: 0;
border: 4px solid white;
border-radius: 10px;
background: #efefef;
box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.21);
opacity: 1;
}
.prod-cat-menu .panel-body {
padding: 5px 0 3px 10px;
}
.prod-cat-menu .panel-heading {
padding: 8px 15px;
border-radius: 8px 8px 0 0;
background-color: #a3a3a3;
}
.prod-cat-menu .panel-title {
color: white;
text-align: center;
font-weight: 600 !important;
font-size: 15px;
}
.prod-cat-menu .btn {
display: table;
margin: 20px auto 0;
}
.order-now {
margin-top: 28px;
margin-bottom: 20px;
padding: 0;
border: 4px solid white;
border-radius: 10px;
background: #efefef;
box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.21);
opacity: 1;
}
.order-now .panel-body {
padding: 10px 0 10px 10px;
}
.order-now .panel-heading {
border-radius: 8px 8px 0 0;
background-color: #595959;
}
.order-now .panel-title {
color: white;
text-align: center;
font-weight: bold;
}
.order-now .btn {
display: table;
margin: 20px auto 0;
}
.order-now .icon-cancel-1 {
display: inline;
margin: 0;
padding: 5px;
cursor: pointer;
}
@media(max-width:768px) {
.order-now .icon-cancel-1 {
    padding: 10px;
    cursor: pointer;
}
}
.product-detail h4 {
margin-top: 30px;
padding-bottom: 7px;
border-bottom: 1px solid #d5d5d5;
}
@media(min-width:768px) and(max-width:991px) {
.related-products img {
    max-width: 50%;
}
}
.related-products ul,
.related-products li {
margin: 0;
padding: 0;
list-style: none;
}
.related-products h5 {
color: inherit;
}
.related-products li {
margin-bottom: 18px;
padding-bottom: 15px;
border-bottom: 1px solid #e9e9e9;
}
.related-products li:last-child {
border-bottom: none;
}
.related-products a img {
float: left;
padding-right: 10px;
}
.related-products .row:last-child {
border-bottom: none;
}
.confidence-badge {
clear: both;
margin: 20px auto 0;
}
.confidence-badge i {
color: #777;
font-size: 30px;
}
.confidence-badge p {
color: #333;
font-weight: 400;
font-size: 11px;
}
.faq-page h4 {
margin-top: 0;
font-weight: 600;
font-size: 20px;
}
.faq-page h4+p {
margin: 0 0 0 40px;
padding: 0 0 40px;
}
@media(max-width:768px) {
.faq-page h4+p {
    margin: 0;
    padding: 0 0 40px;
}
}
.btn-faq {
border-color: #ececec;
background-color: #fff;
color: #5c7c95;
}
.btn-faq:hover,
.btn-faq:focus,
.btn-faq:active,
.btn-faq.active,
.open .dropdown-toggle.btn-faq {
border-color: #a5360f;
background-color: #b83c11;
color: #fff;
}
.btn-faq:active,
.btn-faq.active,
.open .dropdown-toggle.btn-faq {
background-image: none;
}
.btn-faq.disabled,
.btn-faq[disabled],
fieldset[disabled] .btn-faq,
.btn-faq.disabled:hover,
.btn-faq[disabled]:hover,
fieldset[disabled] .btn-faq:hover,
.btn-faq.disabled:focus,
.btn-faq[disabled]:focus,
fieldset[disabled] .btn-faq:focus,
.btn-faq.disabled:active,
.btn-faq[disabled]:active,
fieldset[disabled] .btn-faq:active,
.btn-faq.disabled.active,
.btn-faq[disabled].active,
fieldset[disabled] .btn-faq.active {
border-color: #dd4814;
background-color: #dd4814;
}
.slideText {
-webkit-backface-visibility: hidden;
-webkit-transform: translateZ(0);
}
#slider-with-blocks-1 {
width: 100%;
}
.rsContent {
float: left;
color: #FFF;
font-size: 24px;
line-height: 32px;
}
.rsDefault .rsArrowIcn {
background-color: rgba(0, 0, 0, 0.50) !important;
}
.rsDefault .rsArrowIcn:hover {
background-color: rgba(0, 0, 0, 0.60) !important;
}
.rsAlignLeft {
float: left;
padding-left: 40px;
max-width: 700px !important;
}
.rsAlignCenter {
right: 0;
float: none !important;
margin: 0 auto !important;
padding-left: 0;
max-width: 700px !important;
}
.rsAlignRight {
right: 0;
left: auto !important;
float: right !important;
padding-right: 0;
max-width: 700px !important;
}
.darkTextBacking {
padding: 10px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
background-color: rgba(0, 0, 0, 0.30);
}
.lightTextBacking {
padding: 10px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
background-color: rgba(255, 255, 255, 0.30);
}
@media(max-width:768px) {
.rsAlignLeft,
.rsAlignRight {
    float: none !important;
    padding: 0 !important;
    max-width: auto !important;
}
.rsABlock {
    position: relative !important;
    display: block;
    width: 100%;
}
.bContainer {
    position: absolute;
    display: block;
    width: 100% !important;
    height: auto;
}
.txtCent {
    width: 100% !important;
    text-align: center;
}
}
.rsABlock {
position: relative !important;
top: 0;
left: auto;
display: block;
}
.black-text {
color: #333;
text-shadow: 0 0 13px #fff;
opacity: 1;
}
.blockHeadline {
font-size: 30px;
line-height: 50px;
}
.blockSubHeadline {
font-size: 32px;
line-height: 40px;
}
.txtCent {
width: 90%;
text-align: center;
}
.bContainer {
position: absolute;
bottom: auto;
left: 0;
width: 60%;
height: auto;
}
.bAlignBottom {
bottom: 0;
}
.bAlignCenter {
bottom: 25%;
}
.photoCopy {
position: absolute;
position: absolute;
top: auto;
bottom: 12px;
left: 12px;
z-index: 25;
padding: 0 10px;
border-radius: 2px;
background: black;
background-color: rgba(0, 0, 0, 0.75);
color: white;
font-size: 12px;
line-height: 24px;
}
.photoCopy a {
color: #FFF;
}
.palmImg {
position: absolute;
top: auto;
bottom: -60px;
left: 0;
}
.product-card-1 {
float: left;
padding-left: 10px;
width: 50%;
}
.product-card-2 {
float: left;
padding-right: 10px;
width: 50%;
}
.rsDefault .rsArrow {
height: 80% !important;
}
@media screen and(min-width:0) and(max-width:1200px) {
.product-card-1 {
    float: none !important;
    padding-left: 0 !important;
    width: 100% !important;
}
.product-card-2 {
    float: none !important;
    padding-right: 0 !important;
    width: 100% !important;
}
}
@media screen and(min-width:0) and(max-width:960px) {
.rsContent {
    font-size: 22px;
    line-height: 28px;
}
.blockHeadline {
    font-size: 32px;
    line-height: 32px;
}
.blockSubHeadline {
    font-size: 26px;
    line-height: 32px;
}
}
.rsContent {
font-size: 18px;
line-height: 26px;
}
.blockHeadline {
font-size: 24px;
line-height: 32px;
}
.blockSubHeadline {
font-size: 22px;
line-height: 32px;
}
}
.rsDefault .rsTabs {
display: none !important;
}
.rsDefault,
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
background: white !important;
color: #333 !important;
}
.contentSlider {
width: 100% !important;
}
.contentSlider,
.contentSlider .rsOverflow,
.contentSlider .rsSlide,
.contentSlider .rsVideoFrameHolder,
.contentSlider .rsThumbs {
background: #eee;
color: #000;
}
.contentSlider .rsSlide,
.contentSlider .rsOverflow {
background-color: white;
}
.contentSlider h3 {
clear: both;
margin: 12px 0 8px;
font-weight: normal;
font-size: 15px;
line-height: 31px;
}
.contentSlider img {
display: block;
margin: 0 auto;
max-width: 100%;
height: auto;
}
.content-slider-bg {
padding: 24px 7%;
width: 86%;
background: #eee;
}
.rsTabs {
float: right !important;
overflow: hidden;
margin: 0 auto;
padding-top: 12px;
width: auto !important;
height: auto;
text-align: right;
}
@media(max-width:768px) {
.rsImg {
max-width: 100%;
}
}
@media(min-width:1200px) {
.rsImg {
margin: 0 !important;
padding: 0 !important;
width: 100%;
}
}
select.form-control+.chosen-container.chosen-container-single .chosen-single {
display: block;
padding: 6px 12px;
width: 100%;
height: 34px;
border: 1px solid #ccc;
border-radius: 4px;
background-color: #fff;
background-image: none;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
color: #555;
vertical-align: middle;
font-size: 14px;
line-height: 1.428571429;
-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
select.form-control+.chosen-container.chosen-container-single .chosen-single div {
top: 4px;
color: #000;
}
select.form-control+.chosen-container .chosen-drop {
margin: 2px 0 0;
border: 1px solid #CCC;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 4px;
background-color: #FFF;
background-clip: padding-box;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
select.form-control+.chosen-container .chosen-search input[type=text] {
display: block;
padding: 6px 12px;
width: 100%;
height: 34px;
border: 1px solid #CCC;
border-radius: 4px;
background-color: #FFF;
background-image: none;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
color: #555;
vertical-align: middle;
font-size: 14px;
line-height: 1.428571429;
-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
select.form-control+.chosen-container .chosen-results {
margin: 2px 0 5px;
padding: 5px 0;
padding: 5px 0;
list-style: none;
font-size: 14px;
}
select.form-control+.chosen-container .chosen-results li,
select.form-control+.chosen-container .chosen-results li.active-result {
display: block;
clear: both;
padding: 3px 20px;
background-image: none;
color: #333;
white-space: nowrap;
font-weight: normal;
line-height: 1.428571429;
}
select.form-control+.chosen-container .chosen-results li:hover,
select.form-control+.chosen-container .chosen-results li.active-result:hover,
select.form-control+.chosen-container .chosen-results li.highlighted {
background-color: #428bca;
background-image: none;
color: #FFF;
text-decoration: none;
}
select.form-control+.chosen-container-multi .chosen-choices {
display: block;
padding: 6px;
min-height: 34px;
width: 100%;
border: 1px solid #CCC;
border-radius: 4px;
background-color: #FFF;
background-image: none;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
color: #555;
vertical-align: middle;
font-size: 14px;
line-height: 1.428571429;
-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
select.form-control+.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
padding: 5px 0;
height: auto;
}
select.form-control+.chosen-container-multi .chosen-choices li.search-choice {
margin: 4px 6px 3px 0;
padding: 3px 24px 3px 5px;
border: 1px solid #ccc;
border-color: #CCC;
border-radius: 4px;
background-color: #FFF;
background-image: none;
color: #333;
vertical-align: middle;
text-align: center;
white-space: nowrap;
font-weight: normal;
font-size: 14px;
line-height: 1.428571429;
cursor: pointer;
}
select.form-control+.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
top: 8px;
right: 6px;
}
select.form-control+.chosen-container-multi.chosen-container-active .chosen-choices,
select.form-control+.chosen-container.chosen-container-single.chosen-container-active .chosen-single,
select.form-control+.chosen-container .chosen-search input[type=text]:focus {
outline: 0;
border-color: #66afe9;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
select.form-control+.chosen-container-multi .chosen-results li.result-selected {
display: list-item;
background-color: white;
color: #ccc;
cursor: default;
}
@media only screen {
[class*="block-grid-"] {
display: block;
margin: 0 -0.625em;
padding: 0;
*zoom: 1;
}
[class*="block-grid-"]:before,
[class*="block-grid-"]:after {
display: table;
content: " ";
}
[class*="block-grid-"]:after {
clear: both;
}
[class*="block-grid-"] > li {
display: inline;
float: left;
padding: 0 0.625em 1.25em;
height: auto;
}
.small-block-grid-1 > li {
padding: 0 0.625em 1.25em;
width: 100%;
}
.small-block-grid-1>li:nth-of-type(n) {
clear: none;
}
.small-block-grid-1>li:nth-of-type(1n + 1) {
clear: both;
}
.small-block-grid-2 > li {
padding: 0 0.625em 1.25em;
width: 50%;
}
.small-block-grid-2>li:nth-of-type(n) {
clear: none;
}
.small-block-grid-2>li:nth-of-type(2n + 1) {
clear: both;
}
.small-block-grid-3 > li {
padding: 0 0.625em 1.25em;
width: 33.33333%;
}
.small-block-grid-3>li:nth-of-type(n) {
clear: none;
}
.small-block-grid-3>li:nth-of-type(3n + 1) {
clear: both;
}
.small-block-grid-4 > li {
padding: 0 0.625em 1.25em;
width: 25%;
}
.small-block-grid-4>li:nth-of-type(n) {
clear: none;
}
.small-block-grid-4>li:nth-of-type(4n + 1) {
clear: both;
}
.small-block-grid-5 > li {
padding: 0 0.625em 1.25em;
width: 20%;
}
.small-block-grid-5>li:nth-of-type(n) {
clear: none;
}
.small-block-grid-5>li:nth-of-type(5n + 1) {
clear: both;
}
.small-block-grid-6 > li {
padding: 0 0.625em 1.25em;
width: 16.66667%;
}
.small-block-grid-6>li:nth-of-type(n) {
clear: none;
}
.small-block-grid-6>li:nth-of-type(6n + 1) {
clear: both;
}
.small-block-grid-7 > li {
padding: 0 0.625em 1.25em;
width: 14.28571%;
}
.small-block-grid-7>li:nth-of-type(n) {
clear: none;
}
.small-block-grid-7>li:nth-of-type(7n + 1) {
clear: both;
}
.small-block-grid-8 > li {
padding: 0 0.625em 1.25em;
width: 12.5%;
}
.small-block-grid-8>li:nth-of-type(n) {
clear: none;
}
.small-block-grid-8>li:nth-of-type(8n + 1) {
clear: both;
}
.small-block-grid-9 > li {
padding: 0 0.625em 1.25em;
width: 11.11111%;
}
.small-block-grid-9>li:nth-of-type(n) {
clear: none;
}
.small-block-grid-9>li:nth-of-type(9n + 1) {
clear: both;
}
.small-block-grid-10 > li {
padding: 0 0.625em 1.25em;
width: 10%;
}
.small-block-grid-10>li:nth-of-type(n) {
clear: none;
}
.small-block-grid-10>li:nth-of-type(10n + 1) {
clear: both;
}
.small-block-grid-11 > li {
padding: 0 0.625em 1.25em;
width: 9.09091%;
}
.small-block-grid-11>li:nth-of-type(n) {
clear: none;
}
.small-block-grid-11>li:nth-of-type(11n + 1) {
clear: both;
}
.small-block-grid-12 > li {
padding: 0 0.625em 1.25em;
width: 8.33333%;
}
.small-block-grid-12>li:nth-of-type(n) {
clear: none;
}
.small-block-grid-12>li:nth-of-type(12n + 1) {
clear: both;
}
}
@media only screen and(min-width:768px) {
.small-block-grid-1>li:nth-of-type(1n + 1) {
clear: none;
}
.small-block-grid-2>li:nth-of-type(2n + 1) {
clear: none;
}
.small-block-grid-3>li:nth-of-type(3n + 1) {
clear: none;
}
.small-block-grid-4>li:nth-of-type(4n + 1) {
clear: none;
}
.small-block-grid-5>li:nth-of-type(5n + 1) {
clear: none;
}
.small-block-grid-6>li:nth-of-type(6n + 1) {
clear: none;
}
.small-block-grid-7>li:nth-of-type(7n + 1) {
clear: none;
}
.small-block-grid-8>li:nth-of-type(8n + 1) {
clear: none;
}
.small-block-grid-9>li:nth-of-type(9n + 1) {
clear: none;
}
.small-block-grid-10>li:nth-of-type(10n + 1) {
clear: none;
}
.small-block-grid-11>li:nth-of-type(11n + 1) {
clear: none;
}
.small-block-grid-12>li:nth-of-type(12n + 1) {
clear: none;
}
.large-block-grid-1 > li {
padding: 0 0.625em 1.25em;
width: 100%;
}
.large-block-grid-1>li:nth-of-type(n) {
clear: none;
}
.large-block-grid-1>li:nth-of-type(1n + 1) {
clear: both;
}
.large-block-grid-2 > li {
padding: 0 0.625em 1.25em;
width: 50%;
}
.large-block-grid-2>li:nth-of-type(n) {
clear: none;
}
.large-block-grid-2>li:nth-of-type(2n + 1) {
clear: both;
}
.large-block-grid-3 > li {
padding: 0 0.625em 1.25em;
width: 33.33333%;
}
.large-block-grid-3>li:nth-of-type(n) {
clear: none;
}
.large-block-grid-3>li:nth-of-type(3n + 1) {
clear: both;
}
.large-block-grid-4 > li {
padding: 0 0.625em 1.25em;
width: 25%;
}
.large-block-grid-4>li:nth-of-type(n) {
clear: none;
}
.large-block-grid-4>li:nth-of-type(4n + 1) {
clear: both;
}
.large-block-grid-5 > li {
padding: 0 0.625em 1.25em;
width: 20%;
}
.large-block-grid-5>li:nth-of-type(n) {
clear: none;
}
.large-block-grid-5>li:nth-of-type(5n + 1) {
clear: both;
}
.large-block-grid-6 > li {
padding: 0 0.625em 1.25em;
width: 16.66667%;
}
.large-block-grid-6>li:nth-of-type(n) {
clear: none;
}
.large-block-grid-6>li:nth-of-type(6n + 1) {
clear: both;
}
.large-block-grid-7 > li {
padding: 0 0.625em 1.25em;
width: 14.28571%;
}
.large-block-grid-7>li:nth-of-type(n) {
clear: none;
}
.large-block-grid-7>li:nth-of-type(7n + 1) {
clear: both;
}
.large-block-grid-8 > li {
padding: 0 0.625em 1.25em;
width: 12.5%;
}
.large-block-grid-8>li:nth-of-type(n) {
clear: none;
}
.large-block-grid-8>li:nth-of-type(8n + 1) {
clear: both;
}
.large-block-grid-9 > li {
padding: 0 0.625em 1.25em;
width: 11.11111%;
}
.large-block-grid-9>li:nth-of-type(n) {
clear: none;
}
.large-block-grid-9>li:nth-of-type(9n + 1) {
clear: both;
}
.large-block-grid-10 > li {
padding: 0 0.625em 1.25em;
width: 10%;
}
.large-block-grid-10>li:nth-of-type(n) {
clear: none;
}
.large-block-grid-10>li:nth-of-type(10n + 1) {
clear: both;
}
.large-block-grid-11 > li {
padding: 0 0.625em 1.25em;
width: 9.09091%;
}
.large-block-grid-11>li:nth-of-type(n) {
clear: none;
}
.large-block-grid-11>li:nth-of-type(11n + 1) {
clear: both;
}
.large-block-grid-12 > li {
padding: 0 0.625em 1.25em;
width: 8.33333%;
}
.large-block-grid-12>li:nth-of-type(n) {
clear: none;
}
.large-block-grid-12>li:nth-of-type(12n + 1) {
clear: both;
}
}
.blog-title-link a {
color: #b02106;
}
.blog-title-link a:hover {
color: #b02106;
}
.btn-blank {
border-color: #b5b5b5;
background-color: transparent;
}
.btn-blank:hover,
.btn-blank:focus,
.btn-blank:active,
.btn-blank.active,
.open .dropdown-toggle.btn-blank {
border-color: #b5b5b5;
background-color: #f9f9f9;
color: inherit;
}
.btn-blank:active,
.btn-blank.active,
.open .dropdown-toggle.btn-blank {
background-image: none;
}
.btn-blank.disabled,
.btn-blank[disabled],
fieldset[disabled] .btn-blank,
.btn-blank.disabled:hover,
.btn-blank[disabled]:hover,
fieldset[disabled] .btn-blank:hover,
.btn-blank.disabled:focus,
.btn-blank[disabled]:focus,
fieldset[disabled] .btn-blank:focus,
.btn-blank.disabled:active,
.btn-blank[disabled]:active,
fieldset[disabled] .btn-blank:active,
.btn-blank.disabled.active,
.btn-blank[disabled].active,
fieldset[disabled] .btn-blank.active {
border-color: #aea79f;
background-color: #aea79f;
}
.btn-blind {
border-color: #fff;
background-color: transparent;
}
.btn-blind:hover,
.btn-blind:focus,
.btn-blind:active,
.btn-blind.active,
.open .dropdown-toggle.btn-blind {
border-color: #e9e9e9;
background-color: #f9f9f9;
color: inherit;
}
.btn-blind:active,
.btn-blind.active,
.open .dropdown-toggle.btn-blind {
background-image: none;
}
.btn-blind.disabled,
.btn-blind[disabled],
fieldset[disabled] .btn-blind,
.btn-blind.disabled:hover,
.btn-blind[disabled]:hover,
fieldset[disabled] .btn-blind:hover,
.btn-blind.disabled:focus,
.btn-blind[disabled]:focus,
fieldset[disabled] .btn-blind:focus,
.btn-blind.disabled:active,
.btn-blind[disabled]:active,
fieldset[disabled] .btn-blind:active,
.btn-blind.disabled.active,
.btn-blind[disabled].active,
fieldset[disabled] .btn-blind.active {
border-color: #aea79f;
background-color: #aea79f;
}
@media(max-width:768px) {
.radio-inline img {
margin-bottom: 20px;
}
}
*.page-header h1 {
line-height: 1.4285;
}
}