body {
	font-family: "Helvetica Neue",Arial,
	"Hiragino Kaku Gothic ProN","Hiragino Sans",
	"BIZ UDPGothic",Meiryo,sans-serif;
	background: rgb(255, 255, 255);
}
}@media screen and (min-width:600px) {
	body {
//	background: red;/*test*/
}
}@media screen and (min-width:1025px) {
	body {
//	background: blue;/*test*/
}
}

input {
	-webkit-appearance: none;
	appearance: none;
  }

h1 {
	font-size: 2.3rem;
	padding: 0.2%;
	color:rgb(70, 70, 70)
}

li {
	font-size: 0.8rem;
	font-weight: 200;
}

.triangle{
	margin-top: 25px;
	margin-right: 10px;
	width: 0;
	height: 5px;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #3f3f3f;
}

/*--------------ヘッダー-----------------*/
header {
	position: fixed;
	z-index: 10000;
	width: 100%;
	background:rgb(244, 244, 244);
}
.headerarea {
	z-index: 500;
	width: 100%;
	background: #FFF;
}
.headerarea.fixed {
	position: fixed;
	top: 0;
	z-index: 500;
}
.headerinner {
	display: flex;
	max-width: 1110px;
	height: 92px;
	margin: 0 auto;
//	background: red;/*test*/
}

.logo {
	max-width: 100px;
//	background-color: aqua;/*test*/
}
.logo img {
	width: 100%;
	margin-top: 20%;
//	background: #FFF;/*test*/
}
.headermenu {
	display: flex;
	justify-content: flex-end;
	width: 95%;
	height: 100%;
//	background: rgb(99, 99, 99);/*test*/
}

.headermenu ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 40%;
	height: 100%;
}
.headermenu li {
	display: flex;
	width: 30%;
//	height: 50%;/*test*/
}
.headermenu li:nth-child(2) {
	width: 23%;
}

.headermenu li:last-child {
	width: 17%;
//	background: rgb(3,32,32);/*test*/
}
.headermenu div {
	margin-top: 26px;
	margin-right: 10px;
	width: 0;
	height: 5px;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid rgb(108, 108, 108);
}
.headermenu a {
	text-align: start;
	width: 100%;
	color:rgb(70, 70, 70)
}
.headermenu a:hover {
	color: rgb(163, 163, 163);
}
/*----------------検索フォーム------------------*/
.search_container{
	box-sizing: border-box;
	position: relative;
	border: 1px solid #999;
	margin-top: 30px;
	padding: 3px 10px;
	height: 2.3em;
	width: 260px;
	overflow: hidden;
}
.search_container input[type="text"]{
	border: none;
	height: 2.0em;
}
.search_container input[type="text"]:focus {
	outline: 0;
}
.search_container input[type="submit"]{
	cursor: pointer;
	font-size: 1em;
	text-align: center;
	border: none;
	background: rgb(0, 131, 120);
	color: #e4e4e4;
	position: absolute;
	width: 60px;
	height: 45px;
	right: 0;
	top: -5px;
	outline : none;
}
/*----------------検索フォームここまで------------------*/
.linegreen {
	width: 100%;
	height: 8px;
	background: rgb(0, 131, 120);
}
.lineblue {
	width: 100%;
	height: 8px;
	background: rgb(0, 57, 131);
}
/*------------ナビゲーションここから--------------*/
.navarea {
	width: 100%;
	height: 50px;
	background: rgb(47, 47, 47);
}

.navinner {
	display: flex;
	justify-content: space-between;
	max-width: 1110px;
	height: 50px;
//	background: rgb(206, 255, 70);/*test*/
	margin: 0 auto;
}
/*------------運行状況--------------*/
.traininfoarea {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40%;
	height: 32px;
	align-self: center;
	background: rgb(255, 255, 255);
}
.traininfowrapper {
	display: flex;
	align-items: center;
	width: 99%;
	height: 85%;
//	background: rgb(236, 104, 104);/*test*/
}
.traininfowrapper a {
	font-size: 0.9rem;
	line-height: 1.8em;
	color: #FFF;
	font-weight: 500;
}
.taininfobtn {
	min-width: 85px;
	height: 100%;
	text-align: center;
	border-radius: 5px;
	background:rgb(0, 57, 131);
}
.taininfobtn:hover {
	background: rgb(0, 89, 205);
}
.traininfop {
	width: 100%;
	padding-left: 2%;
	font-size: 0.9rem;
	line-height: center;
}
.delaybtn {
	min-width: 100px;
	height: 100%;
	text-align: center;
	border-radius: 5px;
	color: #3f3f3f;
	background:rgb(163, 163, 163);
}
.delaybtn:hover {
	background: rgb(0, 122, 111);
}

.delaybtn a {
	color: #363636;
}
.infom {
	min-width: 20px;
	min-height: 20px;
	border-radius: 50%;
	margin-left: 1%;
	border: 4px solid rgb(0, 128, 100);
	background: rgb(255, 255, 255);
}

/*グローバルナビゲーション*/
.globalmenu {
	display: flex;
	width: 50%;
	height: 100%;
//	background: rgb(255, 100, 100);/*test*/
}
.globalmenu ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 100%;
//	background: aqua;/*test*/
}
.globalmenu li {
	justify-content: flex-end;
	width: justify;
	width: 100%;
	height: 30px;
	text-align: center;
	line-height: 2.2em;
	border-right: 2px solid rgba(255, 255, 255, 0.432);
//	background: rgb(59, 139, 28);/*test*/
}
.globalmenu li a {
	color: #FFF;
}
.globalmenu li a:hover {
	color: rgba(255, 255, 255, 0.293);
}

/*--------------メインビジョン-----------------*/
.vision {
	position: relative;
	top: 158px;
	width: 100%;
	height: 400px;
	background: url("../images/vis2.jpg");
	background-size: cover;
	background-position: center top;
}

.visionctrl {
	width: 100%;
	height: 40px;
	margin-bottom: 200px;
	background: rgb(47, 47, 47);
}

/*--------------コンテンツ-----------------*/
main {
	width: 100%;
	height: 100%;
//	background: rgb(209, 179, 168);/*test*/
}
.info {
	position: relative;
	background:rgb(244, 244, 244);
}
.infotitle {
	width: 100%;
	height: 250px;
	background: url("../images/infotitle.jpg");
	background-size: cover;
	position: absolute;
}
.infotitle h1 {
	margin-top: 60px;
	text-align: center;
}
.sectioninner {
	max-width: 1110px;
	margin: 0 auto;
	padding: 4% 0;
//	background:rgba(2, 136, 111, 0.478);/*test*/
}

.ssectioninner h1 {
	width: 20%;
	margin: 0  auto;
//	border-left: 5px solid rgb(0, 128, 100);
}
.infocontainer {
	position: relative;
	top: 50px;
	width: 100%;
	height: 100%;
	margin-top: 5%;
	margin-bottom: 8%;
}
/*--------------infotab--------------*/
.infotab {
	display: flex;
	width: 90%;
	height: 50px;
	margin: 0 auto;
}
/*-------------別ページ書き換え-------------*/

.news1 {
	width: 50%;
	height: 100%;
	background: rgb(0, 131, 120);
}
.anews {
	width: 100%;	
	height: 100%;
	text-align: center;
	line-height: 0.6em;
	display: inline-block;
	background: rgb(0, 131, 120);
}
.anews:hover {
	width: 100%;	
	height: 100%;
	background: rgb(0, 158, 145);
}
/*--------------infotab2--------------*/
.news2 {
	width: 50%;
	height: 100%;
	background: rgb(0, 131, 120);
}
/*-------------別ページ書き換え-------------*/

.anews2 {
	width: 100%;	
	height: 100%;
	text-align: center;
	line-height: 0.6em;
	display: inline-block;
	color: rgb(51, 51, 51);
	background: #FFF;
}

.anews2:hover {
	width: 100%;	
	height: 100%;
	background: rgb(32, 82, 192);
}

/*--------------infotab2--------------*/
.infomain {
	width: 90%;
	margin: 0 auto;
	padding: 2%;
	background: #FFF;

}

.infosub {
	display: flex;
	border-bottom: 2px solid rgb(241, 241, 241);
//	background: green;/*test*/
}
.infosub:last-child {
	border: none;
}

.infosub p,span,a {
	margin-right: 3%;
	padding: 23px 0;
	color: rgb(51, 51, 51);
}

/*-------------別ページ書き換え-------------*/
.infosub a:hover {
	color: rgb(32, 82, 192);
	font-weight: bold;
}

/*-------------infoバナー-------------*/
.infobanner {
	width: 70%;
	margin: 0 auto;
	background: rgb(63, 31, 31);/*test*/
}
.infobanner ul {
	max-width: 300px;
	max-height: 100px;
	background: yellowgreen;
}

.infobanner ul li {
	max-width: 300px;
	max-height: 100px;
	background-color: aqua;
}
/*info以外各セクション共通タイトル部分*/
.title {
	width: 100%;
	height: 200px;
	padding-top: 80px;/*sp対応の際要変更*/
	background: url("../images/contentbg0.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}
.title2 {
	width: 100%;
	height: 200px;
	padding-top: 80px;/*sp対応の際要変更*/
	background: url("../images/title2.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}
.title h1 {
	text-align: center;
}
.title2 h1 {
	text-align: center;
}
/*-------------life-------------*/

.life {
	width: 100%;
	margin-top: 300px;
	background:rgb(244, 244, 244);
}
.lifeinner {
	max-width: 1110px;
	margin: 0 auto;
	padding: 4% 0;
//	background:rgb(164, 188, 255);/*test*/
}

.life h2 {
	line-height: 2em;
	text-align: center;
	font-size: 2.5rem;
	color: #dedede;
}
.lifecontainer {
	display: flex;
	width: 100%;
	padding: 5% 0;
	justify-content: space-between;
//	background:rgb(39, 39, 39);/*test*/
}
.lifeitems {
	position: relative;
	display: flex;
	align-items: flex-end;
	min-width: 445px;
	min-height: 453px;
	overflow: hidden;
	border: 5px solid rgb(0, 57, 131);
}
.itemsimg {
	min-width: 445px;
	min-height: 453px;	
	background: url("../images/life1.jpg");
	background-size: cover;
}
.itemsimg2 {
	min-width: 445px;
	min-height: 453px;
	background: url("../images/life2.png");
	background-size: cover;
}
.itemsimg:hover {
	transform: scale(1.2);
	transition:1s all;
}
.itemsimg2:hover {
	transform: scale(1.2);
	transition:1s all;
}

.lifetitlebg {
	position: absolute;
	bottom: 0;
	left: 0;
	min-width: 445px;
	height: 20%;
	background: rgba(0, 0, 0, 0.651);
}
.lifeitems:last-child {
	border: 5px solid rgb(0, 128, 100);
}
/*lifebannerwrap*/
.lifebannerarea {
	width: 100%;
//	background: rgb(117, 20, 101);/*test*/
}
.lifebannerwrap {
	display: flex;
	justify-content: center;
	width: 100%;
	max-width: 1110px;
	margin: 0 auto;
//	background: rgb(255, 128, 0);/*test*/
}
.lifebanner1 {
	display: flex;
//	width: 100%;
	width: auto;
	height: 100%;
//	background: rgb(241, 74, 74);/*test*/
}
/*-----バナーレスポンシブのちに設定変更---------------*/
.banneritems {
	width: 320px;
	height: 100px;
	background: rgb(106, 110, 30);
}
.banneritems:last-child {
	width: 320px;
	height: 100px;
	margin-left: 20px;
	background: rgb(30, 81, 110);
}
.banneritems2 {
	width: 320px;
	height: 100px;
	margin-left: 20px;
	background: rgb(108, 144, 221);
}

.lifeimg {
	background: url("../images/life1.jpg");

}

/*groop*/
.group {
	width: 100%;
	margin-top: 300px;
	background: rgb(244, 244, 244);
//	background: url("../images/content1.png");
//	background-size: auto;
}

.sectioninner {
	max-width: 1110px;
	margin: 0 auto;
	padding: 4% 0;
//	background:rgb(192, 25, 25);/*test*/
}
.itemtitle {
	font-size: 2rem;
	font-weight: bold;
//	color: rgb(192, 25, 25);
}
.groupcontainer {
	width: 100%;
	padding: 5% 0;
//	background: rgb(31, 20, 100);/*test*/
}
.items1 {
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: flex-end;
	width: 100%;
	height: 350px;
	margin-bottom: 200px;
	background: rgb(255, 187, 0);
}
.items1btn {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
    display: block;
	-webkit-transition: 1s ease-in-out;
	transition: 1s ease-in-out;
}
.items1btn:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.items1btn:hover:nth-of-type(2) {
	opacity: 0;ß
}
.itmetitle {

	width: 45%;
	height: auto;
	text-align: center;
	background: rgba(0, 0, 0, 0.24);
}

.items2 {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	height: 350px;
	background: rgb(159, 58, 173);
}

.itmetitle {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 45%;
	height: auto;
	background: rgba(0, 0, 0, 0.24);
}
.groupcontainer h2 a {
	display: block;
	width: 100%;
	font-size: 2rem;
	color: #FFF;
	font-weight: bold;
//	background: rgb(155, 88, 88);
}
.bannerarea {
	width: 100%;
	background: rgba(0, 0, 0, 0.189);
}


/*test*/
.btnitems1:first-child {
	margin-bottom: 100px;
}
.btnitems1 {
	position: relative;
	width: 1110px;
	height: 400px;
	margin: 0 auto;
	display: block;
	border-radius: 12px;
	overflow: hidden;
	cursor: pointer;
  -webkit-transition: .6s cubic-bezier(0.34, 1.56, 0.64, 1);
	transition: .6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.btnitems1 img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
    display: block;
	-webkit-transition: 1s ease-in-out;
	transition: 1s ease-in-out;
}
.btnitems1:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.btnitems1:hover img:nth-of-type(2) {
  opacity: 0;
}
/*---------バナーエリア--------*/
.bannerinner {
	display: flex;
	max-width: 1110px;
	margin: 0 auto;
	padding: 2%;
//	background: rgba(58, 58, 58, 0.189);/*test*/
	justify-content: space-around;
}

.item {
	width: 320px;
	height: 100px;
	background: url(../images/b1.jpg);
	background-size: contain;
//	background: rgb(47, 47, 47);
}
.item:nth-child(2) {
	background: url(../images/b2.jpg);
	background-size: contain;
}
.item:last-child {
	background: url(../images/b3.jpg);
	background-size: contain;
}

.bannerarea {
	width: 100%;
	background: rgba(0, 0, 0, 0.189);
}
/*---------footer前バナーエリア--------*/
.brarea {
	width: 100%;
	padding: 2%;
	background: rgba(0, 93, 215, 0.15);
}
.bannerbg {
	display: flex;
	justify-content: space-around;
	width: 90%;
	margin: 0 auto;
}
.britem a img {
	width: 320px;
	height: 100px;
}

/*--------------フッターエリア------------------*/
footer {
	background: rgb(47, 47, 47);
}
.footer {
	width: 100%;
	background: rgb(47, 47, 47);
}
footer h1 {
	padding-bottom: 10px;
	font-size: 1rem;
	font-weight: bold;
	color: #FFF;
	border-bottom: 2px solid rgb(0, 93, 215);
}

footer h2 {
	font-size: 0.9rem;
	color: #FFF;
}
footer a {
	color: #FFF;
}
.footerinner {
	justify-content: space-between;
	max-width: 1110px;
	margin: 0 auto;
	padding-top: 4%;
//	background: rgb(100, 20, 41);/*test*/
}
/*-----------------footer1---------------------*/
.footer1 {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 250px;
//	background: rgb(159, 135, 141)/*test*/
}

.footerapp {
	width: 32%;
//	background: rgb(189, 151, 220);/*test*/
}
.footerp {
	display: flex;
	padding: 20px 0;
}
.footerp p {
	padding: 0 4%;
	letter-spacing: 0.1em;
	line-height:1rem;
	font-size: 0.8rem;
	color: #FFF;
}
.appicon {
	min-width: 80px;
	min-height: 80px;
	border-radius: 20px;
	background: #FFF;
	background-image: url("../images/seasidelinelogo.png");
	background-size: cover;
}

.footerbtn {
	display: flex;
	justify-content: space-between;
//	background: cornflowerblue;/*test*/
}
.appbtn {
	min-width: 170px;
	min-height: 50px;
	background-image: url("../images/gpdlimg.png");
	background-size: cover;
}
.appbtn:first-child {
	background-image: url("../images/asdlimg.png");
}
/*------------appエリアここまで--------------*/
.footersns {
	width: 65%;
//	background: rgb(154, 76, 218);
}

.footersns a:hover {
	color: rgba(255, 255, 255, 0.293);
}

.footersnswrap1 {
	width: 100%;
	padding: 10px 0;
}
.footersnswrap2 {
	display: flex;
	width: 100%;
}

.snswrap {
	display: flex;
	width: 100%;
	display: flex;
}
.snswrap:last-child {
	margin-top: 10px;
}
.snsitem {
	display: flex;
	width: 50%;
//	background: cornflowerblue;/*test*/
}
.snsitem h2 {
	width: 100%;
	padding-left: 5%;
	align-self: center;
	color: #FFF;
}
.snsicon {
	min-width: 64px;
	min-height: 64px;
	border: 1px solid #FFF;
	border-radius: 10px;
	background: url("../images/twitter_alt.svg");
	background-position: center;
	background-size:  90%;
	background-repeat: no-repeat;	
}
.snsicon2 {
	background: url("../images/facebook.svg");
	background-position: center;
	background-size:  80%;
	background-repeat: no-repeat;	
}
.snsicon3 {
	background: url("../images/instagram.svg");
	background-position: center;
	background-size:  75%;
	background-repeat: no-repeat;
}
.snsicon4 {
	background: url("../images/youtube_alt.svg");
	background-position: center;
	background-size:  80%;
	background-repeat: no-repeat;
}


/*----------------footer2---------------------*/

.footer2 {
	display: flex;
	justify-content: space-around;
	width: 100%;
	padding-bottom: 20px;
	line-height: 1.3em;;
	border-top: 2px solid rgb(0, 93, 215);
//	background:rgb(0, 131, 120);/*test*/
}
.footer2 a {
	font-size: 0.9rem;
}
.footer2 a:hover {
	color: rgba(255, 255, 255, 0.293);
}
.footernav1 {
	width: 20%;
	height: auto;
	margin-top: 20px;
//	background:rgb(0, 57, 131)/*test*/
}
.footernav2 {
	width: 20%;
	height: 50%;
	margin-top: 20px;
//	background: brown;/*test*/
}

/*---------foootersub-------*/
.footer2sub {
	width: 100%;
	margin-top: 10px;
	text-align: center;
}
.footer2sub a {
	font-size: 0.7rem;
	font-weight: 300;
}
.footer2sub a:hover {
	color: rgba(255, 255, 255, 0.293);
}
/*--------copyright-------*/
.copyright {
	font-size: 0.8rem;
	text-align: end;
	color: #FFF;
	padding: 1%;
}




.test {
	color: yellow;
  }@media screen and (min-width:600px) {
	.test {
	  color: black;
	}
  }@media screen and (min-width:1025px) {
	.test {
	  color: pink;
	}
  }





  /** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
	position: relative;
	margin-bottom: 60px;
	padding: 0;
	*zoom: 1;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
  }
  .bx-wrapper img {
	max-width: 100%;
	display: block;
  }
  .bxslider {
	margin: 0;
	padding: 0;
  }
  ul.bxslider {
	list-style: none;
  }
  .bx-viewport {
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
  }
  /** THEME
  ===================================*/
  .bx-wrapper {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
//	box-shadow: 0 0 5px #ccc;
//	border: 5px solid #fff;
//	background: #fff;

  }
  .bx-wrapper .bx-pager,
  .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
  }
  /* LOADER */
  .bx-wrapper .bx-loading {
	min-height: 50px;
	background: url('../images/bx_loader.gif') center center no-repeat #ffffff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
  }
  /* PAGER */
  .bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
  }
  .bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width:7px;
	height: 5px;
	margin: 0 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,
  .bx-wrapper .bx-pager.bx-default-pager a:focus {
	background: #000;
  }
  .bx-wrapper .bx-pager-item,
  .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	vertical-align: bottom;
	*zoom: 1;
	*display: inline;
  }
  .bx-wrapper .bx-pager-item {
	font-size: 0;
	line-height: 0;
  }
  /* DIRECTION CONTROLS (NEXT / PREV) */
  .bx-wrapper .bx-prev {
	left: 10px;
	background: url('../images/controls.png') no-repeat 0 -32px;
  }
  .bx-wrapper .bx-prev:hover,
  .bx-wrapper .bx-prev:focus {
	background-position: 0 0;
  }
  .bx-wrapper .bx-next {
	right: 10px;
	background: url('../images/controls.png') no-repeat -43px -32px;
  }
  .bx-wrapper .bx-next:hover,
  .bx-wrapper .bx-next:focus {
	background-position: -43px 0;

  }
  .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
  }
  .bx-wrapper .bx-controls-direction a.disabled {
	display: none;
  }
  /* AUTO CONTROLS (START / STOP) */
  .bx-wrapper .bx-controls-auto {
	text-align: center;
  }
  .bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url('../images/controls.png') -86px -11px no-repeat;
	margin: 0 3px;
  }
  .bx-wrapper .bx-controls-auto .bx-start:hover,
  .bx-wrapper .bx-controls-auto .bx-start.active,
  .bx-wrapper .bx-controls-auto .bx-start:focus {
	background-position: -86px 0;
  }
  .bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url('../images/controls.png') -86px -44px no-repeat;
	margin: 0 3px;
  }
  .bx-wrapper .bx-controls-auto .bx-stop:hover,
  .bx-wrapper .bx-controls-auto .bx-stop.active,
  .bx-wrapper .bx-controls-auto .bx-stop:focus {
	background-position: -86px -33px;
  }
  /* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
  .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
  }
  .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
  }
  /* IMAGE CAPTIONS */
  .bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
  }
  .bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
  }
  