#main img {
	height: auto;
}

.gallery .pics {
	margin: 5px;
}

@supports (object-fit: cover) {
	.gallery .pics img {
		width: 380px;
		height: 380px;
	}
}

.no-gutter {
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
}

.sidebar-btn {
	width: 100%;
	color: #fff;
	cursor: pointer;
	font-size: 22px;
	line-height: 26px;
	padding:  10px 20px;
	margin: 5px 0;
	text-align: left;
	background: #003a5d;
	font-family: 'Oswald-Regular';
	text-transform: uppercase;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
}

.sidebar-btn:hover {
	background: #97aa51;
}

.sideshow {
    margin-top: 40px;
}

/*.row.contentsection {*/
/*    padding: 0 0 0 15% !important;*/
/*}*/

#main {
    padding: 60px 0;
}

.pics img {
	border: 2px solid #555;
}

.main-fancy-btn {
	background: #003a5d !important;
	color: #fff !important;
}

.main-fancy-btn:hover {
	background: #97aa51 !important;
	color: #fff !important;
}

/* --------- GALLERY PAGE --------- */
.page-id-239 h2 {
    font-size: 33px;
    line-height: 38px;
    font-style: italic;
    font-family: 'Raleway-Light';
}

.page-id-239 h3 {
    font-size: 35px;
    line-height: 53px;
    text-transform: uppercase;
    font-family: 'Oswald-Regular';
    padding: 20px 0;
}

.page-id-239 h4 {
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    font-family: 'Oswald-Regular';
    padding: 20px 0;
}

.page-id-239 p.caption {
    font-size: 23px;
    line-height: 38px;
    font-style: italic;
    font-family: 'Raleway-Light';
    text-align: center;
}

.page-id-239 hr {
    margin: 25px 0;
}
/* RESPONSIVE 
-----------------------------------------------*/
@media (min-width: 1200px) and (max-width: 1400px) {
}

@media only screen and (min-width: 980px) {
} 

/*@media (max-width: 1025px) {*/
/*	.row.contentsection {*/
/*		padding: 0 0 0 3% !important;*/
/*	}*/

/*}*/

@media only screen and (max-width: 991px) {
	.internal-main {
		padding-right: 45px !important; 
	}
}

@media only screen and (max-width: 767px) {
} 

@media all and (max-width: 600px) {
}

@media only screen and (max-width: 480px) {
	.gallery .pics {
		margin: 0 0 10px;
	}
	
	@supports (object-fit: cover) {
		.gallery .pics img {
			width: 300px;
			height: 300px;
		}
	}
}