@CHARSET "UTF-8";

/*******inner gallery*********/

.content-page-wrapper{margin-top: 15px;}

.gallery-wrapper{min-width: 510px; width: 100%;margin: 20px auto;float: right;position: relative;}
.gallery-wrapper .gallery-title{height:23px; border-bottom:1px solid #a1bdd3; margin-bottom:20px; position:relative;}
.gallery-wrapper.red .gallery-title{border-color:#E7B0B4;}
.gallery-wrapper.green .gallery-title{border-color:#B5CBA7;}
.gallery-wrapper .gallery-title h2{font-size:1.5em; color:#094fa3; display:inline-block;margin: 0;font-weight: bold;line-height: inherit;}
.gallery-wrapper.red .gallery-title h2{color:#A5262E;}
.gallery-wrapper.green .gallery-title h2{color:#41871D;}
.gallery-wrapper .gallery-title .to-all-link{position:absolute; bottom:2px; left:0; color:#094fa3; font-size:1em;}
.gallery-wrapper .gallery-title .to-all-link a{color:#094fa3;}
.gallery-wrapper .gallery-title .to-all-link .left-arrow{background-image: url('../images/left_arrows.png'); background-repeat: no-repeat;width:11px; height:15px; background-position:-22px 0; display:inline-block; position:relative; top:0.25em;}
.gallery-wrapper.green .gallery-title .to-all-link .left-arrow{background-position:-11px 0;}
.gallery-wrapper.red .gallery-title .to-all-link .left-arrow{background-position:0px 0;}
.gallery-wrapper.red .gallery-title .to-all-link a{color:#A5262E;}
.gallery-wrapper.green .gallery-title .to-all-link a{color:#41871D;}
.inner-gallery-container{ height: 122px;background:#fff; border:1px solid #dadada; margin:0 auto 10px; position:relative;
	-ms-border-radius:	   8px;
	-o-border-radius:	   8px;
	-webkit-border-radius: 8px;
	border-radius:		   8px;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(167, 167, 167, 0.45);
	-moz-box-shadow:    0px 1px 5px 0px rgba(167, 167, 167, 0.45);
	-ms-box-shadow:     0px 1px 5px 0px rgba(167, 167, 167, 0.45);
	-o-box-shadow:      0px 1px 5px 0px rgba(167, 167, 167, 0.45);
	box-shadow:         0px 1px 5px 0px rgba(167, 167, 167, 0.45);
	overflow: hidden;}
#top_wrapper.medium .inner-gallery-container{height: 130px;}
#top_wrapper.big .inner-gallery-container{height: 150px;}
.inner-gallery{overflow:hidden; margin-top:14px;}
.inner-gallery .gallery-item .image-wrapper{max-height: 90px; width:100px; margin:0 auto; border:1px solid #aaa;overflow: hidden;display: block;position: relative;}
/*.inner-gallery .gallery-item .image-wrapper:before{ content: ' '; display: inline-block; vertical-align: middle; height: 100%;}*/
.inner-gallery .gallery-item .image-wrapper img{width:100%; vertical-align: middle;margin: 0;}
.inner-gallery .gallery-item .text{width:102px; margin:3px auto 0; text-align:center; font-weight:bold; color:#595959; font-size:1em;}
.inner-gallery .gallery-item .text.long-title{font-size: 0.9em;line-height: 1.1em;}
.inner-gallery .gallery-item a{ direction: rtl; }

.inner-gallery-container .gallery-arrow{background:url('../images/gallery/gallery_arrows.png') no-repeat; width:11px; height:17px; position:relative; display:inline-block; top:4px;-moz-user-select: none;    -webkit-user-select: none;    -ms-user-select: none;}

/**blue arrows**/
.inner-gallery-container .gallery-arrow.arrow-right{background-position:-11px 0;}
.inner-gallery-container .gallery-arrow.arrow-left{background-position:0 0;}

/**red arrows**/
.red .gallery-wrapper .inner-gallery-container .gallery-arrow.arrow-right{background-position:-55px 0;}
.red .gallery-wrapper .inner-gallery-container .gallery-arrow.arrow-left{background-position:-44px 0;}

/**green arrows**/
.green .gallery-wrapper .inner-gallery-container .gallery-arrow.arrow-right{background-position:-33px 0;}
.green .gallery-wrapper .inner-gallery-container .gallery-arrow.arrow-left{background-position:-22px 0;}

.inner-gallery-container .gallery-arrow-wrapper{height:85px; width:31px; position:absolute; display:table; top:15px; text-align:center;}
.inner-gallery-container .gallery-arrow-wrapper.left{left:0; border-right:1px solid #dadada;}
.inner-gallery-container .gallery-arrow-wrapper.right{right:0; border-left:1px solid #dadada;}

.inner-gallery-container .gallery-arrow-wrapper a{display:table-cell; vertical-align:middle; height:100%; width:100%; cursor: pointer;}


.page-type-lobby-age-nutrition .inner-gallery .gallery-item .image-wrapper{max-height: 66px;}