

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   One Page Scroll with Animations styles
   ========================================================================== */
/* Code Samples */
pre {
 white-space: pre-wrap;
 white-space: -moz-pre-wrap;
 white-space: -o-pre-wrap;
 background: #faf8f0;
 font-size: 14px;
}
code {
 display: block;
 padding: 0.5em 1em;
 border: 1px solid #bebab0;
}

.loading {
	background: url('../img/ico_loading.gif') no-repeat center center;
}
#demo-content {
	
}

#preloader{display: none;}
.loading #preloader{display: inline-block;}

section {

	opacity: 1 !important;
	-webkit-transition:opacity .6s;
	-webkit-transition-delay:.2s;
	-moz-transition:opacity .6s;
	-moz-transition-delay:.2s;
	-o-transition:opacity .6s;
	-o-transition-delay:.2s;
	transition: opacity .6s;
	transition-delay:.2s;
}
.loaded section {
	opacity: 1;
}

section p {
	font-weight: 300;
	margin-bottom: 30px;
	font-size: 1.1875em;
	line-height: 1.6316;
	color: #808080;
}


/* Blog page */

.post-teaser {
    background: #ccc;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.8rem;
    margin-bottom: 2rem;
    padding: 3rem 0;
    text-align: center;
    width: 100%;
    padding-bottom: 0px;
}
.post-teaser-2 {
    background: #ccc;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.8rem;
    margin-bottom: 2rem;
    padding: 3rem 0;
    text-align: center;
    width: 100%;
    padding-bottom: 0px;
}

.post-teaser__inner {
    -ms-flex-align: start;
    align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 120rem;
    padding: 2rem 2rem;
    width: 100%;
}
.post-teaser:hover {
background-color: #ccc;
transition-timing-function: ease-in-out;
transition: all 0.5s ease;
transition-timing-function: ease-out;
}
.post-teaser__image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 2rem;
    text-align: center;
    width: 22rem;
    cursor: default;
}
.post-teaser__image img{
    max-width: 100%;
    border-radius: 50%;
    margin-bottom: 20px;
}
.post-teaser a {
    transition: color .3s cubic-bezier(.7,.01,.3,1);
    color: #c9372f;
}
.post-teaser__content {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    width: 100%;
}
.post-teaser__title {
    margin-bottom: 1.5rem;
   font-size: 2.5rem;
}

.post-teaser__excerpt {
    margin: 2.5rem 0;
    transition: color .4s cubic-bezier(.7,.01,.3,1);
}
.post-teaser__meta__item {
    display: inline-block;
    margin: 0px 5px;
    vertical-align: middle;
    font-size: 19px;
}
.btn, .btn:link, .btn:visited, .button, .button:link, .button:visited {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 1px solid #c9372f;
    color: #c9372f;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    font-family: 'Lato', sans-serif;
    overflow: hidden;
    padding: .6rem 1rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: color .6s ease;
}
.post-teaser__image+.post-teaser__content {
    width: 72%;
    text-align: left;
}
.post-teaser__title {
    margin-bottom: 1rem;
    font-size: 2rem;
}


.blazy-card{
    background-image:url(https://www.digitalabs.in/img/wordpress-hero.png);
}
.card-blog__inner {
    background: hsla(0,0%,100%,.9);
    margin: 0 auto;
    padding: 2rem 2rem 3rem;
    max-width: 116rem;
}

/* blogs close */

/* Reveal animation - Slide 2 */
#revealAnim .copy-container {
	width: 320px;
	margin-left: 60px;
	margin-top: -130px;
}
	#revealAnim .images-container {
		margin-top: -245px;
		margin-left: -677px;
	}
	#revealAnim .images-container img {
		float: left;
		position: relative;
		z-index: 1;
		-webkit-transition: -webkit-transform .6s .9s;
		-moz-transition: -moz-transform .6s .9s;
		transition: transform .6s .9s;
	}
	#revealAnim .images-container .back { z-index:2;
		-webkit-transform:translate3d(-40%, 0, 0);
		   -moz-transform:translate3d(-40%, 0, 0);
		        transform:translate3d(-40%, 0, 0);
	}
	#revealAnim .images-container .front {
		-webkit-transform:translate3d(61.6%, 0, 0);
		   -moz-transform:translate3d(61.6%, 0, 0);
		        transform:translate3d(61.6%, 0, 0);
	}
	#revealAnim .images-container .side {
		-webkit-transform:translate3d(-338%, 0, 0);
		   -moz-transform:translate3d(-338%, 0, 0);
		        transform:translate3d(-338%, 0, 0);
	}
	.viewing-page-2 #revealAnim .images-container img {
		-webkit-transform: translate3d(0, 0, 0) !important;
		-moz-transform: translate3d(0, 0, 0) !important;
		transform: translate3d(0, 0, 0) !important;
	}

/* Between Slides Animation - Slide 3-4 */
#betweenSlidesAnimStart {
	
}
	#betweenSlidesAnimStart .copy-container {
		width: 430px;
		margin-left: -40px;
		margin-top: -220px;
	}
	#betweenSlidesAnimStart .images-container {
		margin-top: -245px;
		margin-left: -658px;
		width: 1140px;
	}
	#betweenSlidesAnimStart .images-container img,
	#betweenSlidesAnimEnd .images-container img {
		float: left;
		position: relative;
		z-index: 1;
		-webkit-transition: -webkit-transform .9s 0;
		-moz-transition: -moz-transform .9s 0;
		transition: transform .9s 0;
	}
	#betweenSlidesAnimStart .pink {
		-webkit-transform: translate3d(0, 460px, 0);
		-moz-transform: translate3d(0, 460px, 0);
		transform: translate3d(0, 460px, 0);
	}
	#betweenSlidesAnimStart .yellow {
		-webkit-transform: translate3d(0, 260px, 0);
		-moz-transform: translate3d(0, 260px, 0);
		transform: translate3d(0, 260px, 0);
	}
	#betweenSlidesAnimStart .blue {
		margin-top: 30px;
		-webkit-transform: translate3d(0, 200px, 0);
		-moz-transform: translate3d(0, 200px, 0);
		transform: translate3d(0, 200px, 0);
	}
	.viewing-page-3 #betweenSlidesAnimStart .pink {
		-webkit-transform: translate3d(0, -160px, 0) !important;
		-moz-transform: translate3d(0, -160px, 0) !important;
		transform: translate3d(0, -160px, 0) !important;
	}
	.viewing-page-3 #betweenSlidesAnimStart .yellow {
		-webkit-transform: translate3d(0, 0, 0) !important;
		-moz-transform: translate3d(0, 0, 0) !important;
		transform: translate3d(0, 0, 0) !important;
	}
	.viewing-page-3 #betweenSlidesAnimEnd .copy-container {
		opacity: 0;
		-webkit-transition:opacity .3s;
		-moz-transition:opacity .3s;
		-o-transition:opacity .3s;
		transition: opacity .3s;
		-webkit-transition-delay:.0s;
		-moz-transition-delay:.0s;
		-o-transition-delay:.0s;
		transition-delay:.0s;
	}

#betweenSlidesAnimEnd .images-container {
	width: 860px;
	margin-top: -10px;
	margin-left: -96px;
}
	#betweenSlidesAnimEnd .copy-container {
		width: 760px;
		text-align: center;
		margin-left: -340px;
		opacity: 0;
		-webkit-transition:opacity .6s;
		-webkit-transition-delay:.8s;
		-moz-transition:opacity .6s;
		-moz-transition-delay:.8s;
		-o-transition:opacity .6s;
		-o-transition-delay:.8s;
		transition: opacity .6s;
		transition-delay:.8s;
	}
	#betweenSlidesAnimEnd .fake-content .images-container {
		margin-top: -10px;
		margin-left: -376px;
	}
	.viewing-page-3 .fake-content {
		top: -100%;
		-webkit-transition:top .9s;
		-moz-transition:top .9s;
		-o-transition:top .9s;
		transition: top .9s;
	}
	.viewing-page-3 .fake-content .green {
		-webkit-transform: translate3d(0, 160px, 0) !important;
		-moz-transform: translate3d(0, 160px, 0) !important;
		transform: translate3d(0, 160px, 0) !important;	
	}
	.viewing-page-4 .fake-content {
		top: 0;
		-webkit-transition:top .9s;
		-moz-transition:top .9s;
		-o-transition:top .9s;
		transition: top .9s;
	}
	.viewing-page-4 .fake-content .green {
		-webkit-transform: translate3d(0, 0, 0) !important;
		-moz-transform: translate3d(0, 0, 0) !important;
		transform: translate3d(0, 0, 0) !important;	
	}

	.viewing-page-4 #betweenSlidesAnimStart .pink,
	.viewing-page-4 #betweenSlidesAnimStart .yellow {
		-webkit-transform: translate3d(0, -160px, 0) !important;
		-moz-transform: translate3d(0, -160px, 0) !important;
		transform: translate3d(0, -160px, 0) !important;
	}
	.viewing-page-4 #betweenSlidesAnimEnd .copy-container {
		opacity: 1;
	}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
