/*
Author URI: http://webthemez.com/
Note: Licence under Creative Commons Attribution 3.0  
-------------------------------------------------------*/

@import url('http://fonts.googleapis.com/css?family=Noto+Serif:400,400italic,700|Open+Sans:400,600,700'); 
@import url('font-awesome.css');  
@import url('animate.css');

*{
	border: 0;
	margin: 0;
	padding: 0;
}


@media (max-width: 767px) {
	.navbar-header2{
		position: relative;
	}
	.navbar-header2 img {
		position: absolute;
	    width: 43%;
	    top: 0px;
	    left: 0px;
}

@media (max-width: 480px) {
	.navbar-header2{
		position: relative;
	}
	.navbar-header2 img{
		position: absolute;
	    width: 50%;
	    left: 2px;
	    top: 7px;
	}	
}

@media (min-width: 320px) and (max-width: 374px){
	.navbar-header2{
		position: relative;
	}
	.navbar-header2 img{
		position: absolute;
    	width: 70%;
    	top: 6px;
	}
}
