/*===============================================
            wide-screen expansion
===============================================*/

@media (min-width: 1400px)
{
	.container {
		width: 1370px;
	}
}

@media (min-width: 1600px)
{
	.container {
		width: 1570px;
	}
}

/*===============================================
            Smart phone and tablets
===============================================*/
	
@media(max-width:767px)
{
    .sec_title span {
        display: none;
    }

    /*-- home --*/
	
	.logo {
		margin-top: -5px;
	}
	
	.cityspace {
		padding-top: 5px;	
	}
	
    .navbar-default {
        /*padding-top: 10px;*/
    }
	.navbar-brand {
		float: left;
		height: 80px;
		padding: 15px 15px;
		font-size: 18px;
		line-height: 20px;
	}	

    .nav_scroll {
        padding-top: 0;
    }

    .navbar-nav {
        margin: 0;
    }

    .navbar-brand,
    .nav_scroll .navbar-brand {
        padding: 15px 15px;
    }

    .navbar-default .navbar-toggle {
        padding: 0;
        margin-top: 18px;
        border: none;
    }

    .navbar-default .navbar-collapse, 
    .navbar-default .navbar-form {
        border: none;
        background-color: #fff;
        box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.09);
    }

    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus,
    .navbar-default .navbar-nav > li > a,
    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover, 
    .navbar-default .navbar-nav > .active > a:focus {
            color: #000;
    }

    .home nav.navbar ul.nav > li {
        padding: 20px;
        text-align: center;
        border-top: 1px solid rgba(153, 153, 153, 0.3);
    }

    .navbar-default .navbar-nav a:after,
    footer .info span:after {
        display: none;
    }

    /*-- about --*/
    .about .item2,
    .fun_facts .content,
    .footer-info .item {
        margin-top: 40px;
    }

    .fun_facts .item:first-of-type .content,
    .footer-info .item:first-of-type {
        margin-top: 0;
    }

    /*-- blog --*/
    .maps .item {
        margin-bottom: 40px;
    }

    .maps .item:last-of-type {
        margin-bottom: 0;
    }

	.bullitlist {
     margin-top: 0px; 
     margin-bottom: 10px; 
	}
	
	h4 {
		margin-bottom: 20px
	}
	
	.second-col {
    	margin-top: 0px;
	}
	
	.location {
    	height: 300px;
	}
	
	.msg_success, .msg_error {
		bottom: -100px;
	}
	
	.msg_success2, .msg_error2 {
		bottom: -100px;
	}
	
	.footercontent {
		text-align: center;	
	}
}

@media(max-width:600px)
{

    .sec_title p {
        font-size: 70px;
        top: -63px;
    }

    .sec_title h2 {
        font-size: 27px;
    }

}

@media(max-width:500px)
{

    .sec_title p {
        top: -35px;
        font-size: 44px;
    }

    .sec_title h2 {
        font-size: 25px;
    }

    .main_img img {
        width: 75%;
    }

    .maps .item {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

    .contact .form-control {
        width: 100%;
    }

}


/*===============================================
            Small screen
===============================================*/

@media(min-width:768px) and (max-width:991px)
{
	.navbar-default .navbar-nav > li > a {
		font-size: 11px;
	}
    /*-- about --*/
    .about .item2 {
        margin-top: 40px;
    }

    /*-- blog --*/
    .maps .item {
        margin-bottom: 40px;
    }

    .maps .item:last-of-type {
        margin-bottom: 0;
    }

}
