
.box {
		margin-top:20px;
		position: relative;
		float: left;
		width: 100%;
		height: auto;
	
	}
.last {
	margin-right: 0;
}

.box .title{
	position: absolute;
	top: 35%;	
	width: inherit;
	
	font-family: 'Playfair Display', serif;
	color: #C7DFEA;
	font-weight: 700;
	font-size: 1.4em;
	font-style: italic;
	line-height: 1em;
	letter-spacing: 1px;
	text-align: center;
	padding:20px;
	
}
.box .title a{
	font-family: 'Playfair Display', serif;
	color: #ffffff;
	font-weight: 700;
	font-size: 1.7em;
	font-style: italic;
	line-height: 1em;
	letter-spacing: 1px;
}

.box img {width:100%;}
.box:hover img { cursor: pointer; -webkit-filter: brightness(200%); }
.box .caption h2{
	font-family: 'Oswald', sans-serif;
	color: #085B8E;
	font-weight: 300;
	font-size: 1.5em;
	margin-bottom: 20px;
	line-height: 1.3em;
	
}

.box h2 a{
	font-family: 'Oswald', sans-serif;
	color: #085B8E;
	font-weight: 500;
	font-size: 1em;
	
}

.box h2 a:hover{
	color: #ffffff;
	text-decoration: none;
}
.caption {
	display: none;
	z-index: 1;
	position: absolute;
	background: #C7DFEA;
	opacity: 0.85;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 8%;
	padding-top:2%;

	font-size: 0.9em;
	line-height: 1.8em;
	text-align: justify;
    text-justify: inter-word;
	color: #020303;
	
	
}

.caption a{
	
	color: #085B8E;
	font-style: bold;

}



.caption button{

	display: block;
	border: 1px solid #085B8E;
	border-radius: 30px;
	padding: 15px;
	width: 140px;
	background-color:  rgba(244, 244, 244, 0.4);
	margin-top: 15px;
}
.caption button a{ 
	
	font-family: 'Oswald', sans-serif;
	color: #085B8E;
	font-size: 1.1em;
	font-weight: 300;
	line-height: 1em;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	
}


.caption button:hover{
	
	background-color:  rgba(244, 244, 244, 0.7);

}



	/*==================================================
	=            Bootstrap 3 Media Queries             =
	==================================================*/

    /*==========  Mobile First Method  ==========*/

    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
	
		
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {
		

		.box {
				margin-top:20px;
				position: relative;
				float: left;
				width: 100%;
				height: auto;
			
			}
		.last {
			margin-right: 0;
		}
		
		.box .title{
			position: absolute;
			top: 35%;	
			width: inherit;
			
			font-family: 'Playfair Display', serif;
			color: #C7DFEA;
			font-weight: 700;
			font-size: 1.4em;
			font-style: italic;
			line-height: 1em;
			letter-spacing: 1px;
			text-align: center;
			padding:20px;
			
		}
		.box .title a{
			font-family: 'Playfair Display', serif;
			color: #ffffff;
			font-weight: 700;
			font-size: 1.7em;
			font-style: italic;
			line-height: 1em;
			letter-spacing: 1px;
		}
		
		.box img {width:100%;}
		.box:hover img { cursor: pointer; -webkit-filter: brightness(200%); }
		.box .caption h2{
			font-family: 'Oswald', sans-serif;
			color: #085B8E;
			font-weight: 300;
			font-size: 1.5em;
			margin-bottom: 20px;
			line-height: 1.3em;
			
		}
		
		.box h2 a{
			font-family: 'Oswald', sans-serif;
			color: #085B8E;
			font-weight: 500;
			font-size: 1em;
			
		}
		
		.box h2 a:hover{
			color: #ffffff;
			text-decoration: none;
		}
		.caption {
			display: none;
			z-index: 1;
			position: absolute;
			background: #C7DFEA;
			opacity: 0.85;
			bottom: 0;
			left: 0;
			width: 100%;
			height: 100%;
			padding: 8%;
			padding-top:2%;
		
			font-size: 1em;
			line-height: 1.8em;
			text-align: justify;
		    text-justify: inter-word;
			color: #020303;
			
			
		}
		
		.caption a{
			
			color: #085B8E;
			font-style: bold;
		
		}
		
		
		
		.caption button{
		
			display: block;
			border: 1px solid #085B8E;
			border-radius: 30px;
			padding: 15px;
			width: 140px;
			background-color:  rgba(244, 244, 244, 0.4);
			margin-top: 15px;
		}
		.caption button a{ 
			
			font-family: 'Oswald', sans-serif;
			color: #085B8E;
			font-size: 1.1em;
			font-weight: 300;
			line-height: 1em;
			letter-spacing: 1px;
			text-transform: uppercase;
			text-decoration: none;
			
		}
		
		
		.caption button:hover{
			
			background-color:  rgba(244, 244, 244, 0.7);
		
		}    

    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
    	
    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
    	
    	
		
		
    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {

    }