




/*
     FILE ARCHIVED ON 3:50:48 Jul 21, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 23:31:46 Nov 3, 2016.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
.guide-viewer-ul li {
    display:inline-block;
    margin-right: 16px;
    white-space: normal;
    width: auto;    
}

.guide-viewer-ul {
    padding: 0;
}

.guide-viewer-ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: table;
    width: 101%;
}

.guide-viewer-container {
    border: solid 1px #ddd;
    margin-left: auto;
    margin-right: auto;
    height: 400px;
    white-space:nowrap;
    background: #fff;
    margin-bottom: 15px;
    box-shadow : 4px 4px 1px 0 rgba(0,0,0,0.05);
    border-radius: 2px;
    overflow-x: auto;
    overflow-y: hidden
} 

.guide-viewer-container .fluid-gv-container {
    border: solid 1px #ddd !important;
}

.v4.fluid-gv-container {
    margin-bottom: 10px;
}

.guide-viewer-container h2 {
    font-family : 'Helvetica neue', Helvetica, Arial, sans-serif;
    font-weight:bold;
    font-size: 16px;
    padding: 15px;
    margin: 0;
    color: #333;
    float:left;
}

.g-v-l-c {
    padding: 2px 10px 2px 0;
    clear: both;
}

.g-v-l-c ul, .g-v-l-c li {
    margin: 0;
    padding: 0;
    list-style: none;   
}

.g-v-l-c li {
    display:inline-block;
}

.g-v-l-c  li a {
    padding: 0;
}

.g-v-l-c li h3 {
    padding: 0;
    margin: 0;
    font-family: Arial,Sans-Serif,Verdana;
    font-size: 13px;
    line-height: 16px;
}

.g-v-l-c  .rtxt h2 {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-weight: normal;
    line-height: normal;    
}


.g-v-l-c.vertical li {
    display: block;
    padding: 4px 0;
}

.g-v-l-c.vertical li h3 {
    font-size: 10px;
    line-height: 16px;
}

.g-v-l-c.vertical li a {
    color: #333;
}

/** To show scroll on non-mobile devices **/


@media screen and (min-width:220px) and (max-width:480px){

    .guide-viewer-container {
        height: 330px;
        padding: 5px 10px 10px 10px;
        white-space: normal;
        margin-bottom: 10px;
        width : 260px;
        overflow:hidden;
    }
    
    .guide-viewer-container.tile-2 {
    
        height: 215px;
    }
    
    .guide-viewer-container h2{
        margin-left: 0;
        padding-left: 0;
    }
    
    .gdsview{
        margin: 0px;
    }

    .responsive.fluid-gv-container{
        min-width:260px;
        width:260px;
        height:70px;
    }
    
    .responsive .fluid-gv-header span {
        width: 160px;
    }

    .responsive.fluid-gv-container h2,.responsive.fluid-gv-container ul {
        margin-left:10px;
        padding-left: 10px;
    }
    
    .guide-viewer-ul {
        padding: 0;
    }
    
    .guide-viewer-ul li {
        margin-bottom: 10px;
    }
    
    .gv-see-all-top {
        display:none;
		}
		
		.gv-see-all-bottom {
		    display: block !important;
		    text-align:center;
		    padding-top: 10px;
		}
    
}

@media screen and (min-width:481px) and (max-width:820px){
    .guide-viewer-container{
        height: 185px;
        position: relative;
        overflow:hidden;
        padding: 0 !important;
    }
    
    .g-v-wrapper {
        overflow-x:auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        position: absolute;
        max-width: 100%;
        
    }
    .guide-viewer-ul li:first-child {
        padding-left: 15px;
    }
    
    .guide-viewer-container h2 {
        float: none !important;
     }
    
    .gv-see-all-top {
        position: relative;
        top: -40px;
        padding: 5px 15px !important;
    }
}


@media screen and (min-width:601px) and (max-width:820px){
    .guide-viewer-container{
        height: 420px;
    }
    .guide-viewer-container.tile-2{
        /* width: 525px; */
        height: 400px;
    }
    .guide-viewer-container.tile-2 .g-v-wrapper {
        overflow-x: visible;
        overflow-y: visible;
    }
    
}

@media screen and (min-width:821px){
/*  .guide-viewer-container {
        max-width: 770px;
    }
    
    .guide-viewer-container.tile-2{
        width: 525px;
    } */
    
    .g-v-wrapper {
        padding: 0px 17px;
    }
}

@media screen and (max-width: 850px) and (min-width: 481px) {
    .guide-viewer-container{
        margin: 0 15px 15px;
    }
    
}

@media screen and (min-width :1200px){
    .guide-viewer-container {
        overflow:hidden;
    }
}


.fluid-gv-no-gradient {
    filter: none !important;
    -ms-filter: none !important;
}

.gv-see-all-top {
    padding: 20px 25px 15px 15px;
    float:right;
}

.gv-see-all-bottom {
	display: none;
}

.g-v-wrapper {
	clear:both;
}