/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/
 
 
/*==========  Mobile First Method  ==========*/
 
/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
	
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.imglogo{
		margin-top: -55px;
    	margin-bottom: -32px;
    	min-height: 176px;
    	min-width: 360px;
    	position: absolute;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	.imglogo{
		margin-top: -55px;
    	margin-bottom: -32px;
    	min-height: 176px;
    	min-width: 360px;
    	position: absolute;
	}
}


/*==========  Non-Mobile First Method  ==========*/
 
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
	
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
	.imglogo{
		margin-top: -29px !important;
    	position: inherit !important;
	}
	.inner-header .title {
		text-align: center!important;
	}
	.imgHeader{
		    height: auto !important;
			background-size: cover !important;
	}
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 479px) {
	
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 360px) {
	

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 319px) {
	
}