.husky_quote {
	padding: 0;
	margin: 0;
	height: 500px;
	background-position: center;
	background-size: cover;
	overflow: hidden;
}

.husky_quote > h1 , .husky_quote > h3,
.husky_quote > .parallax-wrapper  > h1, .husky_quote > .parallax-wrapper  > h3 {
	opacity: 0;
	transition: transform .7s, opacity .8s;
}

.husky_quote > h1,
.husky_quote > .parallax-wrapper  > h1
{
	margin: 0;
	padding: 0;
	text-align: center;
	position: relative;
	top: 35%;

}


.husky_quote  h1 * {
    font-family: "Mj_Dinar One Light", dinar, Tahoma, Arial, helvetica !important;
    color: #1f7473;
}



@media only screen and (max-width: 1000px) {
    .husky_quote  h1 * {
        font-size: .9em;
    }

    .husky_quote  h3 * {
        font-size: .7em;
    }
}



.husky_quote  h3 * {
     font-family: "Mj_Dinar One Medium", dinar, Tahoma, Arial, helvetica !important;
     color: #262626;
 }





.husky_quote > h3, .husky_quote > .parallax-wrapper  > h3 {
	margin: 0;
	padding: 0;
	text-align: center;
	position: relative;
	top: 40%;
}


.husky_quote a {
	text-decoration: none;
	color: #3f3f3f;
}



.husky_quote > .parallax-wrapper {
	/*background-color: rgba(255, 255, 255, .6);*/
	height: 300px;
	top: 100px;
    position: relative;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}