@import url(http://fonts.googleapis.com/earlyaccess/notosansarmenian.css);
@import url(http://fonts.googleapis.com/css?family=Noto+Sans);

.inspire {
	width: 245px;
	font-family: 'Noto Sans Armenian', 'Noto Sans', sans-serif;
	position: absolute;
	right: 15px;
	top: 15px;
	opacity: 0.8;
	filter: alpha(opacity=40);
}

.inspire:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);	
}

.inspire_dialog {
	border: solid 1px #b7b7b7; 
	background-color: #ebebeb; 
	padding: 12px; 
	width: 218px; 
	float: right; 
	text-align: center; 
	font-size: 14px; 
	font-weight: bold; 
	color: #030087; 
	position: relative; 
	-webkit-box-shadow: 0px 0px 12px -1px rgba(0,0,0,0.64);
	-moz-box-shadow: 0px 0px 12px -1px rgba(0,0,0,0.64);
	box-shadow: 0px 0px 12px -1px rgba(0,0,0,0.64);
}

.inspire_slogan {
	margin-bottom: 12px;
}

.inspire_mail {
	border-radius: 3px; 
	-webkit-border-radius: 5px; 
	outline: none;
	overflow: hidden; 
	display: inline-block; 
	background-color: white; 
	width: 100%; 
	font-family: 'Noto Sans Armenian', 'Noto Sans', sans-serif; 
	padding: 5px 10px; 
	font-size: 12px; 
	box-sizing: border-box; 
	align-items: center; 
	border: 1px solid #cccccc; 
	white-space: pre; 
	margin: 0 0 8px;
	color: #6B6B6B; 
}

.inspire_mail:focus {
	border: 1px solid #b8b7dd; 
}

.inspire_country {
	border-radius: 3px; 
	outline: none;
	-webkit-border-radius: 5px; 
	-webkit-appearance: none;
	overflow: hidden; 
	display: inline-block; 
	margin: 0 0 13px; 
	background-color: white; 
	-webkit-appearance: menulist; 
	box-sizing: border-box; 
	align-items: center; 
	border: 1px solid #cccccc; 
	white-space: pre; 
	-webkit-rtl-ordering: logical; 
	width: 100%; 
	font-family: 'Noto Sans Armenian', 'Noto Sans', sans-serif; 
	color: #6B6B6B; 
	padding: 5px; 
	font-size: 12px;
}

.inspire_country:focus {
	border: 1px solid #b8b7dd; 
}

.inspire_send {
	width: 100%; 
	outline: none;
	border-radius: 3px; 
	-webkit-border-radius: 5px; 
	overflow: hidden; 
	display: block; 
	background-color: #dfe9f4; 
	border: 1px solid #cccccc; 
	font-family: 'Noto Sans Armenian', 'Noto Sans', sans-serif; 
	color: #black; 
	padding: 5px; 
	font-size: 12px; 
	cursor: pointer;
}

.inspire_send:hover {
	background-color: #d4e8fe;
}

.inspire_send:focus {
	border: 1px solid #b8b7dd; 
}

.inspire_hr {
	height: 1px; 
	border: 0px; 
	border-bottom: solid 1px #bcbcbc; 
	margin: 15px 0;
}

.inspire_feedback {
	font-weight: normal; 
	color: black; 
	font-size: 11px;
}

.inspire_contact {
	color: #5572AD;
}

.inspire_arrow {
	width: 0; 
	height: 0; 
	border-top: 7px solid transparent; 
	border-right: 10px solid #DEDEDE; 
	border-bottom: 7px solid transparent; 
	float: right; 
	margin-top: 17px;
	display: none;
}

.inspire_clear {
	clear: both;
}
