/**
 *	01. General
 *	02. Header
 *	03. About
 *	04. Projects
 *	05. Testimonials
 *	06. Services
 *	07. Latest News
 *	08. Counter
 *	09. Team
 *	10. Contact Us
 *	11. Footer
 *	12. Blog
 *	13. Sidebar
 *	14. Markup Format
 *	15. Related Posts
 *	16. Comments
 *  17. Responsive
 *	18. Gallery
 */
/* 01. General */
html,
body {

	width: 100%;
	height: 100%;
	display: block;
	word-wrap: break-word;
}

body {
	line-height: 26px;
	background-color: #fff;
	background: url(../img/vv.jpg);
	font-family: "Lato", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #8c9597;

}
h1,h2,h3,h4,h5,h6 {
	font-family: "Poppins";
}
h1 {
	font-size: 80px;
	line-height: 84px;
	font-weight: 700;
}
h2 {
	font-size: 65px;
	line-height: 70px;
	font-weight: 700;
}
h3 {
	font-size: 35px;
	line-height: 38px;
	font-weight: 700;
}
h4 {
	font-size: 25px;
	line-height: 32px;
	font-weight: 700;
}
h5 {
	font-size: 23px;
	line-height: 32px;
	font-weight: 700;
}
h6 {
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
}
textarea,
input {
	-webkit-appearance: none;
	border-radius: 0;
}
ul,
ol {
	font-size: 16px;
	font-family: "Lato";
	line-height: 26px;
	font-weight: 400;
}
a {
	color: #8c979e;
}
a:hover, a:focus {
	color: #6a4d8a;
	text-decoration: none;
}

.front-page-section {
	width: 100%;
	text-align: center;
}
.front-page-section .section-header {
	margin-bottom: 65px;
}
#full-width.width-padding {
	padding-top: 130px;
}
.front-page-section .section-header {
	width: 100%;
}

.front-page-section .section-header h3 {
	margin: 0 0 5px 0;
	color: #545454;
}
.section-description img {
	max-width: 100%;
}
.front-page-section .section-header .section-description {
	margin-bottom: 0;
	line-height: 26px;
	font-size: 16px;
	color: #8c9597;
	font-family: "Lato";
	font-weight: 400;
}
.front-page-section .section-header .section-description ul,
#header .bottom-header .section-description ul,
#header .bottom-header .section-description ol,
.front-page-section .section-header .section-description ol {
	list-style-position: inside;
}

.front-page-section .section-content {
	width: 100%;
}

.no-padding {
	padding: 0;
}

.wp-caption-text,
.sticky,
.gallery-caption,
.bypostauthor {
	margin: 0;
}

.open-responsive-menu {
	display: none;
}

.responsive-menu {
	display: none;
}

.customizer-display-none {
	display: none;
}

.customizer-display-block {
	display: block;
}

/* 02. Header */
#header {
	width: 100%;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}

#header .top-header {
	width: 100%;

}

#header .top-header .header-logo {
	<!-- display: block;-->
	<!-- font-size: 60px; -->
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	line-height: 75px;
	font-weight: 700;
}

#header .top-header .header-logo:hover {
	color: #f1d204;
	text-decoration: none;
}

#header .top-header .header-navigation {
	float: right;
}

#header .top-header .header-navigation ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#header .top-header .header-navigation > ul {
	margin-top: 20px;
}
#header .top-header .header-navigation ul li {
	margin-left: 40px;
	line-height: 40px;
	font-weight: 700;
	font-size: 14px;
	color: #fff;
	position: relative;
	float: left;
	font-family: "Lato";
}

#header .top-header .header-navigation ul li:first-child {
	margin-left: 0;
}

#header .top-header .header-navigation ul li.menu-item-has-children a {
	padding-right: 16px;
	position: relative;
	margin-bottom: 20px;
    display: inline-block;
}

#header .top-header .header-navigation ul li.menu-item-has-children a:after {
	content: "\f107";
	font-family: "FontAwesome";
	font-size: 16px;
	position: absolute;
	top: 0;
	right: 0;
}

#header .top-header .header-navigation ul li.menu-item-has-children .sub-menu {
	width: 200px;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 50%;
	display: none;
	z-index: 10;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.32);
	-moz-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.32);
	box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.32);

	transform: translateX(-50%);

}
#header .top-header .header-navigation ul li.menu-item-has-children .sub-menu:before {
	display: block;
	content: "";
	position: absolute;
	top: -5px;
	left: 50%;
	margin-left: -3px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #fff;
	width: 0;
	height: 0;
}

#header .top-header .header-navigation ul li.menu-item-has-children .sub-menu .sub-menu {
	transform: translateX(0);
}
#header .top-header .header-navigation ul li.menu-item-has-children .sub-menu .sub-menu:before {
	display: none;
}

#header .top-header .header-navigation ul li.menu-item-has-children .sub-menu li {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
}

#header .top-header .header-navigation ul li.menu-item-has-children .sub-menu li:first-child {
	padding-top: 10px;
}

#header .top-header .header-navigation ul li.menu-item-has-children .sub-menu li:last-child {
	padding-bottom: 10px;
}

#header .top-header .header-navigation ul li.menu-item-has-children .sub-menu li a {
	width: 100%;
	margin: 0;
	padding: 0 10px;
	line-height: 40px;
	font-weight: 400;
	font-size: 14px;
	color: #8c9597;
	text-transform: none;
	display: block;
	font-family: "Lato";
}

#header .top-header .header-navigation ul li.menu-item-has-children .sub-menu li:hover > a {
	color: #f1d204;
	border-left: 3px solid #f1d204;
	background-color: #f8f8f8;
}

#header .top-header .header-navigation ul li.menu-item-has-children .sub-menu li a:after {
	display: none;
}

#header .top-header .header-navigation ul li a {
	color: #fff;
	font-size: 16px;
	line-height: 26px;
}

#header .top-header .header-navigation ul li:hover a {
	color: #ffde00;
	text-decoration: none;
}

#header .bottom-header {
	width: 100%;
	padding-top: 240px;
	padding-bottom: 280px;
	text-align: center;
}

#header .bottom-header.blog {
	padding: 30px 0;
}
.error404 #header .bottom-header.blog {
	padding: 60px;
}
.row-404 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.row-404 > div {
	float: none;
}
.row-404 .error-code {
	font-size: 34px;
    line-height: 52px;
    color: #545454;
    font-weight: 700;
}
.row-404 p {
	margin: 40px 0 30px;
}
#header .bottom-header.blog p {
	margin-bottom: 0;
	color: #fff;
}

#header .bottom-header h1 {
	margin: 0 0 29px 0;
    line-height: 84px;
    font-weight: 700;
    font-size: 80px;
    color: #fff;
    font-family: "Poppins";
}
#header .bottom-header h1 span {
	word-wrap: break-word;
}

#header .bottom-header span.span-dot {
	color: #ffde00;
}

#header .bottom-header .section-description {
	line-height: 26px;
    margin-bottom: 60px;
    font-size: 16px;
    color: #fff;
    font-family: "Lato";
    font-weight: 400;
}

#header .bottom-header .header-button-one {
	width: auto;
	height: 63px;
	line-height: 57px;
	background: rgba(255, 255, 255, 0.2);
	margin: 0 15px;
	padding: 0 70px;
	display: inline-block;
	border: 3px solid #fff;
	border-radius: 3px;
	font-weight: 700;
	font-size: 16px;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	font-family: "Lato";
	min-width: 242px;
}

#header .bottom-header .header-button-one:hover {
	background: rgba(255, 255, 255, 0.1);
	text-decoration: none;
}

#header .bottom-header .header-button-two {
	width: auto;
	height: 63px;
	line-height: 63px;
	background: #f1d204;
	margin: 0 15px;
	padding: 0 70px;
	display: inline-block;
	border-radius: 3px;
	font-weight: 700;
	font-size: 16px;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	font-family: "Lato";
	min-width: 242px;
}

#header .bottom-header .header-button-two:hover {
	background: rgba(241, 210, 4, 0.9);
	text-decoration: none;
}

/* 03. About */
#about,
#static-page-content {
	width: 100%;
	background: #fff;
	padding: 65px 0 85px 0;
	text-align: center;
}

#about .section-header {
	margin-bottom: 110px;
}
#about .section-header h3 {
	margin-bottom: 55px;
}

#about .skill {
	width: 100%;
}

#about .skill .skill-top {
	width: 100%;
	margin-bottom: 25px;
}

#about .skill .skill-top .skill-progress-bar {
	width: 100%;
	height: 2px;
	background-color: #ebebeb;
	position: relative;
}

#about .skill .skill-top .skill-progress-bar .ui-progressbar-value {
	height: 4px;
	position: absolute;
	top: -1px;
	left: 0;
}

#about .skill .skill-top .skill-progress-bar .ui-progressbar-value .ui-progressbar-value-circle {
	content: "";
	width: 9px;
	height: 9px;
	position: absolute;
	top: -2.5px;
	right: 0;
	border-radius: 50%;
}

#about .skill .skill-top .skill-progress-bar .ui-progressbar-value .ui-progressbar-value-top {
	content: "";
	width: 64px;
	height: 29px;
	line-height: 26px;
	background-color: #000;
	position: absolute;
	top: -45px;
	right: -28px;
	border-radius: 3px;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	font-family: "Lato";
}

#about .skill .skill-top .skill-progress-bar .ui-progressbar-value .ui-progressbar-value-top .ui-progressbar-value-triangle {
	width: 0;
	height: 0;
	margin-right: auto;
	margin-left: auto;
	border-style: solid;
	border-width: 5px 4.5px 0 4.5px;
	line-height: 0px;
	position: absolute;
	right: 0;
	bottom: -5px;
	left: 0;
}

#about .skill .skill-bottom {
	width: 100%;
	text-align: left;
}

#about .skill .skill-bottom span {
	margin-left: 8px;
	line-height: 26px;
	font-size: 16px;
	font-family: "Lato";
}

#about .widget_illdy_skill {
	margin-top: 106px;
}

#about .widget_illdy_skill:nth-child(1), #about .widget_illdy_skill:nth-child(2), #about .widget_illdy_skill:nth-child(3) {
	margin-top: 0;
}

/* 04. Projects */
#projects {
	width: 100%;
	padding: 65px 0 0 0;
	text-align: center;
}

#projects .container-fluid {
	max-width: 1920px;
}

#projects .section-header {
	margin-bottom: 65px;
}

#projects .project {
	width: 100%;
	height: 200px;
	display: block;
	position: relative;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#projects .project.no-url {
	pointer-events: none;
}
#projects .project:hover .project-overlay {
	opacity: 0.3;
}

#projects .project .project-overlay {
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

/* 05. Testimonials */
#testimonials {
	width: 100%;
	padding: 50px 0 30px 0;
	text-align: center;
	position: relative;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
}

#testimonials .section-header {
	width: 100%;
	margin-bottom: 40px;
}

#testimonials .section-header h3 {
	color: #fff;
}

#testimonials .section-content {
	width: 100%;
}

#testimonials .section-content .testimonials-carousel {
	width: 100%;
}

#testimonials .section-content .testimonials-carousel .carousel-testimonial {
	text-align: center;
}

#testimonials .section-content .testimonials-carousel .carousel-testimonial .testimonial-image {
	width: 100%;
	margin-bottom: 40px;
}

#testimonials .section-content .testimonials-carousel .carousel-testimonial .testimonial-image img {
	width: 127px;
	height: 127px;
	display: inline;
	border-radius: 50%;
}

#testimonials .section-content .testimonials-carousel .carousel-testimonial .testimonial-content {
	width: 100%;
	background-color: #6a4d8a;
	margin-bottom: 48px;
	padding: 50px 35px 25px;;
	position: relative;
}

#testimonials .section-content .testimonials-carousel .carousel-testimonial .testimonial-content blockquote {
	line-height: 26px;
	margin: 0;
	padding: 0;
	border-left: none;
	color: #fff;
	font-size: 16px;
    font-family: "Lato";
    font-weight: 400;
}

#testimonials .section-content .testimonials-carousel .carousel-testimonial .testimonial-content:after {
	content: "";
	width: 0;
	height: 0;
	margin-right: auto;
	margin-left: auto;
	border-style: solid;
	border-width: 19px 18px 0 18px;
	border-color: #6a4d8a transparent transparent transparent;
	position: absolute;
	right: 0;
	bottom: -19px;
	left: 0;
}

#testimonials .section-content .testimonials-carousel .carousel-testimonial .testimonial-meta {
	width: 100%;
    color: #fff;
    font-family: "Poppins";
}

#testimonials .section-content .testimonials-carousel .owl-controls {
	width: 100%;
	margin-top: 20px;
}

#testimonials .section-content .testimonials-carousel .owl-controls .owl-dots {
	width: 100%;
}

#testimonials .section-content .testimonials-carousel .owl-controls .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	background-color: #fff;
	margin: 0 7.5px;
	display: inline-block;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 50%;
}

#testimonials .section-content .testimonials-carousel .owl-controls .owl-dots .owl-dot:hover, #testimonials .section-content .testimonials-carousel .owl-controls .owl-dots .owl-dot.active {
	background: transparent;
	border: 1px solid #fff;
}

/* 06. Services */
#services {
	width: 100%;
	background: #fff;
	padding: 65px 0 75px 0;
	text-align: center;
}

#services .section-header {
	width: 100%;
	margin-bottom: 65px;
}

#services .section-content {
	width: 100%;
}

#services .section-content .service {
	width: 100%;
}

#services .section-content .service .service-icon {
	width: 100%;
	margin-bottom: 10px;
	font-size: 35px;
}

#services .section-content .service .service-icon .fa {
	display: block;
}

#services .section-content .service .service-title {
	width: 100%;
	margin-bottom: 20px;
}

#services .section-content .service .service-entry {
	width: 100%;
	line-height: 26px;
	color: #8c9597;
	font-size: 16px;
	font-family: "Lato";
	font-weight: 400;
}

#services .widget_illdy_service {
	margin-top: 40px;
}

#services .widget_illdy_service:nth-child(1), #services .widget_illdy_service:nth-child(2), #services .widget_illdy_service:nth-child(3) {
	margin-top: 0;
}

/* 07. Latest News */
#latest-news {
	width: 100%;
	background-color: #222f36;
	padding: 75px 0 85px 0;
	text-align: center;
}
#latest-news .section-header h3,
#latest-news .section-header p {
    color: #fff;
}

#latest-news .section-header {
	margin-bottom: 55px;
}

#latest-news .section-content {
	width: 100%;
}

#latest-news .section-content .post {
	width: 100%;
	background-color: #fff;
	padding-bottom: 40px;
	text-align: left;
	min-height: 547px;
}

#latest-news .illdy-blog-post {
	margin-top: 30px;
	min-height: 540px;
}
#latest-news .owl-item .illdy-blog-post {
	width: 100%;
}
#latest-news .owl-prev,
#latest-news .owl-next {
    position: absolute;
    top: 50%;
    font-size: 50px;
    color: #fff;
    transform: translateY(-50%);
}
#latest-news .owl-prev {
	left: -15px;
}
#latest-news .owl-next {
	right: -15px;
}
#latest-news .section-content .post .post-image {
	width: 100%;
	height: 213px;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-bottom: 37px;
}
#latest-news .illdy-blog-post h5 {
	margin: 0;
}

#latest-news .section-content .post .post-title {
	width: 100%;
    padding: 0 30px;
    color: #5e5e5e;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
}

#latest-news .section-content .post .post-title:hover {
	color: #f1d204;
	text-decoration: none;
}

#latest-news .section-content .post .post-entry {
	margin: 40px 0 55px 0;
	padding: 0 30px;
	line-height: 26px;
	color: #8c9597;
	font-size: 16px;
}

#latest-news .section-content .post .post-button {
	line-height: 26px;
	padding: 0 30px;
	font-size: 16px;
	font-family: "Lato";
	color: #f1d204;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin-left: 10px;
}

#latest-news .section-content .post .post-button:hover,
#latest-news .section-content .post .post-button:focus {
	text-decoration: none;
	color: #6a4d8a;
}
#latest-news .section-content .post .post-button:active,
.illdy_home_parallax h3 {
	color: #545454;
}
.top-parallax-section h1,
.top-parallax-section p {
	color: #fff;
}

#latest-news .section-content .post .post-button .fa {
	margin-right: 10px;
}

#latest-news .latest-news-button,
a.button {
	width: auto;
	height: 45px;
	line-height: 45px;
	background: #f1d204;
	margin-bottom: 50px;
	padding: 0 35px;
	display: inline-block;
	font-weight: 700;
	font-size: 16px;
	color: #f7f7f7;
	border-radius: 3px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	font-family: "Lato";
}

#latest-news .latest-news-button:hover,
a.button:hover {
	text-decoration: none;
	opacity: 0.9;
	color: #fff;
}
.right-button {
	margin-left: 15px;
}
#latest-news .latest-news-button .fa {
	margin-right: 12px;
}

/* 08. Counter */
#counter {
	width: 100%;
	padding: 55px 0;
	text-align: center;
	position: relative;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}

#counter .col-sm-4 {
	border-right: 1px solid #fff;
}

#counter .col-sm-4:last-child {
	border-right: none;
}

#counter .counter-overlay {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

#counter .counter-number {
	width: 100%;
    display: block;
    margin-bottom: 10px;
    line-height: 1;
    font-weight: 700;
    font-size: 65px;
    color: #fff;
    font-family: "Poppins";
    line-height: 70px;
}

#counter .counter-description {
	width: 100%;
	line-height: 24px;
	display: block;
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	font-family: "Poppins";
	font-weight: 700;
}

#counter .widget_illdy_counter {
	margin-top: 40px;
}

#counter .widget_illdy_counter:nth-child(1), #counter .widget_illdy_counter:nth-child(2), #counter .widget_illdy_counter:nth-child(3) {
	margin-top: 0;
}

/* 09. Team */
#team {
	width: 100%;
	background: #fff;
	padding: 80px 0 100px 0;
	text-align: center;
}

#team .section-header {
	width: 100%;
	margin-bottom: 85px;
}

#team .section-content {
	width: 100%;
}

#team .section-content .person {
	width: 100%;
}

#team .section-content .person .person-image {
	width: 125px;
	margin-right: 25px;
	float: left;
}

#team .section-content .person .person-image img {
	max-width: 100%;
	height: auto;
	border-radius: 50%;
}

#team .section-content .person .person-content {
	text-align: left;
    width: calc( 100% - 150px );
    float: right;
}

#team .section-content .person .person-content h6 {
	width: 100%;
	margin: 12px 0 5px 0;
	color: #5e5e5e;
}

#team .section-content .person .person-content p {
	width: 100%;
	margin: 0 0 10px 0;
	color: #8c9597;
	line-height: 20px;
}
#team .section-content .person .person-content p.person-position {
	margin: 0 0 20px 0;
	line-height: 26px;
}

#team .section-content .person .person-content .person-content-social {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#team .section-content .person .person-content .person-content-social li {
	margin-left: 10px;
	float: left;
}

#team .section-content .person .person-content .person-content-social li:first-child {
	margin-left: 0;
}

#team .section-content .person .person-content .person-content-social li a {
	width: 25px;
	height: 25px;
	line-height: 25px;
	display: inline-block;
	border-radius: 50%;
	font-size: 13px;
	color: #fff;
	text-align: center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	border: 1px solid;
}

#team .section-content .person .person-content .person-content-social li a:hover {
	opacity: 0.9;
}

#team .widget_illdy_person {
	margin-top: 40px;
}

#team .widget_illdy_person:nth-child(1), #team .widget_illdy_person:nth-child(2), #team .widget_illdy_person:nth-child(3) {
	margin-top: 0;
}

/* 10. Contact Us */
#contact-us label {
	width: 100% !important;
}

#contact-us {
	width: 100%;
	background-color: #FFF;
	padding: 40px 0 50px 0;
	text-align: center;
}

#contact-us .section-header {
	width: 100%;
	margin-bottom: 80px;
}

#contact-us .section-content {
	width: 100%;
}

#contact-us .section-content .contact-us-box {
	width: 100%;
	display: inline-block;
	text-align: left;
}

#contact-us .section-content .contact-us-box .box-left {
	width: auto;
	margin: 0;
	padding: 0 20px 0 0;
	border-right: 1px solid #e1e1e1;
	display: table-cell;
	font-weight: 400;
	font-size: 16px;
	color: #f1d204;
	font-family: "Lato";
	line-height: 26px;
}

#contact-us .section-content .contact-us-box .box-right {
	width: auto;
	margin: 0;
	padding: 0 0 0 20px;
	display: table-cell;
}

#contact-us .section-content .contact-us-box .box-right span {
	width: 100%;
	display: block;
	line-height: 1.6;
	font-size: 16px;
	color: #8c9597;
	font-family: "Lato";
}

#contact-us .section-content .contact-us-box .box-right span a {
	color: #8c9597;
	text-decoration: none;
}

#contact-us .section-content .contact-us-box .box-right span a:hover {
	text-decoration: underline;
}

#contact-us .section-content .contact-us-social {
	width: 100%;
	text-align: right;
}

#contact-us .section-content .contact-us-social a {
	margin-left: 15px;
	font-size: 15px;
	color: #8c9597;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#contact-us .section-content .contact-us-social a:hover {
	color: #333;
}

#contact-us .section-content .contact-us-social a:first-child {
	margin-left: 0;
}

#contact-us .section-content .wpcf7-form {
	width: 100%;
	text-align: left;
}

#contact-us .section-content .wpcf7-form p span {
	width: 100%;
	display: block;
}

#contact-us .section-content .wpcf7-form p span.wpcf7-not-valid-tip {
	font-weight: 400;
}

#contact-us .section-content .wpcf7-form p:nth-of-type(1), #contact-us .section-content .wpcf7-form p:nth-of-type(2), #contact-us .section-content .wpcf7-form p:nth-of-type(3) {
	width: 33.33333333%;
	margin: 0;
	position: relative;
	min-height: 1px;
	display: block;
	float: left;
}

#contact-us .section-content .wpcf7-form p:nth-of-type(1) {
	padding-right: 15px;
}

#contact-us .section-content .wpcf7-form p:nth-of-type(2) {
	padding-right: 15px;
	padding-left: 15px;
}

#contact-us .section-content .wpcf7-form p:nth-of-type(3) {
	padding-left: 15px;
}

#contact-us .section-content .wpcf7-form p:nth-of-type(4) {
	width: 100%;
	margin: 26px 0 0 0;
	padding: 0;
	display: block;
	float: left;
}

#contact-us .section-content .wpcf7-form p:nth-of-type(5) {
	margin: 0;
	padding: 0;
	display: block;
	float: right;
	width: auto;
}

#contact-us .section-content .wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ng {
	color: #fff;
}

#contact-us .section-content .wpcf7-form .wpcf7-response-output {
	margin-top: 40px !important;
	float: left;
}

#contact-us div.wpcf7 img.ajax-loader {
	margin-top: 50px;
	margin-right: 10px;
}

#contact-us .section-content .wpcf7-form p .wpcf7-text {
	width: 100%;
	height: 35px;
	background-color: #fcfcfc;
	padding: 0 20px;
	border: 1px solid #e1e1e1;
	outline: 0;
	font-family: "Lato", sans-serif;
	font-size: 16px;
	color: #8c9597;
	display: block;
	font-weight: 400;
	line-height: 25px;
}

#contact-us .section-content .wpcf7-form p .wpcf7-text::-webkit-input-placeholder {
	color: #8c9597;
}

#contact-us .section-content .wpcf7-form p .wpcf7-text::-moz-placeholder {
	color: #8c9597;
}

#contact-us .section-content .wpcf7-form p .wpcf7-text:-ms-input-placeholder {
	color: #8c9597;
}

#contact-us .section-content .wpcf7-form p .wpcf7-text:-moz-placeholder {
	color: #8c9597;
}

#contact-us .section-content .wpcf7-form p .wpcf7-textarea {
	width: 100%;
	height: 217px;
	background-color: #fcfcfc;
	margin: 0;
	padding: 10px 20px 10px 20px;
	border: 1px solid #e1e1e1;
	outline: 0;
	resize: none;
	display: block;
	color: #8c9597;
	font-weight: 400;
	font-family: "Lato", sans-serif;
	font-size: 16px;
}

#contact-us .section-content .wpcf7-form p .wpcf7-textarea::-webkit-input-placeholder {
	color: #8c9597;
}

#contact-us .section-content .wpcf7-form p .wpcf7-textarea::-moz-placeholder {
	color: #8c9597;
}

#contact-us .section-content .wpcf7-form p .wpcf7-textarea:-ms-input-placeholder {
	color: #8c9597;
}

#contact-us .section-content .wpcf7-form p .wpcf7-textarea:-moz-placeholder {
	color: #8c9597;
}

#contact-us .section-content .wpcf7-form p .wpcf7-submit {
	width: auto;
	height: 44px;
	background-color: #fff;
	margin: 40px 0 0 0;
	padding: 0 60px;
	border: none;
	border-radius: 5px;
	display: inline-block;
	font-weight: 700;
	color: #fff;
	background-color: #f1d204;
	float: right;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	outline: 0;
	font-family: "Lato";
	font-size: 16px;
	text-transform: initial;
}

#contact-us .section-content .wpcf7-form p .wpcf7-submit:hover {
	opacity: 0.9;
}

#contact-us .section-content .wpcf7-form .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
	margin: 0;
	padding: 10px 20px;
	float: left;
	border-color: #f3c3c3;
}
.wpcf7 label {
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	font-family: "Lato";
}

/* 11. Footer */
#footer {
	width: 100%;
	background-color: #292825;
	padding: 40px 0 0;
background:url(../images/fotter.png) no-repeat;	
}
#footer .bottom-footer {
	margin-top: 50px;
	padding: 30px 0;
	text-align: center;

}

#footer .footer-logo {
	width: 100%;
	margin-bottom: 20px;
	display: block;
	text-align: right;
}

#footer .footer-logo img {
	max-width: 100%;
	height: auto;
}

#footer .copyright {
	width: 100%;
	line-height: 1.2;
	color: #8c9597;
	margin-bottom: 0;
	font-size: 15px;
}
#footer .bottom-copyright {
	color: #fff;
}

#footer .copyright a {
	color: #8c9597;
	text-decoration: none;
}

#footer .copyright a:hover {
	text-decoration: underline;
}

#footer .widget .widget-title {
	margin: 0 0 20px 0;
	padding: 0;
	color: #fff;
}
#footer .widget .widget-title h5,
#footer .widget .widget-title h5 a {
	color: #fff;
}

#footer .widget .widget-title:before {
	display: none;
}

#footer .widget .widget-title h3 {
	line-height: 1.15;
	color: #ffffff;
	font-size: 20px;
	font-family: "Lato";
	text-transform: initial;
}
#footer .widget table#wp-calendar tbody tr td a {
	width: calc( 100% + 8px );	
	height: calc( 100% + 8px );
	left: -4px;
	top: -4px;
}

.widget_rss cite {
	color: #545454;
}
#footer .widget_rss cite {
	color: #fff;
}
.recentcomments > a {
	color: #f1d204;
}
.recentcomments a:hover {
	color: #6a4d8a;
}

#footer .widget ul li:last-child {
	margin-bottom: 0;
}

#footer .widget table thead th {
	color: #fff;
	font-weight: normal;
}
#footer .widget table tbody tr td:not(.pad) {
    color: #eeeeee;
    padding: 0;
    border: 3px solid #363636;
    background-color: transparent;
    line-height: 24px;
}



/* 12. Blog */
#blog {
	width: 100%;
	padding: 50px 0 40px 0;
}

#blog .blog-post {
	width: 100%;
	margin-bottom: 100px;
}

#blog .blog-post .blog-post-title {
	width: 100%;
	margin-top: 0;
	margin-bottom: 10px;
	line-height: 1.4;
	font-weight: 700;
	font-size: 25px;
	color: #333;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	display: block;
}

#blog .blog-post .blog-post-title:hover {
	text-decoration: none;
	color: #f1d204;
}

#blog .blog-post h2.blog-post-title:hover {
	color: #333 !important;
}

#blog .blog-post .blog-post-image {
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
}

#blog .blog-post .blog-post-image img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

#blog .blog-post .blog-post-meta {
	width: 100%;
	margin-bottom: 10px;
	line-height: 2.428;
	font-size: 14px;
}

#blog .blog-post .blog-post-meta .post-meta-author {
	color: #f1d204;
}

#blog .blog-post .blog-post-meta .post-meta-author .fa {
	margin-right: 6px;
	color: #f1d204;
}

#blog .blog-post .blog-post-meta .post-meta-time,
#blog .blog-post .blog-post-meta .post-meta-categories {
	margin-left: 20px;
	color: #888;
}

#blog .blog-post .blog-post-meta .post-meta-categories a {
	color: #888;
}

#blog .blog-post .blog-post-meta .post-meta-time .fa,
#blog .blog-post .blog-post-meta .post-meta-categories .fa {
	margin-right: 6px;
	color: #f1d204;
}

#blog .blog-post .blog-post-meta .post-meta-comments {
	margin-left: 40px;
	color: #888;
}

#blog .blog-post .blog-post-meta .post-meta-comments .fa {
	margin-right: 6px;
	color: #f1d204;
}

#blog .blog-post .blog-post-meta .post-meta-comments a {
	color: #888;
}

#blog .blog-post .blog-post-entry {
	width: 100%;
	margin-bottom: 40px;
}

#blog .blog-post .blog-post-button {
	height: 45px;
	line-height: 45px;
	background-color: #f1d204;
	padding: 0 30px;
	display: inline-block;
	border-radius: 3px;
	font-weight: 700;
	font-size: 16px;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#blog .blog-post .blog-post-button:hover {
	text-decoration: none;
	opacity: 0.9;
}

#blog .blog-post .blog-post-tags {
	width: 100%;
	margin-bottom: 40px;
	padding: 0;
	list-style-type: none;
}

#blog .blog-post .blog-post-tags li {
	margin: 0;
	display: inline-block;
	color: #888;
}

#blog .blog-post .blog-post-tags li a {
	color: #888;
}

#blog .blog-post .social-links-list {
	width: 100%;
	margin: 0 0 55px 0;
	padding: 0;
	list-style-type: none;
}

#blog .blog-post .social-links-list li {
	margin-left: 30px;
	float: left;
}

#blog .blog-post .social-links-list li.links-list-title {
	margin-left: 0;
	line-height: 34px;
	font-weight: 700;
	color: #333;
	text-transform: uppercase;
}

#blog .blog-post .social-links-list li[data-customizer="twitter"] a {
	background-color: #2a7dca;
}

#blog .blog-post .social-links-list li[data-customizer="facebook"] a {
	background-color: #06bef4;
}

#blog .blog-post .social-links-list li[data-customizer="linkedin"] a {
	background-color: #0077b5;
}

#blog .blog-post .social-links-list li a {
	width: 34px;
	height: 34px;
	line-height: 34px;
	display: block;
	border-radius: 50%;
	color: #fff;
	font-size: 17px;
	text-align: center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#blog .blog-post .social-links-list li a:hover {
	opacity: 0.9;
}

#blog .blog-post .blog-post-author {
	width: 100%;
	background: #f9f9f9;
	margin-bottom: 45px;
	padding: 20px 40px;
}

#blog .blog-post .blog-post-author .avatar {
	margin-right: 30px;
	border-radius: 50%;
	float: left;
}

#blog .blog-post .blog-post-author h4 {
	line-height: 1.7;
	margin: 10px 0 0 0;
	display: inline-block;
	font-size: 20px;
	color: #f1d204;
}

#blog .blog-post .blog-post-author p {
	line-height: 1.6;
	color: #888;
}

#blog .nav-links {
	width: 100%;
}

.navigation .screen-reader-text {
	display: none;
}

#blog .nav-links .page-numbers {
	width: 34px;
	height: 34px;
	line-height: 32px;
	display: inline-block;
	color: #000;
	text-align: center;
}

#blog .nav-links .page-numbers.current,
#blog .nav-links .page-numbers:hover {
	text-decoration: none;
	border: 1px solid #000;
}

/* 13. Sidebar */
#sidebar {
	width: 90%;
	margin: 50px 0 40px 0;
	padding-left: 10%;
	border-left: 1px solid #ebebeb;
}

.page-template-left-sidebar #sidebar {
	padding-right: 10%;
	padding-left: 0;
	border-right: 1px solid #ebebeb;
	border-left: none;
}

.widget {
	width: 100%;
	margin-bottom: 75px;
}

.widget:last-child {
	margin-bottom: 0;
}

.widget .widget-title {
	width: 100%;
	margin-bottom: 20px;
	position: relative;
}

.widget .widget-title h5 {
	margin: 0;
	padding: 0;
}

.widget img {
	max-width: 100%;
	height: auto;
}

.widget ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.widget ul.children li, .widget ul.sub-menu li {
	padding-bottom: 0;
	border-bottom: none;
}

.widget:not(.widget_rss):not(.widget_recent_comments):not(.widget_recent_entries) ul li {
	width: 100%;
	padding-left: 20px;
	position: relative;
	line-height: 38px;
}

.widget:not(.widget_rss):not(.widget_recent_comments):not(.widget_recent_entries) ul li:before {
	content: "\f105";
	font-family: "FontAwesome";
	color: #8c979e;
	position: absolute;
	left: 0;
	line-height: 38px;
}
.widget:not(.widget_rss):not(.widget_recent_comments):not(.widget_recent_entries) ul li:hover:before {
	color: #6a4d8a;
}

.widget ul li a {
	line-height: 33px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.widget_recent_comments .recentcomments .comment-author-link {
	line-height: 33px;
}

.widget:not(.widget_recent_comments) ul li:hover > a,
.widget.widget_recent_comments ul li a:hover {
	text-decoration: none;
	color: #6a4d8a;
}

.widget .screen-reader-text {
	width: 100%;
}

.widget select {
	width: 100%;
}

.widget table {
	width: 100%;
}
.widget #wp-calendar {
	position: relative;
}
.widget table caption {
	color: #fff;
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	font-family: "Poppins";
	width: 100%;
	background-color: #f1d204;
	text-align: center;
	margin-bottom: 30px;
}

.widget table thead {
	color: #888;
}

.widget table thead th {
	padding-bottom: 5px;
	text-align: center;
	color: #333333;
}

.widget table thead th:last-child {
	border-right: none;
}

.widget table tbody {
	color: #8c9597;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
}
.widget table tbody tr:last-child {
	border-bottom: none;
}

.widget table tbody tr td:not(.pad) {
	padding: 4px;
	background-color: #f6f6f6;
	position: relative;
}
.widget table#wp-calendar tbody tr td a {
	display: block;
    background-color: #f1d204;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 4px;
    text-decoration: none;
    color: #fff;
}
.widget table#wp-calendar tbody tr td a:hover {
	background-color: #6a4d8a;
}

.widget table tbody tr td:last-child {
	border-right: none;
}

.widget table tfoot {
	font-size: 16px;
	color: #FFF;
	position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
}

.widget table tfoot #next {
	text-align: right;
}

.widget table a {
	text-decoration: underline;
}
.widget table tfoot tr {
	height: 32px;
}
.widget table a:hover {
	text-decoration: none;
}
.widget table td#prev,
.widget table td#next {
	position: absolute;
	top: 0;
}
.widget table td#prev {
	left: 10px;
}
.widget table td#next {
	right: 10px;
}
.widget table td#prev a,
.widget table td#next a {
	color: #f1d204;
	display: block;
    width: 10px;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
}
.widget table td#prev a:before,
.widget table td#next a:before {
	font-family: "FontAwesome";
	color: #fff;
	display: inline-block;
	font-size: 16px;
	vertical-align: top;
}
.widget table td#prev a:before {
	content: "\f104";
}
.widget table td#next a:before {
	content: "\f105";
}
.widget table td#prev a:hover:before,
.widget table td#next a:hover:before,
.widget table td#prev a:focus:before,
.widget table td#next a:focus:before {
	color: #6a4d8a;
}

.widget .search-form {
	width: 100%;
}

.widget .search-form .search-form-box {
	width: 100%;
	position: relative;
}
.widget .search-form .search-form-box:after {
	content: "\f002";
	position: absolute;
	right: 20px;
	top: 5px;
	color: #a9afb1;
	font-family: "FontAwesome";
	font-size: 15px;
}
.widget .search-form .search-form-box #s {
	padding-right: 40px;
	background-color: transparent;
	border-radius: 5px;
}

.widget .search-form .search-form-box #searchsubmit {
	height: 37px;
	line-height: 37px;
	background: transparent;
	margin-right: 10px;
	padding: 0;
	border: none;
	font-family: "FontAwesome";
	color: #000;
	float: left;
}


.widget .search-form .search-form-box #s::-webkit-input-placeholder {
	color: #a9afb1;
}

.widget .search-form .search-form-box #s::-moz-placeholder {
	color: #a9afb1;
}

.widget .search-form .search-form-box #s:-ms-input-placeholder {
	color: #a9afb1;
}

.widget .search-form .search-form-box #s:-moz-placeholder {
	color: #a9afb1;
}

.widget .widget-recent-post {
	width: 100%;
	margin-bottom: 37px;
}

.widget .widget-recent-post:last-of-type {
	margin-bottom: 0;
}

.widget .widget-recent-post .recent-post-image {
	width: 70px;
	margin-right: 22px;
	float: left;
}

.widget .widget-recent-post .recent-post-image img {
	max-width: 100%;
	height: auto;
	border-radius: 50%;
}

.widget .widget-recent-post .recent-post-title,
.widget.widget_recent_entries ul li a {
	width: 100%;
	line-height: 20px;
	font-size: 16px;
	display: block;
	font-weight: 400;
}
.widget.widget_recent_entries ul li {
	margin-bottom: 35px;
}

.widget .widget-recent-post .recent-post-button {
	width: 100%;
	line-height: 1.466;
	color: #f1d204;
	text-transform: lowercase;
}
.widget table#wp-calendar {
	border-spacing: 4px;
    border-collapse: separate;
}

.widget ul li a.rsswidget {
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: "Poppins";
    line-height: 24px;
}
.widget_tag_cloud .tagcloud a {
	font-size: 16px !important;
	line-height: 26px;
	font-weight: 400;
}
.widget_tag_cloud .tagcloud a:after {
	display: inline-block;
	content: "/";
	color: #8c9597;
	margin-left: 5px;
}

footer .widget ul li a.rsswidget {
	color: #fff;
}

.widget_rss ul li {
	padding: 0;
	margin-bottom: 40px;
}
span.rss-date,
.post-date {
    font-size: 12px;
    font-weight: 400;
    font-family: "Lato";
    line-height: 24px;
    display: block;
}
span.rss-date:before,
.post-date:before {
	content: "\f017";
    font-family: "FontAwesome";
    color: #f1d204;
    display: inline-block;
    margin-right: 5px;
}

.widget_categories ul li,
.widget_archive ul li {
	text-align: right;
}
.widget_categories ul li a,
.widget_archive ul li a {
	float: left;
	clear: left;
	line-height: 38px;
}
.widget_categories ul li:after,
.widget_archive ul li:after {
	content: "";
	display: block;
	clear: both;
}
.widget_categories ul li:hover,
.widget_archive ul li:hover {
	color: #6a4d8a;
}

/* 14. Markup Format */
.markup-format h1,
.markup-format h2,
.markup-format h3,
.markup-format h4,
.markup-format h5,
.markup-format h6 {
	margin: 30px 0;
}

.markup-format p {
	margin: 30px 0;
}

.markup-format a {
	color: #e2c504;
	text-decoration: underline;
}

.markup-format a:hover {
	text-decoration: none;
}

.markup-format img {
	max-width: 100% !important;
	height: auto;
}

.markup-format img.alignright {
	float: right;
	margin: 0 0 1em 1em;
}

.markup-format img.alignleft {
	float: left;
	margin: 0 1em 1em 0;
}

.markup-format img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.markup-format .alignright {
	float: right;
}

.markup-format .alignleft {
	float: left;
}

.markup-format .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.markup-format .wp-caption {
	max-width: 100%;
	height: auto;
}

.markup-format .post-password-form {
	width: 100%;
}

.markup-format .post-password-form label {
	float: left;
}

.markup-format .post-password-form input[type="submit"] {
	height: 40px;
	margin: 0;
}

.markup-format .gallery-item {
	width: 25%;
	padding: 10px;
	float: left;
}

.markup-format .gallery-columns-1 .gallery-item {
	width: 100%;
}

.markup-format .gallery-columns-2 .gallery-item {
	width: 50%;
}

.markup-format .gallery-columns-3 .gallery-item {
	width: 33.33%;
}

.markup-format .link-pages {
	width: 100%;
	margin-bottom: 40px;
	float: left;
}

.markup-format iframe {
	max-width: 100%;
}

.markup-format blockquote,
.markup-format q {
	margin: 0;
	padding: 0;
	line-height: 50px;
	font-size: 30px;
	color: #888;
	border-left: none;
}

.markup-format blockquote:before, .markup-format blockquote:after {
	content: "\"";
}

.markup-format cite {
	font-style: normal;
	font-size: 14px;
	color: #888;
}

.markup-format blockquote p {
	margin: 0;
}

.markup-format ul {
	list-style-position: inside;
	list-style-type: disc;
}

.markup-format ul li {
	list-style-position: inside;
	list-style-type: disc;
}

.markup-format ul li ul {
	padding-left: 20px;
}

.markup-format ol {
	list-style-position: inside;
	list-style-type: decimal;
}

.markup-format ol li {
	list-style-position: inside;
	list-style-type: decimal;
}

.markup-format ol li ol {
	padding-left: 20px;
}

.markup-format table {
	width: 100%;
}

.markup-format table caption {
	color: #888;
	margin-bottom: 10px;
	font-weight: 700;
}

.markup-format table thead {
	color: #888;
}

.markup-format table thead th {
	padding-bottom: 5px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	text-align: center;
}

.markup-format table thead th:last-child {
	border-right: none;
}

.markup-format table tbody {
	color: #888;
	text-align: center;
	font-size: 12px;
	font-weight: 300;
}

.markup-format table tbody a {
	font-weight: 700;
}

.markup-format table tbody tr {
	border-bottom: 1px solid #eee;
}

.markup-format table tbody tr:last-child {
	border-bottom: none;
}

.markup-format table tbody tr td {
	border-right: 1px solid #eee;
	padding: 7px;
}

.markup-format table tbody tr td:last-child {
	border-right: none;
}

.markup-format table tfoot {
	font-size: 14px;
	color: #888;
}

.markup-format table tfoot #next {
	text-align: right;
}

.markup-format table a {
	color: #888;
	text-decoration: underline;
}

.markup-format table a:hover {
	text-decoration: none;
}

.markup-format table td#prev {
	padding-top: 10px;
}

.markup-format table td#prev a {
	color: #888;
}

.markup-format table td#next {
	padding-top: 10px;
}

.markup-format table td#next a {
	color: #888;
}

/* 15. Related Posts */
.blog-post-related-articles {
	width: 100%;
	margin-bottom: 50px;
}

.blog-post-related-articles .related-article-title {
	width: 100%;
	margin-bottom: 20px;
	font-weight: 700;
	color: #333;
	text-transform: uppercase;
	line-height: 1.6;
}

.blog-post-related-articles .related-post {
	width: 100%;
	height: 203px;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: block;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.blog-post-related-articles .related-post:hover .related-post-title {
	color: #f1d204;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.blog-post-related-articles .related-post .related-post-title {
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 15px 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	line-height: 1.6;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

/* 16. Comments */
#comments {
	width: 100%;
}

#comments #comments-list {
	width: 100%;
	margin-bottom: 50px;
}

#comments #comments-list h3.medium {
	width: 100%;
	margin: 0 0 15px 0;
	line-height: 1.5;
	font-weight: 700;
	font-size: 17px;
	color: #333;
	text-transform: uppercase;
}

#comments #comments-list ul.comments {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#comments #comments-list ul.comments .comment {
	width: 100%;
}

#comments #comments-list ul.comments .comment > div {
	margin-bottom: 30px;
}

#comments #comments-list ul.comments .comment .comment-gravatar {
	width: 100%;
}

#comments #comments-list ul.comments .comment .comment-gravatar img {
	max-width: 100%;
	height: auto;
}

#comments #comments-list ul.comments .comment .url {
	color: #f1d204;
}

#comments #comments-list ul.comments .comment .comment-entry p {
	margin: 15px 0;
	color: #8C9597;
}

#comments #comments-list ul.comments .comment .comment-reply-link {
	color: #f1d204;
}

#comments #comments-list ul.comments .comment ul.children {
	width: 100%;
	margin: 0;
	padding: 0 0 0 40px;
	list-style-type: none;
}

#comments #respond {
	width: 100%;
}

#comments #respond #reply-title {
	width: 100%;
	margin: 0 0 15px 0;
	line-height: 1.5;
	font-weight: 700;
	font-size: 17px;
	color: #333;
	text-transform: uppercase;
}

#comments #respond .comment-form {
	width: 100%;
}

#comments #respond .comment-form .comment-notes {
	display: none;
}

#comments #respond .comment-form .input-full {
	width: 100%;
	margin: 0 0 30px 0;
}

#comments #respond .comment-form textarea {
	height: 125px;
	margin-bottom: 30px;
	padding: 10px;
}
#comments #respond .comment-form textarea::-webkit-input-placeholder {
	color: #8c9597;
}

#comments #respond .comment-form textarea::-moz-placeholder {
	color: #8c9597;
}

#comments #respond .comment-form textarea:-ms-input-placeholder {
	color: #8c9597;
}

#comments #respond .comment-form textarea:-moz-placeholder {
	color: #8c9597;
}
#comments #respond .comment-form input.input-full::-webkit-input-placeholder {
	color: #8c9597;
}

#comments #respond .comment-form input.input-full::-moz-placeholder {
	color: #8c9597;
}

#comments #respond .comment-form input.input-full:-ms-input-placeholder {
	color: #8c9597;
}

#comments #respond .comment-form input.input-full:-moz-placeholder {
	color: #8c9597;
}

input,
textarea {
	width: 100%;
	padding: 5px 10px;
	border: 1px solid #d7d7d7;
	outline: 0;
	font-family: "Lato", sans-serif;
	font-weight: 400;
	color: #8c9597;
	resize: none;
	display: block;
	font-size: 16px;
	line-height: 26px;
	background-color: transparent;
}
input:focus,
input:hover,
textarea:focus,
textarea:hover {
	border-color: #6a4d8a;
}

#comments #respond .comment-form #input-submit,
input[type=submit] {
	width: auto;
	height: 36px;
	background-color: #f1d204;
	padding: 0 40px;
	display: inline-block;
	border: 0 none;
	font-family: "Lato", sans-serif;
	font-weight: 700;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 3px;
}
#comments #respond .comment-form #input-submit:hover,
input[type=submit]:hover,
#latest-news .latest-news-button:hover,
#contact-us .section-content .wpcf7-form p .wpcf7-submit:hover,
#header .bottom-header .header-button-two:hover,
#blog .blog-post .blog-post-button:hover,
a.button:hover {
	background-color: #6a4d8a;
}
.bottom-header h2 {
	color: #fff;
}

#comments #respond .comment-form #input-submit:hover {
	opacity: 0.9;
}

.widget .search-form .search-form-box #searchsubmit {
	display: none;
}

/* Parallax Widget */
.align-children {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.top-parallax-section {
    overflow: hidden;
    padding: 96px 0;
}
p.mb32 {
	margin-bottom: 32px;
}

.illdy_home_parallax .row {
	margin: 0;
}
.bg-secondary {
    background: #f5f5f5;
}
.border-bottom {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.illdy_home_parallax .cast-shadow.img-responsive {
	display: inline-block;
}
.illdy-customizer-preview .parallax-mirror {
	z-index: 0 !important;
}

@media only screen and (max-width: 1024px) {
	#header {
		background-attachment: initial !important;
	}
}
@media only screen and (max-width: 992px) {
	#header .top-header .header-navigation {
		display: none;
	}

	.open-responsive-menu {
		height: 100%;
		background: 0 0;
		padding: 26px 0;
		border: none;
		outline: 0;
		display: block;
		float: right;
	}

	.open-responsive-menu .fa {
		font-size: 22px;
		color: #fff;
	}

	.responsive-menu {
		width: 100%;
		background-color: #fff;
		margin-top: 20px;
		display: none;
	}

	.responsive-menu ul {
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.responsive-menu ul li {
		width: 100%;
	}

	.responsive-menu ul li a {
		width: 100%;
		padding: 15px;
		display: block;
		border-bottom: 1px solid #e4e4e4;
		color: #000;
		text-align: center;
	}
	.responsive-menu ul li.menu-item-has-children a {
		border-bottom: 0 none;
	}
	.responsive-menu ul li.menu-item-has-children {
		border-bottom: 1px solid #e4e4e4;
	}
	.header-front-page nav ul.sub-menu li a {
	    border-bottom: 0 none;
	    padding: 10px;
	    color: #fff;
	}
	.header-front-page nav ul.sub-menu {
		background-color: #f1d204;
	}

	.responsive-menu.active {
		display: block;
	}

	#header .bottom-header .header-button-one,
	#header .bottom-header .header-button-two {
		margin-top: 10px;
		margin-bottom: 10px;
	}
}

/* 17. Responsive */
@media only screen and (min-width: 768px) and (max-width: 800px) {
	#team .section-content .person .person-image {
		float: none;
		margin-right: auto;
		margin-left: auto;
	}
	#team .section-content .person .person-content {
		float: none;
		width: 100%;
	}
	.row.blog-carousel.owl-carousel {
		margin: 0;
	}
}
@media only screen and (max-width: 767px) {
	#header .top-header .header-logo img {
		max-width: 320px;
	}

	#header .bottom-header h2 {
		font-size: 60px;
	}

	#about .widget_illdy_skill:nth-child(1) {
		margin-top: 0;
	}

	#about .widget_illdy_skill:nth-child(2),
	#about .widget_illdy_skill:nth-child(3) {
		margin-top: 66px;
	}

	#services .widget_illdy_service:nth-child(1) {
		margin-top: 0;
	}

	#services .widget_illdy_service:nth-child(2),
	#services .widget_illdy_service:nth-child(3) {
		margin-top: 40px;
	}

	#counter .col-sm-4 {
		border-right: none;
	}

	#counter .widget_illdy_counter:nth-child(1) {
		margin-top: 0;
	}

	#counter .widget_illdy_counter:nth-child(2),
	#counter .widget_illdy_counter:nth-child(3) {
		margin-top: 40px;
	}

	#team .widget_illdy_person:nth-child(1) {
		margin-top: 0;
	}

	#team .widget_illdy_person:nth-child(2),
	#team .widget_illdy_person:nth-child(3) {
		margin-top: 40px;
	}

	#contact-us .section-content .contact-us-box .box-left {
		width: 50%;
	}

	#contact-us .section-content .contact-us-box .box-left {
		width: 50%;
	}

	#contact-us .section-content .col-sm-5,
	#contact-us .section-content .col-sm-3 {
		margin-top: 40px;
	}

	#contact-us .section-content .contact-us-social {
		text-align: left;
	}

	#contact-us .section-content .wpcf7-form p:nth-of-type(1) {
		margin-top: 0;
	}

	#contact-us .section-content .wpcf7-form p:nth-of-type(1),
	#contact-us .section-content .wpcf7-form p:nth-of-type(2),
	#contact-us .section-content .wpcf7-form p:nth-of-type(3) {
		width: 100%;
		margin: 26px 0 0 0;
		padding: 0;
	}

	#footer .footer-logo {
		text-align: left;
	}

	#footer .col-sm-3 {
		margin-top: 40px;
	}

	#footer .col-sm-3:first-child {
		margin-top: 0;
	}

	#sidebar {
		width: 100%;
		margin-top: 0;
		padding-left: 0;
		border-left: none;
	}

	.blog-post-related-articles .related-post {
		margin: 40px 0;
	}

	#comments #comments-list ul.comments .comment .comment-gravatar {
		margin-bottom: 20px;
	}

	#blog {
		padding-bottom: 0;
	}
	.row.blog-carousel.owl-carousel {
	    margin: 0;
	}
}

@media only screen and (max-width: 320px) {
	#team .section-content .person .person-image {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	#team .section-content .person .person-content {
		text-align: center;
	}

	#team .section-content .person .person-content .person-content-social li {
		display: inline-block;
		float: none;
	}
}

/* 18. Gallery */

.gallery.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery.gallery-columns-3 .gallery-item:nth-child(3n+1) {
	clear: left;
}

.gallery:after {
	content: "";
	display: block;
	clear: both;
}

.inline-columns {
	text-align: center;
}

.inline-columns > div {
	display: inline-block;
	float: none;
	vertical-align: top;
}


.wpcf7-form p .wpcf7-form-control:hover,
.wpcf7-form p .wpcf7-form-control:focus,
#contact-us .section-content .wpcf7-form p .wpcf7-textarea:hover,
#contact-us .section-content .wpcf7-form p .wpcf7-textarea:focus,
#contact-us .section-content .wpcf7-form p .wpcf7-text:hover,
#contact-us .section-content .wpcf7-form p .wpcf7-text:focus {
	border-color: #d2c9dc;
}

.wpcf7-form p .wpcf7-form-control.wpcf7-not-valid,
#contact-us .section-content .wpcf7-form p .wpcf7-textarea.wpcf7-not-valid,
#contact-us .section-content .wpcf7-form p .wpcf7-text.wpcf7-not-valid {
	border-color: #f3c3c3;
}

/* Homepage ssctions background image */

#latest-news,
#full-width,
#about,
#projects {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.pace-overlay {
	z-index: 2;
}
.blockcentr {
        width: 50%;
    height: 75%;
    position: fixed;
    left: 50%;
    margin-left: -25%;
    background: #f7f7f7;
    padding: 15px;
    line-height: 23px;
    border-radius: 10px;
    border: 1px solid #A5A5A5;
    z-index: 999992;
    top: 15%;text-align: justify;
}
.kury_blockcentr {
        width: 50%;
    height: 75%;
    position: fixed;
    left: 50%;
    margin-left: -25%;
    background: #f7f7f7;
    padding: 15px;
    line-height: 23px;
    border-radius: 10px;
    border: 1px solid #A5A5A5;
    z-index: 999992;
    top: 15%;text-align: justify;
}
.kenguru_blockcentr {
        width: 50%;
    height: 75%;
    position: fixed;
    left: 50%;
    margin-left: -25%;
    background: #f7f7f7;
    padding: 15px;
    line-height: 23px;
    border-radius: 10px;
    border: 1px solid #A5A5A5;
    z-index: 999992;
    top: 15%;text-align: justify;
}



.juravl_blockcentr {
        width: 50%;
    height: 75%;
    position: fixed;
    left: 50%;
    margin-left: -25%;
    background: #f7f7f7;
    padding: 15px;
    line-height: 23px;
    border-radius: 10px;
    border: 1px solid #A5A5A5;
    z-index: 999992;
    top: 15%;text-align: justify;
}
.straus_blockcentr {
        width: 50%;
    height: 75%;
    position: fixed;
    left: 50%;
    margin-left: -25%;
    background: #f7f7f7;
    padding: 15px;
    line-height: 23px;
    border-radius: 10px;
    border: 1px solid #A5A5A5;
    z-index: 999992;
    top: 15%;text-align: justify;
}
.fazan_blockcentr {
        width: 50%;
    height: 75%;
    position: fixed;
    left: 50%;
    margin-left: -25%;
    background: #f7f7f7;
    padding: 15px;
    line-height: 23px;
    border-radius: 10px;
    border: 1px solid #A5A5A5;
    z-index: 999992;
    top: 15%;text-align: justify;
}
.lisy_blockcentr {
        width: 50%;
    height: 75%;
    position: fixed;
    left: 50%;
    margin-left: -25%;
    background: #f7f7f7;
    padding: 15px;
    line-height: 23px;
    border-radius: 10px;
    border: 1px solid #A5A5A5;
    z-index: 999992;
    top: 15%;text-align: justify;
}
.pavlin_blockcentr {
        width: 50%;
    height: 75%;
    position: fixed;
    left: 50%;
    margin-left: -25%;
    background: #f7f7f7;
    padding: 15px;
    line-height: 23px;
    border-radius: 10px;
    border: 1px solid #A5A5A5;
    z-index: 999992;
    top: 15%;text-align: justify;
}
.vodoplavayushie_blockcentr {
        width: 50%;
    height: 75%;
    position: fixed;
    left: 50%;
    margin-left: -25%;
    background: #f7f7f7;
    padding: 15px;
    line-height: 23px;
    border-radius: 10px;
    border: 1px solid #A5A5A5;
    z-index: 999992;
    top: 15%;text-align: justify;
}
.vodoplavayushie2_blockcentr {
        width: 50%;
    height: 75%;
    position: fixed;
    left: 50%;
    margin-left: -25%;
    background: #f7f7f7;
    padding: 15px;
    line-height: 23px;
    border-radius: 10px;
    border: 1px solid #A5A5A5;
    z-index: 999992;
    top: 15%;text-align: justify;
}
.vodoplavayushie3_blockcentr {
        width: 50%;
    height: 75%;
    position: fixed;
    left: 50%;
    margin-left: -25%;
    background: #f7f7f7;
    padding: 15px;
    line-height: 23px;
    border-radius: 10px;
    border: 1px solid #A5A5A5;
    z-index: 999992;
    top: 15%;text-align: justify;
}
.vodoplavayushie4_blockcentr {
    width: 50%;
	height: 50%;
    position: fixed;
    left: 33%;
    margin-left: -10%;
    background: #f7f7f7;
    padding: 15px;
    line-height: 23px;
    border-radius: 10px;
    border: 1px solid #A5A5A5;
    z-index: 999992;
    top: 15%;text-align: justify;
}
.vodoplavayushie5_blockcentr {
        width: 50%;
    height: 75%;
    position: fixed;
    left: 50%;
    margin-left: -25%;
    background: #f7f7f7;
    padding: 15px;
    line-height: 23px;
    border-radius: 10px;
    border: 1px solid #A5A5A5;
    z-index: 999992;
    top: 15%;text-align: justify;
}
.krokodil_blockcentr {
        width: 50%;
    height: 75%;
    position: fixed;
    left: 50%;
    margin-left: -25%;
    background: #f7f7f7;
    padding: 15px;
    line-height: 23px;
    border-radius: 10px;
    border: 1px solid #A5A5A5;
    z-index: 999992;
    top: 15%;text-align: justify;
}
.zmeya_blockcentr {
        width: 50%;
    height: 75%;
    position: fixed;
    left: 50%;
    margin-left: -25%;
    background: #f7f7f7;
    padding: 15px;
    line-height: 23px;
    border-radius: 10px;
    border: 1px solid #A5A5A5;
    z-index: 999992;
    top: 15%;text-align: justify;
}
.gor_kopyt_blockcentr {
        width: 50%;
    height: 75%;
    position: fixed;
    left: 50%;
    margin-left: -25%;
    background: #f7f7f7;
    padding: 15px;
    line-height: 23px;
    border-radius: 10px;
    border: 1px solid #A5A5A5;
    z-index: 999992;
    top: 15%;text-align: justify;
}
.hish_pticy_blockcentr {
        width: 50%;
    height: 75%;
    position: fixed;
    left: 50%;
    margin-left: -25%;
    background: #f7f7f7;
    padding: 15px;
    line-height: 23px;
    border-radius: 10px;
    border: 1px solid #A5A5A5;
    z-index: 999992;
    top: 15%;text-align: justify;
}
.antilopy_blockcentr {
        width: 50%;
    height: 75%;
    position: fixed;
    left: 50%;
    margin-left: -25%;
    background: #f7f7f7;
    padding: 15px;
    line-height: 23px;
    border-radius: 10px;
    border: 1px solid #A5A5A5;
    z-index: 999992;
    top: 15%;text-align: justify;
}
.zebry_blockcentr {
        width: 50%;
    height: 75%;
    position: fixed;
    left: 50%;
    margin-left: -25%;
    background: #f7f7f7;
    padding: 15px;
    line-height: 23px;
    border-radius: 10px;
    border: 1px solid #A5A5A5;
    z-index: 999992;
    top: 15%;text-align: justify;
}
.zebry1_blockcentr {
        width: 50%;
    height: 75%;
    position: fixed;
    left: 50%;
    margin-left: -25%;
    background: #f7f7f7;
    padding: 15px;
    line-height: 23px;
    border-radius: 10px;
    border: 1px solid #A5A5A5;
    z-index: 999992;
    top: 15%;text-align: justify;
}
.belka_blockcentr {
        width: 50%;
    height: 75%;
    position: fixed;
    left: 50%;
    margin-left: -25%;
    background: #f7f7f7;
    padding: 15px;
    line-height: 23px;
    border-radius: 10px;
    border: 1px solid #A5A5A5;
    z-index: 999992;
    top: 15%;text-align: justify;
}
.kunicy_blockcentr {
        width: 50%;
    height: 75%;
    position: fixed;
    left: 50%;
    margin-left: -25%;
    background: #f7f7f7;
    padding: 15px;
    line-height: 23px;
    border-radius: 10px;
    border: 1px solid #A5A5A5;
    z-index: 999992;
    top: 15%;text-align: justify;
}
.medvedi_blockcentr {
        width: 50%;
    height: 75%;
    position: fixed;
    left: 50%;
    margin-left: -25%;
    background: #f7f7f7;
    padding: 15px;
    line-height: 23px;
    border-radius: 10px;
    border: 1px solid #A5A5A5;
    z-index: 999992;
    top: 15%;text-align: justify;
}


.volki_blockcentr {
        width: 50%;
    height: 75%;
    position: fixed;
    left: 50%;
    margin-left: -25%;
    background: #f7f7f7;
    padding: 15px;
    line-height: 23px;
    border-radius: 10px;
    border: 1px solid #A5A5A5;
    z-index: 999992;
    top: 15%;text-align: justify;
}
.lion_blockcentr {
        width: 50%;
    height: 75%;
    position: fixed;
    left: 50%;
    margin-left: -25%;
    background: #f7f7f7;
    padding: 15px;
    line-height: 23px;
    border-radius: 10px;
    border: 1px solid #A5A5A5;
    z-index: 999992;
    top: 15%;text-align: justify;
}
.leopard_blockcentr {
        width: 50%;
    height: 75%;
    position: fixed;
    left: 50%;
    margin-left: -25%;
    background: #f7f7f7;
    padding: 15px;
    line-height: 23px;
    border-radius: 10px;
    border: 1px solid #A5A5A5;
    z-index: 999992;
    top: 15%;text-align: justify;
}
.monkey_blockcentr {
        width: 50%;
    height: 75%;
    position: fixed;
    left: 50%;
    margin-left: -25%;
    background: #f7f7f7;
    padding: 15px;
    line-height: 23px;
    border-radius: 10px;
    border: 1px solid #A5A5A5;
    z-index: 999992;
    top: 15%;text-align: justify;
}
.dvorik_blockcentr {
        width: 50%;
    height: 75%;
    position: fixed;
    left: 50%;
    margin-left: -25%;
    background: #f7f7f7;
    padding: 15px;
    line-height: 23px;
    border-radius: 10px;
    border: 1px solid #A5A5A5;
    z-index: 999992;
    top: 15%;text-align: justify;
}
.sovy_blockcentr {
        width: 50%;
    height: 75%;
    position: fixed;
    left: 50%;
    margin-left: -25%;
    background: #f7f7f7;
    padding: 15px;
    line-height: 23px;
    border-radius: 10px;
    border: 1px solid #A5A5A5;
    z-index: 999992;
    top: 15%;text-align: justify;
}
.aist_blockcentr {
        width: 50%;
    height: 75%;
    position: fixed;
    left: 50%;
    margin-left: -25%;
    background: #f7f7f7;
    padding: 15px;
    line-height: 23px;
    border-radius: 10px;
    border: 1px solid #A5A5A5;
    z-index: 999992;
    top: 15%;text-align: justify;
}
.aist1_blockcentr {
        width: 50%;
    height: 75%;
    position: fixed;
    left: 50%;
    margin-left: -25%;
    background: #f7f7f7;
    padding: 15px;
    line-height: 23px;
    border-radius: 10px;
    border: 1px solid #A5A5A5;
    z-index: 999992;
    top: 15%;text-align: justify;
}
.oleni_blockcentr {
        width: 50%;
    height: 75%;
    position: fixed;
    left: 50%;
    margin-left: -25%;
    background: #f7f7f7;
    padding: 15px;
    line-height: 23px;
    border-radius: 10px;
    border: 1px solid #A5A5A5;
    z-index: 999992;
    top: 15%;text-align: justify;
}
.lamy_blockcentr {
        width: 50%;
    height: 75%;
    position: fixed;
    left: 50%;
    margin-left: -25%;
    background: #f7f7f7;
    padding: 15px;
    line-height: 23px;
    border-radius: 10px;
    border: 1px solid #A5A5A5;
    z-index: 999992;
    top: 15%;text-align: justify;
}
.verblyud_blockcentr {
        width: 50%;
    height: 75%;
    position: fixed;
    left: 50%;
    margin-left: -25%;
    background: #f7f7f7;
    padding: 15px;
    line-height: 23px;
    border-radius: 10px;
    border: 1px solid #A5A5A5;
    z-index: 999992;
    top: 15%;text-align: justify;
}
.zubr_blockcentr {
        width: 50%;
    height: 75%;
    position: fixed;
    left: 50%;
    margin-left: -25%;
    background: #f7f7f7;
    padding: 15px;
    line-height: 23px;
    border-radius: 10px;
    border: 1px solid #A5A5A5;
    z-index: 999992;
    top: 15%;text-align: justify;
}
.popugai_blockcentr {
        width: 50%;
    height: 75%;
    position: fixed;
    left: 50%;
    margin-left: -25%;
    background: #f7f7f7;
    padding: 15px;
    line-height: 23px;
    border-radius: 10px;
    border: 1px solid #A5A5A5;
    z-index: 999992;
    top: 15%;text-align: justify;
}

.mlekopit_blockcentr {
        width: 50%;
    height: 75%;
    position: fixed;
    left: 50%;
    margin-left: -25%;
    background: #f7f7f7;
    padding: 15px;
    line-height: 23px;
    border-radius: 10px;
    border: 1px solid #A5A5A5;
    z-index: 999992;
    top: 15%;text-align: justify;
}
.slon_blockcentr {
        width: 50%;
    height: 75%;
    position: fixed;
    left: 50%;
    margin-left: -25%;
    background: #f7f7f7;
    padding: 15px;
    line-height: 23px;
    border-radius: 10px;
    border: 1px solid #A5A5A5;
    z-index: 999992;
    top: 15%;text-align: justify;
}
.vhod_blockcentr {
    width: 50%;
	height: 50%;
    position: fixed;
    left: 33%;
    margin-left: -10%;
    background: #f7f7f7;
    padding: 15px;
    line-height: 23px;
    border-radius: 10px;
    border: 1px solid #A5A5A5;
    z-index: 999992;
    top: 15%;text-align: justify;
}
history_blockcentr{
    width: 50%;
	height: 75%;
    position: fixed;
    left: 33%;
    margin-left: -25%;
    background: #f7f7f7;
    padding: 15px;
    line-height: 23px;
    border-radius: 10px;
    border: 1px solid #A5A5A5;
    z-index: 999992;
    top: 15%;text-align: justify;
}
.kassa_blockcentr {
    width: 60%;
    height: 70%;
    position: fixed;
    left: 40%;
    margin-left: -25%;
    background: #f7f7f7;
    padding: 15px;
    line-height: 23px;
    border-radius: 10px;
    border: 1px solid #A5A5A5;
    z-index: 999992;
    top: 15%;text-align: justify;
}
.kassa1_blockcentr {
        width: 50%;
    height: 75%;
    position: fixed;
    left: 50%;
    margin-left: -25%;
    background: #f7f7f7;
    padding: 15px;
    line-height: 23px;
    border-radius: 10px;
    border: 1px solid #A5A5A5;
    z-index: 999992;
    top: 15%;text-align: justify;
}
.administraciya_blockcentr {
        width: 50%;
    height: 75%;
    position: fixed;
    left: 50%;
    margin-left: -25%;
    background: #f7f7f7;
    padding: 15px;
    line-height: 23px;
    border-radius: 10px;
    border: 1px solid #A5A5A5;
    z-index: 999992;
    top: 15%;text-align: justify;
}
.naturalist_blockcentr {
        width: 50%;
    height: 75%;
    position: fixed;
    left: 50%;
    margin-left: -25%;
    background: #f7f7f7;
    padding: 15px;
    line-height: 23px;
    border-radius: 10px;
    border: 1px solid #A5A5A5;
    z-index: 999992;
    top: 15%;text-align: justify;
}
.tualet_blockcentr {
        width: 50%;
    height: 75%;
    position: fixed;
    left: 50%;
    margin-left: -25%;
    background: #f7f7f7;
    padding: 15px;
    line-height: 23px;
    border-radius: 10px;
    border: 1px solid #A5A5A5;
    z-index: 999992;
    top: 15%;text-align: justify;
}
.vet_korpus_blockcentr {
        width: 50%;
    height: 75%;
    position: fixed;
    left: 50%;
    margin-left: -25%;
    background: #f7f7f7;
    padding: 15px;
    line-height: 23px;
    border-radius: 10px;
    border: 1px solid #A5A5A5;
    z-index: 999992;
    top: 15%;text-align: justify;
}
.katanie_blockcentr {
        width: 50%;
    height: 75%;
    position: fixed;
    left: 50%;
    margin-left: -25%;
    background: #f7f7f7;
    padding: 15px;
    line-height: 23px;
    border-radius: 10px;
    border: 1px solid #A5A5A5;
    z-index: 999992;
    top: 15%;text-align: justify;
}
.detskaya_ploshadka_blockcentr {
        width: 50%;
    height: 75%;
    position: fixed;
    left: 50%;
    margin-left: -25%;
    background: #f7f7f7;
    padding: 15px;
    line-height: 23px;
    border-radius: 10px;
    border: 1px solid #A5A5A5;
    z-index: 999992;
    top: 15%;text-align: justify;
}
.cafe_blockcentr {
        width: 50%;
    height: 75%;
    position: fixed;
    left: 50%;
    margin-left: -25%;
    background: #f7f7f7;
    padding: 15px;
    line-height: 23px;
    border-radius: 10px;
    border: 1px solid #A5A5A5;
    z-index: 999992;
    top: 15%;text-align: justify;
}

.blockcentr2j {
	    position: fixed;
	margin: 40px auto 0px auto;
    width: 100px;
    height: 40px;
    padding: 10px;
    background-color: #c5c5c5;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #000;
}
.blockall {
width: 100%;
height: 100%;
position: fixed;
top: 0px;
left: 0px;
opacity: 0.8;
filter: alpha(opacity=80);
-moz-opacity: 0.8;
background: #000;
cursor: pointer;
z-index: 999990;
}

.blockcentr2 {
        width: 50%;
    height: 75%;
    position: fixed;
    left: 50%;
    margin-left: -25%;
    background: #f7f7f7;
    padding: 15px;
    line-height: 23px;
    border-radius: 10px;
    border: 1px solid #A5A5A5;
    z-index: 999;
    top: 15%;text-align: justify;
}

/*# sourceMappingURL=main.css.map */
.juravl_logo
{
background:url(../images/juravl1.png) no-repeat; /* картинка 1 */
height:48px; /* высота картинки */
width:48px; /* ширина картинки */
display: block; /* отображаем картинку */
}
/* кнопка при наведении мышки */
.juravl_logo:hover
{
background:url(../images/juravl2_1.png) no-repeat; /* картинка 2 */
cursor:pointer;
width:48px; /* ширина картинки */
}


.kury_logo
{
background:url(../images/kury1_1.png) no-repeat; /* картинка 1 */
height:48px; /* высота картинки */
width:48px; /* ширина картинки */
display: block; /* отображаем картинку */
}
/* кнопка при наведении мышки */
.kury_logo:hover
{
background:url(../images/kury2_1.png) no-repeat; /* картинка 2 */
cursor:pointer;
width:48px; /* ширина картинки */
}


.kenguru_logo
{
background:url(../images/kenguru1.png) no-repeat; /* картинка 1 */
height:48px; /* высота картинки */
width:48px; /* ширина картинки */
display: block; /* отображаем картинку */
}
/* кнопка при наведении мышки */
.kenguru_logo:hover
{
background:url(../images/kenguru2.png) no-repeat; /* картинка 2 */
cursor:pointer;
width:48px; /* ширина картинки */
}


.straus_logo
{
background:url(../images/straus1.png) no-repeat; /* картинка 1 */
height:48px; /* высота картинки */
width:48px; /* ширина картинки */
display: block; /* отображаем картинку */
}
/* кнопка при наведении мышки */
.straus_logo:hover
{
background:url(../images/straus2.png) no-repeat; /* картинка 2 */
cursor:pointer;
width:48px; /* ширина картинки */
}


.fazan_logo
{
background:url(../images/fazan1.png) no-repeat; /* картинка 1 */
height:48px; /* высота картинки */
width:48px; /* ширина картинки */
display: block; /* отображаем картинку */
}
/* кнопка при наведении мышки */
.fazan_logo:hover
{
background:url(../images/fazan2.png) no-repeat; /* картинка 2 */
cursor:pointer;
width:48px; /* ширина картинки */
}

.lisy_logo
{
background:url(../images/lisy1.png) no-repeat; /* картинка 1 */
height:48px; /* высота картинки */
width:48px; /* ширина картинки */
display: block; /* отображаем картинку */
}
/* кнопка при наведении мышки */
.lisy_logo:hover
{
background:url(../images/lisy2.png) no-repeat; /* картинка 2 */
cursor:pointer;
width:48px; /* ширина картинки */
}

.pavlin_logo
{
background:url(../images/pavlin1.png) no-repeat; /* картинка 1 */
height:48px; /* высота картинки */
width:48px; /* ширина картинки */
display: block; /* отображаем картинку */
}
/* кнопка при наведении мышки */
.pavlin_logo:hover
{
background:url(../images/pavlin2.png) no-repeat; /* картинка 2 */
cursor:pointer;
width:48px; /* ширина картинки */
}

.vodoplavayushie_logo
{
background:url(../images/vodoplavayushie1.png) no-repeat; /* картинка 1 */
height:48px; /* высота картинки */
width:48px; /* ширина картинки */
display: block; /* отображаем картинку */
}
/* кнопка при наведении мышки */
.vodoplavayushie_logo:hover
{
background:url(../images/vodoplavayushie2.png) no-repeat; /* картинка 2 */
cursor:pointer;
width:48px; /* ширина картинки */
}


.vodoplavayushie2_logo
{
background:url(../images/vodoplavayushie3.png) no-repeat; /* картинка 1 */
height:48px; /* высота картинки */
width:48px; /* ширина картинки */
display: block; /* отображаем картинку */
}
/* кнопка при наведении мышки */
.vodoplavayushie2_logo:hover
{
background:url(../images/vodoplavayushie4.png) no-repeat; /* картинка 2 */
cursor:pointer;
width:48px; /* ширина картинки */
}


.vodoplavayushie3_logo
{
background:url(../images/vodoplavayushie5.png) no-repeat; /* картинка 1 */
height:48px; /* высота картинки */
width:48px; /* ширина картинки */
display: block; /* отображаем картинку */
}
/* кнопка при наведении мышки */
.vodoplavayushie3_logo:hover
{
background:url(../images/vodoplavayushie6.png) no-repeat; /* картинка 2 */
cursor:pointer;
width:48px; /* ширина картинки */
}


.vodoplavayushie4_logo
{
background:url(../images/vodoplavayushie7.png) no-repeat; /* картинка 1 */
height:48px; /* высота картинки */
width:48px; /* ширина картинки */
display: block; /* отображаем картинку */
}
/* кнопка при наведении мышки */
.vodoplavayushie4_logo:hover
{
background:url(../images/vodoplavayushie8.png) no-repeat; /* картинка 2 */
cursor:pointer;
width:48px; /* ширина картинки */
}


.vodoplavayushie5_logo
{
background:url(../images/vodoplavayushie9.png) no-repeat; /* картинка 1 */
height:48px; /* высота картинки */
width:48px; /* ширина картинки */
display: block; /* отображаем картинку */
}
/* кнопка при наведении мышки */
.vodoplavayushie5_logo:hover
{
background:url(../images/vodoplavayushie10.png) no-repeat; /* картинка 2 */
cursor:pointer;
width:48px; /* ширина картинки */
}


.krokodil_logo
{
background:url(../images/krokodil1.png) no-repeat; /* картинка 1 */
height:48px; /* высота картинки */
width:48px; /* ширина картинки */
display: block; /* отображаем картинку */
}
/* кнопка при наведении мышки */
.krokodil_logo:hover
{
background:url(../images/krokodil2.png) no-repeat; /* картинка 2 */
cursor:pointer;
width:48px; /* ширина картинки */
}


.zmeya_logo
{
background:url(../images/zmeya1.png) no-repeat; /* картинка 1 */
height:48px; /* высота картинки */
width:48px; /* ширина картинки */
display: block; /* отображаем картинку */
}
/* кнопка при наведении мышки */
.zmeya_logo:hover
{
background:url(../images/zmeya2.png) no-repeat; /* картинка 2 */
cursor:pointer;
width:48px; /* ширина картинки */
}


.gor_kopyt_logo
{
background:url(../images/gor_kopyt1.png) no-repeat; /* картинка 1 */
height:48px; /* высота картинки */
width:48px; /* ширина картинки */
display: block; /* отображаем картинку */
}
/* кнопка при наведении мышки */
.gor_kopyt_logo:hover
{
background:url(../images/gor_kopyt2.png) no-repeat; /* картинка 2 */
cursor:pointer;
width:48px; /* ширина картинки */
}


.hish_pticy_logo
{
background:url(../images/hish_pticy1.png) no-repeat; /* картинка 1 */
height:48px; /* высота картинки */
width:48px; /* ширина картинки */
display: block; /* отображаем картинку */
}
/* кнопка при наведении мышки */
.hish_pticy_logo:hover
{
background:url(../images/hish_pticy2.png) no-repeat; /* картинка 2 */
cursor:pointer;
width:48px; /* ширина картинки */
}


.antilopy_logo
{
background:url(../images/antilopy1.png) no-repeat; /* картинка 1 */
height:48px; /* высота картинки */
width:48px; /* ширина картинки */
display: block; /* отображаем картинку */
}
/* кнопка при наведении мышки */
.antilopy_logo:hover
{
background:url(../images/antilopy2.png) no-repeat; /* картинка 2 */
cursor:pointer;
width:48px; /* ширина картинки */
}

.zebry_logo
{
background:url(../images/zebry1.png) no-repeat; /* картинка 1 */
height:48px; /* высота картинки */
width:48px; /* ширина картинки */
display: block; /* отображаем картинку */
}
/* кнопка при наведении мышки */
.zebry_logo:hover
{
background:url(../images/zebry2.png) no-repeat; /* картинка 2 */
cursor:pointer;
width:48px; /* ширина картинки */
}

.zebry1_logo
{
background:url(../images/zebry4.png) no-repeat; /* картинка 1 */
height:48px; /* высота картинки */
width:48px; /* ширина картинки */
display: block; /* отображаем картинку */
}
/* кнопка при наведении мышки */
.zebry1_logo:hover
{
background:url(../images/zebry3.png) no-repeat; /* картинка 2 */
cursor:pointer;
width:48px; /* ширина картинки */
}

.belka_logo
{
background:url(../images/belka1.png) no-repeat; /* картинка 1 */
height:48px; /* высота картинки */
width:48px; /* ширина картинки */
display: block; /* отображаем картинку */
}
/* кнопка при наведении мышки */
.belka_logo:hover
{
background:url(../images/belka2.png) no-repeat; /* картинка 2 */
cursor:pointer;
width:48px; /* ширина картинки */
}


.kunicy_logo
{
background:url(../images/kunicy1.png) no-repeat; /* картинка 1 */
height:48px; /* высота картинки */
width:48px; /* ширина картинки */
display: block; /* отображаем картинку */
}
/* кнопка при наведении мышки */
.kunicy_logo:hover
{
background:url(../images/kunicy2.png) no-repeat; /* картинка 2 */
cursor:pointer;
width:48px; /* ширина картинки */
}


.medvedi_logo
{
background:url(../images/medvedi1.png) no-repeat; /* картинка 1 */
height:48px; /* высота картинки */
width:48px; /* ширина картинки */
display: block; /* отображаем картинку */
}
/* кнопка при наведении мышки */
.medvedi_logo:hover
{
background:url(../images/medvedi2.png) no-repeat; /* картинка 2 */
cursor:pointer;
width:48px; /* ширина картинки */
}

.volki_logo
{
background:url(../images/volki1.png) no-repeat; /* картинка 1 */
height:48px; /* высота картинки */
width:48px; /* ширина картинки */
display: block; /* отображаем картинку */
}
/* кнопка при наведении мышки */
.volki_logo:hover
{
background:url(../images/volki2.png) no-repeat; /* картинка 2 */
cursor:pointer;
width:48px; /* ширина картинки */
}


.lion_logo
{
background:url(../images/lion1.png) no-repeat; /* картинка 1 */
height:48px; /* высота картинки */
width:48px; /* ширина картинки */
display: block; /* отображаем картинку */
}
/* кнопка при наведении мышки */
.lion_logo:hover
{
background:url(../images/lion2.png) no-repeat; /* картинка 2 */
cursor:pointer;
width:48px; /* ширина картинки */
}

.leopard_logo
{
background:url(../images/leopard1.png) no-repeat; /* картинка 1 */
height:48px; /* высота картинки */
width:48px; /* ширина картинки */
display: block; /* отображаем картинку */
}
/* кнопка при наведении мышки */
.leopard_logo:hover
{
background:url(../images/leopard2.png) no-repeat; /* картинка 2 */
cursor:pointer;
width:48px; /* ширина картинки */
}


.monkey_logo
{
background:url(../images/monkey1.png) no-repeat; /* картинка 1 */
height:48px; /* высота картинки */
width:48px; /* ширина картинки */
display: block; /* отображаем картинку */
}
/* кнопка при наведении мышки */
.monkey_logo:hover
{
background:url(../images/monkey2.png) no-repeat; /* картинка 2 */
cursor:pointer;
width:48px; /* ширина картинки */
}

.dvorik_logo
{
background:url(../images/dvorik1.png) no-repeat; /* картинка 1 */
height:48px; /* высота картинки */
width:48px; /* ширина картинки */
display: block; /* отображаем картинку */
}
/* кнопка при наведении мышки */
.dvorik_logo:hover
{
background:url(../images/dvorik2.png) no-repeat; /* картинка 2 */
cursor:pointer;
width:48px; /* ширина картинки */
}

.sovy_logo
{
background:url(../images/sovy1.png) no-repeat; /* картинка 1 */
height:48px; /* высота картинки */
width:48px; /* ширина картинки */
display: block; /* отображаем картинку */
}
/* кнопка при наведении мышки */
.sovy_logo:hover
{
background:url(../images/sovy2.png) no-repeat; /* картинка 2 */
cursor:pointer;
width:48px; /* ширина картинки */
}
.aist_logo
{
background:url(../images/aist1.png) no-repeat; /* картинка 1 */
height:48px; /* высота картинки */
width:48px; /* ширина картинки */
display: block; /* отображаем картинку */
}
/* кнопка при наведении мышки */
.aist_logo:hover
{
background:url(../images/aist2.png) no-repeat; /* картинка 2 */
cursor:pointer;
width:48px; /* ширина картинки */
}
.aist1_logo
{
background:url(../images/aist1b.png) no-repeat; /* картинка 1 */
height:48px; /* высота картинки */
width:48px; /* ширина картинки */
display: block; /* отображаем картинку */
}
/* кнопка при наведении мышки */
.aist1_logo:hover
{
background:url(../images/aist2b.png) no-repeat; /* картинка 2 */
cursor:pointer;
width:48px; /* ширина картинки */
}

.oleni_logo
{
background:url(../images/oleni1.png) no-repeat; /* картинка 1 */
height:48px; /* высота картинки */
width:48px; /* ширина картинки */
display: block; /* отображаем картинку */
}
/* кнопка при наведении мышки */
.oleni_logo:hover
{
background:url(../images/oleni2.png) no-repeat; /* картинка 2 */
cursor:pointer;
width:48px; /* ширина картинки */
}

.lamy_logo
{
background:url(../images/lamy1.png) no-repeat; /* картинка 1 */
height:48px; /* высота картинки */
width:48px; /* ширина картинки */
display: block; /* отображаем картинку */
}
/* кнопка при наведении мышки */
.lamy_logo:hover
{
background:url(../images/lamy2.png) no-repeat; /* картинка 2 */
cursor:pointer;
width:48px; /* ширина картинки */
}
.verblyud_logo
{
background:url(../images/verblyud1.png) no-repeat; /* картинка 1 */
height:48px; /* высота картинки */
width:48px; /* ширина картинки */
display: block; /* отображаем картинку */
}
/* кнопка при наведении мышки */
.verblyud_logo:hover
{
background:url(../images/verblyud2.png) no-repeat; /* картинка 2 */
cursor:pointer;
width:48px; /* ширина картинки */
}

.zubr_logo
{
background:url(../images/zubr1.png) no-repeat; /* картинка 1 */
height:48px; /* высота картинки */
width:48px; /* ширина картинки */
display: block; /* отображаем картинку */
}
/* кнопка при наведении мышки */
.zubr_logo:hover
{
background:url(../images/zubr2.png) no-repeat; /* картинка 2 */
cursor:pointer;
width:48px; /* ширина картинки */
}

.popugai_logo
{
background:url(../images/popugai1.png) no-repeat; /* картинка 1 */
height:48px; /* высота картинки */
width:48px; /* ширина картинки */
display: block; /* отображаем картинку */
}
/* кнопка при наведении мышки */
.popugai_logo:hover
{
background:url(../images/popugai2.png) no-repeat; /* картинка 2 */
cursor:pointer;
width:48px; /* ширина картинки */
}

.mlekopit_logo
{
background:url(../images/mlekopit1.png) no-repeat; /* картинка 1 */
height:48px; /* высота картинки */
width:48px; /* ширина картинки */
display: block; /* отображаем картинку */
}
/* кнопка при наведении мышки */
.mlekopit_logo:hover
{
background:url(../images/mlekopit2.png) no-repeat; /* картинка 2 */
cursor:pointer;
width:48px; /* ширина картинки */
}

.slon_logo
{
background:url(../images/slon1.png) no-repeat; /* картинка 1 */
height:48px; /* высота картинки */
width:48px; /* ширина картинки */
display: block; /* отображаем картинку */
}
/* кнопка при наведении мышки */
.slon_logo:hover
{
background:url(../images/slon2.png) no-repeat; /* картинка 2 */
cursor:pointer;
width:48px; /* ширина картинки */
}

.vhod_logo
{
background:url(../images/vhod1.png) no-repeat; /* картинка 1 */
height:48px; /* высота картинки */
width:48px; /* ширина картинки */
display: block; /* отображаем картинку */
}
/* кнопка при наведении мышки */
.vhod_logo:hover
{
background:url(../images/vhod2.png) no-repeat; /* картинка 2 */
cursor:pointer;
width:48px; /* ширина картинки */
}

.kassa_logo
{
width:310px; /* ширина картинки */
    height: 75px;
display: block; /* отображаем картинку */
}
/* кнопка при наведении мышки */
.kassa_logo:hover
{
cursor:pointer;
width:310px; /* ширина картинки */
    height: 75px;
}
.kassa_logop
{
width:310px; /* ширина картинки */
    height: 110px;
display: block; /* отображаем картинку */
}
/* кнопка при наведении мышки */
.kassa_logop:hover
{
cursor:pointer;
width:310px; /* ширина картинки */
    height: 110px;
}

.kassa1_logo
{
background:url(../images/kassa1.png) no-repeat; /* картинка 1 */
height:48px; /* высота картинки */
width:48px; /* ширина картинки */
display: block; /* отображаем картинку */
}
/* кнопка при наведении мышки */
.kassa1_logo:hover
{
background:url(../images/kassa2.png) no-repeat; /* картинка 2 */
cursor:pointer;
width:48px; /* ширина картинки */
}


.administraciya_logo
{
background:url(../images/administraciya1.png) no-repeat; /* картинка 1 */
height:48px; /* высота картинки */
width:48px; /* ширина картинки */
display: block; /* отображаем картинку */
}
/* кнопка при наведении мышки */
.administraciya_logo:hover
{
background:url(../images/administraciya2.png) no-repeat; /* картинка 2 */
cursor:pointer;
width:48px; /* ширина картинки */
}
.naturalist_logo
{
background:url(../images/naturalist1.png) no-repeat; /* картинка 1 */
height:48px; /* высота картинки */
width:48px; /* ширина картинки */
display: block; /* отображаем картинку */
}
/* кнопка при наведении мышки */
.naturalist_logo:hover
{
background:url(../images/naturalist2.png) no-repeat; /* картинка 2 */
cursor:pointer;
width:48px; /* ширина картинки */
}

.tualet_logo
{
background:url(../images/tualet1.png) no-repeat; /* картинка 1 */
height:48px; /* высота картинки */
width:48px; /* ширина картинки */
display: block; /* отображаем картинку */
}
/* кнопка при наведении мышки */
.tualet_logo:hover
{
background:url(../images/tualet2.png) no-repeat; /* картинка 2 */
cursor:pointer;
width:48px; /* ширина картинки */
}
.vet_korpus_logo
{
background:url(../images/vet_korpus1.png) no-repeat; /* картинка 1 */
height:48px; /* высота картинки */
width:48px; /* ширина картинки */
display: block; /* отображаем картинку */
}
/* кнопка при наведении мышки */
.vet_korpus_logo:hover
{
background:url(../images/vet_korpus2.png) no-repeat; /* картинка 2 */
cursor:pointer;
width:48px; /* ширина картинки */
}

.katanie_logo
{
background:url(../images/katanie1.png) no-repeat; /* картинка 1 */
height:48px; /* высота картинки */
width:48px; /* ширина картинки */
display: block; /* отображаем картинку */
}
/* кнопка при наведении мышки */
.katanie_logo:hover
{
background:url(../images/katanie2.png) no-repeat; /* картинка 2 */
cursor:pointer;
width:48px; /* ширина картинки */
}

.detskaya_ploshadka_logo
{
background:url(../images/detskaya_ploshadka1.png) no-repeat; /* картинка 1 */
height:48px; /* высота картинки */
width:48px; /* ширина картинки */
display: block; /* отображаем картинку */
}
/* кнопка при наведении мышки */
.detskaya_ploshadka_logo:hover
{
background:url(../images/detskaya_ploshadka2.png) no-repeat; /* картинка 2 */
cursor:pointer;
width:48px; /* ширина картинки */
}


.cafe_logo
{
background:url(../images/cafe1.png) no-repeat; /* картинка 1 */
height:48px; /* высота картинки */
width:48px; /* ширина картинки */
display: block; /* отображаем картинку */
}
/* кнопка при наведении мышки */
.cafe_logo:hover
{
background:url(../images/cafe2.png) no-repeat; /* картинка 2 */
cursor:pointer;
width:48px; /* ширина картинки */
}



.jungle_logo
{
background:url(../images/logo_jungle_logo.png) no-repeat; /* картинка 1 */
height:32px; /* высота картинки */
width:32px; /* ширина картинки */
display: block; /* отображаем картинку */
}
/* кнопка при наведении мышки */
.jungle_logo:hover
{
background:url(../images/logo_jungle_logo_g.png) no-repeat; /* картинка 2 */
cursor:pointer;
width:32px; /* ширина картинки */
}
.zoo
{
background:url(../images/zoo.png) no-repeat; /* картинка 1 */
height:32px; /* высота картинки */
width:32px; /* ширина картинки */
display: block; /* отображаем картинку */
}
/* кнопка при наведении мышки */
.zoo:hover
{
background:url(../images/zoo_g.png) no-repeat; /* картинка 2 */
cursor:pointer;
width:32px; /* ширина картинки */
}

.museum
{
background:url(../images/museum.png) no-repeat; /* картинка 1 */
height:32px; /* высота картинки */
width:32px; /* ширина картинки */
display: block; /* отображаем картинку */
}
/* кнопка при наведении мышки */
.museum:hover
{
background:url(../images/museum_g.png) no-repeat; /* картинка 2 */
cursor:pointer;
width:32px; /* ширина картинки */
}

.korobchicy
{
background:url(../images/korobchicy.png) no-repeat; /* картинка 1 */
height:32px; /* высота картинки */
width:32px; /* ширина картинки */
display: block; /* отображаем картинку */
}
/* кнопка при наведении мышки */
.korobchicy:hover
{
background:url(../images/korobchicy_g.png) no-repeat; /* картинка 2 */
cursor:pointer;
width:32px; /* ширина картинки */
}

.kontaktzoo
{
background:url(../images/kontaktzoo.png) no-repeat; /* картинка 1 */
height:32px; /* высота картинки */
width:32px; /* ширина картинки */
display: block; /* отображаем картинку */
}
/* кнопка при наведении мышки */
.kontaktzoo:hover
{
background:url(../images/kontaktzoo_g.png) no-repeat; /* картинка 2 */
cursor:pointer;
width:32px; /* ширина картинки */
}

.muztrav
{
background:url(../images/muztrav.png) no-repeat; /* картинка 1 */
height:32px; /* высота картинки */
width:32px; /* ширина картинки */
display: block; /* отображаем картинку */
}
/* кнопка при наведении мышки */
.muztrav:hover
{
background:url(../images/muztrav_g.png) no-repeat; /* картинка 2 */
cursor:pointer;
width:32px; /* ширина картинки */
}

.belki
{
background:url(../images/belki.png) no-repeat; /* картинка 1 */
height:32px; /* высота картинки */
width:32px; /* ширина картинки */
display: block; /* отображаем картинку */
}
/* кнопка при наведении мышки */
.belki:hover
{
background:url(../images/belki_g.png) no-repeat; /* картинка 2 */
cursor:pointer;
width:32px; /* ширина картинки */
}

.pchelki
{
background:url(../images/pchelki.png) no-repeat; /* картинка 1 */
height:32px; /* высота картинки */
width:32px; /* ширина картинки */
display: block; /* отображаем картинку */
}
/* кнопка при наведении мышки */
.pchelki:hover
{
background:url(../images/pchelki_g.png) no-repeat; /* картинка 2 */
cursor:pointer;
width:32px; /* ширина картинки */
}

.park
{
background:url(../images/park.png) no-repeat; /* картинка 1 */
height:32px; /* высота картинки */
width:32px; /* ширина картинки */
display: block; /* отображаем картинку */
}
/* кнопка при наведении мышки */
.park:hover
{
background:url(../images/park_g.png) no-repeat; /* картинка 2 */
cursor:pointer;
width:32px; /* ширина картинки */
}


.teatr_kukol
{
background:url(../images/teatr_kukol.png) no-repeat; /* картинка 1 */
height:32px; /* высота картинки */
width:32px; /* ширина картинки */
display: block; /* отображаем картинку */
}
/* кнопка при наведении мышки */
.teatr_kukol:hover
{
background:url(../images/teatr_kukol_g.png) no-repeat; /* картинка 2 */
cursor:pointer;
width:32px; /* ширина картинки */
}



.aptekamuz
{
background:url(../images/aptekamuz.png) no-repeat; /* картинка 1 */
height:32px; /* высота картинки */
width:32px; /* ширина картинки */
display: block; /* отображаем картинку */
}
/* кнопка при наведении мышки */
.aptekamuz:hover
{
background:url(../images/aptekamuz_g.png) no-repeat; /* картинка 2 */
cursor:pointer;
width:32px; /* ширина картинки */
}


.mseumpojarnoj
{
background:url(../images/mseumpojarnoj.png) no-repeat; /* картинка 1 */
height:32px; /* высота картинки */
width:32px; /* ширина картинки */
display: block; /* отображаем картинку */
}
/* кнопка при наведении мышки */
.mseumpojarnoj:hover
{
background:url(../images/mseumpojarnoj_g.png) no-repeat; /* картинка 2 */
cursor:pointer;
width:32px; /* ширина картинки */
}


.museumon
{
background:url(../images/museumon.png) no-repeat; /* картинка 1 */
height:32px; /* высота картинки */
width:32px; /* ширина картинки */
display: block; /* отображаем картинку */
}
/* кнопка при наведении мышки */
.museumon:hover
{
background:url(../images/museumon_g.png) no-repeat; /* картинка 2 */
cursor:pointer;
width:32px; /* ширина картинки */
}

.cikavymusej
{
background:url(../images/museumon.png) no-repeat; /* картинка 1 */
height:32px; /* высота картинки */
width:32px; /* ширина картинки */
display: block; /* отображаем картинку */
}
/* кнопка при наведении мышки */
.cikavymusej:hover
{
background:url(../images/museumon_g.png) no-repeat; /* картинка 2 */
cursor:pointer;
width:32px; /* ширина картинки */
}

.museumgai
{
background:url(../images/museumgai.png) no-repeat; /* картинка 1 */
height:32px; /* высота картинки */
width:32px; /* ширина картинки */
display: block; /* отображаем картинку */
}
/* кнопка при наведении мышки */
.museumgai:hover
{
background:url(../images/museumgai_g.png) no-repeat; /* картинка 2 */
cursor:pointer;
width:32px; /* ширина картинки */
}


.sovushka
{
background:url(../images/sovushka.png) no-repeat; /* картинка 1 */
height:32px; /* высота картинки */
width:32px; /* ширина картинки */
display: block; /* отображаем картинку */
}
/* кнопка при наведении мышки */
.sovushka:hover
{
background:url(../images/sovushka_g.png) no-repeat; /* картинка 2 */
cursor:pointer;
width:32px; /* ширина картинки */
}

.o_predpriyatii
{
background:url(../images/o_predpriyatii.png) no-repeat; /* картинка 1 */
height:100px; /* высота картинки */
width:188px; /* ширина картинки */
display: block; /* отображаем картинку */
}
/* кнопка при наведении мышки */
.o_predpriyatii:hover
{
background:url(../images/o_predpriyatii_a.png) no-repeat; /* картинка 2 */
cursor:pointer;
width:188px; /* ширина картинки */
}


.centr_transfera
{
background:url(../images/centr_transfera.png) no-repeat; /* картинка 1 */
height:100px; /* высота картинки */
width:188px; /* ширина картинки */
display: block; /* отображаем картинку */
}
/* кнопка при наведении мышки */
.centr_transfera:hover
{
background:url(../images/centr_transfera_a.png) no-repeat; /* картинка 2 */
cursor:pointer;
width:188px; /* ширина картинки */
}


.kontakty
{
background:url(../images/kontakty.png) no-repeat; /* картинка 1 */
height:100px; /* высота картинки */
width:188px; /* ширина картинки */
display: block; /* отображаем картинку */
}
/* кнопка при наведении мышки */
.kontakty:hover
{
background:url(../images/kontakty_a.png) no-repeat; /* картинка 2 */
cursor:pointer;
width:188px; /* ширина картинки */
}


.novosti
{
background:url(../images/novosti.png) no-repeat; /* картинка 1 */
height:100px; /* высота картинки */
width:188px; /* ширина картинки */
display: block; /* отображаем картинку */
}
/* кнопка при наведении мышки */
.novosti:hover
{
background:url(../images/novosti_a.png) no-repeat; /* картинка 2 */
cursor:pointer;
width:188px; /* ширина картинки */
}


.innovacii
{
background:url(../images/innovacii.png) no-repeat; /* картинка 1 */
height:100px; /* высота картинки */
width:188px; /* ширина картинки */
display: block; /* отображаем картинку */
}
/* кнопка при наведении мышки */
.innovacii:hover
{
background:url(../images/innovacii_a.png) no-repeat; /* картинка 2 */
cursor:pointer;
}