@font-face {
    font-family: '29LTBukra-Regular';
    src: url('../fonts/29LTBukra-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/29LTBukra-Regular.woff') format('woff'),
        url('../fonts/29LTBukra-Regular.ttf')  format('truetype'),
        url('../fonts/29LTBukra-Regular.svg#29LTBukra-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "JF Flat Regular";
    src: url('../fonts/JF-Flat-regular.eot');
    src: url('../fonts/JF-Flat-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/JF-Flat-regular.svg#JF Flat Regular') format('svg'),
        url('../fonts/JF-Flat-regular.woff') format('woff'),
        url('../fonts/JF-Flat-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body{
    font-family: '29LTBukra-Regular',Sans-Serif;
}

a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/* Custom scrollbars for webkit browsers */
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-right: 1px solid #cecece;
}

::-webkit-scrollbar-thumb {
    background-color: #cecece;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #aaaaaa;
}

::-webkit-scrollbar-track {
    border-radius: 0;
    box-shadow: none;
    border: 0;
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    box-shadow: none;
    border: 0;
}

.navbar-default{
    background: #223148;
    margin: 0;
    border: none;
    border-radius: 0;
    padding: 28px 0;
    min-height: 0;
}
.navbar-brand{
    height: auto;
    padding: 0px 15px;
}
.navbar-collapse.in {
    overflow-y: initial;
}
.navbar-toggle{
    margin-top: 15px;
}
.navbar-default .navbar-nav>li>a{
    color: #cad8ee;
    font-size: 14px;
    position: relative;
    padding: 5px 15px;
}
.navbar-default .navbar-nav>li>a:focus, 
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:focus, 
.navbar-default .navbar-nav>.open>a:hover{
    color: #cad8ee;
    background: transparent;
}
.navbar-default .navbar-nav>li>a::after {
    position: absolute;
    top: 100%;
    left: 15px;
    right: 15px;
    height: 3px;
    background: #95b1db;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
}
.navbar-default .navbar-nav>li>a:hover::after, 
.navbar-default .navbar-nav>li>a:focus::after,
.navbar-default .navbar-nav>.active>a::after {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}
.wishlist-menu{
    right: auto;
    left: 0;
    padding: 0;
    background: #fff;
    border: none;
    text-transform: none;
    border-radius: 0;
}
.wishlist-menu>li>a{
    border-bottom: solid 1px #efefef;
    color: #767f88;
    padding: 10px 15px;
}

.site-categories{
    background: #131923;
    padding: 25px 0;
    position: relative;
    overflow: hidden;
}
.site-categories:before,
.site-categories:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 10%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    z-index: 999;
}
.site-categories:before{
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}
.site-categories:after{
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

.categories-carousel .item{
    padding-right: 3px;
    padding-left: 3px;
}
a.category-lnk{
    display: block;
    text-align: center;
    height: 137px;
    padding-top: 30px;
    color: #fff;
    text-decoration: none;
    transition: all 0.2s linear;
    /*text-shadow: 0 1px 2px rgba(0,0,0,.4);*/
}
a.category-lnk:hover{
    box-shadow: inset 0 0 0 2px rgba(255,255,255,0.8);
}
a.category-lnk .fa{
    font-size: 45px;
    margin-bottom: 8px;
    -webkit-transition-property: color,opacity,-webkit-transform;
    -moz-transition-property: color,opacity,-moz-transform;
    transition-property: color,opacity,transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
}
a.category-lnk:hover .fa{
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
a.category-lnk span{
    font-size: 18px;
}
.intro-categories a.category-lnk{
    display: inline-block;
    width: 137px;
    margin-bottom: 4px;
}
.intro-categories a.view-more{
    font-size: 20px !important;
    border-radius: 0;
    border: 0;
    padding: 10px 60px 14px 110px;
    overflow: hidden;    
    height: auto;
    line-height: normal;

    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.intro-categories a.view-more:before {
    position: absolute;
    width: 60px;
    height: 50px;
    line-height: 50px;
    left: 0;
    z-index: 2;
    top: 0;
    font-size: 20px;

    content: "\f177";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}
.intro-categories a.view-more:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;

    width: 30%;
    height: 200%;
    background: rgba(255,255,255,0.15);
    z-index: 1;
    left: 0;
    top: 0;
    margin: -35px 0 0 6px;
    -webkit-transform-origin: 0 0;
    -webkit-transform: rotate(20deg);
    -moz-transform-origin: 0 0;
    -moz-transform: rotate(20deg);
    -ms-transform-origin: 0 0;
    -ms-transform: rotate(20deg);
    transform-origin: 0 0;
    transform: rotate(20deg);
}
.intro-categories a.view-more:hover:after {
    width: 40%;
}

.search-form{
    margin-top: 25px;
}
.search-form .form-control{
    width: 100%;
    background: #fff;
    border: none;
    height: 50px;
    text-align: center;
    border-radius: 5px;
    outline: none;
    color: #3f4754;
    font-size: 15px;
    margin-bottom: 20px;
}
.search-form form button{
    height: 50px;
    padding: 0 40px;
    background: #e80257;
    border: none;
    color: #fff;
    font-size: 15px;
    border-radius: 5px;
}
.category-title{
    background-color: #f9f9f9;
    color: #676a6c;
    border-right: 5px solid #e80257;
    padding: 8px 15px 12px;
    margin: 0 0 10px;
    font-size: 25px;
}
.entry{
    padding: 30px 0;
    border-bottom: 1px solid #c8cacc;
}
.entry:last-child{
    border: none;
}
.entry-img a{
    display: block;
    overflow: hidden;
    border: 1px solid #d9d9d9;
}
.entry-img a img{
    -webkit-transition: -webkit-transform 1.4s;
    -moz-transition: -moz-transform 1.4s;
    -o-transition: -o-transform 1.4s;
    transition: transform 1.4s;
}
.entry-img a img:hover{
    -webkit-transform: scale(1.1) rotate(0.09deg);
    -moz-transform: scale(1.1) rotate(0.09deg);
    -ms-transform: scale(1.1) rotate(0.09deg);
    -o-transform: scale(1.1) rotate(0.09deg);
    transform: scale(1.1) rotate(0.09deg);
}
.entry-summary{
    font-family: 'JF Flat Regular',Sans-Serif;
}
.entry-summary p{
    font-size: 15px;
    line-height: 23px;
    color: #555;
}
.entry-summary address h3{
    color: #e80257;
    font-size: 18px;
    margin: 10px 0;
}
.entry-contacts{
    text-align: center;
}
.entry-contacts .show-details{
    display: block;
    font-family: 'JF Flat Regular',Sans-Serif;
    font-size: 18px;
    color: #223148;
    text-decoration: none;
    text-align: center;
    padding: 10px;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
}
.entry-contacts .show-details:hover{
    color: #e80257;
    border-color: #e80257;
}
.entry-contacts ul{
    list-style: none;
    margin: 15px 0 0;
    padding: 0;
}
.entry-contacts ul li{
    display: inline-block;
}
.entry-contacts ul li a{
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 48px;
    color: #fff;
    border-radius: 5px;
    font-size: 30px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}
.entry-contacts ul li.whatsapp a{
    background: #00ca74;
}
.entry-contacts ul li.phone a{
    background: #018f99;
}
.entry-contacts ul li.email a{
    background: #00a8ec;
}
.entry-contacts ul li a:hover{
    opacity: 0.85;
}
.entry-contacts ul li a:active{
    box-shadow: inset 0 0 10px rgba(0,0,0,0.3), inset 0 0 10px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 0 10px rgba(0,0,0,0.3), inset 0 0 10px rgba(0,0,0,0.3);
    -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.3), inset 0 0 10px rgba(0,0,0,0.3);
}
.entry-info{

}
.entry-info span{
    display: inline-block;
    vertical-align: middle;
    color: #1b2842;
    font-size: 18px;
    margin-left: 15px;
}
.entry-info span .fa{
    margin-left: 5px;
}
.entry-info span a{
    color: #1b2842;
    text-decoration: none;
}

.popover, .popover-title{
    font-family: '29LTBukra-Regular',Sans-Serif;
    text-align: center;
}
.view-more{
    background: #e80257;
    color: #fff;
    font-size: 20px;
    border-radius: 50px;
    margin-top: 30px;
    padding: 0 15px;
    height: 65px;
    line-height: 65px;
}
.view-more:hover,
.view-more:focus{
    color: #fff;
    background: #cf004d;
}

footer{
    padding: 15px 0;
    background: #131923;
    font-size: 13px;
    color: #fff;
}
footer a,
footer a:hover{
    color: #fff;
    text-decoration: none;
}

/*Pages*/
.map-wrapper{
    padding: 40px 0 80px;
    background: url(../images/map-bg.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.map-header{
    background: #132c48;
    padding: 50px 80px;
    color: #fff;
    text-align: center;
}
.map-header h1{
    margin: 0;
    font-size: 25px;
    background: url(../images/map-marker.png) no-repeat right center;
    padding: 10px 0;
}
.map-header h1 span{
    display: block;
    font-size: 18px;
    margin-top: 12px;
}
.map-body{
    background: #fff;
}
#map{
    width: 100%;
    height: 660px;
}
.overlay{
    display:block;
    position: relative;
    text-align:center;
    color:#fff;
    font-family: '29LTBukra-Regular',Sans-Serif;
    font-size:20px;
    padding:5px 15px 8px;
    border-radius: 3px;
    margin-top: -75px;
}

.overlay-arrow{
    left:50%;
    margin-left:-10px;
    width:0;
    height:0;
    position:absolute;
    bottom:-10px;
    border-left:10px solid transparent;
    border-right:10px solid transparent;

}
.location{
    background: rgba(246,79,41,0.8);
}
.location .overlay-arrow{
    border-top:10px solid rgba(246,79,41,0.8);
}
.destination{
    background: rgba(221,4,82,0.8);
}
.destination .overlay-arrow{
    border-top:10px solid rgba(221,4,82,0.8);
}

.map-body .entry-info{
    text-align: center;
    padding: 20px;
}
.map-body .entry-info span:last-child{
    margin-left: 0;
}
.map-footer a.btn-block{
    background: rgba(232,2,87,0.8);
    padding: 38px 20px;
    font-size: 30px;
    color: #fff;
    text-decoration: none;
}
.map-footer a.btn-block .fa{
    margin-right: 15px;
}
.map-footer a.btn-block:hover,
.map-footer a.btn-block:focus{
    background: rgba(232,2,87,1);
}

.entry-figure{
    position: relative;
}
.entry-figure figcaption{
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 30px;
    color: #fff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJo\85iIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
}
.entry-figure figcaption h3{
    margin: 0 0 10px;
    font-size: 25px;
}
.entry-figure figcaption a.btn{
    color: #fff;
    background: #3dc2b1;
    text-decoration: none;
    float: left;
    border-radius: 0;
    padding: 15px 10px;
    font-size: 20px;
}
.entry-figure figcaption a.btn:hover,
.entry-figure figcaption a.btn:focus{
    background: #32a092;
}

.form-wrap{
    background: #F7F7F7;
    padding: 20px;
}
.form-ttl{
    color: #e80257;
    font-size: 25px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 25px;
    padding-bottom: 10px;
}
.form-wrap .form-control {
    font-size: 14px;
    font-weight: normal;
    color: #333;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-wrap textarea.form-control{
    height: 120px;
    max-width: 100%;
}
.form-wrap .form-actions {
    border-top: 1px solid #e5e5e5;
    padding: 20px 0 0;
    margin-top: 25px;
}
.form-wrap .form-actions .btn,
.comment-respond .btn{
    border-radius: 0;
    background: #e80257;
    color: #fff;
}

.post-body{
    background-color: #FFF;
    padding: 30px;
    box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.10);
}
.post-header{
    margin-bottom: 30px;
}
.post-ttl{
    font-size: 25px;
    line-height: 28px;
    margin: 0 0 10px;
    color: #333;
}
.post-info{
    color: #777;
    font-size: 13px;
}
.post-info span{
    display: inline-block;
    margin: 0 8px;
}
.post-img img{
    max-width: 100%;
    max-height: 400px;
    border: 1px solid #ddd;
    padding: 5px;
}
.post-text{
    color: #555;
    font-size: 14px;
    line-height: 26px;
    margin-top: 30px;
}

.no-padding{
    padding: 0;
}
.place-image img{
    height: 430px;
}
.place-info{
    padding: 30px;
    background-color: #fff;
    min-height: 430px;
    box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.10);
}
.place-info-header h1{
    font-size: 25px;
    margin: 0 0 10px;
    line-height: 35px;
}
.place-info-list{
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
}
.place-info-list li{
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}
.place-info-list li:first-child{
    padding-top: 0;
}
.place-info-list li:last-child{
    border: none;
    padding-bottom: 0;
}
.place-info-list li .fa{
    color: #fff;
    font-size: 20px;
    width: 40px;
    height: 40px;
    background: #e80257;
    border-radius: 2px;
    float: right;
    line-height: 40px;
}
.place-info-list li h3{
    padding-right: 55px;
    font-size: 15px;
    margin: 0;
}
.place-info-list li h3 span{
    color: #e80257;
    font-weight: bold;
}
.place-info-list li h3 p{
    color: #555;
    margin: 8px 0 0;
}

.extra-info{
    background: #fff;
    padding: 30px;
    margin-top: 20px;
    box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.10);
}
.extra-info-ttl{
    color: #e80257;
    font-size: 22px;
    margin: 0 0 15px;
}
.extra-info-ttl:after {
    content: '';
    display: block;
    background-color: #e80257;
    width: 25px;
    height: 3px;
    margin: 5px 0 0;
}
.extra-info p{
    font-family: 'JF Flat Regular',Sans-Serif;
    color: #555;
    font-size: 15px;
    line-height: 26px;
}

.commentlist {
    overflow: hidden;
    padding: 0 0 25px;
    margin: 0 0 25px;
    border-bottom: 1px solid #eee;
}
.comment .comment-wrapper {
    display: table;
    padding: 0 20px;
}
.comment .comment-meta {
    margin-bottom: 7px;
}
.comment .comment-author, .comment .comment-metadata {
    display: inline;
}
.comment .fn{
    display: inline;
    font-size: 15px;
    font-weight: normal;
    color: #e80257;
}
.comment time {
    font-size: 13px;
    margin-right: 4px;
    color: #666;
}

.comment-respond label{
    color: #555;
    margin-bottom: 10px;
}
.comment-respond .form-control{
    height: 42px;
    border-color: #c5cfd1;
    border-radius: 0;
    box-shadow: none;
}
.comment-respond textarea.form-control{
    height: 150px;
    max-width: 100%;
}

.social-btns{
    list-style: none;
    padding: 0;
    margin: 0 10px;
    display: inline-block;
}
.social-btns li{
    display: inline-block;
}
.social-btns li a{
    display: inline-block;
    vertical-align: middle;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    color: #fff;
    border-radius: 34px;
}
.social-btns li.facebook a{
    background: #3b5998;
}
.social-btns li.twitter a{
    background: #1da1f2;
}
.social-btns li.instagram a{
    background: #c13584;
}
.social-btns li.gplus a{
    background: #dd4b39;
}
.social-btns li.linkedin a{
    background: #0077b5;
}
.social-btns li a:hover{
    opacity: 0.9;
}


.cover-wrapper {
    display: table;
    width: 100%;
    height: 100%;
    min-height: 100%;
    /*-webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.5);
    box-shadow: inset 0 0 100px rgba(0,0,0,.5);*/
    background: #223148 url(../images/skyline.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.cover-wrapper:after{
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(34,49,72,0.4);
}
.cover-wrapper-inner {
    display: table-cell;
    vertical-align: top;
}
.cover-contents{
    position: relative;
    z-index: 99;
    padding-top: 80px;
}
.cover-wrapper-inner .cover-contents a.view-more{
    padding: 10px 60px 14px;
    font-size: 20px !important;
    border-radius: 0;
    margin: 80px 0 0;
    height: auto;
    line-height: normal;
}


/*Media Queries*/
@media (min-width: 1200px){
    .container {
        width: 1050px;
    }
}

@media (min-width: 768px){
    .navbar-nav {
        margin-top: 17px;
    }
    .comment .author-photo {
        overflow: hidden;
        float: right;
    }
}

@media (max-width: 768px){
    .navbar-default{
        padding: 5px 0;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{
        color: #cad8ee;
    }
    .wishlist-menu>li>a {
        border-bottom: solid 1px rgba(255,255,255,0.1);
    }
    .navbar-default .navbar-nav>li>a::after{
        height: 1px;
    }
    .navbar-default .navbar-nav>li>a{
        padding: 10px 15px;
    }
    .entry-info {
        text-align: center;
        margin-top: 15px;
    }
    .entry-img{
        margin-bottom: 15px;
    }
    footer,
    footer .text-left{
        text-align: center;
        line-height: 25px;
    }
    .comment .comment-wrapper{
        padding: 0;
        margin: 10px 0 15px;
    }
}

@media (max-width: 480px){
    .search-form form input[type="search"] {
        height: 50px;
        text-align: right;
        padding-right: 30px;
        font-size: 15px;
    }
    .search-form form button {
        left: 20px;
        top: 5px;
        height: 40px;
        line-height: 40px;
        font-size: 15px;
    }
    .entry-img a img{
        width: 100%;
    }
    .view-more {
        font-size: 15px;
        height: 50px;
        line-height: 50px;
    }
    .map-header{
        padding: 30px;
    }
    .map-header h1{
        background: none;
    }
    .map-footer a.btn-block {
        padding: 20px;
        font-size: 15px;
    }
    .place-image img{
        height: auto;
    }
    #map{
        height: 400px;
    }
}

.share-btns span{
    width: 25px !important;
    height: 25px !important;
    padding: 2px;
}
#element_to_pop_up{
    direction: rtl;
    background-color: #fff;
    margin: 0 auto;
    display: table;
    padding: 25px;
    border-radius: 5px;
    box-shadow: 0px 0px 30px #CCC;
    left:40% !important;
}
