/*!
* Copyright 2014 Marcin Banaszek, Coffeecream Themes
*/

/* GLOBAL STYLES
=========================================================================================*/

body {
	overflow-x: hidden;
}

.inner {
	padding-top: 97px;
}

h1 {
	color: #fffaf0;
	font-family: 'serif;', monospace;
	font-weight: bold;
	font-size: 3em;
	text-shadow: -1px 0 darkgrey, 0 1px darkgrey, 1px 0 darkgrey, 0 -1px darkgrey;
	top:33%;
}

h2 {
	font-family: 'serif;', monospace;
	font-weight: normal;
	margin: 0;
	color: #2f59a7;
	padding-top: 15px;
	padding-bottom: 10px;
	/*text-decoration: underline;*/
}

h3,h4,h5,h6 {
	margin: 3em 0;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

h6 {
	color: #ffffff;
}

h5{
	padding-top: 15px;
}

#location h6 {
	color: #2f59a7;
	vertical-align: middle;
	padding-top: 15px;
}

#portfolio p {
	padding-bottom: 10px;
}
h3 {
	color: #ffffff;
}

.x {
	font-size: 2em;
}

a,
button {
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
}

a:hover {
	text-decoration: none;
}

p {
	margin: 0 0 1em;
	color: #808080;
}
#slides p{
color: #ffffff;	
}

hr {
	border-top: 3px solid #eee;
	margin: 30px 0;
}

img {
	display: inline-block !important;
	/*margin-top: 50%;*/
}
#portfolio img{
	width: 500px;
	height: 250px;
}

#location img{
	width: 300px;
	height: 200px;
}

section {
	padding: 80px 0;
	
}

.btn {
	font-family: "Open Sans", sans-serif;
	letter-spacing: 0.3em;
	text-transform: uppercase;
}

.btn-lg {
	font-size: 1em;
	padding: 15px 30px;
}

/* MAIN BANNER
=========================================================================================*/

.tint {
	background: -moz-linear-gradient(-45deg,  rgba(0, 150, 153) 0%, rgba(214,81,110,0.2) 1%, rgba(82,178,189,0.2) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(214,81,110,0.2)), color-stop(1%,rgba(214,81,110,0.2)), color-stop(100%,rgba(82,178,189,0.2))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  rgba(214,81,110,0.2) 0%,rgba(214,81,110,0.2) 1%,rgba(82,178,189,0.2) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  rgba(214,81,110,0.2) 0%,rgba(214,81,110,0.2) 1%,rgba(82,178,189,0.2) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  rgba(214,81,110,0.2) 0%,rgba(214,81,110,0.2) 1%,rgba(82,178,189,0.2) 100%); /* IE10+ */
	background: linear-gradient(135deg,  rgba(214,81,110,0.2) 0%,rgba(214,81,110,0.2) 1%,rgba(82,178,189,0.2) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33d6516e', endColorstr='#3352b2bd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100;
}

/* Texto à frente das fotografias */
.welcome {
	color: #fff;
	display: block;
	margin: 20% auto;
	position: absolute;
	width: 100%;
	-webkit-transform: translateY(-33%);
	-moz-transform: translateY(-33%);
	-ms-transform: translateY(-33%);
	-o-transform: translateY(-33%);
	transform: translateY(-33%);
}

.welcome p {
	font-size: 18px;
	letter-spacing: 0.4em;
	margin: 0;
	text-transform: uppercase;
}

.welcome span {
	border: 0;
	border-top: 1px solid #fff;
	display: inline-block;
	margin: 6px 10px;
	width: 150px;
}

.welcome i {
	font-size: 18px;
}



/* NAVBAR
=========================================================================================*/

.navbar {
	border-radius: 0;
	text-transform: uppercase;
	color: #2f59a7;
}

.navbar img {
	margin: 10px auto 10px;
}

.navbar h6{
	margin: 10px auto 10px;
}

.navbar.fixed {
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
	color: #2f59a7;
	padding: 20px 5px 20px;
}

.navbar-brand {
/*height: 55px;*/
	font-size: auto;
	line-height: auto;
	color: #2f59a7;
	box-sizing: border-box;
	padding: 20px 5px 20px;
/*	padding-y:  auto;*/
}


.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background: none !important;
	color: #2f59a7;
}

.dropdown-menu {
	padding: 0;
	color: #2f59a7;
}

.dropdown-menu > li > a {
	padding: 0px 20px 7px;
	text-transform: none;
	color: #2f59a7;
}

.dropdown-menu > a {
	padding: 7px 20px 7px;
	text-transform: none;
	color: #2f59a7;
}

/* HEADINGS
=========================================================================================*/

.heading {
	color: #2f59a7;
}

.heading span {
	border: 0;
	border-top: 1px solid #2f59a7;
	display: inline-block;
	margin: 5px 10px;
	width: 40px;
	color: #2f59a7;
}

.heading i {
	color: #2f59a7;
}

/* MAIN BANNER
=========================================================================================*/

.mobile-divider {
	display: none;
}

.hover-effect {
	display: inline-block;
	position: relative;
}

.hover-effect span {
	background: #2f59a7;
	color: #fff;
	display: block;
	height: 0;
	left: 50%;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	top: 50%;
	width: 0;
	transition: all .2s ease;
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
}

.hover-effect:hover span {
	height: 100%;
	left: 0;
	opacity: 0.8;
	top: 0;
	width: 100%;
}

.justgrimes {
 width: 370px;
 height:370px;
 display:block;
	display: inline-block;
	position: relative;
 background:transparent url('../images/antonio.jpg') center top no-repeat;
}

.justgrimes:hover {
   background-image: url('../images/antonio1.jpeg');
}

.amgallow {
 width: 370px;
 height:370px;
 display:block;
	display: inline-block;
	position: relative;
 background:transparent url('../images/filipa.jpg') center top no-repeat;
}

.amgallow:hover {
   background-image: url('../images/filipa1.jpg');
}

.hover-effect i {
	left: 50%;
	margin: -20px 0 0 -20px;
	position: absolute;
	top: 0;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
}

.hover-effect:hover i {
	top: 50%;
}

/* SOCIAL ICONS
=========================================================================================*/

.social-icons {
	list-style: none;
	padding: 1em 0;
}

.social-icons li {
	display: inline-block;
	margin: 0 2px;
}

.social-icons a {
	color: #333;
	border: 1px solid #333;
	border-radius: 50%;
	display: block;
	height: 30px;
	line-height: 30px;
	width: 30px;
}

.social-icons a:hover {
	border: 1px solid #009699;
	color: #009699;
}

/* PEOPLE & ACCOMMODATION
=========================================================================================*/

#location h5,
#portfolio h5 {
	margin: 0 0 8px;
}

#location h6,
#portfolio h6 {
	margin: 0 0 15px;
}

.row-margin {
	margin-bottom: 60px;
}
#contact h6{
	margin-top: 5px;
	margin-bottom: 10px;
	color: #224178;
}

#about h5{
	margin-top: 5px;
	margin-bottom: 10px;
}

#partilha h5{
	margin-top: 5px;
	margin-bottom: 10px;
}

#borderimg2 { 
	border: 3px solid #000000;
}
#borderimg3 { 
	border: 1px solid #999999;
}

#footer h6{
	color: #fff;
}

#event h6{
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 2px;
}

/* EVENTS & BLOG
=========================================================================================*/

/* definir blog-short1 */
.blog-short1 {
	background: #fff;
	border-radius: 5px;
	margin-bottom: 30px;
	overflow: hidden;
	height: 600px;
}
.blog-short1 h5,
.blog-short1 h6,
.blog-short1 p {
	padding: 0 30px;
}
.blog-short1 h5 {
	margin-bottom: 10px;
	margin-top: 20px;
}

.blog-short1 h6 {
	margin-top: 0;
}

/* definir blog-short2 */
.blog-short2 {
	background: #fff;
	border-radius: 5px;
	margin-bottom: 30px;
	overflow: hidden;
	padding-bottom: 20px;
	height: 515px;
}
.blog-short2 h5,
.blog-short2 h6,
.blog-short2 p {
	padding: 0 30px;
}
.blog-short2 h5 {
	margin-bottom: 10px;
	margin-top: 20px;
}

.blog-short2 h6 {
	margin-top: 0;
}


/* definir blog-short3 */
.blog-short3 {
	background: #fff;
	border-radius: 5px;
	margin-bottom: 30px;
	overflow: hidden;
	padding-bottom: 20px;
	height: 645px;
}

.blog-short3 h5,
.blog-short3 h6,
.blog-short3 p {
	padding: 0 30px;
}
.blog-short3 h5 {
	margin-bottom: 10px;
	margin-top: 20px;
}

.blog-short3 h6 {
	margin-top: 0;
}


.post {
	padding-bottom: 80px;
}

.post-header {
	border-bottom: 1px solid #ddd;
	color: #222;
	line-height: 1.5em;
	margin: 0 0 0.5em;
	padding: 0 0 1em;
}

.post-header span {
	color: #009699;
}

.post-meta {
	color: #ccc;
	margin-bottom: 1.5em;
}

.post-meta span {
	margin-right: 15px;
}

.post-meta i {
	margin-right: 7px;
}

.post-intro {
	margin-bottom: 2em;
}

.comments {
	border-top: 1px solid #ddd;
	margin-top: 80px;
	padding-top: 80px;
}

.media {
	border-top: 1px solid #ddd;
	margin-top: 30px !important;
	padding-top: 30px;
}

.media-photo {
	max-width: 25%;
}

/* FUN FACTS
=========================================================================================*/

#facts {
	overflow: hidden;
	position: relative;
}

#facts .parallax {
	background: url(http://placehold.it/1600x1600.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#facts h3 {
	color: #fff;
	font-size: 60px;
	letter-spacing: normal;
	margin: 0;
}

#facts h6 {
	color: #000;
	margin: 0;
}

#facts .img-circle {
	background: #009699;
	height: 213px;
	padding-top: 60px;
}

/* GALLERY
=========================================================================================*/

.gallery {
	list-style: none;
	padding: 0;
}

.gallery li {
	padding-bottom: 30px;
}

/* LOCATION
=========================================================================================*/

#location {
	padding: 0;
	position: relative;
}

#map-canvas {
	height: 500px;
	width: 100%;
}

/* CONTACTO 
=========================================================================================*/


#contact {
	/*color: #2f59a7;
	margin-left: 100px;
	position: relative;
	left: 50%;*/
/*	top: 180px;*/
/*	z-index: 50;*/
}

#contact .heading {
	padding-bottom: 20px;
}

#contact .heading i {
	color: #2f59a7;
}

#contact .heading span {
	border-color: #2f59a7;
}

#contact .btn {
	background: #222;
	color: #fff;
	margin-top: 20px;
}

form{
	background: #F2F3F4;
	display: flex;
	flex-direction: column;
	padding: 2vw 4vw;
	width: 90%;
	max-width: 600px;
	border-radius: 10px;
	margin: 20px auto 0;
}

form input,form textarea{
	border: 0;
	margin: 10px 0;
	padding: 20px;
	outline: none;
	border-radius: 10px;
	font-size: 24;
}

form button{
	padding: 15px;
	background: #1d52a3;
	color: #fff;
	font-size: 26;
	border: 0;
	outline: none;
	cursor: pointer;
	border-radius: 10px;
	width: 150px;
	margin: 20px auto 10px;
}


/* REGISTRY
=========================================================================================*/

#registry {
	letter-spacing: 0.2em;
	padding: 30px 0;
	text-transform: uppercase;
}

#registry .item {
	padding: 15px;
	text-align: center;
}

#registry .item a {
	border: 1px solid #ddd;
	display: block;
	height: 80px;
	padding: 15px;
	position: relative;
}

#registry .item span {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

#registry .item img {
	max-height: 50px;
	vertical-align: middle;
}


/* FOOTER
=========================================================================================*/

footer {
	background: #2f59a7;
	padding: 30px 0;
}

/* RESPONSIVE STYLES
=========================================================================================*/

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Large devices (large desktops, 1200px and up)
----------------------------------------------------------------------------------------*/
@media (min-width: 1200px) {

	#facts .img-circle {
		height: 263px;
		padding-top: 75px;
	}

	#facts h3 {
		font-size: 80px;
	}

	#contact {
		margin-left: -560px;
	}

}

/* Medium devices (desktops, 992px and up)
----------------------------------------------------------------------------------------*/
@media (max-width: 991px) {

	#facts .img-circle {
		height: 158px;
		padding: 37px 20px 0 20px;
	}

	#facts h3 {
		font-size: 50px;
	}

	#contact {
		margin-left: -360px;
	}

}

/* Small devices (tablets, 768px and up)
----------------------------------------------------------------------------------------*/
@media (max-width: 767px) {

	.btn {
		white-space: normal;
	}

	.text-left,
	.text-right,
	.col-sm-3 {
		text-align: center !important;
	}

	.mobile-divider {
		color: #000;
		display: block;
		margin: 30px 0;
		opacity: 0.1;
		text-align: center;
	}

	.mobile-divider span {
		border-top: 1px solid #000;
		display: inline-block;
		margin: 4px 10px;
		width: 90px;
	}

	h1 {
		font-size: 54px;
	}

	section {
		padding: 30px 0;
	}

	.welcome span {
		width: 90px;
	}

	.welcome {
		top:20%;
		width: 100%;
	}

	.heading {
		padding-bottom: 30px;
	}

	.post {
		text-align: center;
	}

	.post-header {
		margin: 1em 0 0.5em;
		padding: 0 0 1em;
	}

	.post-header span {
		display: block;
	}

	.post-meta span {
		display: block;
		margin: 0;
	}


	#people h5, #accommodation h5 {
		margin: 20px 0 8px;
	}

	#facts .img-circle {
		height: 120px;
		margin: 10px auto;
		padding: 20px 20px 0 20px;
		width: 120px;
	}

	#facts h3 {
		font-size: 40px;
	}

	#facts h6 {
		font-size: 12px;
	}

	#map-canvas {
		height: 250px;
	}

	#contact {
		border-radius: 0;
		margin-left: 0;
		padding: 60px 15px;
		position: relative;
		right: auto;
		top: auto;
		width: 100%;
	}

}