@charset "UTF-8";

@media only screen and (max-width: 480px) {
.only-desktop{
	display:none;
}
.only-mobile{
	display:block;
}
.main-header {
    padding: 15px 0 15px 0;
}
.logo{
	float:none;
	text-align:center;
}

.owl-item .text {
    text-align: center;
    padding: 100px 0;
}

.owl-item .text h1{
	font-size:30px;
}

.owl-item .text h2{
	font-size:36px;
}

section.cta .col-sm-4{
	margin-bottom:55px;
}

section.cta .col-sm-4:last-of-type{
	margin-bottom:0;
}

.about-section .text-holder{
	padding-bottom:55px;
}

.about-section .about-image{
	padding-bottom:55px;
}

.footer-widget{
	margin-bottom:40px;
}

.main-footer .footer-widget:last-of-type{
	margin-bottom:0;
}

.footer-contact input[type=text]{
	width:100%;
}

.copyright {
    padding: 15px 0;
    font-size: 10px;
}

.form-group.submit {
    text-align: left;
}

.footer-contact input[type=submit]{
	width:100%;
    padding: 10px 20px;
}
}