* {
	padding: 0;
	margin: 0;
	font-size: 13px;
    font-family: Arial;
    font-size: 14px;
}
html, body, div, h1, h2, h3, h4, h5, h6, a, p {
	padding: 0;
	margin: 0;
	color: #000;
    font-family: Arial;
}
html, body, div, a, p {
	line-height: 18px;
	font-size: 14px;
}
img {
	max-width: 100%;
	height: auto;
}
a:hover {
	text-decoration: none !important;
}
.pd-t-20 {
	padding-top: 20px;
}
.pd-t-30 {
    padding-top: 30px;
}
.pd-t-50 {
	padding-top: 50px;
}
.pd-bt-15 {
    padding-bottom: 15px;
}
.pd-bt-20 {
	padding-bottom: 20px;
}
.pd-bt-30 {
	padding-bottom: 30px;
}
.pd-bt-50 {
	padding-bottom: 50px;
}

.mg-t-30 {
	margin-top: 30px;
}
.desktop {
        display: block !important;
    }
.mobile {
	display: none !important;
}
#main-landing {
    width: 100%;
    float: left: 
}

#slider {
	width: 100%;
	float: left;
}
#slider img {
    width: 100%;
    float: left: 
}
.bullet {
    width: 100%;
    float: left;
    text-align: center;
    padding: 22px 0;
}
.bg-images {
    width: 100%;
    float: left;
    background: url('../images/bg-image.png') no-repeat;
    background-size: cover;
    padding: 15px;
}
#footer-landing {
   width: 100%;
    float: left;
    background: url('../images/bg-footer.png') no-repeat;
    background-size: cover;
    padding: 50px 0; 
}
#footer-landing .txt-footer {
    font-size: 28px;
    font-weight: bold;
    line-height: 50px;
    color: #fff;
}
/* Hover-Shine */
.hover-shine figure {
    position: relative;
}
.hover-shine figure::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.hover-shine figure:hover::before {
    -webkit-animation: shine .95s;
    animation: shine .95s;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
/* Hover Zoom In #1 */
.hover-zoom a {
    width: 100%;
    display: block;
}
.hover-zoom a img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.hover-zoom a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.05);
}


@media only screen and (max-width: 768px) {
	.desktop {
		display: none !important;
	}
	.mobile {
		display: block !important;
	}
	#top-header a {
		font-size: 12px;
	}
	#top-header .search .form .textbox {
		width: 80%;
	    float: left;
	    margin-bottom: 2px;
	}
	#menu-pr {
		padding: 0;
	}
    .mb-pd-bt-15 {
        padding-bottom: 15px;
    }
    #footer-landing .txt-footer {
        font-size: 24px;
    }

}