@font-face {
    font-family: MuseoSans-100;
    src: url(fonts/MuseoSansCyrl-100.otf);
}
@font-face {
    font-family: MuseoSans-100-italic;
    src: url(fonts/MuseoSansCyrl-100Italic.otf);
}
@font-face {
    font-family: MuseoSans-300;
    src: url(fonts/MuseoSansCyrl-300.otf);
}
@font-face {
    font-family: MuseoSans-300-italic;
    src: url(fonts/MuseoSansCyrl-300Italic.otf);
}
@font-face {
    font-family: MuseoSans-500;
    src: url(fonts/MuseoSansCyrl-500.otf);
}
@font-face {
    font-family: MuseoSans-500-italic;
    src: url(fonts/MuseoSansCyrl-500Italic.otf);
}
@font-face {
    font-family: MuseoSans-700;
    src: url(fonts/MuseoSansCyrl-700.otf);
}
@font-face {
    font-family: MuseoSans-700-italic;
    src: url(fonts/MuseoSansCyrl-700Italic.otf);
}
@font-face {
    font-family: MuseoSans-900;
    src: url(fonts/MuseoSansCyrl-900.otf);
}
@font-face {
    font-family: MuseoSans-900-italic;
    src: url(fonts/MuseoSansCyrl-900Italic.otf);
}
html {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	min-width: 1100px;
	font-family: "MuseoSans-300", sans-serif;
	color: #333;
}
b, strong {
	font-family: "MuseoSans-700", sans-serif;
}
a {
	color: #009ac3;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3, h4 {
	font-family: "MuseoSans-700", sans-serif;
}
.wrapper,
.single-page {
	width: 1100px;
	margin: 0 auto;
	position: relative;
}
.wrapper1 {
	min-height: 100%;
    margin-bottom: -149px;
}
.wrapper2 {
    padding-bottom: 149px;
}
.header {
	background: url(images/header.jpg) center repeat-x;
	width: 100%;
	height: 181px;
	color: #fff;
	position: relative;
}
.logo {
	position: absolute;
    top: 16px;
    left: 11px;
}
.adress {
	background: url(images/ico_local.png) left no-repeat;
	padding: 0 0 0 40px;
	position: absolute;
    top: 60px;
    left: 539px;
	font-size: 16px;
	line-height: 17px;
}
.association {
    content: url(images/association.png?v1.1);
    position: absolute;
    top: 53px;
    left: 470px;
    width: 50px;
}
.adress a {
	color: #ffff02;
	border-bottom: 1px dotted;
	text-decoration: none;
	font-size: 13px;
}
.phone {
	background: url(images/ico_phone.png) left no-repeat;
	padding: 0 0 0 36px;
	font-size: 24px;
	position: absolute;
    top: 54px;
    right: -2px;
	font-family: "MuseoSans-100", sans-serif;
}
.phone .phone_after {
	background: url(images/ico_mts.png) left no-repeat;
	font-size: 15px;
	float: right;
	padding: 0 0 0 24px;
}
.bt_news {
	position: absolute;
	top: 12px;
	right: 0;
}
.bt_news a {
	display: block;
	width: 100px;
	line-height: 25px;
	border-radius: 3px;
	background: #fbb700;
	color: #333;
	text-decoration: none;
	font-size: 14px;
}
.bt_news a:hover {
	background: #ff0;
}
.bt_news a span {
	background: url(images/ico_rss.png) top 50% left 12px no-repeat;
	padding: 0 0 0 28px;
}
.top_menu {
	position: absolute;
	top: 14px;
    right: 125px;
}
.top_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.top_menu ul li {
	float: left;
	margin: 0 10px;
}
.top_menu ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.top_menu ul li a:hover {
	border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}
.free_consult {
	position: absolute;
    top: 12px;
    left: 470px;
}
.free_consult a {
	display: block;
	background: rgb(67,188,241); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(67,188,241,1) 0%, rgba(47,164,234,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(67,188,241,1) 0%,rgba(47,164,234,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(67,188,241,1) 0%,rgba(47,164,234,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#43bcf1', endColorstr='#2fa4ea',GradientType=0 ); /* IE6-9 */
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	line-height: 25px;
	width: 180px;
	text-align: center;
	border-radius: 4px;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
.free_consult a:hover {
	background: rgb(67,188,241);
}
.social {
    position: absolute;
    top: 11px;
    left: 345px;
}
.social ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.social ul li {
	float: left;
	margin: 0 2px;
}
.social ul li a {
	width: 25px;
	height: 25px;
	display: block;
}
.social ul li a:hover {
	opacity: .8;
}
.social ul li #od {
	background: url(images/ico_od.png) center no-repeat;
}
.social ul li #vk {
	background: url(images/ico_vk.png) center no-repeat;
}
.social ul li #sk {
	background: url(images/ico_skype.png) center no-repeat;
}
.social ul li #fb {
	background: url(images/ico_fb.png) center no-repeat;
}
.social ul li #yt {
	background: url(images/ico_yt.png) center no-repeat;
}
.social ul li #li {
	background: url(images/ico_li.png) center no-repeat;
}
.social ul li #ma {
	background: url(images/ico_mail.png) center no-repeat;
}
.social ul li #in {
	background: url(images/ico_in.png) center no-repeat;
}

.menu-primary-container {
	position: absolute;
	top: 142px;
	left: 210px;
}
.menu-primary-container>ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu-primary-container>ul>li {
	float: left;
	position: relative;
}
.menu-primary-container>ul>li>a {
	display: block;
	padding: 0 19px;
	line-height: 30px;
	text-decoration: none;
	color: #333;
	text-transform: uppercase;
	font-family: MuseoSans-500;
	font-size: 16px;
	border-right: 1px solid #bc8900;
}
.menu-primary-container>ul>li:last-child>a {
	border: 0 !important;
}
.menu-primary-container>ul>li>a:hover {
	background: rgba(255, 255, 255, 0.3);
    border-right: 1px solid rgba(255, 255, 255, 0.4);
	/* background: rgba(0, 0, 0, 0.1); */
}
.menu-primary-container>ul>li>.sub-menu {
	display: none;
	width: 200px;
    background: #0070ad;
    position: absolute;
    top: 30px;
    left: -1px;
    padding: 5px 15px;
	margin: 0;
	list-style: none;
	z-index: 1;
}
.menu-primary-container>ul>li>.sub-menu li a {
	display: block;
	text-decoration: none;
	line-height: 30px;
	color: #fff;
	font-size: 15px;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
}
.menu-primary-container>ul>li>.sub-menu li:last-child a {
	border: 0;
}
.menu-primary-container>ul>li>.sub-menu li a:hover {
	color: #fbb700;
}
.menu-primary-container>ul>li:hover>.sub-menu {
	display: block;
}
.slider {
	width: 100%;
	overflow: hidden;
	min-height: 305px;
	position: relative;
}
.slider .metaslider .flexslider {
	margin: 0;
}
.service-carousel {
	width: 100%;
	height: 350px;
	background: #f2f2f2;
	padding: 50px 0;
}
.title {
	font-size: 35px;
	padding: 0 0 10px 0;
	font-family: MuseoSans-900;
	text-align: center;
	text-transform: uppercase;
}
.serv-desc {
	padding: 0 70px;
	text-align: center;
}
.about {
	padding: 85px 0;
	height: 420px;
}
.about .video {
	background: url(images/video_wall.jpg) no-repeat;
	width: 723px;
	height: 404px;
	left: -68px;
	position: absolute;
}
.about .video iframe {
	position: absolute;
    top: 27px;
    left: 91px;
}
.about-text {
	position: absolute;
    right: 0;
    width: 430px;
	font-size: 15px;
}
.about-more {
	width: 145px;
	line-height: 40px;
	display: block;
	color: #333;
	text-decoration: none;
	font-family: MuseoSans-500;
	text-align: center;
	background: #fbb700;
	text-transform: uppercase;
	margin: 25px auto 0 auto;
	font-size: 16px;
}
.title_b,
.title_r,
.title_l {
	font-size: 35px;
	text-transform: uppercase;
	position: relative;
	line-height: 72px;
	font-family: MuseoSans-900;
}
.title_b {
	color: #333;
	margin-top: 25px;
}
.title_r {
	color: #ea6666;
}
.title_l {
	color: #006fa9;
}
.title_b:before,
.title_r:before,
.title_l:before {
	content: '';
	width: 85px;
	height: 6px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.title_b:before {
	background: #333;
}
.title_b a,
.title_l a {
    font-size: 15px;
    display: block;
    float: right;
    line-height: 30px;
    font-family: MuseoSans-300;
    border: 1px solid rgba(63, 154, 202, 0.45);
    padding: 0 10px;
    margin: 17px 0;
}
.title_b a:hover,
.title_l a:hover {
	border: 1px solid rgba(63, 154, 202, 1);
	text-decoration: none;
}
.title_r:before {
	background: #ea6666;
}
.title_l:before {
	background: #006fa9;
}
.info-blocks {
	display: table;
	margin: 0 auto 50px auto;
}
.fire {
	width: 50%;
	float: left;
}
.fire-list {
	margin: 25px 0;
	padding: 0;
	list-style: none;
}
.fire-list li a {
	background: url(images/menu_mark.png) left no-repeat;
	padding: 0 0 0 20px;
	width: 280px;
	display: block;
	line-height: 35px;
	text-decoration: none;
	color: #333;
	border-bottom: 1px solid #ddd;
}
.fire-list li a:hover {
	color: #ea6666;
}
.fire-list li:last-child a {
	border: 0;
}

.phone a {
	display: block;
	color: #ffffff;
}

.articles {
	width: 50%;
	float: left;
}
.breadcrumbs {
	font-size: 13px;
    padding: 10px 0;
	color: #aeaeae;
}
.breadcrumbs a {
	color: #333;
	text-decoration: none;
}
.footer {
	width: 100%;
	height: 149px;
	color: #fff;
	background: url(images/footer.jpg) center repeat-x;
}
.footer .wrapper {
	height: 149px;
}
.footer .logo-footer {
	width: 115px;
	height: 115px;
	position: absolute;
	top: 25px;
	left: 0;
}
.footer .logo-footer img {
	width: 100%;
}
.footer .top_menu {
	bottom: 35px;
	right: 0;
	top: auto;
}
.footer .social {
	bottom: 30px;
    right: 320px;
	top: auto;
	left: auto;
}
.menu-footer {
	background: rgba(0,0,0,0.3);
	margin: 0;
	padding: 5px 10px;
	list-style: none;
	position: absolute;
	top: 25px;
	right: 0;
}
.menu-footer li {
	float: left;
}
.menu-footer li a {
	display: block;
	line-height: 40px;
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	padding: 0 13px;
}
.menu-footer li a:hover {
	color: #ffc400;
}
.copyright {
	position: absolute;
    top: 57px;
    left: 140px;
    font-size: 14px;
}
.carousel  {
	max-width: 1100px;
	margin: 55px auto 0 auto;
	width: 100%;
}
.carousel-wrapper {
   margin: 10px 30px; /* отступы для стрелок */
   overflow: hidden; /* скрываем содержимое, выходящее за рамки основной области */
   position: relative;
}
.carousel-items {
   width: 10000px; /* устанавливаем большую ширину для набора элементов */
   position: relative; /* позиционируем блок относительно основной области карусели */
}
.carousel-block {
   float: left; /* выстраиваем все элементы карусели в ряд */
   width: 208px; /* задаём ширину каждого элемента */
	position: relative;
}
.carousel-block .carousel-pic {
	width: 132px;
	height: 132px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
	display: block;
	background-size: cover !important;
}
.carousel-block:before {
	content: '';
	background: url(images/carousel_more.png) no-repeat;
	width: 36px;
	height: 36px;
	position: absolute;
	bottom: 35px;
    right: 40px;
}
.carousel-button-left a, .carousel-button-right a{
   width: 26px;
   height: 48px;
   position: relative;
   top: 50px;
   cursor: pointer;
   text-decoration:none;
}
.carousel-button-left a{
   float: left;
   background: url(images/carousel-left.png);
}
.carousel-button-right a{
   float: right;
   background: url(images/carousel-right.png);
}
.carousel-name {
	display: table;
    margin: 15px auto 0 auto;
	border-bottom: 1px solid #a9cadc;
}
.carousel-block a {
	color: #006fa9;
	text-decoration: none;
}
.last-news ul {
	margin: 30px 0;
	padding: 0;
	list-style: none;
	display: table;
    width: 100%;
}
.last-news ul li {
	float: left;
	width: 45%;
	margin: 0 5% 30px 0;
}
.last-news ul li .news-thumb,
.articles ul li .news-thumb {
	/*background: #ddd;*/
	display: block;
	width: 123px;
	float: left;
	height: 123px;
	margin: 0 20px 0 0;
}
.news-desc {
    float: left;
    width: 350px;
	height: 123px;
	position: relative;
}
.last-news ul li .news-desc-text,
.articles ul li .news-desc-text {
	font-size: 12px;
    /*height: 55px;*/
    height: 40px;
    overflow: hidden;
}
.articles ul {
	margin: 30px 0;
	padding: 0;
	list-style: none;
}
.articles ul li {
	display: table;
	width: 100%;
	background: url(images/more_art_bg.png) left no-repeat;
	margin-bottom: 10px
}
.news_title {
	font-size: 22px;
	overflow: hidden;
  height: 51px;
  display: block;
}
.news-more {
	position: absolute;
    bottom: 0;
    left: 0;
    background: #fbb700;
    color: #333;
    text-transform: uppercase;
    line-height: 29px;
    padding: 0 15px;
    font-size: 13px;
	font-family: MuseoSans-700;
}
.news-more:hover,
.about-more:hover {
	background: #333;
	color: #fff;
	text-decoration: none;
}
#contactform,
#wpcf7-f195-p187-o1,
#wpcf7-f303-p190-o1,
#wpcf7-f302-p187-o1,
#wpcf7-f197-p190-o1,
#wpcf7-f400-p64-o1 {
	width: 360px;
    padding: 20px;
    margin: 40px auto;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
	position: relative;
}
#contactform h3 {
	text-align: center;
    text-transform: uppercase;
    margin: 15px 0;
    font-family: MuseoSans-900;
    font-size: 25px;
}
#contactform label,
#wpcf7-f195-p187-o1 label,
#wpcf7-f303-p190-o1 label,
#wpcf7-f302-p187-o1 label,
#wpcf7-f197-p190-o1 label,
#wpcf7-f400-p64-o1 label {
	margin: 0 auto;
	display: table;
}
#contactform input[type="text"],
#contactform input[type="email"],
#contactform input[type="tel"] {
	border: 1px solid #ddd;
	height: 35px;
	padding: 0 15px;
	outline: none;
	border-radius: 3px;
}
#wpcf7-f195-p187-o1 input[type="text"],
#wpcf7-f195-p187-o1 input[type="email"],
#wpcf7-f195-p187-o1 input[type="tel"],
#wpcf7-f302-p187-o1 input[type="text"],
#wpcf7-f302-p187-o1 input[type="email"],
#wpcf7-f302-p187-o1 input[type="tel"],
#wpcf7-f303-p190-o1 input[type="text"],
#wpcf7-f303-p190-o1 input[type="email"],
#wpcf7-f303-p190-o1 input[type="tel"],
#wpcf7-f197-p190-o1 input[type="text"],
#wpcf7-f197-p190-o1 input[type="email"],
#wpcf7-f197-p190-o1 input[type="tel"],
#wpcf7-f400-p64-o1 input[type="text"],
#wpcf7-f400-p64-o1 input[type="tel"],
#wpcf7-f400-p64-o1 input[type="email"] {
	border: 1px solid #ddd;
	height: 35px;
	padding: 0 15px;
	outline: none;
	border-radius: 3px;
}
#wpcf7-f195-p187-o1 label,
#wpcf7-f303-p190-o1 label,
#wpcf7-f302-p187-o1 label,
#wpcf7-f197-p190-o1 label,
#wpcf7-f400-p64-o1 label {
	width: 95%;
}
#wpcf7-f195-p187-o1 select,
#wpcf7-f303-p190-o1 select,
#wpcf7-f302-p187-o1 select,
#wpcf7-f197-p190-o1 select {
	border: 1px solid #ddd;
	height: 35px;
	padding: 0 15px;
	outline: none;
	width: 100%;
	border-radius: 3px;
	cursor: pointer;
}
#wpcf7-f195-p187-o1 textarea,
#wpcf7-f303-p190-o1 textarea,
#wpcf7-f302-p187-o1 textarea,
#wpcf7-f197-p190-o1 textarea,
#wpcf7-f400-p64-o1 textarea {
	border: 1px solid #ddd;
	height: 35px;
	padding: 15px;
	outline: none;
	width: 90%;
	max-width: 90%;
	min-width: 90%;
	font: 13.3333px Arial;
	border-radius: 3px;
}
#contactform input[type="text"]:focus,
#contactform input[type="email"]:focus,
#contactform input[type="tel"]:focus {
	border: 1px solid #bababa;
}
#wpcf7-f195-p187-o1 input[type="text"]:focus,
#wpcf7-f195-p187-o1 input[type="email"]:focus,
#wpcf7-f302-p187-o1 input[type="email"]:focus,
#wpcf7-f303-p190-o1 input[type="email"]:focus,
#wpcf7-f195-p187-o1 input[type="tel"]:focus,
#wpcf7-f400-p64-o1 input[type="text"]:focus,
#wpcf7-f400-p64-o1 input[type="email"]:focus,
#wpcf7-f400-p64-o1 input[type="tel"]:focus,
#wpcf7-f400-p64-o1 textarea[name="your-message"]:focus {
	border: 1px solid #bababa;
}
#contactform input[type="submit"],
.emodal-content input[type="submit"],
#wpcf7-f195-p187-o1 input[type="submit"],
#wpcf7-f303-p190-o1 input[type="submit"],
#wpcf7-f302-p187-o1 input[type="submit"],
#wpcf7-f197-p190-o1 input[type="submit"],
#wpcf7-f400-p64-o1 input[type="submit"] {
	border: 0;
    background: #fbb700;
    color: #333;
    height: 40px;
    padding: 0 20px;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    font-family: MuseoSans-700;
    margin: 0 auto;
    display: block;
    cursor: pointer;
}
#contactform input[type="submit"]:hover,
.emodal-content input[type="submit"]:hover,
#wpcf7-f195-p187-o1 input[type="submit"]:hover,
#wpcf7-f303-p190-o1 input[type="submit"]:hover,
#wpcf7-f302-p187-o1 input[type="submit"]:hover,
#wpcf7-f197-p190-o1 input[type="submit"]:hover,
#wpcf7-f400-p64-o1 input[type="submit"]:hover {
	background: #333;
	color: #fff;
}
div.wpcf7 img.ajax-loader {
	position: absolute;
	top: 15px;
	right: 15px;
}
.emodal-content label {
	margin: 0 auto;
	display: table;
}
.emodal-content input,
.emodal-content textarea {
	font-family: "MuseoSans-300", Arial, sans-serif;
}

.emodal-content input[type="text"],
.emodal-content input[type="email"],
.emodal-content input[type="tel"] {
	border: 1px solid #ddd;
	height: 35px;
	padding: 0 15px;
	outline: none;
	width: 260px;
	border-radius: 3px;
}
.emodal-content textarea[name="your-message"]{
	border: 1px solid #ddd;
	height: 80px;
	padding: 5px 15px;
	outline: none;
	width: 260px;
	border-radius: 3px;
}

#contactform textarea[name="your-message"]{
	border: 1px solid #ddd;
	height: 80px;
	padding: 5px 15px;
	outline: none;
	border-radius: 3px;
}

#contactform select,
#contactform input,
#contactform textarea {
	box-sizing: border-box;
	font-family: "MuseoSans-300", Arial, sans-serif;
	width: 342px;
}
#contactform select {
	border: 1px solid #ddd;
	height: 35px;
	padding: 0 15px;
	outline: none;
	border-radius: 3px;
	cursor: pointer;
}


.error404 h1 {
	text-align: center;
	margin: 50px 0;
}
.mobile-menu {
	display: none;
}
.cboxElement {
	margin: 2px 5px;
    padding: 0px;
    display: inline-block;
}
.check-order {
	display: block;
    width: 200px;
    line-height: 40px;
    background: #ffb800;
    text-align: center;
    text-Transform: uppercase;
    color: #333;
    border-radius: 3px;
    margin: 50px auto;
	font-family: MuseoSans-700;
}
.slider_href {
	position: absolute;
	bottom: 40px;
	left: 50%;
	width: 230px;
	height: 46px;
	margin: 0 0 0 -105px;
	z-index: 33;
}
.slider_href a {
	font-family: MuseoSans-500;
	display: block;
	background: rgb(67,188,241);
	background: -moz-linear-gradient(top, rgba(67,188,241,1) 0%, rgba(47,164,234,1) 100%);
	background: -webkit-linear-gradient(top, rgba(67,188,241,1) 0%,rgba(47,164,234,1) 100%);
	background: linear-gradient(to bottom, rgba(67,188,241,1) 0%,rgba(47,164,234,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#43bcf1', endColorstr='#2fa4ea',GradientType=0 );
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	line-height: 46px;
	width: 236px;
	text-align: center;
	border-radius: 4px;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	text-transform: uppercase;
}
.slider_href a:hover {
    background: rgb(67,188,241);
}

.last-news ul li .news-thumb, .articles ul li .news-thumb {
 overflow: hidden;
}
.last-news ul li .news-thumb img, .articles ul li .news-thumb img {
width: 100% !important;
height: auto !important;
}

div.copyright a{
	color:#fbb700; 
	border-bottom:1px solid rgba(255, 255, 255, 0.5);
}

div.copyright a:hover{
	text-decoration: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}

#metaslider-id-58 .flexslider ul.slides .caption-wrap {
	background: url(images/caption.png) no-repeat !important;
    position: absolute;
    top: 0;
    left: 5%;
    margin: 0;
    display: block;
    width: 474px;
	height: 376px;
	opacity:unset;
}

.slider .metaslider .caption {
  padding: 5px 10px;
  word-wrap: break-word;
}

#metaslider-id-58 .flexslider ul.slides .caption-wrap .slide_caption {
	text-align: center;
	padding: 30px 40px;
  color: #fff;

}



#metaslider-id-58 .flexslider ul.slides .caption-wrap .slide_title {
  font-size: 45px;
  text-transform: uppercase;
  font-family: MuseoSans-900;
  line-height: 45px;
}

#metaslider-id-58 .flexslider .flex-control-nav {
	margin: 0;
	top: 235px;
  left: 30%;
  background: url(images/nav_bg.png) no-repeat;
  width: 118px;
  z-index: 99;
  padding: 43px 0 !important;
  position: absolute;
  text-align: center;
}

#metaslider-id-58 .flexslider .flex-control-paging li a
{width: 23px; height: 23px; display: block; background: #fff; cursor: pointer; text-indent: -9999px; -webkit-border-radius: 50%; -moz-border-radius: 50%; -o-border-radius: 50%; border-radius: 20px;}

#metaslider-id-58 .flexslider .flex-control-nav li a.flex-active {
	background: #fff url(images/act.png) center no-repeat !important;
  cursor: default;
}

#metaslider-id-58 .flexslider .flex-direction-nav li a {
  height: 27px;
	opacity: 0.8;
}

#metaslider-id-58 .flexslider .flex-direction-nav li a:hover {
	opacity:1;
}

#metaslider-id-58 .flexslider .flex-control-nav li a:hover {
  background: #e8e8e8;
}

#metaslider-id-58 .flexslider .flex-direction-nav li a {
	background-image: url('images/bg_direction_nav.png');
}

.metaslider .flexslider .flex-direction-nav .flex-prev {
  left: -36px;
}

.metaslider .flexslider .flex-direction-nav .flex-next {
  right: -36px;
}


 .metaslider .flexslider:hover .flex-direction-nav .flex-prev {
  left: 5px;
}

 .metaslider .flexslider:hover .flex-direction-nav .flex-next {
  right: 5px;
}

#metaslider-id-58.metaslider-flex.ms-theme-default .flex-next:focus {
  background: url('images/bg_direction_nav.png') scroll right 0 transparent !important;
}

#metaslider-id-58.metaslider-flex.ms-theme-default .flex-prev:focus {
  background: url('images/bg_direction_nav.png') scroll left 0 transparent !important;
}

.textwidget #simple-translate,
.emodal-content #simple-translate {
	display: none;
}

textarea {
	resize:none;
}

.contactFormP-custom h3 {
	display:none;
}

.contactFormP-custom .wpcf7-spinner {
	display: none;
}