/* web kit */
.INTRUMNET-consult ::-webkit-scrollbar-button{
	/*background-color: #D0D0D0;
	color: #FFF;*/
}

.INTRUMNET-consult ::-webkit-scrollbar {
    width: 5px;
	height: 5px;
    background: #FFFFFF;
    border: none;
    border-radius: 10px;
}

.INTRUMNET-consult ::-webkit-scrollbar-thumb {
	background: #000;
    border-radius: 10px;
    border: none;
}


.INTRUMNET-consult ::-webkit-scrollbar-button:vertical:start:decrement
{
	/*background-image: url(/css/crm/nicescroll-top.png);
	background-repeat: no-repeat;
	background-position: 2px 4px;*/
	display: none;
}

.INTRUMNET-consult ::-webkit-scrollbar-button:vertical:end:increment
{
	/*background-image: url(/css/crm/nicescroll-bottom.png);
	background-repeat: no-repeat;
	background-position: 2px 4px;*/
	display: none;
}

.INTRUMNET-consult ::-webkit-scrollbar-button:horizontal:start:decrement
{
	/*background-image: url(/css/crm/nicescroll-left.png);
	background-repeat: no-repeat;
	background-position: 3px 2px;*/
	display: none;
}

.INTRUMNET-consult ::-webkit-scrollbar-button:horizontal:end:increment
{
	/*background-image: url(/css/crm/nicescroll-right.png);
	background-repeat: no-repeat;
	background-position: 6px 2px;*/
	display: none;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes INTRUMNET-consult-rotateHourDirection{
	0%  {
		-webkit-transform-origin:center;
		transform-origin:center;
		-webkit-transform:rotate3d(0,0,1,0deg);
		transform:rotate3d(0,0,1,0deg);
	}
	100%{
		-webkit-transform-origin:center;
		transform-origin:center;
		-webkit-transform:rotate3d(0,0,1,360deg);
		transform:rotate3d(0,0,1,360deg);
	}
}
@keyframes INTRUMNET-consult-rotateHourDirection{
	0%{
		-webkit-transform-origin:center;
		transform-origin:center;
		-webkit-transform:rotate3d(0,0,1,0deg);
		transform:rotate3d(0,0,1,0deg);
	}
	100%{
		-webkit-transform-origin:center;
		transform-origin:center;
		-webkit-transform:rotate3d(0,0,1,360deg);
		transform:rotate3d(0,0,1,360deg);
	}
}
@-webkit-keyframes INTRUMNET-consult-minimizehover{
	from {
		color : #000;
		background-color : #EFEFEF;
	}
	to {
		color : #FFFFFF;
		background-color : #999999;
	}
}

/* Standard syntax */
@keyframes INTRUMNET-consult-minimizehover{
	from {
		color : #000;
		background-color : #EFEFEF;
	}
	to {
		color : #FFFFFF;
		background-color : #999999;
	}
}


/* Safari 4.0 - 8.0 */
@-webkit-keyframes INTRUMNET-consult-background-blink {
    0%   {background-color: #ff003f;}
    25%  {background-color: #ffa200;}
    50%  {background-color: #005dff;}
    75%  {background-color: #d500ff;}
    100% {background-color: #ff003f;}
}

/* Standard syntax */
@keyframes INTRUMNET-consult-background-blink {
    0%   {background-color: #ff003f;}
    25%  {background-color: #ffa200;}
    50%  {background-color: #005dff;}
    75%  {background-color: #d500ff;}
    100% {background-color: #ff003f;}
}

.INTRUMNET-consult{
	line-height        : normal;
	color              : #3a3a3a;
	font-family        : "PT Sans" , Arial;
	font-size          : 13px;
	position           : fixed;
	background-color   : #FFF;
	width              : 320px;
	max-height         : 100vh;
	/* border             : solid 1px #a59f9f; */
	-webkit-box-shadow : 0 12px 25px 8px #0003;
	-moz-box-shadow    : 0 12px 25px 8px rgba(0,0,0,0.17);
	box-shadow         : 0 12px 25px 8px rgba(0,0,0,0.17);
	z-index            : 100000001;


	display: flex;
	align-content: center;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
	flex-wrap: nowrap;
}

.INTRUMNET-consult > div:not(.INTRUMNET-consult-resizer){
	width: 100%;
	box-sizing: border-box;
}
.INTRUMNET-consult *{
	color     : #3a3a3a;
	font-size : 13px;
	line-height: normal;
}
.INTRUMNET-consult a{
	color : #4c89a1;
	text-decoration: none;
	font-weight: normal;
}
.INTRUMNET-consult a:hover{
	text-decoration: underline;
}
.INTRUMNET-consult hr{
	margin : 0;
	border : 0;
}

.INTRUMNET-consult img{
	border : none;
	padding :0;
}


.INTRUMNET-consult[data-state="full"] ,
.INTRUMNET-consult[data-state="full"] .INTRUMNET-consult-header ,
.INTRUMNET-consult[data-position="bottom-right"][data-state="small"] ,
.INTRUMNET-consult[data-position="bottom-right"][data-state="small"] .INTRUMNET-consult-header ,
.INTRUMNET-consult[data-position="bottom-left"][data-state="small"] ,
.INTRUMNET-consult[data-position="bottom-left"][data-state="small"] .INTRUMNET-consult-header{
	border-radius : 15px 15px 0 0;
}
.INTRUMNET-consult[data-position="left"][data-state="small"] ,
.INTRUMNET-consult[data-position="left"][data-state="small"] .INTRUMNET-consult-header{
	border-radius : 0 15px 15px 0;
}
.INTRUMNET-consult[data-position="right"][data-state="small"] ,
.INTRUMNET-consult[data-position="right"][data-state="small"] .INTRUMNET-consult-header{
	border-radius : 15px 0 0 15px;
}
.INTRUMNET-consult[data-state="small"] ,
.INTRUMNET-consult[data-state="small"]{
	height : auto!important;
}
.INTRUMNET-consult.MOUSEDOWN{
	-ms-user-select: none; 
    -moz-user-select: none; 
    -webkit-user-select: none; 
    user-select: none; 
}

.INTRUMNET-consult-newmessagescount{
	background    : #ff003f;
	color         : #FFF;
	padding       : 2px 6px;
	border-radius : 10px;
	font-size     : 11px;
}
.INTRUMNET-consult-newmessagescount:not(:empty){
    -webkit-animation-name: INTRUMNET-consult-background-blink; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
    animation-name: INTRUMNET-consult-background-blink;
    animation-duration: 4s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

.INTRUMNET-consult[data-state="full"] .INTRUMNET-consult-newmessagescount{
	position : absolute;
	left     : 3px;
	top      : 3px;
}

.INTRUMNET-consult[data-position="right"][data-state="small"] .INTRUMNET-consult-newmessagescount{
	left : 7px;
	top  : 7px;
}
.INTRUMNET-consult[data-position="left"][data-state="small"] .INTRUMNET-consult-newmessagescount{
	left : 5px;
	top  : 5px;
}

.INTRUMNET-consult-newmessagescount:empty{
	display : none;
}

.INTRUMNET-consult-resizer{
	display : inline-block;
	position : absolute;
	left    : calc(50% - 20px);
	top     : 0px;
	width   : 40px;
	border-bottom : solid 1px #dbdbdb;
	cursor : row-resize;
	height : 9px;
	-moz-box-sizing : border-box;
	-webkit-box-sizing : border-box;
	box-sizing : border-box;
}
.INTRUMNET-consult-resizer:after ,
.INTRUMNET-consult-resizer:before{
	position      : absolute;
	content       : "";
	border-bottom : solid 1px #dbdbdb;
	display       : block;
	width         : 100%;
	left          : 0;
	-moz-box-sizing : border-box;
	-webkit-box-sizing : border-box;
	box-sizing : border-box;
}
.INTRUMNET-consult-resizer:after{
	top : 5px;
}
.INTRUMNET-consult-resizer:before{
	top : 2px;
}

/* .INTRUMNET-consult[data-connection="ON"]{
	-webkit-box-shadow: 0 0 5px 5px #D0FFCF;
	box-shadow: 0 0 5px 5px #D0FFCF;
} */
.INTRUMNET-consult[data-connection="OFF"]{
	-webkit-box-shadow: 0 0 5px 5px #FFCFCF;
	box-shadow: 0 0 5px 5px #FFCFCF;
}
.INTRUMNET-consult[data-position="bottom-right"] ,
.INTRUMNET-consult[data-position="bottom-left"] ,
.INTRUMNET-consult[data-position="right"]:not([data-state="small"]) ,
.INTRUMNET-consult[data-position="left"]:not([data-state="small"]){
	top : auto!important;
}
.INTRUMNET-consult[data-position="bottom-right"] ,
.INTRUMNET-consult[data-position="right"]{
	bottom : 0px;
	right  : 40px;
}
.INTRUMNET-consult[data-position="right"][data-state="small"] ,
.INTRUMNET-consult[data-position="left"][data-state="small"]{
	top    : 40px;
	bottom : auto!important;
}
.INTRUMNET-consult[data-position="left"][data-state="small"] .INTRUMNET-consult-minimize ,
.INTRUMNET-consult[data-position="right"][data-state="small"] .INTRUMNET-consult-minimize{
	left : 3px;
	top  : -32px;
}
.INTRUMNET-consult[data-position="right"][data-state="small"]{
	right : 0!important;
	left   : auto!important;
}
.INTRUMNET-consult[data-position="left"][data-state="small"]{
	right : auto!important;
	left  : 0!important;
}
.INTRUMNET-consult[data-position="bottom-left"] ,
.INTRUMNET-consult[data-position="left"]{
	left  : 40px;
	bottom : 0px;
}
.INTRUMNET-consult[data-position="right"][data-state="small"] ,
.INTRUMNET-consult[data-position="left"][data-state="small"]{
	width : 38px;
}
.INTRUMNET-consult[data-position="right"][data-state="small"] .INTRUMNET-consult-header ,
.INTRUMNET-consult[data-position="left"][data-state="small"] .INTRUMNET-consult-header{
	height : 320px;
}
.INTRUMNET-consult[data-state="small"] .INTRUMNET-consult-managerslist-wrapper ,
.INTRUMNET-consult[data-state="small"] .INTRUMNET-consult-managerslist-wrapper{
	height : auto;
}
.INTRUMNET-consult[data-position="right"][data-state="small"] .INTRUMNET-consult-header div:nth-child(1){
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	transform: rotate(-90deg);
	left : 51px;
	top  : 37px;
	position : absolute;
	width    : 216px;
	height   : 100%;
	padding  : 10px 10px 10px 25px;
}
.INTRUMNET-consult[data-position="left"][data-state="small"] .INTRUMNET-consult-header div:nth-child(1){
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
	width    : 220px;
	right    : -91px;
	top      : 105px;
	position : absolute;
	padding  : 10px 10px 10px 25px;
}


.INTRUMNET-consult[data-position="right"][data-state="small"] .INTRUMNET-consult-header .IntrumLogoWatermark{
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	transform: rotate(-90deg);
	right  : -9px;
	top    : 46px;
	height : 10px;
}
.INTRUMNET-consult[data-position="left"][data-state="small"] .INTRUMNET-consult-header .IntrumLogoWatermark{
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
	right  : -5px;
	top    : 264px;
	height : 10px;
}

.INTRUMNET-consult[data-connection="OFF"] .INTRUMNET-consult-writer:after{
	content     : "Connection unavailable";
	position    : absolute;
	left        : 0;
	top         : 0;
	width       : 100%;
	text-align  : center;
	color       : red;
	background  : #fff;
	height      : 100%;
	padding-top : 15px;
	-moz-box-sizing : border-box;
	-webkit-box-sizing : border-box;
	box-sizing : border-box;
}


.INTRUMNET-consult[data-connection="LOAD"] .INTRUMNET-consult-writer:after{
	content     : "Establishing connection";
	position    : absolute;
	left        : 0;
	top         : 0;
	width       : 100%;
	text-align  : center;
	color       : #999;
	background  : #fff;
	height      : 100%;
	padding-top : 15px;
	-moz-box-sizing : border-box;
	-webkit-box-sizing : border-box;
	box-sizing : border-box;
}

.INTRUMNET-consult:lang(ru)[data-connection="LOAD"] .INTRUMNET-consult-writer:after{
	content : "\0423 \0441 \0442 \0430 \043D \0430 \0432 \043B \0438 \0432 \0430 \0435 \0442 \0441 \044F  \0441 \043E \0435 \0434 \0438 \043D \0435 \043D \0438 \0435";
}

.INTRUMNET-consult:lang(fr)[data-connection="LOAD"] .INTRUMNET-consult-writer:after{
	content : "La connexion est en train d'être établie";
}

.INTRUMNET-consult:lang(ru)[data-connection="OFF"] .INTRUMNET-consult-writer:after{
	content : "\041E \0442 \0441 \0443 \0442 \0441 \0442 \0432 \0443 \0435 \0442  \0441 \043E \0435 \0434 \0438 \043D \0435 \043D \0438 \0435 ";
}

.INTRUMNET-consult:lang(fr)[data-connection="OFF"] .INTRUMNET-consult-writer:after{
	content : "La connexion n'est pas disponible";
}

.INTRUMNET-consult .INTRUMNET-consult-header .IntrumLogoWatermark{
	position        : absolute;
	top             : 17px;
	right           : 25px;
	opacity         : 1;
	pointer-events  : none;
	height          : 10px;
	max-width       : none;
	max-height      : none;
}
.INTRUMNET-consult .INTRUMNET-consult-managerslist-wrapper .CallBackLink{
	color           : inherit;
	text-decoration : none;
	position        : absolute;
	right           : 25px;
	top             : 23px;
	font-size       : 26px;
}

.INTRUMNET-consult[data-state="medium"] .INTRUMNET-consult-history ,
.INTRUMNET-consult[data-state="small"] .INTRUMNET-consult-history ,
.INTRUMNET-consult[data-state="medium"] .INTRUMNET-consult-resizer ,
.INTRUMNET-consult[data-state="small"] .INTRUMNET-consult-resizer ,
.INTRUMNET-consult[data-state="medium"] .INTRUMNET-consult-writer ,
.INTRUMNET-consult[data-state="small"] .INTRUMNET-consult-writer ,
.INTRUMNET-consult[data-state="small"] .INTRUMNET-consult-footer ,
.INTRUMNET-consult[data-state="medium"] .INTRUMNET-consult-footer ,
.INTRUMNET-consult[data-state="small"] .INTRUMNET-consult-useintrumcrm ,
.INTRUMNET-consult[data-state="medium"] .INTRUMNET-consult-useintrumcrm ,
/* .INTRUMNET-consult[data-state="small"] .INTRUMNET-consult-header .INTRUMNET-consult-minimize , */
.INTRUMNET-consult[data-state="small"] .INTRUMNET-consult-managerslist ,
.INTRUMNET-consult[data-state="small"] .INTRUMNET-consult-managerslist-wrapper .CallBackLink ,
.INTRUMNET-consult[data-state="full"] .INTRUMNET-consult-header .IntrumLogoWatermark{
	display : none;
}
.INTRUMNET-consult[data-state="full"]{
	min-height : 497px;
}

.INTRUMNET-consult-header{
	background-color : #EFEFEF;
	font-size        : 16px;
	cursor           : move;
}
.INTRUMNET-consult[data-state="small"] .INTRUMNET-consult-header{
	cursor : pointer;
}
.INTRUMNET-consult[data-state="full"] .INTRUMNET-consult-header div:nth-child(1){
	width : 70%;
	margin-left : 25%;
}
.INTRUMNET-consult[data-state="full"] .INTRUMNET-consult-header div:nth-child(1){
	font-size : 12px;
	padding-bottom : 0px;
}
.INTRUMNET-consult-header div:nth-child(1){
	padding    : 14px 25px 8px 25px;
	text-align : left;
	display    : inline-block;
	width      : 100%;
	-moz-box-sizing : border-box;
	-webkit-box-sizing : border-box;
	box-sizing : border-box;
	
	overflow      : hidden;
	text-overflow : ellipsis;
	white-space   : nowrap;
}
.INTRUMNET-consult-header div:nth-child(2){
	text-align : right;
	display    : inline-block;
	width      : 30%;
	-moz-box-sizing : border-box;
	-webkit-box-sizing : border-box;
	box-sizing : border-box;
}
.INTRUMNET-consult-header .INTRUMNET-consult-minimize{
	padding       : 4px 5px;
	color         : #AAA;
	border        : solid 1px;
	border-radius : 50%;
	line-height   : 0;
	font-size     : 12px;
	position      : absolute;
	left          : -35px;
	top           : 3px;
	background    : #EFEFEF;
}
.INTRUMNET-consult-header .INTRUMNET-consult-minimize *{
	color         : #AAA;
}
/* .INTRUMNET-consult-header .INTRUMNET-consult-minimize:hover{
	background-color : #999;
	color            : #FFF;
	-moz-animation-name    : INTRUMNET-consult-minimizehover;
	-webkit-animation-name : INTRUMNET-consult-minimizehover;
	animation-name         : INTRUMNET-consult-minimizehover;
	animation-duration     : 0.3s;
} */
.INTRUMNET-consult-managerslist{
	list-style    : none;
	padding       : 0;
	margin        : 0;
	white-space   : nowrap;
	position      : relative;
	cursor        : move;
	/* border-bottom : solid 1px #DBDBDB; */
}
.INTRUMNET-consult-managerslist-wrapper{
	font-size : 12px;
	height    : 45px;
}
.INTRUMNET-consult-managerslist li{
	position : relative;
	display  : inline-block;
	width    : 100%;
	margin   : 0!important;
}
.INTRUMNET-consult-managerslist li div.st{
	font-size : 10px;
	position : absolute;
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	transform: rotate(-90deg);
	top : 0;
	right : -7px;
}
.INTRUMNET-consult-managerslist li div.st.off:before ,
.INTRUMNET-consult-managerslist li div.st.on:before{
	content      : "";
	width        : 4px;
	height       : 4px;
	display      : inline-block;
	margin-right : 5px;
	border-radius : 2px;
}
.INTRUMNET-consult-managerslist li div.st.on:before{
	background : #06ff00;
}
.INTRUMNET-consult-managerslist li div.st.off:before{
	background : #FF0000;
}
.INTRUMNET-consult-managerslist li[data-onlinestatus=OFF]{
	display : none;
}
.INTRUMNET-consult-managerslist li.anim{
	animation-name: SlideINTRUMNET-consult-managerslist;
	-webkit-animation-name: SlideINTRUMNET-consult-managerslist;
	-webkit-animation-duration: 1.0s;
	-webkit-animation-timing-function: linear;
	position : absolute;
	left     : -100%;
	z-index  : 1;
}
.INTRUMNET-consult-managerslist:empty:before{
	content    : "Loading list";
	display    : block;
	color      : #999;
	text-align : center;
	padding    : 20px 0;
}
.INTRUMNET-consult:lang(en) .INTRUMNET-consult-managerslist ,
.INTRUMNET-consult:lang(en-US) .INTRUMNET-consult-managerslist{
	content : "Loading the list";
}
.INTRUMNET-consult:lang(fr) .INTRUMNET-consult-managerslist{
	content : "Chargement de la liste";
}
.INTRUMNET-consult:lang(ru) .INTRUMNET-consult-managerslist ,
.INTRUMNET-consult:lang(ru-RU) .INTRUMNET-consult-managerslist{
	content : "\0417 \0430 \0433 \0440 \0443 \0437 \043A \0430  \0441 \043F \0438 \0441 \043A \0430 ";
}
.INTRUMNET-consult-manager-avatar{
	display            : inline-block;
	vertical-align     : top;
	width              : 80px;
	height             : 80px;
	border-radius      : 50%;
	overflow           : hidden;
	background         : #FFFFFF;
	box-sizing         : border-box;
	-moz-box-sizing    : border-box;
	-webkit-box-sizing : border-box;
	position           : absolute;
	top                : -17px;
	left               : 15px;
}
.INTRUMNET-consult-manager-info{
	display            : inline-block;
	vertical-align     : top;
	width              : 55%;
	box-sizing         : border-box;
	-moz-box-sizing    : border-box;
	-webkit-box-sizing : border-box;
	padding            : 0 0px 10px 10px;
	margin-left        : 30%;
}
.INTRUMNET-consult-manager-info .manager-name{
	overflow : hidden;
	text-overflow : ellipsis;
	white-space : nowrap;
}
	.INTRUMNET-consult[data-state="full"] .INTRUMNET-consult-manager-info .manager-name{
		font-size : 13px;
		line-height: 24px;
	}
	.INTRUMNET-consult-manager-info .manager-name{
		font-size     : 12px;
	}
	.INTRUMNET-consult-manager-info .manager-contacts{
		margin-bottom : 5px;
		white-space   : nowrap;
		overflow      : hidden;
		text-overflow : ellipsis;
		display       : none;
	}
	.INTRUMNET-consult-manager-info .manager-post{
		font-style    : italic;
		width         : 100%;
		overflow      : hidden;
		text-overflow : ellipsis;
		white-space   : nowrap;
		font-size : 11px;
	}
.INTRUMNET-consult-manager-avatar img{
	max-width      : 100%;
	vertical-align : middle;
	border         : none;
	padding        : 0;
}
.INTRUMNET-consult-manager-avatar:after{
	content        : "";
	display        : inline-block;
	vertical-align : middle;
	width          : 0;
	height         : 100%;
}

.INTRUMNET-consult-history{
	height             : calc(100% - 212px);
	min-height         : 285px;
	background-color   : #FFF;
	box-sizing         : border-box;
	-moz-box-sizing    : border-box;
	-webkit-box-sizing : border-box;
	padding            : 5px;
	overflow           : auto;
	position           : relative;
	border-radius      : 3px;
	flex-grow: 1;
}
.INTRUMNET-consult-history .historyState{
	padding    : 8px;
	color      : #999;
	text-align : center;
	font-size: 11px;
}
.INTRUMNET-consult-history:empty:after{
	content     : "No messages";
	text-align  : center;
	color       : #999;
	padding-top : 30px;
	position    : absolute;
	left        : 0;
	width       : 100%;
	height      : 100%;
	top         : 0;
	box-sizing         : border-box;
	-moz-box-sizing    : border-box;
	-webkit-box-sizing : border-box;
}
.INTRUMNET-consult:lang(fr) .INTRUMNET-consult-history:empty:after{
	content : "Pas de messages";
}
.INTRUMNET-consult:lang(ru) .INTRUMNET-consult-history:empty:after{
	content : "\0421 \043E \043E \0431 \0449 \0435 \043D \0438 \0439  \043D \0435  \0431 \044B \043B \043E ";
}
.INTRUMNET-consult-manager-write-status{
	position   : absolute;
	width      : 100%;
	text-align : center;
	z-index    : 1;
	bottom     : 90px;
	color      : #999;
	display    : none;
}
.INTRUMNET-consult-manager-write-status.ManagerWriteMessage{
	display : block;
}
.INTRUMNET-consult-history .message{
	padding : 5px;
}
.INTRUMNET-consult-history .message[data-status="0"]{
	opacity : 0.5;
}

.INTRUMNET-consult-history .message .avatar{
	vertical-align: top;
	display : inline-block;
	padding : 0px;
	width   : 13%;
	box-sizing         : border-box;
	-moz-box-sizing    : border-box;
	-webkit-box-sizing : border-box;
}
.INTRUMNET-consult-history .message.outter .avatar{
	float : right;
}
.INTRUMNET-consult-history .message .avatar img{
	max-width : 100%;
	border-radius : 50%;
}
.INTRUMNET-consult-history .message .messagetext{
	background-color : #fff;
	display : inline-block;
	padding: 0px 10px 10px 10px;
	width   : 82%;
	margin-left : 5%;
	box-sizing         : border-box;
	-moz-box-sizing    : border-box;
	-webkit-box-sizing : border-box;
	vertical-align: top;
	position : relative;
	min-height : 50px;
}
.INTRUMNET-consult-history .message .messageauthor{
	line-height: 20px;
	font-size: 11px;
	color       : #ababab;
}
.INTRUMNET-consult-history .message.outter .messageauthor{
	float : right;
	margin-left : 10px;
}
.INTRUMNET-consult-history .message .messagedate{
	font-size  : 11px;
	font-style : italic;
	color      : #999;
}
.INTRUMNET-consult-history .message.outter .messagehead{
	text-align : right;
}
.INTRUMNET-consult-history .message.outter .messagetext{
	margin-right : 5%;
	margin-left  : 0%;
	text-align : right;
}
.INTRUMNET-consult-history .message.sending .messagetext{
	display : none;
}
.INTRUMNET-consult-history .message .form-filled div{
	margin  : 5px 0;
	display : none;
}
.INTRUMNET-consult-history .message .form-filled div:nth-child(even){
	background : #EFEFEF;
}
.INTRUMNET-consult-history .message .form-filled div span:nth-child(1){
	display    : inline-block;
	width      : 30%;
	padding    : 3px;
	text-align : right;
	color      : #666;
	-moz-box-sizing    : border-box;
	-webkit-box-sizing : border-box;
	box-sizing         : border-box;
	vertical-align     : top;
	word-wrap          : break-word;
}
.INTRUMNET-consult-history .message .form-filled div span:nth-child(2){
	display    : inline-block;
	width      : 70%;
	padding    : 3px;
	-moz-box-sizing    : border-box;
	-webkit-box-sizing : border-box;
	box-sizing         : border-box;
	vertical-align     : top;
	word-wrap          : break-word;
}
.INTRUMNET-consult-history .message .form-filled.expanded div{
	display : block;
}
.INTRUMNET-consult-history .message .form-filled div:first-child{
	text-align : center;
	font-size  : 16px;
	padding    : 5px;
	display    : block;
	cursor     : pointer;
	color      : #0A530A;
}
.INTRUMNET-consult-history .message .form-filled div:first-child:before ,
.INTRUMNET-consult-history .message .form-filled div:first-child:after{
	font-family    :'icomoon' !important;
	speak          : none;
	font-style     : normal;
	font-weight    : normal;
	font-variant   : normal;
	text-transform : none;
	vertical-align : middle;
	display        : inline-block;
	line-height    : 1;
	letter-spacing : 0;
	-webkit-font-feature-settings: "liga";
	-moz-font-feature-settings: "liga=1";
	-moz-font-feature-settings: "liga";
	-ms-font-feature-settings: "liga"1;
	font-feature-settings: "liga";
	-webkit-font-variant-ligatures: discretionary-ligatures;
	font-variant-ligatures: discretionary-ligatures;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.INTRUMNET-consult-history .message .form-filled div:first-child:after{
	content     : "\e9bf";
	margin-left : 5px;
	color       : #666;
}
.INTRUMNET-consult-history .message .form-filled.expanded div:first-child:after{
	content : "\e9c0";
}
.INTRUMNET-consult-history .message .form-filled div:first-child:before{
	content        : "\ea10";
	color          : #FFFFFF;
	background     : #00b400;
	padding        : 4px;
	border-radius  : 50%;
	margin-right   : 10px;
}
.INTRUMNET-consult-history .message.sending::before{
	content: "Sending message";
	position: static;
	right: auto;
	top: auto;
	text-align: right;
	display: inline-block;
	width: 80%;

}
.INTRUMNET-consult-history .message.sending:lang(ru)::before{
    content: "\0418 \0434 \0435 \0442  \043E \0442 \043F \0440 \0430 \0432 \043A \0430  \0441 \043E \043E \0431 \0449 \0435 \043D \0438 \044F ";
}
.INTRUMNET-consult-history .message.sending:lang(fr)::before{
	content: "L'envoi du message est en cours";
}
.INTRUMNET-consult-history .message.outter .messagetext::before {
    content: '';
	position: absolute;
	right: -20px;
	top: 0;
	border: 10px solid transparent;
	border-left: 10px solid #FFF;
}
.INTRUMNET-consult-history .message.outter .messagetext::after {
	display : none;
}
.INTRUMNET-consult-history .message .messagetext::after {
    content: '';
	position: absolute;
	left: -20px;
	top: 0;
	border: 10px solid transparent;
	border-right: 10px solid #FFFFFF;
}
.INTRUMNET-consult-writer{
	position   : relative;
	background : #EFF1F5;
	padding    : 27px 15px 15px 15px;
}
.INTRUMNET-consult-writer textarea{
	width  : 100%;
	resize : none;
	box-sizing         : border-box;
	-moz-box-sizing    : border-box;
	-webkit-box-sizing : border-box;
	border             : none;
	border             : solid 1px #dbdbdb;
	font-family        : "PT Sans" , Arial;
	font-size          : 13px;
	height             : 70px;
	padding : 5px;
	margin : 0;
	border-radius : 3px;
}
.INTRUMNET-consult-writer button{
	font-size: 16px;
	padding: 6px 8px;
	text-decoration: none;
	cursor: pointer;
	border: none;
	display: inline-block;
	min-width: 120px;
	text-align: center;
	background-color : #EFEFEF;
}
.INTRUMNET-consult-writer button:hover{
	background-color : #8D8A8A;
	color            : #FFFFFF;
}



.INTRUMNET-consult .INTRUMNET-consult-header .INTRUMNET-consult-mobileicon{
	display : none;
}

.INTRUMNET-consult.isMobile[data-state="full"]{
	min-height : 100%;
}
.INTRUMNET-consult.isMobile{
	width : 100%;
	left  : 0;
	bottom : 0;
	height : 100%;
	max-height : 100%;
	-moz-box-sizing : border-box;
	-webkit-box-sizing : border-box;
	box-sizing : border-box;
	border-radius : 0;
}


.INTRUMNET-consult.isMobile .INTRUMNET-consult-managerslist ,
.INTRUMNET-consult.isMobile .INTRUMNET-consult-resizer ,
.INTRUMNET-consult.isMobile[data-state="medium"] .INTRUMNET-consult-history ,
.INTRUMNET-consult.isMobile[data-state="small"] .INTRUMNET-consult-history ,
.INTRUMNET-consult.isMobile[data-state="medium"] .INTRUMNET-consult-resizer ,
.INTRUMNET-consult.isMobile[data-state="small"] .INTRUMNET-consult-resizer ,
.INTRUMNET-consult.isMobile[data-state="medium"] .INTRUMNET-consult-writer ,
.INTRUMNET-consult.isMobile[data-state="small"] .INTRUMNET-consult-writer ,
.INTRUMNET-consult.isMobile .INTRUMNET-consult-footer ,
.INTRUMNET-consult.isMobile .INTRUMNET-consult-footer ,
.INTRUMNET-consult.isMobile[data-state="medium"] .INTRUMNET-consult-header .INTRUMNET-consult-minimize ,
.INTRUMNET-consult.isMobile .INTRUMNET-consult-useintrumcrm ,
.INTRUMNET-consult.isMobile .INTRUMNET-consult-managerslist-wrapper ,
.INTRUMNET-consult.isMobile[data-state="small"] .IntrumLogoWatermark{
	display : none;
}

.INTRUMNET-consult.isMobile .INTRUMNET-consult-history{
	height     : calc(100% - 156px);
	min-height : auto;
}

.INTRUMNET-consult.isMobile[data-state="small"] .INTRUMNET-consult-header .INTRUMNET-consult-mobileicon{
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	right: 5px;
	top: 6px;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='400' height='400' xmlns='http://www.w3.org/2000/svg' display='block'%3E%3Cpath d='M172.5 21.452C107.098 31.702 52.74 76.955 30.98 139.267c-2.05 5.875-2.916 7.092-6.572 9.234-32.53 19.065-30.36 96.368 3.094 110.158 4.186 1.725 4.668 2.333 7.598 9.596 21.908 54.303 78.23 98.567 135.81 106.733 4.254.604 8.484 1.87 10.107 3.025 3.94 2.805 12.743 2.75 16.368-.1 14.256-11.214-1.926-33.76-16.498-22.987-3.608 2.668-3.445 2.68-19.094-1.334C21.01 317.49-4.487 129.93 121.696 58.636 227.42-1.1 360 76.347 360 197.845c0 20.644-1.992 31.12-11.7 61.535-1.012 3.165 15.513 1.925 22.973-1.725 26.377-12.905 36.268-55.61 20.52-88.59-4.284-8.97-11.826-18.007-16.717-20.033-2.388-.99-3.48-2.893-7.087-12.35C337.277 56.14 256.173 8.336 172.5 21.45m5.5 28.57c-78.053 10.8-126 68.216-126 150.88 0 14.715.808 16.382 4.273 8.813 7.18-15.686 16.157-19.46 56.327-23.684 58.644-6.165 97.137-24.09 139.796-65.1l11.555-11.11-.566 7.84c-2.028 28.05 25.038 51.145 73.616 62.815 5.775 1.387 11.063 2.523 11.75 2.524 3.613.002-.85-23.306-7.826-40.887-25.26-63.644-92.76-101.8-162.924-92.09m-42.285 141.022c-32.88 8.155-29.58 57.618 4.05 60.667 28.082 2.547 43.105-31.683 23-52.404-6.748-6.954-18.21-10.456-27.05-8.263m114.02-.004c-30.68 7.615-31.78 51.584-1.502 59.91 24.037 6.608 45.238-19.012 34.96-42.247-5.654-12.782-20.835-20.796-33.46-17.662M235.29 297.19c-18.338 8.708-50.356 8.878-68.946.367-11.947-5.47-10.95 11.055 1.362 22.572C193.072 343.854 244 332.083 244 302.494c0-8.085-1.25-8.846-8.71-5.304' fill='%232e2e2e' fill-rule='evenodd'/%3E%3C/svg%3E");
	background-size: 100%;
}


.INTRUMNET-consult.isMobile[data-position="bottom-left"] ,
.INTRUMNET-consult.isMobile[data-position="left"] ,
.INTRUMNET-consult.isMobile[data-position="bottom-right"] ,
.INTRUMNET-consult.isMobile[data-position="right"]{
	left : 0!important;
}
.INTRUMNET-consult.isMobile[data-position="bottom-right"][data-state="small"] ,
.INTRUMNET-consult.isMobile[data-position="right"][data-state="small"]{
	right : 0!important;
	left : auto!important;
}
.INTRUMNET-consult.isMobile[data-position="bottom-left"][data-state="small"] ,
.INTRUMNET-consult.isMobile[data-position="left"][data-state="small"] ,
.INTRUMNET-consult.isMobile[data-position="bottom-right"][data-state="small"] ,
.INTRUMNET-consult.isMobile[data-position="right"][data-state="small"]{
	width : 40px;
}
.INTRUMNET-consult.isMobile .INTRUMNET-consult-header{
	border-radius : 0!important;
}
.INTRUMNET-consult.isMobile[data-state="small"] .INTRUMNET-consult-header div:nth-child(1){
	font-size: 11px;
	padding: 10px 0px 10px 0px;
	width: 0;
}
.INTRUMNET-consult.isMobile[data-state="full"] .INTRUMNET-consult-header div:nth-child(1){
	padding   : 10px 25px 10px 25px;
	font-size : 16px;
	margin    : 0;
	width     : 100%;
}
.INTRUMNET-consult.isMobile .INTRUMNET-consult-header .INTRUMNET-consult-minimize{
	right : 4px;
	top   : 4px;
	left  : auto;
	padding: 10px;
}
.INTRUMNET-consult.isMobile[data-position="bottom-right"][data-state="small"] .INTRUMNET-consult-minimize{
	right : 45px;
}
.INTRUMNET-consult.isMobile[data-position="bottom-left"][data-state="small"] .INTRUMNET-consult-minimize{
	right: auto;
	left: 45px
}
.INTRUMNET-consult.isMobile[data-position="right"][data-state="small"] .INTRUMNET-consult-header .INTRUMNET-consult-minimize ,
.INTRUMNET-consult.isMobile[data-position="left"][data-state="small"] .INTRUMNET-consult-header .INTRUMNET-consult-minimize{
	right: auto;
	left: auto;
	top: calc(100% + 5px);
	bottom: auto;
}
.INTRUMNET-consult.isMobile[data-position="right"][data-state="small"] .INTRUMNET-consult-header .INTRUMNET-consult-minimize{
	right: 5px;
}
.INTRUMNET-consult.isMobile[data-position="left"][data-state="small"] .INTRUMNET-consult-header .INTRUMNET-consult-minimize{
	left : 5px;
}

.INTRUMNET-consult.isMobile[data-position="left"][data-state="small"] .INTRUMNET-consult-header div:nth-child(1){
	-ms-transform: rotate(0);
	-webkit-transform: rotate(0);
	-o-transform: rotate(0);
	-moz-transform: rotate(0);
	transform: rotate(0);
	width    : auto;
	right    : auto;
	top      : auto;
	position : relative;
	padding  : 10px 10px 10px 50px;
}

.INTRUMNET-consult.isMobile[data-position="right"][data-state="small"] .INTRUMNET-consult-header div:nth-child(1){
	-ms-transform: rotate(0);
	-webkit-transform: rotate(0);
	-o-transform: rotate(0);
	-moz-transform: rotate(0);
	transform: rotate(0);
	left : auto;
	top  : auto;
	position : relative;
	width    : 0;
	height   : auto;
	padding  : 10px 10px 10px 50px;
}
.INTRUMNET-consult.isMobile[data-position="right"][data-state="small"] .INTRUMNET-consult-header .INTRUMNET-consult-mobileicon{
	right : 28px;
}
.INTRUMNET-consult.isMobile[data-position="right"][data-state="small"] .INTRUMNET-consult-header, .INTRUMNET-consult[data-position="left"][data-state="small"] .INTRUMNET-consult-header{
	height : auto;
}

.INTRUMNET-consult.isMobile[data-position="left"][data-state="small"] .INTRUMNET-consult-header .INTRUMNET-consult-mobileicon{
	right : auto;
	left  : 8px;
}

@media screen and (max-device-height: 740px) and (max-device-width: 1024px) ,
@media screen and (max-device-width: 740px) and (max-device-height: 1024px){
	.INTRUMNET-consult[data-state="full"]{
		min-height : 100%;
	}
	.INTRUMNET-consult{
		width : 100%;
		left  : 0;
		bottom : 0;
		height : 100%;
		max-height : 100%;
		-moz-box-sizing : border-box;
		-webkit-box-sizing : border-box;
		box-sizing : border-box;
		border-radius : 0;
	}
	.INTRUMNET-consult .INTRUMNET-consult-managerslist ,
	.INTRUMNET-consult-resizer ,
	.INTRUMNET-consult[data-state="medium"] .INTRUMNET-consult-history ,
	.INTRUMNET-consult[data-state="small"] .INTRUMNET-consult-history ,
	.INTRUMNET-consult[data-state="medium"] .INTRUMNET-consult-resizer ,
	.INTRUMNET-consult[data-state="small"] .INTRUMNET-consult-resizer ,
	.INTRUMNET-consult[data-state="medium"] .INTRUMNET-consult-writer ,
	.INTRUMNET-consult[data-state="small"] .INTRUMNET-consult-writer ,
	.INTRUMNET-consult .INTRUMNET-consult-footer ,
	.INTRUMNET-consult .INTRUMNET-consult-footer ,
	.INTRUMNET-consult[data-state="medium"] .INTRUMNET-consult-header .INTRUMNET-consult-minimize ,
	.INTRUMNET-consult .INTRUMNET-consult-useintrumcrm ,
	.INTRUMNET-consult-managerslist-wrapper ,
	.INTRUMNET-consult[data-state="small"] .IntrumLogoWatermark{
		display : none;
	}
	.INTRUMNET-consult-history{
		height     : calc(100% - 156px);
		min-height : auto;
	}
	
	.INTRUMNET-consult[data-state="small"] .INTRUMNET-consult-header .INTRUMNET-consult-mobileicon{
		display: block;
		width: 24px;
		height: 24px;
		position: absolute;
		right: 5px;
		top: 6px;
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='400' height='400' xmlns='http://www.w3.org/2000/svg' display='block'%3E%3Cpath d='M172.5 21.452C107.098 31.702 52.74 76.955 30.98 139.267c-2.05 5.875-2.916 7.092-6.572 9.234-32.53 19.065-30.36 96.368 3.094 110.158 4.186 1.725 4.668 2.333 7.598 9.596 21.908 54.303 78.23 98.567 135.81 106.733 4.254.604 8.484 1.87 10.107 3.025 3.94 2.805 12.743 2.75 16.368-.1 14.256-11.214-1.926-33.76-16.498-22.987-3.608 2.668-3.445 2.68-19.094-1.334C21.01 317.49-4.487 129.93 121.696 58.636 227.42-1.1 360 76.347 360 197.845c0 20.644-1.992 31.12-11.7 61.535-1.012 3.165 15.513 1.925 22.973-1.725 26.377-12.905 36.268-55.61 20.52-88.59-4.284-8.97-11.826-18.007-16.717-20.033-2.388-.99-3.48-2.893-7.087-12.35C337.277 56.14 256.173 8.336 172.5 21.45m5.5 28.57c-78.053 10.8-126 68.216-126 150.88 0 14.715.808 16.382 4.273 8.813 7.18-15.686 16.157-19.46 56.327-23.684 58.644-6.165 97.137-24.09 139.796-65.1l11.555-11.11-.566 7.84c-2.028 28.05 25.038 51.145 73.616 62.815 5.775 1.387 11.063 2.523 11.75 2.524 3.613.002-.85-23.306-7.826-40.887-25.26-63.644-92.76-101.8-162.924-92.09m-42.285 141.022c-32.88 8.155-29.58 57.618 4.05 60.667 28.082 2.547 43.105-31.683 23-52.404-6.748-6.954-18.21-10.456-27.05-8.263m114.02-.004c-30.68 7.615-31.78 51.584-1.502 59.91 24.037 6.608 45.238-19.012 34.96-42.247-5.654-12.782-20.835-20.796-33.46-17.662M235.29 297.19c-18.338 8.708-50.356 8.878-68.946.367-11.947-5.47-10.95 11.055 1.362 22.572C193.072 343.854 244 332.083 244 302.494c0-8.085-1.25-8.846-8.71-5.304' fill='%232e2e2e' fill-rule='evenodd'/%3E%3C/svg%3E");
		background-size: 100%;
	}
	
	
	.INTRUMNET-consult[data-position="bottom-left"] ,
	.INTRUMNET-consult[data-position="left"] ,
	.INTRUMNET-consult[data-position="bottom-right"] ,
	.INTRUMNET-consult[data-position="right"]{
		left : 0!important;
	}
	.INTRUMNET-consult[data-position="bottom-right"][data-state="small"] ,
	.INTRUMNET-consult[data-position="right"][data-state="small"]{
		right : 0!important;
		left : auto!important;
	}
	.INTRUMNET-consult[data-position="bottom-left"][data-state="small"] ,
	.INTRUMNET-consult[data-position="left"][data-state="small"] ,
	.INTRUMNET-consult[data-position="bottom-right"][data-state="small"] ,
	.INTRUMNET-consult[data-position="right"][data-state="small"]{
		width : 40px;
	}
	.INTRUMNET-consult .INTRUMNET-consult-header{
		border-radius : 0!important;
	}
	.INTRUMNET-consult[data-state="small"] .INTRUMNET-consult-header div:nth-child(1){
		font-size: 11px;
		padding: 10px 0px 10px 0px;
		width: 0;
	}
	.INTRUMNET-consult[data-state="full"] .INTRUMNET-consult-header div:nth-child(1){
		padding   : 10px 25px 10px 25px;
		font-size : 16px;
		margin    : 0;
		width     : 100%;
	}
	.INTRUMNET-consult-header .INTRUMNET-consult-minimize{
		right : 4px;
		top   : 4px;
		left  : auto;
		padding: 10px;
	}
	.INTRUMNET-consult[data-position="bottom-right"][data-state="small"] .INTRUMNET-consult-minimize{
		right : 45px;
	}
	.INTRUMNET-consult[data-position="bottom-left"][data-state="small"] .INTRUMNET-consult-minimize{
		right: auto;
		left: 45px
	}
	.INTRUMNET-consult[data-position="right"][data-state="small"] .INTRUMNET-consult-header .INTRUMNET-consult-minimize ,
	.INTRUMNET-consult[data-position="left"][data-state="small"] .INTRUMNET-consult-header .INTRUMNET-consult-minimize{
		right: auto;
		left: auto;
		top: calc(100% + 5px);
		bottom: auto;
	}
	.INTRUMNET-consult[data-position="right"][data-state="small"] .INTRUMNET-consult-header .INTRUMNET-consult-minimize{
		right: 5px;
	}
	.INTRUMNET-consult[data-position="left"][data-state="small"] .INTRUMNET-consult-header .INTRUMNET-consult-minimize{
		left : 5px;
	}
	
	.INTRUMNET-consult[data-position="left"][data-state="small"] .INTRUMNET-consult-header div:nth-child(1){
		-ms-transform: rotate(0);
		-webkit-transform: rotate(0);
		-o-transform: rotate(0);
		-moz-transform: rotate(0);
		transform: rotate(0);
		width    : auto;
		right    : auto;
		top      : auto;
		position : relative;
		padding  : 10px 10px 10px 50px;
	}
	
	.INTRUMNET-consult[data-position="right"][data-state="small"] .INTRUMNET-consult-header div:nth-child(1){
		-ms-transform: rotate(0);
		-webkit-transform: rotate(0);
		-o-transform: rotate(0);
		-moz-transform: rotate(0);
		transform: rotate(0);
		left : auto;
		top  : auto;
		position : relative;
		width    : 0;
		height   : auto;
		padding  : 10px 10px 10px 50px;
	}
	.INTRUMNET-consult[data-position="right"][data-state="small"] .INTRUMNET-consult-header .INTRUMNET-consult-mobileicon{
		right : 28px;
	}
	.INTRUMNET-consult[data-position="right"][data-state="small"] .INTRUMNET-consult-header, .INTRUMNET-consult[data-position="left"][data-state="small"] .INTRUMNET-consult-header{
		height : auto;
	}
	
	.INTRUMNET-consult[data-position="left"][data-state="small"] .INTRUMNET-consult-header .INTRUMNET-consult-mobileicon{
		right : auto;
		left  : 8px;
	}
	
	
}
.INTRUMNET-consult-useintrumcrm{
	text-align : right;
	padding    : 5px;
	font-size  : 12px;
	color      : #777;
}
.INTRUMNET-consult-useintrumcrm a{
	color           : #82aec3;
	text-decoration : none;
	font-size: 11px;
	font-weight: normal;	
}
/* Oline Forms */
.INTRUMNET-consult .OnlineFormBlank{
	background-color : #FFFFFF;
}
.INTRUMNET-consult .OnlineFormBlank .OnlineFormBlank-Prelaod ,
.INTRUMNET-consult .OnlineFormBlank .OnlineFormBlank-Feedback{
	padding : 15px;
}
.INTRUMNET-consult .OnlineFormBlank .OnlineFormBlank-title{
	padding : 15px;
	font-size : 16px;
	text-align : center;
}

.INTRUMNET-consult .OnlineFormBlank .Spinner{
	display : inline-block;
	font-size : 24px;
	animation: INTRUMNET-consult-rotateHourDirection 1s infinite;
	animation-timing-function: linear;
	-webkit-animation: INTRUMNET-consult-rotateHourDirection 1s infinite;
	-webkit-animation-timing-function: linear;
}

.INTRUMNET-consult .OnlineFormBlank  .FormFieldRow ,
.INTRUMNET-consult .introduce_yourself  .FormFieldRow{
	margin : 3px 0;
}
.INTRUMNET-consult .OnlineFormBlank  .FormFieldRow .RowName.required:before{
	content : "*";
	margin-right : 3px;
}
.INTRUMNET-consult .OnlineFormBlank  .FormFieldRow .RowName{
	padding : 3px;
	display : inline-block;
	width   : 30%;
	-moz-box-sizing : border-box;
	-webkit-box-sizing : border-box;
	box-sizing : border-box;
	text-align : right;
	vertical-align : top;
	word-wrap: break-word;
}
.INTRUMNET-consult .OnlineFormBlank  .FormFieldRow .RowValue{
	padding : 3px;
	display : inline-block;
	width   : 70%;
	-moz-box-sizing : border-box;
	-webkit-box-sizing : border-box;
	box-sizing : border-box;
	vertical-align : top;
}
.INTRUMNET-consult .OnlineFormBlank  .FormFieldRow .RowValue input[type=text] ,
.INTRUMNET-consult .introduce_yourself input[type=text] ,
.INTRUMNET-consult .introduce_yourself textarea{
	width : 100%;
	-moz-box-sizing : border-box;
	-webkit-box-sizing : border-box;
	box-sizing : border-box;
	background    : #FFFFFF;
	border-radius : 4px;
	border        : solid 1px #D6D8DC;
	font-family   : "Open Sans";
	font-size     : 12px;
	padding       : 8px;
}
.INTRUMNET-consult .introduce_yourself textarea{
	resize : none;
}
.INTRUMNET-consult .OnlineFormBlank  .FormFieldRow .RowValue select{
	width : 100%;
	-moz-box-sizing : border-box;
	-webkit-box-sizing : border-box;
	box-sizing : border-box;
}

.INTRUMNET-consult .OnlineFormBlank .SubmitInterface{
	padding : 15px;
	text-align : center;
}
.INTRUMNET-consult .OnlineFormBlank .SubmitInterface input[type=submit] ,
.INTRUMNET-consult .introduce_yourself button{
	color           : #000000;
	background      : #EFEFEF;
	font-family     : "Open Sans";
	font-size       : 13px;
	padding         : 6px 15px;
	border-radius   : 3px 3px 3px 3px;
	text-decoration : none;
	cursor          : pointer;
	border          : none;
	display         : inline-block;
	min-width       : 120px;
	text-align      : center;
}

/* !Online Forms */

/* introduce_yourself */
.INTRUMNET-consult .introduce_yourself{
	text-align : center;
	background : #FAF0D1;
	padding    : 10px;
}
.INTRUMNET-consult .introduce_yourself div:nth-child(1){
	margin-top : 10px;
}

.INTRUMNET-consult-history .message .introduce_yourself_data div div{
	margin : 3px 0;
}
.INTRUMNET-consult-history .message .introduce_yourself_data div div span:nth-child(1){
	display    : inline-block;
	width      : 50%;
	padding    : 3px;
	text-align : right;
	
	-moz-box-sizing : border-box;
	-webkit-box-sizing : border-box;
	box-sizing : border-box;
}
.INTRUMNET-consult-history .message .introduce_yourself_data div div span:nth-child(2){
	display    : inline-block;
	width      : 50%;
	padding    : 3px;
	text-align : left;
	
	-moz-box-sizing : border-box;
	-webkit-box-sizing : border-box;
	box-sizing : border-box;
}
/* !introduce_yourself */

@font-face{font-family:'icomoon';src:url('/css/external/consult/fonts/icomoon.eot?4ilqm');src:url('/css/external/consult/fonts/icomoon.eot?#iefix4ilqm') format('embedded-opentype'),url('/css/external/consult/fonts/icomoon.ttf?4ilqm') format('truetype'),url('/css/external/consult/fonts/icomoon.woff?4ilqm') format('woff'),url('fonts/icomoon.svg?4ilqm#icomoon') format('svg');font-weight:normal;font-style:normal}[class^="icomoon-"],[class*=" icomoon-"]{font-family:'icomoon';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icomoon-home:before{content:"\e900"}.icomoon-home2:before{content:"\e901"}.icomoon-home3:before{content:"\e902"}.icomoon-office:before{content:"\e903"}.icomoon-newspaper:before{content:"\e904"}.icomoon-pencil:before{content:"\e905"}.icomoon-pencil2:before{content:"\e906"}.icomoon-quill:before{content:"\e907"}.icomoon-pen:before{content:"\e908"}.icomoon-blog:before{content:"\e909"}.icomoon-eyedropper:before{content:"\e90a"}.icomoon-droplet:before{content:"\e90b"}.icomoon-paint-format:before{content:"\e90c"}.icomoon-image:before{content:"\e90d"}.icomoon-images:before{content:"\e90e"}.icomoon-camera:before{content:"\e90f"}.icomoon-headphones:before{content:"\e910"}.icomoon-music:before{content:"\e911"}.icomoon-play:before{content:"\e912"}.icomoon-film:before{content:"\e913"}.icomoon-video-camera:before{content:"\e914"}.icomoon-dice:before{content:"\e915"}.icomoon-pacman:before{content:"\e916"}.icomoon-spades:before{content:"\e917"}.icomoon-clubs:before{content:"\e918"}.icomoon-diamonds:before{content:"\e919"}.icomoon-bullhorn:before{content:"\e91a"}.icomoon-connection:before{content:"\e91b"}.icomoon-podcast:before{content:"\e91c"}.icomoon-feed:before{content:"\e91d"}.icomoon-mic:before{content:"\e91e"}.icomoon-book:before{content:"\e91f"}.icomoon-books:before{content:"\e920"}.icomoon-library:before{content:"\e921"}.icomoon-file-text:before{content:"\e922"}.icomoon-profile:before{content:"\e923"}.icomoon-file-empty:before{content:"\e924"}.icomoon-files-empty:before{content:"\e925"}.icomoon-file-text2:before{content:"\e926"}.icomoon-file-picture:before{content:"\e927"}.icomoon-file-music:before{content:"\e928"}.icomoon-file-play:before{content:"\e929"}.icomoon-file-video:before{content:"\e92a"}.icomoon-file-zip:before{content:"\e92b"}.icomoon-copy:before{content:"\e92c"}.icomoon-paste:before{content:"\e92d"}.icomoon-stack:before{content:"\e92e"}.icomoon-folder:before{content:"\e92f"}.icomoon-folder-open:before{content:"\e930"}.icomoon-folder-plus:before{content:"\e931"}.icomoon-folder-minus:before{content:"\e932"}.icomoon-folder-download:before{content:"\e933"}.icomoon-folder-upload:before{content:"\e934"}.icomoon-price-tag:before{content:"\e935"}.icomoon-price-tags:before{content:"\e936"}.icomoon-barcode:before{content:"\e937"}.icomoon-qrcode:before{content:"\e938"}.icomoon-ticket:before{content:"\e939"}.icomoon-cart:before{content:"\e93a"}.icomoon-coin-dollar:before{content:"\e93b"}.icomoon-coin-euro:before{content:"\e93c"}.icomoon-coin-pound:before{content:"\e93d"}.icomoon-coin-yen:before{content:"\e93e"}.icomoon-credit-card:before{content:"\e93f"}.icomoon-calculator:before{content:"\e940"}.icomoon-lifebuoy:before{content:"\e941"}.icomoon-phone:before{content:"\e942"}.icomoon-phone-hang-up:before{content:"\e943"}.icomoon-address-book:before{content:"\e944"}.icomoon-envelop:before{content:"\e945"}.icomoon-pushpin:before{content:"\e946"}.icomoon-location:before{content:"\e947"}.icomoon-location2:before{content:"\e948"}.icomoon-compass:before{content:"\e949"}.icomoon-compass2:before{content:"\e94a"}.icomoon-map:before{content:"\e94b"}.icomoon-map2:before{content:"\e94c"}.icomoon-history:before{content:"\e94d"}.icomoon-clock:before{content:"\e94e"}.icomoon-clock2:before{content:"\e94f"}.icomoon-alarm:before{content:"\e950"}.icomoon-bell:before{content:"\e951"}.icomoon-stopwatch:before{content:"\e952"}.icomoon-calendar:before{content:"\e953"}.icomoon-printer:before{content:"\e954"}.icomoon-keyboard:before{content:"\e955"}.icomoon-display:before{content:"\e956"}.icomoon-laptop:before{content:"\e957"}.icomoon-mobile:before{content:"\e958"}.icomoon-mobile2:before{content:"\e959"}.icomoon-tablet:before{content:"\e95a"}.icomoon-tv:before{content:"\e95b"}.icomoon-drawer:before{content:"\e95c"}.icomoon-drawer2:before{content:"\e95d"}.icomoon-box-add:before{content:"\e95e"}.icomoon-box-remove:before{content:"\e95f"}.icomoon-download:before{content:"\e960"}.icomoon-upload:before{content:"\e961"}.icomoon-floppy-disk:before{content:"\e962"}.icomoon-drive:before{content:"\e963"}.icomoon-database:before{content:"\e964"}.icomoon-undo:before{content:"\e965"}.icomoon-redo:before{content:"\e966"}.icomoon-undo2:before{content:"\e967"}.icomoon-redo2:before{content:"\e968"}.icomoon-forward:before{content:"\e969"}.icomoon-reply:before{content:"\e96a"}.icomoon-bubble:before{content:"\e96b"}.icomoon-bubbles:before{content:"\e96c"}.icomoon-bubbles2:before{content:"\e96d"}.icomoon-bubble2:before{content:"\e96e"}.icomoon-bubbles3:before{content:"\e96f"}.icomoon-bubbles4:before{content:"\e970"}.icomoon-user:before{content:"\e971"}.icomoon-users:before{content:"\e972"}.icomoon-user-plus:before{content:"\e973"}.icomoon-user-minus:before{content:"\e974"}.icomoon-user-check:before{content:"\e975"}.icomoon-user-tie:before{content:"\e976"}.icomoon-quotes-left:before{content:"\e977"}.icomoon-quotes-right:before{content:"\e978"}.icomoon-hour-glass:before{content:"\e979"}.icomoon-spinner:before{content:"\e97a"}.icomoon-spinner2:before{content:"\e97b"}.icomoon-spinner3:before{content:"\e97c"}.icomoon-spinner4:before{content:"\e97d"}.icomoon-spinner5:before{content:"\e97e"}.icomoon-spinner6:before{content:"\e97f"}.icomoon-spinner7:before{content:"\e980"}.icomoon-spinner8:before{content:"\e981"}.icomoon-spinner9:before{content:"\e982"}.icomoon-spinner10:before{content:"\e983"}.icomoon-spinner11:before{content:"\e984"}.icomoon-binoculars:before{content:"\e985"}.icomoon-search:before{content:"\e986"}.icomoon-zoom-in:before{content:"\e987"}.icomoon-zoom-out:before{content:"\e988"}.icomoon-enlarge:before{content:"\e989"}.icomoon-shrink:before{content:"\e98a"}.icomoon-enlarge2:before{content:"\e98b"}.icomoon-shrink2:before{content:"\e98c"}.icomoon-key:before{content:"\e98d"}.icomoon-key2:before{content:"\e98e"}.icomoon-lock:before{content:"\e98f"}.icomoon-unlocked:before{content:"\e990"}.icomoon-wrench:before{content:"\e991"}.icomoon-equalizer:before{content:"\e992"}.icomoon-equalizer2:before{content:"\e993"}.icomoon-cog:before{content:"\e994"}.icomoon-cogs:before{content:"\e995"}.icomoon-hammer:before{content:"\e996"}.icomoon-magic-wand:before{content:"\e997"}.icomoon-aid-kit:before{content:"\e998"}.icomoon-bug:before{content:"\e999"}.icomoon-pie-chart:before{content:"\e99a"}.icomoon-stats-dots:before{content:"\e99b"}.icomoon-stats-bars:before{content:"\e99c"}.icomoon-stats-bars2:before{content:"\e99d"}.icomoon-trophy:before{content:"\e99e"}.icomoon-gift:before{content:"\e99f"}.icomoon-glass:before{content:"\e9a0"}.icomoon-glass2:before{content:"\e9a1"}.icomoon-mug:before{content:"\e9a2"}.icomoon-spoon-knife:before{content:"\e9a3"}.icomoon-leaf:before{content:"\e9a4"}.icomoon-rocket:before{content:"\e9a5"}.icomoon-meter:before{content:"\e9a6"}.icomoon-meter2:before{content:"\e9a7"}.icomoon-hammer2:before{content:"\e9a8"}.icomoon-fire:before{content:"\e9a9"}.icomoon-lab:before{content:"\e9aa"}.icomoon-magnet:before{content:"\e9ab"}.icomoon-bin:before{content:"\e9ac"}.icomoon-bin2:before{content:"\e9ad"}.icomoon-briefcase:before{content:"\e9ae"}.icomoon-airplane:before{content:"\e9af"}.icomoon-truck:before{content:"\e9b0"}.icomoon-road:before{content:"\e9b1"}.icomoon-accessibility:before{content:"\e9b2"}.icomoon-target:before{content:"\e9b3"}.icomoon-shield:before{content:"\e9b4"}.icomoon-power:before{content:"\e9b5"}.icomoon-switch:before{content:"\e9b6"}.icomoon-power-cord:before{content:"\e9b7"}.icomoon-clipboard:before{content:"\e9b8"}.icomoon-list-numbered:before{content:"\e9b9"}.icomoon-list:before{content:"\e9ba"}.icomoon-list2:before{content:"\e9bb"}.icomoon-tree:before{content:"\e9bc"}.icomoon-menu:before{content:"\e9bd"}.icomoon-menu2:before{content:"\e9be"}.icomoon-menu3:before{content:"\e9bf"}.icomoon-menu4:before{content:"\e9c0"}.icomoon-cloud:before{content:"\e9c1"}.icomoon-cloud-download:before{content:"\e9c2"}.icomoon-cloud-upload:before{content:"\e9c3"}.icomoon-cloud-check:before{content:"\e9c4"}.icomoon-download2:before{content:"\e9c5"}.icomoon-upload2:before{content:"\e9c6"}.icomoon-download3:before{content:"\e9c7"}.icomoon-upload3:before{content:"\e9c8"}.icomoon-sphere:before{content:"\e9c9"}.icomoon-earth:before{content:"\e9ca"}.icomoon-link:before{content:"\e9cb"}.icomoon-flag:before{content:"\e9cc"}.icomoon-attachment:before{content:"\e9cd"}.icomoon-eye:before{content:"\e9ce"}.icomoon-eye-plus:before{content:"\e9cf"}.icomoon-eye-minus:before{content:"\e9d0"}.icomoon-eye-blocked:before{content:"\e9d1"}.icomoon-bookmark:before{content:"\e9d2"}.icomoon-bookmarks:before{content:"\e9d3"}.icomoon-sun:before{content:"\e9d4"}.icomoon-contrast:before{content:"\e9d5"}.icomoon-brightness-contrast:before{content:"\e9d6"}.icomoon-star-empty:before{content:"\e9d7"}.icomoon-star-half:before{content:"\e9d8"}.icomoon-star-full:before{content:"\e9d9"}.icomoon-heart:before{content:"\e9da"}.icomoon-heart-broken:before{content:"\e9db"}.icomoon-man:before{content:"\e9dc"}.icomoon-woman:before{content:"\e9dd"}.icomoon-man-woman:before{content:"\e9de"}.icomoon-happy:before{content:"\e9df"}.icomoon-happy2:before{content:"\e9e0"}.icomoon-smile:before{content:"\e9e1"}.icomoon-smile2:before{content:"\e9e2"}.icomoon-tongue:before{content:"\e9e3"}.icomoon-tongue2:before{content:"\e9e4"}.icomoon-sad:before{content:"\e9e5"}.icomoon-sad2:before{content:"\e9e6"}.icomoon-wink:before{content:"\e9e7"}.icomoon-wink2:before{content:"\e9e8"}.icomoon-grin:before{content:"\e9e9"}.icomoon-grin2:before{content:"\e9ea"}.icomoon-cool:before{content:"\e9eb"}.icomoon-cool2:before{content:"\e9ec"}.icomoon-angry:before{content:"\e9ed"}.icomoon-angry2:before{content:"\e9ee"}.icomoon-evil:before{content:"\e9ef"}.icomoon-evil2:before{content:"\e9f0"}.icomoon-shocked:before{content:"\e9f1"}.icomoon-shocked2:before{content:"\e9f2"}.icomoon-baffled:before{content:"\e9f3"}.icomoon-baffled2:before{content:"\e9f4"}.icomoon-confused:before{content:"\e9f5"}.icomoon-confused2:before{content:"\e9f6"}.icomoon-neutral:before{content:"\e9f7"}.icomoon-neutral2:before{content:"\e9f8"}.icomoon-hipster:before{content:"\e9f9"}.icomoon-hipster2:before{content:"\e9fa"}.icomoon-wondering:before{content:"\e9fb"}.icomoon-wondering2:before{content:"\e9fc"}.icomoon-sleepy:before{content:"\e9fd"}.icomoon-sleepy2:before{content:"\e9fe"}.icomoon-frustrated:before{content:"\e9ff"}.icomoon-frustrated2:before{content:"\ea00"}.icomoon-crying:before{content:"\ea01"}.icomoon-crying2:before{content:"\ea02"}.icomoon-point-up:before{content:"\ea03"}.icomoon-point-right:before{content:"\ea04"}.icomoon-point-down:before{content:"\ea05"}.icomoon-point-left:before{content:"\ea06"}.icomoon-warning:before{content:"\ea07"}.icomoon-notification:before{content:"\ea08"}.icomoon-question:before{content:"\ea09"}.icomoon-plus:before{content:"\ea0a"}.icomoon-minus:before{content:"\ea0b"}.icomoon-info:before{content:"\ea0c"}.icomoon-cancel-circle:before{content:"\ea0d"}.icomoon-blocked:before{content:"\ea0e"}.icomoon-cross:before{content:"\ea0f"}.icomoon-checkmark:before{content:"\ea10"}.icomoon-checkmark2:before{content:"\ea11"}.icomoon-spell-check:before{content:"\ea12"}.icomoon-enter:before{content:"\ea13"}.icomoon-exit:before{content:"\ea14"}.icomoon-play2:before{content:"\ea15"}.icomoon-pause:before{content:"\ea16"}.icomoon-stop:before{content:"\ea17"}.icomoon-previous:before{content:"\ea18"}.icomoon-next:before{content:"\ea19"}.icomoon-backward:before{content:"\ea1a"}.icomoon-forward2:before{content:"\ea1b"}.icomoon-play3:before{content:"\ea1c"}.icomoon-pause2:before{content:"\ea1d"}.icomoon-stop2:before{content:"\ea1e"}.icomoon-backward2:before{content:"\ea1f"}.icomoon-forward3:before{content:"\ea20"}.icomoon-first:before{content:"\ea21"}.icomoon-last:before{content:"\ea22"}.icomoon-previous2:before{content:"\ea23"}.icomoon-next2:before{content:"\ea24"}.icomoon-eject:before{content:"\ea25"}.icomoon-volume-high:before{content:"\ea26"}.icomoon-volume-medium:before{content:"\ea27"}.icomoon-volume-low:before{content:"\ea28"}.icomoon-volume-mute:before{content:"\ea29"}.icomoon-volume-mute2:before{content:"\ea2a"}.icomoon-volume-increase:before{content:"\ea2b"}.icomoon-volume-decrease:before{content:"\ea2c"}.icomoon-loop:before{content:"\ea2d"}.icomoon-loop2:before{content:"\ea2e"}.icomoon-infinite:before{content:"\ea2f"}.icomoon-shuffle:before{content:"\ea30"}.icomoon-arrow-up-left:before{content:"\ea31"}.icomoon-arrow-up:before{content:"\ea32"}.icomoon-arrow-up-right:before{content:"\ea33"}.icomoon-arrow-right:before{content:"\ea34"}.icomoon-arrow-down-right:before{content:"\ea35"}.icomoon-arrow-down:before{content:"\ea36"}.icomoon-arrow-down-left:before{content:"\ea37"}.icomoon-arrow-left:before{content:"\ea38"}.icomoon-arrow-up-left2:before{content:"\ea39"}.icomoon-arrow-up2:before{content:"\ea3a"}.icomoon-arrow-up-right2:before{content:"\ea3b"}.icomoon-arrow-right2:before{content:"\ea3c"}.icomoon-arrow-down-right2:before{content:"\ea3d"}.icomoon-arrow-down2:before{content:"\ea3e"}.icomoon-arrow-down-left2:before{content:"\ea3f"}.icomoon-arrow-left2:before{content:"\ea40"}.icomoon-circle-up:before{content:"\ea41"}.icomoon-circle-right:before{content:"\ea42"}.icomoon-circle-down:before{content:"\ea43"}.icomoon-circle-left:before{content:"\ea44"}.icomoon-tab:before{content:"\ea45"}.icomoon-move-up:before{content:"\ea46"}.icomoon-move-down:before{content:"\ea47"}.icomoon-sort-alpha-asc:before{content:"\ea48"}.icomoon-sort-alpha-desc:before{content:"\ea49"}.icomoon-sort-numeric-asc:before{content:"\ea4a"}.icomoon-sort-numberic-desc:before{content:"\ea4b"}.icomoon-sort-amount-asc:before{content:"\ea4c"}.icomoon-sort-amount-desc:before{content:"\ea4d"}.icomoon-command:before{content:"\ea4e"}.icomoon-shift:before{content:"\ea4f"}.icomoon-ctrl:before{content:"\ea50"}.icomoon-opt:before{content:"\ea51"}.icomoon-checkbox-checked:before{content:"\ea52"}.icomoon-checkbox-unchecked:before{content:"\ea53"}.icomoon-radio-checked:before{content:"\ea54"}.icomoon-radio-checked2:before{content:"\ea55"}.icomoon-radio-unchecked:before{content:"\ea56"}.icomoon-crop:before{content:"\ea57"}.icomoon-make-group:before{content:"\ea58"}.icomoon-ungroup:before{content:"\ea59"}.icomoon-scissors:before{content:"\ea5a"}.icomoon-filter:before{content:"\ea5b"}.icomoon-font:before{content:"\ea5c"}.icomoon-ligature:before{content:"\ea5d"}.icomoon-ligature2:before{content:"\ea5e"}.icomoon-text-height:before{content:"\ea5f"}.icomoon-text-width:before{content:"\ea60"}.icomoon-font-size:before{content:"\ea61"}.icomoon-bold:before{content:"\ea62"}.icomoon-underline:before{content:"\ea63"}.icomoon-italic:before{content:"\ea64"}.icomoon-strikethrough:before{content:"\ea65"}.icomoon-omega:before{content:"\ea66"}.icomoon-sigma:before{content:"\ea67"}.icomoon-page-break:before{content:"\ea68"}.icomoon-superscript:before{content:"\ea69"}.icomoon-subscript:before{content:"\ea6a"}.icomoon-superscript2:before{content:"\ea6b"}.icomoon-subscript2:before{content:"\ea6c"}.icomoon-text-color:before{content:"\ea6d"}.icomoon-pagebreak:before{content:"\ea6e"}.icomoon-clear-formatting:before{content:"\ea6f"}.icomoon-table:before{content:"\ea70"}.icomoon-table2:before{content:"\ea71"}.icomoon-insert-template:before{content:"\ea72"}.icomoon-pilcrow:before{content:"\ea73"}.icomoon-ltr:before{content:"\ea74"}.icomoon-rtl:before{content:"\ea75"}.icomoon-section:before{content:"\ea76"}.icomoon-paragraph-left:before{content:"\ea77"}.icomoon-paragraph-center:before{content:"\ea78"}.icomoon-paragraph-right:before{content:"\ea79"}.icomoon-paragraph-justify:before{content:"\ea7a"}.icomoon-indent-increase:before{content:"\ea7b"}.icomoon-indent-decrease:before{content:"\ea7c"}.icomoon-share:before{content:"\ea7d"}.icomoon-new-tab:before{content:"\ea7e"}.icomoon-embed:before{content:"\ea7f"}.icomoon-embed2:before{content:"\ea80"}.icomoon-terminal:before{content:"\ea81"}.icomoon-share2:before{content:"\ea82"}.icomoon-mail:before{content:"\ea83"}.icomoon-mail2:before{content:"\ea84"}.icomoon-mail3:before{content:"\ea85"}.icomoon-mail4:before{content:"\ea86"}.icomoon-google:before{content:"\ea87"}.icomoon-google-plus:before{content:"\ea88"}.icomoon-google-plus2:before{content:"\ea89"}.icomoon-google-plus3:before{content:"\ea8a"}.icomoon-google-drive:before{content:"\ea8b"}.icomoon-facebook:before{content:"\ea8c"}.icomoon-facebook2:before{content:"\ea8d"}.icomoon-facebook3:before{content:"\ea8e"}.icomoon-ello:before{content:"\ea8f"}.icomoon-instagram:before{content:"\ea90"}.icomoon-twitter:before{content:"\ea91"}.icomoon-twitter2:before{content:"\ea92"}.icomoon-twitter3:before{content:"\ea93"}.icomoon-feed2:before{content:"\ea94"}.icomoon-feed3:before{content:"\ea95"}.icomoon-feed4:before{content:"\ea96"}.icomoon-youtube:before{content:"\ea97"}.icomoon-youtube2:before{content:"\ea98"}.icomoon-youtube3:before{content:"\ea99"}.icomoon-youtube4:before{content:"\ea9a"}.icomoon-twitch:before{content:"\ea9b"}.icomoon-vimeo:before{content:"\ea9c"}.icomoon-vimeo2:before{content:"\ea9d"}.icomoon-vimeo3:before{content:"\ea9e"}.icomoon-lanyrd:before{content:"\ea9f"}.icomoon-flickr:before{content:"\eaa0"}.icomoon-flickr2:before{content:"\eaa1"}.icomoon-flickr3:before{content:"\eaa2"}.icomoon-flickr4:before{content:"\eaa3"}.icomoon-picassa:before{content:"\eaa4"}.icomoon-picassa2:before{content:"\eaa5"}.icomoon-dribbble:before{content:"\eaa6"}.icomoon-dribbble2:before{content:"\eaa7"}.icomoon-dribbble3:before{content:"\eaa8"}.icomoon-forrst:before{content:"\eaa9"}.icomoon-forrst2:before{content:"\eaaa"}.icomoon-deviantart:before{content:"\eaab"}.icomoon-deviantart2:before{content:"\eaac"}.icomoon-steam:before{content:"\eaad"}.icomoon-steam2:before{content:"\eaae"}.icomoon-dropbox:before{content:"\eaaf"}.icomoon-onedrive:before{content:"\eab0"}.icomoon-github:before{content:"\eab1"}.icomoon-github2:before{content:"\eab2"}.icomoon-github3:before{content:"\eab3"}.icomoon-github4:before{content:"\eab4"}.icomoon-github5:before{content:"\eab5"}.icomoon-wordpress:before{content:"\eab6"}.icomoon-wordpress2:before{content:"\eab7"}.icomoon-joomla:before{content:"\eab8"}.icomoon-blogger:before{content:"\eab9"}.icomoon-blogger2:before{content:"\eaba"}.icomoon-tumblr:before{content:"\eabb"}.icomoon-tumblr2:before{content:"\eabc"}.icomoon-yahoo:before{content:"\eabd"}.icomoon-tux:before{content:"\eabe"}.icomoon-apple:before{content:"\eabf"}.icomoon-finder:before{content:"\eac0"}.icomoon-android:before{content:"\eac1"}.icomoon-windows:before{content:"\eac2"}.icomoon-windows8:before{content:"\eac3"}.icomoon-soundcloud:before{content:"\eac4"}.icomoon-soundcloud2:before{content:"\eac5"}.icomoon-skype:before{content:"\eac6"}.icomoon-reddit:before{content:"\eac7"}.icomoon-linkedin:before{content:"\eac8"}.icomoon-linkedin2:before{content:"\eac9"}.icomoon-lastfm:before{content:"\eaca"}.icomoon-lastfm2:before{content:"\eacb"}.icomoon-delicious:before{content:"\eacc"}.icomoon-stumbleupon:before{content:"\eacd"}.icomoon-stumbleupon2:before{content:"\eace"}.icomoon-stackoverflow:before{content:"\eacf"}.icomoon-pinterest:before{content:"\ead0"}.icomoon-pinterest2:before{content:"\ead1"}.icomoon-xing:before{content:"\ead2"}.icomoon-xing2:before{content:"\ead3"}.icomoon-flattr:before{content:"\ead4"}.icomoon-foursquare:before{content:"\ead5"}.icomoon-paypal:before{content:"\ead6"}.icomoon-paypal2:before{content:"\ead7"}.icomoon-paypal3:before{content:"\ead8"}.icomoon-yelp:before{content:"\ead9"}.icomoon-file-pdf:before{content:"\eada"}.icomoon-file-openoffice:before{content:"\eadb"}.icomoon-file-word:before{content:"\eadc"}.icomoon-file-excel:before{content:"\eadd"}.icomoon-libreoffice:before{content:"\eade"}.icomoon-html5:before{content:"\eadf"}.icomoon-html52:before{content:"\eae0"}.icomoon-css3:before{content:"\eae1"}.icomoon-git:before{content:"\eae2"}.icomoon-svg:before{content:"\eae3"}.icomoon-codepen:before{content:"\eae4"}.icomoon-chrome:before{content:"\eae5"}.icomoon-firefox:before{content:"\eae6"}.icomoon-IE:before{content:"\eae7"}.icomoon-opera:before{content:"\eae8"}.icomoon-safari:before{content:"\eae9"}.icomoon-IcoMoon:before{content:"\eaea"}