.mb-15{
	margin-bottom:15px;
}
.mt-20{
	margin-top:20px;
}
.second-gallery{
	margin-top:25px;
}
.second-gallery h2{
	font-size:22px;
	font-weight:bold;
	margin-bottom:10px;
}
.slide-selector,.slideshow-toggle{
	display:none !important;
}

@media screen and (min-width: 700px){
	.carousel-control .icon-prev, .carousel-control .icon-next {
		font-size: 120px !important;
		margin-top:-50%;
	}
	
	.carousel-inner > .item > a > img{
		height: 480px !important;
		object-fit: cover !important;
		width:100% !important;
	}
}

@media screen and (max-width: 760px){
.carousel-control .icon-prev, .carousel-control .icon-next {
    margin-top: -50%;
    font-family: serif;
    font-size: 50px;
    opacity: 1 !important;
}
}
.carousel-control{
	opacity: 1 !important;
}


.second-gallery a img {
	height: 250px;
	width: 100%;
	object-fit: cover;
}

.cpost-title {
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
	font-size: 15px;
	margin-top: 10px;
}

@media (max-width: 1100px) {
    .cpost-title {
		margin-top: 0;
		font-size: 25px;
    }
}

.cpost-title-2 {
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
	font-size: 13px;
	margin: 30px 0 28px 0;
}

.cpost-title-date {
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	color: #666666;
	text-transform: none;
	font-size: 1.3rem;
	margin-top: 5px;
	margin-bottom: 100px;
}

.cpost-subtitle {
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-style: italic;
	color: #000;
	text-transform: none; 
	font-size: 1.3rem;
	margin-top: 5px;
	margin-bottom: 0px;
}

@media (max-width: 767px) {
    .cpost-title-date {
		margin-bottom:30px;
    } 
}

.cpost-text {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	color: #999;
	font-size: 1.4rem;
	margin-bottom: 20px;
	margin-top: 5px;
	text-align: justify;
}

.cpost-menu {
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
	font-size: 1.4rem;
	margin-top: 20px;
}

.cpost-menu a {
	color:#000;
}

.cpost-menu a:hover {
	color: #666;
	text-decoration: none;
}

.cpost-menu-share {
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
	font-size: 12px;
	margin-top: 20px;
}

.cpost-menu-share a {
	color: #000;
}

.cpost-menu-share a:hover {
	color: #666;
	text-decoration: none;
}

@media (max-width: 767px) {
    .cpost-menu-share {
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: 1px solid #ccc;
    }
}

@media (max-width: 767PX) {
    .cpost-menu-share {
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: 1px solid #ccc;
    }
}



.gallery-thumb-left {
	border-top: 1px solid #ccc;
	margin-top:12px;
	padding: 0 20px 0 0;
    }

.gallery-thumb-right {
	border-top: 1px solid #ccc;
	margin-top:12px;
	padding: 0 0 0 20px;
    }



@media (max-width: 767px) {
    .gallery-thumb-right {
		padding: 0;
    }
}

@media (max-width: 767px) {
    .gallery-thumb-left {
		padding: 0;
    }
}



.container {
		margin-top: 200px;
    }

@media (max-width: 767px) {
    .container {
		margin-top: 100px;
    }
}


.col-md-4 {
	padding-right: 30px;
    }

@media (max-width: 767px) {
    .col-md-4 {
		padding-right: 0;
    }
}