a{
    color: #343a40;
}
a:hover{
    color: #343a40;
    text-decoration: none;
}
.transition{
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.transition_in *{
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
#header_nav{
    padding: 0px;
    box-shadow: 2px -1px 5px #000;
    background-color: #fff;
}
#top_nav .dropdown-menu {
    border: none;
    padding: 0;
    margin: 0;
}
a.navbar-brand {
    height: auto;
}
.lang_icon{
    width: 30px;
    height: 15px;
    display: inline-block;
    background: no-repeat center;
}
.lang_icon.hy{
    background-image: url("/images/icons/hy.svg");
}
.lang_icon.ru{
    background-image: url("/images/icons/ru.svg");
}
#lang_list .dropdown-item{
    padding: 0px 10px;
}
#lang_list .dropdown-menu{
    min-width: auto;
}
#ls .navbar-nav  a {
    color: #343a40;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    padding-top: 0px;
    width: 100%;
}
li#fb_li {
    font-size: 40px;
    line-height: 40px;
}

.navbar-default .navbar-brand {
    color: rgb(255, 111, 49);
}
.navbar-brand > img {
    display: inline-block;
    vertical-align: top;
}
.large_modal .modal-dialog {
    max-width: 90%;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
/*.carousel_modal .carousel{
    height: 90vh;
    overflow: hidden;
    padding: 0;
    display: flex;
    align-items: center;
}*/
.page_title{
    color: #62615a;
    padding: 10px 0px;
    margin-top: 0px;
    position: relative;
    margin-bottom: 20px;
}
h1.page_title,
.page_title h1{
    font-size: 22px;
    margin-top: 0px;
    margin-bottom: 0px;
}
h1.page_title.blog_title {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #000000b3;
    padding: 15px 25px;
    color: #fff;
    max-width: 70%;
}
.page_title.beaches_title{
    position: sticky;
    top: 60px;
    background: #ffffff;
    z-index: 2;
}
.page_content {
    font-size: 16px;
    margin: 20px 0px;
}
.page_content a{
    color:#ea8947 ;
}
.object_row {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #dfdfdf;
    box-shadow: #dfdfde 2px 3px 6px;
    padding: 20px;
    margin-bottom: 25px;
}
.object_row_number_of_persons{
    width: 150px;
    flex-shrink: 0;
    text-align: center;
}
.object_row_price{
    width: 150px;
    flex-shrink: 0;
    text-align: right;
    font-size: 22px;
}
.object_row_title{
    flex: 1;
}
.object_row_group_title {
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.page_content table {
    width: 100%;
}
.page_content table tr:first-child td{
    font-weight: bold;
}
.page_content table td{
    padding: 10px 25px;
    border: 1px solid #ddd;
}
.show_phone{
    cursor: pointer;
}
.show_phone:before{
    border: 2px solid;
    width: 50px;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
}
span#hidden_phone_number {
    width: 0px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    margin-top: -20px;
}
#hidden_phone_number.open{
    width: 275px;
}
.grey_bg_content {
    background-color: rgb(98, 97, 90);
    color: #fff;
    padding: 15px;
    font-size: 16px;
}
/*ratings*/
.rating-container {
    display: inline-block;
    vertical-align: top;
    font-size: 22px;
}
.rating-container .empty-stars,.rating-container .filled-stars {
    color: #ffffff;
    text-shadow: none;
}
.rating-container .rating{
    vertical-align: top;
}
.user_rate_part, .avg_rate_part{
    display: inline-block;
    vertical-align: top;
}
#rate_form_submit{
    display: none;
    cursor: pointer;
}

div#beaches_grid {
    padding: 0px 10px;
}
#beaches_grid_new{
    padding: 0px 15px;
    display:flex;
    flex-wrap:wrap;
}
#beaches_grid .beach_item{
    margin-top: 15px;
}
#beaches_search_form{
    padding: 0px 15px;
    max-width: 450px;
    margin: auto;
}
div#object_carousel .carousel-item img {max-height: 90vh;max-width: 100%;
    object-fit: cover;}

/*#beaches_grid_new .beach_item_new {
    margin-bottom: 15px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 12px;
    box-shadow: 0px 0px 10px #0000008c;
    -moz-box-shadow: 0px 0px 10px #0000008c;
    -webkit-box-shadow: 0px 0px 10px #0000008c;
}*/
#beaches_grid_new .beach_item_new {
    /* margin-bottom: 15px; */
    /*background-color: #fff;/*
    /* border-radius: 10px; */
    overflow: hidden;
    padding: 12px;
    /* box-shadow: 0px 0px 10px #0000008c; */
    /*-moz-box-shadow: 0px 0px 10px #0000008c;*/
    /* -webkit-box-shadow: 0px 0px 10px #0000008c; */
    /*border-bottom: 1px solid #cac8c8;*/
    /*border-top: 1px solid #e2dcdc;*/
    /*border-left:4px solid #fff;*/
    position: relative;
    width:25%;
}
#beaches_grid_new .beach_item_new:hover {
    /*border-left: 4px solid #62615a;
    background: #f7f9fb;*/
}
.beach_item_inner_new {
    width: 100%;
    height: 100%;
    position: relative;
}
.beach_item_new img.img-responsive {
    margin: 0px auto 10px;
}
.beach_info_img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    overflow: hidden;
    float: left;
    margin-right: 5px;
}
.beach_info {
    margin-bottom: 5px;
    width: 250px;
    border-bottom: #ddd solid 1px;
    padding-bottom: 5px;
    margin-left: 15px;
}
.beach_info_img img{
    width: 50px;
    height: 50px;
    object-fit: cover;
}
#beaches_grid .beach_item:nth-of-type(4n+1){
    clear: both;
}
.beach_item_inner {
    background-color: rgb(98, 97, 90);
    padding: 8px;
}

.beach_item_new .zoom_img {
    width: 100%;
    height: 210px;
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 12px;
}
.zoom_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: brightness(0.8);
}
.zoom_img img:hover{
    filter: brightness(1);
}
.beach_item_desc {
    display: none;
}
.fb_login_button {
    margin-top: 10px;
    width: 100%;
    background: #3577e8;
    display: block;
    height: 38px;
    line-height: 38px;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}
.fb_login_button i {
    font-size: 32px;
    vertical-align: middle;
    margin-right: 20px;
}
li#login_menu a {
    padding: 0px 15px;
    display: inline-block;
    color: #fff;
    line-height: 60px;
}

.sidebar_section_title {
    padding: 2px 10px;
    background-color: #0069b5;
    color: #fff;
    font-size: 18px;
}
.slick-arrow {
    position: absolute;
    top: 50%;
    font-size: 0px;
    height: 40px;
    width: 30px;
    border: none;
    background-color: transparent;
    margin-top: -20px;
    outline: none;
    background-color: rgba(187, 213, 232, 0.52);
    z-index: 1;
}
.slick-arrow.slick-prev {
    left: 5px;
}

.slick-arrow.slick-next {
    right: 5px;
}
.slick-arrow:after{
    font-family: 'Glyphicons Halflings';
}
.slick-arrow.slick-prev:after{
    content: "\e079";
}
.slick-arrow.slick-next:after{
    content: "\e080";
    font-size: 25px;
    color: #edeff1;
}
.youtube_wrap {
    border-top: 1px solid #62615a;
    margin-top: 20px;
    padding-top: 25px;
}
.youtube_wrap iframe{
    width: 100%;
    height: 450px;
}
#public_beaches{
    list-style: none;
    /*background: #62615ab0;*/
    color: #fff;
    padding: 0;
}

#public_beaches li {
    border: 1px solid;
    padding: 5px;
    margin-bottom: 10px;
    text-align: center;
    cursor: pointer;
    color: #62615a;
    background: #fff;
    display: inline-block;
    margin-right: 10px;
}
#public_beaches_wrap{
    background: #00000045;
    color: #fff;
}
#public_beaches_wrap h1{
    font-size: 20px;
    padding-left: 25px;
    color: #fff;
}
.blog_item_title{
    color: #e27023;
    font-size: 18px;
    margin: 10px 0px;
}
.beach_item_price {
    color: #9b9b9b;
    font-size: 14px;
    font-weight: 500;
}
.admin_actions {
    position: absolute;
    padding: 10px;
    background: #000000bf;
    color: #fff;
    z-index: 1;
    top: 0;
}
.blog_img {
    position: relative;
}
div#blog_list > .col-md-3:nth-of-type(4n+1) {
    clear: both;
}
.modal_phone_body {
    padding: 20px;
    text-align: center;
}
.modal_phone_body .phone {
    font-size: 24px;
    margin-bottom: 10px;
}
.last_call_button {
    border: 1px solid;
    padding: 9px;
    border-radius: 50%;
    color: #2e8700;
}
div#mapModal .modal-dialog {
    height: 80%;
}
.title_icon {
    cursor: pointer;
    border: 2px solid;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 36px !important;
}
.beache_service_icons .service_item {
    display: inline-block;
}

.sidebar_beaches_title {
    font-size: 18px;
    padding: 10px;
}
ol.carousel-indicators {
    bottom: 0px;
    margin-bottom: 0px;
}
div#sidebar_beaches {
    margin-bottom: 15px;
}
#sidebar_beaches .beach_item_inner {
    padding-bottom: 28px;
}
.carousel-indicators li.active, .carousel-indicators li {
    width: 20px;
    border-radius: 0px;
    height: 5px;
    vertical-align: middle;
    margin: 2px;
}
.carousel-indicators li.active{
    background-color: #fff;
}

.beach_item img{
    width: 100%;
}
.centered_content {
    max-width: 974px;
    margin: auto;
    padding: 0px 15px;
}
#dynamicModal #add_event_modal {
    margin-left: -10px;
    margin-top: 25px;
}
@media (max-width: 992px) {
    .other_beaches_wrap{
        clear: both;
        width: 100%;
    }
    #beaches_grid_new .beach_item_new{
        width:33.333%;
    }
}
