@charset "UTF-8";
#insta_modal img { vertical-align: top;}
#insta_voice {
    overflow: hidden;
    height: 200px;
    position: relative;
}
#insta_voice ul{
	margin: 0;
	padding: 0;
	display: table;
	width: 100%;
}
#insta_voice li {
	display: table-cell;
	list-style: none;
	overflow: hidden;
	padding-right: 1%;
	padding-bottom: 4%;
	width: 25%;
	position: relative;
}
#insta_voice li .conts {
	display: none;
}
#insta_voice li a,#insta_voice li .image {
	display: block;
	width: 100%;
	height: 100%;
	color: #333;
}
#insta_voice li .image {
	background-size: cover;
	background-position: center;
	position: relative;
}
#insta_modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display:none;
	z-index: 99999;
}
#insta_modal_bg {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
}
.insta_modalIn {
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	left: 50%;
	width: auto;
	display: table;
	max-width: 100%;
	margin: 0;
	padding: 0;
	box-shadow: 0px 0px 8px #333;
}
.insta_modalIn > div {
	display: table-cell;
	background: #fff;
	vertical-align: top;
	position: relative;
}
.insta_modalIn #insta_modal_right {
	overflow-y: scroll;
	box-sizing: border-box;
	padding: 0;
	width: 450px;
	text-align:left;
}
#insta_modal_right p {margin: 1em;}
#insta_modal_conts .name {font-weight: bold;}
.insta_modal_under a {color: #666;position: relative;}
.insta_modal_under {text-align: right;}
.insta_modal_under .cation {font-size: 0.6em;color: #999;}
#insta_modal_link svg {
    width: 1em;
    height: 1em;
    line-height: 0;
    position: absolute;
    left: -1.3em;
    top: 50%;
    transform: translate(0,-0.5em);
}
.insta_modalIn .left svg {
	width: 1.5em;
	height: 1.5em;
	position: absolute;
	left: 0.5em;
	top: 0.5em;
}
#insta_voice li .image svg {
	position: absolute;
	width: 1.5em;
	height: 1.5em;
	top: 0.5em;
	left: 0.5em;
}
.insta_modalIn .arrow {
	position: absolute;
	height: 100%;
	top: 50%;
	width: 50px;
	padding-left: 0.5em;
}
.insta_modalIn .arrow.prev {left: 0;transform: translate(-100%,-50%) rotate(180deg);}
.insta_modalIn .arrow.next {right: 0;transform: translate(100%,-50%);}
.insta_modalIn .arrow img {top: 50%;position: relative;width: 100%;}
.insta_modalIn .arrow.prev img {transform: translate(0,-50%);}
.insta_modalIn .arrow.next img {transform: translate(0,-50%);}
#insta_modalform .close {
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(0,-140%);
	color: #333;
	fill: #333;
	text-decoration: none;
	padding: 0;
	border-radius: 2em;
	line-height: 1;
}
#insta_modalform .close svg {
	width: 0.9em;
	height: 0.9em;
	position: absolute;
	top: 50%;
	transform: translate(-1.3em,-55%);
}
#view_loader {
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    background-color: #fff;
    z-index: 99;
    background-image: url(../img/voice/loading2.gif);
    background-repeat: no-repeat;
    background-position: center;
}
.insta_more {
	color: #333;
	background: #fff;
	margin: 1em auto;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
	box-sizing: border-box;
	line-height: 3em;
	height: 3em;
	width: 10em;
	transition: all 0.5s ease;
	display: none;
	position: relative;
	border: 1px solid #ccc;
	border-radius: 4em;
	text-transform:lowercase;
}
#insta_voice.over_view_wrap + .insta_more {display: block;}
.loading + .insta_more {height: 0;border:0px solid #fff;}
.insta_more.inload:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	background-image: url(/img/insta_voice/loading.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.insta_more.inload {
	width: 200px;
	height: 150px;
	border-radius: 10px;
}
.monovo_insta_voice ul li {
  width: 180px;
  display: inline-block;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #ccc;
  margin: 10px 5px;
  background: #fff;
}
#insta_voice ul {
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
  border-spacing: 5px;
}
.monovo_insta_voice {
	width: 1000px;
	margin: 0 auto;
	line-height: 1.3;
	padding-bottom: 0.5%;
	color:#000;
	text-transform: none;
}
#insta_voice li:before {
  background-image: url(/img/voice/heart.svg);
  left: 0.8em;
}
#insta_voice li:after {
  background-image: url(/img/voice/mes.svg);
  left: 2.3em;
}
#insta_voice li:before, #insta_voice li:after{
content: "";
width: 1.3em;
height: 1.3em;
display: inline-block;
background-size: 100% 100%;
background-position: center;
background-repeat: no-repeat;
position: absolute;
bottom: 0.8em;
opacity: 0.7;
}
.users_voice {
    text-align: center;
}
#insta_modal_bg {
    width: 100%;
    height: 100%;
    background-image: url("/img/back.jpg");
    background-size: cover;
    opacity: 0.7;
}
.voice_title {
    text-align: center;
}
.insta_campaign_link {
  font-family: serif,'PT Sans Narrow', Arial, sans-serif;
  font-size: 1.1em;
}
.insta_campaign_link a {
    text-decoration: underline;
}
.insta_link {
  margin: 1.5%;
}
.insta_link img:hover {
  opacity: 0.7;
}