/*!
* Perfect Couple - Wedding Site Theme
* Copyright 2014 Marcin Banaszek, Coffeecream Themes
*/

/* GLOBAL STYLES
=========================================================================================*/
@import url(http://fonts.googleapis.com/css?family=Raleway:400,100,300,500,600,700);

body {
	background: #CCCCCC;
	overflow-x: hidden;
	padding-top: 60px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1 {
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-weight: normal;
	margin: 0;
	font-size:18px;
	
}

h2 {
	font-family: 'Raleway', sans-serif;
	font-weight: normal;
	margin: 0;
	color:#3281C4;
	font-size:20px;
	font-weight:bolder;
	
}

h3,h4,h5,h6 {
	margin: 10px 0;
	letter-spacing: 0.2em;
}

h6 {
	color: #3281c4;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
}

h1{
    font-size: 36px;
    line-height: 48px;
}

h2{
    font-size: 28px;
    line-height: 38px;
}

h3{
    font-size: 24px;
    line-height: 34px;
}

h4{
    font-size: 18px;
    line-height: 28px;
}

h5{
    font-size: 14px;
    line-height: 24px;
}

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 {
	font-family: 'Raleway', sans-serif;
	margin: 0 0 1em;
}

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

img {
	display: inline-block !important;
}

section {
	background: #fff;
	padding: 30px 30px;
}

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

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


/*----------   SERVICE  ---------------*/
#service{
	position: relative;
	padding: 0 0 40px;
}
.service-content{
	text-align: center;
	position: relative;
	padding: 0 10px;
}
.service-content .service-icon{
	position: relative;
}
.service-content:after{
	content: "";
	background: #eb2c33;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 50%;
	margin-top: -58px;
	left: 274px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	-moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	z-index: 3;
}

.service-content:before{
	content: '';
	background: #ccc;
	position: absolute;
	top: 50%;
	margin-top: -55px;
	width: 100%;
	left: 74px;
	height: 1px;
	z-index: 0;

}

.service-content.last:after, 
.service-content.last:before{
	content: '';
	position: relative;
	box-shadow: none;
	border: 0;
}
.service-content i{
	display: inline-block;
	overflow: hidden;
	color: #fff;
	font-size: 48px;	
	width:150px; 
	height:150px;
	line-height: 150px;
	margin:30px 0 0;
	-webkit-box-shadow: 0 0 0 12px #f0f0f0;
	-moz-box-shadow: 0 0 0 12px #f0f0f0;
	box-shadow: 0 0 0 12px #f0f0f0;
}
.service-content i.famarillo{
	background: #E2B61B;
}
.service-content i.fnaranja{
	background: #F48235;
}
.service-content i.fazul{
	background: #2F67C4;
}
.service-content i.frojo{
	background: #BC2E2D;
}

.service-content h3{
	font-size: 16px;

}

/*----------   SERVICE  ---------------*/





/* Features
================================================== */

#features{
	padding: 20px 0;
}

.feature-image{
	position: relative;
}

.feature-image:after{
	content: '';
	width: 120px;
	right:24px;
	top: 50%;
	margin-top: 8px;
	height: 1px;
	background: #cecece;
	position: absolute;
	z-index: -1;
}

.feature-wrapper{
	position: relative;
}

.feature-wrapper:before{
	content: '';
	width: 1px;
	top: 0;
	bottom: 0;
	height: 100%;
	background: #cecece;
	position: absolute;
	left: -50px;
	z-index: 1;
}

.feature-wrapper:after{
	content: "";
	background: #eb2c33;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 50%;
	left: -53.5px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	-moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	z-index: 3;	
}

.feature-content-wrapper{
	position: relative;
	padding: 10px 0;
}

.feature-content-wrapper h2{
	font-size: 20px;
	font-weight: 400;
	margin-top: 0;
	
}

.feature-content-wrapper:before{
	content: "";
	background: #eb2c33;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 0;
	left: -53.5px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	-moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	z-index: 3;	
}

.feature-content-wrapper:after{
	content: "";
	background: #eb2c33;
	width: 8px;
	height: 8px;
	position: absolute;
	bottom: 0;
	left: -53.5px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	-moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	z-index: 3;	
}

.feature-box .feature-icon{
	text-align: center !important;
	padding: 20px 0 0;
	font-size: 18px;
}

.feature-box .feature-icon i{
	color: #EB2C33;
	font-size: 38px;
}

.feature-box .feature-icon i.azul{
	color: #698DCA;
	
}
.feature-box .feature-icon i.verde{
	color: #96BF0D;
	
}
.feature-box .feature-icon i.naranja{
	color: #FBBD0C;
	
}
.feature-box .feature-icon i.amarillo{
	color: #FFD526;
	
}
.feature-box .feature-icon i.celeste{
	color: #2EAADD;
	
}

.feature-box .feature-icon i.fa-mobile-phone{
	font-size: 48px;
}

.feature-box h3{
	font-size: 16px;
	padding:2px;
	margin:2px;
	font-weight: 700;
	text-align:left;
	color:#416FC5;
	
}
.feature-box p{
	font-size: 14px;
	padding:2px;
	margin:2px;
	text-align:justify;
	
}

.feature-box .feature-box-content{
	margin-left: 60px;
}
feature-box-content h3{
	margin:0x;
	padding:0px;
}

/*----------   FIN FEATURE  ---------------*/

/*-- Contact page --*/

.contact-form label{
	color: #959595;
	font-weight: normal;
}
.contact-info i{
	font-size: 14px;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	background: #2A75B1;
	color: #fff;
	border-radius: 100%;
	margin-right: 10px;
	-webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	-moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
}




/*-------------------------------- Team page -------------------*/
.page-team-wrapper{
	width: 100%;
}

.team-image-wrapper {
	position: relative;
	display: inline-block;
	border: 5px solid rgba(0, 0, 0, .09);
}

.team-image-wrapper .social-icons{
	top: 30%;
	margin-top: -30px;
	position: relative;
}

.team-image-wrapper .social-icons a{
	border: 2px solid #FFFFFF;
	border-radius: 100%;
	color: #FFFFFF;
	display: inline-block;
	font-size: 18px;
	margin: 0 6px;
	width: 48px;
	height: 48px;
	line-height: 44px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.team-image-wrapper .social-icons a:hover{
	background: #fff;
	color: #eb2c33;
}

.team-image-wrapper-hover {
	position: absolute;
	text-align: center;
	width: 100%;
	color:#fff;
	font-weight:bolder;
	height: 100%;
	background: rgba(50, 129, 196, 0.8);
	opacity: 0;
	border: 5px solid transparent;
	-webkit-transition: all 0.45s;
	-moz-transition: all 0.45s;
	-o-transition: all 0.45s;
	transition: all 0.45s;
}
	
.team-image-wrapper-hover:hover {
	opacity: 1;
}

.page-team-wrapper .team-content{
	padding: 10px 0 40px;
}

.page-team-wrapper .team-content h3.name {
	font-size: 22px;
	line-height: 26px;
	color: #eb2c33;
}
.page-team-wrapper .team-content h3 span {
	display: block;
	font-size: 16px;
	color: #636363;
}
.page-team-wrapper .team-content .team-text {
	padding-top: 10px;
	color: #636363;
}

.team-page .owl-controls{
	text-align: center;
}
/*--------------------- FIN TEAM-------------------------- */








/*IMPORTACION TEMA
*/

.camarillo {
	background: #fff url("../images/bg.png") no-repeat top center;
		}
.cazul {
	background: #ffffff url("../images/bg2.png") no-repeat top center;
		}
.cnaranja {
	background: #ffffff url("../images/bg3.png") no-repeat top center;		
}
.cverde{
	background: #ffffff url("../images/bg4.png") no-repeat top center;
		
}


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

#slides {
	position: relative;
}

.slider {
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

.slider li {
	margin: 0;
	padding: 0;
}

.slider img {
	max-width: 100%;
}

.tint {
	background: -moz-linear-gradient(-45deg,  rgba(214,81,110,0.2) 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;
}

.welcome {
	color: #fff;
	display: block;
	margin: 0 auto;
	position: absolute;
	top:15%;
	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;
}

/* COUNTDOWN
=========================================================================================*/

.countdown {
	bottom: 30px;
	left: 50%;
	margin-left: -225px;
	position: absolute;
	width: 450px;
	z-index: 100;
}

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

.navbar {
	border-radius: 0;
	margin-bottom: 0;
}

.navbar.fixed {
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.navbar-brand {
	padding: 20px 15px;
	font-size: auto;
	line-height: auto;
}

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

.dropdown-menu {
	padding: 0;
}

.dropdown-menu > li > a {
	padding: 5px 20px;
	text-transform: none;
}

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

.heading {
	padding-bottom: 10px;
}

.heading span {
	border: 0;
	border-top: 1px solid #3281c4;
	display: inline-block;
	margin: 5px 10px;
	width: 90px;
	font-size:18px;
}

.heading i {
	color: #3281c4;
	font-size:28px;
}


.hoscuro span {	
	border-top: 1px solid #fff;	
}

.hoscuro i,.hoscuro h2 {
	color: #fff;
}


/* ABOUT US
=========================================================================================*/

.mobile-divider {
	display: none;
}

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

.hover-effect span {
	background: #3281c4;
	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%;
}

.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 #3281c4;
	color: #3281c4;
}

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

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

#people h6,
#accommodation h6 {
	margin: 0 0 15px;
}

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

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

.blog-short {
	background: #fff;
	border-radius: 5px;
	margin-bottom: 30px;
	overflow: hidden;
	padding-bottom: 20px;
}

.blog-short h5,
.blog-short h6,
.blog-short p {
	padding: 0 30px;
}

.blog-short h5 {
	margin-bottom: 10px;
}

.blog-short 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: #3281c4;
}

.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(../images/funfacts.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: #3281c4;
	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: 600px;
	width: 100%;
}

/* RSVP
=========================================================================================*/

#rsvp {
	background: #3281c4;
	border-radius: 8px;
	color: #222;
	margin-right: -470px;
	padding: 50px;
	position: absolute;
	right: 50%;
	top: 50px;
	width: 400px;
	z-index: 100;
}

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

#rsvp .heading i {
	color: #fff;
}

#rsvp .heading span {
	border-color: #fff;
}

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

/* 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;
	width: auto;
}

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

footer {
	background: #222;
	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) {

	.slider {
		height: 600px !important;
	}

	.welcome {
		top:20%;
	}

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

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

	#rsvp {
		margin-right: -560px;
	}

}

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

	.slider {
		height: 400px !important;
	}

	.welcome {
		top:5%;
	}

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

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

	#rsvp {
		margin-right: -360px;
	}

}

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

	body {
		background: #fff;
	}

	.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: 24px;
		color:#345AB4;
	}

	.container > .navbar-header,
	.container > .navbar-collapse {
		margin: 0;
	}

	.container {
		padding: 0;
	}

	.welcome span {
		width: 90px;
	}

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

	#slides {
		padding-bottom: 20px;
	}

	.countdown {
		bottom: auto;
		height: 76px;
		left: auto;
		margin: 20px auto 0;
		position: relative;
		width: 280px;
	}

	.countdown-show5 .countdown-section {
		width: 51px !important;
	}

	.countdown-section {
		font-size: 70% !important;
		margin: 0 2px !important;
		padding: 0 0 10px !important;
	}

	.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;
	}

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

}