

@media only screen and (max-device-width: 1100px), all and (max-width: 1100px) {
.logo img {
    width: 130px;	
}
	
.slogan p {
    font-size: 48px;
	line-height: 60px
}
	
.txtLeft {
	
	float:none;
	width:100%;
	padding-right: 0px;
}

.txtRight {
		
		margin-top: 40px;
	float:none;
	width:100%;
	padding-left:0;
}
	
	
	footer .txtRight{
		
		margin-top: 40px;
	}	
}

@media only screen and (max-device-width: 700px), all and (max-width:700px) {

.logo {
    width: 100%;
    text-align: left;
    left: 0;
    right: 0;
    z-index: 8000;
    padding: 20px 0 20px 30px;
	margin:0;
	position: relative;
	background-color: #25408f;
}
	
.logo img {
    width: 100px;
}	
	
.topHgBlue {
  display:none;
}	
	
	
	
}




@media only screen and (max-device-width: 1024px), all and (max-width: 1024px) {

	
	
}



@media screen and (max-device-width: 768px), all and (max-width: 768px) {




}


@media only screen and (max-device-width: 304px), all and (max-width: 304px) {
}

/** Masonry images */
@media only screen and (min-width: 320px) {
.item {
    width: 100%;
}
}

@media only screen and (min-width: 480px) {
.item {
    width: 50%;
}
}

@media only screen and (min-width: 768px) {
.item {
    width: 50%;
}
}

@media only screen and (min-width: 1152px) {
.item {
    width: 20%;
}
}

@media only screen and (min-width: 1440px) {
.item {
    width: 20%;
}
}

@media only screen and (min-width: 1980px) {
.item {
    width: 20%;
}
}

	

