/**
Bilal Tawil
CSS for TCH 
*/







	

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}	
/* ============ desktop view .end// ============ */



			
			
			
		ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block;
}
			
			
			.dropdown-item{
				background-color: #ffffff;
				padding: 15px!important;

			}


.dropdown-item-drop{
	background-color: #ffffff;
	
	padding: 5px 15px 0px 15px!important;
	-webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08);
  padding: 15px 20px; 
	
}



 .dropdown-menu {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.08);
	 background-color: #ffffff!important;
	 margin-top: -0px!important;
	 
}


			
			.navbarDropdown{
								background-color: #ffffff;

			}
		
.owl-carousel.owl-dots-overlay .owl-dots{
	
	display: none!important;
}
	

.topnavsticky {
  position: fixed;
	width: 100%;
	z-index: 1000;
	
	  border: 1px solid;
  box-shadow: 1px 2px #888888;
}




.project-navigation {
  position: relative;
  overflow: hidden;
  padding: 0;
}
.project-navigation a {
  display: inline-block;
  padding: 3.25em 0;
  text-align: center;
  width: 33.333333333333333%;
  float: left;
  background: #dddddd;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
		color: #333333;

}
.project-navigation a:hover {
  background: #da2530;
	color: #ffffff;
}
.project-navigation a:hover .larr {
  transform: translate3d(-6px, 0, 0);
  -webkit-transform: translate3d(-6px, 0, 0);
}
.project-navigation a:hover .rarr {
  transform: translate3d(6px, 0, 0);
  -webkit-transform: translate3d(6px, 0, 0);
}
.project-navigation a span {
  margin: 0;
  display: inline-block;
}
.project-navigation a span .larr,
.project-navigation a span .rarr {
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  position: relative;
  bottom: 2px;
  margin: 0 4px;
}
@media all and (max-width: 767px) {
  .project-navigation a {
    width: 100%;
    padding: 1.625em 0;
  }
}
.pagination-container {
  margin-top: 3.25em;
  text-align: center;
}	






.bounce {
  animation: bounce 2s infinite;
 -webkit-animation: bounce 2s infinite;
 -moz-animation: bounce 2s infinite;
 -o-animation: bounce 2s infinite;
}
 
@-webkit-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
 40% {-webkit-transform: translateY(-10px);}
 60% {-webkit-transform: translateY(-15px);}
}
 
@-moz-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
 40% {-moz-transform: translateY(-10px);}
 60% {-moz-transform: translateY(-15px);}
}
 
@-o-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
 40% {-o-transform: translateY(-10px);}
 60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
 0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
 40% {transform: translateY(-10px);}
 60% {transform: translateY(-15px);}
}
	
	
	@keyframes toColor {
    0%    { -webkit-filter: grayscale(100%); filter: grayscale(100%); }
    25%   { -webkit-filter: grayscale(75%); filter: grayscale(75%); }
    50%   { -webkit-filter: grayscale(50%); filter: grayscale(50%); }
    75%   { -webkit-filter: grayscale(25%); filter: grayscale(25%); }
    100%  { -webkit-filter: grayscale(0%); filter: grayscale(0%); }
}


img.desaturate { 
   animation: toColor 5s;
}



.container-fluid .gallery-wrapper.spacing-30 {
  margin: 0 -5px;
}

.hoverbox-1,
.hoverbox-2,
.hoverbox-3,
.hoverbox-4,
.hoverbox-5,
.hoverbox-6,
.hoverbox-7,
.hoverbox-8,
.hoverbox-9,
.hoverbox-10 {
  overflow: hidden;
  position: relative;
  display: inline-block;
}

.hoverbox-1 img,
.hoverbox-2 img,
.hoverbox-3 img,
.hoverbox-4 img,
.hoverbox-5 img,
.hoverbox-6 img,
.hoverbox-7 img,
.hoverbox-8 img,
.hoverbox-9 img,
.hoverbox-10 img {
  -webkit-transition: ease-out 0.2s;
  transition: ease-out 0.2s;
}

.hoverbox-1:before,
.hoverbox-2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  -webkit-transition: ease-out 0.2s;
  transition: ease-out 0.2s;
}

.hoverbox-1 .hover-content,
.hoverbox-2 .hover-content {
  position: absolute;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: ease-out 0.2s;
  transition: ease-out 0.2s;
}

.hoverbox-1 .hover-content h1, .hoverbox-1 .hover-content h2, .hoverbox-1 .hover-content h3, .hoverbox-1 .hover-content h4, .hoverbox-1 .hover-content h5, .hoverbox-1 .hover-content h6,
.hoverbox-2 .hover-content h1,
.hoverbox-2 .hover-content h2,
.hoverbox-2 .hover-content h3,
.hoverbox-2 .hover-content h4,
.hoverbox-2 .hover-content h5,
.hoverbox-2 .hover-content h6 {
  color: #fff;




}

.hoverbox-1:hover:before,
.hoverbox-2:hover:before {
  opacity: 1;
}

.hoverbox-1:hover img,
.hoverbox-2:hover img {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.hoverbox-1:hover .hover-content,
.hoverbox-2:hover .hover-content {
  visibility: visible;
  opacity: 1;
}

.hoverbox-1 .hover-content {
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  margin-top: 5px;
  padding: 0 30px;
}

.hoverbox-1:hover .hover-content {
  margin-top: 0;
}

.hoverbox-2 .hover-content {
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  width: 100%;
  padding: 30px;
}

.hoverbox-2:hover .hover-content {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.hoverbox-3:before {
  content: '';
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  z-index: 1;
  opacity: 0;
  background: #fff;
  -webkit-transition: ease-out 0.2s;
  transition: ease-out 0.2s;
}

.hoverbox-3 .hover-content {
  position: absolute;
  top: 50%;
  right: 20px;
  left: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  margin-top: 5px;
  padding: 0 30px;
  -webkit-transition: ease-out 0.2s;
  transition: ease-out 0.2s;
}

.hoverbox-3:hover:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.hoverbox-3:hover img {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.hoverbox-3:hover .hover-content {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
}

.hoverbox-4 .hover-content {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  background: #fff;
  padding: 30px;
  -webkit-transition: ease-out 0.2s;
  transition: ease-out 0.2s;
}

.hoverbox-4:hover img {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.hoverbox-4:hover .hover-content {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.hoverbox-5:before,
.hoverbox-6:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(255, 183, 0, 0.2);
  width: 100%;
  height: 100%;
  -webkit-transition: ease-out 0.2s;
  transition: ease-out 0.2s;
}

.hoverbox-5 .content,
.hoverbox-5 .hover-content,
.hoverbox-6 .content,
.hoverbox-6 .hover-content {
  position: absolute;
  z-index: 2;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: ease-out 0.2s;
  transition: ease-out 0.2s;
}

.hoverbox-5 .content h1, .hoverbox-5 .content h2, .hoverbox-5 .content h3, .hoverbox-5 .content h4, .hoverbox-5 .content h5, .hoverbox-5 .content h6,
.hoverbox-5 .hover-content h1,
.hoverbox-5 .hover-content h2,
.hoverbox-5 .hover-content h3,
.hoverbox-5 .hover-content h4,
.hoverbox-5 .hover-content h5,
.hoverbox-5 .hover-content h6,
.hoverbox-6 .content h1,
.hoverbox-6 .content h2,
.hoverbox-6 .content h3,
.hoverbox-6 .content h4,
.hoverbox-6 .content h5,
.hoverbox-6 .content h6,
.hoverbox-6 .hover-content h1,
.hoverbox-6 .hover-content h2,
.hoverbox-6 .hover-content h3,
.hoverbox-6 .hover-content h4,
.hoverbox-6 .hover-content h5,
.hoverbox-6 .hover-content h6 {
  color: #fff;
}

.hoverbox-5 .hover-content,
.hoverbox-6 .hover-content {
  visibility: hidden;
  opacity: 0;
}

.hoverbox-5:hover:before,
.hoverbox-6:hover:before {
  background: rgba(0, 0, 0, 0.2);
}

.hoverbox-5:hover img,
.hoverbox-6:hover img {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.hoverbox-5:hover .hover-content,
.hoverbox-6:hover .hover-content {
  visibility: visible;
  opacity: 1;
}

.hoverbox-5 .content,
.hoverbox-5 .hover-content {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  padding: 0 30px;
}

.hoverbox-5 .hover-content {
  margin-top: 5px;
}

.hoverbox-5:hover .content {
  visibility: hidden;
  opacity: 0;
  margin-top: -5px;
}

.hoverbox-5:hover .hover-content {
  margin-top: 0;
}

.hoverbox-6 .content,
.hoverbox-6 .hover-content {
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px;
}

.hoverbox-6 .hover-content {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.hoverbox-6:hover .content {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  visibility: hidden;
  opacity: 0;
}

.hoverbox-6:hover .hover-content {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.hoverbox-7:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  -webkit-transition: ease-out 0.2s;
  transition: ease-out 0.2s;
}

.hoverbox-7 .content,
.hoverbox-7 .hover-content {
  position: absolute;
  z-index: 2;
  left: 0;
  width: 100%;
  padding: 30px;
  color: rgba(255, 255, 255, 0.7);
}

.hoverbox-7 .content h1, .hoverbox-7 .content h2, .hoverbox-7 .content h3, .hoverbox-7 .content h4, .hoverbox-7 .content h5, .hoverbox-7 .content h6,
.hoverbox-7 .hover-content h1,
.hoverbox-7 .hover-content h2,
.hoverbox-7 .hover-content h3,
.hoverbox-7 .hover-content h4,
.hoverbox-7 .hover-content h5,
.hoverbox-7 .hover-content h6 {
  color: #fff;
}

.hoverbox-7 .content {
  top: 0;
}

.hoverbox-7 .hover-content {
  bottom: 0;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: ease-out 0.2s;
  transition: ease-out 0.2s;
}

.hoverbox-7:hover:before {
  background: rgba(0, 0, 0, 0.7);
}

.hoverbox-7:hover img {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.hoverbox-7:hover .hover-content {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.hoverbox-8 a,
.hoverbox-9 a,
.hoverbox-10 a {
  display: block;
}

.hoverbox-8 a:before,
.hoverbox-9 a:before,
.hoverbox-10 a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  background: rgba(255, 255, 255, 0.1);
  width: 100%;
  height: 100%;
  -webkit-transition: ease-out 0.2s;
  transition: ease-out 0.2s;
}

.hoverbox-8 .content,
.hoverbox-9 .content,
.hoverbox-10 .content {
  position: absolute;
  display: inline-block;
  background: #fff;
  padding: 10px 20px;
  color: rgba(0, 0, 0, 0.9);
}

.hoverbox-8 .content h1, .hoverbox-8 .content h2, .hoverbox-8 .content h3, .hoverbox-8 .content h4, .hoverbox-8 .content h5, .hoverbox-8 .content h6,
.hoverbox-9 .content h1,
.hoverbox-9 .content h2,
.hoverbox-9 .content h3,
.hoverbox-9 .content h4,
.hoverbox-9 .content h5,
.hoverbox-9 .content h6,
.hoverbox-10 .content h1,
.hoverbox-10 .content h2,
.hoverbox-10 .content h3,
.hoverbox-10 .content h4,
.hoverbox-10 .content h5,
.hoverbox-10 .content h6 {
  color: rgba(0, 0, 0, 0.9);
}

.hoverbox-8:hover a:before,
.hoverbox-9:hover a:before,
.hoverbox-10:hover a:before {
  opacity: 1;
}

.hoverbox-8:hover img,
.hoverbox-9:hover img,
.hoverbox-10:hover img {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.hoverbox-8 .content {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hoverbox-9 .content {
  top: 20px;
  left: 20px;
}

.hoverbox-10 .content {
  bottom: 20px;
  left: 20px;
}

.timeline-wrapper {
  position: relative;
}



/* Accordion
=================================*/
.accordion *{
	box-sizing: border-box;
	outline: 0;
}
.accordion{
	background-color: #ffffff;
	border: solid 0px #e9e9e9;
	
/* main border
=================================*/
}

/* Header
=================================*/
.accordion-header{
	min-height: 50px;
	padding: 10px 35px 10px 15px;
	line-height: 20px;
	/*
	font-size: 13px;
	font-weight: 600;
	color: #434955;*/
	border-bottom: solid 3px #e9e9e9;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	background-color: #fff;
	-webkit-tap-highlight-color: transparent;
	transition: background .2s linear;
}
.accordion-item:last-child .accordion-header{
	border-bottom: none;
}
.accordion-header:hover,
.accordion-item.active .accordion-header{
	background-color: #e9e8e8!important;
}
/* Header icons (Font Awesome) */
.accordion-header i{
	width: 26px;
	text-align: left;
	font-size: 16px;
}
/* Header arrows */
.accordion-header .accordion-item-arrow{
	position: absolute;
	right: 15px;
	height: 20px;
	margin-top: -10px;
	top: 50%;
}
.accordion-header .accordion-item-arrow:before{
	content: "\f078";
	font-family: 'FontAwesome';
	font-size: 18px;
	float: right;
	transition: all .2s linear;
}
.accordion-item.active .accordion-header .accordion-item-arrow:before{
	-ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg); 
    transform: rotate(180deg);
}

/* Content
=================================*/
.accordion-content{
	padding: 15px;
	display: none;
	border-bottom: solid 1px #e9e9e9;
	font-size: 14px;
	color: #434955;
}
.accordion-item:last-child .accordion-content{
	border-bottom: none;
	border-top: solid 1px #e9e9e9;
}









	.logonav1{
		width: 200px; 
		height: 132px;
		margin-top: -50px;
		
	}


_:-moz-tree-row(hover), .nav  {
	margin-top: -12px!important;
} 

_:-moz-tree-row(hover), .logonav1  {
	margin-top: 0px!important;
} 


.socialbartop{
z-index: 99 !important;
	position: relative;
}










.color2{
	color: #525252;
	letter-spacing: 1px;
}





.ar{
	color: #333!important;
	padding-left: 12px;
	font-size: 15px;
	
}
	

.donate{
	background-color: #da2530!important;
	color: #fff!important;
	padding: 0px 10px 0px 10px!important;
}

.headline1{
font-size: 28px;
	line-height: 35px;
	color: #da2530;  
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-transform: translateZ(0);	
	
}



@media (min-width: 320px) and (max-width: 991px) {
.notformobile{
display:none;
	
	
	
}
	
	.logonav1 img{
		
		margin-top:-20px!important;

	}
	

.feat img{
width:100%!important;
margin-bottom: 20px;
}
.paranew{
display:none;
}
.weekly{
font-size:22px;
}
.thumbnails a{
text-decoration:none!important;}
.grow{
}
.divider-vertical {
display:none!important;               
}

.headline1{
		font-size: 20px!important;
	margin-top: -30px!important;
	line-height: 22px;

		
	}

	
	h4{
	font-size: 20px!important;
	line-height: 22px;	
	}
	.logonav1{
		width: 130px!important; 
		height: 86px!important;
		margin-top: 0px!important;

		
	}
	
	

}


/* Medium Devices, .visible-md-* */
@media (min-width: 992px) and (max-width: 1199px) {

	
.formobileonly{
display:none!important;
}
.feat img{
width:100%!important;
margin-bottom: 20px;
}
.emailicon{
display:none;}

.well img{

height:50px!important;
margin-top:10px;
}

.countdown {
  font-size: 40px;
  line-height: 88px;
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 42px;
  line-height: 64px;
  font-weight: 300;
  text-transform: capitalize;
}

	.logonav1{
		width: 130px!important; 
		height: 86px!important;
		margin-top: 0px!important;

		
	}
	
	
}



/* Large Devices, .visible-lg-


	margin-top: -51px!important;	


* */


@media (min-width: 1200px) {

.container{
		
	}
.formobileonly{
display:none!important;
}

.logonav1{
		width: 130px!important; 
		height: 86px!important;
		margin-top: 0px!important;

		
	}

}





/* #WORK NAV #NEW
================================================== */
.work-navigation{
  padding:18px 0;
	width: 100%;
  z-index: 99;
}
.work-navigation .icon{
  line-height:19px;
	vertical-align: middle;
}
.work-navigation .work-all .icon{
  line-height: 19px;
}
.work-navigation .fa-times{
	font-size: 16px;
	margin-top: -2px;
}
.work-navigation a{
	display: block;
	float: left;
	width: 33.33333%;
	overflow: hidden;
	vertical-align: middle;
	text-decoration: none;
	white-space: nowrap;
	cursor: default;
}
.work-navigation a span{
	display: inline-block;
}
.work-prev{ text-align: left;}
.work-all{ text-align: center;}
.work-next{	text-align: right;}



.headlinefont{
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	
}

.red{
	
color: #da2530;
}



.headlinecards{
	font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
 -webkit-font-smoothing: antialiased!important;
  -moz-osx-font-smoothing: grayscale!important;}

.text-cardsnews{
font-family: 'Lora', 'Helvetica', 'Arial', sans-serif!important;
font-size: 1em!important;
line-height: 1.625em!important;
font-weight: 400!important;
  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-transform: translateZ(0);
}


.h6head{
	font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
	font-weight:500;
 	color: #767676;
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;

}





.headling{
	font-family: 'Montserrat', sans-serif;
	font-size: 28px;
	font-weight: 900!important;
	letter-spacing: 3px;
	text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-transform: translateZ(0);
}

.text-1{
	font-family: 'Lora', serif;
	font-size: 18px;
	font-weight: 100!important;
	letter-spacing: 1px;
}










.logointro{
	width: 160px!important;
}

.bg-dark-lighter{
	background-color: #da2530!important;
}

@-webkit-keyframes fadeIn {
from {
opacity:0
}
to {
opacity:1
}
}
@-moz-keyframes fadeIn {
from {
opacity:0
}
to {
opacity:1
}
}
@keyframes fadeIn {
from {
opacity:0
}
to {
opacity:1
}
}
.fade-in {
	opacity: 0;
	-webkit-animation: fadeIn ease-in 1;
	-moz-animation: fadeIn ease-in 1;
	animation: fadeIn ease-in 1;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-duration: .3s;
	-moz-animation-duration: .3s;
	animation-duration: .3s;
}
.fade-in.one {
	-webkit-animation-delay: .3s;
	-moz-animation-delay: .3s;
	animation-delay: .3s;
}
.fade-in.two {
	-webkit-animation-delay: .7s;
	-moz-animation-delay: .7s;
	animation-delay: .7s;
}
.fade-in.three {
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	animation-delay: 1s;
}
.fade-in.four {
	-webkit-animation-delay: 1.4s;
	-moz-animation-delay: 1.4s;
	animation-delay: 1.4s;
}

.fade-in.five {
	-webkit-animation-delay: 2.0s;
	-moz-animation-delay: 2.0s;
	animation-delay: 2.0s;
}





@-webkit-keyframes pulse_animation{
	0%,100%,30%,50%,60%,80%{
		
	-webkit-transform:scale(1);
	}
	40%{-webkit-transform:scale(1.02);
	}
	
	70%{
		-webkit-transform:scale(1.03);
	}
	}
	
	.pulse{
		-webkit-animation-name:pulse_animation;
		-webkit-animation-duration:5s;
		-webkit-transform-origin:10% 10%;
		-webkit-animation-iteration-count:infinite;
		-webkit-animation-timing-function:linear;
		}







						.grow{
							-moz-transition:all .2s ease-out;
							-ms-transition:all .2s ease-out;
							-o-transition:all .2s ease-out;
							transition:all .2s ease-out;
							}
							
							.grow:hover{
								-webkit-transform:translate(0,-5px);
								-moz-transform:translate(0,-5px);
								-ms-transform:translate(0,-55px);
								-o-transform:translate(0,-5px);
								transform:translate(0,-5px);
								}

















.card {
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
}
.card .card__image img {
  margin: 0;
}
.card .card__title h1,
.card .card__title h2,
.card .card__title h3,
.card .card__title h4,
.card .card__title h5,
.card .card__title h6 {
  margin: 0;
}
.card .card__body {
  margin-bottom: 0;
}
.card .card__lower span {
  margin-bottom: 0;
}
.card .card__lower span:not(.h6) {
  font-size: 0.625em;
  font-style: italic;
  display: inline-block;
  color: #767676;
}
.slider[data-items] .card {
  margin: 0 15px;
  margin-bottom: 3.25em;
}
@media all and (max-width: 990px) {
  .card .card__body {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 767px) {
  .card .card__body {
    margin-bottom: 15px;
    min-width: 100%;
  }
}
.card--horizontal {
  overflow: hidden;
  position: relative;
}
.card--horizontal .card__image {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0;
}
.card--horizontal .card__body {
  float: right;
}
@media all and (max-width: 767px) {
  .card--horizontal .card__image {
    position: relative;
  }
  .card--horizontal .card__image .background-image-holder {
    position: relative;
    background: none;
  }
  .card--horizontal .card__image .background-image-holder img {
    display: block;
  }
}
a .card {
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
}
a .card p,
a .card span {
  color: #767676;
}
a .card:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
a .card.card-6:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
a:active .card {
  transform: scale(0.99);
  -webkit-transform: scale(0.99);
}
.card-1 .card__icon {
  background: #f4f4f4;
  padding: 4.875em 0;
  text-align: center;
}
.card-1 .card__title + p {
  margin-top: 1.625em;
}
@media all and (max-width: 767px) {
  .card-1 .card__icon {
    padding: 3.25em 0;
  }
}
.card-1,
.card-2 {
  margin-bottom: 30px;
}
.card-1 .card__title,
.card-2 .card__title {
  margin-bottom: 0.8125em;
}
.card-1 span:not(:last-child),
.card-2 span:not(:last-child) {
  margin-bottom: 1.625em;
  display: inline-block;
}
.card-1 .card__body p,
.card-2 .card__body p {
  min-height: 8.125em;
}
@media all and (max-width: 767px) {
  .card-1 .card__body p,
  .card-2 .card__body p {
    min-height: 0;
  }
}
.card-3 {
  margin-bottom: 30px;
}
.card-3 .card__body .card__title {
  margin-bottom: 0;
}
.card-4 {
  margin-bottom: 30px;
}
.card-4 .card__body h6:first-child {
  margin-bottom: 1.3em;
  color: #767676;
}
.card-4 .card__body h5 {
  font-weight: 400;
}
.card-4 .card__body .card__title {
  height: 4.875em;
  margin-bottom: 1.625em;
  text-overflow: ellipsis;
  overflow: hidden;
}
.card-4 hr {
  margin-top: 0;
  margin-bottom: 1.625em;
}
.card-5 {
  margin-bottom: 1.625em;
}
.card-5 .card__body {
  padding-bottom: 16.25em;
}
.card-5 .card__body .card__title {
  margin-bottom: 0.40625em;
}
.card-5 .card__body .card__title + span {
  margin-bottom: 1.625em;
  display: inline-block;
}
.card-5 .card__body .card__title + p {
  margin-top: 1.625em;
}
.masonry .card-5 {
  margin-bottom: 0;
}
@media all and (max-width: 990px) {
  .card-5 .card__body {
    padding-bottom: 13em;
  }
}
@media all and (max-width: 767px) {
  .card-5 .card__body {
    padding-bottom: 0.8125em;
  }
}
.card-6 {
  margin-bottom: 1.625em;
}
.card-6 .card__body .card__title {
  margin-bottom: 1.625em;
}
.card-6 .card__body p:last-of-type {
  margin-bottom: 6.5em;
}
@media all and (max-width: 767px) {
  .card-6 .card__body p:last-of-type {
    margin-bottom: 3.25em;
  }
}
.card-7 {
  margin-bottom: 30px;
}
.card-7 .card__body {
  position: relative;
}
.card-7 .card__body .card__title h6,
.card-7 .card__body .card__title h5 {
  margin-bottom: 0;
  max-height: 1.625em;
}
.card-7 .card__body .card__title h6 {
  opacity: .3;
  margin-bottom: 0.65em;
}
.card-7 .card__body .card__price {
  position: absolute;
  top: 2.4375em;
  right: 2.4375em;
}
.card-7 .card__body .card__price span {
  display: block;
}
.card-7 .card__body .card__price span.type--strikethrough {
  opacity: .5;
}
@media all and (max-width: 1200px) {
  .card-7 .card__price {
    margin-bottom: 0.8125em;
  }
}
.card-8 {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.card-8 .boxed {
  padding: 3.25em 4.875em;
}
.card-8 .card__title h6 {
  opacity: .5;
}
.card-8 .card__title h3 {
  max-width: 75%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-8 .card__body {
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
}
.card-8 .card__image {
  padding: 0;
  overflow: hidden;
  background: #eee;
}
.card-8 .card__image img {
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
}
.card-8 .card__image:hover img {
  transform: scale(0.98);
  -webkit-transform: scale(0.98);
}
.card-8 hr {
  margin-bottom: 3.25em;
}
.card-8 p[class*='col-'] {
  padding: 0;
  float: none;
  margin-bottom: 4.875em;
}
.card-8 .card__price {
  position: absolute;
  top: 3.25em;
  right: 4.875em;
}
.card-8 .card__price span {
  font-size: 1.4375em;
}
.card-8 .card__price span.type--strikethrough {
  margin-right: 1.1304347826087em;
}
@media all and (max-width: 1200px) {
  .card-8 .card__body {
    position: relative;
    height: auto;
  }
  .card-8 hr {
    margin-bottom: 1.625em;
  }
  .card-8 p[class*='col-'] {
    margin-bottom: 3.25em;
  }
}
@media all and (max-width: 1024px) {
  .card-8 .boxed {
    padding: 3.25em 3.25em;
  }
  .card-8 .card__price {
    position: relative;
    right: 0;
    top: 0;
    margin-top: 0.8125em;
  }
}
@media all and (max-width: 767px) {
  .card-8 {
    margin-bottom: 0;
  }
  .card-8 .card__title {
    margin-top: 0;
  }
  .card-8 .card__body {
    position: relative;
    height: auto;
  }
  .card-8 .card__price {
    margin-bottom: 1.625em;
  }
}



@-webkit-keyframes pulse_animation{
	0%,100%,30%,50%,60%,80%{
		
	-webkit-transform:scale(1);
	}
	40%{-webkit-transform:scale(1.02);
	}
	
	70%{
		-webkit-transform:scale(1.03);
	}
	}
	
	.pulse{
		-webkit-animation-name:pulse_animation;
		-webkit-animation-duration:5s;
		-webkit-transform-origin:10% 10%;
		-webkit-animation-iteration-count:infinite;
		-webkit-animation-timing-function:linear;
		}







						.grow{
							-moz-transition:all .2s ease-out;
							-ms-transition:all .2s ease-out;
							-o-transition:all .2s ease-out;
							transition:all .2s ease-out;
							}
							
							.grow:hover{
								-webkit-transform:translate(0,-5px);
								-moz-transform:translate(0,-5px);
								-ms-transform:translate(0,-55px);
								-o-transform:translate(0,-5px);
								transform:translate(0,-5px);
								}





.masonry-blog .masonry__item .card .card__body {
  margin-bottom: 0;
}
.masonry-blog .masonry__item .card:not(.card--horizontal) .card__image {
  position: relative;
  overflow: hidden;
}
.masonry-blog .masonry__item .card:not(.card--horizontal) .card__image img {
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
}
.masonry-blog .masonry__item .card:not(.card--horizontal):hover .card__image img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.masonry-blog .masonry__item .card .video-cover iframe {
  min-height: 256px;
}





