@font-face {
    font-family: equ; /* Гарнитура шрифта */
    src: url(../fonts/equ.ttf); /* Путь к файлу со шрифтом */
   }
body {background:#1094D5 url(../images/bg.jpg) top center repeat-x;}
/* =Menu */
#menu { float: left; position: relative; top: 0; left: 0; overflow: hidden; font-size: 16px;}
#menu .colourful { display: block; position: absolute; background: #f0ad22; height: 38px; width: 110px; top: 4px; left: -110px; }
#menu ul { margin: 0; padding: 0; list-style: none; float: left; position: relative; top: 0; left: 0; z-index: 1; }
#menu li { float: left; margin: 0 1px 0 0; }
#menu a:link, #menu a:visited, #menu a:hover, #menu a:active { color: #000; text-align: center; display: block; border: solid; border-width: 5px 0 0; line-height: 40px; width: 110px; }
#menu li a:hover { text-decoration: none; color: #000; text-shadow: 0 0 1px #999; }

/*Site*/
.content {
    background: #fff url(../images/contbg.jpg);
    padding-top: 20px;
    padding-bottom: 10px;
}
#header-wrap {
	background: url(../images/cloud.png) top center no-repeat;
}
.contacts {
    font-size: 26px;
    color: #CE3FFB;
    text-shadow: 0px 2px 0px #AD3D3D;
	font-family: 'Lobster', cursive;
	margin-top: 30px;
}
.header {
	height: 347px;
	padding-top: 90px;
}
.hstyle {font-size: 26px;}
.text-head a {
    font-size: 100px;
    text-align: center;
	font-family: equ, cursive;
	color: #EC22B6;
	display: block;
}
.text-head a:hover, .text-head a:active {
    text-decoration:none;
}
.text-slogan {
    font-size: 20px;
    text-align: center;
	color: #25579B;
}
.pcolor1 {
	background: #10BAD6 url(../images/confeti.png) !important;
	font-family: 'equ', cursive;
	color:#fff !important;
	text-shadow: 0px 0px 6px #000;
}
.pcolor2 {
	font-family: 'equ', cursive;
	background: #D6B410 url(../images/confeti.png) !important;
	font-size: 18px;
}
.pcolor3 {
	font-family: 'equ', cursive;
	background: #D00098 url(../images/confeti.png) top center !important;
	font-size: 24px;
	text-align:center;
	color:#fff !important;
	text-shadow: 0px 0px 6px #000;
}
#navi {
	padding-left: 0px !important;
}
#navi li {
	list-style: none;
	margin:5px 0;
}
#navi li a {
	display:block;
	padding:5px 5px 5px 15px;
	font-size: 16px;
	background: #FFE6C0;
	border: 1px solid #C7A668;
	color:#5D4206;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}
#navi li a:hover {
	background: #FFD28D;
	text-decoration:none;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
#footer-wrap {}
.footer {
	color:#fff;
	margin:7px 0 7px 0;
	text-align:center;
}
.footer a {
	color:#fff;
}
/* Gallery -----------------------------------------------------------------------------*/ 
.galleries {
overflow: hidden;
padding-left:15px;
}
.galleries li {
width: 250px;
height: 194px;
float: left;
padding: 0;
margin-right: 10px;
margin-bottom: 10px;
list-style-type: none;
}
.galleries li img {
float: left;
width: 250px;
height: 194px;
margin: 0;
padding: 0;
}
.imghover_gallery {
position: absolute;
background-image: url("../images/zoom-in.png");
background-color: transparent;
background-repeat: no-repeat;
background-position: center center;
width: 250px;
height: 194px;
float: left;
display: block;
opacity: 0;
}
.imghover_gallery:hover {
opacity: 1;
background-color: rgba(255, 255, 255, 0.3);
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
@media screen and (max-width: 795px) {
	.text-head a {
		font-size: 86px;
	}
}
@media screen and (max-width: 713px) {
	.text-head a {
		font-size: 65px;
	}
}
@media screen and (max-width: 712px) {
    .nohide {
		display: none;
	}
}
@media screen and (min-width: 713px) {
    .nohide712 {
		display: none;
	}
}
@media screen and (max-width: 500px) {
    .text-slogan {
        font-size: 20px;
    }
    .text-head a {
		font-size: 45px;
	}
}
.pages_nav li{ float:left; list-style: none; padding: 5px;}

