
.slider-features{
	width:100%;
	height:auto;
	margin:auto;
}

@media screen and (max-width:885px){
    .slider-features {
        width: 95%;
        height: auto
    }
}

.slider-features .turbo-prev, .slider-features .turbo-next {
    top: 175px;
    height: 75px;
    width: 75px;
    border-radius: 1px;
    background-color: transparent;
    color: #fff;
    z-index: 10;
}


.slider-features .turbo-prev:hover, .slider-features .turbo-next:hover {
    color: #fff;
    outline: none;
    background-color: rgb(20, 21, 25);
    opacity: 0.9;
}


.sliderimage{
	width:700px;
    max-width:100%;
	height:auto;
}

.slider-features-header {
    text-transform: uppercase;
    font-size: 22px;
    max-width: 90%;
    color: #212121;
    letter-spacing: -1px;
    font-weight: 900;
    line-height: 1em;
    color:#fff;
}

.slider-features-text {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5em;
    width: 700px;
    max-width: 90%;
    display: block;
    color: #212121;
    letter-spacing: 1px;
    color: #fff;
}

.slider-features-text a{
    color:#fff;
}

.slider-features-text a:hover{
    opacity:0.8;
}

/*slider-scout*/

.slider-scout{
	width:1000px;
	height:auto;
	margin:auto;	
}

@media screen and (max-width:1050px){
	.slider-scout{
	width:100%;
	height:auto
	}
}

.sliderimagescout{
	width:100%;
	height:auto;
	position:relative;
}

.slider-scout .turbo-prev, .slider-scout .turbo-next {
    top: 35%;
    height: 75px;
    width: 75px;
    border-radius: 1px;
    background-color: transparent;
    color: rgba(255, 255, 255, 0.75);
    z-index: 10;
}


.slider-scout .turbo-prev:hover, .slider-scout .turbo-next:hover {
    color: #fff;
    outline: none;
    background-color: rgba(20, 21, 25, 0.20);
}

.slider-scout .turbo-prev:before, .slider-scout .turbo-next:before {
    /* font-size: 40px; */
}


.slider-scout .turbo-dots {
    position: absolute;
    bottom: 18%;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

@media screen and (max-width:1000px) {
    .slider-scout .turbo-dots {
        bottom: 18%;
    }
}


@media screen and (max-width:800px) {
    .slider-scout .turbo-dots {
        bottom: 16%;
    }
}

@media screen and (max-width:600px) {
    .slider-scout .turbo-dots {
        bottom: 15%;
    }
}

@media screen and (max-width:500px) {
    .slider-scout .turbo-dots {
        bottom: 12%;
    }
}


@media screen and (max-width:400px) {
    .slider-scout .turbo-dots {
        bottom: 0;
    }
}

.slider-scout .turbo-dots li {
    position: relative;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}


.slider-scout .turbo-dots li button:before {
    font-family: 'turbo';
    font-size: 20px;
    line-height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 5px;
    content: 'â€¢';
    text-align: center;
    opacity: .5;
    color:transparent;
    border:2px rgb(180, 183, 206) solid;
    background-color:rgb(180, 183, 206);
    border-radius:0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}

@media screen and (max-width:400px) {
    .slider-scout .turbo-dots li button:before {
        border: #fff;
        background-color: #fff;
        opacity: .9;
        border: 2px #fff solid;
    }
}

.slider-scout .turbo-dots li.turbo-active button:before {
    opacity: 1;
    background-color: #fff;
    border: 2px #fff solid;
}

@media screen and (max-width:400px) {
    .slider-scout .turbo-dots li.turbo-active button:before {
        border: #042B35;
        background-color: #042B35;
        opacity: .9;
        border: 2px #042B35 solid;
    }
}

/*slider solo draw*/

.slider-solo {
    width: 350px;
}

@media screen and (max-width:500px) {
    .slider-solo {
        width: 95%;
    }
}

/*team site slider small*/

.teamsite-slider-small {
    width: 700px;
    max-width: 90%;
    /*border:thin #ff0000 solid;*/
    margin: 1em auto 0 auto;
    color: #fff;
}

/*@media screen and (max-width:1000px) {
    .teamsite-slider-small{
        width: 700px;
    }
}*/

@media screen and (max-width:500px) {
    .teamsite-slider-small{
        max-width: 100%;
    }
}

@media screen and (max-width:500px) {
    .teamsite-slider-small .teamsite-link {
        display: none;
    }
}

.teamsite-slider-small .turbo-list {
    overflow: visible;
}

/*@media screen and (max-width:500px) {
    .teamsite-slider-small.turbo-list {
        overflow: hidden;
    }
}*/

.teamsite-slider-small .turbo-next, .teamsite-slider-small .turbo-prev {
    top: 250px;
    color: rgb(127, 132, 144);
    height: auto;
    width: auto;
}



@media screen and (max-width:1000px) {
    .teamsite-slider-small .turbo-next, .teamsite-slider-small .turbo-prev {
        top: 40%;
    }
}

.teamsite-slider-small .turbo-prev {
    left: -10px;
}


.teamsite-slider-small .turbo-next {
    right: -10px;
}

    .teamsite-slider-small .turbo-prev:hover, .teamsite-slider-small .turbo-next:hover {
        color: #fff;
        outline: none;
        background-color: transparent;
        opacity: 0.9;
    }

    .teamsite-slider-small .turbo-prev:before, .teamsite-slider-small .turbo-next:before {
        /* font-size: 40px; */
    }

@media screen and (max-width:800px) {
    .teamsite-slider-small .turbo-prev:before, .teamsite-slider-small .turbo-next:before {
        font-size: 35px;
    }
}

.teamsite-slider-small .turbo-dots li button:before {
    border: 2px #55cc30 solid;
    background-color: #55cc30;
}

.teamsite-slider-small .turbo-slide {
    opacity: .4;
    transform: scale(0.8);
    transition: transform linear 0.6s;
    cursor: pointer;
}

.teamsite-slider-small .turbo-center {
    opacity: 1 !important;
    transform: scale(1) !important;
    transition: transform linear 0.6s;
    cursor: default !important;
}

.teamsite-slider-image-small {
    width: 90%;
    height: auto;
    margin: 0 auto;
}

@media screen and (max-width:1000px) {
    .teamsite-slider-image-small {
        width: 100%;
    }
}


.teamsite-slider-text-small {
    font-weight: 300;
    text-align: center;
    letter-spacing: 1px;
}

.teamsite-slider-text-small-phone {
    display: none;
    font-weight: 300;
    text-align: center;
    font-size: 12px;
    letter-spacing: 2px;
}

@media screen and (max-width:500px) {
    .teamsite-slider-text-small {
        display: none;
    }

    .teamsite-slider-text-small-phone {
        display: block;
        text-align: center;
        margin: 0 auto;
    }
}

/*team site inner slider*/

/*.teamsite-inner-slider {
    width: 100%;
    height: auto;
}

.teamsite-inner-slider .turbo-slide {
    opacity: .4;
    transform: scale(1);
    transition: transform linear 0.6s;
    cursor: pointer;
}*/

/*team site slider big*/

.teamsite-slider-big {
    width: 100%;
    height: auto;
    padding-top: 1em;
    display: none;
    color: #fff;
}

@media screen and (max-width:500px) {
    .teamsite-slider-big {
        display: block;
    }
}

.teamsite-slider-big .turbo-dots li button:before {
    border: 2px #55cc30 solid;
    background-color: #55cc30;
}

.teamsite-slider-image-big {
    max-width: 95%;
    height: auto;
}

.teamsite-slider-text-big {
    max-width: 90%;
    font-weight: 300;
    text-align: center;
    letter-spacing: 1px;
}


.teamsite-link {
}

/*team site add ons*/

#teamsite-pricing-container {
    max-width: 100%;
    margin: 1em;
    max-height:500px;
}

@media screen and (max-width:650px) {
    #teamsite-pricing-container {
        margin: 1em 0;
    }
}

@media screen and (max-width:350px) {
    #teamsite-pricing-container {
        overflow-x: auto;
    }
}

.teamsite-pricing-table {
    box-shadow: 0 4px 5px 0 rgba(111, 114, 121, 0.2), 0 6px 20px 0 rgba(111, 114, 121, 0.2);
    background-color: #1c1f24;
    color: #fff;
    padding: 2em;
    border-spacing: 0;
    width: 100%;
}

    .teamsite-pricing-table thead {
        text-align: left;
        font-size: 12px;
        letter-spacing: 2px;
        color: #ff6a00;
    }

@media screen and (max-width:600px) {
    .teamsite-pricing-table thead {
        font-size: 10px;
    }
}

.teamsite-pricing-table thead th {
    text-transform: uppercase;
    border-bottom: 2px #fff solid;
    position: relative;
    top: -15px;
    font-weight: 900;
}

.teamsite-pricing-table tbody td {
    border-bottom: 2px rgba(111, 114, 121, 0.50) solid;
    font-weight: bold;
    font-size: 14px;
}


@media screen and (max-width:600px) {
    #add-ons-container tbody td {
        font-size: 12px;
    }
}

.teamsite-add-ons-contact {
    font-size: 14px !important;
    line-height: 1.5em;
    color: #fff;
}

.teamsite-add-on-category {
    font-weight: 900 !important;
    color: #55cc30;
    text-transform: uppercase;
    border-bottom: none !important;
    padding: 15px 0 0 0 !important;
    font-size: 14px;
    letter-spacing: 1px;
}

.teamsite-add-ons-optional {
    font-size: 16px;
    border-bottom: none !important;
}

.teamsite-add-ons-optional-subtitle {
    font-size: 10px;
    border-bottom: none !important;
}

.teamsite-add-ons-pricing {
    font-size: 12px !important;
}

.teamsite-asterisk-add-ons {
    color: #55cc30;
    border-bottom: none !important;
    position: relative;
    top: 15px;
    font-size: 12px;
    font-weight: 300;
}

.teamsite-asterisk-pro, .teamsite-asterisk-pro-text {
    color: #55cc30; !important;
    font-size: 12px !important;
    border-bottom: none !important;
    text-align: center !important;
}

.teamsite-link {
    text-align: center;
    margin: 0 auto;
}

.teamsite-link a {
    color: #55cc30;
}