
@import url('https://fonts.googleapis.com/css?family=Poppins:400,700|Roboto:400,700&display=swap');
/*------------------------------------
	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: 'Poppins', sans-serif;
	font-size: 18px;
	color: #333;
	font-weight: normal;
}
a,
.header a:hover {
	color: #333 !important;
}
a:hover {	
	text-decoration: underline;
}
.cat a:hover {
	text-decoration: none;
}

body {
	padding-top: 0px;
}
legend {
	display: none;	
}


h1 {
	font-size:30px;	
}
h2 {
	font-size: 20px;	
}
h3 {
	font-size: 18px;	
}
h1{
	margin-bottom: 0px;
	text-align: center;
}
.title {
	margin-bottom: 25px;
}
.content-container img,
.widget-box img {
	width: 100%;
	height: auto;
}
.card {
	border: none;
	margin-bottom: 50px !important;
}
.card-body{
	padding: 0;
}

.card .card-title{
	font-size: 22px;
}
.card .btn-container{
	margin: 20px 0 !important;
}
.card .card-title {
	margin-bottom: 12px !important;	
}
.mainbody p.cat,
.card .cat {
	margin-bottom: 12px !important;
	background-color: #4cd965;
	display: inline-block;
	padding: 0 !important;
	margin-top: 12px !important;
	text-transform: uppercase;
}

.card .card-image img{
	width: 100%;
}
.card-img-top{
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.widget {
	background-color: #fff;
    margin-bottom: 30px;
}
.widget .card{
	margin-bottom: 15px !important;
	padding-top: 0px;
	margin-top: 0px !important;
}
.widget .card .card-title{
	padding:0 !important;
	margin-top: 12px;
	margin-bottom: 0;
	text-align: left;
	font-size: 18px;
}
.widget .cat{
	margin-top: 0px !important;
	margin-bottom: 6px !important;
}
.widget .card .card-image {
	margin-bottom: 0px;
	margin-top: 0;
}
.widget-heading{
	margin-bottom: 18px;
	width: 100%;
	border-bottom:1px solid #d3d7da;
	padding-bottom: 0.5em;
}
.widget-heading span{
	font-size: 30px;

}

p.cat{
	font-size: 16px;
	letter-spacing: 1px;
}
p.cat a{
	color: #fff !important;
	font-weight: bold !important;
	padding: 3px 8px;
	font-family: 'Roboto', sans-serif;	
}
.leftcol {
	margin-bottom: 50px;
}
.img-fluid{
	width: 100%;
}

.btn {
	display: none;
}


/*------------------------------------
	HEADER
------------------------------------*/
.container-nav{
	margin-bottom: 30px;
	border-bottom: 1px solid #f0f0f0;
}
.container-nav,
.navbar {
	background-color: #FFF !important;

}
.navbar-light .navbar-toggler{
	border-color: transparent;
}
.navbar-brand,
.navbar-brand:hover{
	font-family: 'Roboto', sans-serif;	
	color: #222 !important;
}

.dropdown-menu {
	border: none;
	background-color: transparent;
}
.dropdown-item {
	margin-top: 6px;
	font-size: 18px;
	color: #222 !important;
}
.navbar-light .navbar-nav .nav-link {
	color: #222 !important;
}
a.dropdown-item:active {
  color: #222;
}
a.dropdown-item:hover {
  background-color: transparent;
  color: #222 !important;
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(34,34,34, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

/*------------------------------------
	INDEX
------------------------------------*/
h1.index{
	margin-bottom: 20px;
}
.image-container{
	margin-top: 0 !important;
	display: block;
	position:relative;
}
.image-container img{
  display:block;
}
.image-container:after {
  content:'';
  position:absolute;
  left:0; top:0;
  width:100%; height:100%;
  display:inline-block;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 30%, rgba(0, 0, 0, 1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255, 255, 255, 0)), color-stop(100%,rgba(0, 0, 0, 1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 30%,rgba(0, 0, 0, 1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 30%,rgba(0, 0, 0, 1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 30%,rgba(0, 0, 0, 1) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 30%,rgba(0, 0, 0, 1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.image-container .title {
	position: absolute;
	top: 70%;
	left: 15px;
	z-index: 1;
}
.image-container .title h3 {
	font-weight: bold;
	font-size: 18px;
}
.image-container .title h3 a{
	color: #fff !important;	
}
.module-grey-container{
	margin-bottom: 25px;
	float: left;
}
.module-grey-container .title {
	background-color: #222;
}
.module-grey-container .title h3 {
	margin: 0;
	padding: 10px;
	font-size:18px;
	font-weight: bold;
	line-height: 25px;
}
.module-grey-container .title .cat {
	margin: 0 0 0 10px;
	padding: 0;
}
.module-white-container .cat {
	margin: 9px 0 0 0;
	padding: 0;
}
.module-white-container {
	background-color: #fff;
	padding-top: 12px;
	padding-bottom: 12px;
}
.module-white-container img {
	margin-bottom: 12px;
}
.left-col-modules .module-white-container {
	margin-bottom: 20px;
}
.left-col-modules .module-white-container p {
	font-size: 16px;
	line-height: 20px;
	margin-top: 12px;
	margin-bottom: 12px;
}
.right-col-modules .module-white-container h3 {
	font-size: 16px;
	line-height: 20px;
	margin-top: 0px;
}
.module-white-container h3 {
	margin-bottom: 10px;
	margin-top: 12px;
}
.module-white-container h3,
.related h3 {
	font-size: 18px;
	line-height: 25px;
}

.carousel-container {
	margin-top: 50px;
}

.intro-text{
	margin-top: 20px;
	padding-top: 20px;
    padding-bottom: 30px;
}


/*------------------------------------
	DYN PAGE
------------------------------------*/
.mainbody{
	background-color: #fff;
    padding-top: 20px !important;
    padding-bottom: 40px !important;
    margin-bottom: 50px;

}

.mainbody .content {
	margin-top: 30px;
	margin-bottom: 100px;
}
.mainbody p.cat{
	padding-top: 12px;
	padding-bottom: 12px;
}

.widget ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.widget ul li {
	padding: 8px 0;
	border-bottom: 1px solid #F0F2F4;
	line-height: 22px;
}
.content {
	margin-bottom: 30px;
}
.content p a {
	text-decoration: underline !important;
	color: #333  !important;
}

.content h2 {
    font-size: 30px;
    margin-top: 1em;
}

.content h3 {
    font-size: 24px;
    margin-top: 1.2em;
}

@media (min-width: 992px) {
	h1{
		font-size: 36px;
	}

	.card .card-title{
		font-size: 20px;
	}	
	.intro-text{
	    padding-top: 30px;

	 }	
	.container-nav{
		margin-bottom: 50px;
	}
	.navbar-brand{
		margin-bottom: 15px;
		font-size: 30px;
		font-weight: bold;
	}
	.navbar{
		align-items:flex-start!important;
		flex-direction: column!important;
		display: flex!important;
	}
	.navbar-brand,
	.navbar-collapse {
		margin: 0 auto;
	}	
	.carousel-container{
		margin-bottom: 30px
	}
	.card-title{
		font-size: 20px;
	}	
	.card-text{
		font-size: 14px;
	
	}
	.card .cat {
		margin-top: 0 !important;
	}
	.widget {
	    padding-left: 0px;
	    padding-right: 0px;	    
	}	
	.widget .card .card-title{
		font-size: 16px;
		line-height: 22px !important;
	}
	.container-main{
		margin-top: 10px;
	}
	.header {
		padding: 35px 0 15px 0;
		font-size: 40px;
		text-transform: uppercase;
	}
	.header a{
		color: #333;
	}
	.title {
		font-size: 36px;
	}
	.dropdown-menu {
		border: 1px solid #e7e7e7;
		background-color: #fff;
	}
	.widget-heading{
		text-align: left;
		font-weight: bold;
	}
	a.dropdown-item,
	a.dropdown-item:active   {
		color: #222 !important;
	}
	a.dropdown-item:hover   {
		background-color: #4cd965;
	}
	ul li{
		padding-top: 0;
	}

	.mainbody h1{
		font-size: 32px;
	}

	.container-category{
    	min-height: 800px;
	}
	.mainbody p.cat{
		padding-top: 6px;
		padding-bottom: 6px;
		font-size: 12px;
	}
	.btn {
		font-size: 12px;
	}
	.image-container .title h3 {
		font-size: 30px;
	}
}