﻿/*******************
Generic HTML Classes
*******************/
html, body {
    width: 100%;
    height: auto;
    background-image: url('Images/background.jpg') !important;
    font-size: large;
    overflow-y: scroll;
    overflow-x: hidden;
}

* {
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
}

/* End Generic HTML Classes */



.SWHeaderImageSmall {
    /*height: 150px;*/
    height: 300px; /* height (or width) must be specified - else image doesn't display, period!*/
    background: url('Images/test_image_small.jpg') no-repeat center;
}

.SWHeaderImageLarge {
    height: 350px; /* height (or width) must be specified - else image doesn't display, period!*/
    background: url('Images/test_image_large.jpg') no-repeat center;
}

.SWImageGoogleMap {
    height: 189px; /* height (or width) must be specified - else image doesn't display, period!*/
    background: url('Images/map.jpg') no-repeat center;
}

.carousel-inner .item {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


/***************
Carousel Classes
***************/
.carousel {
    background: none !important;
    margin: 0 auto;
    /*display: none;*/
}

/* ------------------- Carousel Styling ------------------- */

.carousel-inner {
    border-radius: 5px;
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
}

.carousel-inner {
    background: none repeat scroll 0px 0px none; /* PROD */
    /*background: none repeat scroll 0px 0px orange;*/ /* TEST */
    overflow: hidden;
    margin: 0 auto;
}

    .carousel-inner img {
        margin: auto;
    }

.carousel-caption {
    background: rgba(0, 0, 0, 0.35);
}

.carousel-control i {
    font-size: 20px;
}

.carousel .item {
    background-color: white;
    font-size: 20px;
}

.carousel-inner > .next {
    left: 200%;
}

.carousel-inner > .prev {
    left: -200%;
}
/* End Carousel Classes */


.SWRow {
    margin: auto;
    text-align: center;
}

.SWRowColored {
    margin: auto;
    text-align: center;
    background-color: darkseagreen;
}

.SWRowNarrow {
    width: 350px;
}


/************
Media Classes
************/
/* Smartphone */
@media (max-width:767px) {

    .SWRowHeader {
        display: none;
    }

    .SWRowNavMobile {
        height: 50px;
        min-width: 450px; /*prevent row from breaking on small displays*/

        /* blorp */
        /*height: 150px;
        width: 350px;*/ 
        background-color: #666;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d; /* prevent elements to be blurry due to element being placed on a “half pixel”*/
        transform-style: preserve-3d;
    }

    .ColumnLeft {
        height: 40px;
        margin-top: 2px;
        margin-left: 20px;
        float: left;
        background-color: #666; /* PROD */
        /*background-color: seagreen;*/ /* TEST */
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .ColumnRight {
        height: 40px;
        margin-top: 2px;
        margin-right: 20px;
        float: right;
        background-color: #666; /* PROD */
        /*background-color: seagreen;*/ /* TEST */
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        /*text-align: right;*/
    }

    /******************/
    /******************/

    .SWRowNavMajor {
        height: auto;
        width: 100%;
        background-color: coral;
        /*background-color: orange;*/
    }

        .SWRowNavMajor ul {
            margin: 0;
            padding: 0;
            width: auto;
            list-style-type: none;
            padding-bottom: 3px;
        }

            .SWRowNavMajor ul li a {
                text-decoration: none;
                color: white;
                margin-top: 2px;
                margin-bottom: 1px;
                padding: 8px 15px;
                background-color: #005555;
                display: block;
                text-align: center;
                border: 1px solid white;
                border-radius: 5px;
                overflow: hidden;
                font-size: x-large;
            }

                .SWRowNavMajor ul li a:visited {
                    color: white;
                }

                .SWRowNavMajor ul li a:hover, .SWRowNavMajor ul li .current {
                    color: white;
                    background-color: #5FD367;
                }

    .SWSlide0 {
        height: 175px; /* height (or width) must be specified - else image doesn't display, period!*/
        background: url('Images/Carousel/slide_welcome.jpg') no-repeat center;
    }

    .SWSlide1 {
        height: 175px; /* height (or width) must be specified - else image doesn't display, period!*/
        background: url('Images/Carousel/slide_loan.jpg') no-repeat center;
    }
    
    .SWSlide2 {
        height: 175px; /* height (or width) must be specified - else image doesn't display, period!*/
        background: url('Images/Carousel/slide_owners.jpg') no-repeat center;
    }

    .SWSlide3 {
        height: 175px; /* height (or width) must be specified - else image doesn't display, period!*/
        background: url('Images/Carousel/slide_guns.jpg') no-repeat center;
    }

    .SWSlide4 {
        height: 175px; /* height (or width) must be specified - else image doesn't display, period!*/
        background: url('Images/Carousel/slide_jewelry.jpg') no-repeat center;
    }

    .SWSlide5 {
        height: 175px; /* height (or width) must be specified - else image doesn't display, period!*/
        background: url('Images/Carousel/slide_memorabilia.jpg') no-repeat center;
    }

    .SWSlide6 {
        height: 175px; /* height (or width) must be specified - else image doesn't display, period!*/
        background: url('Images/Carousel/slide_music.jpg') no-repeat center;
    }

    .SWSlide7 {
        height: 175px; /* height (or width) must be specified - else image doesn't display, period!*/
        background: url('Images/Carousel/slide_tools.jpg') no-repeat center;
    }

    .SWSlide8 {
        height: 175px; /* height (or width) must be specified - else image doesn't display, period!*/
        background: url('Images/Carousel/slide_vintage.jpg') no-repeat center;
    }

    .SWSlide9 {
        height: 175px; /* height (or width) must be specified - else image doesn't display, period!*/
        background: url('Images/Carousel/slide_welcome.jpg') no-repeat center;
    }

    /*****************
    SW Navbar Classes
    *****************/
    .SWNavbarMajor {
        height: auto;
        /*background-color: transparent;*/ /* PROD */
        /*background-color: forestgreen;*/ /* TEST */
    }

    /*blorp2*/
    /*.SWNavbarMajor ul {
        list-style-type: none;
        text-align: right;
        padding-top: 10px;
        padding-bottom: 10px;
        margin: auto;
        overflow: hidden;
        text-wrap: none;
    }

    .SWNavbarMajor li {
        text-align: center;
        border-bottom: 1px solid #555;
    }

        .SWNavbarMajor li:last-child {
            border-bottom: none;
        }

    .SWNavbarMajor a {
        background-color: #4CAF50;
        color: white;
    }*/

    /*.SWNavbarMajor a:hover {
                color: white;
                text-decoration: underline;
            }

            .SWNavbarMajor a:visited {
                color: white;
                text-decoration: none;
            }*/

    .icon-bar {
        background-color: #fff !important;
    }

    .SWRowFormatted {
        height: auto;
        width: 95%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 5px;
        padding-bottom: 10px;
        padding-left: 20px;
        padding-right: 20px;
        background-color: white;
    }
}

/* Desktop */
@media (min-width:767px) {

    .SWRowHeader {
        height: auto;
        background-color: beige;
        text-align: center;
        margin: auto;
        padding-top: 5px;
        padding-bottom: 5px;
    }


    .SWRowNavMobile {
        display: none;
    }


    .SWRowNavMajor {
        height: auto;
        text-align: center;
        /*background-color: purple;*/
        background-color: black;
    }



    .SWSlide0 {
        height: 350px; /* height (or width) must be specified - else image doesn't display, period!*/
        background: url('Images/Carousel/slide_welcome.jpg') no-repeat center;
    }

    .SWSlide1 {
        height: 350px; /* height (or width) must be specified - else image doesn't display, period!*/
        background: url('Images/Carousel/slide_loan.jpg') no-repeat center;
    }
    
    .SWSlide2 {
        height: 350px; /* height (or width) must be specified - else image doesn't display, period!*/
        background: url('Images/Carousel/slide_owners.jpg') no-repeat center;
    }

    .SWSlide3 {
        height: 350px; /* height (or width) must be specified - else image doesn't display, period!*/
        background: url('Images/Carousel/slide_guns.jpg') no-repeat center;
    }

    .SWSlide4 {
        height: 350px; /* height (or width) must be specified - else image doesn't display, period!*/
        background: url('Images/Carousel/slide_jewelry.jpg') no-repeat center;
    }

    .SWSlide5 {
        height: 350px; /* height (or width) must be specified - else image doesn't display, period!*/
        background: url('Images/Carousel/slide_memorabilia.jpg') no-repeat center;
    }

    .SWSlide6 {
        height: 350px; /* height (or width) must be specified - else image doesn't display, period!*/
        background: url('Images/Carousel/slide_music.jpg') no-repeat center;
    }

    .SWSlide7 {
        height: 350px; /* height (or width) must be specified - else image doesn't display, period!*/
        background: url('Images/Carousel/slide_tools.jpg') no-repeat center;
    }

    .SWSlide8 {
        height: 350px; /* height (or width) must be specified - else image doesn't display, period!*/
        background: url('Images/Carousel/slide_vintage.jpg') no-repeat center;
    }

    .SWSlide9 {
        height: 350px; /* height (or width) must be specified - else image doesn't display, period!*/
        background: url('Images/Carousel/slide_welcome.jpg') no-repeat center;
    }

    /*****************
    SW Navbar Classes
    *****************/
    .SWNavbarMajor {
        width: 50%;
        margin-left: auto;
        margin-right: auto;
        border-style: solid;
        border-color: #666;
        border-width: 1px;
        border-top: 0px;
        border-bottom: 0px;
        /*background-color: forestgreen;*/ /* TEST */
        background-color: transparent; /* PROD */
    }

        .SWNavbarMajor ul {
            margin: auto;
            text-align: center;
            padding: 0px;
            overflow: hidden;
            font-size: x-large;
        }

        .SWNavbarMajor li {
            display: inline-block;
            padding-left: 10px;
            padding-right: 10px;
        }

        .SWNavbarMajor a {
            color: white;
            text-decoration: none;
        }

            .SWNavbarMajor a:hover {
                color: white;
                text-decoration: underline;
            }

            .SWNavbarMajor a:visited {
                color: white;
                text-decoration: none;
            }
    /* End SW Navbar Classes */


    .SWRowFormatted {
        height: auto;
        width: 75%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 5px;
        padding-bottom: 10px;
        padding-left: 20px;
        padding-right: 20px;
        background-color: white;
    }
}
/* End Media Classes */


/********************
Bootstrap Nav Classes
********************/
.navbar-nav .active a {
  background: rgba(0, 0, 0, .125) !important;
}

.navbar-brand {
    font-weight: 500;
    color: white!important;
}


.tab-content {
  background: rgba(0, 0, 0, .125);
}

.rotate180 {
  transform: rotate(180deg);
}


/*.navbar {
    min-height: 50px !important;
}

.navbar-nav > li > a {
    line-height: 50px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-left: 0px;
    margin-right: 0px;
}

.navbar-nav ul div {
    height: 31px;
    width: 1px;
    background-color: #34b9ff;
    display: inline-block;
}

.navbar-nav ul li {
    display: inline;
}

.navbar-nav {
    display: inline-block;
    float: none;
    height: 40px;
    color: white;
    font-size: x-large;
}

    .navbar-nav > li {
        float: none;
    }

.nav-major li {
    display: inline;
    padding-right: 40px;
    font-size: x-large;
}

.nav li {
    color: purple;
}

.nav a:focus, a:hover {
    color: #001216;
    text-decoration: underline;
}*/

/* End Bootstrap Nav Classes */


/*************
SW Row Classes
*************/
.SWRowFooter {
    height: auto;
    background-color: black;
    text-align: center;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.VerticalAlignInDiv {
    vertical-align: middle;
}
/* End SW Row Classes */


/*************
SW Div Classes
*************/
.SWDivOutsideShadow {
    -moz-box-shadow: 0 0 3px 3px #888;
    -webkit-box-shadow: 0 0 3px 3px #888;
    box-shadow: 0 0 3px 3px #888;
}

.SWDivSpacer {
    padding-top: 10px;
}
/* End SW Div Classes */


/***************
SW Image Classes
***************/
#SWFooterLogo {
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url('Images/logo_small-transp.gif') center no-repeat;
  width: 104px; /* Width of image */
  height: 104px; /* Height of image */
  /*padding-left: 104px;*/ /* Width of image */
}
/* End SW Image Classes */


/**************
SW Link Classes
**************/
.SWLinkWhite {
    color: white;
    text-decoration: none;
}

    .SWLinkWhite:hover {
        color: white;
        text-decoration: none;
    }

    .SWLinkWhite:visited {
        color: white;
        text-decoration: none;
    }

.SWLinkLightBlue {
    color: lightblue;
    text-decoration: none;
}

    .SWLinkLightBlue:hover {
        color: lightblue;
        text-decoration: underline;
    }

    .SWLinkLightBlue:visited {
        color: lightblue;
        text-decoration: none;
    }

.SWTextMobileHeaderTel {
    padding-right: 15px;
    font-size: 15pt;
}

.SWTextMobileHeaderLogo {
    font-size: x-large;
}
/* End SW Link Classes */


/**************
SW Text Classes
**************/
.SWTextSmall {
    font-size: small;
}

.SWTextMedium {
    font-size: medium;
}

.SWTextXLarge {
    font-size: x-large;
}

.SWTextXXLarge {
    font-size: xx-large;
}

.SWText15 {
    font-size: 15pt;
}

.SWColorWhite {
    color: white;
}

.SWColorBlack {
    color: black;
}
/* End SW Text Classes */


/*************
Custom Classes
*************/



.fixedLogo {
    position: fixed;
    top: 2%;
    left: 2%;
    z-index: 10000;
    background-image: url('Images/JV/logo_white_back.jpg');
    background-repeat: no-repeat;
    background-size: contain;

    /* SWCustom - Specify correct dimensions of logo image  */
    width: 163px;
    height: 109px;
    transition: all .1s linear;
    cursor: pointer;
}

.fixedLogoScroll {
    position: fixed;
    top: 0%;
    left: 5%;
    z-index: 10000;
    background-image:url('Images/logo_trasp.gif');
    background-size: contain;
    height: 100px;
    width: 100px;
    transition: all .1s linear;
}

.logoSpelled {
    font-size: x-large;
}

.logoSpelledWord1 {
    color: white;
}

.logoSpelledWord2 {
    color: orange;
    margin-left: -5px;
}

/********************/
/*blorp*/
/********************/

.burger {
    margin-right: 0px;
    margin-top: -2px;
}

.SWFooter {
    background-color: #666;
    color: white;
    padding-top: 10px;
}

.styleImg1 {
    /*float: left;
    margin: -10px 10px 0 0;*/
    padding-bottom: 10px;
}

.divLeft {
    background-color: lavender;
}

.divRight {
    background-color: greenyellow;
}


.featurette-divider {
    margin: 80px 0; /* <hr> between each */
}

.featurette {
    /*padding-top: 120px;*/
    overflow: hidden; /* Clear floats */
}

.featurette-heading {
    font-size: 50px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
}

.featurette-image {
    margin-top: 20px;
}

    .featurette-image.pull-left {
        margin-right: 40px;
    }

    .featurette-image.pull-right {
        margin-left: 40px;
    }
/* End Custom Classes */
