/*
orange #FF7A00
blue #132239
*/

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
    display: none !important;
}

.orange {
    color: #FF7A00;
}

.blue {
    color: #132239;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

.padding-zero {
    padding: 0!important;
}

.padding-left-zero {
    padding-left: 0!important;
}

.padding-right-zero {
    padding-right: 0!important;
}

#header {
    background: #132239;
    color: #fff;
    overflow: hidden;
}

#header .col-md-6 {
    padding: 10px 0;
}

#header .col-md-6 i {
    padding-right: 10px;
    font-size: 15px;
}

#header .col-md-6 span:nth-of-type(3) {
    padding: 0;
}

#header .col-md-6:nth-of-type(2) {
    text-align: right;
}

#header .col-md-6:nth-of-type(2) i {
    padding-left: 10px;
    padding-right: 0px;
}

#header span {
    font-size: 12px;
    font-weight: bold;
    padding-right: 10px;
}

#header a,
#header a:link,
#header a:visited {
    color: #fff;
}

#header .flag-icon {
    font-size: 16px;
}

#navigation {
    height: 100px;
    background: #fff
}

#navigation .navbar {
    padding: 0;
    margin: 0;
    background: #fff;
    border: 0;
}

#navigation .navbar-nav {
    padding: 25px;
}

#navigation .navbar-header img {
    width: 180px;
    padding-top: 10px;
}

#navigation .navbar-nav li a,
#navigation .navbar-nav li a:link,
#navigation .navbar-nav li a:visited {
    color: #132239;
    font-weight: bold;
    font-size: 15px;
}

#navigation .navbar-nav li a:hover {
    text-decoration: underline;
}

#navigation .navbar-nav li:last-child a {
    padding-right: 0px;
}

#navigation .navbar-right {
    padding-right: 0;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
}

#cover {
    /*    height: 400px;*/
    padding: 100px 0;
    color: #fff;
    text-align: center;
}

#cover h1 {
    font-size: 50px;
}

#search-area {
    padding: 20px 0;
}

#search-area button {
    height: 35px;
}

#search-area input,
#search-area select {
    border-radius: 0;
    height: 35px;
    font-size: 15px;
}

#search-area input:focus,
#search-area select:focus {
    background: #f2f2f2;
}

.top-nine {
    padding: 0px 10px 20px 10px;
}

.top-nine .box {
    height: 380px;
    padding: 0px;
    cursor: pointer;
}


.top-nine .box:nth-child(2),
.top-nine .box:nth-child(5),
.top-nine .box:nth-child(8),
.top-nine .box:nth-child(2) .col-md-12,
.top-nine .box:nth-child(5) .col-md-12,
.top-nine .box:nth-child(8) .col-md-12 {
    padding-left: 0px!important;
    padding-right: 20px;
}

.top-nine .box .col-md-12 .image {
    height: 252px;
    position: relative;
    border: 1px solid #d3d3d3;
    transition: all 0.3s ease;
}

.top-nine .box-description {
    height: 90px;
    padding: 10px;
    border: 1px solid #d3d3d3;

}

.top-nine .price {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #fff;
}

.icons {
    font-size: 15px;
}

.icons i {
    padding-right: 5px;
}

.icons span {
    padding-right: 20px;
}

.caption {
    text-align: center;
    padding: 20px 0;
}

#find-agent {
    padding: 100px 0;
   
    color: #fff;
    text-align: center;
}

.top-nine .box:hover .image {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    opacity: 0.8;
}

#blog-home {
    padding: 0px 0 30px 0;
    background: #fff;
    color: #000;
}

#blog-home h1 {
    color: #fff;

}

#blog-home .container {
    padding: 0;
}

#blog-home .box {
    padding: 10px;
    cursor: pointer;
}

#blog-home .box:nth-child(2),
#blog-home .box:nth-child(2) .col-md-12 {
    padding-left: 0px;
}

#blog-home .box:nth-child(3n + 1),
#blog-home .box:nth-child(3n + 1) .col-md-12 {
    padding-right: 0px;
}

#blog-home .box .col-md-12 .image {
    height: 252px;
    position: relative;
    border: 1px solid #d3d3d3;
}

#blog-home .price h3 {
    background: rgba(3, 3, 3, 0.4);
    padding: 3px;
}

#blog-home .box .col-md-12 .price a,
#blog-home .box .col-md-12 .price a:link,
#blog-home .box .col-md-12 .price a:visited {
    color: #fff;
    padding: 5px 15px;
    background: #FF7A00;
    border-radius: 3px;
    transition: all 0.3s ease;
    text-decoration: none;
}

#blog-home .box .col-md-12 .price a:hover {
    background: #fff;
    color: #132239;
}

#blog-home .box-description {
    height: 190px;
    padding: 10px;
    background: #fff;
    color: #000;
    border: 1px solid #d3d3d3;
}

#blog-home .box-description {
    position: relative
}

#blog-home .box-description {
    padding: 0 10px;
}

#blog-home .box-description h5 {
    color: grey;
    padding: 0;
}

#blog-home .price {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #fff;
}

#footer {
    padding: 50px 0;
    background: #132239;
    color: #fff;
}

#footer .container {
    padding: 0;
}

#footer .col-md-3:nth-child(1) {
    padding-left: 0;
}

#footer h4 {
    color: #d3d3d3;
}

#footer ul {
    list-style: none;
    padding: 0;
}

#footer ul li,
#footer ul p {
    font-size: 15px;
    padding: 5px 0;
    font-weight: 200;
}

#footer ul li i {
    width: 20px;
}

#copyright .container {
    padding: 0;
}

#copyright {
    text-align: center;
    padding: 20px 0;
    background: #132239;
    color: #fff;
}

.title-caption {
    padding: 20px 0;
    margin-bottom: 10px;
    background: #f9f9f9;
    border-bottom: 1px solid #d3d3d3;
    color: #000;
}

.title-caption .container {
    padding-left: 0;
}

#properties {
    padding: 20px 0;
    overflow: hidden;
}

.property-box {
    border: 1px solid #d3d3d3;
    height: 300px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.property-box .col-md-4 {
    height: 100%;
    transition: all 0.3s ease;
}

.property-box:hover {
    opacity: 0.9;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.agent-box {
	min-height: 180px;
    height: auto;
    padding: 10px;
    overflow: auto;
    margin-bottom: 20px;
}

.agent-box .col-md-3,
.agent-box .col-md-2 {
    height: 100%;
	padding: 10px;
    min-height: 200px;
}

.single-property {
    padding: 30px 0;
}

.single-property .col-md-9 {
    padding-left: 0;
}

.single-property img {
    width: 100%;
    height: auto
}

.single-property img.property-plan-image{
	height:450px; 
	width:auto;
}

.single-property .col-md-6,
.single-property .col-md-12 {
    padding: 10px 0;
}

.single-property .col-md-3 {
    padding: 10px 0 10px 0;
}

.single-property .label {
    font-size: 16px;
    padding: 5px;
}

.single-property .features {
    padding-bottom: 50px;
}

.single-property .features span {
    display: inline-block;
    margin-right: 5px;
}
.btn-warning{
    background-color: #FF7A00;
    transition: all 0.3s ease;
}
.btn-warning:hover{
    background-color: #132239;
    border:1px solid #132239;
}
.single-property .sidebar {
    padding: 0 10px 10px 10px;
    background: #f9f9f9;
    border-left: 0.5px solid #132239;
}
.single-property .sidebar iframe{
    height: 100px!important;
}
.single-property .sidebar .col-md-9,
.single-property .sidebar .col-md-3 {
    padding-top: 0;
}

.single-property .sidebar p {
    padding: 0;
    margin: 3px 0;
}


#mapframe iframe,
#videoframe iframe{
    border: 0;
    width: 100%!important;
    height: 500px!important;
}

.navbar-toggle {
    margin-top: 20px
}

#blog-container {
    padding: 30px 0;
}

#blog-container .card {
    cursor: pointer;
    background: #f9f9f9;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    transition: all 0.3s ease;
    height: 447px;
}

#blog-container .card .imgdiv {
    width: calc(100% - 20px);
    position: absolute;
    left: 10px;
    top: -10px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    max-height: 230px;
    height: 230px;
    transition: all 0.3s ease;
}

#blog-container .card img:hover {
    filter: grayscale(100%);
}

#blog-container .card-img-top {
    height: 200px;
    text-align: center;
    position: relative
}

.slider-box {
    position: relative;
    background: #f9f9f9;
    height: 577px;
    border: 1px solid #d3d3d3;
    padding: 0!important;
    text-align: center;
    overflow: hidden;
}

.slider-image-div {
    display: block;
    width: 100%;
    height: 100px;
    white-space: nowrap;
}

.slider-box:hover .slider-image-div {
    right: 0;
}

.slider-image-div img {
    cursor: pointer;
    opacity: 0.7;
    transition: all 0.7 ease;
}

.img-detail {
    opacity: 1!important;
    border: 1px solid gray;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(3, 3, 3, 0.19), 0 6px 6px rgba(3, 3, 3, 0.23);
}

#imgdiv::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f9f9f9;
    height: 10px;
    width: 10px;
}

#imgdiv::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #132239;
}

#imgdiv::-webkit-scrollbar-thumb {
    height: 5px;
    background-color: #132239;
}

#imgdiv {
    overflow-y: hidden;
    display: block;
    position: relative;
    width: 100%;
    height: 100px;
}

#imgdiv div {
    width: 100px;
    display: inline;
}

#imgdiv img {
    height: 80px;
    margin: 5px 5px 5px 0;
    width: auto;
}

.scrollleft-slider {
    font-size: 50px;
    color: white;
    background: rgba(3, 3, 3, .2);
    height: 100%;
    position: absolute;
    top: 0;
    padding: 250px 10px 10px 10px;
    cursor: pointer
}

.scrollright-slider {
    font-size: 50px;
    color: white;
    background: rgba(3, 3, 3, .2);
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    padding: 250px 10px 10px 10px;
    cursor: pointer
}

.price-single-property {
    text-align: right;
}

#contact .container {
    padding: 70px 0
}

#contact p {
    font-size: 15px;
    opacity: 0.8;
}

.carousel-control {
    background-color: white;
    background: linear-gradient(white, white);
    box-shadow: 0;
    opacity: 1;
    color: black!important;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none !important;
    filter: none !important;
}

#aboutus .slider-aboutus {
    background: #f9f9f9;
    margin: 70px 0 0 0;
    height: auto;
    overflow: hidden;
}

#aboutus .slider-aboutus .caption-slider {
    font-size: 14px;
    color: black;
    max-width: 700px;
    margin: 0 auto
}

#footer ul li a,
#footer ul li a:link,
#footer ul li a:visited{
    color: white;
    text-decoration: underline
}
#footer ul li a:hover{
    color: #FF7A00
}
/* The container */
.containercheckbox {
    display: inline-block;
    position: relative;
    margin-right: 15px;
    padding-left: 17px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size:12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.containercheckbox:nth-of-type(2n){
    display: block;
}
/* Hide the browser's default checkbox */
.containercheckbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.containercheckbox:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.containercheckbox input:checked ~ .checkmark {
    background-color: #132239;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.containercheckbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.containercheckbox .checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.label-success{
	background: #FF7A00;
}
.btn-success{
	background: #132239;
	border:1px solid #132239;
}
.btn-success:hover{
	border:1px solid #FF7A00;
	background: #FF7A00;
}
.property-plan-image{
	height:500px;
	width:auto;
}
/*responsive*/

@media screen and (min-width:1024px) and (max-width:1260px) {}

@media screen and (min-width:768px) and (max-width:1023px) {}

@media screen and (max-width:991px) {
    #footer .col-md-3:nth-child(1) {
        padding-left: 15px;
    }
    #navigation {
        height: auto;
        background: #fff
    }
    .property-box {
        border: 1px solid transparent;
        height: auto;
        padding: 10px;
    }
    .property-box .col-md-4 {
        height: 200px;
    }
    .property-box .col-md-8 {
        border: 1px solid #d3d3d3;
    }
    .agent-box {
        border: 1px solid transparent;
        height: auto;
        padding: 10px;
		
    }
    .agent-box .col-md-2 {
        height: 200px!important;
    }
    .agent-box .col-md-8 {
        border: 1px solid #d3d3d3;
    }
    #mapframe iframe,
    #videoframe iframe {
        border: 0;
        width: 100%;
        height: 300px;
    }
    .container {
        padding: 7px!important;
    }
    .single-property {
        padding: 7px;
    }
    .single-property .col-md-9 {
        padding: 0 0px;
    }

    #navigation .navbar-header {
        width: 100%;
        padding: 0 0 0 14px;
    }
    #navigation .navbar-header img {
        width: 140px;
        padding-top: 10px;
    }
    #navigation .navbar-right {
        padding: 0 0 0 7px;
    }
    #navigation .navbar-header button {
        margin: 21px 0 0 0
    }
    #header {
        background: #132239;
        color: #fff;
        overflow: hidden;
        font-size: 10px;
    }
    #header .row {
        padding: 0;
        margin: 0;
        width: 100%;
    }
    #header .row span {
        font-size: 11px;
    }
    #header .col-md-6 {
        padding: 5px;
        text-align: right;
    }
    #header .col-md-6 i {
        padding-right: 10px;
        font-size: 15px;
    }
    #header .col-md-6 span:nth-of-type(3) {
        padding-right: 2px;
    }
    #header .col-md-6:nth-of-type(2) {
        text-align: right;
    }
    .top-nine .box {
        height: 380px;
        padding: 0px!important;
        cursor: pointer;
    }
    .top-nine .box .col-md-12 {
        padding: 0;
    }
    .top-nine .box:nth-child(3n + 1),
    .top-nine .box:nth-child(3n + 1) .col-md-12 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .top-nine .box:nth-child(2),
    .top-nine .box:nth-child(5),
    .top-nine .box:nth-child(8),
    .top-nine .box:nth-child(2) .col-md-12,
    .top-nine .box:nth-child(5) .col-md-12,
    .top-nine .box:nth-child(8) .col-md-12 {
        padding-right: 0px;
        padding-left: 0px;
    }
    #search-area {
        width: 100%;
        padding: 10px;
    }
    #blog-home .box {
        padding: 5px;
        cursor: pointer;
    }

    #blog-home .box:nth-child(2),
    #blog-home .box:nth-child(2) .col-md-12 {
        padding-left: 10px;
    }

    #blog-home .box:nth-child(3n + 1),
    #blog-home .box:nth-child(3n + 1) .col-md-12 {
        padding-right: 10px;
    }
    #cover h1 {
        font-size: 30px;
    }
    #search-area .input-group {
        display: block;
    }
    #search-area input {
        margin-top: 7px;
    }
    #search-area .input-group button {
        width: 100%;
        margin-top: 7px;
        border-radius: 4px;
    }

    #properties {
        padding: 15px;
    }
    #properties .container {
        padding: 0;
    }
    #find-agent h1 {
        font-size: 30px;
    }
    .title-caption {
        padding: 7px;
    }
    .single-property .features span {
        display: inline-block;
        padding: 5px 5px 5px 5px;
    }
    .single-property .label {
        font-size: 16px;
        padding: 10px;
    }
    .slider-box {
        position: relative;
        background: #f9f9f9;
        height: 236px;
        border: 1px solid #d3d3d3;
        padding: 0!important;
        text-align: center;
        overflow: hidden;
    }
    .scrollleft-slider {
        font-size: 30px;
        color: white;
        background: rgba(3, 3, 3, .2);
        height: 100%;
        position: absolute;
        top: 0;
        padding: 100px 10px 10px 10px;
        cursor: pointer
    }
    .scrollright-slider {
        font-size: 30px;
        color: white;
        background: rgba(3, 3, 3, .2);
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        padding: 100px 10px 10px 10px;
        cursor: pointer
    }
    .price-single-property {
        text-align: left;
        padding-top: 0;
    }
    #mapframe iframe,
    #videoframe iframe{
        border: 0;
        width: 100%!important;
        height: 300px!important;
    }
    #contact input {
        margin-bottom: 10px;
    }
	#contact iframe{
		width:100%!important;
		height: 250px;
	}
    #aboutus .slider-aboutus {
        background: #f9f9f9;
        margin: 70px 0 0 0;
        padding: 30px 0;
        height: auto;
        overflow: hidden;
    }
    #aboutus .slider-aboutus .caption-slider {
        font-size: 11px;
        padding: 0 40px;
    }
    #aboutus .slider-aboutus .caption-slider h4{
        text-align: center
    }
	#aboutus iframe{
		width:100%!important;
		height: 250px;
	}
    .carousel-control.left,
    .carousel-control.right {
        background-image: none !important;
        filter: none !important;
        color: rgba(0,0,0,0.5)!important;
    }
    #morefilters .col-md-4{
        padding-left: 0!important;
    }
    .select-offer-div .col-md-6{
    	margin-bottom: 10px;
	}
	.icons {
    	font-size: 12px;
	}
}

@media screen and (max-width:366px) {
    #header .col-md-6:nth-child(1) span {
        display: block;
    }
}