@charset "UTF-8";
/* CSS Document */


html, body {
	padding: 0px;
	font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
	margin: 0px;
	background: #e3e3e3;
	height: 100%;
	width: 100%;
}
.page {
	margin: auto;
}
.logo {
	width: 225px;
	height: 120px;
	background: url(i/logo_big.png) center center no-repeat rgba(255,255,255,1.00);
	background-size: 180px;
	display: inline-block;
	transition: 0.5s;
}
.logo:hover {
	background-size: 200px;
	transition: 0.5s;
	cursor: pointer;
}
.social {
	display: none;
}
.menu {
	display: inline-block;
}
.menu ul {
	list-style: none;
	padding: 0px;
}
.menu li {
	display: inline-block;
}
.menu li a {
	opacity: 0.8;
	transition: 0.2s;
}
.menu li a:hover, .menu li a.cl {
	opacity: 1;
	transition: 0.2s;
}
.top, .centerside {
	width: 850px;
	margin: auto;
}
.banner img {
	min-width: 800px;
}
.list {
	padding: 30px;
	margin: 5px;
	box-sizing: border-box;
	font-size: 110%;
	line-height: 26px;
	background: rgba(255,255,255,1.00);
	min-height: 250px;
	float: left;
	width: 45%;
	border: 3px solid rgba(223,223,223,1.00);
	transition: 0.5s
}
.list2 {
	padding: 30px;
	margin: 5px;
	box-sizing: border-box;
	font-size: 110%;
	line-height: 26px;
	background: rgba(255,255,255,1.00);
	min-height: 250px;
	width: 100%;
	float: none !important;
	border: 3px solid rgba(255,255,255,1.00);
	transition: 0.5s;
	margin-bottom: 20px;
}
.list:hover {
	border: 3px solid rgba(126,126,126,1.00);
	font-size: 130%;
	line-height: 32px;
}
.list2:hover {
	border: 3px solid rgba(200,200,200,1.00);
	font-size: 130%;
	line-height: 32px;
}
.cyan {
	background: #4fd2d5;
	color: rgba(255,255,255,1.00);
}
.orange {
	color: rgba(0,0,0,1.00);
	background: #fabf0a;
	min-height: 400px;
}
.orange2 {
	color: rgba(0,0,0,1.00);
	background: #fabf0a;
}
.white {
	background: rgba(255,255,255,1.00);
	color: rgba(134,134,134,1.00);
	margin-top: -140px;
}
.white2 {
	background: rgba(255,255,255,1.00);
	color: rgba(134,134,134,1.00);
}
.hdr {
	margin-top: 30px;
	margin-bottom: 30px;
}
.second_block {
	margin-top: 80px;
	clear: both;
}
.img {
	float: left;
}
.text {
	width: 570px;
	box-sizing: border-box;
	padding: 30px;
	font-size: 120%;
	line-height: 30px;
	color: rgba(116,116,116,1.00);
	background: rgba(255,255,255,1.00);
	float: right
}
.copyright {
	clear: both !important;
	background: #BCBCBC;
	height: 50px;
	font-size: 80%;
	color: #6B6B6B;
	padding: 16px;
	box-sizing: border-box;
	width: 850px;
	margin: auto;
	margin-top: 60px;
}
.copyright span {
	margin-left: 265px;
}
.write_us_mail {
	position: absolute;
	margin-left: -300px;
	margin-top: 240px;
}
.go_to_video {
	position: absolute;
	margin-left: 20px;
	margin-top: 10px;
}
.content {
	padding: 30px;
	background: #fff;
	font-size: 110%;
	margin: auto;
	margin-top: 10px;
}
.cat {
	position: absolute;
	margin-top: 37px;
	margin-left: 550px;
}
.dog {
	position: absolute;
	margin-top: -33px;
	margin-left: 710px;
}
.bird {
	position: absolute;
	margin-top: 73px;
	margin-left: 650px;
}
.gina {
	position: absolute;
	margin-top: -110px;
}
.content h1 {
	font-weight: 300;
	font-size: 150%;
	color: #737373;
}
.green {
	color: #22AF00 !important;
}
.yellow {
	color: #FFC100 !important;
}
.red {
	color: #F70019 !important;
}
/* this web site is powered by Ilkham Kazimov ( entonee@gmail.com ) in 2015 */

.entonee {
	background: url(i/entonee.png) no-repeat;
	float: left;
	position: absolute;
	width: 130;
	height: 30px;
	background-size: 120px;
}
