/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {
    .filter-name {
        text-align: center;
    }
    .select,
    #name {
        position: relative;
        margin: auto;
    }
    .input-box {
        padding-top: 0;
    }
}

@media only screen and (max-width: 1100px) {
    .filter-select select {
        display: block;
        margin: auto
    }
    /* .house-img {height: 115px;} */
}


/* Medium Devices, Desktops */

@media only screen and (max-width: 900px) {
    .select {
        width: 120px;
    }
    #name {
        width: 83px;
    }
    .search-btn {
        position: relative;
        left: initial;
        top: 1.5px;
        margin-left: -4px;
        border-left: 1px solid #a9a9a9;
        height: 30px;
    }
}

@media only screen and (max-width: 992px) {
   .slider-plan--wrapp {width: 100%;}
   .info-box {width: 100%;}
}

@media only screen and (max-width: 800px) {
	.slick-dots {
		position: relative;
		bottom: auto;
	}
    .slick-dots li {
        display: none;
    }

    .slick-dots li:first-child,
    .slick-dots li:last-child,
    .slick-dots li.slick-active {
        display: inline-block !important;
    }

	.slick-dots.show-next-spread li:last-child {
	    margin-left: 25px;
	}

    .slick-dots.show-next-spread:after {
	    content: '...';
	    position: absolute;
	    top: 0;
	    right: 26px;
	    display: block;
	    width: 25px;
	    height: 25px;
	    line-height: 25px;
	}

	.slick-dots.show-prev-spread li:first-child {
	    margin-right: 25px;
	}

	.slick-dots.show-prev-spread:before {
	    content: '...';
	    position: absolute;
	    top: 0;
	    left: 26px;
	    display: block;
	    width: 25px;
	    height: 25px;
	    line-height: 25px;
	}
}


/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
    .nav-tabs {
        height: 100vh !important;
    }
    .filter-input-group {
        background: #000;
        color: #fff;
    }
    .filter-input-group2 {
        padding: 0;
    }
    .filter-select select {
        display: block;
        margin: auto
    }
    .nav-btn {
        display: block
    }
    /*.filter-input-group2 .input-box {padding: 20px 0; text-align: center}*/
    .input-box input {
        width: 95%
    }
    .wrapper {
        padding-left: 0
    }
    .logo {
        display: none;
    }
    .main-nav {
        left: -130px;
    }
    .nav-level-2 {
        left: -200px;
    }
    .nav-activ {
        left: 0
    }
    /*.plan-gallery_item {width: 40%;}*/
}


/* Extra Small Devices, Phones */

@media only screen and (max-width: 600px) {
    .portfolio-slider {
        padding: 0;
    }
    .house-slider {
        padding: 0;
    }
    footer p {
        text-align: center;
    }
    .sp-thumbnail-arrows .fa {
        transform: rotate(270deg);
    }
}

@media only screen and (max-width: 480px) {
    .slider-wrapp {
        padding: 0;
    }
    .footer-phone {
        width: 100%;
        padding-bottom: 10px;
    }
    body {
        margin-bottom: 100px;
    }
    .info-icon {
        width: 40px;
        height: 40px;
    }
    .project-info {
        margin-left: -15px;
        margin-right: -15px;
    }
    .footer-contacts {
        width: 100%;
        text-align: center;
    }
    .footer-logo {
        width: 100%;
    }
    .plan-gallery_item {
        width: 95%;
    }
    .info-icon .fa {
        font-size: 25px;
    }
}


/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {
    .footer-phone {
        margin: 0;
        display: block
    }
    .footer-contacts {
        text-align: center
    }
    .footer-contacts p {
        line-height: 60px
    }
}