
img.scale-with-grid {
	max-width: 100%;
	height: auto;
}
.items { margin-bottom:20px;margin-top:20px;text-align:center;}
.items .item {margin-bottom: 31px;}


/*-----------------------------------------------------------------------------------*/
/*  BASE
/*-----------------------------------------------------------------------------------*/

a:hover, a:focus{
	text-decoration:none;
}
.img-responsive {
	width: 100%;
	height: auto;
}

/*-----------------------------------------------------------------------------------*/
/*  HEADER
/*-----------------------------------------------------------------------------------*/
body{
	overflow-x:hidden;
}
body, html {
     height: 100%;  
    }
    header .intro {
        margin-top: 20px;
        margin-bottom: 50px;
        text-align: center;
    }
    .halfscreen {
        min-height: 50%;
    }
    .wrapper {
        background-color: rgba(255,255,255,0.6);
        position: relative;
    }
    .wrapper:after {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(0, 0, 0, 0);
        border-bottom-color: rgba(255,255,255,0.6);
        border-width: 30px;
        margin-left: -30px;
    }
	.heading h2{
		color: #fff;
		font-size: 34px;
		font-weight: 500;
		font-family:"Raleway", sans-serif;
		text-shadow: 0 0 5px #000000;
		letter-spacing:-1px;
		margin-bottom:60px;
		text-transform:capitalize;
	}
    

#headerwrap {
	background-color: #444444;
	position: relative;
}



#headerwrap.halfscreen {
	width: 100%;
	overflow: hidden;
	display: table;
	height: 50%;
	min-height: 440px;
}



#headerwrap.halfscreen h1, #headerwrap.quarterscreen h1, h1.single-item-title {
	color: #fff;
	font-size: 34px !important;
	letter-spacing:-1px;
	text-shadow: 0 0 5px #000000;
	font-weight: 800;
	text-transform: uppercase;
}

#headerwrap.fullscreen h1 {
	color: #fff;
	font-size: 40px;
	letter-spacing: -1px;
	text-shadow: 0 0 5px #000000;
	font-weight: 900;
}

#headerwrap h3 {
	color:#fff;
	font-weight:400;
	text-shadow: 0 0 5px #000000;
	font-size: 22px;
	margin-top:30px;
}

#headerwrap img {
	padding-bottom:0
}


