/*
	Theme Name: Clujul de Buzunar Theme
	Description: HTML5 WordPress Theme
	Version: 5.0
	Author: Sarosi Zoltan
	Author URI: http://www.linkedin.com/pub/sarosi-zoltan/40/304/96
	Tags: harta clujului, HTML5, CSS3
	
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1, h2, h3, h4 {
    color: #007897;
    font-weight: normal;
}

.content h1{
	font-size: 22px;
	margin-bottom: 10px;
	text-align: center;
}

.content strong{
	font-weight: bold;
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
body {
	color:#404040;
	background: none repeat scroll 0 0 #E3E9DC;
	font-family: 'Roboto Condensed', sans-serif; 
	font-size: 15px;
	overflow-x:hidden;
	margin: 0;
	padding: 0;
	clear: both;
}


/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}


/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/


/* wrapper */
.wrapper {
	width:1024px;
	margin:0 auto;
	position:relative;
}
#header-wrapper {
		background-color: #007294;
		background-image: -moz-linear-gradient(top, #008dab, #007294);
		background-image: -webkit-linear-gradient(top, #008dab, #007294);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#008dab), to(#007294));
		background-image: -ms-linear-gradient(top, #008dab, #007294);
		background-image: -o-linear-gradient(top, #008dab, #007294);
		background-image: linear-gradient(top, #008dab, #007294);
	}

	#header {
		position: relative;
		margin: 2.5% auto 2.5% auto;
		padding: 0 40px 0 40px;
		border-radius: 10px;
		border: solid 1px #006e8b;
		box-shadow: inset 0px 0px 0px 1px #12a0bf, 0px 1px 4px 0px rgba(0,0,0,0.10);
		background-color: #007b9d;
		background-image: -moz-linear-gradient(top, #008ead, #007b9d);
		background-image: -webkit-linear-gradient(top, #008ead, #007b9d);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#008ead), to(#007b9d));
		background-image: -ms-linear-gradient(top, #008ead, #007b9d);
		background-image: -o-linear-gradient(top, #008ead, #007b9d);
		background-image: linear-gradient(top, #008ead, #007b9d);
		height: 86px;
	}
	
		#header h1 {
			position: absolute;
			left: 40px;
			top: 0;
			color: #fff;
			font-size: 2.4em;
			letter-spacing: -2px;
			line-height: 86px;
		}

		#header h1 a {
			color: #fff;
			text-decoration: none;
		}

		#logo img{
			height: 4em;
			position: relative;
			top: 10px;
			width: 187px;
		}

/* nav */
		#header nav {
			 font-size: 1.3em;
		    letter-spacing: -1px;
		    line-height: 84px;
		    position: absolute;
		    right: 4px;
		    top: 0;
		}
			#header nav ul li{
				float: left;
			}
			
			#header nav ul li a {
				display: inline-block;
				text-decoration: none;
				color: #fff;
				padding: 0 25px 0 25px;
				outline: 0;
				font-family: 'Roboto Condensed',sans-serif;
			}
			
			#header nav ul li a.current-page-item {
				background-color: #007897;
				background-image: -moz-linear-gradient(top, #007b99, #007897);
				background-image: -webkit-linear-gradient(top, #007b99, #007897);
				background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#007b99), to(#007897));
				background-image: -ms-linear-gradient(top, #007b99, #007897);
				background-image: -o-linear-gradient(top, #007b99, #007897);
				background-image: linear-gradient(top, #007b99, #007897);
				box-shadow: inset 0px 1px 5px 1px rgba(0,0,0,0.1), 0px 0px 5px 1px rgba(255,255,255,0.1);
			}

			#header nav ul li a:hover {
				background-color: #0882a1;
				background-image: -moz-linear-gradient(top, #0782a0, #077d9b);
				background-image: -webkit-linear-gradient(top, #0782a0, #077d9b);
				background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0782a0), to(#077d9b));
				background-image: -ms-linear-gradient(top, #0782a0, #077d9b);
				background-image: -o-linear-gradient(top, #0782a0, #077d9b);
				background-image: linear-gradient(top, #0782a0, #077d9b);
				box-shadow: inset 0px 1px 5px 1px rgba(0,0,0,0.05), 0px 0px 5px 1px rgba(255,255,255,0.05);
			}
			
			 #header nav ul > li.current-menu-item > a, #header nav ul > li.current-page-item a {
				background-color: #0882a1;
				background-image: -moz-linear-gradient(top, #0782a0, #077d9b);
				background-image: -webkit-linear-gradient(top, #0782a0, #077d9b);
				background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0782a0), to(#077d9b));
				background-image: -ms-linear-gradient(top, #0782a0, #077d9b);
				background-image: -o-linear-gradient(top, #0782a0, #077d9b);
				background-image: linear-gradient(top, #0782a0, #077d9b);
				box-shadow: inset 0px 1px 5px 1px rgba(0,0,0,0.05), 0px 0px 5px 1px rgba(255,255,255,0.05);
			}

/* sidebar */
.sidebar {
	position: relative;
	float: right;
	width: 300px;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #C8C8C8;
    box-shadow: 0 2px 5px rgba(50, 50, 50, 0.15);
    font-size: 13px;
    padding: 30px;
}

.sidebar-widget h3{
    border-bottom: 1px solid #2F2F2F;
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 20px;
    padding: 0 0 10px;
}

.sidebar a{
	color: #878E83;
	text-decoration: none;
	font-size: 14px;
}

.widget_recent_entries{
	margin-bottom: 30px;}

.widget_archive{
	margin-bottom: 30px;}
	
.widget_categories{
	margin-bottom: 30px;}

.sidebar-widget ul li, .sidebar-widget ol li {
    border-bottom: 1px dotted #E7E7E7;
    margin: -2px 0 8px;
    padding: 0 0 6px;
}

.tagcloud a {
    background-color: #7AB80E;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    display: block;
    float: left;
    height: 20px;
    margin: 3px;
    padding: 5px;
}
/* footer */
	.footer{
		background: none repeat scroll 0 0 #E3E9DC;
	}
   .footer h2{
  	    font-size: 22px;
	    margin-bottom: 20px;
	    margin-top: 15px;
   }
   
   .footer p{
   	    font-size: 16px;
	    line-height: 1.8;
	    margin-bottom: 10px;
	    margin-top: 10px;
   }
   
   .s1{
   	  float: left;
    margin-right: 110px;
    position: relative;
    width: 300px;
   
   }
   .s2{
   	position: relative;
   	float: left;
   	width: 300px;
   
   }
   .s3{
   	 float: right;
    position: relative;
    width: 255px;
   }
   
   	ul.divided li
			{
				border-top: solid 1px #ddd;
				padding: 1em 0 1em 0;
			}
			
			ul.divided li:first-child
			{
				border-top: 0;
				padding-top: 0;
			}
			
				ul.divided li a{
					 color: #5D93A2;
					 font-size: 12px;
					 text-decoration: none;
				}
		
		ul.social
		{
			overflow: hidden;
		}

			ul.social li
			{
				display: block;
				border-radius: 5px;
				background: #888;
				-moz-transition: background-color .25s ease-in-out;
				-webkit-transition: background-color .25s ease-in-out;
				-o-transition: background-color .25s ease-in-out;
				-ms-transition: background-color .25s ease-in-out;
				transition: background-color .25s ease-in-out;
				float: left;
			}
			ul.social li {
				margin-left: 0.75em;
			}
			
			ul.social li:first-child
			{
				margin-left: 0;
			}
			
			ul.social li.facebook				{ background: #3c5a98; }
				ul.social li.facebook:hover		{ background: #4c6aa8; }
			ul.social li.twitter				{ background: #2daae4; }
				ul.social li.twitter:hover		{ background: #3dbaf4; }
			ul.social li.dribbble				{ background: #c4376b; }
				ul.social li.dribbble:hover		{ background: #d4477b; }
			ul.social li.linkedin				{ background: #006599; }
				ul.social li.linkedin:hover		{ background: #1075a9; }
			ul.social li.tumblr					{ background: #2b4661; }
				ul.social li.tumblr:hover		{ background: #3b5671; }
			ul.social li.googleplus				{ background: #da2713; }
				ul.social li.googleplus:hover	{ background: #ea3723; }

	/* Icon */

		.icon48
		{
			display: inline-block;
			width: 48px;
			height: 48px;
			background-image: url('images/icons48.png');
			text-indent: -9999px;
		}
		
			.icon48-1	{ background-position:	0px 0px;		}
			.icon48-2	{ background-position:	-48px 0px;		}
			.icon48-3	{ background-position:	-96px 0px;		}
			.icon48-4	{ background-position:	-144px 0px;		}
			.icon48-5	{ background-position:	-192px 0px;		}
			.icon48-6	{ background-position:	-240px 0px;		}
			.icon48-7	{ background-position:	-288px 0px;		}
			.icon48-8	{ background-position:	-336px 0px;		}
			.icon48-9	{ background-position:	-384px 0px;		}
			.icon48-10	{ background-position:	-432px 0px;		}

		.icon64
		{
			display: inline-block;
			width: 64px;
			height: 64px;
			background-image: url('images/icons64.png');
			text-indent: -9999px;
		}
		
			.icon64-1	{ background-position:	0px 0px;		}
			.icon64-2	{ background-position:	-64px 0px;		}
			.icon64-3	{ background-position:	-128px 0px;		}
			.icon64-4	{ background-position:	-192px 0px;		}
			.icon64-5	{ background-position:	-256px 0px;		}
			.icon64-6	{ background-position:	-320px 0px;		}
			.icon64-7	{ background-position:	-384px 0px;		}
			.icon64-8	{ background-position:	-448px 0px;		}
			.icon64-9	{ background-position:	-512px 0px;		}
			.icon64-10	{ background-position:	-576px 0px;		}
   
	#bottom-footer{
		border-top: 1px solid #CED0B7;
		color: #A6A88F;
		margin-top: 15px;
	}
	#footer-menu {
		position:relative;
		width: 500px;
		top: 20px;
		float: left;
		margin-bottom: 35px;
	}
	
	#footer-menu ul li{
		position:relative;
		float: left;
		padding-right: 1em; 
	}
	#footer-menu ul li a{
		color: #A6A88F;
		text-decoration: none;
	}
	#footer-menu ul li a:hover{
		color: #fff;
	}
	
	#copyright{
		  float: right;
	    position: relative;
	    top: 20px;
	    width: 380px;
	}
	#copyright a{
		color: #5D93A2;
		text-decoration: none;
	}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

/*--------------------- Despre noi -------------*/

.container{
	width: 100%;
	background: #ffffff;
	padding: 50px 0;
}
.left-banners{
	position: relative;
	width: 255px;
	float: left;
}

.content{
	 float: left;
    margin-left: 14px;
    margin-right: 14px;
    position: relative;
    width: 500px;
}

.right-banners{
	position: relative;
	float: right;
}
.left-banner {
     border: 3px solid #878E83;
    height: 161px;
    margin-bottom: 10px;
    position: relative;
    width: 240px;
}
.left-banner img {
    margin-bottom: 20px;
    position: relative;
    width: 100%;
}

.content h2{
	font-size: 22px;
	margin-bottom: 25px;
}

.content a{
	text-decoration: none;
   
}

.content p{
	line-height: 1.8;
	margin-bottom: 15px;	
	color: #878E83;
	font-family: 'Roboto Condensed',sans-serif;
}

img.harta{
	float: left;
    height: 185px;
    margin-right: 15px;
    width: 210px;
}


/*--------------- Contact Page -------------*/
.contact-form{
	width: 450px;
	margin-bottom: 75px;
}

.contact-form .button {
	float: right;
	margin-right: 48px;
}
span.label{
		display: block;
	    float: left;
	    position: relative;
	    text-align: right;
	    width: 108px;
	    font-size:14px;
	    
	}
	
span.wpcf7-not-valid-tip-no-ajax {
	    font-size: 10pt;
	    left: 130px;
	    margin-top: 30px;
	    padding: 2px;
	    position: absolute;
	    width: 250px;
	    z-index: 100;
	}
	
.wpcf7-validation-errors{
		 border: 1px solid;
	    left: 128px;
	    padding: 10px;
	    position: relative;
	    top: 30px;
	    width: 286px;
	}

.wpcf7-mail-sent-ok{
		border: 1px solid;
	    left: 128px;
	    padding: 10px;
	    position: relative;
	    top: 30px;
	    width: 286px;
	}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
	 background-color: #FFFFFF;
    background-position: left top;
    background-repeat: no-repeat;
    border: medium none;
    color: #000000;
    font-size: 13px;
    font-stretch: normal;
    font-weight: 400;
    left: 7px;
    margin-bottom: 10px;
    outline: medium none;
    padding: 7px 6px;
    position: relative;
    text-indent: 8px;
}

input[type="text"],
input[type="email"],
input[type="tel"]{
	background-image:url(images/contact_input_text.png);
    width: 288px;

}

textarea {
	background-image:url(images/contact_input_textarea.png);
	width: 288px;
}

button,
input { 
   	color: #000;
    line-height: normal;
}

.button {
		display: inline-block;
		padding: 15px 25px 15px 25px;
		background-color: #007b9d;
		background-image: -moz-linear-gradient(top, #008dad, #007b9d);
		background-image: -webkit-linear-gradient(top, #008dad, #007b9d);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#008dad), to(#007b9d));
		background-image: -ms-linear-gradient(top, #008dad, #007b9d);
		background-image: -o-linear-gradient(top, #008dad, #007b9d);
		background-image: linear-gradient(top, #008dad, #007b9d);
		border-radius: 10px;
		text-decoration: none;
		color: #fff;
		font-size: 1.2em;
		letter-spacing: -1px;
		border: solid 1px #006e8b;
		box-shadow: inset 0px 0px 0px 1px #18a8c8;
	}

	.button:hover {
		background-color: #118eb1;
		background-image: -moz-linear-gradient(top, #1b9fbe, #118eb1);
		background-image: -webkit-linear-gradient(top, #1b9fbe, #118eb1);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1b9fbe), to(#118eb1));
		background-image: -ms-linear-gradient(top, #1b9fbe, #118eb1);
		background-image: -o-linear-gradient(top, #1b9fbe, #118eb1);
		background-image: linear-gradient(top, #1b9fbe, #118eb1);
		box-shadow: inset 0px 0px 0px 1px #3ecceb;
	}

textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
	height: 85px;
	overflow: auto;
	resize: none;
}


/*----------- Evenimente -------------*/
h1.saptamana{
	font-size: 22px;
    margin-bottom: 5px;
    position: relative;
    text-align: center;
}

h1.saptamana span{
	color: #1C1C1C;
}

h2.detalii{
	font-size: 20px;
	margin-bottom: 5px;
    position: relative;
    text-align: center;
}

.weeks{
	border: 8px solid #C5C6C6;
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 30px;
    padding: 15px 0 9px;
}

.group{
	 display: inline;
   
}

.content h3{
	font-size: 18px;
	margin-bottom: 10px;
}

.content h4{
	font-size: 16px;
	margin-bottom: 10px;
	color: #1c1c1c;
}

a.more{
	display: block;
    height: 20px;
    margin-top: 15px;
    width: 430px;
    text-decoration: underline;
    color:#171515;
    font-size: 18px;
    cursor: pointer;
    margin-bottom: 45px;
    max-width: 200px;
}


.moreinfo{
	width: 430px;
	margin-bottom: 20px;
}

.moreinfo .text-more{
	margin-top: -45px;
}

.weeks img.poster{
	 float: left;
    height: 150px;
    margin-bottom: 10px;
   margin-left: 8px;
    margin-right: 1px;
    max-width: 470px;
}

img.poster{
	 float: left;
    height: 200px;
    margin-bottom: 3px;
    margin-right: 12px;
    max-width: 470px;
}

section.top{
	margin-bottom: 50px;
}

article.article-teatre{
	margin-bottom: 45px;
}

article.article-cinema{
	margin-bottom: 45px;
}

/*----------------- Blog -----------------*/
.full-container h2{
	font-size: 22px;
	margin-bottom: 20px;
}

.full-container a{
	text-decoration: none;
   
}

.full-container p{
	line-height: 1.8;
	margin-bottom: 15px;	
	color: #878E83;
}

.full-container img#ursa{
    position: relative;
    float: right;
}

#disclamer-fetite{
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #C8C8C8;
    box-shadow: 0 2px 5px rgba(50, 50, 50, 0.15);
    padding-bottom: 15px;
    padding-top: 15px;
    margin-bottom: 30px;
}

.blog-content{
	position: relative;
	 width: 675px;
	float: left;	
}

.blog-content a{
	color: #2F2F2F;
}

.blog-content article{
	margin-bottom: 40px;
}

span.date{
	 display: block;
    margin-bottom: 30px;
    position: relative;
}

.entry-title {
    border-bottom: 1px solid #2F2F2F;
    font-size: 28px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 8px;
    padding-bottom: 10px;
    word-wrap: break-word;
    color: #2F2F2F;
}



/*------------------------ Home Page -------------*/

/* Carousel                                                                      */
/*********************************************************************************/

	#carousel-wrapper {
		background: #c8d2bc url(images/bg1.png);
		position:relative;
		margin: 20px 0;
	}
	.list_carousel {
				background-color: #ccc;
				margin: 0 0 30px 60px;
				width: 360px;
				
			}
			.list_carousel ul {
				margin: 0;
				padding: 0;
				list-style: none;
				display: block;
			}
			.list_carousel li {
				font-size: 24px;
				color: #999;
				text-align: center;
				background-color: #eee;
				border: 3px solid #ffffff;
				width: 50px;
				height: 270px;
				padding: 0;
				margin: 6px;
				display: block;
				float: left;
			}
			.list_carousel li img{
				width: 100%;
				height: 190px;
				position:relative;
			}
			.list_carousel li h2{
				margin: 0;
				font-size: 0.8em;
			}
			.list_carousel li p{
				margin: 0;
				font-size: 0.7em;
				line-height:1em;
			}
			.list_carousel li a{
				margin: 0;
				line-height:1em;
				font-size: 0.7em;
				text-decoration: none;
				color: #2F2F2F;
			}
			
			.list_carousel.responsive {
				width: auto;
				margin-left: 0;
			}

			.list_carousel2 {
				background-color: #ccc;
				margin: 0 0 30px 60px;
				width: 160px;
				
			}
			.list_carousel2 ul {
				margin: 0;
				padding: 0;
				list-style: none;
				display: block;
			}
			.list_carousel2 li {
				font-size: 24px;
				color: #999;
				text-align: center;
				background-color: #eee;
				border: 3px solid #ffffff;
				width: 50px;
				height: 170px;
				padding: 0;
				margin: 6px;
				display: block;
				float: left;
			}
			.list_carousel2 li img{
				width: 100%;
				height: 150px;
				position:relative;
			}
			.list_carousel2 li h2{
				margin: 0;
				font-size: 0.8em;
			}
			.list_carousel2 li p{
				margin: 0;
				font-size: 0.7em;
				line-height:1em;
			}
			.list_carousel2 li a{
				margin: 0;
				line-height:1em;
				font-size: 0.7em;
				text-decoration: none;
				color: #2F2F2F;
			}
			
			.list_carousel2.responsive {
				width: auto;
				margin-left: 0;
			}

/* Banner */	

	#banner-wrapper {
		width: 90%;
		margin: 0 auto;
	}

	#banner {
		position: relative;
		
		margin: 2% 0 2% 0;
		box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.10);
		border-radius: 10px;
		padding: 20px;
		
		background: #ffffff;

	}
	#map{
		height: 100%;
		width: 100%;
		z-index: 1;
	}
	
	
	
	img#pdf{
	    height: 80px;
	    position: relative;
	    width: 100px;
	}
	
	/* Wobble Horizontal */

@-webkit-keyframes wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

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

@keyframes wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    -ms-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    -ms-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    -ms-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    -ms-transform: translateX(1px);
    transform: translateX(1px);
  }

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

.wobble-horizontal {
  display: inline-block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.wobble-horizontal:hover {
  -webkit-animation-name: wobble-horizontal;
  animation-name: wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}


/* Grow */

.grow-poster {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.grow-poster:hover {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

* Grow */

.grow {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.grow:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/* Pop */

@-webkit-keyframes pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

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

@keyframes pop {
  50% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }

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

.pop {
  display: inline-block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.pop:hover {
  -webkit-animation-name: pop;
  animation-name: pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}