@charset "UTF-8";
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/material-design-icons/MaterialIcons-Regular.eot);
  src: local('Material Icons'), local('MaterialIcons-Regular'), url(../fonts/material-design-icons/MaterialIcons-Regular.woff2) format('woff2'), url(../fonts/material-design-icons/MaterialIcons-Regular.woff) format('woff'), url(../fonts/material-design-icons/MaterialIcons-Regular.ttf) format('truetype');
}
.micon  {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 18px; /* 24 */
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
}
.item-social-icons > .micon {
    color: #fff;
    cursor: pointer;
    font-size: 2.2rem;
    margin: 8px 0;
    position: relative;
    text-align: left;
    text-indent: 10px;
    width: 100%;
    z-index: 2;
}
.item-social-icons > a > .micon { /* email and print */
    color: #fff;
   /* font-size: 2rem; */
    margin: 9px 0; /* 12 0 */
    text-align: left;
    text-indent: 9px; /* 11 */
    width: 100%;
}
.item-social-icons {   /* position of icons share and their size*/
    background: #42a5f5;
    border-radius: 50%;
 	/*bottom: 150px; */
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1), 0 3px 1px -2px rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    display: block;
    height: 55px; /*default 50px */
    line-height: 51px;
  	position: absolute;
top :-45px; 
 	/* right: -155px; */
    text-align: center;
    width: 55px;
}
.item-social-icons > a > .fa {
    color: #fff;
    font-size: 2.2rem; /* 1.4 */
    margin: 10px 0; /* 12 0 */
    text-align: left;
    text-indent: 10px; /* 13 */
    width: 100%;
}

.item-social-icons > a:nth-child(2) { /* all icons are not dysplied */
  left: 0;
  top: 0;
  -webkit-transition-delay: .1s;
  -moz-transition-delay: .1s;
  -ms-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s;
}
.item-social-icons > a:nth-child(3) {
  left: 0;
  top: 0;
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -ms-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
}
.item-social-icons > a:nth-child(4) {
  left: 0;
  top: 0;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -ms-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}
.item-social-icons > a:nth-child(5) {
  left: 0;
  top: 0;
  -webkit-transition-delay: .4s;
  -moz-transition-delay: .4s;
  -ms-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s;
}
.item-social-icons > a:nth-child(6) {
  left: 0;
  top: 0;
  -webkit-transition-delay: .1s;
  -moz-transition-delay: .1s;
  -ms-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s;
}
.item-social-icons > a:nth-child(7) {
  left: 0;
  top: 0;
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -ms-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
}
.item-social-icons > a:nth-child(8) {
  left: 0;
  top: 0;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -ms-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}
.item-social-icons > a:nth-child(9) {
  left: 0;
  top: 0;
  -webkit-transition-delay: .4s;
  -moz-transition-delay: .4s;
  -ms-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s;
}
.item-social-icons > a {
  background: #42a5f5;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  display: block;
  height: 55px; /* default 46px */
  line-height: 37px; /* 47 px */
  opacity: 0;
  position: absolute;
  pointer-events: none;
  text-align: center;
  top: 0; /*
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; */
	-webkit-transition-duration: 1s !important;
	transition-duration: 1s !important; 
  width: 55px;
}
.item-social-icons.open > a.facebook { /* brand colors */
    background: #1565c0;
}
.item-social-icons.open > a.twitter {
  background: #42a5f5;
}
 .item-social-icons.open > a.google {
  background: #e64a19;
}
.item-social-icons.open > a.whatsapp {
  background: #25d366;
}
.item-social-icons.open > a.linkedin {
  background: #448aff;
}
.item-social-icons.open > a.vk {
  background: #1565c0;
}
.item-social-icons.open > a.email {
  background: #ff8f00;
}
.item-social-icons.open > a.telegram {
  background: #0088cc;
}
.item-social-icons.open > a.skype {
  background: #00aff0;
}
.item-social-icons.open > a.viber {
  background: #8f5db7;
}

.item-social-icons.open > a:nth-child(2) {   /* all are open */
	top: -70px;
}
.item-social-icons.open > a:nth-child(3) {
	top: -140px;
}
.item-social-icons.open > a:nth-child(4) {
  top: -210px;
}
.item-social-icons.open > a:nth-child(5) {
  top: -280px;
}
.item-social-icons.open > a:nth-child(6) {
  top: -50px;
  left: -50px;
}
.item-social-icons.open > a:nth-child(7) {
  top: -50px;
  left: -100px;
}
.item-social-icons.open > a:nth-child(8) {
  top: -50px;
  left: -150px;
}
.item-social-icons.open > a:nth-child(9) {
  top: -50px;
  left: -200px;
}
.item-social-icons.open > a {
    opacity: 0.9;
 pointer-events: all; 
    z-index: 1;
} 
.item-social-icons.open > a:hover {  /* mouse event */
  background: #424242 !important;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
	cursor: pointer;
}
.fa-viber {
	font-size: 2rem!important;
    margin: 13px 0px!important;
}
.fa-facebook {
	margin: 11px 6px!important;
}
.fa-whatsapp {
	font-size: 2.5rem!important;
    margin: 7px 1px!important;
}

.messenger-button {
	position: fixed;
	display: block;
	bottom: 30px;
	right: 70px;
}

@media (min-width: 890px) {
	.messenger-button {
		display: none;
	}
}

.tooltip-m {
    /* position: relative; */
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip-m .tooltiptext {
    /* visibility: hidden; */
    width: 85px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 3px 0;
    position: absolute;
    z-index: 1;
    top: -35px;
    right: 8px;
    font-size: 11px;
	visibility: visible;
}

.tooltip-m .tooltiptext::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent rgba(0, 0, 0, 0.7);
}
.tooltip-m:hover .tooltiptext {
    visibility: visible;
}