/*FIXES*/
.medium-12.columns {
  padding:0px !important;
}

.nw {
  white-space: nowrap;
}

/*TOP CAT TAG*/
.c_top, .c_wrp {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	background: #fff;
}

.top5 {
    width: 48px;
    height: 48px;
    position: absolute;
    right: 0;
    top: calc(50% - 24px);
    margin: 0;
    line-height: 48px;
	background-image: url("img/TOP5.png");
	background-repeat: no-repeat;
	background-size: cover;
}

img {
	opacity: 1;
	-webkit-transition: opacity 0.25s;
    transition:         opacity 0.25s;
}

/*TOP*/
.c_top { max-width: 1150px; padding: 0px 5px 0px 5px; text-align: left; }
.c_top > div {
	display: inline-block;
	vertical-align: top;
	padding: 20px 10px 20px 10px;
	font-size: 25px;
	line-height: 1.25;
	color: #0096dc;
}
.c_top > div:nth-child(1) { font-weight: 500; /*bold*/ }
.c_top > div:nth-child(2) { float: right; }
.c_top > div:nth-child(2) > a { color: #000; }
@media (hover: hover) {
  .c_top > div:nth-child(2) > a:hover { color: #0096dc; }
}
.c_wrp {
	max-width: 1150px;
	min-height: 48px; /*//agigunta da togliere*/
	margin: 0px auto 10px auto;
	position:relative;
	text-align: left;
}
.c_tag, .c_cat {
	/*max-width: 1140px;*/
	margin:0px auto 10px auto;
	text-align: left;
}
/*.c_nav { width:33.333%; margin: 10px 0px 0px 0px; position:relative; text-align: right; }*/
.c_nav {
	position: absolute;
    top: 0px;
    right: 5px;
	-webkit-transition: right 0.25s;
    transition:         right 0.25s;
	margin: 0px 0px 0px 0px;
    background: none;
    width: 100%; /*calc(100% - 20px);*/
    max-width: 380px;
    text-align: right;
}
.c_nav > div { 
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
	-webkit-transition: opacity 0.25s, box-shadow 0.25s; /*ease-in-out;*/
    transition:         opacity 0.25s, box-shadow 0.25s;
}

.c_src { position: absolute; top: 0; left: 0; right: 0; z-index: 2; pointer-events: none; }

.mh {
  text-align: right;
}

.c_tag > div:nth-child(1), .c_cat > div:nth-child(1) {
  /*max-width: 1130px;*/
  padding: 0px 5px 0px 5px;
  margin: 0 auto;
}

/*SHOW HIDE*/
.c_tag > div:nth-child(1) > div.sh,
.c_cat > div:nth-child(1) > div.sh {
  color: #000;
  cursor: pointer;
  display:inline-block;
  pointer-events: none;
  padding: 0px 10px 0px 10px;
  line-height: 28px;
  height: 28px;
  margin: 10px 0 10px 0;
  position: relative;
}

.c_tag > div:nth-child(1) > div.src,
.c_cat > div:nth-child(1) > div.src {
  color: #000;
  cursor: pointer;
  padding: 0px 10px 0px 10px;
  line-height: 28px;
  height: 28px;
  min-width: 28px;
  margin: 10px 0 10px 0;
  position: relative;
}
.c_tag > div:nth-child(1) > div.src[data-v="0"],
.c_cat > div:nth-child(1) > div.src[data-v="0"] {
  display:none;
}
.c_tag > div:nth-child(1) > div.src[data-v="1"],
.c_cat > div:nth-child(1) > div.src[data-v="1"] {
  display:inline-block;
  vertical-align: top;
}

.c_tag > div:nth-child(1) > div.src:before,
.c_cat > div:nth-child(1) > div.src:before {
    position: absolute;
    top: 50%;
    right: auto;
    content: '';
    background-image: url(img/accordion-arrow_k.svg);
	-webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    left: 10px;
    transition: transform 400ms ease;
	margin-top: -0.6rem !important;
    width: 10px !important;
    height: 20px !important;
}
.c_tag > div:nth-child(1) > div.src:hover::before,
.c_cat > div:nth-child(1) > div.src:hover::before {
    background-image: url(img/accordion-arrow_b.svg);
}

.c_tag > div:nth-child(1) > div.sh > i,
.c_cat > div:nth-child(1) > div.sh > i {
  display:none;
}
.c_tag > div:nth-child(1) > div.sh > span,
.c_cat > div:nth-child(1) > div.sh > span {
  /*display:none;*/
  font-size: 20px; /*14px;*/
}
.c_tag > div:nth-child(1) > div.sh.active,
.c_cat > div:nth-child(1) > div.sh.active,
.c_tag > div:nth-child(1) > div.sh:hover,
.c_cat > div:nth-child(1) > div.sh:hover {
  color: #0096dc;
}
.c_tag > div:nth-child(2).csh,
.c_cat > div:nth-child(2).csh {
  /*max-height: 0px;*/
  min-height: 48px;
  overflow: hidden;
  -webkit-transition: min-height 0.25s ease-out, max-height 0.25s ease-out;
  transition:         min-height 0.25s ease-out, max-height 0.25s ease-out;
  padding: 0px 5px 0px 5px;
}
.c_tag > div:nth-child(2).csh > form,
.c_cat > div:nth-child(2).csh > form {
  margin: 12px 0px 0px 0px; /*//margin: 6px 0px 6px 0px;*/
}

@media screen and (max-width: 1150px) {
  .c_top { 
    text-align: center;
  }
  .c_tag > div:nth-child(1) > div.sh,
  .c_cat > div:nth-child(1) > div.sh {
    pointer-events: auto;
  }
}
@media screen and (max-width: 787px) {
  .c_top { 
    text-align: center;
  }
  .c_nav { 
    right: 0px;
	max-width: 100%;
  }
  .c_wrp.sdr { 
    min-height: 48px;
  }
  .c_tag > div:nth-child(2).csh,
  .c_cat > div:nth-child(2).csh {
    max-height: 0px;
    min-height: 0px;
  }
  .c_tag > div:nth-child(1) > div.sh > i,
  .c_cat > div:nth-child(1) > div.sh > i,
  .c_tag > div:nth-child(1) > div.sh > span,
  .c_cat > div:nth-child(1) > div.sh > span {
    display:inline;
  }
}
/*
@media screen and (max-width: 400px) {
  .c_nav { 
    position: relative;
    right: 0;
    text-align: center;
    min-height: 48px;
	width: 100%;
  }
}
*/

/*CAT e TAG*/
#c_tag > input,
#c_cat > input {
	display:none;
}
#c_tag > div.btag,
#c_cat > div.bcat {
	display: inline-block;
	vertical-align: top;
	padding: 10px 10px 10px 10px;
	font-size: 16px;
	line-height: 1;
	font-weight: bold;
	color: #000;
	cursor:pointer;
}
@media (hover: hover) {
  #c_tag > div.btag:hover,
  #c_cat > div.bcat:hover {
      color: #0096dc;
  }
}
#c_tag > div.btag.sel,
#c_cat > div.bcat.sel {
	color: #0096dc;
}

#accordion {
    overflow: hidden;
}
#accordion > ul {
    margin: 0;
}

.sw-accordion-wrapper .accordion li.accordion-item {
	border-bottom: 2px dotted rgba(0,150,220,0.5) !important;
}

.sw-accordion-wrapper .accordion li.accordion-item .accordion-title {
    font-size: 14px !important;
    /*//padding: 15px 30px 15px 30px !important;*/
	/*//border-bottom: 2px dotted rgba(0,150,220,0.5) !important;*/
	border-bottom: 0px !important;
	padding: 13px 25px 13px 25px !important;
    line-height: 18px !important;
}
/*
//.sw-accordion-wrapper .accordion .accordion-item.is-active .accordion-title {
    font-size: 14px !important;
    padding: 15px 30px 15px 30px !important;
    border-bottom: 2px dotted rgba(0,150,220,0.0) !important;
}
*/
.sw-accordion-wrapper .accordion li.accordion-item .accordion-title:before {
    margin-top: -0.6rem !important;
    width: 10px !important;
    height: 20px !important;
}
.sw-accordion-wrapper .accordion li.accordion-item .accordion-content {
    padding: 5px 10px 15px 10px;
}
.sw-accordion-wrapper .accordion li.accordion-item .accordion-content > p {
    margin-bottom: 10px;
}

/********************************************************************************/
/*************************************ARROWS*************************************/
/********************************************************************************/
.arr {
	width: 48px;
	height: 48px;
	background: rgba(255,255,255,0.5);
	background-image: url(arr.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 0px;
	top: 0px;
	cursor:pointer;
	z-index: 1;
	display:none;
	border-radius: 10px 0px 0px 10px;
}
.arl {
	width: 48px;
	height: 48px;
	background: rgba(255,255,255,0.5);
	background-image: url(arl.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 0px;
	top: 0px;
	cursor:pointer;
	z-index: 1;
	display:none;
	border-radius: 0px 10px 10px 0px;
}
/********************************************************************************/
/***********************************PAGINATION***********************************/
/********************************************************************************/
.csrc {
  display: inline-block !important;
  vertical-align: top;
  max-width: calc(100% - 40px);
}
.bsrc {
  display: inline-block;
  height: 40px;
  width: 40px;
  font-size: 27px;
  line-height: 27px;
  vertical-align: top;
  cursor: pointer;
  color:#e5e5e5;
  pointer-events: none;
  box-shadow: none;
}
@media (hover: hover) {
  .bsrc:hover, .bsrc > i:hover {
    color:#0096dc;
    box-shadow: none;
  }
}

.showsearch {
  padding: 9px 18px 9px 18px;
  display: inline-block;
  vertical-align: top;
  font-size: 27px;
  line-height: 27px;
  float: right;
  cursor:pointer;	
}
@media (hover: hover) {
  .showsearch:hover {
    color:#0096dc;
  }
}

/********************************************************************************/
/**********************************SEARCH BUTTON*********************************/
/********************************************************************************/
.s_box {
  display: inline-block;
  vertical-align: bottom;
  margin:0px 0px 0px 0px;
  width: 100%;
  max-width: 48px;
  transition: 0.25s linear;
  overflow: hidden;
  pointer-events: auto;
}
.s_box .s_inp {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 48px;
  border: 1px solid #fff;
  outline: none;
  border-radius: 0px;
  box-shadow: none;
  padding: 12px;
  font-size: 15px;
  cursor: text;
  margin:0px;
}
.s_box .s_inp::placeholder {
  color: #ccc;
}
.s_box form {
  position: relative;
}
.s_box .s_ico {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 46px;
  height: 46px;
  background: rgba(255,255,255,1);
  border-radius: 48px;
  transition: 0.25s linear;
  cursor: pointer;
  z-index: 10;
}
.s_box .s_ico svg {
  position: absolute;
  right: calc(46px / 2);
  top: 50%;
  -webkit-transform: translate(50%, -50%);  /* Chrome, Opera 15+, Safari 3.1+ */
  transform: translate(50%, -50%);  /* Firefox 16+, IE 10+, Opera */
  width: 18px;
  height: 18px;
  pointer-events: none;
}
.s_box .s_ico svg path {
  fill: #000;
  transition: 0.25s linear;
}
.s_box:focus-within {
  max-width: 100%;
  color: #000;
}
.s_box:focus-within .s_ico {
  background: rgba(255,255,255,0);
  border-radius: 0px;
}
.s_box:focus-within .s_inp {
  background-color: #fff;
  padding-right: 48px;
}
.s_box:focus-within .s_ico svg path {
  fill: #0096dc;
}
@media (hover: hover) {
  .s_box:hover .s_ico {
    background: #0096dc;
  }
  .s_box:hover .s_ico svg path {
    fill: #fff;
    transition: 0s linear;
  }
}

@media screen and (min-width: 787px) {
    .s_box {
      display: inline-block;
      vertical-align: bottom;
      margin:0px 0px 0px 0px;
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      pointer-events: auto;
    }
    .s_box .s_inp {
      display: block;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      width: 100%;
      height: 48px;
      border: 1px solid #ccc;
      outline: none;
      border-radius: 0px;
      box-shadow: none;
      padding: 12px;
      font-size: 15px;
      cursor: text;
      margin:0px;
    }
    .s_box form {
      position: relative;
    }
    .s_box .s_ico {
      position: absolute;
      right: 1px;
      top: 1px;
      width: 46px;
      height: 46px;
	  border-radius: 0px;
      cursor: pointer;
      z-index: 10;
    }
    .s_box .s_ico svg {
      position: absolute;
      right: calc(46px / 2);
      top: 50%;
	  -webkit-transform: translate(50%, -50%);  /* Chrome, Opera 15+, Safari 3.1+ */
      -ms-transform: translate(50%, -50%);  /* IE 9 */
          transform: translate(50%, -50%);  /* Firefox 16+, IE 10+, Opera */
      width: 18px;
      height: 18px;
      pointer-events: none;
    }
    .s_box .s_ico svg path {
      fill: #000;
      transition: 0.25s linear;
    }
    .s_box:focus-within { /*search selezionato*/
      max-width: 100%;
      color: #000;
    }
    .s_box:focus-within .s_inp {
      padding-right: 48px;
      border: 1px solid #0096dc;
    }
    .s_box:focus-within .s_inp::placeholder {
      color:#ccc;
    }
    .s_box:focus-within .s_ico svg path {
      fill: #0096dc;
    }
    @media (hover: hover) {
        .s_box:hover .s_ico {
          background: #0096dc;
        }
        .s_box:hover .s_ico svg path {
          fill: #fff;
          transition: 0s linear;
        }
    }
}

/*COLLAPSIBLE*/
#ac1 { padding: 0px 10px; background: rgba(0,0,0,0.033); }
#ac2 { padding: 0px 10px; }

.et, .ety {
  padding: 15px 5px 15px 5px;
  margin: 0 0 0 0;
  color: #0096dc; /*//#000;*/
  /*//font-weight: bold;*/
}

.ety {
  cursor: pointer;
}

/*.ex, .collapsible:hover {
  background-color: #555;
}*/

.ety:after {
  font-family: roboto;
  content: '\002B';
  color: #000; /*//#0096dc #000;*/
  font-weight: normal; /*bold*/
  float: right;
  margin: 0px 10px 0px 10px;
  font-size: 30px;
  line-height: 25px;
}

.ety:hover, .ety:hover:after {
  color: #0096dc;
}

.ex:after {
  content: "\2212";
}

.ec { /*sub ul*/
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease; /*//max-height 0.2s ease-out;*/
  padding:0px;
  margin:0px;
}

.etm {
    overflow: hidden;
	margin: 10px 0 0 0; /*//10px 0 0 0;*/
	opacity: 1;
	height: 30px;
	font-size: 14px;
	-webkit-transition: opacity 400ms, height 400ms;
    transition: opacity 400ms, height 400ms;
}
.etm > div {
    line-height: 10px;
    margin: 0 auto;
    padding: 10px 30px;
    cursor: pointer;
    position: relative;
    display: table;
}
.etm > div:before {
    position: absolute;
    top: 50%;
    right: auto;
    margin-top: -0.6rem;
    content: '';
    width: 10px;
    height: 20px;
    background-image: url(img/accordion-arrow_k.svg);
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    left: 5px;
	-webkit-transition: transform 400ms ease;
    transition: transform 400ms ease;
	transform: rotate(90deg);
}
.etm > div > span:nth-child(1) { display:block; }
.etm > div > span:nth-child(2) { display:none; }
.etm.act > div > span:nth-child(1) { display:none; }
.etm.act > div > span:nth-child(2) { display:block; }
.etm.act > div:before {
    transform: rotate(-90deg);
}
.etm > div:hover { color: #0096dc; }
.etm > div:hover:before { color: #0096dc; background-image: url(img/accordion-arrow_b.svg); }

.accordion-title:before { background-image: url(img/accordion-arrow_k.svg) !important; }
.accordion-title:hover:before { background-image: url(img/accordion-arrow_b.svg) !important; }
