/*
 * Template Name: Contact 2 Template
 * Author: @vitatemplates
*/

/* -- Intro Section -- */
section.intro {
	height: 100%;
	background-image: url(../../../img/1920x1080/img-20.jpg);
	background-position: bottom center;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	padding: 7rem 0 9rem 0;
	position: relative;
}
section.intro:before {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background-color: rgba(0, 0, 0, 0.3);
}
/* -- Contact Section -- */
section.contact {
	padding-bottom: 5rem;
	margin-top: -3rem;
}
section.contact .contactbox {
	border: 1px solid #ccc;
	-webkit-box-shadow: 0 8px 12px -4px #ccc;
	box-shadow: 0 8px 12px -4px #ccc;
}
section.contact i {
	font-size: 3rem;
}
section.contact p {
	color: #888;
	font-size: .9rem;
}
/* -- Contact -- */
.main-page {
	padding: 7rem 0;
}
.main-page .contact p {
	color: #555;
	font-size: .9rem;
}
/* -- Google Map -- */
section.googlemap {
	height: 250px;
	-webkit-filter: hue-rotate(300deg) grayscale(30%);
	filter: hue-rotate(300deg) grayscale(30%);
}
section.googlemap iframe {
	border: none;
	width: 100%;
	height: 250px;
}
/* -- Scroll Top -- */
.scrolltop {
	-webkit-animation: scrolltop 1.5s infinite;
	animation: scrolltop 1.5s infinite;
	position: fixed;
	bottom: 15px;
	right: 20px;
	width: 50px;
	height: 50px;
	color: #FFF;
	text-decoration: none;
	border-radius: 50%;
	font-size: 40px;
	text-align: center;
	cursor: pointer;
	z-index: 1000;
	display: none;
}
.scrolltop:hover {
	background-color: #cccccc;
}
.scrolltop i {
	top: -5px;
	position: relative;
}
 @-webkit-keyframes scrolltop {
 0% {
 -webkit-transform: rotate(0) translate(0, 0);
 opacity: .5;
}
 50% {
 -webkit-transform: rotate(0) translate(0, 5px);
 opacity: .3;
}
 100% {
 -webkit-transform: rotate(0) translate(0, 0);
 opacity: .5;
}
}
@keyframes scrolltop {
 0% {
 -webkit-transform: rotate(0) translate(0, 0);
 transform: rotate(0) translate(0, 0);
 opacity: .5;
}
 50% {
 -webkit-transform: rotate(0) translate(0, 5px);
 transform: rotate(0) translate(0, 5px);
 opacity: .3;
}
 100% {
 -webkit-transform: rotate(0) translate(0, 0);
 transform: rotate(0) translate(0, 0);
 opacity: .5;
}
}

/*# sourceMappingURL=contact-2.css.map */
