html, body {
	height:100%;
	font-family: 'Lato', sans-serif;
}
a, a:hover, a:visited, a:active{
	text-decoration:none;
}
section{
	padding-top:30px;	
}
.separator{
	margin-top:100px;
	height:56px;
	background:url(../images/sep.png) no-repeat center center;	
}
::selection {
	background: #ef6a8a; /* Safari */
	color:#FFF;
	}
::-moz-selection {
	background: #ef6a8a; /* Firefox */
	color:#FFF;
}
h1,h2,h3,h4{
	color:#FFF;	
}
h2 span{
	color:#ef6a8a;
	font-weight:bolder;
}
p{
	color:#687177;	
}
.padtop100{
	padding-top:100px;	
}
.padtop75{
	padding-top:75px;	
}
.padtop50{
	padding-top:50px;	
}
.padding{
	padding:50px 0px;	
}
.overlay{
	background:url(../images/overlay.png) repeat;
	position:absolute;
	width:100%;
	height:100%;	
}
.overlay2{
	background:url(../images/overlay2.png) repeat;
	position:absolute;
	width:100%;
	height:100%;
	z-index:1;	
}
.white{
	background:#FFF;	
}
.grey{
	background:#f5f4f4;	
}
.color{
	background:#ef6a8a;	
}
.dark{
	background:#283a44;
}
.pattern{
	background: #ef6a8a url(../images/pattern.png) repeat center center;
}

/* 2. Core Bootstrap modifications Start  */

.container-fluid{
	padding:0px;
	overflow:hidden;	
}

.tooltip.top > .tooltip-inner, .tooltip.bottom > .tooltip-inner {background-color: #283a44;}
.tooltip.top > .tooltip-arrow {border-top-color: #283a44;}
.tooltip.bottom > .tooltip-arrow {border-bottom-color: #283a44;}

.zeropadding{
	padding:0px!important;
}

textarea:focus, input[type="text"]:focus,.form-control:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {  
    border-color: rgba(239, 106, 138, 0.8);
	-webkit-border-color: rgba(239, 106, 138, 0.8);
    box-shadow:none;
    outline: 0 none;
}

a {
color: #ef6a8a;
}

a:hover, a:focus {
color: #f04c74;
}

/* 3. Preloader */
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#ef6a8a; /* change if the mask should have another color then white */
	z-index:9999999; /* makes sure it stays on top */
}

.spinner {
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	width: 50px;
	height: 30px;
	text-align: center;
	font-size: 10px;
	margin-left:-25px;
}

.spinner > div {
	background-color: #fff;
	height: 100%;
	width: 6px;
	display: inline-block; 
	-webkit-animation: stretchdelay 1.2s infinite ease-in-out;
	animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.spinner .rect3 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

.spinner .rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.spinner .rect5 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
	0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
	20% { -webkit-transform: scaleY(1.0) }
}

@keyframes stretchdelay {
	0%, 40%, 100% { 
	transform: scaleY(0.4);
	-webkit-transform: scaleY(0.4);
	}  20% { 
	transform: scaleY(1.0);
	-webkit-transform: scaleY(1.0);
	}
}

/* 5. Full Width Fade Carousel */

#geo{
 	position: absolute;
	height: 100%;
	width: 100%;
	opacity:0.5;
	z-index:1;	
}

#time div{
	padding:20px;
	font-size:30px;
	display:inline-block;	
}

#time span{
	display:block;
	text-align:center;
	font-size:20px;	
}

.messages{
	position: absolute;
	height: 100%;
	width: 100%;
	z-index:3;
	text-align:center;
	top:20%;
	color:#FFF;
}

.messages h1{
	font-size: 8em;
	font-family: 'Great Vibes', cursive;
}

.heart{
	color: #f04c74;
	font-size:100px;
}

.carousel-fade .carousel-inner .item{opacity:0;transition-property:opacity}.carousel-fade .carousel-inner .active{opacity:1}.carousel-fade .carousel-inner .active.left,.carousel-fade .carousel-inner .active.right{left:0;opacity:0;z-index:1}.carousel-fade .carousel-inner .next.left,.carousel-fade .carousel-inner .prev.right{opacity:1}.carousel-fade .carousel-control{z-index:2} 
.carousel,
.item,
.active {
	height: calc(100% + 80px);
	height: -moz-calc(100% + 80px);
	height: -webkit-calc(100% + 80px);
	height: -o-calc(100% + 80px);
}

@media screen and (-webkit-min-device-pixel-ratio:0)
{
	.carousel,
	.item,
	.active {
		height: 100%;
	}
}

.carousel-inner {
	position:absolute;
	height:100%;
	background:#000;
}

.carousel-img {
	position:absolute;
	height:100%;
	width:100%;
	background-color:#000;
	background-size:cover;
	background-position:center center;
}

.fill {
	width:100%;
	height:100%;
	background-position: center;
	background-size: cover;
}
.carousel-caption{
	left:20%;
	right:20%;
	text-align:-webkit-center;
}
.carousel-caption h1{
	font-size:30px;
	font-weight:bold;
	text-transform:uppercase;	
}

.carousel-caption h2{
	font-size:16px;
	text-transform:uppercase;		
}

.carousel-caption img{
	margin: 0px auto;
}

.ui-widget-header { 
	width: 100%; 
	height: 5px; 
	background-color: #ef6a8a;
	position:absolute;
	z-index:100;
}

.carousel-indicators {
	bottom: 50px;
}

.carousel-caption{
	top:50%;	
}

/* 6. Headings & Titles */

.bigtitle{
	font-size:36px;	
}

.heading{
	margin: 15px;	
}

.heading h2{
	font-size: 48px;	
}

.heading i{
	color:#ef6a8a;
	font-size:12px;	
}

.heading p{
	padding:40px 0px 50px;
	margin: 0 auto;
	text-align: center;
	width:70%;
	font-size:16px;
}

.heading span{
	color:#ef6a8a;
}

.heading h3{
	font-family: 'Lato', sans-serif;
	color:#283a44;	
}

.underline{
	font-family: 'Great Vibes', cursive;
	color:#283a44;
	border-bottom:1px solid #efefef;
	padding-bottom:35px;
	position:relative;	
	text-align:center;
}
.underline:after{
    content: "";
    height: 3px;
    position: absolute;
    width: 100px;
	background:#ef6a8a;	
	margin:0 auto;
	left:0px;
	right:0px;
	bottom: 0px;
}

.underline2{
	font-family: 'Great Vibes', cursive;
	color:#FFF;
	padding-bottom:15px;
	margin-top:40px;
	position:relative;	
	text-align:center;
	font-size: 48px;
}
.underline2:after{
    content: "";
    height: 3px;
    position: absolute;
    width: 100px;
	background:#FFF;	
	margin:0 auto;
	left:0px;
	right:0px;
	bottom: 0px;
}

#aboutthem{
	padding-top:0px!important;	
}

.and{
	position: absolute;
	left: 50%;
	right: 50%;
	margin-top:100px;
	font-size: 70px;
	margin-left: -22px;
	color: #ef6a8a;
	z-index: 2;
	font-family: 'Lato', sans-serif;
		
}

.man {
	text-align:right;	
}

.woman {
	text-align:left;	
}

.man .ch-item { 
	background-image: url(../images/man.jpg);
	background-size: 300px 300px;
}

.woman .ch-item { 
	background-image: url(../images/woman.jpg);
	background-size: 300px 300px;
}

.ch-grid {
	padding: 20px;
	list-style: none;
	display: block;
	width: 100%;
}

.ch-grid:after,
.ch-item:before {
	content: '';
    display: table;
}

.ch-grid:after {
	clear: both;
}

.ch-grid li {
	width: 300px;
	height: 300px;
	display: inline-block;
}

.ch-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	cursor: default;
	box-shadow: inset 0 0 0 16px rgba(255,255,255,0.6),0 1px 2px rgba(0,0,0,0.1);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.ch-item:hover {
	box-shadow: 
		inset 0 0 0 1px rgba(255,255,255,0.1),
		0 1px 2px rgba(0,0,0,0.1);
}
.ch-item:hover .ch-info {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.ch-item:hover .ch-info p {
	opacity: 1;
}

/* 7.2 Loveline */

.timeline { list-style: none; padding: 20px 0 20px; position: relative; } 
.timeline:before { top: 0; bottom: 0; position: absolute; content: " "; width: 3px; background-color: #eeeeee; left: 50%; margin-left: -1.5px; } 
.timeline > li { margin-bottom: 30px; position: relative; } 
.timeline > li:before, .timeline > li:after { content: " "; display: table; } 
.timeline > li:after { clear: both; } 
.timeline > li:before, .timeline > li:after { content: " "; display: table; } 
.timeline > li:after { clear: both; } 
.timeline > li > .timeline-panel { width: 45%; float: left; border: 1px solid #d4d4d4; border-radius: 2px; padding: 20px; position: relative; -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175); box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175); } 
.timeline > li > .timeline-panel:before { position: absolute; top: 36px; right: -15px; display: inline-block; border-top: 15px solid transparent; border-left: 15px solid #ccc; border-right: 0 solid #ccc; border-bottom: 15px solid transparent; content: " "; } 
.timeline > li > .timeline-panel:after { position: absolute; top: 37px; right: -14px; display: inline-block; border-top: 14px solid transparent; border-left: 14px solid #fff; border-right: 0 solid #fff; border-bottom: 14px solid transparent; content: " "; } 
.timeline > li > .timeline-badge { color: #fff; width: 70px; height: 70px; line-height: 70px; font-size: 1.4em; text-align: center; position: absolute; top: 16px; left: 50%; margin-left: -35px; background-color: #ef6a8a; z-index: 2; border-top-right-radius: 50%; border-top-left-radius: 50%; border-bottom-right-radius: 50%; border-bottom-left-radius: 50%;	-webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
	border:2px solid #ef6a8a;
	cursor:pointer; } 
.timeline > li > .timeline-badge:hover { background:#FFF; color:#ef6a8a; } 
.timeline > li > .timeline-badge i{ line-height:75px; font-size:28px;}
.timeline > li.timeline-inverted > .timeline-panel { float: right; } 
.timeline > li.timeline-inverted > .timeline-panel:before { border-left-width: 0; border-right-width: 15px; left: -15px; right: auto; } 
.timeline > li.timeline-inverted > .timeline-panel:after {  border-left-width: 0; border-right-width: 14px; left: -14px; right: auto; } 
.timeline-title { margin-top: 0; color: #ef6a8a; } 
.timeline-body > p, .timeline-body > ul { margin-bottom: 0; } 
.timeline-body > p + p { margin-top: 5px; } 

.negative25{
	margin-top:-25px;	
}

.negative50{
	margin-top:-50px;	
}

.negative75{
	margin-top:-75px;	
}

.negative100{
	margin-top:-100px;	
}

/* 9.2 Special Events */

.event{
	margin:30px;
	width:320px;
	background:#ef6a8a;
	color:#FFF;
	text-align:center;
	padding:20px;		
}

.alternative{
	background:#f04c74!important;	
}

.event i{
	font-size:42px;
	padding:10px 0px;
}

.event p{
	color:#FFF;
	padding:10px 0px;
}


/* 10. Favorites List Section */

/* 10.1 Favorites */

.favlist{
	text-align:center;	
}

.favlist img{
	max-width:320px;	
}

.favlist-title{
	width:100%;
	text-align:center;	
}

.favlist-name{
	width:150px;
	background:#ef6a8a;
	color:#FFF;
	padding:10px;
	display:inline-block;
	font-size:22px;
	text-transform:uppercase;	
}

.timeline-left{
	float: left;
	text-align: right;
	margin-left: 70px;
	margin-top: 18px;		
}

.timeline-right{
	float: right;
	text-align: left;
	margin-right: 70px;
	margin-top: 18px;	
}

.timeline-badge { color: #fff; width: 50px; height: 50px; line-height: 45px; font-size: 1.4em; text-align: center; position: absolute; top: 16px; left: 50%; margin-left: -25px; background-color: #ef6a8a; z-index: 2; border-top-right-radius: 50%; border-top-left-radius: 50%; border-bottom-right-radius: 50%; border-bottom-left-radius: 50%; }

/* 10.2 Common Favorites */

.commonfav h3{
	margin-top:50px;	
}

.common{
	width:300px;
	display: inline-block;
	margin:30px 0px 20px 0px;	
}

.common-icon{

	font-size:42px!important;
	color:#f04c74;
}

.common h4{
	color:#FFF;
	text-align:center;
	line-height:0px;
}

.commonfav .owl-theme .owl-controls .owl-page span{
	background:#FFF;	
}

.date{
	position: absolute;
	top: 0;
	margin-left: 10px;
	background: #ef6a8a;
	width: 50px;
	height: 50px;
	text-align: center;
	color: #FFF;
	padding: 7px;
	font-weight: bold;	
}

.year{
	position: absolute;
	top: 0;
	margin-left: 10px;
	margin-top:50px;
	background: #283a44;
	width: 50px;
	text-align: center;
	color: #FFF;
	padding: 2px;
	font-weight: bold;	
}

.post{
	padding-left:0px;	
}

.post-text{
	padding:20px 0px;
}

.post-side{
	padding-left:0px;	
}

.post-bar ul{
	margin-left:-40px;	
}

.post-bar li{
	display:inline-block;
	list-style:none;
	color:#999999;
	font-size:12px;	
}

.tags{
	line-height:30px;	
}

.tags > .btn-normal a {
	font-size: 12px;
	margin: 5px 5px 5px 0px;
	padding: 7px;
	line-height: 15px;
}

#load {
	padding:30px 0px;
}

.close-content {
	display:none;
	height:50px;
	line-height:50px;
	position:relative;
	font-size:36px;
	color: #ef6a8a;
	text-align:right;
	margin-right:20px;
	margin-bottom: -145px;
	margin-top: 100px;
	cursor:pointer;
	z-index:50;
	
}

#ajax-content {
	margin:15px;	
}
.extra-content .carousel, .carousel{
	padding:0px;
	margin-bottom:10px;	
}
.extra-content {
	padding:70px 15px 120px;	
}

.extra-content h4 {
	color:#ef6a8a;	
}

/* 13. Footer Section */
.footer{
	padding-top:50px;
	background:#FFF;	
}

.footer1{	
	margin-top:50px;
}

.footer1, .footer1 p{
	color:#FFF;		
}

/* 14. Misc */

/* 14.1 Parallax Effect Control */

.video-parallax {
    height: 350px;
	text-align:center;
}

.favourites-parallax {
    height: 350px;
	text-align:center;
    background: url(../images/parallax-favourites-bg.jpg) 50% no-repeat;
	background-attachment:fixed;
	background-size:cover;

}

.family-parallax {
    height: 350px;
	text-align:center;
    background: url(../images/parallax-family-bg.jpg) 50% no-repeat;
	background-attachment:fixed;
	background-size:cover;

}

.common-parallax {
    height: 450px;
	text-align:center;
    background: url(../images/parallax-common-bg.jpg) 50% no-repeat fixed ;
	background-size:cover;
}

.contact-parallax {
    height: 350px;
	text-align:center;
    background: url(../images/parallax-contact-bg.jpg) 50% no-repeat fixed;
	background-size:cover;
}

/* 14.3 Hover Effect */

.grid {
	padding: 0px;
	max-width: 1300px;
	margin: 0 auto;
	list-style: none;
	text-align: center;
}

.grid li {
	margin: 0;
	padding: 0px;
	text-align: left;
	position: relative;
}

.grid figure {
	margin: 0;
	position: relative;
}

.grid figure img {
	max-width: 100%;
	display: block;
	position: relative;
	cursor: pointer;
}

.grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px;
	background: #ef6a8a;
	color: #FFF;
}

.grid figcaption h4 {
	margin: 0;
	padding: 5px 0px;
	color: #fff;
}
.cs-style-3 figure {
	overflow: hidden;
}

.cs-style-3 figure img {
	-webkit-transition: -webkit-transform 0.8s ease-out;
	-moz-transition: -moz-transform 0.8s ease-out;
	transition: transform 0.8s ease-out;
}

.no-touch .cs-style-3 figure:hover img,
.cs-style-3 figure.cs-hover img {
	-webkit-transform: scale(1.2) rotate(5deg);
	-moz-transform: scale(1.2) rotate(5deg);
	-ms-transform: scale(1.2) rotate(5deg);
	transform: scale(1.2) rotate(5deg);	
}

.cs-style-3 figcaption {
	height: 40%;
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .cs-style-3 figure:hover figcaption,
.cs-style-3 figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}

.cs-style-3 figure a {
	position: absolute;
	top: 0px;
	right: 0px;
	width:100%;
	height:100%;
	text-align: center;
	line-height:100%;
	color: #fff;
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
		
}
.cs-style-3 figure a:hover {
	position: absolute;
	top: 0px;
	right: 0px;
	width:100%;
	height:100%;
	text-align: center;
	line-height:100%;
	color: #fff;
	opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;			
}
.cs-style-3 figure a span {
	position: absolute;
	top: 30%;
	right: 0px;
	width:100%;
	height:100%;
	text-align: center;
	line-height:100%;
	color: #fff;			
}

/* 14.4 Pulsing Effect */

.pulsing{
	animation-name: pulsing;
	-webkit-animation-name: pulsing;

	animation-duration: 1s;	
	-webkit-animation-duration: 1s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes pulsing {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulsing {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

/* 14.5 Buttons */

.btn-special a {
	padding: 10px 20px;
	position: relative;
	display: inline-block;
	margin: 15px 25px;
	outline: none;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 1.35em;	
}

.btn-special a::before,
.btn-special a::after  {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 3px solid #ef6a8a;
	content: '';
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
}

.btn-special a::after  {
	border-color: #fff;
	opacity: 0;
	-webkit-transform: translateY(-7px) translateX(6px);
	-moz-transform: translateY(-7px) translateX(6px);
	transform: translateY(-7px) translateX(6px);
}

.btn-special a:hover::before,
.btn-special a:focus::before {
	opacity: 0;
	-webkit-transform: translateY(5px) translateX(-5px);
	-moz-transform: translateY(5px) translateX(-5px);
	transform: translateY(5px) translateX(-5px);
}

.btn-special a:hover::after,
.btn-special a:focus::after  {
	opacity: 1;
	-webkit-transform: translateY(0px) translateX(0px);
	-moz-transform: translateY(0px) translateX(0px);
	transform: translateY(0px) translateX(0px);
}

.btn-normal a {
	padding: 10px 20px;
	position: relative;
	display: inline-block;
	margin: 15px 0px;
	outline: none;
	color: #ef6a8a;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 1.35em;	
}

.btn-normal a::before,
.btn-normal a::after  {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 3px solid #ef6a8a;
	content: '';
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
}

.btn-normal a::after  {
	border-color: #687177;
	opacity: 0;
	-webkit-transform: translateY(-7px) translateX(6px);
	-moz-transform: translateY(-7px) translateX(6px);
	transform: translateY(-7px) translateX(6px);
}

.btn-normal a:hover::before,
.btn-normal a:focus::before {
	opacity: 0;
	-webkit-transform: translateY(5px) translateX(-5px);
	-moz-transform: translateY(5px) translateX(-5px);
	transform: translateY(5px) translateX(-5px);
}

.btn-normal a:hover::after,
.btn-normal a:focus::after  {
	opacity: 1;
	-webkit-transform: translateY(0px) translateX(0px);
	-moz-transform: translateY(0px) translateX(0px);
	transform: translateY(0px) translateX(0px);
}

.btn-normal a:hover{
	color: #687177;	
}

/* 14.6 Magnific pop */

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 1;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 14.7 ilove Font */

.icon{
	display: inline-block;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;		
}

/* 15. Responsive Changes */

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.nav>li>a{
		padding:10px 7px;	
	}
	.man{
		text-align:center;	
	}
	
	.woman{
		text-align:center;
		margin-top:30px;	
	}
	.and{
		margin-top: -50px;	
	}
	
	
	.timeline > li > .timeline-panel{
		width:42%;	
	}
	
	.man-family h3, .woman-family h3{
		margin-top: 50px;	
	}
	
	.event{
		width:100%;
		margin: 20px 0px;	
	}
	.timeline-left, .timeline-right{
		width:240px;	
	}
	
	.common-parallax h2{
		padding-top: 30px;	
	}
}


@media screen and (min-width: 0px) and (max-width: 599px) {

	.carousel-inner::before {
		display:none;
	}
	
	.carousel-inner::after {
		display:none;
	}
	
	.messages{
		top:5%;	
	}
	
	.messages h1 {
		font-size: 4em;	
	}
	
	.messages h4{
		padding:10px;	
	}
	
	.heart{
		font-size:40px;	
	}
	
	#time div{
		font-size:20px;
		padding:10px;	
	}
	.grid figcaption h3 {
		font-size:20px;	
	}
	
	.ch-grid li{
		width:230px;
		height:230px;	
	}
	
	.man .ch-item, .woman .ch-item{
		background-size: 230px 230px;	
	}
	
	.ch-info p{
		display:none;	
	}
	
	.man{
		text-align:center;	
	}
	
	.woman{
		text-align:center;
		margin-top:30px;	
	}
	.and{
		margin-top: -50px;	
	}
	
	.timeline > li > .timeline-panel{
		width:100%;
		background:#FFF;
		margin:100px 0px 20px 0px;	
	}
	
	.negative100, .negative75, .negative50, .negative25{
		margin-top:0px;	
	}
	
	.timeline > li > .timeline-panel:before{
		position: absolute;
		top: -15px;
		right: 50%;
		margin-right:-15px;
		display: inline-block;		
		border-top: 0 solid #ccc;
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
		border-bottom: 15px solid #ccc;		
		content: " ";	
	}
	
	.timeline > li.timeline-inverted > .timeline-panel:before {
		border-left-width: 15px;
		border-right-width: 15px;
		left: initial;
		right: 50%;
	}	

	.timeline > li > .timeline-panel:after {
		position: absolute;
		top: -14px;
		right: 50%;
		margin-right:-14px;
		display: inline-block;
		border-top: 0 solid #fff;
		border-left: 14px solid transparent;
		border-right: 14px solid transparent;
		border-bottom: 14px solid #fff;	
		content: " ";
	}

	.timeline > li.timeline-inverted > .timeline-panel:after {
		border-left-width: 14px;
		border-right-width: 14px;
		left: initial;
		right: 50%;
	}
	
	.event{
		width:100%;
		margin: 20px 0px;	
	}
	
	.common-parallax h2{
		padding-top: 30px;
		font-size: 45px;
	}	
	
	.favlist-name{
		width: 140px;	
	}
	
	.favlist img {
		max-width: 280px;
	}
	
	.timeline-left {
		float: none;
		text-align: center;
		margin-left: 0px;
		margin-top: 100px;
	}	
	
	.timeline-right {
		float: none;
		text-align: center;
		margin-right: 0px;
		margin-top: 0px;
	}
	
	.favlist .timeline:before{
		display:none;
	}

}


@media screen and (min-width: 600px) and (max-width: 767px) {

	
	.man{
		text-align:center;	
	}
	
	.woman{
		text-align:center;
		margin-top:30px;	
	}
	.and{
		margin-top: -50px;	
	}
	
	
	.timeline > li > .timeline-panel{
		width:42%;	
	}
	
	.man-family h3, .woman-family h3{
		margin-top: 50px;	
	}
	
	.event{
		width:100%;
		margin: 20px 0px;	
	}
	.timeline-left, .timeline-right{
		width:240px;
		margin-left:0px;
		margin-right:0px;	
	}
	
	.common-parallax h2{
		padding-top: 30px;	
	}
	
}

@media screen and (min-width: 0px) and (max-width: 1024px) {	
	.heading p{
		width:90%;	
	}
}

.sidebar{
	padding-left:50px;	
}

.sidebar h3, .post-comments h3{
	color:#283a44;
	text-transform:uppercase;	
	border-bottom:1px solid #efefef;
	padding-bottom:20px;
	position:relative;
	margin-bottom:15px;	
}

.sidebar h3:after, .post-comments h3:after{
    content: "";
    height: 3px;
    position: absolute;
    width: 100px;
	background:#ef6a8a;	
	margin:0 auto;
	left:0px;
	bottom: 0px;
}

.recent-posts ul{
	margin-left:-40px;
}

.recent-posts li{
	list-style:none;
	padding: 15px 0px;
	border-bottom:1px solid #efefef;
	text-transform:uppercase;
}

.recent-posts li:last-child{
	border-bottom:none;
}

.recent-posts li a{
	color:#687177;
}

.recent-posts li a:hover{
	color:#283a44;
}

.media-overlay{
	position:absolute;
	width: 60px;
	height: 60px;
	background: #ef6a8a;
	text-align: center;
	line-height: 60px;
	font-size: 25px;
	color: #FFF;
	margin: 10px;
	z-index:1;
}

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
	height: auto; 
} 
.embed-container iframe, .embed-container object, .embed-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}


.pagination ul > li > a, .pagination ul > li > span {
	float: left;
	padding: 8px 12px;
	font-weight: 700;
	font-size: 14px;
	text-decoration: none;
	background-color: transparent;
	border: 2px solid #ef6a8a;
	margin-right: 5px;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;	
}

.pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span {
	background-color: #ef6a8a;
	color: #fff;
}

.pagination ul > .active > a, .pagination ul > .active > span {
	background-color: #ef6a8a;
	color: #fff;
}

.post-author{
	background: #fff url(../images/pattern.png) repeat center center;
}

.post-author img{
	width:100px;
	border-radius:180px;
	margin:20px;
	float:left;
}

.post-author .author-details{
	margin: 20px;
	padding-top: 5px;	
}

.post-author .author-details h4{
	color:#ef6a8a;
}

.post-comments{
	margin:80px 0px;	
}

.post-comments li{
	width:100%;
	padding:20px 0px;;
	border-bottom: 1px dotted #cccccc;
}

.post-comments li:after{
	display:none;
}

.avatar img{
	width: 80px;
	border-radius: 180px;
	float: left;
	margin: 20px 20px 0px 20px;
}

.post-comments-info{
	margin: 40px;
}

.post-comments-info span{
	color:#949da2;
	font-weight:normal;
	line-height:12px;
}
.post-comments-info h5{
	color:#283a44;
	margin-bottom:0px;
	font-weight: bold;
}

.post-comments-comment{	
	margin-left: 25px;
	font-size:14px;
	font-weight:normal;
}

.post-comments-action{
	margin-left: 25px;
	font-size:14px;
	font-weight:normal;
}

.comments-child{
	padding-left: 100px;	
}

.comments-child li:before{
	padding-left: 100px;	
}

.post-comments h4{
	color:#283a44;
	font-weight:bold;
	text-transform:uppercase;
	margin: 25px 0px;
}

.post-comments .col-md-4, .post-comments .col-md-12{
	padding:0px;	
}

.post-comments-padding{
	padding:0px 5px!important;	
}

.post-comments .btn-normal{
	text-align:left;	
}

.selected a{
	color:#ef6a8a!important;
}

@-webkit-keyframes moveUpFromDown {
	from { -webkit-transform: translateY(100%); }
	to { -webkit-transform: translateY(0); }
}

@keyframes moveUpFromDown {
	from { -webkit-transform: translateY(100%); transform: translateY(100%); }
	to { -webkit-transform: translateY(0); transform: translateY(0); }
}

/* Remove IE clear cross */
input[type=text]::-ms-clear {
    display: none;
}