@import url('https://fonts.googleapis.com/css?family=Lora|Montserrat:400,700');

 
/*------------------------------------
	1. GENERAL
------------------------------------*/
* {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
  	box-shadow: none !important;
	-webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
	text-shadow: none !important;
}
body,
input,
button,
select,
textarea,
label,
.dropdown-menu,
.form-control,
.btn {
	font-family: 'Lora', sans-serif;
	font-size: 18px;
	color: #656565;
	font-weight: normal;
}
a {
	color: #333 !important;
}
a:hover {
	color: #959dae !important;
	text-decoration: none;
}

body {
	padding-top: 0px;
	background-color: #F5F6F9;	
}
legend {
	display: none;	
}
h1,
h2,
h3,
h4,
h5,
h6,
.card-title a{
	font-family: 'Montserrat', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
.widget-box p,
.side-box a {
	text-transform: uppercase;
	letter-spacing: 0.1em;		
}
h1 {
	font-size: 22px;	
}
h2 {
	font-size: 20px;	
}
h3 {
	font-size: 18px;	
}
.content-container img,
.widget-box img {
	width: 100%;
	height: auto;
}
.card {
	border: none;
}
.card .card-title {
	font-size: 20px;
	line-height: 26px !important;
}
.card a.btn-more{
	padding: 0 !important;
	font-family: 'Montserrat', sans-serif;
}

.mainbody-cat p.cat {
	display: none;
}

.card-img-top{
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

/*------------------------------------
	HEADER
------------------------------------*/
.navbar {
	background-color: #fff !important;
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 30px !important;
}
.navbar-brand a{
	color: #333;
}
.navbar-light .navbar-toggler{
	border-color: transparent;
}
.dropdown-menu {
	border: none;
}
.dropdown-item {
	margin-top: 6px;
	font-size: 16px;
}
.navbar-light .navbar-nav .nav-link {
	color: #333 !important;
	text-transform: uppercase;
}
a.dropdown-item:active {
  background-color: #F8F9FA;
  color: #333;
}
/*------------------------------------
	INDEX
------------------------------------*/
.container-gallery {
	padding-left: 0;
	padding-right: 0;
	margin-top: 0px;
	margin-bottom: 30px;
}
.gallery {
  padding-bottom: 65%;
}
.gallery a {
  color: #fff !important;	
}
.gallery-cell {
	width: 100%;
	margin-right: 2px;
	position: relative;
	background-color: #fff;
}
.gallery-cell img {
	display: block;
	width: 100%;
	height: auto;
}
.gallery .flickity-viewport {
	position: absolute;
	width: 100%;
}
.gallery-text {
	position: absolute;
	left: 0;
	bottom: 0;
}
.gallery .gallery-cell:after {
	-webkit-transition: all 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	background: rgba(35, 35, 35, 0.45);
	pointer-events: none;
	position: absolute;
	content: "";
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}
.gallery .gallery-cell .gallery-text {
	-webkit-transition: all 0.65s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 0.65s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.65s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 50px 65px;
	opacity: 0;
	width: 100%;
	left: 0;
	bottom: 0;
	text-align: center;
}
.gallery .gallery-cell .gallery-text a.more {
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
}
.gallery .gallery-cell .gallery-text:after {
	background: -webkit-linear-gradient(top, transparent, #232323);
	background: -moz-linear-gradient(top, transparent, #232323);
	background: -o-linear-gradient(top, transparent, #232323);
	background: linear-gradient(top, transparent, #232323);
	-webkit-transition: all 0.65s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 0.65s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.65s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	position: absolute;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
	content: "";
	opacity: 0;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	z-index:-1000
}

.gallery .gallery-cell .gallery-text h3 {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.26em;
	text-align: center;
	font-family: 'Lora', sans-serif;
}

.gallery .gallery-cell .gallery-text h3 a {
	color: inherit;
	-webkit-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.gallery .gallery-cell .gallery-text h3 a:hover {
	color: #d0d0d0;
}

.gallery .gallery-cell .gallery-text hr {
	width: 30px;
	border-top: 2px solid #fff;
}
.gallery .gallery-cell .gallery-text .link {
	color: #fff;
	font-size: 12px;
	line-height: 1em;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	-webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.gallery .gallery-cell.is-selected .gallery-text {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
.gallery .gallery-cell.is-selected .gallery-text:after {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
.gallery .gallery-cell.is-selected:after {
	display: none;
}
.intro-box {
	margin-bottom: 45px;	
}
.intro-box-cat h1 {
	text-align: center;
}

/*------------------------------------
	PAGE
------------------------------------*/
.mainbody {
	margin-top: 0px;	
}
.content-container {
	background-color: #fff;
	margin-bottom: 30px;
}
.content-container h1 {
	font-size: 30px;
	margin-bottom: 18px;
}
.content-container h2 {
    font-size: 26px;
    margin-top: 1.4em;
}
.content-container h3 {
    font-size: 22px;
    margin-top: 1.4em;
}

.content a {
	text-decoration: underline !important;
	color: #656565 !important;
}
.text {
	padding: 25px;	
}

.widget-box {
	background-color: #fff;
	padding: 20px;
	margin-bottom: 50px;
}
.widget-box h2 {
	text-align: center;
}
.widget-box h2:after {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	height: 2px;
	background-color: #e5e7ec;
	content: '';
	display: block;
	width: 42px;
}
.widget-container{
	margin-bottom: 20px;
}
.widget-container .card {
	margin-bottom: 10px !important;
}
.widget-container .card-text a{
	text-transform: uppercase;
}
.widget-container p {
	font-size: 16px;
	line-height: 24px;
	margin-top: 12px;
}
.widget-container .card-body{
	padding: 0;
}
.widget-container .card-image{
	margin-bottom:5px;
}
.widget-container .cat{
	display: none;
}
.widget-container .card .card-title,
.internal-link-container .card-title{
	font-size: 18px;
	line-height: 22px !important;
	text-align: left
}
.widget-container .card-body,
.internal-link-container .card-body{
	padding: 0;
	margin-top: 12px;
}
.internal-link-container .card-title{
	margin-bottom: 10px;
}
.internal-link-container .cat{
	font-size: 14px;
}

/*------------------------------------
	FOOTER
------------------------------------*/
.footer {
	background-color: #151515;
	text-align: center;
}
.footer p a {
	color: #fff !important;
}
footer p{
	padding: 15px 0;
	color: #fff !important;
	margin-bottom: 0;
}



@media (min-width: 992px) {

	.header {
		background-color: #fff;
		padding: 35px 0;
		font-size: 40px;
		margin-bottom: 30px
	}
	.header a{
		color: #333;
	}
	.mainbody {
		margin-top: 50px;	
	}
	.navbar {
		margin-bottom: 25px;
	}
	.dropdown-menu {
		border: 1px solid #e7e7e7;
	}
	ul li{
		padding-top: 0;
	}
	.widget-box {
		margin-top: 60px;
	}
	.side-box p {
		margin-bottom: 18px;
		line-height: 18px;
	}
	.widget-box h2{
		font-size: 14px;
	}	
	.widget-container p {
		font-size: 14px;
		line-height: 20px;
		margin-top: 0px;
	}
	.mainbody-cat{
		min-height: 800px;
	}
	.widget-container{
		margin-bottom: 0px;
	}	
	.widget-container .card-text{
		font-size: 12px;
	}
	.widget-container .card .card-title {
		font-size: 12px;
		line-height: 20px !important;
	}
	.widget-container .card-body {
		padding: 5px 0 5px 0;
	}
	.internal-link-container .cat {
		margin-bottom: 5px;
		font-size: 12px;
	}
	.internal-link-container .card-title {
		font-size: 16px;
	}	
	.gallery {
	  padding-bottom: 33.3%;
	}	 
	.gallery-cell {
	  width: 50%;
	}
	.gallery .gallery-cell .gallery-text h3 {
		font-size: 30px;
	}

}