/*
.navbar-fixed-top{
  top:auto;
}
*/

body {
  padding-top:172px;
}



.ggmap {
position: relative;
padding-bottom: 66.67%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

/* -----  ----- */


.underflame #bcList{
    height:34px;
}

.underflame #bcList ul{
    padding-top:11px;
    padding-left:10px;
    height:35px;
}

.underflame #bcList li{
    display:inline;
    padding:14px 10px 10px 0;
}

.underflame #bcList #toplist{
    background: url(../images/base/bt_home.png) no-repeat left 52%;
    padding-left:24px;
    font-weight:bold;
}

.underflame #bcList li:before{
    content: " ";
    background: url(../images/base/bt_arrow.png) no-repeat left 50%;
    padding-right:15px;
}
.underflame #bcList li:first-child:before{
    content: none;
}



/* ----- Slick Scroll ----- */

.uparrow {
    background: url('../images/base/PageTopBlack_60x60_op80.png');
    cursor: pointer;
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 30px;
    right:30px;
    display:none;
	z-index:1000001;
}
