/* Main Css It Will Overwrite All Previous Css */
html {
  scroll-behavior: smooth;
}
/* btn lang */
.container{
	position: relative;
}
.btn.btn-lang{
	background: #0066B3;
    color: #fff;
    border: 1px solid #0066B3;
    padding: 4px 12px;
    border-radius: 2px;
    position: relative;
    top: 6px;
    margin: -15px 0 0 0;
}

/* Menu Style */

#menu li {
    display: inline-block;
    margin: 10px;
    color: #000;
    background: #fff;
    background: rgba(255, 255, 255, 0.0);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#menu li.active {
    background: #666;
    background: rgba(0, 0, 0, 0.0);
    color: #fff;
}

#menu li a {
    text-decoration: none;
    color: #000;
}

#menu li.active a:hover {
    color: #000;
}

#menu li:hover {
    background: rgba(255, 255, 255, 0.0);
}

#menu li a,
#menu li.active a {
    padding: 9px 18px;
    display: block;
}

#menu li.active a {
    color: #fff;
}

#menu {
    position: fixed;
    top: 0;
    left: 0;
    height: 40px;
    z-index: 70;
    width: 100%;
    padding: 0;
    margin: 0;
}

#rtlb {
    direction: rtl;
}

.rtlb {
    direction: rtl;
}

.pullcenter {
    text-align: center !important;
}


/* Floating Social Media Bar Style Starts Here */

.fl-fl {
    background: #000000;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 4px;
    width: 190px;
    position: fixed;
    right: -150px;
    z-index: 1000;
    font: normal normal 10px Arial;
    border-radius: 8px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.fa {
    font-size: 35px;
    color: #fff;
    padding: 3px 0;
    width: 40px;
    margin-left: 4px;
}

.fl-fl:hover {
    right: 0;
}

.fl-fl a {
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    line-height: 14px!important;
    vertical-align: top!important;
    padding: 14px 0 12px;
    display: inline-block;
}

.float-fb {
    top: 160px;
    background: #60b82d;
    background: -moz-linear-gradient(top, #69ca3b 0%, #56a61e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #69ca3b), color-stop(100%, #56a61e));
    background: linear-gradient(#69ca3b, #56a61e);
    -pie-background: linear-gradient(#69ca3b, #56A61E);
}

.float-tw {
    top: 215px;
    background: #60b82d;
    background: -moz-linear-gradient(top, #69ca3b 0%, #56a61e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #69ca3b), color-stop(100%, #56a61e));
    background: linear-gradient(#69ca3b, #56a61e);
    -pie-background: linear-gradient(#69ca3b, #56A61E);
}

.float-ig {
    top: 270px;
    background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}


/* Floating Social Media Bar Style Ends Here */

.alignright {
    text-align: center !important;
}

.navbar.transparent .navbar-inner {
    background-color: rgba(0, 0, 0, 0.8);
    text-align: center !important;
    opacity: 0.8 !important;
    padding-top: 10px;
}


/* Main Css It Will Overwrite All Previous Css */
.tp-caption.alignright{
	text-align: left !important;
}
.rev_slider .tp-mask-wrap .tp-caption,
.rev_slider .tp-mask-wrap .tp-caption .text-theme-colored{
	color: #fff !important;
	text-transform: uppercase;
}
#rev_slider_home .btn-dark.btn-theme-colored{
	color: #fff;
    background-color: #0066B3 !important;
    border-color: #0066B3 !important;
	transition: all 0.3s ease !important;
    font-size: 14px !important;
    min-width: 200px;
    padding: 16px 12px !important;
    text-align: center !important;
}
.btn-dark.btn-theme-colored{
    color: #fff;
    background-color: #0066B3 !important;
    border-color: #0066B3 !important;
    transition: all 0.3s ease !important;
}
.btn-dark.btn-theme-colored:hover{
	background-color: #2AACE2 !important;
    border-color: #2AACE2 !important;
}
.tp-bannertimer.tp-bottom{
	background-color: rgb(0, 0, 0, 0.70) !important;
}
.fcairo .border-5px .fa{
	vertical-align: middle;
}
.fcairo .border-5px .btn{
	width: 100%;
}
.section-content h1 .text-theme-colored,
.section-content h2 .text-theme-colored,
.section-title h5 .text-theme-colored,
.section-title h5.fcairo,
#contact h3.fcairo{
	color: #0066B3 !important;
}
#service .icon-box{
	position: relative;
	min-height: 345px;
}
#service .icon-box .icon{
	width: auto;
    text-align: left;
    position: absolute;
    top: 6px;
    left: 10px;
    height: auto;
}
#service .icon-box .icon-box-details{
	margin-left: 35px;
}
#service .icon-box-details .font-13{
	padding-bottom: 20px;
}
.team-member{
	padding: 20px 10px;
}
.divider .container{
	padding-top: 40px;
    padding-bottom: 40px;
}
#contact h3.fcairo{
	font-size: 30px;
}
.border-1px,
.team-member{
    border: 1px solid #eeeeee !important;
    border-color: rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
}
.form-group .btn[type="submit"]{
	padding: 12px 52px;
}
.footer-box-wrapper .bg-theme-colored-darker2,
.footer-box-wrapper .bg-theme-colored-darker3,
.footer-box-wrapper .bg-theme-colored-darker4{
	background-color: transparent !important;
}
#footer > .container > .row.mb-50{
	border-bottom: 1px solid;
}
.fl-fl{
	border-radius: 8px 0 0 8px;
}
#cali-services .icon-box{
	text-align: center;
    border: 1px solid #eeeeee !important;
    border-color: rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    padding: 16px 20px 18px;
	margin-top: 40px !important;
	border-radius: 4px;
    min-height: 266px;
}
.section-content .border-5px{
	border-radius: 8px;
}
.float-facebook{
    top: 105px;
    background: #3b5998;
}
.fl-fl.float-fb{
    background: #2AACE2;
}
.footer .footerbrandlogo{
    width: 155px;
}
.navbar .brandlogo{
 width: 75px;

}
.navbar{
    min-height: 88px;
}
.nav.navbar-nav{
    padding: 20px 0 0;
}
.fl-fl{
    position: relative;
	margin: 0 0 4px;
	top: 0 !important;
}
.fl-fl:last-child{
	margin-bottom: 0px !important;
}
.fl-fl.float-fb{
    margin-top: 0px;
}
.fl-fl.float-tw{
    margin-top: 0px;
}
.fl-fl.float-ig{
    margin-top: 0px;
}
.float-sm{
	position: fixed;
    top: 50%;
    right: 0px;
	transform: translateY(-50%);
}
.nav-up {
    top: 0px !important;
}
#service .icon-box .icon {
    width: 100%;
    text-align: center;
    position: static;
    top: 0;
    left: 0;
    height: auto;
    display: block;

}
#service .icon-box .icon-box-details {
    margin-left: 0;
    text-align: center;
	direction: rtl;
}
.custom_icon img {
    height: 48px;
}
.navbar-fixed-bottom{
    height: 100%;
    min-height: 100%;
    width: 90px !important;
}
.tz-galleryB{
    width: auto;
}
.tz-gallery .cal_gallery{
    overflow: hidden;
    height: auto;
}
.tz-gallery ul.cal_gallery > li{
    display: block;
    margin: 0 0 4px;
}
.tz-gallery ul.cal_gallery > li:last-child{
    margin: 0px;
}
.tz-gallery ul.cal_gallery > li .lightbox{
    position: relative;
    display: block;
}
.tz-gallery ul.cal_gallery > li .lightbox img{
    position: relative;
    display: block;
	left: -15px;
	-webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
	border: 1px solid !important;
    border-color: rgba(47, 172, 226, 0.3) !important;
    -webkit-box-shadow: 0 0 3px rgba(47, 172, 226, 0.1) !important;
    -moz-box-shadow: 0 0 3px rgba(47, 172, 226, 0.1) !important;
    box-shadow: 0 0 3px rgba(47, 172, 226, 0.1) !important;
	border-left: 0px !important;
}
.tz-gallery ul.cal_gallery > li .lightbox img:hover{
	left: 0px;
}
.tz-galleryB{
    padding: 0;
    position: fixed;
    top: 50%;
    transition: all 0.5s;
    margin-left: 0%;
    border-radius: 0 4px 4px 0;
    height: 220px !important;
    width: 85px !important;
    overflow: hidden;
    transform: translateY(-50%);
}
.tz-galleryB .tz-gallery{
	position: static;
    width: auto !important;
    height: auto !important;
    padding: 0px;
}
.tz-galleryB .tz-gallery .lightbox img{
    border-radius: 0px 8px 8px 0px;
    height: 52px;
    width: 55px;
    transform: scale(1) !important;
    margin: 0 0;
    border: 0px solid #fff;
    border-left: 0px;
}
.tz-galleryB .tz-gallery .lightbox img:hover {
    transform: scale(1) !important;
}
.tz-galleryB .text-theme-colored.fcairo{
    color: #fff !important;
    text-align: center;
    display: block;
    width: 20%;
    position: relative;
    top: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    z-index: 1;
}
.navbar-default .navbar-nav{
    padding: 32px 0
}
.navbar-default .navbar-nav>li{
    margin: 0 42px 0 0;
}
.navbar-default .navbar-nav>li:last-child{
    margin-right: 0px;
}
.navbar-default .navbar-nav>li>a{
    font-size: 16px;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    transform: perspective(1px) translateZ(0);
    position: relative;
    padding: 0 0;
}
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:active,
.navbar-default .navbar-nav>li.current-menu>a{
    color: #0066B3 !important;
   text-shadow: 0 0 .65px #0066B3, 0 0 .65px #0066B3;
}
.navbar-default .navbar-nav>li>a:before{
    content: "";
    position: absolute;
    z-index: 1;
    top: inherit;
    left: 0;
    right: 0;
    bottom: -1px;
    background: #0066B3;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    height: 1px;
}
.navbar-default .navbar-nav>li>a:hover:before, 
.navbar-default .navbar-nav>li>a:focus:before, 
.navbar-default .navbar-nav>li>a:active:before,
.navbar-default .navbar-nav>li.current-menu>a:before{
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.navbar.navbar-fixed-top{
    background: rgba(0,0,0,0.7) !important;
	z-index: 99991;
}


/* Eng Lang */
.lang-en .navbar-header.navbar-right{
	float: left !important;
}
.lang-en .nav.navbar-nav.navbar-left{
	float: right !important;
}
.lang-en .rtl{
	direction: ltr !important;
}
.lang-en .footer-bottom p{
	text-align: left;
}
.lang-en #contact{
	text-align: left;
}
.lang-en .form-control.text-right{
	text-align: left;
}
@media only screen and (max-width: 752px) {
	.btn.btn-lang.visible-xs{
		position: absolute;
		right: 75px;
		top: 36px;
	}
	#service .icon-box{
		min-height: auto;
	}
	.navbar.navbar-fixed-top .container{
		padding-right: 15px;
		padding-left: 15px;
	}
    .container{
		padding-right: 40px;
		padding-left: 40px;
	}
	.animatable{
		visibility: visible !important;
	}
    .navbar.navbar-fixed-top{
        min-height: 70px;
        z-index: 99999 !important;
        background: rgba(0,0,0,0.8) !important;
    }
    .navbar .brandlogo{
        width: 68px;
        position: relative;
        top: -7px;
    }
    .navbar-default .navbar-toggle{
        border: 1px solid transparent;
        border-color: #fff;
        margin-top: 18px;
    }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
        background-color: #2AACE2;
    }
    .navbar-default .navbar-toggle .icon-bar{
        background-color: #fff;
    }
    .nav.navbar-nav.navbar-left{
        text-align: center;
    }
    .navbar-default .navbar-nav>li>a{
        font-size: 16px;
		padding: 15px 0;
    }
	.navbar-default .navbar-nav>li>a:before{
		display: none !important;
	}
    .navbar-default .navbar-nav>li{
        margin: 0 0 10px;
    }
    .navbar-default .navbar-nav>li:last-child{
        margin: 0px;
    }
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse{
        height: 100vh;
        max-height: 100vh;
        margin-top: 12px;
        background: #000;
    }
	.tp-mask-wrap .tp-caption{
		white-space: normal !important;
	}
	.tp-caption.alignright{
		text-align: center !important;
	}
	#slide-1-layer-1,
	#slide-1-layer-2,
	#slide-1-layer-3,
	#slide-1-layer-4,
	#slide-1-layer-5,
	#slide-1-layer-6,
	#slide-1-layer-7,
	#slide-1-layer-8,
	#slide-1-layer-9,
	#slide-1-layer-10{
		transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1) !important;
		width: 320px !important;
		max-width: 320px !important;
		min-width: 320px !important;
	}
	.lang-en .navbar-header.navbar-right,
	.lang-en .nav.navbar-nav.navbar-left{
		float: none !important;
	}
	.opening-hourse ul li{
		font-size: 13px !important;
	}
	#about .border-5px.p-30{
		padding: 20px 15px !important;
	}
	.lang-en .footer-bottom p{
		text-align: center;
	}
}
/* css animation */
.animatable {
  
  /* initially hide animatable objects */
  visibility: hidden;
  
  /* initially pause animatable objects their animations */
  -webkit-animation-play-state: paused;   
  -moz-animation-play-state: paused;     
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;   
  animation-play-state: paused; 
}

/* show objects being animated */
.animate-in {
  visibility: visible;
  
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;

  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}

.animate-out {
  visibility: visible;
  
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;

  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;

  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  -ms-animation-direction: reverse;
  -o-animation-direction: reverse;
  animation-direction: reverse;
}

.animate-out:after {
  content ''
  letter-spacing: inherit;
}

/* CSS Animations (extracted from http://glifo.uiparade.com/) */
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}



@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-moz-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-o-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	60% {
		opacity: 0;
	}
	20% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
	60% {
		-webkit-transform: translateX(20px);
	}

	80% {
		-webkit-transform: translateX(-5px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}

	60% {
		-moz-transform: translateX(20px);
	}

	80% {
		-moz-transform: translateX(-5px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}

	60% {
		opacity: 1;
		-o-transform: translateX(20px);
	}

	80% {
		-o-transform: translateX(-5px);
	}

	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes bounceInLeft {
	0% {
		opacity: 0;
		transform: translateX(-2000px);
	}

	60% {
		transform: translateX(20px);
	}

	80% {
		transform: translateX(-5px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
@-webkit-keyframes bounceInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}

	60% {
		-webkit-transform: translateX(-20px);
	}

	80% {
		-webkit-transform: translateX(5px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes bounceInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}

	60% {
		-moz-transform: translateX(-20px);
	}

	80% {
		-moz-transform: translateX(5px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes bounceInRight {
	0% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}

	60% {
		-o-transform: translateX(-20px);
	}

	80% {
		-o-transform: translateX(5px);
	}

	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes bounceInRight {
	0% {
		opacity: 0;
		transform: translateX(2000px);
	}

	60% {
		transform: translateX(-20px);
	}

	80% {
		transform: translateX(5px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.3);
	}
	50% {
		-webkit-transform: scale(1.05);
	}

	70% {
		-webkit-transform: scale(.9);
	}

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

@-moz-keyframes bounceIn {
	0% {
		opacity: 0;
		-moz-transform: scale(.3);
	}

	50% {
		-moz-transform: scale(1.05);
	}

	70% {
		-moz-transform: scale(.9);
	}

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

@-o-keyframes bounceIn {
	0% {
		opacity: 0;
		-o-transform: scale(.3);
	}

	50% {
		-o-transform: scale(1.05);
	}

	70% {
		-o-transform: scale(.9);
	}

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

@keyframes bounceIn {
	0% {
		opacity: 0;
		transform: scale(.3);
	}

	50% {
		transform: scale(1.05);
	}

	70% {
		transform: scale(.9);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}
@-webkit-keyframes moveUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(40px);
	}	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes moveUp {
	0% {
		opacity: 1;
		-moz-transform: translateY(40px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes moveUp {
	0% {
		opacity: 1;
		-o-transform: translateY(40px);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes moveUp {
	0% {
		opacity: 1;
		transform: translateY(40px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@-webkit-keyframes fadeBgColor {
	0%{
		background:none;
	}
  70%{
		background:none;
	}
	100%{
		background:#464646;
	}
}
@-o-keyframes fadeBgColor {
	0%{
		background:none;
	}
  70%{
		background:none;
	}
	100%{
		background:#464646;
	}
}
@keyframes fadeBgColor {
	0%{
		background:none;
	}
  70%{
		background:none;
	}
	100%{
		background:#464646;
	}
}

.animate-in.animationDelay, .animate-out.animationDelay {
	animation-delay:.4s;
	-webkit-animation-delay:.4s;
}
.animate-in.animationDelayMed, .animate-out.animationDelayMed {
	animation-delay:1.2s;
	-webkit-animation-delay:1.2s;
}
.animate-in.animationDelayLong, .animate-out.animationDelayLong {
	animation-delay:1.6s;
	-webkit-animation-delay:1.6s;
}
.animate-in.fadeBgColor, .animate-out.fadeBgColor {
	-webkit-animation-name: fadeBgColor;
	-moz-animation-name: fadeBgColor;
	-o-animation-name: fadeBgColor;
	animation-name: fadeBgColor;
}
.animate-in.bounceIn, .animate-out.bounceIn {
	-webkit-animation-name: bounceIn;
	-moz-animation-name: bounceIn;
	-o-animation-name: bounceIn;
	animation-name: bounceIn;
}
.animate-in.bounceInRight, .animate-out.bounceInRight {
	-webkit-animation-name: bounceInRight;
	-moz-animation-name: bounceInRight;
	-o-animation-name: bounceInRight;
	animation-name: bounceInRight;
}
.animate-in.bounceInLeft, .animate-out.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	-moz-animation-name: bounceInLeft;
	-o-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}
.animate-in.fadeIn, .animate-out.fadeIn {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
}
.animate-in.fadeInDown, .animate-out.fadeInDown {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
.animate-in.fadeInUp, .animate-out.fadeInUp {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp; 
	animation-name: fadeInUp;
}
.animate-in.moveUp, .animate-out.moveUp {
	-webkit-animation-name: moveUp;
	-moz-animation-name: moveUp;
	-o-animation-name: moveUp;
	animation-name: moveUp;
}
