/* LARGE DESKTOP PART */
@media screen and (min-width:1200px){
}

/* DESKTOP PART */
@media screen and (min-width:992px) and (max-width:1199px){

}

/* TABLET LANDSCAPE PART */
@media screen and (min-width:768px) and (max-width:991px){
    .header-hamburger {
    display: none !important;
}
}

/* TABLET PROTRAIT PART */
@media screen and (min-width:480px) and (max-width:767px){
    .header-hamburger {
    display: none !important;
}
}

/* SMART PHONE LANDSCAPE PART */
@media screen and (min-width:321px) and (max-width:479px){
.header-hamburger {
    display: none !important;
}
}

/* SMART PHONE PROTRAIT PART */
@media screen and (max-width:320px){
    .header-hamburger {
    display: none !important;
}
}
/* SMART PHONE TYPOGRAPHY PART */
@media only screen and (max-width: 480px){
	h2{
		font-size:26px !important;
		line-height:35px !important;
		letter-spacing: -0.5px !important;
	}
	h3{
		font-size:22px !important;
		line-height:26px !important;
		letter-spacing: -0.5px !important;
	}
}
/* SMART PHONE SLIDE PART */
.img-slide{
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	
}
.img-slide:hover {

    transition: all .8s cubic-bezier(.25,.46,.45,.94);
	 -webkit-transition: all .8s cubic-bezier(.25,.46,.45,.94);
	
    transform:translate3d(5px, 0, 0);
	-webkit-transform:translate3d(5px, 0, 0);
	overflow:hidden;
	
}

.img-slide1{
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	
}
.img-slide1:hover {

    transition: all .8s cubic-bezier(.25,.46,.45,.94);
	 -webkit-transition: all .8s cubic-bezier(.25,.46,.45,.94);
	
    transform: translate3d(-5px, 0, 0);
	-webkit-transform: translate3d(-5px, 0, 0);
	overflow:hidden;
	
}

.index-position{
	z-index:1;
	position:relative;
}

.slide-up-div{
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.slide-up-div:hover{
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transform: translate3d(0, -5px, 0);
	-webkit-transform: translate3d(0, -5px, 0);
	
}
.sidr .rt-mega-menu{
float:none !important;
}