/*======================================
  Selectric #637d7e
======================================*/
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  /* border: 2px solid #F0F0F0; */
  background: #F8F8F8;
  position: relative;
  border-radius: 0;
  min-width: 150px;
  max-width: 100%;
  margin-right: 10px;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 18px 0 0;
  padding: 12px;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  color: #888;
  min-height: 15px;
}

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 42px;
  height: 42px;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  /* IE Fix */
  *font: 20px/30px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #AAA;
}

.selectric-hover .selectric {
  border-color: #CCC;
}

.selectric-hover .selectric .button {
  color: #888;
}

.selectric-hover .selectric .button:after {
  border-top-color: #888;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric {
  border-color: #CCC;
  background: #F0F0F0;
  border-bottom-width: 0;
  padding-bottom: 2px;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-open.selectric-above .selectric {
  border-top-width: 0;
  border-bottom-width: 2px;
}

.selectric-open.selectric-above .selectric-items {
  border-bottom-width: 0;
  border-top-width: 2px;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F0F0F0;
  border: 2px solid #F0F0F0;
  border-top-width: 0;
  z-index: -1;
  padding: 0;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}
.sort-list{
  width: 77%;
}
.sort-list ul li{
  width: 24%;
}
.sort-list ul li ul{
  padding: 0 !important;
  display: block;
}
.sort-list ul li ul li{
  display: block;
  width: 100%;
}

.selectric-items li {
  display: block;
  padding: 10px 20px;
  color: #666;
  cursor: pointer;
}

.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}

.selectric-items li.selected {
  background: #DDD;
  color: #444;
}

.selectric-items li:hover {
  background: #FEFEFE;
  color: #444;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}

.paspartu_footer_alignment {z-index:1}
footer .column1 {
position: relative;
top: -18px;
}
.column_inner.olivari{
	padding-left: 30px !important;
}
.column_inner.olivari h1{
	color: #637d7e;
	font-weight: 200;
}
.column_inner.olivari h5{
	font-weight: 500;
	text-transform: none;
	margin-bottom: 20px;
}
.olivaripdf ul {
	padding: 0;
}
.olivaripdf ul li{
	display: block;
}
.olivaripdf ul li a{
	color: #637d7e;
	font-weight: bold;
	font-size: 16px;
}
.olivaripdf ul li a i{
	margin-right: 10px;
}
.icon-list-title{
    text-align: right;
}
.icon-list-title ul{
	padding: 0;
	margin-top: 10px;
}
.icon-list-title ul li{
	display: inline-block;
  width: 20px;
  float:right;
}
.icon-list-title ul li a{

}
.portfolio_detailolivari{
	margin: 30px 0;
	/*display: inline-block;*/
}
.olivariselect{
	margin-bottom: 30px;
}
.olivarilistdet{
	margin-bottom: 10px;
}
.olivarilistdet ul{
	padding: 0;
	border-top: 1px solid #b1b1b1;
	border-bottom: 1px solid #b1b1b1;
	width: 100%;
	display: block;
}
.olivarilistdet ul li{
	display: inline-block;
	width: 49%;
}
.olivarilistdet ul li .inlistdet{
	padding: 15px 8px;
}
.olivarilistdet ul li .inlistdet strong{
	display: block;
	color: #637d7e;
	text-transform: uppercase;
	line-height: 1.1;
}


.prodotti_holder_outer {
    margin: 0;
    display: block;
    width: 100%;
}

.full_width .prodotti_holder_outer.v4 .hover_text, .full_width .prodotti_holder_outer.v4 .standard, .full_width .prodotti_holder_outer.v5 .hover_text, .full_width .prodotti_holder_outer.v5 .standard, .full_width .prodotti_holder_outer.v6 .hover_text, .full_width .prodotti_holder_outer.v6 .standard {
    width: 95%;
    margin: 0 auto;
}



.prodotti_holder.v5 .mix, .prodotti_holder.v5.hover_text .mix {
    width: 18%;
    margin: 0 0 2.9%;
}

.prodotti_holder.v5.hover_text .mix {
    margin: 0 0 2%;
}

.prodotti_holder.hover_text article .image_holder {
    overflow: hidden;
}

.prodotti_holder .mix .image {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
}

.prodotti_holder article .image img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    backface-visibility: hidden;
}
.prodotti_holder article .image img {
    position: relative;
    display: block;
    width: 100%;
    z-index: 100;
}
.olivari5col article{
    width: 17.333%;
    margin: 0 15px 50px;
    float:left;
}
.olivari4col article{
    width: 22.222%;
    margin: 0 15px 50px;
    float:left;
}
.olivari3col article{
    width: 30.433%;
    margin: 0 15px 50px;
    float:left;
}
.olivari-half-col{
	width: 50%;
	float: left;
}
.olivari-onethird-col{
  width: 30%;
  float: left;
}
.olivari-twothird-col{
  width: 70%;
  float: left;
}
@media only screen and (max-width: 1200px) {
	.olivari5col article{
        width: 15.9333%;
  }
}
@media only screen and (max-width: 1000px) {
    .olivari5col article{
        width: 28.9333%;
    }
    .olivari4col article{
        width: 25%;
        margin: 0 15px 50px;
        float:left;
    }
    .olivari3col article{
        width: 33.333%;
        margin: 0 15px 50px;
        float:left;
    }
    .btn-filter-oli{
      width: 100%;
    }
}
@media only screen and (max-width: 768px) {
	.olivari5col article{
      width: 43.9333%;
  }
  .olivari4col article{
      width: 43.9333%;
      margin: 0 15px 50px;
      float:left;
  }
  .olivari3col article{
      width: 43.9333%;
      margin: 0 15px 50px;
      float:left;
  }
}
@media only screen and (max-width: 600px) {
	.olivari5col article,
  .olivari4col article,
  .olivari3col article{
        width: 93%;
    }
}
.single-oliprod img {
  max-width: 90%;
}
.text_holder .portfolio_title {text-align:center}

.single-oliprod a .text_holder h5{
    color: #637d7e !important;
}
.olivari-sort{
	display: block;
	width: 100%;
	margin-bottom: 80px;
    padding-top:50px;
}
.btn-reset-oli a{
    /*
    padding: 10px 20px;
    */
    text-align: center;
    /* background: #557375; */
    background: #448c9c;
    color: #fff;
    font-weight: bold;
    padding: 7px;
    display: inline-block;
    float: right;
    width: 8%;
}
.btn-filter-oli {
    /*
    padding: 10px 20px;
    */
    text-align: center;
    /* background: #557375; */
    background: #448c9c;
    color: #fff;
    font-weight: bold;
    padding: 7px;
    display: inline-block;
    float: left;
    margin-right: 8px;
    width: 11%;
}
.sort-list{
	float: left;
}
.sort-list ul li{
	display: inline-block;
}
.sort-list ul li {
  font-size: 12px;
}
@media (max-width: 767px) {
  .sort-list ul li {
    width: 100%;
  }
}
.sort-list ul li.new-prod {
  position: relative;
}
.sort-list ul li.new-prod input{
  display: none;
}
.sort-list ul li.new-prod label{
  color: #d80e71;
  margin-top: -32px;
  font-weight: bold;
  position: absolute;
  display: inline-block;
  text-transform: uppercase;
  opacity: 0.6;
}
.sort-list ul li.new-prod label:hover{
  opacity: 1;
}
.sort-list ul li.new-prod label.ck{
  opacity: 1;
}


@media only screen and (max-width: 768px) {
    .btn-filter-oli{
      width: 100%;
      margin-bottom: 5px;
    }
    .btn-reset-oli{
      text-align: center;
      display: block;
    }
    .btn-reset-oli a{
      width: 100%;
      float: none;
    }
    .selectric {
      margin-right: 0;
    }
    .sort-list ul{
      display: block;
      text-align: center;
    }
     .sort-list ul li.new-prod {
      display: block;
     }
    .sort-list ul li.new-prod label{
      position: relative;
      margin-top: 2px;
      margin-bottom: 5px;
    }
}

.codevariation {
  list-style-type: none;
  margin-bottom: 50px;
  display: inline-block;
}
.codevariation li{
  /*width: 20%;*/
  float: left;
  margin-right: 10px;
  display: inline-block;
}
.codevariation li a{
  display: inline-block;
  position: relative;
  color: #637d7e;
  font-weight: bold;
  font-size: 15px;
  opacity: 0.4;
}
.codevariation li a.active img {
  border: 1px solid #637d7e;
}

.codevariation li a.active {
  opacity: 1;
}

.codevariation li img {
  border: 1px solid #dedede;
  margin: 0 !important;
  display: block;
  padding: 0;
  width: auto;
  max-height: 102px;
}

.codevariation li img.horizon {
  max-height: 75px;
  padding: 13px;
}
.codevariation li a:hover {
  opacity: 1;
}
.codevariation li img:hover {
  border: 1px solid #637d7e;
  opacity: 1;
}

.familyvariation {
  list-style-type: none;
  margin-bottom: 10px;
  display: inline-block;
}
.familyvariation li{
  /*width: 20%;*/
  float: left;
  margin-right: 10px;
  display: inline-block;
}
.familyvariation li a{
  display: inline-block;
  position: relative;
  color: #637d7e;
  font-weight: bold;
  font-size: 15px;
  opacity: 0.4;
  transition: all 0.6s;
}
.familyvariation li a.active img {
  border: 1px solid #637d7e;
}

.familyvariation li a.active {
  opacity: 1;
}

.familyvariation li img {
  margin: 0 !important;
  display: block;
  padding: 10px;
  background: white;
  width: auto;
  max-height: 102px;
  border: 1px solid #637d7e;
}

.familyvariation li img.horizon {
  max-height: 102px;
  /*padding: 13px;*/
}
.familyvariation li a:hover {
  opacity: 1;
  transition: all 0.6s;
}
.familyvariation li img:hover {
  opacity: 1;
  transition: all 0.6s;
}


.olivarivariation ul{
  list-style: none;
  margin-bottom: 20px;
  display: inline-block;
}
.olivarivariation ul li{
  display: inline-block;
  margin-right: 10px;
}
.olivarivariation h3{
  color: #000;
  margin-top: 20px;
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 14px;
}
.olivarivariation ul li img{
    display: block;
}

.relatedolivari {
  background: #f7f7f7;
  padding: 42px 0;
  /*margin-bottom: 62px;*/
}

.relatedvariation {
  list-style-type: none;
  display: inline-block;
}
.relatedolivari h3{
  margin-bottom: 20px;
  color: #637d7e;
}
.relatedvariation li{
  width: 20%;
  float: left;
  margin-right: 10px;
  display: inline-block;
}
.relatedvariation li a{
  display: inline-block;
  position: relative;
  color: #637d7e;
  font-weight: bold;
  font-size: 15px;
}
.relatedvariation li img{
  /*border: 2px solid #b1b1b1;*/
  margin: 0 !important;
  display: inline-block;
  padding: 0;

}

.fileolivari {
  /*background: #637d7e;*/
  background: #fff;
  /* background: #666666; */

  margin-bottom: 20px;
  display: none;
}

.fileolivari .bgfile {
  background: #d5d5d5;
  padding: 42px 0;
}

.fileolivari .container_inner {
  position: relative;
}

.fileolivari h1 {
  color: #637d7e;
  margin-bottom: 10px;
  font-size: 18px;
}

.fileolivari ul {
  padding: 0;
}
.fileolivari ul li{
  display: block;
}
.fileolivari ul li a{
  color: #818181;
  font-weight: bold;
  font-size: 14px;
}
.fileolivari ul li a i{
  margin-right: 10px;
}

.backfile {
  position: absolute;
    bottom: 0;
    right: 0;
    color: #818181;
    border: 1px solid;
    font-size: 20px;
    border-radius: 50% 10%;
    padding: 10px;
}

.whitecontainer {
  background: #ffffff;
  /*padding-top:50px;*/
}


.ribbon {
  position: relative;
}

.ribbon p span {
    position: absolute;
    display: inline-block;
    right: -25px;
    text-align: center;
    text-transform: uppercase;
    top: 22px;
    background: #d93131;
    width: 100px;
    padding: 3px 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}


.triangle-top-left {
  width: 0;
  height: 0;
  border-top: 70px solid #d80e71;
  border-right: 70px solid transparent;
  position: absolute;
  top: 0;
    left: 0;
}

.triangle-top-left span {
    position: absolute;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    top: -64px;
    left:-40px;
    color: #fff;
    background: transparent;
    width: 100px;
    padding: 3px 10px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

.page-template-template-catprod .full_width {
  /* padding-top:50px; */
  padding-bottom:50px;
}

body.single-prodotti {

}

body.single-designer .content,body.single-designer .full_width {
  background-color: #FFFFFF;
}

.des-detail {
  background-color: #fff;
  margin: 50px 50px 50px 50px;
}

.designer_single .post_image {
  position: relative;
}

.dtitle {
  position: absolute;
  bottom: 30px;
  left: 30px;
}

.dtitle h1 {
  color: #FFF;
  font-size: 50px;
}

.odes {
  color: #9d9d9d;
  text-transform: none;
}

.olivimg {
  width: 100%;
}

.olivimg {
    display: block;
    max-width: 100%;
    height: auto;
    max-height: 100vh;
}

.des-prod img {
  width: 30%;
}

.image_holder {text-align:center}
.image_holder img {
  max-height: 141px;
}

.newspan {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #d80e71;
  font-size: 14px;
}

.owl-carousel img.vert{
  max-width: 35%;
  margin: 0 auto;
}
.owl-carousel .owl-dots{
  position: absolute;
  top: -95px;
  right: 0;
}
.owl-carousel .owl-dots .owl-dot{
  width: 10px;
  height: 10px;
  background: #617D7E;
  display: inline-block;
  margin: 0 2px 0;
  border-radius: 100%;
  opacity: 0.2;
}
.owl-carousel .owl-dots .owl-dot.active{
  opacity: 1;
}

body.search-results .blog_holder.masonry article .post_text .post_text_inner{
  background-color: #637d7e !important;
}
body.search-results .blog_holder.masonry article .post_text .post_text_inner h2,
body.search-results .blog_holder.masonry article .post_text .post_text_inner h2 a {
  color: #fff !important;
}
body.search-results .blog_holder.masonry article .post_text .post_text_inner .post_more a{
  color: rgba(255, 255, 255, 0.6);
}
body.search-results .blog_holder.masonry article:hover .post_text .post_text_inner .post_more a{
  color: rgba(255, 255, 255, 1);
}
body.search-results .qbutton.small{
  padding: 0;
  margin-left: -1px;
}

/*body.page-template-template-channel .olivari-sort .sort-list{
  text-align: center;
}
body.page-template-template-channel .olivari-sort .sort-list ul{
  width: 100%;
  display: block;
}
body.page-template-template-channel .olivari-sort .sort-list ul li{
  display: inline-block;
  min-width: 200px;
  width: auto;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
}
body.page-template-template-channel .olivari-sort .sort-list ul li a{
  color: #637d7e;
}*/
/*
body.page-template-template-channel .title_subtitle_holder h1{
  text-align: center;
}
*/
.single-olichannel{
  position: relative;
}
.single-olichannel .image_holder{
  position: relative;
}
.single-olichannel img{
  position: relative;
  display: block;
}
.single-olichannel h1{
  font-size: 15px;
  margin: 10px 0;
}
body.page-template-template-channel .olivari-sort{
  margin-top: 25px;
  margin-bottom: 80px;
}
body.single-channel .column2 h1{
  font-size: 18px;
  margin: 0 0 20px;
  position: relative;
}
body.single-channel .column2 h1::after{
  content: '';
  width: 10px;
  height: 3px;
  position: absolute;
  bottom: -5px;
  background:#637d7e;
  left: 0;
}
body.single-channel .column2 .single-olichannel{
  width: 65%;
  margin-bottom: 8px;
}
body.single-channel .column2 .single-olichannel .play-btn{
  transform: scale(0.55);
}
body.single-channel .column2 .single-olichannel h1{
  font-size: 90%;
  margin: 4px 0;
}
body.single-channel .column2 .single-olichannel h1::after{
  display: none;
}
.playbtn-cont{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(99, 125, 126, 0.6);
  transition: background 0.6s;
  /*opacity: 0.6;*/
  z-index: 99;
}
.playbtn-cont .play-btn{
  width: 60px;
  height: 60px;
  position: absolute;
  display: block;
  left: calc(50% - 30px);
  top: calc(50% - 30px);
  border-radius: 100%;
  background: rgba(255, 255, 255, 1);
  z-index: 100;
  transition: background-color 0.15s ease-out;
  -webkit-transition: background-color 0.15s ease-out;
}

.playbtn-cont .play-btn:before{
  content: '';
  position: absolute;
  margin-left: -7px !important;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12.5px 0 12.5px 20px;
  margin-left: 23px;
  margin-top: 18px;
  border-color: transparent transparent transparent #303030;
}

.single-olichannel:hover .playbtn-cont .play-btn{
  background: #637d7e;
  transition: background 0.6s;
}
.single-olichannel:hover .playbtn-cont .play-btn:before{
  border-color: transparent transparent transparent #fff;
  transition: background 0.6s;
}
.single-olichannel:hover .playbtn-cont{
  background: rgba(99, 125, 126, 0.3);
  transition: background 0.6s;
}
.poster-image-video .playbtn-cont .play-btn:before{
margin-left:23px !important
}

.poster-image-video{
  position: absolute;
  top: 0;
  bottom:0;
  left: 0;
  right: 0;
  background-size:cover;
}
.playme{
  display: block;
  position: relative;
  padding-top: 56.25%;
}
.playme iframe{
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.playbtn-cont{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(99, 125, 126, 0.6);
  transition: background 0.6s;
  /*opacity: 0.6;*/
  z-index: 99;
}
.playme:hover .playbtn-cont{
  background-color: rgba(99, 125, 126, 0.3);
  transition: background 0.6s;
}
.playme:hover .playbtn-cont .play-btn{
  background: #637d7e;
  transition: background 0.6s;
}
.playme:hover .playbtn-cont .play-btn:before{
  border-color: transparent transparent transparent #fff;
  transition: background 0.6s;
}

.videoWrapperActive .playbtn-cont{
  display: none;
}

@media (max-width: 767px) {
  .olivaripdf{
    margin-bottom: 15px;
    margin-left: 10px;
  }
  .sort-list ul li ul li{
    width: 93%;
  }
  .selectric .label{
    margin: 0 !important;
  }
  .sort-list{
    width: 104.5%;
  }
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sort-list{
    width: 75%;
  }
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.no-results {
  display: none;
  text-align: center;
  padding: 40px;
}

.rvhidden {
  display: none;
}

.rvshow {
  display: block;
}


.flex-direction-nav a i,
.caroufredsel-direction-nav a i {
  color: #637d7e;
}

.flex-direction-nav a,
.caroufredsel-direction-nav a {
  border: 2px solid #637d7e;
}

.flexslider:hover .flex-direction-nav a.flex-prev:hover i,
.flexslider:hover .flex-direction-nav a.flex-next:hover i,
.portfolio_slider:hover .flex-direction-nav a.flex-prev:hover i,
.portfolio_slider:hover .flex-direction-nav a.flex-next:hover i,
.portfolio_slider:hover .caroufredsel-direction-nav a.caroufredsel-next:hover i,
.portfolio_slider:hover .caroufredsel-direction-nav a.caroufredsel-prev:hover i,
.blog_slider:hover .caroufredsel-direction-nav a.caroufredsel-next:hover i,
.blog_slider:hover .caroufredsel-direction-nav a.caroufredsel-prev:hover i {
  color: #637d7e;
}

@media only screen and (max-width: 480px) {
  .carousel-indicators {
      position: absolute;
      top: 10px;
      left: 90%;
      z-index: 15;
      width: 60%;
      padding-left: 0;
      margin-left: -30%;
      text-align: center;
      list-style: none;
  }
}

.footer_top .q_social_icon_holder.normal_social svg {
  width: 35px;
  height: 27px;
  
}

.footer_top .widget_nav_menu ul li {padding: 0 0 7px}

.footer_top .q_social_icon_holder.normal_social.channel a:hover svg g,.footer_top .q_social_icon_holder.normal_social.channel svg:hover g{
  fill: #FFFFFF;
}

.footer_top .q_social_icon_holder.normal_social svg g {
  fill: #818181;
}


/*
 * Code for lightbox
 */

/* popup */

.popup{
  width: 100%;
  height: 100vh;
  display: none;

  position: fixed;
  top: 0;
  right: 0;
}

.option__kit:target{
  display: flex; 
}
#popup-option:target{
  /* display: flex; */
}

.popup:before{
  content: "";
  box-sizing: border-box;
  width: 100%;
  background:#000;
  opacity:0.5;
  position: fixed;
  left: 0;
  top: 50%;
  will-change: height, top;
  -webkit-animation: open-animation .6s cubic-bezier(0.83, 0.04, 0, 1.16) .65s both;
          animation: open-animation .6s cubic-bezier(0.83, 0.04, 0, 1.16) .65s both;
}

.popup:after{
  content: "";
  width: 0;
  height: 2px;
  background-color: #f0f0f0;

  will-change: width, opacity;
  -webkit-animation: line-animation .6s cubic-bezier(0.83, 0.04, 0, 1.16) both;
          animation: line-animation .6s cubic-bezier(0.83, 0.04, 0, 1.16) both;

  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
}

@-webkit-keyframes line-animation{

  0%{
    width: 0;
    opacity: 1;
  }

  99%{
    width: 100%;
    opacity: 1;
  }

  100%{
    width: 100%;
    opacity: 0;
  }  
}

@keyframes line-animation{

  0%{
    width: 0;
    opacity: 1;
  }

  99%{
    width: 100%;
    opacity: 1;
  }

  100%{
    width: 100%;
    opacity: 0;
  }  
}

@-webkit-keyframes open-animation{

  0%{
    height: 0;
    top: 50%;
  }

  100%{
    height: 100vh;
    top: 0;
  }
}

@keyframes open-animation{

  0%{
    height: 0;
    top: 50%;
  }

  100%{
    height: 100vh;
    top: 0;
  }
}

.popup__block{
  height: calc(70vh - 0px);
  padding: 5% 15%;
  margin:calc(20vh) 15%;
  box-sizing: border-box;
  position: relative;
  overflow: auto;
  background:#fff;
  -webkit-animation: fade .5s ease-out 1.3s both;
          animation: fade .5s ease-out 1.3s both;
  max-height:510px;
}

@-webkit-keyframes fade{

  0%{
    opacity: 0;
  }

  100%{
    opacity: 1;
  }
}

@keyframes fade{

  0%{
    opacity: 0;
  }

  100%{
    opacity: 1;
  }
}

.popup__title{
  font-size: 2.5rem;
  margin: 0 0 1em;
}

.popup__close{
  width: 3.2rem;
  height: 3.2rem;
  text-indent: -9999px;
  position: fixed;
  top: 100px;
  right: 12px;

  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9IiNmZmZmZmYiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0Ij4gICAgPHBhdGggZD0iTTE5IDYuNDFMMTcuNTkgNSAxMiAxMC41OSA2LjQxIDUgNSA2LjQxIDEwLjU5IDEyIDUgMTcuNTkgNi40MSAxOSAxMiAxMy40MSAxNy41OSAxOSAxOSAxNy41OSAxMy40MSAxMnoiLz4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==");
  /* background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDAwMDAwIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTE5IDYuNDFMMTcuNTkgNSAxMiAxMC41OSA2LjQxIDUgNSA2LjQxIDEwLjU5IDEyIDUgMTcuNTkgNi40MSAxOSAxMiAxMy40MSAxNy41OSAxOSAxOSAxNy41OSAxMy40MSAxMnoiLz4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==); */
}


.showText {
	visibility: visible;
}

.hideText {
	visibility: hidden;
}

a.open-popup:hover {
/* text-decoration:none; */
}

.open-popup{
  text-transform: uppercase;
  /* padding: 1rem 2rem; */
}

/*
.page__layer{
  min-height: 100vh;
  display: flex;
}
*/

.page__container{
  max-width: 1200px;
  padding-left: 1rem;
  padding-right: 1rem;  
  margin: auto;
}

    #more_content span i,
    #more_content span span{
    	line-height: 40px;
	}
	#more_content > span{
		border-radius:0px;
		height:40px;
		line-height:40px;
		width:40px;
		}

