h1,h2,h3 {
    text-transform: uppercase;
    font-weight: 900;
    font-family: 'Exo';
}
h2.white, h3.white {
    color: #fff;
}
h2.shadow {
    font-size: 180px;
}
h3.shadow {
    font-size: 90px;
}
h2.shadow, h3.shadow, a.shadow {
    text-transform: uppercase;
    color: #fff;
    text-shadow: 3px 4px 5px rgba(24,24,24,.2);    
}
.product h3.white {
    font-size: 40px;
}
@media (max-width: 992px) {
    h2.white {
	font-size: 96px;
    }
    h3.white {
	font-size: 46px;
    }  
    .product h3.white {
	font-size: 32px;
    }
}
@media (max-width: 768px) {
    h2.white {
	font-size: 62px;
    }
    h3.white {
	font-size: 32px;
    }
    .product h3.white {
	font-size: 20px;
    }    
}
h3 {
    color: #676767;
    font-size: 35px;
}

h4 {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
}

p {
}

fieldset.contact-form {
    padding-right: 80px;

}

.form-input-text, .form-textarea, .form-input-submit {
    font-family: 'Slabo 27px';
    font-size: 12px;
    color: #848484;
}

.form-input-text, .form-textarea {
    border: 0;
    border-bottom: 1px solid #bcbcbc;
    width: 100%;
    resize: none;
    outline: none;
    padding: 6px 2px 9px;
}

.form-input-submit {
    border:  1px solid #bcbcbc;
    float: right;
    background: #fff;
    padding: 5px 45px;
}

p.header {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 25px;
}

@media (max-width: 768px) {
    p.header {
	font-size: 22px;
    }  
}


@media (max-width: 992px) {
    p.header {
	font-size: 18px;
    }  
}

p.header-icon {
    font: normal 24px 'Lato';
    color: #65b9e6;
    background-repeat: no-repeat;
    line-height: 36px;
    background-position: 0 0;
    padding-top: 7px;
}
p.header-icon.mail {
    background-image: url('../img/icons/mail.png')
}

p.header-icon.phone {
    background-image: url('../img/icons/phone.png')
	;
    background-position: 14px 0px;
}
p.header-icon.address {
    background-image: url('../img/icons/address.png')
	;background-position: 14px 0px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-60 {
    margin-bottom: 60px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-60 {
    margin-top: 60px;
}