@charset "utf-8";
/* CSS Document */

a, a:hover, a:focus, a:active {
      text-decoration: none;
      color: inherit;
}

/* Burger Menu */
#menuToggle {
  display: block;
  position: relative;
  top:10px;  /* burger position */
  left:0px;
    z-index: 1;
    -webkit-user-select: none;
  user-select: none;
}

#menuToggle a {
  text-decoration: none;
  color: #fff; /* list colour */
    transition: color 0.3s ease;
}
#menuToggle a:hover {
  color:#666; 
}
#menuToggle input {
  display: block;
  width: 50px;
  height: 36px;
  position: absolute;
  top: 0px;
  left: -5px;
  cursor: pointer;
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
   -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span {
  display: block;
  width: 40px;
  height: 4px;
  margin-bottom:7px;
  position: relative;
  background: #fff; /* burger colour */
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child {
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-4px, -6px);
  background:#fff; /* X colour */
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(4px, -3px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu {
  position: absolute;
  width: 600px;
  margin: -100px 0 0 -50px;
  padding: 50px;
  padding-top: 125px;
  opacity: 1;
  background: #a11c20; /* menu bg colour */
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li {
  padding: 10px 0;
  font-size: 22px;
  font-family: 'Roboto', sans-serif;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul {
  transform: none;
}
 /* Burger Menu */

/* Red a11c20 */	

/* W1.................................................MOB */	

.w1 {
	width:100%;
	height:30px;
	background-color:#a11c20;
}
.w1-content {
	max-width:1200px;
	margin:0 auto;
	overflow:hidden;
		padding-left:30px;
		padding-right:30px;
	font-family: 'Montserrat', sans-serif;
	color:#fff;
	font-size:13px;
	text-align:left;
	line-height:30px;
}

/* W2.................................................MOB */	

.w2 {
	width:100%;
	height:140px;
}
.w2-content {
	max-width:1200px;
	margin:0 auto;
	overflow:hidden;
		padding-left:30px;
		padding-right:30px;
	font-family: 'Montserrat', sans-serif;
	padding-top:30px;
	margin-bottom:30px;
}


/* W3.................................................MOB */	

.w3 {
	width:100%;
	height:50px;
	background-color:#a11c20;
}
.w3-content {
	max-width:1200px;
	margin:0 auto;
	overflow:hidden;
		padding-left:30px;
		padding-right:30px;
	font-family: 'Montserrat', sans-serif;
}
.w3-burger {
	float:left;
	position:absolute;
	z-index:1;
}
.w3-menu {
	display:none;
	line-height:50px;
}
.w3-menu a {
	color:#fff;
	padding-right:20px;
	font-size:17px;
	transition:0.5s;
}
.w3-menu a:hover {
	color:#999;
	transition:0.5s;
}
.w3-gallery {
	width:100%;
	height:auto;
}
.w3-gallery-content {
	max-width:1200px;
	margin:0 auto;
	overflow:hidden;
	padding-left:30px;
		padding-right:30px;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.w3-gallery img {
	margin:15px;
	max-width:300px;
}
/* W4..............LATEST.........................MOB */	

.w4 {
	width:100%;
	height:auto;
	padding-top:40px;
	padding-bottom:40px;
	background-color:rgba(243,243,243,1.00);
}
.w4-content {
	max-width:1200px;
	margin:0 auto;
	overflow:hidden;
		padding-left:30px;
		padding-right:30px;
	font-family: 'Montserrat', sans-serif;
	justify-content:flex-end;
}
.w4-wrapper {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.w4 h1 {
	text-align:left;
	text-transform: uppercase;
	color:#333;
	font-size:32px;
}
.w4 h1:after {
	background:#a11c20;
	content: '';
	display:inline-block;
	height: 2px;
	width: 30%;
}
.w4-container {
  width: 100%;
  max-width: 500px;
  margin: 15px;
  border: thin solid #666;
  background-color: #fff;
  height:auto;
  overflow:hidden;
}
.w4-container-image {
  height: auto;
}
.w4-container-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.w4-container-topic {
  background-color: #a11c20;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  padding: 5px 10px;
  width: fit-content;
}
.w4-container-text {
  text-align: left;
  font-size: 28px;
  line-height: 36px;
  font-weight: bold;
  padding: 20px;
  color: #444;
  transition: color 0.5s;
}
.w4-container-text:hover {
  color: #a11c20;
}
.w4-container-image:hover img {
  opacity: 0.7;
  transition: opacity 0.5s;
}
/* W5.................................................MOB */	

.w5 {
	width:100%;
	height:auto;
	background-color:rgba(233,233,233,1.00);
	border-top-color:#a11c20;
	border-top-style:solid;
	border-top-width:thin;
	padding-top:40px;
}
.w5-content {
	max-width:1200px;
	margin:0 auto;
	overflow:hidden;
		padding-left:30px;
		padding-right:30px;
	font-family: 'Montserrat', sans-serif;
	
}
.w5 h3 {
	text-align:left;
	text-transform: uppercase;
	color:#333;
	font-size:24px;
}
.w5 h3:after {
	background:#a11c20;
	content: '';
	display:inline-block;
	height: 2px;
	width: 50%;
}
.w5-left {
}
.w5-right {
}
.sub-container {
	width:100%;
	height:160px;
	margin-bottom:30px;
	border-color:#666;
	border-style:solid;
	border-width:thin;
	background-color:#fff;
	transition:0.5s;
}
.sub-container:hover {
opacity:0.7;
	transition:0.5s;
}
.sub-container-image {
	float:left;
	width:30%;
	height:130px;
	box-sizing:border-box;
	padding:10px;
}
.sub-container-image img {
	width:60px;
	height:60px;
}
.sub-container-text {
	float:left;
	width:70%;
	box-sizing:border-box;
	padding:10px;
	font-size:16px;
	font-weight:bold;
	line-height:26px;
	color:#444;
}
.sub-container-read-more {
	float:left;
	box-sizing:border-box;
	font-size:14px;
	color:#a11c20;
}
.sub-container-topic {
	background-color:#a11c20;
	color:#fff;
	text-transform: uppercase;
	font-size:12px;
	padding-left:10px;
	padding-right:10px;
	width:fit-content;
	margin-bottom:10px;
}
/* W6.................................................MOB */	

.w6 {
	width:100%;
	height:auto;
	background-color:rgba(233,233,233,1.00);
}
.w6-content {
	max-width:1200px;
	margin:0 auto;
	overflow:hidden;
		padding-left:30px;
		padding-right:30px;
	font-family: 'Montserrat', sans-serif;
}
.w6 h3 {
	text-align:left;
	text-transform: uppercase;
	color:#333;
	font-size:24px;
}
.w6 h3:after {
	background:#a11c20;
	content: '';
	display:inline-block;
	height: 2px;
	width: 50%;
}
.w6-left {
}
.w6-right {
}
/* W7.................................................MOB */	

.w7 {
	width:100%;
	height:auto;
	background-color:#a11c20;
}
.w7-content {
	max-width:1200px;
	margin:0 auto;
	overflow:hidden;
		padding-left:30px;
		padding-right:30px;
	font-family: 'Montserrat', sans-serif;
	
	padding-top:30px;
	padding-bottom:30px;
}
.w7 h3 {
	text-align:left;
	text-transform: uppercase;
	color:#fff;
	font-size:20px;
}
.w7 p,a {
	text-align:left;
	color:#fff;
	font-size:17px;
	line-height:26px;
	transition:0.5s;
}
.w7 a:hover {
	color:#999;
	transition:0.5s;
}
.w7-left {
}
.w7-cen {
}
.w7-right {
}

/* W8.................................................MOB */	

.w8 {
	width:100%;
	height:auto;
	padding-top:40px;
	padding-bottom:40px;
	background-color:rgba(249,249,249,1.00)
}
.w8-content {
	max-width:1200px;
	margin:0 auto;
	overflow:hidden;
		padding-left:30px;
		padding-right:30px;
	font-family: 'Montserrat', sans-serif;
}
.w8 h1 {
	font-size:32px;
	color:#444;
}
.w8 h1:after {
	background:#a11c20;
	content: '';
	display:inline-block;
	height: 2px;
	width: 30%;
}
.w8 h2 {
	color:#a11c20;
	font-size:24px;
}
.w8 p,strong,li {
	font-size:17px;
	color:#444;
	line-height:30px;
}
.w8 a {
	font-size:17px;
	color:#444;
	line-height:30px;
}
.w8 a:hover {
	color:#a11c20;
}
.form {
	text-align:center;
	width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
color:#444;
margin-top:40px;
}
.form input {
  width: 100%;
  height:25px;
  padding:5px;
  margin-bottom:15px;
    font-size:13px;
	font-family:font-family: 'Montserrat', sans-serif;
	border-color:#444;
	border-style:solid;
	border-width:thin;
	background-color:#fff;
	box-sizing:content-box;
}
.form textarea {
  width: 100%;
  height:80px;
  padding:5px;
  margin-bottom:8px;
  font-size:13px;
  font-family:font-family: 'Montserrat', sans-serif;
  border-color:#444;
  border-style:solid;
	border-width:thin;
	background-color:#fff;
	box-sizing:content-box;
}
.form input[type=submit] {
  width: 100%;
  height:30px;
  margin-top:5px;
  line-height:10px;
  border-color:#666;
  border-style:solid;
	border-width:thin;
	margin-top:10px;
	background-color:#a11c20;
	color:#fff;
	box-sizing:content-box;
 }
 @media only screen and (min-width: 400px) {
.sub-container {
	height:150px;
}
.sub-container-image {
	width:30%;
	height:130px;
}
.sub-container-image img {
	width:90px;
	height:90px;
}
.sub-container-text {
	width:70%;
	padding:10px;
}
.sub-container-topic {
	font-size:12px;
}
}
@media only screen and (min-width: 620px) {
.form {
		max-width:500px;
	margin-left:0;
	margin-right:0;
}
.sub-container {
	height:130px;
}
.sub-container-image {
	width:130px;
	height:130px;
}
.sub-container-image img {
	width:110px;
	height:110px;
}
.sub-container-text {
	width:auto;
}
.sub-container-topic {
	font-size:13px;
}
}



@media only screen and (min-width: 800px) {
}

@media only screen and (min-width: 900px) {
.sub-container {
	height:130px;
}
.sub-container-image {
	width:30%;
	height:130px;
}
.sub-container-image img {
	width:110px;
	height:110px;
}
.sub-container-text {
	width:70%;
}
	
	
	
.w3-burger {
	display:none;
}
.w3-menu {
	display:block;
}
.w5-left {
	box-sizing:border-box;
	float:left;
	padding-right:30px;
	width:50%;
}
.w5-right {
	box-sizing:border-box;
	float:left;
	width:50%;
}
.w6-left {
	box-sizing:border-box;
	float:left;
	padding-right:30px;
	width:50%;
}
.w6-right {
	box-sizing:border-box;
	float:left;
	width:50%;
}
.w7-left {
	box-sizing:border-box;
	float:left;
	padding-right:30px;
	width:60%;
}
.w7-cen {
	box-sizing:border-box;
	float:left;
	padding-right:30px;
	width:20%;
}
.w7-right {
	box-sizing:border-box;
	float:left;
	width:20%;
}
}

@media only screen and (min-width: 1000px) {
.w3-menu a {
	padding-right:25px;
	font-size:18px;
}
}

@media only screen and (min-width: 1100px) {
.w4-container {
	margin-bottom:30px;
	margin-right:40px;
}
}

@media only screen and (min-width: 1200px) {
.w4-container {
	margin-right:45px;
}
}



 
 
 

 
