
/*------------------------------- RESPONSIVE (@360x640 Galaxy S3) (@320x568 IPhone 5) ---------------------*/

/*@media screen and (max-width: 736px) { /* Iphone 6 plus landscape */
@media screen and (max-width: 736px) { /* Iphone 6 plus landscape */

    #container {
        min-width: unset;
        margin: 0 auto;
        width: auto;
        max-width: unset;
        margin: 0px 0px 0px 0px;
    }

    .account_body {
        width:100% !important;
    }

    #body_container {
        margin-top: 10px;
    }

    #coverdiv_displaypopup {
        height: auto;
        width: 80%;
    }

    #header {
        height: auto;
        margin-bottom: 3px;
    }

    #nav_container {
    }

    #header .nav_container {
        position: relative;
    }

    #header .nav_container_bp {
        position: relative;
    }

    input {
        max-width: 95%;
    }

    #nav_secondary_container {
        margin: 0;
        box-sizing: border-box;
        width: 100%;
        background-color: #fff;
    }

    #header_logo {
        display: none;
    }

    #header_logo_mobile {
        display: block;
        box-sizing: border-box;
        width: 90%;
        max-width: 400px;
        margin: 0 auto 0px auto;
        border-radius: 9px 9px 9px 9px;
        -moz-border-radius: 9px 9px 9px 9px;
        -webkit-border-radius: 9px 9px 9px 9px;
        background-color: #fff;
        z-index: 2;
        position: relative;
    }

        #header_logo_mobile img {
            width: 100%;
            padding: 10px 20px;
            box-sizing: border-box;
        }

    #nav_header_secondary {
        display: none;
    }

    #header_mobile {
        display: block;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    #header_mobile_phone {
        font-size: 15px;
        padding: 0px;
        text-align: left;
        vertical-align: middle;
        margin: 0;
        box-sizing: border-box;
        z-index: 1;
        position: relative;
        color: #fff;
        border-bottom: 1px solid #fff;
    }

        #header_mobile_phone a {
            text-decoration: underline;
            color: #fff;
        }

        #header_mobile_phone span {
            display: block;
            padding: 10px 10px 10px 35px;
            background-color: #00b094;
            margin-top: 3px;
            background-image: url('/art/icon-nav-phone.png');
            background-repeat: no-repeat;
            background-position: 7px 7px;
        }

    #shopcart_quantity_m {
        display: inline-table;
        position: relative;
        height: 31px;
        width: 31px;
        background-image: url(/art/header-cart-quantity-bg.png);
        text-align: center;
        margin-bottom: -10px;
    }

        #shopcart_quantity_m span {
            display: table-cell;
            vertical-align: middle;
            font-weight: bold;
            color: #FFF;
        }

    #header_mobile h2 {
        font-size: 18px;
        display: inline;
        margin: 0px 0px 0px 0px;
    }

    #header_mobile h3 {
        font-size: 18px;
        display: inline;
        margin: 0px 0px 0px 0px;
        font-weight: normal;
        color: #000;
    }

    #header_logo img {
        width: 95%;
    }

    .nav_container_column_2 {
        /*display:none;*/
        padding: 0px 0px 0px 0px
    }

    .header_phone {
        margin:0px 0px 0px 0px;
        padding:0px 5px 0px 5px;
        text-align:center;
    }

    .header_phone .social_container {
        padding-left:10px;
        padding-right:10px;
    }

        .header_phone .secondary {
            padding: 0px 3px 0px 3px;
        }

            .header_phone .secondary a {
            }

        .header_phone .my_account {
            display:none;
        }


    #nav_header_main {
        display: none;
    }

    #header_search {
        display: none;
    }

    .header_search {
        display: none;
    }


    .header_social {
        margin: 12px 5px 0px 0px;
        padding: 5px;
        height: 25px;
        border-radius: 15px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
    }

        .header_social:hover {
        }

        .header_social a {
        }

        .header_social img {
            height: 15px;
        }

    .social_container .secondary {
        margin: 0px 0px 0px 5px;
    }

    #search_container {
        border: 1px dotted #ff0;
        height: 58px;
        position: relative;
        display: none;
    }

        #search_container .header_search {
            display: table-cell;
            margin: 0px 5px 0px 12px;
            box-sizing: border-box;
            vertical-align: middle;
            border: none;
            font-family: 'Oswald', sans-serif;
            position: relative;
        }


    #header_mobile_search {
        display: block;
        margin: 3px 0px 0px 0px;
        text-align: left;
        box-sizing: border-box;
        padding: 3px;
        background-color: #555555;
        font-size: 0;
    }

    #mobile_search_container {
        display: block;
        width: auto;
        margin: 0 auto;
        box-sizing: border-box;
        font-size: 0;
    }

    #header_mobile_search .search_cell {
        display: table-cell;
        box-sizing: border-box;
    }

    #header_mobile_search .txt_Search {
        width: 260px;
        box-sizing: border-box;
        margin: 0px;
        max-width: unset;
    }

    .header_mobile_nav {
        padding: 0px;
        text-align: left;
        vertical-align: middle;
        box-sizing: border-box;
        font-size: 0;
    }

        .header_mobile_nav a {
            color: #CCC;
            text-decoration: none;
        }

    #header_mobile_nav_open {
        display: inline-block;
        background-color: #777777;
        padding: 15px;
        height: 80px;
        width: 25%;
        text-align: center;
        box-sizing: border-box;
    }

        #header_mobile_nav_open span {
            display: block;
            color: #fff;
            font-size: 10px;
            margin-top: 10px;
        }

    #header_mobile_nav_close {
        display: none;
        background-color: #777777;
        padding: 15px;
        height: 80px;
        width: 25%;
        text-align: center;
        box-sizing: border-box;
    }

    .header_mobile_nav img {
        width: 50%;
    }

    #header_mobile_nav_open a img {
        max-width:50px;
    }

    #header_mobile_nav_close a img {
        max-width: 50px;
    }
    
    #header_mobile_logo {
        display: inline-block;
        background-color: #555555;
        padding: 5px;
        height: 80px;
        width: 75%;
        border-left: 3px solid #fff;
        box-sizing: border-box;
        vertical-align: top;
    }

        #header_mobile_logo img {
            height: 100%;
            width: auto;
            padding-left: 15px;
            box-sizing: border-box;
        }

    #header_mobile_nav_main {
        color: #fff;
        font-size: 18px;
        position: relative;
        display: block;
        width: auto;
        margin-left: 30px;
    }

        #header_mobile_nav_main a {
            color: #fff;
        }

    #header_mobile_nav_list {
        display: none;
        background-color: #fff;
        border-top: 3px solid #fff;
        padding-bottom: 25px;
    }

        #header_mobile_nav_list li {
            display: block;
            text-align: center;
            list-style: none;
            line-height: 50px;
            background-color:#fff;
        }

            #header_mobile_nav_list li a {
                color: #000;
                font-size: 20px;
            }


    .hp_video_desktop {
        display:none;
    }

    #hp_splash_container {
        box-sizing: border-box;
        width: auto;
        display: block;
        position: relative;
        margin: 0;
        height: auto;
        background-color: #CCC;
    }

        #hp_splash_container .page_content {
            position: relative;
            padding: 0px 10px 0px 10px;
            box-sizing: border-box;
            width: auto;
            margin: 0;
        }

    #slider_caption_1 {
        display: none !important;
    }

    #hp_splash_container .hp_tile_container {
        height: 150px;
        position: relative;
        box-sizing: border-box;
        margin: 0px 0px 0px 0px;
        width: auto;
        float: none;
        text-align: center;
    }

        #hp_splash_container .hp_tile_container .find_your_next_rental {
            display: none;
            position: relative;
            box-sizing: border-box;
            margin: 0px 0px -20px 0px;
            text-align: center;
        }

            #hp_splash_container .hp_tile_container .find_your_next_rental img {
                display: none;
                width: 90%;
                max-width: 400px;
            }

    #img_find_your_next_rental {
        display: none;
        /*animation:pulse 1s infinite alternate;*/
        position: relative;
        animation-name: pulse;
        animation-delay: 3s;
        animation-duration: 0.5s;
        animation-iteration-count: 1;
        animation-timing-function: ease-out;
        -webkit-animation-fill-mode: forwards; /* Chrome, Safari, Opera */
        animation-fill-mode: forwards;
    }

    @keyframes pulse {
        from {
            left: 0px;
            top: 0px;
            width: 90%;
            height: auto;
        }

        to {
            left: 0px;
            top: 5px;
            width: 90%;
            height: auto;
        }
    }

    #hp_splash_container .hp_tile_container .tile {
        /*box-sizing:border-box;
		vertical-align:top;
		width:90px;
		height:90px;
		margin:5px;*/
    }

        #hp_splash_container .hp_tile_container .tile .tile_image {
            /*width:90px;
		height:90px;
		font-size:11px;*/
        }

    #rotator_screen {
        display: block;
        width: 100%;
        height: auto;
        position: relative;
        top: 0;
        margin: 0 auto;
        box-sizing: border-box;
        background-image: url('/art/tent-types-pole.jpg');
        background-size: cover;
        background-position: center center;
        padding: 25px 5px 25px 5px;
    }

    #rotator_wrapper {
        display: none;
    }

    #rotator_screen .tag1 {
        margin-top: 15px;
        font-size: 56px;
        text-transform: uppercase;
        letter-spacing: -7px;
    }

    #rotator_screen .tag2 {
        font-size: 60px;
        letter-spacing: -2px;
        text-transform: uppercase;
        margin-top: -10px;
    }

    .rotator_wrapper_mobile {
        display: block;
        width: auto;
        margin-bottom: 3px;
        box-sizing: border-box;
    }

    .rotator_wrapper_mobile .hp_mobile_image {
        display: block;
        box-sizing: border-box;
        width: 100%;
        height: 300px;
        object-fit:cover;
    }

        .rotator_wrapper_mobile .btn_container {
            box-sizing: border-box;
            width: 100%;
            margin: 80px auto 0px auto;
            text-align: center;
            position:absolute;
        }

            .rotator_wrapper_mobile .btn_container span {
                text-align: center;
                display: block;
                width: 75%;
                font-family: 'Quicksand', sans-serif;
                background: rgba(255,255,255,.95);
                margin: 0px auto 10px auto;
                border: 1px solid #c1d52f;
            }

        .rotator_wrapper_mobile .btn_container span:hover {
            background: rgba(255,255,255,1);
        }

        .rotator_wrapper_mobile .btn_container span a {
            color: #333;
            font-size: 16px;
            padding: 20px 45px 20px 45px;
            font-weight: 700;
            text-transform: uppercase;
            text-decoration: none;
            letter-spacing: 1px;
        }

        .rotator_wrapper_mobile .btn_container .btn_build_quote {
            display: block;
        }



    #hp_rotator {
        background-image: none !important;
        display: none;
    }

    #hp_rotator_shade {
        background-image: none !important;
        display: none;
    }

    #rotator_wrapper {
        display: none;
    }


    /* HP CALLOUTS */
    .hp_call_out_container {
        padding: 10px 0px 0px 0px;
        margin: 10px 0px 10px 0px;
        display: block;
    }

        .hp_call_out_container .call_out {
            width: 50%;
            vertical-align: top;
            padding:20px 10px 20px 10px;
        }

            .hp_call_out_container .call_out .tag_1 {
                display: block;
                font-size: 25px;
                font-family: 'Quicksand', sans-serif;
                text-transform: uppercase;
                color: #c1d52f;
                z-index: 29;
            }

            .hp_call_out_container .call_out .tag_2 {
                display: block;
                font-size: 25px !important;
                font-family: 'Meddon', cursive;
                text-transform: lowercase;
                margin-top: -10px !important;
                z-index: 24;
            }

            .hp_call_out_container .call_out img {
                display: block;
                position: relative;
                width: 50%;
                margin: 0px auto 0px auto;
            }


    /* Featured Items */
    #featured_items_vert_bar {
        display: none;
    }

    #featured_items_header {
        display: block;
        width: auto;
        margin-top: 10px;
    }

    #featured_items_container {
        display: block;
        width: auto;
        padding: 5px;
    }

        #featured_items_container .featured_item {
            display: block;
            width: auto;
            max-width: none;
        }

        #featured_items_container .first {
            margin-right: 0px;
        }

    .featured_image {
        width: 100%;
        height: 150px;
    }

    .featured_item_details {
        width: 100%;
    }

    #brands_we_carry {
        padding: 10px;
    }

        #brands_we_carry div {
            width: 25%;
        }

    /* Call Out Boxes */
    #call_out_header {
        display: none;
    }

    #call_out_header_mobile {
        display: block;
        padding: 10px 5px 10px 85px;
        background-image: url(/art/hp-tri-band-flourish.png);
        background-repeat: no-repeat;
        background-position: 10px 5px;
    }

    #call_out_container {
        display: block;
        float: none;
        width: auto;
        margin: 0px 0px 10px 0px;
    }

    .call_out_box {
        display: block;
        width: auto;
        margin: 0px 0px 0px 0px;
        max-width: none;
    }

    /* HP Content area */
    .content_area {
        margin: 0px 0px 0px 0px;
        padding: 0px;
        font-size: 15px;
        max-width:unset;
        padding:20px;
    }

        .content_area h1 {
            font-size: 20px;
            font-weight: 700;
            padding: 10px 0px 5px 0px;
        }

        .content_area .blockquotes {
            font-size: 15px;
            line-height: 25px;
            padding: 15px 5px 25px 5px;
            border-left: none;
            margin-left: 0px;
        }

        .content_area div {
            padding: 0px 7px 0px 7px;
            width: 100% !important;
            box-sizing: border-box;
        }

            .content_area div p {
                margin: 15px 0px 15px 0px;
                font-size: 15px;
                line-height: 25px;
            }
    /* End HP Content Area */



    /* Popups */
    #coverdiv_display {
        width: 90%;
    }

        #coverdiv_display iframe {
            width: 100%;
            max-height: 80%;
            border: 1px dashed #999;
            overflow-y: scroll;
        }

    /*#iframe_container .col_login {
		width:100%;
		display:block;
		margin:0px 25px 0px 0px;
		padding:0px 15px 0px 15px;
	}
	
	#iframe_container .col_register {
		width:100%;
		display:block;
		background-color:#ebeae6;
		padding:0px 15px 0px 15px;
		margin:0px 10px 25px 0px;
	}*/

    #iframe_container .col_review {
        width: 100%;
        display: block;
        margin: 0px 25px 0px 0px;
        padding: 0px 15px 0px 15px;
    }

    #iframe_container .staff_cell {
        display: block !important;
    }

        #iframe_container .staff_cell img {
            display: block;
            margin: 0 auto;
        }


    /* HP Category Tiles */
    #category_tile_container {
        font-size: 0;
        margin: 0px 0px 3px 0px;
        box-sizing: border-box;
        margin-right: -3px;
    }

        #category_tile_container .tile {
            padding-bottom: 25%;
            width: 25%;
            margin: 0px 0px 3px 0px;
        }

            #category_tile_container .tile:nth-of-type(1n+9) {
                display: none;
            }

            #category_tile_container .tile .tile_image {
                border-right: 3px solid #fff;
            }

    #body_container .tag_line {
        padding: 10px 3px 10px 3px;
        text-align: center;
        margin-bottom: 3px;
    }

        #body_container .tag_line span {
            margin: 0px;
            font-size: 12px;
            font-weight: 400;
            width: 33%;
        }



    /* Breadcrumb */

    #body_container .bread_crumb {
        background: none;
        padding: 15px 0px 15px 0px;
    }


    /* Sidebar */
    .product_search_container_mobile {
        display: block;
        box-sizing:border-box;
        position:relative;
    }

    .product_search_container_mobile::after {
        content: "";
        clear: both;
        display: table;
    }

    #sidebar_mobile_search {
        display:block;
        padding:5px 5px 7px 5px;
        text-align:center;
        margin-top:10px;
    }

    #sidebar_mobile_search .txt_Search {
        width: 80%;
        height:46px;
    }

        #img_Search_Mobile {
            border:1px solid #999;
            padding:3px;
        }


    #sidebar_mobile {
        display: block;
        width: 100%;
        padding: 10px 10px 20px 35px;
        border-radius: 9px 0px 0px 0px;
        -moz-border-radius: 9px 0px 0px 0px;
        -webkit-border-radius: 9px 0px 0px 0px;
        box-sizing: border-box;
        border-bottom:1px solid #cacaca;
        font-size:0px;
        margin:0px 0px 10px 0px;
    }

    #sidebar_mobile a {
        display:inline-block;
        width:auto;
        text-decoration:none;
    }
 
    #sidebar_mobile a .title {
        font-size:18px;
        padding-left:20px;
        height:25px;
        line-height:25px;
        box-sizing:border-box;
        display:inline;
        color:#333;
        text-transform:uppercase;
        vertical-align:middle;
    }

    #sidebar_mobile_close {
        z-index: 998;
        display: none;
        width: auto;
        padding: 10px;
        margin: 0px;
        right: 0px;
        float: right;
        border-radius: 9px 0px 0px 0px;
        -moz-border-radius: 9px 0px 0px 0px;
        -webkit-border-radius: 9px 0px 0px 0px;
    }

        #sidebar_mobile img, #sidebar_mobile_close img {
            width: 30px;
            height: 23px;
            display: inline-block;
            vertical-align: middle;
        }


    #sidebar_left {
        z-index: 997;
        width: 99%;
        display: none;
        height: auto;
        background-color: #fff;
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.40);
        -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.40);
        -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.40);
        padding: 0px 3px 15px 0px;
        box-sizing: border-box;
    }

        #sidebar_left .endcap {
            display: none;
        }

        #sidebar_left .title {
            display: inline-block;
            width: 100%;
            height: 43px;
            margin-left: 0px;
            border-radius: 0px 0px 0px 0px;
            -moz-border-radius: 0px 0px 0px 0px;
            -webkit-border-radius: 0px 0px 0px 0px;
            vertical-align: top;
        }

            #sidebar_left .title h2 {
                padding: 0px 0px 0px 70px;
                font-size: 18px;
                color: #555555;
                color: #333;
            }

    #sidebar_category_nav {
        margin: 0px 0px 0px 0px;
        width: auto;
        min-height: 50px;
    }

        #sidebar_category_nav ul {
            margin: 0px 0px 0px 0px;
        }

    .bp_body_container {
        padding: 5px;
        box-sizing: border-box;
        width: auto;
    }

    #body_container {
        margin-top: 0px;
    }


    #content_area_bp {
        display: block;
        width: auto;
        padding: 0px 0px 0px 0px;
    }

        #content_area_bp .content_description {
            width: auto;
            margin: 0 auto;
            font-size: 12px;
            padding: 0px 15px 15px 15px;
            line-height: 18px;
        }

        #content_area_bp .content_area_bp_body {
            position: relative;
            padding: 15px 0px 15px 0px;
            width: auto;
            box-sizing: border-box;
        }

            #content_area_bp .content_area_bp_body p {
                font-size: 15px;
            }

        #content_area_bp .page_content {
            padding: 0px 15px 15px 15px;
        }

        #content_area_bp .page_content {
            font-size: 12px;
            line-height: 23px;
        }

            #content_area_bp .page_content h1 {
                color: #555555;
                font-weight: 400;
                font-size: 23px;
            }

            #content_area_bp .page_content h2 {
                color: #555555;
                font-weight: 400;
                font-size: 18px;
            }


        #content_area_bp .content_title {
            height: 43px;
            width: auto;
            margin: 0 auto;
            border-radius: 0px 0px 0px 0px;
            -moz-border-radius: 0px 0px 0px 0px;
            -webkit-border-radius: 0px 0px 0px 0px;
            white-space: nowrap;
            overflow: hidden;
            box-sizing: border-box;
            padding: 8px 15px 10px 15px;
            display:block;
        }

            #content_area_bp .content_title h1 {
                margin: 0 auto;
                text-transform: uppercase;
                padding: 0px 0px 0px 0px;
                font-weight: 400;
                font-size: 18px;
                line-height: 32px;
            }

        #content_area_bp .bread_crumb {
            padding: 15px 0px 15px 0px;
        }

        #content_area_bp .content_header_text {
            padding: 5px;
            margin: 0;
        }

        #content_area_bp .main_image {
            margin-top: 0px;
            margin-bottom: 20px;
            overflow: hidden;
            position: relative;
            min-height: 200px;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
        }

    .video_about_us_screen {
        position: absolute;
        width: 100%;
        margin-top: 0px !important;
        max-height: 250px !important;
        height: 250px;
    }

        .video_about_us_screen .video_btn_container {
            box-sizing: border-box;
            width: 100%;
            margin: 100px auto 0px auto;
            text-align: center;
        }

    .video_about_us_wrapper {
        display: block;
        box-sizing: border-box;
        padding: 0px;
        margin-top: 0px;
        margin-bottom: 3px;
        position: relative;
        z-index: -100;
        max-width: 100%;
        background: rgba(255,255,255,.99);
        height: 250px;
        width: 100%;
        overflow: hidden;
        background-position: center center;
    }

    video#bgvidaboutus {
        margin-top: 0px;
        position: relative;
        min-width: 100%;
        min-height: 100%;
        width: 100%; /* changed from auto */
        height: auto;
        /*background: url(polina.jpg) no-repeat;
        background-size: cover;*/
        object-fit: cover;
        background-position: center center;
    }

    .video_about_us_screen .video_btn_container {
        box-sizing: border-box;
        width: 100%;
        margin: 150px auto 0px auto;
        text-align: center;
        display:block;
    }

    .video_about_us_screen .video_view_full {
        padding: 80px 10px 10px 10px;
        box-sizing: border-box;
        z-index: 999;
        /*background-color:rgba(0,0,0,0.5);*/
        width: 150px;
        height: auto;
        bottom: 0;
        right: 0;
        margin-bottom: 0px;
        margin-right: 0px;
        background-image: url('/art/ico-play.svg');
        background-repeat: no-repeat;
        background-size: 50px;
        background-position: 80px 10px;
        color: #dadada;
        font-size: 18px;
        text-decoration: none;
        text-align: center;
        font-family: 'Quicksand', sans-serif;
        font-weight: bold;
        /*background:rgba(255,255,255,.85);*/
        text-transform: uppercase;
        display: inline;
    }

        .video_about_us_screen .video_view_full:hover {
            background-size: 55px;
            background-position: 77px 10px;
        }



    /* Backpage Category / Product Tiles */

    .product_container .product_search_container {
        display: none;
        width: auto;
        min-height: unset;
        box-sizing: border-box;
        vertical-align: top;
        font-size: 15px;
        padding-top: 0px;
        background-color:#fff;
        height:45px;
        position:relative;
    }

        .product_container .product_search_container::after {
            content: "";
            clear:both;
            display:table;
        }

        .product_container .product_search_container h3 {
            font-family: 'Meddon', cursive;
            font-size: 35px;
            font-weight: 400;
            margin-bottom: 10px;
        }

        .product_container .product_search_container .btn_price_book {
            color: #fff;
            font-size: 16px;
            padding: 20px 45px 20px 45px;
            font-weight: 700;
            text-transform: uppercase;
            text-decoration: none;
            letter-spacing: 1px;
            background-color: rgba(100,100,100,.95);
            position: relative;
            display: block;
            width: 150px;
            text-align: center;
        }

            .product_container .product_search_container .btn_price_book:hover {
                background-color: #c1d52f;
                color: #000;
            }


    .search_container_1 {
        display:none;
    }


    #bp_category_tile_container {
        width: auto;
        display: block;
    }

        #bp_category_tile_container .tile_wrapper {
            position: relative;
            height: auto;
            padding-bottom: unset;
            margin-bottom: unset;
            box-sizing: border-box;
            border-top: 1px solid #fff;
            border-right: 1px solid #fff;
            border-left: 1px solid #fff;
            border-bottom: 1px solid #fff;
        }

        #bp_category_tile_container .bp_category_tile_col_1 {
            width: auto;
            display: block;
            vertical-align: top;
            z-index: 1;
            position: relative;
        }

        #bp_category_tile_container .bp_category_tile_col_2 {
            width: auto;
            display: block;
            z-index: 1;
            vertical-align: top;
        }

        #bp_category_tile_container .tile {
            display: inline-block;
            padding-bottom: 50%;
            width: 50%;
            margin: 0px 0px 2px 0px;
            text-align: center;
            box-sizing: border-box;
            vertical-align: top;
        }

        #bp_category_tile_container .bp_category_tile_col_1 .tile {
            padding-bottom: 100%;
            width: 100%;
            margin: 0px 0px 2px 0px;
        }

        #bp_category_tile_container .bp_category_tile_row_2 .tile {
            display: inline-block;
            width: 50%;
            font-size: 0px;
            margin: 0px 0px 0px 0px;
            text-align: center;
            box-sizing: border-box;
            vertical-align: top;
        }

        #bp_category_tile_container .tile .tile_image {
            position: relative;
            box-sizing: border-box;
            text-align: center;
            text-transform: uppercase;
            padding: 0px 0px 0px 0px;
            width: 100%;
            height: 150px;
            margin-left: auto;
            margin-right: auto;
            font-size: 0px;
            display: block;
            overflow: hidden;
            max-height: 250px;
            min-height:unset;
            background-size:contain;
            background-position:center center;
            background-repeat:no-repeat;
        }

        #bp_category_tile_container .tile_last {
            width: 50%;
            padding-bottom: 48%;
            border-right: 1px solid #fff;
        }

        #bp_category_tile_container .tile .tile_details {
            padding-top: unset;
            margin-bottom: unset;
            
        }


            #bp_category_tile_container .tile .tile_details a {
                font-size: 12px;
                padding: 30px 15px 15px 15px;
            }



    /*---------- CONTENT PAGE BLOCKS ---------*/

    .page_body {
    }

    .page_two_col {
        width: 100% !important;
    }

        .page_two_col img {
            max-width: 100%;
        }

    .page_body_tent_rentals {
    }


    .page_body p {
        padding: 0px 0px 0px 0px;
        margin: 0 auto !important;
    }

    .page_sidebar {
        width: 100%;
        vertical-align: top;
    }

        .page_sidebar h3 {
            font-family: 'Playfair Display', serif;
            text-transform: uppercase;
            font-size: 25px;
            text-align: center;
            margin: 20px auto;
            color: #777;
        }

        .page_sidebar p {
            margin: 20px 0px 20px 0px;
            line-height: 20px;
        }

    .page_sub_title {
        font-size: 25px;
        font-weight: 400;
        padding: 15px 15px 15px 0px;
    }

    .page_sidebar .add_to_quote {
        display: inline-block;
        color: #ffffff;
        font-size: 15px;
        font-weight: bold;
        font-style: normal;
        width: auto;
        background-color: #ea2750;
        display: inline-block;
        padding: 15px 35px 15px 35px !important;
        text-decoration: none;
        border: 1px solid #ea2750;
        font-family: "Century Gothic", Arial, Helvetica, sans-serif;
    }

        .page_sidebar .add_to_quote:hover {
            background-color: #c02143 !important;
        }

        .page_sidebar .add_to_quote:active {
            background-color: #c02143;
        }

    .page_sidebar .add_to_inspiration {
        display: inline-block;
        color: #333;
        font-size: 15px;
        font-weight: bold;
        font-style: normal;
        width: auto;
        background-color: #efefef;
        display: inline-block;
        padding: 15px 35px 15px 35px;
        text-decoration: none;
        border: 1px solid #dadada;
        box-sizing: border-box;
        font-family: "Century Gothic", Arial, Helvetica, sans-serif;
    }

        .page_sidebar .add_to_inspiration:hover {
            background-color: #c02143 !important;
        }

        .page_sidebar .add_to_inspiration:active {
            background-color: #c02143;
        }



    #pnl_appointment select, #pnl_appointment input {
        padding: 7px;
    }

    /* Tent Rentals */
    .page_body .tile_container {
        padding: 10px;
        box-sizing: border-box;
        font-size: 0;
    }

    .page_body .tile {
        display: inline-block;
        width: 100%;
        font-size: 0px;
        margin: 0px 0px 30px 0px;
        padding: 3px;
        text-align: center;
        box-sizing: border-box;
        vertical-align: top;
    }

        .page_body .tile .tile_wrapper {
            position: relative;
            box-sizing: border-box;
            border-top: 0px solid #fff;
            border-right: 0px solid #fff;
            border-left: 0px solid #fff;
            border-bottom: 0px solid #fff;
        }

        .page_body .tile .tile_image {
            position: relative;
            background-position: center center;
            /*background-size:50% auto;*/
            background-size: cover;
            background-repeat: no-repeat;
            box-sizing: border-box;
            text-align: center;
            text-transform: uppercase;
            padding: 0px 20px 0px 20px;
            width: 100%;
            height: 200px;
            margin-left: auto;
            margin-right: auto;
            /*border-right:10px solid transparent;*/
            /*border-right:10px solid #fff;*/
            font-size: 0px;
            display: block;
        }

        .page_body .tile h3 {
            font-size: 25px;
            position: relative;
            z-index: 999;
            margin: 10px 0px 0px 0px;
            font-family: Oswald;
        }

        .page_body .tile .tile_details {
            position: relative;
            width: 100%;
            box-sizing: border-box;
            text-align: center;
            margin-left: auto;
            margin-right: auto;
            vertical-align: bottom;
            display: inline-block;
            font-size: 15px;
        }

            .page_body .tile .tile_details span {
                font-weight: normal;
                display: block;
                font-size: 12px;
                color: #000;
                line-height: 17px;
                padding: 10px;
            }





    /* BP Videos */
    .bp_video_wrapper {
        z-index: 0 !important;
        box-sizing: border-box;
        display: none;
    }

    .sub_content_container {
        width: 100%;
        margin: 0 auto;
    }

    .tent_rentals_title {
        border: 5px dotted #f0f;
        z-index: 999;
        position: relative;
        margin-top: 0px;
    }

        .tent_rentals_title h1 {
            font-size: 50px;
            font-family: 'Playfair Display';
            font-weight: 400;
            color: #fff;
            position: relative;
            text-shadow: 1px 1px 3px #333;
        }




    /* Account */
    #body_container .account_container {
        box-sizing: border-box;
        width: auto;
        display: block !important;
        padding: 0px 10px 0px 10px;
    }

        #body_container .account_container .content_title {
            padding:10px 0px 40px 0px;
        }

        #body_container .account_container .content_title h1 {
        }

    .account_body {
        padding-left: 35px;
        padding-right: 15px;
    }


    .content_area_bp_body .col_login {
        font-size: 11px;
        vertical-align: top;
        width: auto;
        display: block;
        margin: 0px 0px 10px 0px;
        padding: 0px 15px 20px 10px;
        box-sizing: border-box;
    }

    .content_area_bp_body .col_register {
        font-size: 11px;
        vertical-align: top;
        width: auto;
        display: block;
        margin: 0px 0px 10px 0px;
        padding: 0px 15px 20px 10px;
        box-sizing: border-box;
        color: #000;
        border-left: none;
    }


    .account_container .content_title h1 {
        display: block !important;
        width: 100%;
    }


    .account_body .account_col_1, .account_body .account_col_2 {
        box-sizing: border-box;
        width: 100%;
        display: block;
        padding: 10px 10px 10px 10px;
        vertical-align: top;
        font-size: 15px;
        height:auto;
        position:relative;
    }

    .account_body .account_col_1 .company_info {
        font-size:15px;
        line-height:normal;
    }

    .account_body .account_col_2 {
        width: 70%;
    }

        .account_body .account_col_2 .table_aging {
            border-top: 2px solid #209bde;
            border-right: 2px solid #209bde;
            border-left: 2px solid #209bde;
            border-bottom: 1px solid #209bde;
            display: inline-block;
            box-sizing: border-box;
        }

            .account_body .account_col_2 .table_aging div {
                border-bottom: 1px solid #209bde;
                box-sizing: border-box;
            }

                .account_body .account_col_2 .table_aging div span {
                    padding: 11px;
                    box-sizing: border-box;
                    display: inline-block;
                }

                .account_body .account_col_2 .table_aging div .table_aging_1 {
                    width: 250px;
                }


    .account_body h3 {
        font-weight: bold;
        font-size: 18px;
        margin-bottom: 10px;
    }

    .account_body h4 {
        line-height:normal;
    }

    .account_body .account_col_1 .curr_balance {
        border: 1px solid #dadada;
        background-color: #dadada;
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #dadada) );
        background: -moz-linear-gradient( center top, #ffffff 5%, #dadada 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dadada');
        display: inline-block;
        padding: 15px 35px 15px 35px;
        font-size: 35px;
        text-align: center;
        line-height: 35px;
        margin: 20px 0px 30px 0px;
    }

    .account_body .account_col_1 h4 {
        font-size: 14px;
        font-weight: bold;
        margin: 3px 0px 3px 0px;
    }

    .account_body .account_col_1 .company_info {
        margin: 10px 0px 10px 0px;
    }

    .account_body .account_col_1 .last_payment {
        color: #333;
    }

    .account_body .account_col_1 .make_payment {
        background-color: #209bde;
        display: inline-block;
        padding: 10px 25px 10px 25px;
        font-size: 15px;
        text-align: center;
        line-height: 25px;
        margin: 30px 0px 30px 0px;
        color: #fff;
        font-weight: bold;
        text-decoration: none;
    }

    .account_body .account_block h2 {
        font-size: 15px;
        color: #000;
        margin: 10px 0px 10px 0px;
    }

    .account_body .account_block input[type=text] {
        padding: 10px;
    }

    .account_body .account_block span {
        font-size: 18px;
        display: block;
        padding-bottom: 5px;
    }

    .account_body .account_block .block_cell {
        display: block;
        margin-top: 0px;
        padding: 15px;
        width: 95%;
        max-width: 600px;
        position: relative;
    }

    .account_body .account_block .inline_cell {
        margin-top: 0px;
        display: inline-block;
        padding: 5px 15px 5px 15px;
        vertical-align: top;
        width: 46%;
        max-width: 285px;
    }

    #chrt_account_aging {
        padding: 0;
        box-sizing: border-box;
        position: relative;
        width: 500px;
        min-height: 300px;
    }



    .contact_col_1 {
        display: block;
        width: auto;
        max-width: unset;
        margin: 0px 0px 25px 0px;
        padding:5px 5px 5px 5px;
    }

        .contact_col_1 .form_cell input[type="text"] {
            width: 95% !important;
        }

        .contact_col_1 .form_cell select {
            width: 95% !important;
        }

        .contact_col_1 .form_cell textarea {
            width: 95% !important;
        }


    .contact_col_2 {
        display: block;
        width: auto;
    }

        .contact_col_2 span {
            display: block;
            text-align: left;
            padding: 5px;
        }

    .content_area_bp_body iframe {
        max-width: 95%;
    }

    /* Product Page Adjustment */
    .content_area_bp_body .col_1 {
        display: block;
        width: 100%;
        margin-top: 0px;
    }

        .content_area_bp_body .col_1 .image_col {
            display: block;
            width: 100%;
            margin-top: 0px;
            vertical-align: top;
            box-sizing: border-box;
            padding: 3px;
        }

            .content_area_bp_body .col_1 .image_col .img_big {
                width: 90%;
            }

            .content_area_bp_body .col_1 .image_col .img_thumb {
                width: 24%;
                max-height: 100px;
                margin: 3px 3px 3px 0px;
                padding: 5px;
            }

        .content_area_bp_body .col_1 .price_col {
            display: block;
            width: 100%;
            margin-top: 15px;
            padding: 0px 10px 5px 10px;
        }

            .content_area_bp_body .col_1 .price_col .share span {
                display: inline-block;
                padding: 0px;
                margin-right: 5px;
            }

            .content_area_bp_body .col_1 .price_col .sub_content {
                margin-bottom: 0px;
            }

                .content_area_bp_body .col_1 .price_col .sub_content .price_list_container {
                    position: relative;
                    box-sizing: border-box;
                    padding: 5px;
                }

                .content_area_bp_body .col_1 .price_col .sub_content .price_list {
                    padding: 0px 0px 0px 0px;
                    position: relative;
                }

                    .content_area_bp_body .col_1 .price_col .sub_content .price_list .desc {
                        max-width: 200px;
                        margin-left: 0px !important;
                        line-height: normal;
                        position: relative;
                        height: auto;
                    }


    #content_area_bp .content_area_bp_body .col_2 {
        display: block;
        margin: 10px 0px 0px 0px;
        width: auto;
        text-align: left;
        padding: 0px 10px 10px 10px;
        vertical-align: top;
    }

    /* Related Tiles */
    .related_container {
        position: relative;
        display: block;
        width: 100%;
    }


    .related_tile {
        margin: 0px 0px 10px 0px;
        vertical-align: top;
        display: inline-block;
        width: 100%;
        overflow: visible;
        box-sizing: border-box;
        position: relative;
    }

        .related_tile:hover {
        }

        .related_tile .img_tile_container {
            padding: 0px;
            box-sizing: border-box;
            width: auto;
        }

            .related_tile .img_tile_container:hover {
            }

        .related_tile .img_tile_product {
            display: block;
            width: 100%;
            height: 200px;
            background-position: center center;
            background-size: contain;
            background-repeat: no-repeat;
            overflow: hidden;
            margin: 0 auto;
            box-sizing: border-box;
        }

            .related_tile .img_tile_product a {
                width: 100%;
                height: 100%;
                display: block;
                background-image: url(/art/bp-gallerytile-title-bg.png);
            }

    .related_tile_title {
        display: block;
        width: auto;
        vertical-align: top;
        margin: 0px;
    }

        .related_tile_title h3 {
            display: block;
            width: auto;
            font-size: 12px;
            font-weight: 400;
            margin: 0px 0px 5px 0px;
            padding: 10px;
            /*border:1px solid #209bde;*/
            text-align: center;
        }

            .related_tile_title h3 a {
                text-decoration: none;
                color: #333;
            }

    .related_tile .related_tile_pricing {
        display: block;
    }

    .related_tile span {
        display: inline-block;
        position: relative;
        height: auto;
        width: auto;
        min-width: 45px;
        margin: 0px 0px 5px 0px;
        padding: 0px;
    }

    .related_tile .btn_details {
        display: inline-table;
        border: 1px solid #dcdcdc;
        -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
        -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
        box-shadow: inset 0px 1px 0px 0px #ffffff;
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
        background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
        background-color: #ededed;
        -webkit-border-top-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topright: 5px;
        border-top-right-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-radius-bottomright: 5px;
        border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-bottom-left-radius: 5px;
        text-indent: 0px;
        color: #777;
        font-size: 11px;
        height: auto;
        text-decoration: none;
        text-align: center;
        text-shadow: 1px 1px 0px #ffffff;
        padding: 5px 5px 5px 5px;
        margin: 5px 0px 0px 0px;
    }

        .related_tile .btn_details:hover {
            background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
            background: -moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
            background-color: #dfdfdf;
        }

        .related_tile .btn_details:active {
            position: relative;
        }

    .related_tile img {
    }




    /* Gallery & Related Tiles */
    .product_tile {
        margin: 0px 3px 10px 0px;
        width: 48%;
        box-sizing: border-box;
    }

        .product_tile .img_tile_container {
            width: auto;
            text-align: center;
        }

        .product_tile .img_tile_product {
            width: auto;
            height: 150px;
            margin: 0 auto;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: cover;
        }

            .product_tile .img_tile_product .tile_cover {
            }

        .product_tile h3 {
        }

    .product_gallery_tile {
    }


    .gallery_description_text {
        padding: 0px 25px 5px 15px;
    }


    #bp_gallery_tile_container .tile {
        display: inline-block;
        padding-bottom: 22%;
        /*width:33.3%;*/
        width: 25%;
        font-size: 0px;
        margin: 0px 0px 10px 0px;
        text-align: left;
        box-sizing: border-box;
        vertical-align: top;
    }


    #bp_gallery_tile_container .three_up {
        width: 50%;
        padding-bottom: 55%;
    }

    #bp_gallery_tile_container .tile .tile_details a {
        padding: 15px 15px 15px 15px;
    }

    #bp_gallery_tile_container .tile .tile_details a span {
        font-size:15px;
    }

    /* IMAGE GALLERY */
    #bp_category_tile_container .gallery_container .tile {
        padding-bottom: 0% !important;
        width: 50% !important;
    }

        #bp_category_tile_container .gallery_container .tile .tile_wrapper .tile_image {
            max-height: 250px;
            min-height: 250px;
        }

    #bp_category_tile_container .gallery_tile {
        /*padding-bottom:25%;
	width:25%;*/
    }


    /* Category Tile */
    .category_tile {
        margin: 0px 0px 10px 0px;
        width: 100%;
    }

        .category_tile .img_tile {
        }

            .category_tile .img_tile a {
            }

        .category_tile h3 {
        }

    .staff_tile {
        box-sizing: border-box;
        width: 48%;
        margin: 0px 3px 10px 0px;
    }


    /* Product Details */
    .content_area_bp_body .col_1 .image_col .img_big {
        max-width: 350px;
        width: 100%;
    }

    .content_area_bp_body .col_1 .thumb_col {
        font-size:0px;
        width:100%;
        padding:7px;
    }

    /* Cart View */
    .cart_bread_crumb {
        display: none;
    }

    .cart_sub_total {
        display: block;
        width: auto;
    }

    .cart_col {
        padding: 7px;
        vertical-align: top;
    }

    .cart_col span {
        font-size: 12px;
        display:inline-block;
        vertical-align:middle;
    }

    .content_area_bp_body .row_header {
        background-color:#eee;
    }

    .content_area_bp_body .row_header .cart_header {
        font-size: 12px;
    }

    /*.cart_steps img {
		width:95%;
	}

	.content_area_bp_body .row_header {
		font-size:11px;
	}
	
	.cart_col {
		padding:3px;
	}*/

    .cart_row:nth-child(even) {
        background-color: #eee;
    }

    .cart_row .block_2 {
        padding: 3px;
        width: 100%;
        max-width: 100%;
        display: inline-block;
    }

    .cart_image { /*Image Div container*/
        display: none !important;
    }

        .cart_image .img_tile {
            vertical-align: top;
            width: 100px;
            height: 100px !important;
            background-color: #fff;
            padding: 10px;
            overflow: hidden;
            box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.30);
            -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.30);
            -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.30);
        }

            .cart_image .img_tile .img_tile_img {
                width: 100px;
                height: 100px;
                border: 1px solid #999;
                background-position: center center;
                background-size: cover;
                background-repeat: no-repeat;
            }

    .cart_name {
        width: 37%;
    }

    .cart_qty {
        width: 50px;
    }

    .cart_qty input[type="number"]{
        padding:5px;
        font-size:12px;
        width:30px;
        box-sizing:border-box;
    }

    .cart_rate {
        width: 60px;
        min-width: 50px;
        max-width: 60px;
    }

    .cart_remove {
        width: auto;
        text-align: right;
    }

        .cart_remove a {
            box-sizing: border-box;
            display:inline-block;
            padding:7px;
            font-size:12px;
        }

            .cart_remove a:hover {
                background-color: #ea2750;
                color: #fff;
            }

    .cart_sub_total {
        padding: 15px;
        width: 95%;
        max-width: 100%;
        text-align: right;
        border-top: 1px solid #333;
    }

    .blog_tile img {
        max-width: 360px;
    }

    .cart_checkout {
        padding: 0px 5px 0px 10px;
    }

        .cart_checkout .block_cell {
            padding: 3px 3px 10px 3px;
            border-top:1px solid #cacaca;
        }

        .cart_checkout .inline_cell {
            padding: 3px 3px 10px 3px;
        }

    .cart_checkout div table td {
        font-size:12px;
    }

    #sortable_table thead tr {
        height: auto !important;
    }

    #sortable_table thead .actions {
        font-size: 11px !important;
        padding: 3px 3px 3px 3px;
    }

    #sortable_table thead th {
        font-size: 11px !important;
        padding: 3px 3px 3px 17px !important;
    }

    #sortable_table tbody td {
        font-size: 11px !important;
        padding: 3px !important;
    }

    /* Backpages */
    .content_area_bp_body img {
        display: block;
        float: none !important;
    }

    .content_area_bp_body iframe {
        width: 95%;
    }

    /*#txt_Message, #Request_Comment {
        width: 230px !important;
    }*/

    .contact_col_2 {
        display: block;
        width: auto;
    }

        .contact_col_2 div, .contact_col_2 .form_cell {
            padding: 15px;
        }

    #txt_Other_Rentals {
        max-width: 95% !important;
    }


    /* ------------------  Build Online Quote -------------------- */

    .boq_container {
        margin-bottom: 25px;
    }

        .boq_container h2 {
        }

            .boq_container h2 a {
                font-size: 25px;
                color: #333;
                padding: 10px;
                border: 1px solid #333;
                width: 70%;
                margin: 50px auto !important;
                text-align: center;
                display: block;
                text-decoration: none;
                background-color: #c1d52f;
            }

                .boq_container h2 a:hover {
                    background-color: #efefef;
                    border: 1px solid #c1d52f;
                }

        .boq_container .step h4 {
            color: #fff;
            font-size: 40px;
            margin-top: 25px;
            margin-bottom: 10px;
            text-shadow: 2px 2px 0px #333;
        }

        .boq_container h3 {
            font-size: 25px;
            margin-bottom: 25px;
            color: #999;
        }

        .boq_container .step {
            width: 80%;
            padding-top: -80%;
            padding-bottom: 80%;
            padding-left: 5%;
            padding-right: 5%;
            margin:0 auto;
            margin-bottom:25px;
            display:block;
        }

        .boq_container span {
            font-size: 18px;
            line-height: 25px;
        }

            .boq_container span a {
                text-decoration: none;
                color: #000;
            }

                .boq_container span a:hover {
                    text-decoration: underline;
                }

        .boq_container .step img {
            width: 90%;
            display: block;
            margin: 0 auto;
        }

        .boq_container .step_space {
            display:none;
        }


    .cart_steps .step {
        height: 50px;
        width: 50px;
        padding-top: 3px;
        padding-bottom: 3px;
        padding-left: 3px;
        padding-right: 3px;
        display:inline-block;
        vertical-align:middle;
        margin-bottom:unset;
        border:2px solid #555;
    }

        .cart_steps .step h4 {
            font-size: 30px;
            margin-top: 0px;
            margin-bottom: 0px;
            line-height:35px;
        }

        .cart_steps .step img {
            display: none;
        }

        .cart_steps span {
            display:none;
        }

        .cart_steps span a {
            text-decoration: none;
            color: #000;
        }

            .cart_steps span a:hover {
                text-decoration: underline;
            }

    .cart_steps .step_space {
        width: 15%;
        display:inline-block;
        height:2px;
        background-color:#555;
    }

    .boq_container .inactive {
        background-color: #efefef;
    }

        .boq_container .inactive span {
            color: #999;
        }


    /*----------- BLOG -----------------------*/
    .blog_body_container .blog_container .blog_content {
        padding: 0px 10px 0px 10px;
        display: block !important;
        width: 100% !important;
        box-sizing: border-box;
        vertical-align: top;
    }

        .blog_body_container .blog_container .blog_content .blog_text {
            font-size: 21px;
            line-height: 27px;
        }

            .blog_body_container .blog_container .blog_content .blog_text img {
                display: block;
                width: 100%;
                max-width: none;
                margin-bottom: 20px;
            }


    .sidebar_right_container {
        display: none;
    }

        .sidebar_right_container .nav_name {
        }

        .sidebar_right_container .collapser {
        }

    .blog_footer_nav {
        border-top: 3px solid #cacaca;
        padding: 10px;
    }

    .blog_footer_nav .sub_title {
        font-size:25px;
        padding:10px;
    }



    /*---------- CONTENT TENT PACKAGES --------------*/
    .padded_content {
        padding: 5px 5px 5px 5px;
    }

    .tile_tent_package {
        padding: 5px;
        margin-top: 20px;
    }

        .tile_tent_package .title {
        }

            .tile_tent_package .title h3 {
                font-size: 20px;
            }

            .tile_tent_package .title h4 {
                font-size: 20px;
            }

        .tile_tent_package .package_description {
            font-size: 12px;
        }

        .tile_tent_package .package_details {
        }

            .tile_tent_package .package_details .tent_image_wrapper {
                display: block;
                width: auto;
            }

                .tile_tent_package .package_details .tent_image_wrapper .tent_image {
                }

                .tile_tent_package .package_details .tent_image_wrapper .add_button {
                }

                    .tile_tent_package .package_details .tent_image_wrapper .add_button:hover {
                    }


            .tile_tent_package .package_details .specs {
                display: block;
                width: auto;
            }

                .tile_tent_package .package_details .specs ul {
                }

                    .tile_tent_package .package_details .specs ul li {
                        font-size: 11px;
                    }




/* Instagram */

    .instagram_container {
    }

        .instagram_container .feed_tile {
            width: 50%;
            padding-top: 50%;
            padding-bottom: -100%;
        }

            .instagram_container .feed_tile:hover {
            }

            .instagram_container .feed_tile .social_icon {
                width: 20%;
                height: 20%;
            }

            .instagram_container .feed_tile:hover > .social_icon {
            }

            .instagram_container .feed_tile .media {

            }

                .instagram_container .feed_tile .media:hover {
                }

            .instagram_container .feed_tile span {
                display: block;
                position: absolute;
                left: 0;
                bottom: 0;
                width: auto;
                height: auto;
                padding: 10px 10px 10px 10px;
                box-sizing:border-box;
            }

        .instagram_container .color_block {
        }

            .instagram_container .color_block .feed_icons {
                position: absolute;
                left: 5%;
                top: 0;
                width: 90%;
                height: 100%;
                padding-top: 10%;
            }

                .instagram_container .color_block .feed_icons span {
                    position: relative;
                    display: block;
                    padding: 10px;
                    font-size: 12px;
                    width: 100%;
                    text-align: center;
                    margin-top:10px;
                }

                .instagram_container .color_block .feed_icons a {
                    position: relative;
                    display: inline-block;
                    padding: 10px;
                    font-size: 20px;
                    width: 50%;
                    box-sizing: border-box;
                    height: 40px;
                    text-align: center;
                }

                    .instagram_container .color_block .feed_icons a img {
                        position: relative;
                        width: 25px;
                        height: 25px;
                        padding:3px;
                    }






    /* Footer */
    #footer .footer_content {
        text-align: left;
        padding: 0px;
        font-size: 0px;
        text-align:center;
    }

        #footer .footer_content .footer_col {
            display: inline-block;
            width: 50%;
            height: auto;
            padding: 25px 0px 15px 0px;
            font-size:12px;
            text-align:center;
        }

        #footer .footer_content .footer_col:nth-child(odd) {
        }

            #footer .footer_content .footer_col h3 {
                font-size: 18px;
                margin-bottom: 12px;
                font-weight: 400;
                line-height: 25px;
                text-transform: uppercase;
            }

            #footer .footer_content .footer_col a {
                text-decoration: none;
            }

                #footer .footer_content .footer_col a:hover {
                    text-decoration: underline;
                }

        #footer .footer_content .social {
        }

            #footer .footer_content .social ul {
                padding-top: 0px;
                text-align: center;
                padding-bottom: 5px;
                font-size:0px;
                margin-top:10px;
            }

                #footer .footer_content .social ul li {
                    display: inline-block;
                    margin: 0px 0px 0px 0px;
                    width: 25%;
                    box-sizing:border-box;
                }

                    #footer .footer_content .social ul li a {
                        display: block;
                        padding: 0px 0px 0px 0px;
                        height: 45px;
                        line-height: 45px;
                        font-size: 20px;
                        margin: 0px 0px 0px 0px;
                    }


        #footer .footer_content .contact {
            width: 100%;
            text-align: left;
        }

            #footer .footer_content .contact div {
                font-weight: 400;
                font-size: 15px;
                color: #fff;
                margin-bottom: 30px;
                text-align: right;
                display: block;
                padding: 0px;
            }

                #footer .footer_content .contact div h3 {
                    padding: 0px;
                    line-height: 27px;
                    margin-bottom: 0px;
                    font-size: 23px;
                }


        #footer .footer_content .footer_last {
            display:none;
        }


        #footer .footer_content div iframe {
            display: block;
            width: 90%;
            margin: -20px auto 20px auto;
        }


        #footer .footer_content img {
            margin: 0px 0px 10px 0px;
        }

        #footer .footer_content .vert_bar {
            display: none;
        }

    .horz_bar {
        display: none !important;
    }
}
