body {
  color: #003580;
}
.navbar .container  {
    max-width: 1170px;
    }

  h2,h3,h4,h5,h6{
    font-weight:800;
  }

h1 {
    font-weight: 800;
}

.content-wrap > h6 {
    font-size: 13px;
    font-weight: 400;
}

  .navbar-inverse .navbar-inner{
    -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
            border-radius: 0px;
            background:#282828;
            border:none;
    }

    .page-header{
        border:none;
        padding: 10px 0px 0px;
        margin: 0px 0 0px;
    }
    .page-header.home {
        background: #dddddd;
        text-align: center;
        padding: 0px;
    }

    .nav-bar .brand.logo {
        padding: 0 20px;
    }

    .logo img{
        z-index: 100;
        position: relative;
        padding-top: 3px;
    }

    .thumbnail{
        padding:0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        margin-bottom: 20px;
    }

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}


.nav-tabs > li > a {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    min-width:100%;
}
      /*************** FIX Bootstrap margin-left:30px on row-fluid scafolding **************/
.container-folio.row-fluid .span6:nth-child(2n+1), #container-folio.row-fluid .span6:nth-child(2n+1){
    margin-left:0px;
}

.container-folio.row-fluid .span4:nth-child(3n+1), #container-folio.row-fluid .span4:nth-child(3n+1){
    margin-left:0px;
}

.container-folio.row-fluid .span3:nth-child(4n+1), #container-folio.row-fluid .span3:nth-child(4n+1){
    margin-left:0px;
}

.row-fluid.articles-grid .span6:nth-child(2n+1){
    margin-left:0px;
} /* fixed bs margin when row-fluid grid*/

/* FIX BOOTSTRAP pull-right margin-lefo 0px fo :first-child */
.row-fluid [class*="span"].pull-right:first-child {
    margin-left: 30px;
}
.row-fluid [class*="span"].left-side:last-child {
    margin-left: 0px;
}


.fixed-top{
    position:fixed;
    top:0px;
    bottom:0px;
    display:inline-block;
    max-width:370px;
    background:e0e0e0;
    barder:1px solid #dfdfdf;
    z-index:1030;
}

.tab-content .tab-pane{
    position:relative;
    overflow:auto;
}

.related-projects{
    padding-top:40px;
    margin-top:40px;
}

.search-background {
    border-radius: 4px;
    border: 1px solid #cccccc;
    background: #f3f3f3;
}

    .search-background input {
        font-size:20px;
        margin: 4px 5px 4px 4px;
        height:50px;
    }

    .search-background button {
        margin: 4px;
    }

    .search-background input:first-child {
        width: 310px;
    }

    .search-background input {
        width: 115px;
        border-radius: 0;
        margin: 4px;
        line-height: 50px\0/;
    }

    .search-background .search-selector {
        padding: 15px 0 \0/;
    }


    .home-header {
        color: #fff;
        text-shadow: -1px -1px 4px #3B3B3B,   1px -1px 4px #3B3B3B,   -1px 1px 4px #3B3B3B,   1px 1px 4px #3B3B3B;
    }

    .home-header h3 {
        font-weight: bold;
    }

    .thumbtitle h3 {
        background: rgba(256, 256, 256, 0.8);
        background: white\0/;
        line-height: 30px\0/;
        font-weight: bold;
        color: #0c0c0c;
        font-size: 20px;
        font-size: 19px\0/;
        padding: 0 10px;
    }

        .thumbnail .caption {
            padding: 0;
        }

.autocomplete {
    position: absolute;
    top: 230px;
    left: 210px;
    display: none;
    width: 337px;
    height: 200px;
    background: white;
    overflow-y: auto;
    border: 1px solid black;
    z-index: 100;
}

    .autocomplete ul {
        padding: 0;
        margin: 0;
        overflow-x: hidden;
    }

        .autocomplete ul li {
            font-size: 20px;
            text-align: left;
        }

        .autocomplete ul .category:first-child {
            margin-bottom: 10px;
        }

        .autocomplete ul .category {
            font-weight: bold;
            margin: 10px 0 10px 10px;
        }

        .autocomplete ul .item {
            margin: 0 2px;
            padding: 5px 8px;
            border-radius: 4px;
            cursor: pointer;
        }

        .autocomplete ul .item:hover {
            background: #aacccc;
            border: #606060;
        }

.search-selector {
    width: 120px;
    height: 60px;
    font-size: 20px !important;
    color: rgb(85, 85, 85);
    border-radius: 0 !important;
}

.top-search-area-popup {
    border: 1px solid rgb(204, 204, 204);
    position: absolute;
    top: 34px;
    font-size: 14px;
    color: rgb(85, 85, 85);
    z-index: 100;
    background: white;
    width: 360px;

}

    .top-search-area-popup ul {
        list-style: none;
        margin: 0;
        max-height: 400px;
        overflow-y: auto;
        overflow-x: hidden;
    }

        .top-search-area-popup ul li {
            padding: 5px 10px;
        }

        .top-search-area-popup ul .category {
            font-weight: bold;
        }

        .top-search-area-popup ul .item:hover {
            background: #aacccc;
            cursor: pointer;
        }

.hidden-row {
    padding: 0;
}

.text-success.message-sent {
    display: block;
    border: 1px solid #468847;
    padding: 10px;
    font-size: 20px;
    margin: 10px auto;
    border-radius: 4px;
}

.text-warning.message-sent {
    display: block;
    border: 1px solid #c09853;
    padding: 10px;
    font-size: 20px;
    margin: 10px auto;
    border-radius: 4px;
}


.span4.search-query.search-box {
    border-radius: 2px 0px 0px 2px;
    width: 250px;
}

.null-dropdown,
.first-dropdown,
.second-dropdown {
    width: 100%;
    height: 230px;
}

.child-age-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.child-age-list li {
    width: 25%;
    float: left;
    }

    .child-age-list li select {
        width: 80%;
    }

.third-dropdown {
    width: 100%;
    height: 270px;
}

.row-fluid > .span3 > .thumbnail > .thumbtitle,
.row-fluid > .span4 > .thumbnail > .thumbtitle{
    height: 0;
    padding: 0;
    top: 10px;
    left: 10px;
}

.btn.request-quote {
    font-size: 17px;
}

.hotel-header,
.currency-view {
    font-weight: 400;
}

.price-block {
    text-align: right;
}

.price-block p {
    margin: 0;
    color: grey;
}

.price-block .def-available {
    font-weight:bold;
    color: #009030;
}

.price-block h2 {
    line-height: 28px;
}

.price-block h2 span {
    font-size: 20px;
    position: relative;
    top: -9px;
}

    .price-block .currency-view {
        margin: 0;
    }

    .price-block .enquire-button {
        margin-top: 6px;
    }

.home-header h1 {
    font-size: 45px;
}

.home-header h3 {
    font-size: 18px;
}

.room-name {
    float: left;
    margin: 0;
}

.desc-numbers {
    float: left;
    }

.location-link {
    font-weight: bold;
    font-size: 22px;
}

.go-btn {
    border-radius: 0px 4px 4px 0px;
    margin-left: !important;
    border-left: 1px solid rgba(0,0,0,0.1) !important;
    height: 30px;
}

.fa.fa-times {
    float: right;
    margin: 0 10px 0 0;
    cursor: pointer;
}

.thumbnail.fresco {
    background: black;
}
    .thumbnail.fresco img {
        height: 500px;
        width: auto;
    }

.image-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    border-radius: 2px;
    bottom: 0;
    color: #FFFFFF;
    font-weight: bold;
    padding: 25px 13px 13px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
}

.image-caption.large {
    font-size: 15px;
    text-align: center;
}

.row-fluid.list-property .span4 .thumbnail {
    background: rgba(0, 0, 0, 0.8);
}

    .list-property.row-fluid .span4 .thumbnail a img {
        display: block;
        margin: 0 auto;
    }

.mobile-search {
    display: none;
}

.button-block {
    float: right;
    margin-right: 20px;
    width: 400px;
}

.mob-separator {
    display: none;
    float: none;
    clear: both;
}

.search-block {
    float: right;
    margin-right: 200px;
}

.notfound p,
.notfound h2 {
    text-align: center;
}

.notfound h2 {
    font-weight: 400;
}

.dropdown-toggle.avatarIn {
    padding: 5px 15px !important;
}

    .dropdown-toggle.avatarIn span {
        vertical-align: middle;
    }

    .dropdown-toggle.avatarIn b {
        vertical-align: middle;
        margin-top: 0px !important;
    }

#thawte, #satsa {
    width: 95px;
    }

#thawte {
    margin-bottom: 25px;
    }

#map img {
    max-width: none;
}



    /*************** @media ******************/
@media (max-width: 940px){
    .brand {
        display:block;
        text-align:center;
        font-size:26px;
        }

    h1.place-name {
        font-size: 25px;
    }
}

@media only screen and (max-device-width: 1024px) {
    .pull-right .btn.btn-medium.btn-success {
        display: none;
    }

    body > .page-header.home {
        display: none;
    }

    .mobile-search {
        display: block !important;
    }

    .add-property {
        display: none;
    }

    .button-block {
        width: auto;
        margin-right: 0;
    }

    .search-block {
        float: left;
    }

    .thumbnail {
        border: none;
        box-shadow: none;
    }

    .well.mobile {
        display: none !important;
    }

    .brand.logo {
        max-width: 60%
    }

    /*.nav.topnav.pull-right {
        float: none !important;
        left: auto;
        margin: 0 !important;
        position: absolute;
        right: 8px;
        top: -1px;
    }*/

    .divider-vertical {
        display: none;
    }
}

@media only screen and (max-device-width: 800px) {
    .top-search-area-popup {
        top: 68px;
    }
}


@media (max-width: 1200px) and (min-width: 940px){
    .fixed-top{
    max-width:300px;
}


}

@media (max-width: 940px) and (min-width: 768px){
.fixed-top{
    max-width:225px;
}
.row-fluid [class*="span"].left-side:last-child {
    clear:both;
}



}

.well-small {
border-radius: 3px 3px 3px 3px;
padding: 13px;
}

#estab-images #myCarousel {
    position: relative;
}

#estab-images .carousel {
	margin-bottom: 0;
	padding: 0 40px 30px 40px;
}
/* Reposition the controls slightly */
#estab-images .carousel-control.left {
	left: 0px;
}
#estab-images .carousel-control.right {
	right: 0px;
}
/* Changes the position of the indicators */
#estab-images .carousel-indicators {
	right: 50%;
	top: auto;
	bottom: 0px;
	margin-right: -19px;
}
/* Changes the colour of the indicators */
#estab-images .carousel-indicators li {
	background: #c0c0c0;
}
#estab-images .carousel-indicators .active {
background: #333333;
}

.jcarousel {
    position: relative;
    overflow: hidden;
    margin: 0 59px;
}

.jcarousel ul {
    width: 20000em;
    position: relative;

    /* Optional, required in this case since it's a <ul> element */
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    /* Required only for block elements like <li>'s */
    float: left;
    margin: 3px;
    width: 87px;
}

.jcarousel li.active {
    border-bottom: solid 2px #c2ced8;
    padding-bottom: 3px;
}

.jcarousel li .thumbnail {
    border-radius: 2px;
    border: solid 2px #c2ced8;
}

img.avatar {
    width: 30px;
    height: 30px;
}


/**
 * dropdown
 */
@media (max-width: 767px) {
    .third-dropdown,
    .first-dropdown,
  .second-dropdown {
        height: auto;
    }
}

/**
 * .myCarousel on iPad
 */
.carousel-control {
    top: 46%;
    margin-top: -25px;
}

@media only screen and (max-device-width: 1024px){

    body > .page-header.home {
        display: block;
    }

    body > .page-header.home div.span6.hidden-phone.offset2{
        display: none;
    }

    body > .page-header.home div.span8.offset2.home-header {
        width: 100%;
        text-align: center;
    }

    /* location dropdown mobile fixing */

    .dropdown-menu {
        width: 180%;
    }

    .big-dropdown {
        width: 90%;
        padding: 5%;
    }

    .big-dropdown .cost-limiter {
        float: none;
        width: 100%;
        margin-top: 0;
    }

    .big-dropdown .guest-number {
        float: none;
        width: 100%;
    }

    .rooms-label {
        margin-top: 40px;
    }
    /* */

}

.cost-limiter {
    float: right;
    width: 35%;
    margin-top: 18px;
}

.guest-number {
    float: left;
    width: 50%;
}

/**
 * .myCarousel on iPhone display none.
 */
@media (max-width: 480px) {
    body > .page-header.home {
        display: none;
    }
}


/**
 * New footer design
 */

.footer,
footer{
	background: url(../../img/footer_bg.png) repeat;
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #d7d6d6;
}
.footer-title{
	font-size: 20px;
	font-weight: 300;
	margin:5px 0 15px 0;
	padding-bottom: 28px;
	border-bottom: 1px dashed #c7c7c7;
	text-transform: uppercase;
}
.footer-links{
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-links a{
	color: #333
}
div.footer-payment-icon {
    color: #666666;
}
.footer-payment-icon p{
	margin-bottom: 5px;
}
.footer-payment-icon p img{
	border: 1px solid #dcdcdb;
	border-radius: 3px;
}
.footer hr,
footer hr{
	border-top: 1px solid #d1d0d0;
	margin: 25px 0;
}

.footer-join-us{
	max-width: 340px;
	margin: 0 auto;
	text-align: center;
}
.footer-join-us .footer-title{
	margin:0 0 10px 0;
	padding-bottom: 5px;
	border-bottom: 1px dashed transparent;
}
.footer-social{
	margin-bottom: 20px;
}
.footer-social a {
	display: inline-block;
	margin-right: 15px;
	opacity: 0.8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
}
.footer-social a:hover{
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}
.footer-join-us address a{
	color: #333;
}
.footer-join-us i{
	color: #898989;
}

.footer-bottom{
	text-align: center;
	padding: 10px 14px;
	background: rgba(194,194,194,0.5);
}
.footer-bottom p{
	margin: 0;
}

@media (max-width: 767px) {
	.footer,
	footer{
		margin-left: -20px;
		margin-right: -20px;
	}
	.footer .container,
	footer .container{
		padding-left: 20px;
		padding-right: 20px;
	}
}

.fa.fa-instagram.fa-3x {
    vertical-align: middle;
}

.ie8 .container,
.ie7 .container{
	width: 1170px;
}

/* new footer design*/

.social-links {
    text-align: center;
    font-weight: 500;
}

.social-links div {
    vertical-align: middle !important;
}

.social-buttons .fb-like {
    bottom: 4px;
}




/**
 * new override and others
 * date 5-6- 2015
 */

h1.place-name span.verified-place {
  font-weight: bold;
  font-size: 11px;
  color: green;
}
.navbar-inner {
  background-color: #fafafa;
  background-image: none;
  border: 1px solid #dddddd;
  box-shadow: none;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
   box-shadow: none;
}
.btn {
  background-color: #f5f5f5;
  background-image: none;
  border-color: #d0d0d0;
  box-shadow: none;
  border-radius: 2px;
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #62c462;
  background-image: none;
  border-color: #51a351;
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0044cc;
  background-image: none;
  border-color: #0242c3;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #0242c3;
}
.form-search .input-append .btn {
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}
.well {
  border-radius: 2px;
}
input.datepicker[readonly], input.visible-datepicker[readonly]{
    background-color: white;
    cursor: default;
}
.datepicker-dropdown.dropdown-menu{
    width: auto;
}
body {
    -ms-overflow-style: scrollbar;
}
