/*  Typo
----------------------------------------------- */

*{
    padding:0;
    margin:0;
}

.hr{margin:20px 0;}

a:link, a:visited
{
    text-decoration: underline;
    color:#EC4413;
}
a:active { text-decoration: underline; }
a:hover { text-decoration:none; }

a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
a img{border:0px;}




h2.conTitle, h2.conTitle2{
    font-size:20px;
    color:#252525;
    line-height:1.5em;
    margin-top:5px;
}
h2.conTitle span{
    font-size:9px;
    font-weight:normal;
}

h2.conTitle2{float:left; margin-right:8px; margin-bottom:5px;}
.conTitle2-rub{
    font-size:9px;
    margin:5px 0 0 0px;
    line-height:1.5em;
}



img.last{margin-right:0 !important;}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/*  ファイルダウンロード
----------------------------------------------- */
.cc-m-download-file-link {
    clear:both;
    margin:20px 0 0 -60px !important;
    padding:0 !important;
}
.cc-m-download-file-link a{
    display:block;
    width:177px;
    height:52px;
    text-indent:-100%;
    background:url(https://u.jimcdn.com/cms/o/sd63772815121e975/userlayout/img/dl-bt.jpg?t=1500941681)no-repeat;
}


/*  Layout
----------------------------------------------- */

body {
    background: #F1F1F1;
    -webkit-font-smoothing: antialiased;
  min-width: 1200px; 
}

.topcontents{display:none;}
.mb{display:none;}

/*  table
----------------------------------------------- */

.type1, .type1-2{
    border-collapse: collapse;
    width:100%;
    line-height: 1.5;
    font-size:14px;
}
.type1 th, .type1-2 th {
    width: 25%;
    padding: 10px;
    font-weight: normal;
    vertical-align: middle;
    border: 1px solid #888;
    background:#0A59BD;
    color:#FFF;
    text-align: center;
}
.type1 td, .type1-2 td {
    padding: 10px 20px;
    vertical-align: middle;
    border: 1px solid #888;
    text-align: left;
}
.type1-2 td {background:#FFF;}


/*  会員-------- */

.type2, .type2-2 {
    width:100%;
    border-collapse: collapse;
    text-align: left;
    line-height: 1.5;
    border: 1px solid #888;
}
.type2 thead, .type2-2 thead {
    border-right: 1px solid #888;
    border-left: 1px solid #888;
    background: #0A59BD;
}
.type2 thead th, .type2-2 thead th {
    padding: 10px;
    font-weight: bold;
    vertical-align: top;
    color: #fff;
    text-align:center;
}

.type2 thead th.name, .type2-2 thead th.name {
    border-right: 1px solid #888;
    width:30%;
}
.type2 thead th.post, .type2-2 thead th.post {
    border-right: 1px solid #888;
    width:55%;
}

.type2 td, .type2-2 td {
    padding: 10px;
    vertical-align: top;
    border-bottom: 1px solid #888;
    border-left: 1px solid #888;
}

.type2-2 thead {
    border-right: 1px solid #888;
    border-left: 1px solid #888;
    background: #FF5C26;
}


/*  blog
----------------------------------------------- */
.blogCatch{
    font-size:20px;
    color:#008C00;
    border-bottom:1px dashed #777777;
    margin-bottom:15px;
    padding-bottom:5px;
}

.pager_navi {
    margin:30px 0 0;
    color:#FFF;
    text-align:center;

}

.pager_navi a{

    background:#9797A6;
    padding:10px 14px;
    color:#FFF !important;
    margin: 0;
    text-decoration:none !important;
}

.pager_navi a:hover{
    background:#0A5ABD;
    color:#FFF;
}
.pager_navi:after {
  content: "";
  clear: both;
  display: block;
}


/*  arrow
----------------------------------------------- */
.arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.atype1::before{
    top:-2px;
    left: 2px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #252525;
    border-right: 2px solid #252525;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.atype2::before{
    top:-2px;
    left: 2px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.atype3::before{
    top:-2px;
    left: 2px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #1569D0;
    border-right: 2px solid #1569D0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


.btype1::before{
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    border: 1px solid #0A59BD;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.btype1::after{
    left: 3px;
    width: 3px;
    height: 3px;
    border-top: 1px solid #0A59BD;
    border-right: 1px solid #0A59BD;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btype2{padding: 0 0 0 35px;}
.btype2::before{
    box-sizing: border-box;
    width: 26px;
    height: 26px;
    border: 2px solid #FFF;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.btype2::after{
    left: 6px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}




/*  header
----------------------------------------------- */
#header-lan, #headerNav, #sidebar, #content, #bread, #FTlink{
    width:1200px;
    margin:0 auto;
}
#header-lan{
    height:30px;
    padding-top:10px;
    text-align:right;
}
#header-lan p{
    color:#0A59BD;
    font-size:15px;
}
#header-lan p a{
    color:#0A59BD;
}
#header{
    width:100%;
    background:url(https://u.jimcdn.com/cms/o/sd63772815121e975/userlayout/img/header-bg.jpg?t=1500941792);
    height:143px;
    padding-top:10px;
}
#headerNav {
    position:relative;
}

.catch{
    position:absolute;
    font-size:16px;
    color:#FFF;
    top:25px;
    left:60px;
}
.catch span{
    font-size:11px;
    margin-right:15px;
}


#headerNav h1{
    float:left;
    width:330px;
    font-size:43px;
    margin-left:10px;
    margin-top:45px;
}
#headerNav h1 a{
    color:#FFF;
    text-decoration:none;
}


#headerNav #nav{
    float:left;
    width:860px;
    height:120px;

}

#headerNav #nav li{
    float:left;
    height:120px;
    border-left: 1px solid #76A4DD;
    list-style:none;
}
li.navsize a{
    width:149px;
    height:120px;
    display:block;
}

li.nav1 a{
    background: url(https://u.jimcdn.com/cms/o/sd63772815121e975/userlayout/img/nav1-on.png?t=1500941882)no-repeat;
}
li.nav2 a{
    background: url(https://u.jimcdn.com/cms/o/sd63772815121e975/userlayout/img/nav2-on.png?t=1500941896)no-repeat;
}
li.nav3 a{
    background: url(https://u.jimcdn.com/cms/o/sd63772815121e975/userlayout/img/nav3-on.png?t=1500941912)no-repeat;
}
li.nav4 a{
    background: url(https://u.jimcdn.com/cms/o/sd63772815121e975/userlayout/img/nav4-on.png?t=1500941927)no-repeat;
}

#nav li a:hover img {
    visibility: hidden;
}


li.nav1 {
    position:relative;
}

.nav1 ul.navChild{
    background:url(https://u.jimcdn.com/cms/o/sd63772815121e975/userlayout/img/navchild-bg.png?t=1500941936)no-repeat;
    width:720px;
    height:65px;
    position:absolute;    
    z-index:999;
    display:none;
    margin:0;
}
.nav1 ul.navChild li{
    display:inline-block;
    border:none !important;
    text-align:center;
}
.nav1 ul.navChild li a{
    width:120px;
    height:35px;
    padding-top:30px;
    display:block;
    font-size:20px;
    color:#0E5DBB;
    text-decoration:none;
    background:none;
}
.nav1 ul.navChild li a:hover{
    color:#FFF;
}

/* ----------------- fixed-nav ----------------- */
#fixed-nav {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color:#0A5ABD;  
    box-shadow: 3px 3px 3px rgba(0,0,0,0.5); /* 影 */
    z-index:9999 !important;
}
#fixed-nav ul{
    width:1200px;
    height:50px;
    padding-top:15px;
    margin:0 auto;
    z-index:9999;
}
#fixed-nav ul li{
    display:inline-block;
    float:left;
    text-align:center;
    font-size:16px;
    font-weight:normal;
    padding: 0px;
    width:198px;
    height:30px;
    border-right: 1px solid #FFF;
    line-height:30px;
}
#fixed-nav ul li.first{
    border-left: 1px solid #FFF;
}

li.fixedSub {
    position:relative;
}
#fixed-nav ul li a{
    text-decoration: none;
    color:#FFF;
    display: block;
    transition: color 0.3s ease 0;
}
#fixed-nav ul li a:hover{
    text-decoration: none;
    color:#E6B422;
}


.fixedSub ul.fixedChild{
    background:url(https://u.jimcdn.com/cms/o/sd63772815121e975/userlayout/img/navchild-bg.png?t=1500941936)no-repeat;
    width:720px;
    height:65px;
    position:absolute;    
    z-index:999;
    display:none;
    margin:0;
}
.fixedSub ul.fixedChild li{
    display:inline-block;
    width:120px !important;
    border:none !important;
    text-align:center;

}
.fixedSub ul.fixedChild li a{
    width:120px;
    height:35px;
    padding-top:10px;
    display:block;
    font-size:16px;
    color:#0A5ABD !important;
    text-decoration:none;
    background:none;
}
.fixedSub ul.fixedChild li a:hover{
    color:#FFF !important;
}

/*  subBox
----------------------------------------------- */
.subBox {
    display:none;
    width:100%;
    height: 0;
    padding-top: calc(223 / 1600 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
    position:relative;
    background-position: center;
}
.subBox h2{
    font-size:58px;
    color:#FFF;
    text-align:center;
    letter-spacing:0.1em;
    text-shadow: 5px 5px 10px rgba(0,0,0,1),
                 -5px 5px 10px rgba(0,0,0,1),
                 5px -5px 10px rgba(0,0,0,1),
                 -5px -5px 10px rgba(0,0,0,1);
    position:absolute;
    top: 40%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.sub1-1{background:url(https://u.jimcdn.com/cms/o/sd63772815121e975/userlayout/img/sub1-1.jpg?t=1500942068)center center / cover no-repeat;}
.sub1-2{background:url(https://u.jimcdn.com/cms/o/sd63772815121e975/userlayout/img/sub1-2.jpg?t=1500942075)center center / cover no-repeat;}
.sub1-3{background:url(https://u.jimcdn.com/cms/o/sd63772815121e975/userlayout/img/sub1-3.jpg?t=1500942082)center center / cover no-repeat;}
.sub1-4{background:url(https://u.jimcdn.com/cms/o/sd63772815121e975/userlayout/img/sub1-4.jpg?t=1500942088)center center / cover no-repeat;}
.sub1-5{background:url(https://u.jimcdn.com/cms/o/sd63772815121e975/userlayout/img/sub1-5.jpg?t=1500942096)center center / cover no-repeat;}
.sub1-6{background:url(https://u.jimcdn.com/cms/o/sd63772815121e975/userlayout/img/sub1-6.jpg?t=1500942103)center center / cover no-repeat;}
.sub2{background:url(https://u.jimcdn.com/cms/o/sd63772815121e975/userlayout/img/sub2.jpg?t=1500942111)center center / cover no-repeat;}

.sub1, .sub3, .sub4-1, .sub4-2, .sub4-3, .sub5, .sub6, .sub7, .sub8, .sub10,
.sub11, .sub12, .sub13, .sub14{background:url(https://u.jimcdn.com/cms/o/sd63772815121e975/userlayout/img/sub4.jpg?t=1500942122)center center / cover no-repeat;}


/*  bread
----------------------------------------------- */

#breadBox{
    background:#FFF;
}

.breadList {
    display:none;
}
#bread p{
   font-size:13px;
   padding:10px 0px;
}
#bread a{
   color:#545454;
}
#bread span{
   color:#0A59BD;
}

/*  content
----------------------------------------------- */
#contentBox{
    width:1200px;
    margin:50px auto 0;
}

#content{
    width:1200px;

}
#tw{
    float:right;
    width:569px;
    height:660px;
    margin:20px 0 40px;
    padding:0;
}

.news{
    height:67px;
    background:url(https://u.jimcdn.com/cms/o/sd63772815121e975/userlayout/img/news-icon.jpg?t=1500941948) no-repeat;
    font-size:44px;
    padding: 20px 0 0 70px;
    margin-bottom:20px;
}
.news span{
    font-size:17px;
    margin: 0 0 0 15px;
    position:relative;
    top:-6px;
}


/*  Googleマップ 
----------------------------------------------- */
#mapjump {
   margin-top:-80px;
  padding-top:80px;
}

#mapcanvas {
    width:1200px;
    height:500px;
    margin:50px 0 30px;
}
#Topmapcanvas {
    width:568px;
    height:329px;
    margin-bottom:38px;
}
.mappoint{
   font-size:16px;
}

/*  観光案内所 
----------------------------------------------- */
.annai p{
    font-size:16px;
    border-bottom: 1px dotted #777777;
    margin-bottom:15px;
    padding-bottom:5px;
}
.hanbai{
    margin:15px 0 60px 0;
}
.hanbai p{
    font-size:20px;
    line-height:1.5em;
}
.hanbai .price{
    font-size:16px;
    margin-top:5px;
}
.hanbai .price span{
    display:inline-block;
    font-size:13px;
    color:#FFF;
    background:#D90000;
    padding:0px 15px;
    margin: -10px 20px 0 0;
}


/*  観光リンク
----------------------------------------------- */
.kankouTime{
    width:264px;
    background:#FF8000;
    padding:4px 0px;
    margin:30px auto 10px;
}
.kankouTime p{
    font-size:20px;
    color:#FFF;
    text-align:center;
}

/*  スポット紹介
----------------------------------------------- */


.ad p{
    border-bottom:1px solid #CCC;
    padding:3px 0;
}
.ad p:first-child{
    border-top:1px solid #CCC;
}
.ad img {
    display:inline-block;
    margin:15px 20px 0 0;
}
.ad{margin-top:5px;}



/*  conPager
----------------------------------------------- */
.conPager {
    margin-top:50px;
    /* border: 1px solid #999; */
text-align: center;
}
.conPager ul{
    list-style: none;
}
 
.conPager ul li{
    display: inline-block;
}

.conPager ul li span,
.conPager ul li a{
    display:block;
    color:#FFF;
    padding: 8px 10px;
    margin: 0 2px;
}

.conPager ul li a{
    background:#9797A6;
    text-decoration:none;
}
.conPager ul li span, .conPager ul li a:hover{
    background:#0A5ABD;
}

/*  アクセス
----------------------------------------------- */

.ac-annai{
    width:253px;
    background:#1569D0;
}

.ac-annai p{
    font-size:24px;
    color:#FFF;
    line-height:1.5em;
    text-align:center;
}
.ac-link p{
    float:left;
    margin-right:15px;
    font-size:13px;
    color:#133F72;
    background:#FFF;
    width:120px;
    text-align:center;
    border: 1px solid #0F5EBC;
}
.ac-link ul{margin:0;}
.ac-link li{margin:2px 5px 0 0;}


/*  event
----------------------------------------------- */
#eventBox{
    width:100%;
    height:558px;
    padding-top:20px;
    background:url(https://u.jimcdn.com/cms/o/sd63772815121e975/userlayout/img/event-bg.jpg?t=1500941693);
}

#event{
    width:1200px;
    margin:0px auto 0;
}

.eventImg img{
    float:left;
    width:296px;
    height:240px;
    margin-right:5px;
}

.event-bt{
    width:550px;
    height:52px;
    margin:40px auto 0;
}
.event-bt img{
    display:inline-block;
    margin-right:30px;
}

/*  PUmap
----------------------------------------------- */

#PUmap{
    width:1200px;
    height:633px;
    margin:0px auto 0;
    padding-top:30px;
}

#PU, #Tmap{
    width:569px;
    height:613px;
    float:left;
}
#PU, .tL{
    float:left;
    margin-right:18px;
}

.PUmap-title{
    margin-bottom:30px;
}


#PU p{
    font-size:13px;
    line-height:1.8em;
    margin:10px 0;
}
#PU p span{
    font-size:16px;
    font-weight:bold;
    margin-right:20px;
}

.PUmap-bt img{
    display:inline-block;
    margin-right:30px;
}



/*  subNav
----------------------------------------------- */

#subNav{
   background:#FFF;
    margin:70px auto 0;
}
#subNav p{
   text-align:center;
   font-size:13px;
   padding:10px 0px;
}
#subNav a{
   color:#545454;
}


/*  footer
----------------------------------------------- */

#footerBox{
    width:100%;
    margin:0;
}

#FTlinkBox{
    height:170px;
    background:#DDD;
    padding-top:50px;
}
#FTlink img{
    float:left;
    margin-right:24px;
}

#sidebar{
    width:1200px;
    margin:0 auto;
    padding:20px 0px;
}




#footer{
    clear:both;
    min-height:350px;
    height:auto;
    background:#0A5ABD;

}
#footerCon{
    width:1200px;
    min-height:250px;
    height:auto;
    margin:0 auto 0px;
    padding-top:30px;
}

#footerCon p{
    color:#FFF;
    font-size:15px;
    font-weight:normal !important;
}


/*  footerL
----------------------------------------------- */
#footerL{
    width:539px;
    height:250px;
    float:left;
    margin-right:30px;
    padding-left:30px;
}

#footerL p{
    color:#FFF;
    font-size:18px;
    line-height:1.5em;
}

#footerL p.Ftitle{
    font-size:30px;
    margin-bottom:15px;
    letter-spacing:0.1em;
}
#footerL p.Ftitle span{
    font-size:18px;
    margin-right:10px;
    letter-spacing:0em;
}


#footerL p.Fnum span{
    font-size:31px;
    margin-left:10px;
}

#footerL img{
    display:inline-block;
    margin-right:30px;
    margin-top:10px;
}


/*  footerR
----------------------------------------------- */
#footerR{
    width:600px;
    min-height:250px;
    height:auto;
    float:left;
}
#footerR .Flan{
    font-size:21px;
}
#footerR .Flan-menu{
    padding-left:40px;
    margin-bottom:35px;
}
#footerR .Flan-menu a{
    color:#FFF;
}

#navigation{
    width:600px;
}


#FTsitemap{margin-left:15px; line-height:1.2em;}
#FTsitemap a{
    color:#FFF;
    font-size:12px;
}
#FTsitemap ul{margin:0;}
#FTsitemap li{margin:5px 5px 0 0;}

#FTsitemap .FTmokuteki{
    width:155px;
    float:left;
    margin-right:170px;
}

#FTsitemap .FTkankou{
    width:70px;
    float:left;
    margin-right:30px;
}
#FTsitemap .FTkaiin{
    width:150px;
    float:left;
}

.copy{
    font-size:12px;
    color:#FFF;
    text-align:center;
}

#footerCon .gutter 
{
    height:20px;
    padding:20px 0 0 0;
}

/*  Navigation
----------------------------------------------- */

ul.mainNav1,
ul.mainNav2
{
    margin:0;
    padding: 0;
}


ul.mainNav1 li,
ul.mainNav2 li
{
    display: inline;
    float:left;
    margin-right: 20px;	
    padding: 0;
}


ul.mainNav1 li a,
ul.mainNav2 li a
{
    text-decoration: none;
    color:#FFF;
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    vertical-align: middle;
    font-size: 12px;
}

ul.mainNav1 li a::before,
ul.mainNav1 li a::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

ul.mainNav1 li a::before{
    width: 16px;
    height: 16px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #FFF;
}
ul.mainNav1 li a::after{
    left: 4px;
    width: 5px;
    height: 5px;
    border-top: 2px solid #0A5ABD;
    border-right: 2px solid #0A5ABD;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

ul.mainNav1 li a { padding:4px 4px 4px 20px; }
ul.mainNav2 li a { padding:4px 4px 4px 20px; }
ul.mainNav3 li a { padding:4px 4px 4px 24px; }


ul.mainNav1 a:hover{
    color:#E6B422;
}

ul.mainNav1 a.current { font-weight:bold; }


/*  wideslider
----------------------------------------------- */

.wideslider {
    width: 100%;
    height: 400px;
    text-align: left;
    position: relative;
    overflow: hidden;
    margin-top:10px;
}
 
.wideslider ul,
.wideslider ul li {
    float: left;
    display: inline;
    overflow: hidden;
    padding:0;
    margin:0;
}
 
.wideslider_base {
    top: 0;
    position: absolute;
}
.wideslider_wrap {
    top: 0;
    position: absolute;
    overflow: hidden;
 
}
.slider_prev,
.slider_next {
    top: 0;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    cursor: pointer;
}
.slider_prev {background: #fff url(https://u.jimcdn.com/cms/o/sd63772815121e975/userlayout/img/prev.jpg?t=1500941986) no-repeat right center;}
.slider_next {background: #fff url(https://u.jimcdn.com/cms/o/sd63772815121e975/userlayout/img/next.jpg?t=1500941957) no-repeat left center;}
 
.pagination {
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 15px;
    text-align: center;
    position: absolute;
    z-index: 200;
    display:none;
}
 
.pagination a {
    margin: 0 5px;
    width: 15px;
    height: 15px;
    display: inline-block;
    overflow: hidden;
    background: #333;
}
.pagination a.active {
    filter:alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}



/* bxslider
----------------------------------------------- */
/** RESET AND LAYOUT
===================================*/
#carousel{
    width:100%;
    height:240px;
    padding-top:10px;
    position:relative;
    display:none;
}
.bxslider{padding:0; margin:0 auto; width:1200px; clear:both;}

.bx-wrapper {
    width:1200px;
    position: relative;
    margin: 0 auto 0px !important;;
    padding-left: 0px !important;;
    *zoom: 1;
    box-shadow: none !important;
    border: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    background:transparent !important;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
    padding:0;
    margin:0;
}
.bx-wrapper img:hover{
    filter:alpha(opacity=80);
    opacity:0.8;
}
/** THEME
===================================*/


.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}


/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #DDD !important;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #DDD !important;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0px 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #666 !important;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	position: relative;
	z-index: 1;
	left: -65px !important;
	background: url(https://u.jimcdn.com/cms/o/sd63772815121e975/userlayout/img/bx-left.png?t=1513149145) no-repeat !important;

}

.bx-wrapper .bx-next {
	position: relative;
	z-index: 1;
	right: -76px !important;
	background: url(https://u.jimcdn.com/cms/o/sd63772815121e975/userlayout/img/bx-right.png?t=1513149140) no-repeat !important;
}

.bx-wrapper .bx-prev:hover {
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.bx-wrapper .bx-next:hover {
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
.bx-wrapper .bx-controls-direction a {
	width: 53px !important;
	height: 53px !important;
	z-index: 1;
}


.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
} 
/* =======================================
    ClearFixElements
======================================= */
.wideslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
.wideslider ul {
    display: inline-block;
    overflow: hidden;
}