body {
    /*padding-top: 5%;*/
    font-family: Montserrat;
    /*overflow-x: hidden;*/
}

/*links*/

/* unvisited link */
a:link {
    color: #796363;
}

/* font */
a.btn:link {
    color: white;
}

/* visited link */
a:visited {
    color: #796363;
}

a.btn:visited {
    color: white;
}

/* mouse over link */
a:hover {
    color: #000000;
    text-decoration: underline;
}

/* selected link */
a:active {
    color: #fa3636;
    text-decoration: underline;
}

/* unvisited link */
a:link {
    color: #ff0000;
}

/* font */
a.btn:link {
    color: white;
}

/* visited link */
a:visited {
    color: #796363;
}

a.btn:visited {
    color: white;
}

a.login-button:link {
    color: #333 !important;
}
a.login-button:hover,a.login-button:visited:hover {
    color: white !important;
}
a.login-button:visited {
    color: #333 !important;
}

/* mouse over link */
a:hover {
    color: #ff2e2e;
    text-decoration: underline;
}

/* selected link */
a:active {
    color: #ff5050;
    text-decoration: underline;
}
.not-home {
    padding-top: 68px;
}

/* carousel */

#quote-carousel, #signup-carousel {
    padding: 0 0 30px 0;
    margin-top: 0px;
    text-align:left;
    width: 100%;
}
/* indicator position */
#quote-carousel .carousel-indicators, #signup-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: -10px;
    margin-right: -19px;
}
/* indicator color */
#quote-carousel .carousel-indicators li, #signup .carousel-indicators li {
    background: #c0c0c0;
}
/* active indicator */
#quote-carousel .carousel-indicators .active, #signup .carousel-indicators .active {
    background: #333333;
    height:10px;
    width:10px;
    margin-bottom:1px;
}

.feature {
    cursor: pointer;
}
.feature:hover {
    color: #797663;
}
.feature:hover i::before {
    content: "\f0d8";
}
.feature-active, .feature-active:hover {
    background-color: #796363;
    color: white;
}

/* end carousel */

/*navbar*/

.navbar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-top: 14px;
}
/*.navbar-nav li {*/
/*display: inline;*/
/*padding-right: 20px;*/
/*padding-left: 20px;*/
/*font-size: larger;*/
/*}*/
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
    background-color: white;
}
@media screen and (min-width: 768px) {
    .navbar-nav {
        display: inline-block;
    }
}
@media screen and (max-width: 810px) {
    #navbar-logo {
        width: 225px;
    }
    #logo-fixed {
        width: 225px;
    }
}
.navbar-center{
    float: none !important;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:active {
    color: #fa0000;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #fa0000 !important;
    background-color: transparent !important;
}
.navbar{
    -webkit-box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.13);
    -moz-box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.13);
    box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.13);
    width: 100%;

}
.navbar-default {
    background-color: white !important;
    border-width: 0 0 1px !important;
	border-radius: 0 !important;
}
.navbar-header {
    min-width: 319px;
}
.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}
#logo-home {
    position: fixed;
    top: 0;
    left: 0;
    padding-left: 15px;
    text-align: left;
}
#logo-fixed {
    padding-top: 15px;
}
.tagline-home {
    margin-left: 340px;
    text-align:left;
    padding: 8px;
}
.tagline-row {
    overflow-x: hidden;
}

.tagline-text {
    text-transform: uppercase;
    text-align: left;
    color: #796363;
    white-space: nowrap;
    display:inline-block;
    margin-top:0;
    margin-bottom:0;
}
@media screen and (min-width: 1024px) {
    .tagline-text {
        letter-spacing: 1.5vw;
        font-size: 1.5vw;
    }
}
@media screen and (max-width: 1023px) {
    .tagline-text {
        letter-spacing: 1vw;
        font-size: 1vw;
    }
}

.tagline-bar {
    vertical-align: middle;
    padding-right: 32px;
}

@media screen and (max-width: 810px) {
    .tagline-text {
        display: none;
    }
    .tagline-bar {
        display: none;
    }
}

@media (max-width: 810px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}
#spacer-home {
    margin-top: 126px;
}

@media screen and (min-width: 360px) {
    .add-on {
        height: 250px;
    }
    .add-on-text {
        text-align:left;
        height: 90px;
    }
}
@media screen and (min-width: 992px) {
    .add-on {
        height: 350px;
    }
    .add-on-text {
        text-align:left;
        height: 200px;
    }
}
@media screen and (min-width: 1200px) {
    .add-on {
        height: 280px;
    }
    .add-on-text {
        text-align:left;
        height: 100px;
    }
}
.add-on-title {
    display: inline;
    margin-left: 10px;
}
.checkbox-inline {
    height: 50px;
}

/* typography */

p {
    font-style:italic;
}

h1 {
    text-transform: uppercase;
}

/* footer */

.footer {
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    background-color: #efefef;
    text-align: center;
}
.footer-col {
    padding-bottom: 30px;
}
@media (max-width: 767px){
    .footer-align .text-right, .footer .text-left {
        text-align: center;
    }
}
.headertext{
    text-align: center;
}

.extra_desc {
    background-color: #a01212;
    color: white;
    font-weight: bold;
    padding: 1% 2% 2% 2%;
    max-width: 85%;
    margin: 2% auto;
    border-radius: 25px;
}

.btn-default{
    margin-top: 3%;
    color: #333 !important;
}

.btn-default:hover{
    background-color: #5a1919;
    border-color: #630000;
    color: white !important;
}

.btn-demo{
    margin-top: 3%;
    background-color: #fa0000;
    border-color: #630000;
    color: white !important;
}

.btn-demo:hover{
    background-color: white;
    border: 1px solid black;
    color: #333 !important;;
}

.btn-success{
    background-color: #fa0000;
    border-color: #5a1919;
}
.btn-success:hover{
    background-color: #5a1919;
    border-color: #630000;
}
.btn-success:active,.btn-success:focus{
    background-color: #6e0000 !important;
    border-color: #630000 !important;
}

/*parallax*/

.parallax{
    background-image: url('../images/external/reviews_page_background1.jpg');
    height: 600px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax-inner{
    padding-top: 10%;
    padding-bottom: 10%;
}

/*parallax 2*/
.parallax2{
    background-image: url('../images/external/wedding_background.jpg');
    height: 400px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax2-inner{
    padding-top: 10%;
    padding-bottom: 10%;
}

/*parallax3*/

.parallax3{
    background-image: url('../images/external/multilocation_bg.jpg');
    height: 400px;
    /*width: 100%;*/
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax3-inner{
    padding-top: 5%;
    padding-bottom: 10%;
}


/*parallax4*/

.parallax4{
    background-image: url('../images/external/workers_bg.jpg');
    height: 400px;
    /*width: 100%;*/
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax4-inner{
    padding-top: 5%;
    padding-bottom: 10%;
}

/*parallax5*/
@media (min-width: 350px) {
    .parallax5, .parallax5_layer {
        height: 505px;
    }
}

@media (min-width: 768px) {
    .parallax5, .parallax5_layer {
        height: 740px;
    }
}

@media (min-width: 1068px) {
    .parallax5, .parallax5_layer {
        height: 685px;
    }
}

@media (min-width: 1068px) {
    .parallax5, .parallax5_layer {
        height: 640px;
    }
}

@media (min-width: 1400px) {
    .parallax5, .parallax5_layer {
        height: 685px;
    }
}

.parallax5{
    background-image: url('../images/external/party_bg.jpg');
    /*height: 585px;*/
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax5-inner{
    padding-top: 5%;
    padding-bottom: 10%;
}

.parallax5_layer {
    background-color: rgba(80, 80, 80, 0.5);
    /*height: 585px;*/
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*parallax6*/

.parallax6{
    background-image: url('../images/external/features_bg.jpg');
    height: 400px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax6-inner{
    padding-top: 5%;
    padding-bottom: 10%;
}

/*parallax7*/

.parallax7{
    background-image: url('../images/external/crm_bg.jpg');
    height: 400px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax7-inner{
    padding-top: 5%;
    padding-bottom: 10%;
}



.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}
.slidertextrightalign{
    /*padding: 5% 0 0 0;*/
    text-align: right;
}
.slidertextleftalign{
    /*padding: 5% 0 0 0;*/
    text-align: left;
}
.sliderparent{
    padding-top: 3%;
    padding-bottom: 3%;
}

.counter {
    padding: 10px;
}

/*parallax home*/

.parallaxhome{
    background-image: url('../images/external/inflatabletexture_bg.jpg');
    height: 700px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
.parallaxhome-inner{
    padding-top: 4%;
    /*padding-bottom: 6%;*/
}

/*price table*/

@media (min-width: 350px) {
    .prices-in-parallax {
        display: none;
    }
}

@media (min-width: 768px) {
    .prices-in-parallax {
        display: block;
    }
}

@media (min-width: 350px) {
    .prices-out-parallax {
        display: block;
    }
}

@media (min-width: 768px) {
    .prices-out-parallax {
        display: none;
    }
}

.pricetable{
    padding-right: 2px !important;
    padding-left: 2px !important;
}

* {
    box-sizing: border-box;
}
.price {
    list-style-type: none;
    /*border: 1px solid #eee;*/
    /*border-radius: 25px;*/
    margin: 0;
    margin-top: 10%;
    margin-bottom: 10%;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.8s;
}

.price:hover, .hovered {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    position: relative;
    z-index: 10;
}

.price::after{
    content: "";
    border-radius: 25px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    opacity: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.price:hover::after, .hovered::after{
    opacity: 1;
}

.price .header {
    background-color: #a07878;
    color: white;
    font-size: 145%;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.bg-green{
    background-color:#fa0000 !important;
    -webkit-transition: 0.3s;
    transition: 0.8s;
}

.price li {
    border-bottom: 1px solid #eee;
    padding: 20px;
    text-align: center;
    background-color: white;
}

.price .grey {
    background-color: #eee;
    font-size: 20px;
}

.price .greyround {
    background-color: #eee;
    font-size: 20px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

/*features page icons*/
.roundcorners {
    border-radius: 25px;
    background-color: #796363;
    padding: 20px;
    width: 100px;
    height: 100px;
    /*border: 1px solid #eee;*/
    margin: 0 auto;
}

.feature-tile:hover .roundcorners {
    color: #ff0909;
}

.feature-tile {
    padding: 20px;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    width: 315px;
}

.featureset {
    background-color: #797663;
    color: white;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/*video homepage*/
.videoimage {
    background: linear-gradient(rgba(10,10,10, .5),rgba(10,10,10, .5)),url("../images/external/iobg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    height: 334px;
    width: 700px;
    display: inline-block;
    border-radius: 25px;
}

/*prices slider*/
/*@import "compass/css3";*/

/*
// Import Normalize to standardize browser quirks
*/
/*@import url("https://necolas.github.com/normalize.css/3.0.2/normalize.css");*/
/*
// Monospace web font for the current slider value to prevent numbers from shifting
*/
/*@import url(https://fonts.googleapis.com/css?family=Droid+Sans+Mono);*/

*, *:before, *:after {
    box-sizing: border-box;
}

/* Dragdealer default styles */
.dragdealer {
    position: relative;
    height: 30px;
}
.dragdealer .handle {
    background: #CC0000;
    color: #FFF;
    cursor: pointer;
    font-size: 14px;
    height: 30px;
    left: 0;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100px;
}
.dragdealer .disabled {
    background: #898989;
}

/* Finance Slider variables */
/*
$barAfforableColor: #54a651;
$barRiskyColor: #ffa500;
$barImpossibleColor: #ff0000;
$barTotalAmount: 55;
$barRiskyStart: 29.2;
$barImpossibleStart: 40;
*/

/* Outer wrapper - just for decoration */
.finance-slider-wrapper {
    background: #fff;
    /*box-shadow: rgba(0,0,0,0.1) 0 2px 3px;*/
    margin: 0px auto 0;
    max-width: 550px;
    padding-bottom: 20px;
}

@media (max-width: 550px) {
    .finance-slider-wrapper {
        box-shadow: none;
        padding: 20px 10px;
    }
}

/* Finance Slider */
.finance-slider {
    padding: 45px 0 0;
    position: relative;
}
/*
// Handle element itself is transparent - the arrow is drawn by CSS in the :after
*/
.finance-slider .handle {
    background: transparent;
    height: 100%;
    line-height: 100%;
    width: 40px;
    z-index: 5;
}
/*
// Handle :before is a "hitbox" above the arrow to allow dragging on the current value
*/
.finance-slider .handle:before {
    content: '';
    cursor: pointer;
    display: block;
    height: 45px;
    left: -80%;
    position: absolute;
    top: -45px;
    width: 150px;
    z-index: 6;
@include transform(translateX(-50%));
}
/*
// Handle :after is a 18px CSS arrow centered within a 40px clickable region (for usability)
*/
.finance-slider .handle:after {
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 13px solid #fff;
    content: '';
    height: 0;
    position: absolute;
    bottom: 2px;
    left: 11px;
    width: 0;
}
.finance-slider .dragdealer {
    /* Background of entire bar is green */
    background: #796363;
    height: 14px;
    border-radius: 10px;
}
/*
// Orange bar
*/
.finance-slider .dragdealer:before {
    background: #796363;
// Using Sass percentage function to calculate size/placement of colors
//left: percentage(29.2 * (1/55));
//width: percentage((40 - 29.2)/55);
    left: 4%;
    //width: 10%;
}
/*
// Red bar
*/
.finance-slider .dragdealer:after {
    background: #796363;
    right: 0;
//width: percentage((55 - 40)/55);
    //width: 60%;
}
/* Orange and red colors added via :before/:after pseudo-classes */
.dragdealer:before,
.dragdealer:after {
    content: '';
    position: absolute;
    height: 14px;
    top: 0;
    z-index: 0;
}

/*
// Value for slider is in this element, which is positioned separately in JS
*/
.finance-slider-value {
    color: #828282;
    cursor: default;
    font-size: 32px;
    height: 45px;
    left: 50%;
    line-height: 36px;
    position: absolute;
    top: -45px;
    z-index: 0;
@include transform(translateX(-50%));
    /*
    // These data attributes are added when the JS detects that the value has
    // reached the left or right edge of the widget, to stop them from moving further
    */
}
.finance-slider-value[data-side='left'] {
    left: 0 !important;
@include transform(none);
}
.finance-slider-value[data-side='right'] {
    left: auto !important;
    right: 0;
@include transform(none);
}
/*
// Dollar sign (Trebuchet MS)
*/
.finance-slider-value:before {
//content: '$';
}
/*
// Current amount added via data attribute in JS and displayed here
*/
.finance-slider-value:after {
    content: attr(data-value);
    font-family: 'Droid Sans Mono', monospace;
    letter-spacing: -3px;
}

/*
// Gray bar below the slider
*/
.info-bar {
    background: #f4f4f6;
    color: #888;
    font-size: 10px;
    height: 18px;
    line-height: 18px;
    margin: 1px 0 0;
    position: relative;
}
.info-bar span {
    cursor: default;
    padding: 0 4px;
    position: absolute;
    top: 0;
}
/*
// Position calculated here for the "Risky" text
*/
.info-state-1 {
//left: percentage(40/55);
    left: 0%;
    //border-left: 1px solid #888;
@include transform(translateX(-50%));
}
.info-state-2 {
//left: percentage(40/55);
    left: 4%;
    border-left: 1px solid #888;
@include transform(translateX(-50%));
}
.info-state-3 {
//left: percentage(40/55);
    left: 14%;
    border-left: 1px solid #888;
@include transform(translateX(-50%));
}
.info-state-4 {
//right: 0;
    left: 40%;
    border-left: 1px solid #888;
}
/*end prices slider*/

/*play button*/

.video-play-button {
    display: block;
    width: 104px;
    height: 104px;
    position: relative;
    top: 50%;
    left: 50%;
    margin: -52px 0 0 -52px;
    cursor: pointer;
}

.video-play-outline {
    display: block;
    width: 96px;
    height: 96px;
    border: #FFF 4px solid;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: .7;
    transition:all .5s;
}

.video-play-circle {
    stroke-dasharray: 315;
    stroke-dashoffset: 315;
    transition: stroke-dashoffset .5s;
}

.video-play-button svg {
    display: block;
    transform: rotate(-90deg);
    transition: transform .3s;
}

.video-play-button:hover .video-play-circle, .videoimage:hover .video-play-circle {
    stroke-dashoffset: 0;
}

.video-play-button:active .video-play-outline {
    transform: scale(1.5);
    opacity: 0;
}

.video-play-button:active svg {
    transform: rotate(-90deg) scale(.95);
}

/*end play button*/

/*feature side scroll*/
.documentlist {
    overflow-x:scroll;
    overflow-y:hidden;
    height:200px;
    padding: 0 15px;
    white-space: nowrap;
    position: relative;
}

.documentitem {
    border:1px solid black;
    padding:0;
    height:200px;
    width: 200px;
}

/* this is for the speedometers on the prices page */
.gauge {
    display:inline-block;
    width: 200px;
    height: 160px;
}

/*features carousel*/


/*
This is the visible area of you carousel.
Set a width here to define how much items are visible.
The width can be either fixed in px or flexible in %.
Position must be relative!
*/
.jcarousel {
    position: relative;
    overflow: hidden;
}

/*
This is the container of the carousel items.
You must ensure that the position is relative or absolute and
that the width is big enough to contain all items.
*/
.jcarousel ul {
    width: 20000em;
    position: relative;

    /* Optional, required in this case since it's a <ul> element */
    list-style: none;
    margin: 0;
    padding: 0;
}

/*
These are the item elements. jCarousel works best, if the items
have a fixed width and height (but it's not required).
*/
.jcarousel li {
    /* Required only for block elements like <li>'s */
    float: left;
}


/* navbar dropdown login*/
/* General sizing */
div.dropdown-lr {
    min-width: 300px;
}

#menu > .navbar-nav {
    margin: 0 !important;
}

#loginbox {
    padding: 15px;
}

#loginpage {
    padding: 35px;
    margin-top: 40px;
}

.input-group {
    margin-bottom: 15px;
}

/*sign up form*/

.main{
    margin-top: 70px;
}

hr{
    width: 10%;
    color: #fff;
}

.form-group{
    padding: 0 1% 0 1%;
    text-align: left;
}

label{
    margin-bottom: 1%;
}

input,
input::-webkit-input-placeholder {
    font-size: 11px;
    padding-top: 3px;
}

.main-login {
    background-color: #fff;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);

}

.main-center {
    margin-top: 30px;
    margin: 0 auto;
    max-width: 100%;
    padding: 5% 5%;

}

.login-button{
    margin-top: 5px;
}

.login-register{
    font-size: 16px;
    text-align: center;
}

.forgot-password {
    padding-top: 7px;
    display: block;
}

/*gradient*/

#grad1 {
    background: -webkit-linear-gradient(left, #666464, #b9b0b0, #838383); /* Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #666464, #b9b0b0, #838383); /* For Opera 11.6 to 12.0 */
    background: -moz-linear-gradient(right, #666464, #b9b0b0, #838383); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #666464, #b9b0b0, #838383);
}


.module-padding{
    padding-top: 4%;
    padding-bottom: 4%;
}

/* characters */
.character-bottom {
    margin-left: 20%;
    display: block;
}
.characters-bottom-row{
    text-align: center !important;
    position:relative;top:-55px !important;
}

/* module pages */
.module-features {
    padding: 4%;
}
div.module-features:nth-of-type(even) {
    color: white;
    background-color: #797663;
}

.featuresquare{
    width: 70%;
    border-radius: 5%;
}

.reward {
    text-align: center;
    color: red;
}

/* award page css */
a.award {
    color: white;
    outline: 0;
    text-decoration: none;
}
a.award:hover {
    color: #ff0909;
}

.award_image {
    padding-bottom: 4%;
}

/*landing pages*/
.parallax-landing-page{
    /*background-image: url('../images/external/dashboard.png');*/
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../images/external/dashboard.png');
    height: 730px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

a.lp {
    color: #ee0000;
    outline: 0;
    text-decoration: none;
}
a.lp:hover {
    color: #8b1a1a;
}

/* begin partner page stuff */
.partner-category {
    padding: 5% 8% 0 8%;
    text-align: left;
}
.partner-category hr {
    border-color:#333;
    width:100%
}
.partner-category a.anchor {
    text-transform:uppercase;
    color:#333;
    padding-top: 100px;
    text-decoration: none;
}
.partner {
    padding: 3% 8% 0 8%;
    text-align: left;
}
.partner img.img-button-container {
    padding:2%;
}
.partner details {
    text-align:left;
}
.partner-categories {
    padding-bottom: 3%;
    padding-top: 2%;
    background-color: #796363;
    color: white;
}
.back-to-top {
    background-color: #fa0000;
    color: #FFFFFF;
    opacity: 0;
    transition: opacity .6s ease-in-out;
    z-index: 999;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    border-radius: 20px;
}

a.back-to-top {
    color: #FFFFFF;
    font-weight: 900;
    letter-spacing: 2px;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.6;
    padding-left: 2px;
    padding-top: 4px;
    text-decoration: none;
}
a.back-to-top:hover {
    background-color: #5a1919;
}

.back-to-top.show {
   opacity: 1;
}
/* end partner page stuff */
