

/** LINK **/
.view-background		{ position:absolute; top:0; bottom:0; left:0; right:0; z-index:1; }



/** GENERAL **/
.gallery-wrapper	{ width:100%; text-align:justify; font-size:0px; }
.gallery-padding	{ padding:60px; }



/** TITLE **/
.gallery-title 			{ margin:0px 0px 40px 0px; font-size:12px; text-align:left; }
.gallery-title h1		{ margin:0px; line-height:1em; margin:20px 0px 0px 0px; }
.gallery-title h1 span 	{ font-family:'Homemade Apple', cursive; font-size:1.8em; text-transform:none; }

.gallery-title			{ color:#777777; }
.gallery-title h1		{ color:#FFFFFF; }
.gallery-title h1 span 	{ color:#CCCCCC; }


/** GALLERY **/
.gallery-wrapper a						{ display:inline-block; width:25%; text-align:center; margin:0px; font-size:12px; }
.gallery-wrapper a .padding				{ display:block; padding:10px; }
.gallery-wrapper a .content				{ display:block; padding:10px; }
.gallery-wrapper a .image				{ display:block; width:100%; }
.gallery-wrapper a .image img			{ max-width:100%; height:auto; }
.gallery-wrapper a .text				{ display:block; width:100%; text-transform:uppercase; padding:20px 0px 10px 0px; }

.gallery-wrapper						{ background:#161616; }
.gallery-wrapper a .content				{ background:#161616; border:3px solid #FFFFFF; -webkit-transition:all .3s ease; -moz-transition:all .3s ease; transition:all .3s ease; }
.gallery-wrapper a:hover .content		{ border:3px solid #DE1E39; }
.gallery-wrapper a .image img			{ max-width:100%; height:auto; }
.gallery-wrapper a .text				{ color:#FFFFFF; background:#222222; -webkit-transition:all .3s ease; -moz-transition:all .3s ease; transition:all .3s ease; }
.gallery-wrapper a:hover .text			{ color:#777777; background:transparent; }



/** FOOTER **/
.footer			{ padding:20px 60px 20px 60px; font-size:12px; }

.footer			{ border-top:1px dotted #333333; }



/** RESPONSIVE **/
@media screen and (max-width:980px){

	.gallery-wrapper a	{ width:33%; }

}

@media screen and (max-width:760px){

	.gallery-wrapper a	{ width:50%; }

}

@media screen and (max-width:530px){

	.gallery-title h1		{ line-height:3em; }
	.gallery-title h1 span 	{ display:block; }
	.gallery-wrapper a		{ width:100%; }

}



