@charset "UTF-8";

/*Layout*/

@media screen and (min-width:768px){
	#vector4 nav .iconPtoducts{
		text-indent: 21px;
		background: url(/common/images/vector4/icon_products.png) no-repeat 9px center;
		background-size: 18px;
		white-space: nowrap;
	}
	.fw .findTireBox .navTire .btnBox a{
		max-width: 25%;
	}
}
@media screen and (min-width:1101px){
	#vector4 nav .iconPtoducts{
		background-position: 18px center;
	}
}

.spbr{
	display: none;
}
@media screen and (min-width:769px) and (max-width:1024px){
	.spbr{
		display: inline;
	}
}
@media screen and (min-width:1px) and (max-width:480px){
	.spbr{
		display: inline;
	}
}
#vector4 section{
	max-width: 1180px;
	margin: 20px auto;
}
#vector4 section.hero{
	margin: 0;
	max-width: 10000px;
}
#usrVoice section.catch,
#interview section.catch,
#report section.catch{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
	display: flex;
	margin-bottom: 40px;
	background: #fff url(/common/images/vector4/catch_bg.gif) no-repeat right bottom;
	background-size: contain;
}
#interview section.catch
#report section.catch{
	background: #fff;
}
#usrVoice section.catch .img{
	-webkit-flex: 1;
	flex: 1;
	background: url(/common/images/vector4/voice_catch.jpg) no-repeat center top;
	background-size: cover;
}
#interview section.catch .img{
	-webkit-flex: 1;
	flex: 1;
	background: url(/common/images/vector4/interview_catch.jpg) no-repeat center top;
	background-size: cover;
}
#report section.catch .img{
	-webkit-flex: 1;
	flex: 1;
	background: url(/common/images/vector4/ski_catch.jpg) no-repeat center top;
	background-size: cover;
}
#usrVoice section.catch .txt,
#interview section.catch .txt,
#report section.catch .txt{
	width: 590px;
	min-height: 520px;
	padding: 25px 6% 25px;
}
#interview section.catch .txt{
	min-height: 450px;
}
#usrVoice section.catch h2,
#interview section.catch h2,
#report section.catch h2{
	font-size: 36px;
	text-align: left;
	padding-bottom: 20px;
	padding-top: 30px;
}
#interview section.catch h2{
	margin-bottom: 30px;
	font-size: 32px;
}
#usrVoice section.catch h3,
#interview section.catch h3,
#report section.catch h3{
	font-size: 24px;
	color: #004c93;
	text-align: left;
	padding: 16px 0;
}
#interview section.catch h3{
	padding: 30px 0;
}
#interview section.catch p.name{
	font-size: 120%;
	padding-bottom: 10px;
}
#usrVoice section.catch p{
	padding: 0;
}
#report section.catch ul{
	padding: 20px 0 0;
}
#report section.catch ul li{
	color: #004c93;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 0.4em;
}
@media screen and (max-width:1100px){
	#usrVoice section.catch .txt,
	#interview section.catch .txt,
	#report section.catch .txt{
		width: 60%;
		padding: 25px 6% 25px;
	}
}
@media screen and (max-width:767px){
	#usrVoice section.catch,
	#interview section.catch,
	#report section.catch{
		flex-direction: column;
		background: #fff;
	}
	#vector4 section.catch .img,
	#vector4 section.catch .txt{
		width: 100%;
		height: auto;
		min-height: 1px;
	}
	#interview section.catch .txt{
		padding-bottom: 60px;
	}
	#usrVoice section.catch .img,
	#interview section.catch .img{
		padding: 0 0 66.6%;
		order: 2;
	}
	#interview section.catch .txt hr,
	#interview section.catch .img,
	#usrVoice section.catch .img{
		display: none;
	}
	#report section.catch .img{
		padding: 0 0 100%;
		order: 2;
	}
	#usrVoice section.catch .txt,
	#interview section.catch .txt,
	#report section.catch .txt{
		padding: 24px;
	}
	#usrVoice section.catch h2,
	#interview section.catch h2,
	#report section.catch h2{
		font-size: 4.4vw;
	}
	#usrVoice section.catch h3,
	#interview section.catch h3,
	#report section.catch h3{
		font-size: 2.7vw;
	}
	#interview section.catch h3{
		padding-top: 0;
	}
	#usrVoice section.catch .img{
		background-position: center 30%;
	}
	
	#usrVoice section.catch .txt h2.ttlBasic:after,
	#interview section.catch .txt h2.ttlBasic:after{
		content: "";
		display: block;
		width: 100%;
		background: url(/common/images/vector4/voice_catch.jpg) no-repeat center top;
		background-size: cover;
		padding: 0 0 66.6%;
		margin: 10px 0;
	}
	#interview section.catch .txt h2.ttlBasic{
		margin-bottom: 0;
	}
	#interview section.catch .txt h2.ttlBasic:after{
		background: url(/common/images/vector4/interview_catch.jpg) no-repeat center top;
		background-size: cover;
	}
}
@media screen and (max-width:479px){
	#usrVoice section.catch h2{
		font-size: 6.7vw;
	}
	#usrVoice section.catch h3,
	#interview section.catch h3{
		font-size: 4.2vw;
	}
	#interview section.catch h2{
		font-size: 5.2vw;
	}
}
#vector4 .content{
	background: #fff;
}
.listVoice{
	max-width: 990px;
	margin: 30px auto 30px;
	padding: 0 10px;
}
.listVoice .item{
    display:-webkit-box;
    display:-ms-flexbox;
    display: -webkit-flex;
	display: flex;
	margin-bottom: 40px;
}
.listVoice .item .talk{
	-webkit-flex: 1;
	flex: 1;
}
.listVoice .item .talk p.name{
	font-size: 16px;
	color: #6d6e71;
	padding-bottom: 10px;
}
.listVoice .item .talk p.txt{
	background: rgba(0,0,0,0.05);
	border-radius: 8px;
	padding: 28px;
	margin-bottom: 10px;
	color: #6d6e71;
}
.listVoice .item .talk p.txt{
	background: rgba(0,72,144,0.05);
	overflow: hidden;
}
#vector4 .txt a{
	text-decoration: underline;
	color: #00488e;
}
.listVoice .item .talk p.txt img.floatL{
	float: left;
	max-width: 50%;
	margin: 0 10px 10px 0;
}
.listVoice .item .talk p.txt img.floatR{
	float: right;
	max-width: 50%;
	margin: 0 0 10px 10px;
}
.listVoice .item .icon {
    margin: 0;
    padding: 7px;
    width: 95px;
    height: 95px;
    position: relative;
    margin-right: 23px;
}
.listVoice .item .talk p.photos{
	overflow: hidden;
	padding-top: 10px;
}
.listVoice .photos img{
	width: 25%;
}

.listVoice .item .icon:after{
    content: '';
    display: block;
    background: url(/common/images/vector4/frame_circle.png) no-repeat 50% 50%;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
 }
.listVoice .item:nth-child(1) .icon:after,
.listVoice .item:nth-child(4) .icon:after,
.listVoice .item:nth-child(7) .icon:after,
.listVoice .item:nth-child(10) .icon:after,
.listVoice .item:nth-child(13) .icon:after{
    -webkit-animation: kurukuru1 12s linear infinite;
    animation: kurukuru1 12s linear infinite;
}
.listVoice .item:nth-child(2) .icon:after,
.listVoice .item:nth-child(5) .icon:after,
.listVoice .item:nth-child(8) .icon:after,
.listVoice .item:nth-child(11) .icon:after,
.listVoice .item:nth-child(14) .icon:after{
    -webkit-animation: kurukuru2 12s linear infinite;
    animation: kurukuru2 12s linear infinite;
}
.listVoice .item:nth-child(3) .icon:after,
.listVoice .item:nth-child(6) .icon:after,
.listVoice .item:nth-child(9) .icon:after,
.listVoice .item:nth-child(12) .icon:after,
.listVoice .item:nth-child(15) .icon:after{
    -webkit-animation: kurukuru3 12s linear infinite;
    animation: kurukuru3 12s linear infinite;
}
 @-webkit-keyframes kurukuru1 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes kurukuru1 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes kurukuru2 {
  0% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(450deg);
            transform: rotate(450deg);
  }
}
@keyframes kurukuru2 {
  0% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(450deg);
            transform: rotate(450deg);
  }
}
@-webkit-keyframes kurukuru3 {
  0% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(540deg);
            transform: rotate(540deg);
  }
}
@keyframes kurukuru3 {
  0% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(540deg);
            transform: rotate(540deg);
  }
}

.listVoice .item .tbl h3{
	font-size: 16px;
	color: #111;
	font-weight: bold;
	padding: 10px 4px;
}
.listVoice .item .tbl table{
	width: 100%;
	table-layout: fixed;
}
.listVoice .item .tbl th,
.listVoice .item .tbl td{
	text-align: center;
	vertical-align: middle;
	border-left: #fff 4px solid;
	border-right: #fff 4px solid;
	font-size: 15px;
	color: #333;
	padding: 10px 2px;
}
.listVoice .item .tbl td{
	width: 20%;
}
.listVoice .item .tbl th{
	background: #000;
	color: #fff;
}
.listVoice .item .tbl th.vec4{
	background: #0033ad;
	padding: 10px;
}
.listVoice .item .tbl .vec4{
	color: #0033ad;
}
.listVoice .item .tbl small{
	font-size: 11px;
}
.listVoice .item .tbl tr:nth-child(even) td{
	background: #f7f7f7;
}
.fw .listVoice .item .tbl td.roadSnow{
	background: #e5e5e5;
}
.fw .listVoice .item .tbl td.roadNormal{
	background: #cccccc;
}
.listVoice .item .tbl tr:nth-child(even) td.vec4{
	background: #c4cee7;
}
.listVoice .item .tbl tr:nth-child(odd) td.vec4{
	background: #ccd6ef;
}
.listVoice .item .annotation{
	padding: 10px;
}
.listVoice .item .annotation li{
	text-indent: -2.1em;
	padding-left: 2em;
	font-size: 12px;
}
#vector4 .content .bnr .icon{
	visibility: hidden;
}
#vector4 .content .bnr a{
	display: inline-block;
	margin-bottom: 20px;
}

#vector4 .content aside{
	text-align: center;
	padding: 30px 10px 60px;
	background: #f6f6f6;
}
#vector4 .content aside .indent{
	padding-left: 1.5em;
	text-indent: -1.5em;
}

@media screen and (max-width:767px){
	.listVoice .item .tbl th,
	.listVoice .item .tbl td{
		font-size: 12px;
	}
}
@media screen and (max-width:479px){
	.listVoice .item .talk p.txt{
		padding: 16px;
	}
	.listVoice .item .tbl{
		margin-left: -60px;
	}
	.listVoice .item .icon{
		width: 50px;
		height: 50px;
		padding: 3px;
		margin-right: 10px;
	}
	.listVoice .photos img{
		width: 50%;
	}
	#vector4 .content .bnr .icon{
		width: 0;
	}
}


/*-------------------------------
	
	DISCUSSION
	
-------------------------------*/

#discussion .catch{
	max-width: 990px;
	padding: 0 10px 30px;
	margin: 0 auto 60px;
	border-bottom: #eee 2px solid;
}
#discussion .catch .txt p{
	text-align: center;
	padding: 30px 10px;
	letter-spacing: 1px;
}

#discussion .item .graph{
	text-align: center;
	padding: 30px;
	border: #f3f3f3 10px solid;
	-webkit-flex: none;
	flex: none;
	width: 100%;
}

#discussion hr.dotteVertical{
	border: none;
	width: 100%;
	height: auto;
	padding: 0 0 8.5%;
	background: url(/common/images/vector4/hr_dotte.gif) no-repeat center center;
	background-size: contain;
}
#discussion .Paging{
	margin-bottom: 0;
	background: url(/common/images/vector4/discussion_next.jpg) no-repeat center center;
	background-size: cover;
	height: 236px;

}
#discussion .Paging .bannerInner{
	width: 100%;
}
#discussion .Paging .txt{
	margin-bottom: 20px;
	text-align: center;
}
#discussion .Paging .btnRoll{
	width: 200px;
	margin: auto;
}

#vector4 .profiles{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
	display: flex;
  	-webkit-flex-wrap: wrap;
  	-moz-flex-wrap: wrap;
  	flex-wrap: wrap;
	margin-bottom: 30px;
}
#vector4 .profiles:after{
	display: none;
}
#vector4 .profiles article{
	width: 50%;
	background: #fff;
}
#vector4 .profiles article:first-child{
	border-right: 10px #e0e1e2 solid;
}
#vector4 .profiles article:last-child{
	border-left: 10px #e0e1e2 solid;
}
#vector4 .profiles article .inner{
	padding: 0;
	height: 100%;
}
#vector4 .profiles article .ttlBar{
	margin-bottom: 45px;
}
#vector4 .profiles article .img{
	margin-bottom: 15px;
	text-align: center;
	padding: 0 45px;
}
#vector4 .profiles article .txt{
	padding: 0 45px 45px;
}
#vector4 section.photos{
	margin-bottom: 30px;
}

.flexOrderBox{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
	display: flex;
}
.flexOrderBox .flexOrder.talks{
	-webkit-flex: 1;
	flex: 1;
}
.flexOrderBox .flexOrder.imgRight{
	padding-left: 20px;
	padding-bottom: 20px;
	width: 40%;
}
.flexOrderBox .flexOrder.imgRight img{
	width: 100%;
}
@media screen and (max-width:767px){
	#discussion .wideBgBox .inner .ttlMain{
		top: auto;
		bottom: 0;
		padding-bottom: 0;
	}
	#vector4 .profiles{
		display: block;
	}
	#vector4 .profiles article{
		width: 100%;
		-webkit-flex: none;
		flex: none;
		margin-bottom: 20px;
	}
	#vector4 .profiles article:first-child,
	#vector4 .profiles article:last-child{
		border: none;
	}
	#discussion .Paging{
		height: 150px;
	}
	.flexOrderBox{
		flex-direction: column;
	}
	.flexOrderBox .flexOrder.imgRight,
	.flexOrderBox .flexOrder.imgRight{
		width: 100%;
		padding-left: 120px;
		padding-bottom: 40px;
	}
	.flexOrderBox .order01{
		order: 1;
	}
	.flexOrderBox .order02{
		order: 2;
	}
}
@media screen and (max-width:479px){

	#vector4 .profiles article .ttlBar{
		margin-bottom: 20px;
	}
	#vector4 .profiles article .img{
		margin-bottom: 10px;
		text-align: center;
		padding: 0 20px;
	}
	#vector4 .profiles article .txt{
		padding: 0 20px 20px;
	}
	.flexOrderBox .flexOrder.imgRight,
	.flexOrderBox .flexOrder.imgRight{
		padding-left: 60px;
	}
}

/*Interview*/
#interview .listBoxA .item{
	padding: 40px 30px 30px;
}
#interview .listBoxA .imgBox{
	margin-bottom: 20px;
}
#interview .listBoxA .infoBox h2{
	padding-top: 0px;
}
#interview .listBoxA .infoBox .txt{
	padding-bottom: 20px;
}
#interview .listBoxA .infoBox hr {
    margin-bottom: 20px;
    border: none;
    background: #ddd;
    height: 1px;
}

@media screen and (max-width:767px){
	#interview .listBoxA .item,
	#interview .listBoxA .item .imgBox,
	#interview .listBoxA .item .infoBox{
		display: block;
		width: 100%;
	}
	#interview .listBoxA .imgBox{
		text-align: center;
	}
}

/*Report*/
#report section.catch{
	margin-bottom: 0;
}
#vector4 section#Ski{
	margin-top: 0;
}
#report .flexOrderBox .order01{
	width: 550px;
	height: 310px;
	text-align: left;
}
#report .flexOrderBox .order02{
	-webkit-flex: 1;
	flex: 1;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#report .flexOrderBox .order01 .table{
	width: 100%;
	height: 100%;
	padding: 30px 50px;
}
#report .flexOrderBox .order01 .ttlBasic{
	color: #004c93;
	padding: 0 0 20px;
	font-size: 24px;
	padding-left: 1.5em;
	text-indent: -1.5em;
	text-align: left;
}
#report .singleBox{
	text-align: center;
	display: table;
	width: 100%;
}
#report .singleBox .inner{
	display: table-cell;
	padding: 60px 45px 45px;
	background: #f2f2f2 url(/common/images/vector4/bg_ski.png) no-repeat center center;
	background-size: cover;
}
#report .singleBox .ttlBasic{
	color: #004c93;
	font-size: 24px;
	padding: 0;
	margin: 0;
	
}
#report .singleBox .txt{
	padding: 30px;
	color: #6d6e71;
}

@media screen and (max-width: 767px){
	#report .flexOrderBox{
		flex-direction: column;
	}
	#report .flexOrderBox .flexOrder{
		width: 100%;
	}
	#report .flexOrderBox .order01{
		height: auto;
	}
	#report .flexOrderBox .order02{
		padding: 0 0 50%;
	}
	#report .flexOrderBox .order01 .table{
		padding: 50px 20px 20px;
	}
	#report .flexOrderBox .order01 .table .cell{
		vertical-align: bottom;
	}
	#report .singleBox .txt{
		padding: 30px 0;
	}
}


/*---------------------------------------
	
	PHOTO SWIPE
	
---------------------------------------*/


#vector4 .gallery figure{
	display: inline-block;
	width: 25%;
}
.pswp__button.pswp__button--share{
	display: none !important;
}
@media screen and (max-width:479px){
	#vector4 .gallery figure{
		width: 50%;
	}	
}
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.8);
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }




/*
	SKIN
*/

/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .pswp__button:focus,
  .pswp__button:hover {
    opacity: 1; }
  .pswp__button:active {
    outline: none;
    opacity: 0.9; }
  .pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(/common/images/vector4/gallery-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
  margin-top: 11px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(/common/images/vector4/gallery-skin.svg); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: #003783;
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
          transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }
  .pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px; }
    .pswp__share-tooltip a:hover {
      text-decoration: none;
      color: #000; }
    .pswp__share-tooltip a:first-child {
      /* round corners on the first/last list item */
      border-radius: 2px 2px 0 0; }
    .pswp__share-tooltip a:last-child {
      border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }
  .pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }
  a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 65px;
  font-size: 13px;
  line-height: 65px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

/*
	
	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }
  .pswp__caption small {
    font-size: 11px;
    color: #BBB; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

	5. Loading indicator (preloader)


 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }
  .pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url(preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
            animation: clockwise 500ms linear infinite; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
            animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 65px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }






/*bnrSearch.bnrShop*/
.fw .bnrSearch.bnrShop{
	margin-bottom: 16px;
	padding: 0 40px;
	background-image: url(/common/images/products/bg_search_shop.jpg);
}









