@font-face {
	font-family: typewriter_;
	src: url(../fonts/typewriter.ttf);
}

body {
	background: #fff;
	font-family: 'Pathway Gothic One', sans-serif;
}
img {
	border: 0;
	margin: 0;
}
a {
	outline: none;
	color: /*#64ABD1;*/rgba(31,6,69,0.6);
}
b {
	font-weight: bold;
}
h1, h2, h3, h4  {
	line-height: 1.1;
}
h1 {
	font-size: 2.6em;
}
h2 {
	font-size: 2em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.3em;
} 
.hide {
	display: none;
}

.title-service {
	color: rgb(31,6,69);/*#64ABD1;*/
	padding-top: 0 !important;
}
.descr-service {
	font-size: 0.8em;
	font-weight: normal;
	text-align: justify;
	height: 75px;
	color: rgba(31,6,69,0.6);
}
.ajax-loader {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -27px;
	margin-left: -27px;
	z-index: 99999999;
	width: 54px;
	height: 55px;
	background: transparent url(/images/ajax-loader.gif) center center no-repeat;

}
#wrapper {
	
	
}
#header {
	background: /*url(/images/overlay.png)*/ /*#64ABD1*/ #1F0645;
	color: #fff;
	padding: 10px 0;
	text-align: center;
	height: 120px;
}
#header img {
	height: 120px;
}
#header h3  {
	color: #eee;
	
}
#content {
	background: #fff;
	padding: 20px 70px;
	color: #1F0645;/*rgba(8, 13, 53, 0.5);*/
	text-align: center;
}
#content h4 {
	/*font-size: 1em;*/
	font-size: 1.5em;
	/*line-height: 1.5;*/
	line-height: 1.2;
}
#content > img {
	height: 400px;
}
#content #services {
	/*margin-top: 20px;*/
	/*display: inline-block;*/
	max-width: 950px;
	margin: 0 auto 20px auto;
}
#content #services > li {
	font-size: 1.5em;
	padding: 20px;	
	display: inline-block;
	margin: 0;
	width: 240px;
	/*border: 1px solid transparent;*/
	/*background: rgba(100,171,209,0.1);*/
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	vertical-align: top;
}
.inner-service {
	max-width: 600px;
	margin: 10px auto 30px auto;
	/*border: 1px solid #ddd;
	background: rgba(100,171,209,0.1);
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;*/
}
.inner-service h1.title-service {
	font-size: 2em;
}
.inner-service h2 {
	font-size: 1.5em;
}
#content #services > li:hover {
	background: rgba(31,6,69,0.1);
}
#content #services > li > p, #content #services > li > h1 {
	padding: 5px 0;
	
}
#content #services > li > a p, #content #services > li > a h1 {
	padding: 5px 0;
	
}
#content #services > li > a {
	text-decoration: none;
	
}
h1.title-service {
	font: inherit;
}
#content #services > li img {
	width: 50px;
}
#contacts {
	padding: 20px 0;
	text-align: center;
	border-top: 1px solid rgba(31,6,69,0.3);
}
#contacts a {
	display: inline-block;
	overflow: hidden;
	width: 36px;
	height: 36px;
	
}
#contacts a:not(:last-child) {
	margin-right: 16px;
}
#contacts img {
	height: 36px;
	width: 36px;
	
}
#webcam-cont {
	width: 400px;
	height: 300px;
	margin: 20px auto 0 auto;
	/*border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;*/
}
.command {
	cursor: pointer;
	color: rgba(31, 6, 69, 0.2);
}
.command a {
	text-decoration: none !important;
}
.command:hover {
	color: rgba(31, 6, 69, 0.6);
}
.content-service {
	margin-top: 15px;
	text-align: left;
	line-height: 1.1;
	font-size: 1.2em;
}
.content-service ul {
	margin: 20px 0 20px 30px;
	list-style-type: disc;
}
.content-service ul > li {
	margin: 10px 0;
	
}

