/* CSS Document */
@media (max-width: 979px){
	.nav-collapse {
	    font-size: 12px;
	}
}
.menu-toggle{
	display: none;
}
@media (max-width: 768px){
	.nav.about_nav{
		display: none !important;
	}
	.description{
		padding: 0 10px !important;
		margin:0 !important;
	}
	.md_msg{
		width:100%;
	}
	.mbl-div {
	    width: 48% !important;
	    display: inline-block !important;
	    float: left !important;
	    margin: 0 !important;

	}
	.mbl-div ul{
	    padding: 20px !important;
	    border: none !important;
        height: 178px !important;
	}
}
@media (max-width: 480px){
	body {
	    padding-right: 0;
	    padding-left: 0;
	}
	.carousel-caption{
		width:90%;
		margin-bottom: 0;
	}
	.carousel{
		height: 325px;
	}
	.layout h2{
	    font-size: 20px;
    	line-height: 25px;
	}
	.layout .span5.thumbnail{
		height:605px;
	}
	.mbl-div{
		width:100% !important;
	}
	[class*="span"], .uneditable-input[class*="span"], .row-fluid [class*="span"]{
		text-align:justify;
	}
	.mbl-div .submenu {
		height: auto !important;
	}
	.smallFooter .webmail,
	.smallFooter .footer-svs{
		display: inline;
		width: 20%;
		padding:0 30px;
	}
	
	.whowe h3{
		line-height: 36px;
	}
	table{
		margin-right: 0 !important;
	}
	.span3.border_right{
		max-height:550px;
	}
	.gallerys .thumbnail,
	.span12.portfolio_group.thumbnail,
	.submit input{
		margin:0 !important;
	}
	.span12.gallery{
		margin-left: -7px !important;
	}
	.emp-img{
		max-width: 100%;
	}
	.form-wrapper{
	    margin-left: 14px;
	    width:auto;
	}
	#contact-wrapper h2{
		display: inline-block;
	}
	.form-wrapper label{
		width:auto;
	}
	.form-wrapper input{
	    width: 205px;
	}
	.form-wrapper select{
	    width: 165px;
	}
	.form-wrapper textarea {
		width: 195px;
	}
	.map-outer iframe{
		width:280px;
	}
	.field.submit{
		width:275px;
	}
	.navbar .nav li.dropdown > .dropdown-toggle .caret,
	.dropdown-submenu a .caret{
        display: none;
    }
    li.hover ul.dropdown-menu li a{
	    color:#fff;
	}
    .caret-white{
    	border-top-color:#fff !important;
    }
    .dropdown-submenu > a:after{
    	display: none;
    }
	.nav-collapse .dropdown-menu li + li a{
		background: transparent;
	}
	.menu-toggle{
	    display: block;
	    position: absolute;
	    right: 15px;
	    top: 0;
	    width: 40px;
	    height: 40px;
	    line-height: 38px;
	    font-size: 26px;
	    font-weight: 300;
	    text-align: center;
	    cursor: pointer;
	    color: #444;
	    opacity: 0.6;
	}
	.menu-toggle:after {
	    content: "+";
	}
	
}
