/* "GESTACIÓN" section
--------------------------------------------------------------------------------*/
	.section-overlay {
		background: url(../img/overlay-pattern.png) repeat;
		height: 300px;
		width: 100%;
	}
	
	#gestacion {
		margin-bottom: 10em;
	}


	#gestacionphoto .content {
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%, -50%);
	    z-index: 1;
	}

/* the header */
	#gestacionphoto {
		background-image:url(../img/parallax/parallax1.jpg);
		background-attachment: fixed;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		min-height: 300px;
		height: 300px; 
		margin: 0 auto; 
		width: 100%; 
		max-width: 1920px; 
		margin-bottom: 50px;
		
	}

	#gestacion .row.couple-photos {
		margin-top:50px;
	}

	/* the couple photos */
	#gestacion .couple-photos {
		margin-bottom: 30px;
		position: relative;
	}
	#gestacion .couple-photos .hearts {
		background-color: rgba(0, 0, 0, 0);
		width: 67px;
		border: medium none;
		left: 47.6%;
		padding: 0;
		position: absolute;
		top: 20.9%;
		-webkit-animation-duration: 1s;
		-moz-animation-duration: 1s;
		-o-animation-duration: 1s;
		-webkit-animation-delay: 0.3s;
		-moz-animation-delay: 0.3s;
		-o-animation-delay: 0.3s;
		/*-o-animation-iteration-count: infinite;*/
	}
	#gestacion .couple-photos .nina, #gestacion .couple-photos .nino {
		height: 350px;
	}
	#gestacion .couple-photos .nina {
		margin-right: -50px;
		margin-left: 60px;
	}
	#gestacion .couple-photos .nino {
		margin-left: -60px;
	}
	#gestacion .couple-photos .round-frame {
		height: 350px;
    		width: 350px;
    		border-radius: 250px;
    		overflow: hidden;
    		
	}
	#gestacion .couple-photos .round-frame img {
		padding: 0px;
		border: none;
		background: none;
	}
	#gestacion .couple-photos .round-frame-bg {
		background-color: rgba(255, 255, 255, 0.5);
	    	border: 1px solid #FFFFFF;
	    	border-radius: 250px;
	    	height: 360px;
	    	padding: 4px;
	    	width: 361px;
	    	margin: 0;
	}
	#gestacion .couple-photos .alignright {
		margin: 0px;
	}

	#gestacion span.normal{
		color: var(--mpec);
    /* display: block; */
    font-size: 10rem;
    /* margin-right: 20px; */
    /* margin-top: 46px; */
    font-family: arial, sans-serif;
    margin: auto 30px;
	}

	#gestacion span.normal.comilla-left{
		float: left;
	}

	#gestacion span.normal.comilla-right{
		float: right;
	}

/* the timeline */

	#gestacion .thetimeline {
		overflow: hidden;
    		position: relative;
	}
	#gestacion .thetimeline .line {
		background: none repeat scroll 0 0 #d9d9d9;
	    	height: 100%;
	    	left: 50%;
	    	margin: 0 -2px;
	    	position: absolute;
	    	top: 0;
	    	width: 4px;
	}
	#gestacion .thetimeline .year {
		
		border-radius: 10px;
		color: #FFFFFF;
		display: inline-block;
		height: 28px;
		margin: 0px auto 30px auto;
		position: relative;
		width: auto;
		padding: 0 20px
	}
	#gestacion .thetimeline .year:last-child {
		margin-bottom: 0px;
		margin-top: 30px;
	}
	#gestacion .thetimeline .post {

	}
	#gestacion .thetimeline .post.odd p {
		text-align: right;
	}
	#gestacion .thetimeline .post.even p {
		text-align: left;
	}
	#gestacion .thetimeline .post-content {
		width: 48%;
		padding: 20px;
	}
	#gestacion .thetimeline .odd .post-content {
		float: left;
	}
	#gestacion .thetimeline .even .post-content {
		float: right;
	}


/* the post box */

	#gestacion .lb-details {
		text-shadow:none;
		color: #fff;
	}

	#gestacion .thetimeline .post-box:before {
		-moz-border-bottom-colors: none;
	    	-moz-border-left-colors: none;
	    	-moz-border-right-colors: none;
	    	-moz-border-top-colors: none;
	    	background-color: #FFFFFF;
		border-color: rgba(0, 0, 0, 0.15) -moz-use-text-color -moz-use-text-color rgba(0, 0, 0, 0.15);
		border-image: none;
		border-style: solid none none solid;
		border-width: 0 0px 1px;
		box-shadow: -1px 1px 1px #c1c1c1;
		content: "";
		display: block;
		height: 15px;
		left: auto;
		position: absolute;
		right: -7px;
		transform: rotate(-139deg);
		-ms-transform:rotate(-139deg); /* IE 9 */
		-webkit-transform:rotate(-139deg); /* Safari and Chrome */
		width: 15px;
	}
	#gestacion .thetimeline .post-box:after {
		background-clip: padding-box;
	    	background-color: #F5F5F5;
	    	border-radius: 10px;
	    	content: "";
	    	display: block;
	    	height: 20px;
	    	left: auto;
	    	right: -53px;
	    	position: absolute;
	    	top: 18px;
	    	width: 20px;
	}
	#gestacion .thetimeline .post.even .post-box:after {
		right: auto;
		left: -53px;
	}
	#gestacion .thetimeline .post.even .post-box:before {
		left:-8px;
		transform: rotate(50deg);
		-ms-transform:rotate(-50deg); /* IE 9 */
	   	-webkit-transform:rotate(-315deg); /* Safari and Chrome */
	}
	#gestacion .theyear {
		width: 100%;
		overflow: hidden;
		text-align: center;
	}
	#gestacion .post-box {
		background-clip: padding-box;
	    	background-color: #FFFFFF;
	    	border-radius: 6px;
	    	box-shadow: 0 0 4px rgba(0, 0, 0, 0.08);
	    	margin: 0 0 1.52em;
	    	padding: 20px;
	    	position: relative;
	    	box-shadow: 0px 0px 2px #999999;
	    	font-size: 15px;
	    
	}
	 #gestacion .post-box .readmore  {
	 	display: block;
		width: auto;
		text-transform: uppercase;
		
	 }
	#gestacion .thetimeline .post.odd .post-box .readmore {
		padding: 0 10px 0 0;
		float: right;
		
	}
	#gestacion .thetimeline .post.even .post-box .readmore {

		float: left;
		padding: 0 10px 0 0;
	}
	#gestacion .post .excerpt {
		position: relative;
		padding: 10px 0 0 35px;
		float: right;
		width: 50%;
		
	}
	#gestacion .post .excerpt-content {
		font-size: 30px;
		line-height: 45px;
		color: var(--secondary);
		font-style: italic;
		text-align: center;
	}
	#gestacion .post .excerpt-content.gallery {
		width: 100%;
		overflow: hidden;
	}
	#gestacion .post .excerpt-content.gallery h4 {
		text-align: left;
		margin-bottom: 20px;
		font-style: normal;
	}
	#gestacion .post .excerpt-content a {
		display: block;
		float: left;
		margin-right: 5px;
	}
	#gestacion .post .excerpt-content a:last-child {
		margin-right: 0px;
	}
	#gestacion .post .excerpt-content span {
			color: var(--mpec);
			/*color: #FFFFFF;*/
    	display: block;
    	font-size: 100px;
    	margin-right: 20px;
    	margin-top: 23px;
    	font-family: arial, sans-serif
	}
	#gestacion .post .excerpt-content span.left-comilla {
		  	float: left;
	}	

	#gestacion .post .excerpt-content span.right-comilla {
		  	float: right;
	}	
	#gestacion .excerpt-content.gallery {
		padding: 0px 10px;
	}
	#gestacion .post.odd .excerpt {
		padding: 0px 10px 0px 0px
	}	
	#gestacion .post.odd .excerpt-content.quote {
		padding: 20px 20px 20px 40px;;
	}
	#gestacion .post.even .excerpt {
		padding: 10px 0 0 0px
	}
	#gestacion .post.even .excerpt-content.quote {
		padding: 20px 90px 20px 0px;
	}
	

	#gestacion .thetimeline .post-content header {
		width: 100%;
		overflow: hidden;
		margin-bottom: 20px;
		font-size: 14px;
	}

	#gestacion .thetimeline .post-content header .date {
		width: auto;
		float: left;
		text-align: center;
		text-transform: uppercase;
		width: 29%;
	}
	#gestacion .thetimeline .post-content header .date span {
		display: block;
		border-top: 2px solid #e1e0e0;
		border-bottom: 1px solid #e1e0e0;
	}
	#gestacion .thetimeline .post-content header h2 {
		width: 69%;
		float: right;
		text-align: right;
		display: block;
		margin: 0px;
		font-family: 'Cinzel', serif;
		padding-top: 10px;
		font-weight: normal;
		font-size: 26px;
	}
	#gestacion .post.even header .date {
		float: right;
	}
	#gestacion .post.even .post-content header h2 {
		float: left;
		text-align: left;
		padding-top: 10px;
	}


@media only screen and (min-width: 280px) and (max-width: 320px){
	/*decrease the sizes for the couple photos on #ourstory */
		#gestacion .couple-photos .round-frame-bg {
			height: 100%;
			width: 251px;
			background-color: rgba(255, 255, 255, 0.5);
			border:none;
		}
		#gestacion .couple-photos .round-frame {
			height: 100%;
			width: 250px;
		}
		#gestacion .couple-photos .nino {
			margin-left: 0px;
		}
		#gestacion .couple-photos .nina {
			margin-left: 0px;
		}
		#gestacion .couple-photos .nina, .couple-photos .nino {
			height: 100px;
		}	
		#gestacion .alignleft {
	    float: left;
	    margin: 0px 40px !important;
		}
		#gestacion .couple-photos .alignright {
	    margin: 100px 40px !important;
		}

		#gestacion .couple-photos .hearts {
	    background-color: rgba(0, 0, 0, 0);
	    width: 32px;
	    border: medium none;
	    left: 48%;
	    padding: 0;
	    position: absolute;
	    top: 34%;
	    -webkit-animation-duration: 1s;
	    -moz-animation-duration: 1s;
	    -o-animation-duration: 1s;
	    -webkit-animation-delay: 0.3s;
	    -moz-animation-delay: 0.3s;
	    -o-animation-delay: 0.3s;
	    /* -o-animation-iteration-count: infinite; */
		}
		#gestacion .thetimeline .post-content {
			width: 100%;
		}

		#gestacion .thetimeline .post-box:before {
			content: inherit;
		}
		#gestacion .thetimeline .post-content header .date {
			width: 100%;
    	float: none;
		}
		#gestacion .thetimeline .post-content header h2 {
			width: 100%;
	    float: none;
	    text-align: center;
	    font-size: 1.3rem;
		}
		#gestacion .post .excerpt {
			width: 100%;
			background: url("../img/body-bg.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
			padding: 10px 0 20px 25px;
		}
		#gestacion .post .excerpt-content span {
			margin-right: 15px;
		}
		#gestacion .post.odd .excerpt-content.quote {
			padding: 20px 30px 20px 20px;
		}
		#gestacion .post.even .excerpt-content.quote {
			padding: 20px 30px 20px 20px;
		}
		#gestacion .post.even .excerpt {
			padding: inherit;
		}
		#gestacion .row.couple-photos {
	    margin-top: 0px; 
		}
		/* adicional */
		#gestacion .couple-photos {
		    margin-bottom: 0px;
		    position: relative;
		}
		#gestacion .thetimeline .post.odd p, #gestacion .thetimeline .post.even p  {
    	text-align: justify;
		}
		#gestacion .post .excerpt-content {
	    font-size: 25px;
	    line-height: 35px;
	    color: #929292;
	    font-style: italic;
	    text-align: center;
		}
		#gestacion .post .excerpt-content span {
	    color: #FFFFFF;
	    display: block;
	    font-size: 70px;
	    margin-right: 20px;
	    margin-top: 10px;
	    font-family: arial, sans-serif;
		}
		#gestacion .thetimeline .post.even .post-box .readmore {
	    float: none;
	    padding: 0 10px 0 0;
		}
}	
@media only screen and (min-width: 321px) and (max-width: 430px) {
	/*decrease the sizes for the couple photos on #ourstory */
		#gestacion .couple-photos .round-frame-bg {
			height: 100%;
			width: 301px;
			background-color: rgba(255, 255, 255, 0.5);
			border:none;
		}
		#gestacion .couple-photos .round-frame {
			height: 100%;
			width: 300px;
		}
		#gestacion .couple-photos .nino {
			margin-left: 0px;
		}
		#gestacion .couple-photos .nina {
			margin-left: 0px;
		}
		#gestacion .couple-photos .nina, .couple-photos .nino {
			height: 100px;
		}	
		#gestacion .alignleft {
	    float: left;
	    margin: 0px 40px !important;
		}
		#gestacion .couple-photos .alignright {
	    margin: 100px 40px !important;
		}

		#gestacion .couple-photos .hearts {
	    background-color: rgba(0, 0, 0, 0);
	    width: 32px;
	    border: medium none;
	    left: 48%;
	    padding: 0;
	    position: absolute;
	    top: 34%;
	    -webkit-animation-duration: 1s;
	    -moz-animation-duration: 1s;
	    -o-animation-duration: 1s;
	    -webkit-animation-delay: 0.3s;
	    -moz-animation-delay: 0.3s;
	    -o-animation-delay: 0.3s;
	    /* -o-animation-iteration-count: infinite; */
		}
		#gestacion .thetimeline .post-content {
			width: 100%;
		}

		#gestacion .thetimeline .post-box:before {
			content: inherit;
		}
		#gestacion .thetimeline .post-content header .date {
			width: 19%;
		}
		#gestacion .thetimeline .post-content header h2 {
			width: 80%
		}
		#gestacion .post .excerpt {
			width: 100%;
			background: url("../img/body-bg.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
			padding: 10px 0 20px 25px;
		}
		#gestacion .post .excerpt-content span {
			margin-right: 15px;
		}
		#gestacion .post.odd .excerpt-content.quote {
			padding: 20px 30px 20px 20px;
		}
		#gestacion .post.even .excerpt-content.quote {
			padding: 20px 30px 20px 20px;
		}
		#gestacion .post.even .excerpt {
			padding: inherit;
		}
		/* style the "hotels" and "attractions" areas */
		#gestacion .hotels .col-md-3:hover, .attractions .col-md-3:hover{
			 margin-top: 0px!important;
		}
		#gestacion .recent-comments ul li .alignright {
			width: 80%;
		}		

		#gestacion .row.couple-photos {
	    margin-top: 0px; 
		}

		#gestacion .couple-photos {
		    margin-bottom: 0px;
		    position: relative;
		}
}
@media only screen and (min-width: 431px) and (max-width: 960px) {

}
@media only screen and (min-width: 961px) and (max-width: 1024px) {

}
@media only screen and (min-width: 1025px) and (max-width: 1180px) {

}
@media only screen and (min-width: 1181px) and (max-width: 1366px) {

}
@media only screen and (min-width: 1367px) and (max-width: 1920px) {

}
