/*
* jQuery FlexSlider v2.0
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the GPLv2 license.
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author: Tyler Smith (@mbmufffin)
*/
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none; }

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
    margin: 0;
    padding: 0; }

.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
    width: 100%;
    display: block; }

.flex-pauseplay span {
    text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }

html[xmlns] .slides {
    display: block; }

* html .slides {
    height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */
.no-js .slides > li:first-child {
    display: block; }

/* FlexSlider Default Theme
*********************************/
.flexslider {
    zoom: 1; }

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease; }

.loading .flex-viewport {
    max-height: 300px; }

.flexslider .slides {
    zoom: 1; }

/* Direction Nav */
.flex-direction-nav {
    *height: 0; }

.flex-direction-nav a {
    width: 30px;
    height: 30px;
    margin: -20px 0 0;
    display: block;
    background: url(//cdn2.bigcommerce.com/n-ww20x/mdv5vd/templates/__custom/images/white/bg_direction_nav.png?t=1433376526) no-repeat 0 0;
    position: absolute;
    top: 50%;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 0;
    -webkit-transition: all .3s ease; }

.flex-direction-nav .flex-next {
    background-position: 100% 0;
    right: -36px; }

.flex-direction-nav .flex-prev {
    left: -36px; }

.flexslider:hover .flex-next {
    opacity: 0.8;
    right: 5px; }

.flexslider:hover .flex-prev {
    opacity: 0.8;
    left: 5px; }

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
    opacity: 1; }

.flex-direction-nav .flex-disabled {
    opacity: .3!important;
    filter: alpha(opacity=30);
    cursor: default; }

/* Control Nav */
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center; }

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline; }

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }

.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default; }

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden; }

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0; }

.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer; }

.flex-control-thumbs img:hover {
    opacity: 1; }

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default; }

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
    left: 0; }

.flex-direction-nav .flex-next {
    opacity: 1;
    right: 0; } }
/* Context-independent */
.slide-show-render {
    font-family: 'Montserrat', sans-serif; }

.slide-show-render .slide-overlay {
    text-align: left; }

.slide-show-render h2 {
    text-transform: uppercase;
    font-weight: 300; }

.slide-show-render ol {
    margin: 0;
    padding: 0;
    display: block; }

.slide-show-render .slides li {
    list-style: none;
    width: 980px;
    height: 545px;
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    position: relative;
}

.slide-show-render .slide-heading {
    line-height: 49px;
    margin-bottom: 20px;
    font-size:49px;
    text-transform:none;
    
}

.slide-show-render .slide-text {
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
   /* margin-top: 30px; */
}

.slide-show-render .slide-button {
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.3; }

.slide-show-render .slide-overlay-wrapper {
    position: relative; }

.slide-show-render .slide-button span {
    background: url(//cdn2.bigcommerce.com/n-ww20x/mdv5vd/templates/__custom/images/slider-button.png?t=1433376526) no-repeat scroll 0 0 transparent;
    display: block;
    line-height: normal;
    margin-top: 30px;
    padding: 8px 5px 9px 15px;
    width: 201px;
    font-size:25px;
    font-family:'Lato';
    font-weight:normal;
}


.slide-show-render .slide-overlay {
    position: absolute;
    color: #fff;
    z-index: 50;
    
    .slide-show-render .slides {
        position: relative;
    width: 980px;
    height: 545px;
    overflow: hidden; }

.slide-show-render .btn-prev {
    background-image: url(//cdn2.bigcommerce.com/n-ww20x/mdv5vd/templates/__custom/images/hero_prev.gif?t=1433376526); }

.slide-show-render .btn-next {
    background-image: url(//cdn2.bigcommerce.com/n-ww20x/mdv5vd/templates/__custom/images/hero_next.gif?t=1433376526);
    right: 0; }

.slide-content {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }

.slide-full .slide-overlay {
    width: 285.705px; }
.slide-full .slide-heading,
.slide-full .slide-text {
    margin-bottom: 24.489px;
}
.slide-full .slide-heading {
    font-size: 48.978px;
    line-height: 48.978px; }
.slide-full .slide-text {
    font-size: 17.9586px;
    margin-bottom: 32.652px; }
.slide-full .slide-button {
    font-size: 13.0608px; }
.slide-full .slide-button span {
    padding: 4.8978px 11.4282px; }
.slide-full .slide-overlay {
    top: 73.467px;
    left: 57.141px;
    width: 285.705px; }
.slide-full .slide-content,
.slide-full .drop-indicator {
    width: 799.974px;
    height: 367.335px; }
.slide-full .slide-image {
    max-width: 799.974px;
    max-height: 367.335px; }

.slide-show-render-small .slide-overlay {
    width: 52.85px; }
.slide-show-render-small .slide-heading,
.slide-show-render-small .slide-text {
    margin-bottom: 4.53px;
}
.slide-show-render-small .slide-heading {
    font-size: 9.06px;
    line-height: 9.06px; }
.slide-show-render-small .slide-text {
    font-size: 3.322px;
    margin-bottom: 6.04px; }
.slide-show-render-small .slide-button {
    font-size: 2.416px; }
.slide-show-render-small .slide-button span {
    padding: 0.906px 2.114px; }
.slide-show-render-small .slide-overlay {
    top: 13.59px;
    left: 10.57px;
    width: 52.85px; }
.slide-show-render-small .slide-content,
.slide-show-render-small .drop-indicator {
    width: 147.98px;
    height: 67.95px; }
.slide-show-render-small .slide-image {
    max-width: 147.98px;
    max-height: 67.95px; }

.slide-small .drop-indicator,
.slide-list .temp.drop {
    width: 152px;
    height: 68px; }

.slide-small {
    width: 152px;
    margin-left: 5px;
    padding-left: 5px; }

@media all and (max-width: 1024px) {
    .slide-full .slide-overlay {
        width: 214.2px; }
.slide-full .slide-heading,
.slide-full .slide-text {
    margin-bottom: 18.36px;
}
.slide-full .slide-heading {
    font-size: 36.72px;
    line-height: 36.72px; }
.slide-full .slide-text {
    font-size: 13.464px;
    margin-bottom: 24.48px; }
.slide-full .slide-button {
    font-size: 9.792px; }
.slide-full .slide-button span {
    padding: 3.672px 8.568px; }
.slide-full .slide-overlay {
    top: 55.08px;
    left: 42.84px;
    width: 214.2px; }
.slide-full .slide-content,
.slide-full .drop-indicator {
    width: 599.76px;
    height: 275.4px; }
.slide-full .slide-image {
    max-width: 599.76px;
    max-height: 275.4px; }

.slide-show-render-small .slide-overlay {
    width: 39.2px; }
.slide-show-render-small .slide-heading,
.slide-show-render-small .slide-text {
    margin-bottom: 3.36px;
}
.slide-show-render-small .slide-heading {
    font-size: 6.72px;
    line-height: 6.72px; }
.slide-show-render-small .slide-text {
    font-size: 2.464px;
    margin-bottom: 4.48px; }
.slide-show-render-small .slide-button {
    font-size: 1.792px; }
.slide-show-render-small .slide-button span {
    padding: 0.672px 1.568px; }
.slide-show-render-small .slide-overlay {
    top: 10.08px;
    left: 7.84px;
    width: 39.2px; }
.slide-show-render-small .slide-content,
.slide-show-render-small .drop-indicator {
    width: 109.76px;
    height: 50.4px; }
.slide-show-render-small .slide-image {
    max-width: 109.76px;
    max-height: 50.4px; }

.slide-small .drop-indicator,
.slide-list .temp.drop {
    width: 111px;
    height: 50px; }

.slide-small {
    width: 111px;
    margin-left: 5px;
    padding-left: 5px; }

/* Tightening up the slide content options to fit on 1 line in 1024*768 */
.field-group-slide .panel-column input.field-medium, .field-group-slide .panel-column .field-medium {
    width: 160px; }

.field-group-slide input.field-small, .field-group-slide .field-small {
    width: 120px; }

/* Social Media in 1024*768 */
#social-media .list-horizontal li {
    margin-left: 10px; }

#social-media .selected-icon .drop-indicator, #social-media .selected-icon .is-movable {
    width: 37px;
    height: 37px; }
.slide-show-render-full .slide-overlay {
    width: 513px; }

.slide-show-render-full .slide-heading {
    font-size: 49px;
    line-height: 49px; }
.slide-show-render-full .slide-text {
    font-size: 22px;
    margin-bottom: 40px; }
.slide-show-render-full .slide-button {
    font-size: 16px; }
.slide-show-render-full .slide-button span {
    padding: 6px 14px; }
.slide-show-render-full .slide-overlay {
    top: 56px;
    left: 0;
    width: 513px; height:370px; }
.slide-show-render-full .slide-content,
.slide-show-render-full .drop-indicator {
    width: 980px;
    height: 545px; }
.slide-show-render-full .slide-image {
    max-width: 980px;
    max-height: 545px; }
