@charset "utf-8";
/* CSS Document */

header{
	background-image: url(/adriatic-hills/img/adriatic-hills-arial-view.jpg);
	background-repeat: none;
	background-attachment: scroll;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	text-align: center;
	color: #fff;
	padding-bottom: 200px;	
}

/* scroll to top */
.scrollup{
    position:fixed;
	width:32px;
	height:32px;
    bottom:20px;
    right:20px;
}

a.scrollup {
	outline:0;
	text-decoration:none;
}

a.scrollup:hover,a.scrollup:active,a.scrollup:focus {
	opacity:1;
	text-decoration:none;
	-webkit-transition: all 400ms ease-out 0s;	
	   -moz-transition: all 400ms ease-out 0s;
		 -o-transition: all 400ms ease-out 0s;
		    transition: all 400ms ease-out 0s;
}
a.scrollup i:hover {
	text-decoration:none;
}

.btnTransition{
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.btn-transparent {
	background: transparent;
	border: 3px solid #fff;
	padding-top: 14px;
	padding-right: 28px;
	padding-left: 28px;
	padding-bottom: 14px;
	font-size: 12px;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active {
  background: #fff;
  color: #3674B3;
  text-decoration: none;
}

.btn-light {
	background: #fff;
	border: 3px solid #fff;
	padding-top: 14px;
	padding-right: 28px;
	padding-left: 28px;
	padding-bottom: 14px;
	font-size: 12px;
	color: #3674B3;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
  background: transparent;
  color: #fff;
  text-decoration: none;
}

.footer {
	background: #2b2b2b;
	text-align: center;
	color: #ddd;
	padding:50px 0 50px;
}

.get-in-touch {
	color: #FFFFFF;
	margin-top: 70px;
	font-weight: 400;
	font-size: 3.5em;
	font-family: economica;
	font-style: normal;
}
.contact-msg {
	color: #FFFFFF;
	font-size: 1.3em;
	margin-top: 19px;
	margin-bottom: 11px;
	font-family: economica;
	font-style: normal;
	font-weight: 400;
}

.required-msg {
	color: #FFFFFF;
	margin-top: 30px;
	font-family: economica;
	font-style: normal;
	font-weight: 400;
	font-size: 1.2em;
	margin-bottom: 70px;
}

#contact-form input[type=text] {
	height: 60px;
	margin-bottom:10px;
}

.about-text {
	font-family: economica;
	font-weight: 400;
	font-size: 2em;
	padding-top: 50px;
	padding-bottom: 50px;
}

#about {
	padding-top: 70px;
	padding-bottom: 80px;
	font-weight: 400;
	color: #FFFFFF;
}
.about-title {
	font-size: 3.3em;
	font-family: economica;
	font-style: normal;
	font-weight: 400;
}

/* ==========================================================================
Google Map Style
========================================================================== */
#map {
  width: 100%;
  height: 400px;
}
.logo  {
	padding-top: 165px;
}
.img-caption {
	font-size: 2.7em;
	font-family: economica;
	font-style: normal;
	font-weight: 400;
}



@media (max-width : 400px ){
	.about-title {
	font-size: 2.5em;
	font-weight: 400;
}
.about-text {
	font-size: 1.5em;
}
	
.img-caption {
	font-size: 1.5em;
	font-weight: 400;
}	

}

@media (min-width: 401px) and (max-width:767px){
	.about-title {
	font-size: 3em;
	font-weight: 400;
}
.about-text {
	font-size: 1.7em;
}
	
.img-caption {
	font-size: 2em;
	font-weight: 400;
}
	
}

@media (min-width: 768px) and (max-width: 1199px) {
	.about-title {
	font-size: 3.2em;
	font-weight: 400;
}
.about-text {
	font-size: 1.9em;
}
	
.img-caption {
	font-size: 2.3em;
	font-weight: 400;
}
}
