.walk_list *, #walk_map_list{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;line-height:22px;}
#walk_map_list{width:100%;height:240px;border: 1px solid #ccc;margin-bottom: 15px}
.walk_list{overflow:hidden;padding: 5px;}
.walk_item {
  position: relative;
  z-index: 1;
  display: block;
  background: #FFFFFF;
  width: calc(50% - 8px);
  min-width: 270px;
  height: 400px;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.walk_item:nth-child(even){margin-right:0}
.walk_item:hover{
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
.walk_item:hover .walk_item_photo > img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.6;
}
.walk_item .walk_item_photo {
  background: #000000;
  height: 350px;
  overflow: hidden;
}
.walk_item .walk_item_photo .walk_item_user {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  background: #e74c3c;
  width: 44px;
  height: 44px;
  padding: 6px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.walk_item .walk_item_photo .walk_item_user img{
    border-radius: 50%;
}
.walk_item .walk_item_photo > img {
  display: block;
  width: 100%;
  min-height: 285px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  object-fit: cover;
}
.walk_item .walk_item_info {
  position: absolute;
  bottom: 0;
  background: #FFFFFF;
  border: 1px solid #e0e0e0;
  border-top: none;
  width: 100%;
  padding: 15px 20px 0;
  -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
}
.walk_item .walk_item_info .walk_item_city {
  position: absolute;
  top: -42px;
  left: -1px;
  background: #e74c3c;
  padding: 10px 15px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration:none
}
.walk_item .walk_item_info .walk_item_title {
  margin: 0 !important;
  padding: 0 0 5px;
  font-size: 20px;
}
.walk_item .walk_item_info .walk_item_title a{
    color: #444;
    text-decoration: none;
}
.walk_item .walk_item_info .walk_item_title a:hover{border-bottom: 2px solid #555;}
.walk_item .walk_item_info .walk_item_event {
  margin: 0;
  padding: 0 0 5px;
  color: #e74c3c;
  font-size: 14px;
}
.walk_item .walk_item_info .walk_item_event a{text-decoration:none}
.walk_item .walk_item_info .walk_item_content {
  display: none;
  color: #777;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}
.walk_item .walk_item_info .walk_item_meta {
	margin: 8px -20px 0;
	padding: 8px 10px;
	color: #999999;
	background: #f7f7f7;
	-webkit-box-shadow: inset 0 10px 10px -10px rgba(0,0,0,.15);
    -moz-box-shadow: inset 0 10px 10px -10px rgba(0,0,0,.15);
    -ms-box-shadow: inset 0 10px 10px -10px rgba(0,0,0,.15);
    -o-box-shadow: inset 0 10px 10px -10px rgba(0,0,0,.15);
    box-shadow: inset 0 10px 10px -10px rgba(0,0,0,.15);
	position: relative;
}
.walk_item .walk_item_info .walk_item_meta .wim_more{margin: 0 16px 0 0;color: #999999;text-decoration: none;}
.walk_item .walk_item_info .walk_item_meta .wim_more:hover{color: #555}
.walk_item .walk_item_info .walk_item_meta .wim_wolked{float:right;color:#e74c3c;font-size:16px;cursor: pointer;}
.walk_item .walk_item_info .walk_item_meta .wim_wolked img{vertical-align: text-top}

.sc_header_map {
    position: relative;
    padding: 0;
	margin:0;
	width: auto !important;
    float: none !important;
}
.sc_header_map .big_map {
    height: 400px;
	background: url(/templates/default/controllers/walk/img/ajax-loader.gif) no-repeat center;
}
.sc_header_map .big_map img {
    max-width: none;
}
.sc_header_map .big_map .infoBox .info-window {
    position: relative;
    padding: 15px;
    background-color: white;
    border-radius: 3px;
	min-width: 240px;
}
.sc_header_map .big_map .infoBox .info-window .info-image,.shm_marker_ya .shm_marker_ya_image{
    float: left;
    display: block;
    margin-right: 15px;
}
.sc_header_map .big_map .infoBox .info-window .info-image img,.shm_marker_ya .shm_marker_ya_image img{
    border: 5px solid whitesmoke;
    border-radius: 50%;
}
.sc_header_map .big_map .infoBox .info-window .info-details, .shm_marker_ya_details{
    display: inline-block;
    width: calc(100% - 96px);
    margin-top: 0;
}
.sc_header_map .big_map .infoBox .info-window .info-details a, .shm_marker_ya_details a{
    font-size: 14px;
    font-weight: 700;
    color: #3c4a55;
    line-height: 18px;
}
.sc_header_map .big_map .infoBox .info-window .info-details a:hover, .shm_marker_ya_details a:hover{
    color: #3c4a55;
    text-decoration: underline;
}
.sc_header_map .big_map .infoBox .info-window .info-details p, .shm_marker_ya_details p{
    margin: 0;
}
.sc_header_map .big_map .infoBox .info-window .info-details p a, .shm_marker_ya_details p a{
    font-size: 12px;
    color: #208ee6;
    border: none;
}
.sc_header_map .big_map .infoBox .info-window .info-details p a:hover, .shm_marker_ya_details p a:hover{
    color: #208ee6;
    text-decoration: underline;
}
.sc_header_map .big_map .infoBox .info-window .info-details p i, .shm_marker_ya_details p i{
    margin-right: 2px;
    font-size: 15px;
    color: #59b453;
    line-height: 24px;
    vertical-align: bottom;
}
.sc_header_map .big_map .infoBox .info-window:before {
    position: absolute;
    bottom: -23px;
    left: 35px;
    content: '\f0d7';
    font-family: 'FontAwesome';
    font-size: 36px;
    color: white;
}
.sc_header_map .big_map .infoBox .info-window .info-price {
    position: absolute;
    top: -20px;
    left: 0;
    padding: 6px 15px;
    background: #fff;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #e7a119;
}
.sc_header_map .big_map .infoBox .info-window .info-price span {
    font-size: 11px;
    color: #f44719;
    text-decoration: line-through;
}
.sc_header_map .big_map .infoBox .info-window .info-price span.call-price {
    font-size: 13px;
    color: #208ee6;
    text-decoration: none;
}
.sc_header_map .big_map .infoBox .info-window .info-price span.free-price {
    font-size: 13px;
    color: #59b453;
    text-decoration: none;
}
.sc_header_map .big_map .infoBox > img {
    top: -1px;
    width: 19px;
    height: 18px;
    opacity: 0;
    z-index: 2;
}
.sc_header_map .big_map .infoBox:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 23px;
    height: 21px;
    background-color: transparent;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    content: '';
    cursor: pointer;
}
.sc_header_map .big_map .infoBox:after {
    position: absolute;
    top: 3px;
    right: 7px;
    content: '\f00d';
    font-family: 'FontAwesome';
    color: #a1aeb7;
    cursor: pointer;
    z-index: 1;
}
.map-info-window {
    background: #e9e9e9;
    border-radius: 3px;
    box-shadow: 8px 8px 16px #222;
    color: #232323;
    min-width: 150px;
    max-width: 200px;
    max-height: 300px;
    text-align: center;
    padding: 5px 20px 10px;
    overflow: hidden;
    position: absolute;
    text-transform: uppercase;
}
.map-info-window .map-info-window .map-info-close {
    float: right;
    cursor: pointer;
    margin-right: -5px;
    margin-left: 5px;
}
.map-info-window .map-info-window .map-info-close .map-info-window h5 {
    font-weight: bold;
}
.map-info-window .map-info-window .map-info-close .map-info-window p {
    color: #000;
}
.shm_markers.shm_hidden {
    display: none!important;
    visibility: hidden!important;
}
.info-box-markers-list {
    max-height: 120px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.sc_header_map .big_map .infoBox .info-box-markers-list .info-window:before {
    content: '';
    height: 0px;
    width: 0px;
}
.sc_header_map .big_map .infoCluster.infoBox > img {
    top: 0px;
    right: 10px;
}
.infoCluster {
    padding-right: 10px;
}
.sc_header_map .big_map .infoCluster.infoBox:after {
    top: 5px;
    right: 18px;
}
.sc_header_map .big_map .infoBox .info-box-markers-list::-webkit-scrollbar {
    width: 3px;
    border-radius: 3px;
}
.sc_header_map .big_map .infoBox .info-box-markers-list::-webkit-scrollbar-track {
    width: 3px;
    background-color: white;
    border-radius: 3px;
}
.sc_header_map .big_map .infoBox .info-box-markers-list::-webkit-scrollbar-thumb {
    width: 3px;
    background-color: #6e7d89;
    border-radius: 3px;
}
.sc_header_map .big_map .infoCluster.infoBox ul li:not(:first-child) .info-window {
    padding-top: 0px;
}
.sc_header_map .big_map .infoCluster.infoBox ul.info-box-markers-list li .info-window {
    padding-top: 30px;
    padding-bottom: 15px;
}
.sc_header_map .big_map .infoCluster.infoBox ul.info-box-markers-list li:first-child .info-window .info-price {
    top: 7px;
    left: 0;
    padding: 0 15px;
}
.sc_header_map .big_map .infoCluster.infoBox ul.info-box-markers-list li:not(:first-child) .info-window {
    padding-top: 30px;
    border-top: 1px solid #e7e7e7;
}
.sc_header_map .big_map .infoCluster.infoBox ul.info-box-markers-list li:not(:first-child) .info-window .info-price {
    top: 8px;
    left: 0;
    padding: 0 15px;
}
.sc_header_map .big_map .infoCluster.infoBox ul.no-price-list li:first-child .info-window,
.sc_header_map .big_map .infoCluster.infoBox ul.no-price-list li:not(:first-child) .info-window {
    padding: 15px 20px;
}

.shm_marker_ya .shm_marker_ya_price{
    color: red;
    font-weight: bold;
	margin-bottom: 5px;
}

.tool-container.tool-top.toolbar-is_walk_toolbar {
    height: 38px;
    min-width: 73px;
    border-radius: 0;
    text-align: center;
	background: #f55b4b;
}
.tool-container.tool-top.toolbar-is_walk_toolbar .arrow{border-color: #f55b4b transparent transparent}
.toolbar-is_walk_toolbar .tool-items {display: inline-block}
.toolbar-is_walk_toolbar .tool-item {
    width: 32px;
    height: 32px;
    padding: 3px 0 3px 3px
}
.toolbar-is_walk_toolbar .tool-item:hover {background: 0 0}
.toolbar-is_walk_toolbar .tool-item:last-child {
    padding-right: 3px;
    color: #fff;
    line-height: 26px;
    font-family: sans-serif;
    text-decoration: none;
    height: 26px;
    width: 26px;
    margin: 3px;
	text-transform: lowercase;
}
.toolbar-is_walk_toolbar .tool-item:last-child:hover {background: rgba(0, 0, 0, 0.28);border-radius: 0;}
.toolbar-is_walk_toolbar .tool-item img {vertical-align: middle}

.walk_notice_select{
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #e74c3c;
    color: #fff;
    padding: 0;
    font-size: 13px;
	display:none
}
.walk_notice_select span{
	display: inline-block;
    background: #FFC107;
    margin: 0px;
    padding: 8px;
}
.walk_notice_select input{vertical-align: middle;}
#walkeds_info_window {
    max-width: 290px;
    line-height: 0;
    padding: 10px;
    overflow: hidden
}
#walkeds_info_window a {
    margin: 2px;
    display: block;
    float: left
}

.gm-style .gm-style-cc span, .gm-style .gm-style-cc a, .gm-style .gm-style-mtc div{
    font-size: 14px !important;
    height: 34px !important;
    padding: 0 12px !important;
}

@media screen and (max-width: 768px) {
	.walk_item{height:350px}
}

@media screen and (max-width: 640px) {
	.walk_item{width:100%;height:380px;margin-right:0}
}

@media screen and (max-width: 480px) {
	.walk_item{height:350px}
}

@media screen and (max-width: 420px) {
	.walk_item .walk_item_info .walk_item_title a{font-size: 18px;}
	.walk_item .walk_item_info .walk_item_content{font-size: 12px;}
	.walk_item .walk_item_info .walk_item_event{font-size: 13px;}
	.walk_item .walk_item_info .walk_item_city{top: -34px;padding: 6px 10px;font-size: 12px;}
}

@media screen and (max-width: 320px) {
	.walk_item{min-width: 250px;height: 320px;}
	.walk_item .walk_item_photo{height: 280px;}
	.walk_item .walk_item_info{padding:12px 10px 0;}
	.walk_item .walk_item_info .walk_item_meta {margin: 8px -10px 0}
	.walk_item .walk_item_info .walk_item_title a{font-size: 16px;line-height: 18px;}
}
