@media (max-width:767px) {
	
	
	.navbar-brand {
	    color: #bcc0cd;
	    font-size: 20px;
	    font-weight: 800;
	    line-height: 30px;
	    margin-top: 0;
	    padding: 1px 5px 10px 50px;
	    background: url('/img/logomargom_03.png') left/40px no-repeat;
	}
	
	.head-section .navbar-nav > li {
	    padding-top: 0;
	}
	

	.carousel {
		height:250px;
	}

	.carousel .item {
		height:250px;
	}	
	.carousel-inner > .item > img {
	    height: 250px;
	    left: 0;
	    min-width: 0;
	    max-width: none;		
		width:auto;
	    position: absolute;
	    top: 0;
	}
	
	.footer-small {
		padding-bottom:100px;
	}

    /*Slider Sequence*/
    #sequence-theme .info {
        top:70px !important;
        width:70% !important;
        margin-right:25px;
    }
    #sequence-theme h2 {
        font-size:30px !important;
    }
    #sequence-theme .info p {
        font-size:18px !important;
    }

    /*Slider Parallax*/
    .da-slide p {
        display:none;
    }


	
	.round-fifty-01 .icons8 {
		float: none;
	}
	
    .head-section .navbar {
        min-height: 60px;
    }

    /*.navbar-toggle {
        margin-right: -10px;
    }*/

    .head-section .nav li .dropdown-menu li a:hover {
        color: #48C9B0 !important;
    }

    .navbar-brand {
        margin-top: 10px !important;
        float: left !important;
    }

    .col-4 .item {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 2%;
    }

    .breadcrumb.pull-right{
        float: left !important;
        margin-top: 10px;
        padding: 0;
    }
/*
    .carousel-control {
        font-size: 23px;
        line-height: 38px;
    }
    */

    /*Slider Sequence*/
    #sequence-theme .info {
        top:80px !important;
        width:60% !important;
        margin-right:50px;
    }

    /*Slider Parallax*/
    .da-slide .da-img {
        display:none;
    }
}







/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	 
	.navbar-brand {
	    color: #bcc0cd;
	    font-size: 20px;
	    font-weight: 800;
	    line-height: 30px;
	    margin-top: 0;
	    padding: 33px 5px 33px 50px;
	    background: url('/img/logomargom_03.png') left/40px no-repeat;
	}
	
	.head-section .navbar-nav > li {
	    padding-top: 26px;
	}
	 
    .col-4 .item {
        width: 47%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    
	.footer-small {
		padding-bottom:100px;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 

	ul.sailorNavbar {
		margin-top:30px;
	}
	.navbar-brand {
	    color: #bcc0cd;
	    font-size: 35px;
	    font-weight: 800;
	    line-height: 30px;
	    margin-top: 0;
	    padding: 63px 5px 63px 100px;
		background: url('/img/logomargom_03.png') left/90px no-repeat;
		border:0px solid red;
	}
	
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
	
	.navbar-brand {
	    color: #bcc0cd;
	    font-size: 45px;
	    font-weight: 800;
	    line-height: 30px;
	    margin-top: 0;
	    padding: 63px 5px 63px 130px;
		background: url('/img/logomargom_03.png') left/120px no-repeat;
		border:0px solid red;
	}
	
	.affix {
	    top: 0;
	    width: 100%;
	    -webkit-transition: all .5s ease-in-out;
	    transition: all .5s ease-in-out;
		width:250px;
	}
	
	.affix-top {
	    position: static;
	    top: -35px;
	}

}
/**
* MAX WIDTH
*/




/* Small devices (tablets, 768px and up) */
@media (max-width: 767px) {
	

	.round-fifty-01 .icons8 {
		float:none;
	}

    .purchase-btn, .about-testimonial {
        margin-top: 10px;
    }

    .breadcrumb.pull-right{
        padding: 0;
    }

    .search, .bx-controls-direction {
       /*display: none;*/
    }

    .tweet-box {
        margin-bottom: 20px;
    }

    .property img {
        width: 80%;
    }

    .bx-wrapper {
        margin-bottom: 60px;
    }

    .purchase-btn, .about-testimonial {
        margin-top: 0;
    }

    .purchase-btn {
        line-height: 98px;
    }

    .social-link-footer li a {
        font-size: 16px;
        height: 40px;
        width: 40px;
    }
    .carousel-control {
    	display:none;
    	visibility:hidden;
    	/*
        font-size: 45px;
        line-height: 70px;
    	*/
    }

    .btn, .form-control {
        margin-bottom: 10px;
    }



}

















