
	.grid-item {
		position: relative; overflow: hidden; -webkit-transition: opacity 0.3s, box-shadow 0.3s  ; /* Safari */   transition: opacity 0.3s, box-shadow 0.3s  ;
	}

	.grid-item img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: auto
	}

	.grid-item {-webkit-transition: opacity 0.3s , box-shadow 0.3s; /* Safari */   transition: opacity 0.3s, box-shadow 0.3s ;}


	.nofade {-webkit-transition: opacity 0.1s ; /* Safari */   transition: opacity 0.1s;}

	.grid-item:hover {-webkit-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.25);
box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.25); cursor: pointer}



	.grid-item.newsletter:hover {-webkit-box-shadow: none;box-shadow:none; -moz-box-shadow: none}



	.media-list-title {position: absolute; bottom: 0; left: 0; height: 125px; width: 100%; background: #fff; font-weight: 600; text-align: left; font-family:'IBM Plex Sans', sans-serif;    -webkit-transition: all 0.3s ; /* Safari */   transition: all 0.3s ;}
	.grid-item.width2 .media-list-title {height: 110px}
	.grid-item:hover .media-list-title { height: 180px;}
	.grid-item.width2:hover .media-list-title {height: 150px;}
	.grid-item:hover .media-list-title  .text {opacity: 1}



	.media-list-title .icon {width: 50px; height: 50px; left: 0; top: -50px; position: absolute; background: #fff}


	.media-list-title .type {color: #3b7bff; font-size: 0.5em; line-height: 1.1em; padding: 15px 15px 0 15px;}
	.media-list-title .title { color:#3f3f3f; font-size: 0.75em; line-height: 1.2em; padding: 10px 15px 0 15px;}

	.media-list-title .text { font-size: 0.55em; line-height: 1.1em; padding: 10px 15px 0 15px; opacity: 0; font-weight: normal; color:#8f8f8f; font-family: "Helvetica Neue", Helvetica; -webkit-transition: all 0.3s ; /* Safari */   transition: all 0.3s ;}

	@media (max-width:12000px) {
		#masonry-grid .gutter-sizer {
			width: 0%;
		}
		#masonry-grid .grid-item {
			width: 350px;
			height: 350px;
			margin: 0 15px 30px 15px;
		}
		#masonry-grid .width2 {
			width: 730px;
			height: 730px;
		}
		.gridnegative {
			margin-left: 0;
			margin-right: 0;
		}


		.media-list-search { margin: 0 15px 30px 15px; border-bottom: 1px solid #fff; width: 730px;float: left; text-align: left}
		.media-list-filter { margin: 0 15px 30px 15px; border-bottom: 1px solid #fff; width: 350px; float: left; text-align: left}


		.sizer {width: 380px}
	}

	@media (max-width:1201px) {

		#masonry-grid .grid-item {
			width: 283px;
			height: 283px;
		}
		#masonry-grid .width2 {
			width: 596px;
			height: 596px;
		}


		.media-list-search {width: 596px;}
		.media-list-filter {width: 283px;}


		.sizer {width: 313px}

	}

	@media (max-width:968px) {

		#masonry-grid .grid-item {
			width: 330px;
			height: 330px;
		}
		#masonry-grid .width2 {
			width: 690px;
			height: 690px;
		}

		.sizer {width: 360px}


		.media-list-search {width: 330px;}
		.media-list-filter {width: 330px;}
	}




	@media (max-width:767px) {

		.media-list-title { height: 180px !important;}
		.grid-item.width2 .media-list-title {height: 180px  !important;}
		.media-list-title  .text {opacity: 1}



		#masonry-grid .grid-item {
			width: 46%;
			height: auto;
			margin: 0 2% 30px 2%
		}
		#masonry-grid .width2 {
			width: 96%;
			height: auto;
			margin: 0 2% 30px 2%
		}


		#masonry-grid .grid-item:before{
			content: "";
			display: block;
			padding-top: 100%;
		}

		#masonry-grid .width2:before{
			content: "";
			display: block;
			padding-top: 100%;
		}



		.sizer {width: 50%}


		.media-list-search {width: 100%; margin: 0 0 30px 0}
		.media-list-filter {width: 100%; margin: 0 0 30px 0}
	}

.media-list-search img {cursor: pointer;}


	@media (max-width:600px) {

		.media-list-title { height: 180px  !important;}
		.grid-item.width2 .media-list-title {height: 180px  !important;}
		.media-list-title  .text {opacity: 1}



		#masonry-grid .grid-item {
			width: 100%;
			height: auto;
			margin: 0 0 30px 0
		}
		#masonry-grid .width2 {
			width: 100%;
			height: auto;
			margin: 0 0 30px 0
		}


		#masonry-grid .grid-item:before{
			content: "";
			display: block;
			padding-top: 100%;
		}

		#masonry-grid .width2:before{
			content: "";
			display: block;
			padding-top: 100%;
		}


		.sizer {width: 100%}


		.media-list-search {width: 100%; margin: 0 0 30px 0}
		.media-list-filter {width: 100%; margin: 0 0 30px 0}
	}





	.noheight  {height: 1px !important; margin-top: -30px !important  }

	.first22 {margin-top: 31px !important}
	section a {display: block; width:100%; height: 100%}
	section a:hover {text-decoration: none}

		.media-list-search		::-webkit-input-placeholder { /* Chrome/Opera/Safari */
			color: #fff;
			}
	.media-list-search			::-moz-placeholder { /* Firefox 19+ */
			color: #fff;
			}
	.media-list-search			:-ms-input-placeholder { /* IE 10+ */
			color: #fff;
			}
	.media-list-search			:-moz-placeholder { /* Firefox 18- */
			color: #fff;
			}









	*:focus {
    outline: none;
}

	body {overflow-x: hidden}

select {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;       /* remove default arrow */
  /*background-image: url(...);   /* add custom arrow */
	border-radius: none;
	background: none;
	border: 0;
	width: 100%;
	font-size: 0.6em; font-weight: bold;
	background:#478bfd url(images/media_dropdown.png) right center no-repeat;
}
