/* RESPONSIVE */

/* Responsive 1820 */
@media only screen 
and (max-width : 1720px) {
	.individualSlideImage{
	width: auto !important;
	overflow: hidden;
	background-size: auto 100%;
	}
}

/* Responsive 1680 */
@media only screen 
and (max-width : 1680px) {
	
}

/* Responsive 1366 */
@media only screen 
and (max-width : 1366px) {
	
}

/* Responsive 1280 */
@media only screen 
and (max-width : 1280px) {
	
}

/* Responsive 1200 */
@media only screen 
and (max-width : 1200px) {
	.textH55{
	height: 55px;
	overflow:hidden;
	}
}

/* Responsive 1199 */
@media only screen 
and (max-width : 1199px) {
	
}

/* Responsive 1024 */
@media only screen 
and (max-width : 1024px) {
	
}

/* Responsive 1020 */
@media only screen 
and (max-width : 1020px) {
	
}

/* Responsive 991 */
@media only screen 
and (max-width : 991px) {
	.flexStyle{
	display: block;
	}
	.menuButton{
	display: block;
	z-index: 1000;
	}
	.menuHolder{
	width: 100%;
	}
	.menuContainer{
	width: 100%;
	margin-right: 0;
	line-height: 50px;
	text-align: center;
	float: none !important;
	border-top: 1px solid;
  	border-image-source: linear-gradient(90deg, rgb(50,57,70), rgb(66,74,88), rgb(50,57,70));
  	border-image-slice: 1;
	}
	.menuContainer a{
	line-height: 50px;
	}
	.menuContainer:hover{
	border-top: 1px solid;
  	border-image-source: linear-gradient(90deg, rgb(50,57,70), rgb(0,149,217), rgb(50,57,70));
  	border-image-slice: 1;
	}
	.current{
	width: 100%;
	margin-right: 0;
	line-height: 50px;
	text-align: center;
	float: none !important;
	border-top: 1px solid;
  	border-image-source: linear-gradient(90deg, rgb(50,57,70), rgb(0,149,217), rgb(50,57,70));
  	border-image-slice: 1;
	}
	.current a{
	line-height: 50px;
	}
	.infoIconsHolder{
	float: none;
	margin-top: 20px;
	margin-bottom: 20px;	
	}	
	.individualSlideImage{
	background-position: top center !important;
	}
	.textH150{
	height: auto;
	}
	.textH55{
	height: auto;
	}
	.blueImageBackWrapp{
	background-size: auto 100%;
	}
	.borderRightWhite{
	border-left: 0;
	padding-left: 0;
	border-top: 5px solid #fff;
	}
	.marginT20R{
	margin-top: 20px;
	}
}

/* Responsive 900 */
@media only screen 
and (max-width : 900px) {
	
}

/* Responsive 796 */
@media only screen 
and (max-width : 796px) {
}

/* Responsive 768 */
@media only screen 
and (max-width : 768px) {
	.textCenterR{
	text-align: center;
	}
	.textRightR{
	text-align: center;
	}
}

/* Responsive 600 */
@media only screen 
and (max-width : 600px) {
	
}

/* Responsive 530 */
@media only screen 
and (max-width : 530px) {
	.logoHolder{
	float: none;
	text-align: center;
	}
	.floatRight{
	float: none;
	margin: auto;
	margin-bottom: 10px;
	}
	.textW80{
	width: 80%;
	overflow: hidden;
	}
}

/* Responsive 480 */
@media only screen 
and (max-width : 480px) {
	h1{
	font-size: 40px;
	}
}
/* Responsive 330 */
@media only screen 
and (max-width : 330px) {
	h1{
	font-size: 30px;
	}
}


