@charset "UTF-8";
/************************************************/
a {
  text-decoration: none;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

textarea {
  resize: none;
  overflow: auto;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

textarea, input, a, button {
  outline: none !important;
}

html, body {
  width: 100%;
  height: 100%;
  position: relative;
}

button::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner {
  border: none;
}

/************************************************/
/************************************************/
._l {
  float: left;
}

._r {
  float: right;
}

._c {
  overflow: hidden;
}

._clr {
  clear: both;
}

/************************************************/
/************************************************/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#wrapper {
  overflow: hidden;
}


/* header */
header {
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 101;
}
header .inner {
  max-width: 1190px;
  margin: 0 auto;
  padding: 10px 0;
}
.logo {
  margin-right: 70px;
}
.header_contacts {
  margin-right: 30px;
  vertical-align: middle;
}
.header_contacts img {
  margin-right: 10px;
}
.header_contacts span {
  color: #555;
  font: 24px 'PFDin', sans-serif;
  vertical-align: middle;
}
.place_ad {
  display: inline-block;
  width: 264px;
  height: 52px;
  border-radius: 5px;
  background: #0095d9;
  vertical-align: middle;
  text-align: center;
  border-bottom: 3px solid #007cb5;
}
.place_ad span {
  color: #fff;
  font: 20px/50px 'PFDin', sans-serif;
  margin-right: 10px;
  vertical-align: middle;
}
.nav {
  position: relative;
  background: #0095d9;
	margin-bottom: 0px !important;
}
.nav ul {
  max-width: 1180px;
  margin: 0 auto;
}
.nav li {
  display: inline-block;
  margin-left: 83px;
}
.nav li a {
  color: #fff;
  font: 20px/60px 'PFDin', sans-serif;
}
.menu_btn {
  display: none;
  cursor: pointer;
}
.menu_btn .fa {
  color: #fff;
  font-size: 36px;
}
/* end header */

/* filter */
.search_block_wrp {
  min-height: 630px;
  background: url(images/search_bg.jpg);
  background-size: cover;
  padding-top: 115px;
}
.search_block {
  max-width: 955px;
  min-height: 370px;
  background: rgba(0, 0, 0, 0.5);
  margin: 0 auto;
  padding: 50px 0;
}
.search_block .ttl {
  color: #fff;
  text-align: center;
  font: 36px 'PFDin', sans-serif;
  margin-bottom: 40px;
}
.inputs_wrp {
	margin-bottom: 40px;
}

#search_form {
  display: block;
  padding: 0 20px;
  font-size: 0;
}
#search_form label {
  display: inline-block;
  vertical-align: top;
}
#search_form .sub_ttl {
  color: #fff;
  font: 500 14px 'PFDin', sans-serif;
  margin-bottom: 4px;
}
#search_form span {
  display: inline-block;
  vertical-align: top;
}
#search_form button {
  width: 172px;
  height: 42px;
  border-radius: 5px;
  background: #58a549;
  border: none;
  color: #fff;
  font: 20px 'PFDin', sans-serif;
  vertical-align: bottom;
  margin-bottom: -5px;
  cursor: pointer;
}
.jq-selectbox {
  height: 32px;
  background: #fff;
  padding-left: 10px;
  cursor: pointer;
  vertical-align: bottom;
}
.jq-selectbox__trigger {
  position: absolute;
  top: 14px;
  right: 12px;
  width: 0;
  height: 0;
  border-top: 5px solid #777;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.jq-selectbox__dropdown {
  width: 100%;
  left: 0;
  background: #fff;
  font: 15px/32px 'PFDin', sans-serif;
}
.jq-selectbox__dropdown li {
  padding: 5px 10px;
}
.jq-selectbox__dropdown li.selected {
  background: #0095d9;
  color: #fff;
}
.jq-selectbox__dropdown li:hover {
  background: #0095d9;
  color: #fff;
}
.jq-selectbox__dropdown li:first-child {
  display: none;
}
.jq-selectbox__select-text {
  color: #0095d9;
  font: 15px/32px 'PFDin', sans-serif;
}
.input_v1 .jq-selectbox {
  width: 210px;
  margin-right: 25px;
}
.inputs_wrp label:last-of-type .jq-selectbox {
  margin-right: 0;
}
#price_from {
  margin-right: 20px;
}
#price_from .jq-selectbox {
  width: 109px;
}
#price_from .jq-selectbox:first-child {
  border-right: 1px solid #ccc;
}
#price_for {
  margin-top: 21px;
}
#price_for .jq-selectbox {
  width: 120px;
}
#square {
  margin-right: 20px;
}
#square .jq-selectbox {
  width: 80px;
}
#square .jq-selectbox:first-child {
  border-right: 1px solid #ccc;
}
#deal_type {
	margin: 21px 20px 0 0;
}
#deal_type .jq-radio {
	width: 108px;
	height: 32px;
	background: #fff;
	border: 2px solid #fff;
	cursor: pointer;
	text-align: center;
}
#deal_type .jq-radio.checked {
	background: #0088cf;
}
#deal_type .jq-radio:first-child::before {
	content: "Продажа";
	font-size: 15px;
	color: #0095d9;
	font: 15px/30px 'PFDin', sans-serif;
}
#deal_type .jq-radio:nth-child(2)::before {
	content: "Аренда";
	font-size: 15px;
	color: #0095d9;
	font: 15px/30px 'PFDin', sans-serif;
}
#deal_type .jq-radio.checked::before {
	color: #fff;
}
.btn_container {
  text-align: center;
  margin-top: 40px;
}
#rooms {
  margin-right: 20px;
}
#rooms .jq-radio {
  width: 30px;
  height: 32px;
  background: #fff;
  border: 1px solid transparent;
  border-right: 1px solid #ccc;
  cursor: pointer;
  text-align: center;
}
#rooms .jq-radio.checked {
  border: 1px solid #0095d9;
}
/*#rooms .jq-radio:first-child::before {
  content: "1";
  font-size: 15px;
  color: #0095d9;
  font: 15px/30px 'PFDin', sans-serif;
}
#rooms .jq-radio:nth-child(2)::before {
  content: "2";
  font-size: 15px;
  color: #0095d9;
  font: 15px/30px 'PFDin', sans-serif;
}
#rooms .jq-radio:nth-child(3)::before {
  content: "3";
  font-size: 15px;
  color: #0095d9;
  font: 15px/30px 'PFDin', sans-serif;
}
#rooms .jq-radio:nth-child(4)::before {
  content: "4";
  font-size: 15px;
  color: #0095d9;
  font: 15px/30px 'PFDin', sans-serif;
}*/
/* end filter */

/* consultation */
.consultation {
  height: 355px;
  background: url(images/cons-bg.png);
  background-size: cover;
}
.consultation .inner {
  max-width: 335px;
  margin: 0 auto;
  padding-top: 60px;
}
.consultation .ttl {
  color: #333;
  font: 500 18px 'PFDin', sans-serif;
  margin-bottom: 15px;
}
.consultation .sub_ttl {
  color: #333;
  font: 500 30px 'PFDin', sans-serif;
  margin-bottom: 40px;
}
.cons_btn {
  display: table-cell;
  vertical-align: middle;
  width: 205px;
  height: 74px;
  border-radius: 5px;
  background: #0095d9;
  vertical-align: middle;
  text-align: center;
  border-bottom: 3px solid #007cb5;
  color: #fff;
  font: 20px 'PFDin', sans-serif;
  text-shadow: 0px -1px 2px rgba(0, 0, 0, 0.5);
}
/* end consultation */

/* hot_offers */
.hot_offers {
  padding: 40px 0;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 0;
}
h2 {
  color: #333;
  font: 500 36px 'PFDin', sans-serif;
  text-align: center;
  margin-bottom: 30px;
}
.hot_offer_block {
  width: 270px;
  height: 326px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #0095d9;
  text-align: center;
  margin-right: 40px;
}
.hot_offer_block a{
  display: block;
  text-decoration: none;
}
.hot_offer_block .img {
  width: 268px;
  height: 270px;
  position: relative;
}
.hot_offer_block .ttl {
  height: 56px;
  color: #333;
  font: 500 20px/56px 'PFDin', sans-serif;
}
.hot_offer_block:last-child {
  margin-right: 0;
}
.img_overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.3);
  z-index: 2;
  padding-top: 75px;
}
.img_overlay .txt_1 {
  color: #333;
  font: 500 48px 'PFDin', sans-serif;
}
.img_overlay .txt_2 {
  color: #333;
  font: 36px 'PFDin', sans-serif;
}
/* end hot_offers */

.agents {
  background: #def4ff;
}
.agents .inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 50px 0 60px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
	.agents .inner {
		max-width: 820px;
	}
	.agent_block {
		margin: 10px 15px 20px 8px !important;
	}
}

@media screen and (max-width: 768px) {
	.agents .inner {
		max-width: 670px;
	}
	.agent_block {
		margin: 10px 15px 20px 5px !important;
	}
}
@media screen and (max-width: 425px) {
	.agents .inner {
		max-width: 400px;
	}

	.slick-prev {
		left: 50px !important;
	}

	.slick-next {
		right: 50px !important;
	}
}

.agent_block {
  display: inline-block;
  width: 155px;
  vertical-align: top;
  margin-right: 40px;
}
.agent_block .img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: #fff;
  margin: 0 auto 20px;
}
.agent_block:last-child {
  margin-right: 0;
}
.agent_name {
  color: #333;
  font: 18px 'PFDin', sans-serif;
  height: 45px;
  margin-bottom: 15px;
}
.agent_phone {
  color: #777;
  font: 300 18px 'PFDin', sans-serif;
  margin-bottom: 15px;
}
.agent_email {
  color: #0088cf;
  font: 300 16px 'PFDin', sans-serif;
}

.place_ad_container {
  height: 520px;
  background: url(images/place_bg.jpg);
  background-size: cover;
  padding-top: 30px;
  text-align: center;
}
.place_ad_container .inner {
  max-width: 615px;
  height: 460px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.5);
  padding: 25px 60px 0;
}
.place_ad_container .ttl {
  color: #fff;
  font: 500 48px/40px 'PFDin', sans-serif;
  margin-bottom: 30px;
}
.place_ad_container ul {
  margin-bottom: 45px;
}
.place_ad_container li {
  color: #fff;
  font: 24px 'PFDin', sans-serif;
  background: url(images/check-icon.png) 0 50% no-repeat;
  padding-left: 60px;
  margin-bottom: 20px;
  text-align: left;
}

.services_wrp {
  background: url(images/sprite_bg.png);
}

.services {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding: 40px 0 60px;
}
.services h2 {
  margin-bottom: 40px;
}

.service_block {
  width: 275px;
  display: inline-block;
  vertical-align: top;
  margin: 0 25px 45px;
  text-align: center;
}
.service_block .img {
  width: 125px;
  height: 125px;
  margin: 0 auto 20px;
}
.service_block .ttl {
  color: #333;
  font: 500 20px 'PFDin', sans-serif;
  margin-bottom: 15px;
}
.service_block .txt {
  color: #777;
  font: 300 18px 'PFDin', sans-serif;
}

.cons_2 {
  background: url(images/cons-2-bg.png);
  background-size: cover;
  height: 190px;
  padding-top: 55px;
}
.cons_2 .inner {
  max-width: 1180px;
  margin: 0 auto;
}
.cons_2 .ttl {
  color: #333;
  font: 500 30px 'PFDin', sans-serif;
  margin-bottom: 15px;
}
.cons_2 .txt {
  color: #555;
  font: 18px 'PFDin', sans-serif;
}
.cons_2 .txt_wrp {
  display: inline-block;
}
.cons_2 .cons_btn {
  float: right;
  padding-top: 13px;
}

.links {
  background: url(images/sprite_bg.png);
  text-align: center;
}
.links .inner {
  max-width: 820px;
  margin: 0 auto;
  padding: 40px 0 60px;
}

.links_block {
  display: inline-block;
  width: 200px;
  vertical-align: top;
  position: relative;
}
.links_block .img {
  width: 122px;
  height: 122px;
  overflow: hidden;
  margin: 0 auto 20px;
}
.links_block .txt a {
  color: #333;
  font: 20px 'PFDin', sans-serif;
  text-decoration: underline;
}

.links_block.new::before {
  content: url(images/new.png);
  width: 40px;
  height: 41px;
  position: absolute;
  left: 35px;
  top: 0;
}

.partners {
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
  padding: 40px 0 100px;
}

.partner_block {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}

.footer_nav_wrp {
  background: #262626;
  border-top: 10px solid #0085c1;
  position: relative;
}

.footer_nav {
  max-width: 1140px;
  margin: 0 auto;
}
.footer_nav li {
  display: inline-block;
  margin-right: 90px;
}
.footer_nav li:last-child {
  margin-right: 0;
}
.footer_nav a {
  color: #fff;
  font: 20px/60px 'PFDin', sans-serif;
}

footer .inner {
  max-width: 800px;
  margin: 0 auto;
}

.footer_info {
  background: #1a1a1a;
  overflow: hidden;
  padding: 40px 0 60px;
}
.footer_info .ttl {
  color: #0095d9;
  font: 500 30px 'PFDin', sans-serif;
  margin-bottom: 25px;
  text-align: center;
}

.footer_contacts {
  text-align: center;
  width: 200px;
  display: inline-block;
  vertical-align: top;
}
.footer_contacts img {
  margin-bottom: 20px;
}
.footer_contacts .txt {
  color: #fff;
  font: 20px 'PFDin', sans-serif;
  margin-bottom: 25px;
}

.footer_form {
  width: 346px;
  display: inline-block;
  vertical-align: top;
  float: right;
}
.footer_form input[type=text] {
  width: 100%;
  height: 38px;
  border: none;
  padding-left: 20px;
  margin-bottom: 25px;
  font: 18px 'PFDin', sans-serif;
}
.footer_form textarea {
  width: 100%;
  height: 186px;
  border: none;
  padding: 10px 20px;
  margin-bottom: 25px;
  font: 18px 'PFDin', sans-serif;
}
.footer_form button {
  display: block;
  margin: 0 auto;
  cursor: pointer;
  width: 205px;
  height: 40px;
  border-radius: 5px;
  background: #0095d9;
  text-align: center;
  border: none;
  border-bottom: 3px solid #007cb5;
  color: #fff;
  font: 20px 'PFDin', sans-serif;
  text-shadow: 0px -1px 2px rgba(0, 0, 0, 0.5);
}

.copyright_wrp {
  background: #000;
  height: 84px;
}

.copyright {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
}

.year {
  text-align: center;
  color: #abaaaa;
  font: 14px/84px 'PFDin', sans-serif;
}

.aq5 {
  position: absolute;
  right: 0;
  top: 13px;
}

.inner_page_wrp {
  background: url(images/sprite_bg.png);
}

.inner_page {
  max-width: 1210px;
  margin: 0 auto;
  padding: 20px 0 65px;
}

.inner_content {
  max-width: 906px;
  display: inline-block;
  vertical-align: top;
  margin-right: 35px;
}
.inner_content h2 {
  text-align: left;
  font: 30px 'PFDin', sans-serif;
}

.product_card {
  max-width: 906px;
  background: #fff;
  padding: 16px;
  margin-bottom: 35px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
}
.product_card .img {
  width: 261px;
  height: 180px;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}

.product_txt {
  display: inline-block;
  max-width: 585px;
  vertical-align: top;
}
.product_txt .adress {
  color: #0095d9;
  font: 30px 'PFDin', sans-serif;
}
.product_txt .cost {
  color: #333;
  font: 30px 'PFDin', sans-serif;
  float: right;
}
.product_txt .city {
  margin-bottom: 10px;
}
.product_txt .city span {
  color: #333;
  font: 24px 'PFDin', sans-serif;
}
.product_txt .offer-text {
  margin-bottom: 3px;
  height: 66px;
  overflow: hidden;
}
.product_txt .offer-text, .product_txt .offer-text p, .product_txt .appartment_square {
  color: #808080;
  font: 18px 'PFDin', sans-serif;
}
.product_txt .liked {
  float: right;
}

.main_filter_wrp {
  max-width: 263px;
  display: inline-block;
  vertical-align: top;
}
.main_filter_wrp h2 {
  font: 30px 'PFDin', sans-serif;
}

.main_filter {
  background: #0095d9;
  padding: 10px 16px 25px;
}
.main_filter .ttl {
  color: #fff;
  font: 700 16px 'PFDin', sans-serif;
  margin-bottom: 3px;
  margin-top: 5px;
}
.main_filter label {
  cursor: pointer;
}
.main_filter input[type=text] {
  width: 100%;
  height: 34px;
  padding-left: 5px;
  font: 14px 'PFDin', sans-serif;
  border: 1px solid #0079b0;
  margin-bottom: 10px;
}
.main_filter span {
  color: #fff;
  font: 700 16px 'PFDin', sans-serif;
  display: inline-block;
  vertical-align: middle;
}
.main_filter .jq-radio {
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #0079b0;
  vertical-align: middle;
  margin-right: 10px;
}
.main_filter .jq-radio.checked .jq-radio__div {
  width: 10px;
  height: 10px;
  background: #0079b0;
  margin: 4px auto 0;
}
.main_filter li {
  margin-bottom: 6px;
}
.main_filter button,
.main_filter .btn.map-search{
  width: 174px;
  height: 40px;
  display: block;
  margin: 10px auto 0;
  background: #58a549;
  color: #fff;
  font: 20px 'PFDin', sans-serif;
  border: none;
  border-radius: 5px;
  border-bottom: 2px solid #4c8e3f;
  cursor: pointer;
  text-align: center;
  line-height: 1.8;
}

.small_inp input[type=text] {
  width: 110px;
}
.small_inp input[type=text]:first-child {
  margin-right: 5px;
}

.pagination {
  text-align: right;
}
.pagination li {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
  margin-right: 15px;
  text-align: center;
}
.pagination li.active {
  background: #0095d9;
}
.pagination li.active a {
  color: #fff;
}
.pagination a {
  color: #0095d9;
  font: 20px/38px 'PFDin', sans-serif;
  display: inline-block;
  width: 38px;
  height: 38px;
}

.padding-bottom-0{
  padding-bottom: 0;
}

/*RESPONSIVE*/
@media screen and (max-width: 1200px) {
  header .inner {
    text-align: center;
  }
  header .inner a {
    margin: 10px;
    display: inline-block;
    vertical-align: middle;
  }

  .nav ul {
    text-align: center;
  }
  .nav ul li {
    margin-left: 20px;
  }

  .footer_nav {
    text-align: center;
  }
  .footer_nav li {
    margin-right: 20px;
  }

  .hot_offers {
    text-align: center;
  }

  .hot_offer_block {
    margin: 10px;
  }

  .cons_2 {
    padding: 20px 10px;
    text-align: center;
    height: auto;
  }

  .cons_2 .cons_btn {
    display: inline-block;
    height: auto;
    padding: 10px;
    float: none;
    margin-top: 20px;
  }

  .partners {
    padding: 20px 0;
  }

  .partner_block {
    margin: 20px;
  }

  .aq5 {
    right: 10px;
  }

  .inner_page_wrp {
    padding: 20px 10px;
  }

  .inner_content {
    margin: 0 auto 35px;
    display: block;
  }

  .main_filter_wrp {
    max-width: 906px;
    display: block;
    margin: 0 auto;
  }

  .pagination {
    text-align: center;
  }
}

@media screen and (max-width: 930px) {
  .product_card .img {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 0 20px 0;
  }

  .product_card .img img {
    max-height: 300px;
  }

  .product_txt {
    max-width: 100%;
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 820px) {
  .serch_block_wrp {
    padding: 0;
    min-height: auto;
  }

  .serch_block {
    padding: 30px 10px 10px;
  }

  #search_form {
    padding: 0 0 20px;
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
  }

  .inputs_wrp {
    margin: 0;
  }

  #search_form {
    /*#search_adress {
    	display: block;
    		.jq-selectbox {
    		width: 100%;
    		margin: 0 0 20px 0;
    	}
    }*/
  }
  #search_form span {
    display: block;
    margin: 0 0 20px 0;
  }
  #search_form span .jq-selectbox {
    width: 100%;
    text-align: left;
  }
  #search_form label {
    display: block;
  }

  .consultation {
    background-position: 100% 50%;
  }
  .consultation .inner {
    padding: 40px 10px 20px;
    text-align: center;
  }

  .cons_btn {
    display: inline-block;
    height: auto;
    padding: 10px;
  }

  .footer_info {
    padding: 40px 10px 60px;
  }

  .pagination li {
    margin: 10px;
  }
}
@media screen and (max-width: 760px) {
  .menu_btn {
    display: block;
  }

  .nav {
    padding: 10px;
  }
  .nav ul {
    display: none;
    width: 300px;
    position: absolute;
    top: 100%;
    left: 0;
    background: #0095d9;
    z-index: 101;
  }
  .nav ul li {
    display: block;
    text-align: left;
    margin: 0;
  }
  .nav ul li a {
    display: block;
    padding-left: 10px;
    line-height: 45px;
  }

  .footer_nav_wrp {
    padding: 10px;
  }

  .footer_nav {
    display: none;
    width: 300px;
    position: absolute;
    top: 100%;
    left: 0;
    background: #262626;
  }
  .footer_nav li {
    display: block;
    text-align: left;
    margin: 0;
  }
  .footer_nav li a {
    display: block;
    padding-left: 10px;
    line-height: 45px;
  }

  .links_block {
    margin: 10px;
  }
}
@media screen and (max-width: 600px) {
  .place_ad_container {
    padding: 0;
    height: auto;
  }
  .place_ad_container .inner {
    padding: 20px 10px;
    height: auto;
  }

  .footer_contacts, .footer_form {
    display: block;
    width: 100%;
  }

  .copyright_wrp {
    height: auto;
    padding: 10px;
  }

  .aq5 {
    position: relative;
    top: 0;
    right: 0;
    text-align: center;
    display: block;
  }
}
@media screen and (max-width: 440px) {
  .place_ad_container .ttl {
    font-size: 32px;
  }

  .product_txt .cost {
    display: block;
    float: none;
  }
}

@media screen and (min-width: 425px) {
	.hidden-desktop {
		display: none;
	}
}
@media screen and (max-width: 425px) {
	.hidden-mobile {
		display: none;
	}
}
/*# sourceMappingURL=styles.css.map */
.imgslider {
	width: inherit;
	height: inherit;
}

.imgslider .imgslide img {
	display: inline-block;
	vertical-align: middle;
}
.imgslider .slick-prev{
	opacity: .5;
	transition: all .5s;
	text-shadow: 0 0 10px #000;
}

.imgslider .slick-next {
	opacity: .5;
	transition: all .5s;
	text-shadow: 0 0 10px #000;
}
.imgslider:hover .slick-prev{
	opacity: 1;
}
.imgslider:hover .slick-next {
	opacity: 1;
}
.imgslider .slick-prev {
	left: 5px;
}
.imgslider .slick-next {
	right: 5px;
}

@media screen and (max-width: 425px) {
	.imgslider .slick-prev {
		left: 8px !important;
	}
	.imgslider .slick-next {
		right: 8px !important;
	}
}

#footer_message_widget_recaptcha {
	margin-bottom: 20px;
}
