html {height: 100%;}

body {
	min-height: 100%;
	height: 100%;
	font-family: 'Roboto', sans-serif;
    margin: 0px;
    padding: 0px;
	font-size: 13px;
    color: #000000;
	background: #ffffff;
}

.lazy {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
	filter: grayscale(100%) contrast(120%);
	transition: filter 0.5s ease;
}

.lazy:hover {
	filter: grayscale(0%);
}

@media (min-width: 768px) {
	
	.rela {
		position: relative;
	}	
	
	#b1 {
		display: block;
		width: 33.3%;
		float: left;
	}

	#b2 {
		display: block;
		width: 33.3%;
		float: left;
	}

	#b3 {
		display: block;
		width: 33.4%;
		float: left;
	}
	
	.slogan {
		font-weight: 600;
		font-size: 11px;
		text-transform: uppercase;
		margin-top: 36px;
	}
	
	.logo img {
		width: 80%;
		height: auto;
		margin-top: 80px;
		margin-bottom: 40px;
	}
	
	.logo {
		margin-top: 5px;
		margin-bottom: 40px;
		font-size: 44px;		
	}

	.topmenu ul {
		margin: 36px 0px 0px 0px;
		padding: 0px;
		list-style: none;
		float: right;
	}

	.topmenu ul li {
		display: inline-block;
		text-transform: uppercase;
		font-weight: 600;
		font-size: 11px;
		padding-left: 25px;
	}

	.topmenu ul li a:link, .topmenu ul li a:visited {
		color: #525859;
		transition: color 0.3s ease-out;
	}

	.topmenu ul li a:hover {
		text-decoration: none;
		color: #f26bac !important;
	}
	
	.active {
		color: #f26bac !important;
	}
	
	.centre {
		position: absolute;               
		top: 50%; 
		right: 0px;
		transform: translate(0, -50%) 
	}

	.about {
		font-size: 15px;
		padding: 150px !important;
	}
	
}

@media (max-width: 767px) {
	
	.centre {
		text-align: center;
	}

	.about {
		font-size: 15px;
		padding-bottom: 100px !important;
	}
	
	.active {
		color: #ffffff !important;
	}
	
	.topmenu ul {
		margin: 86px 0px 0px 0px;
		padding: 0px;
		list-style: none;
	}

	.topmenu ul li {
		display: block;
		text-transform: uppercase;
		font-weight: 600;
		font-size: 11px;
		padding-left: 25px;
		margin-top: 18px;
	}

	.topmenu ul li a:link, .topmenu ul li a:visited {
		color: #999999;
		transition: color 0.3s ease-out;
	}

	.topmenu ul li a:hover {
		text-decoration: none;
		color: #f26bac !important;
	}
	
	#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
	  width: 30px;
	  height: 23px;
	  position: fixed;
	  right: 15px;
	  top: 0px;
	  margin: 28px auto;
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	  -webkit-transition: .5s ease-in-out;
	  -moz-transition: .5s ease-in-out;
	  -o-transition: .5s ease-in-out;
	  transition: .5s ease-in-out;
	  cursor: pointer;
	  z-index: 20000;
	}

	#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
	  display: block;
	  position: absolute;
	  height: 4px;
	  width: 100%;
	  background: #d3531a;
	  border-radius: 9px;
	  opacity: 1;
	  left: 0;
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	  -webkit-transition: .25s ease-in-out;
	  -moz-transition: .25s ease-in-out;
	  -o-transition: .25s ease-in-out;
	  transition: .25s ease-in-out;
	}

	/* Icon 3 */

	#nav-icon3 span:nth-child(1) {
	  top: 0px;
	}

	#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
	  top: 12px;
	}

	#nav-icon3 span:nth-child(4) {
	  top: 24px;
	}

	#nav-icon3.open span:nth-child(1) {
	  top: 18px;
	  width: 0%;
	  left: 50%;
	}

	#nav-icon3.open span:nth-child(2) {
	  -webkit-transform: rotate(45deg);
	  -moz-transform: rotate(45deg);
	  -o-transform: rotate(45deg);
	  transform: rotate(45deg);
	}

	#nav-icon3.open span:nth-child(3) {
	  -webkit-transform: rotate(-45deg);
	  -moz-transform: rotate(-45deg);
	  -o-transform: rotate(-45deg);
	  transform: rotate(-45deg);
	}

	#nav-icon3.open span:nth-child(4) {
	  top: 18px;
	  width: 0%;
	  left: 50%;
	}
	
	.logo img {
		width: 50%;
		height: auto;
		margin-top: 45px;
		margin-bottom: 10px;
	}

	.logo {
		margin-top: 15px;
		margin-bottom: 10px;
		font-size: 24px;
	}
	
	.slogan {
		font-weight: 600;
		font-size: 9px;
		text-transform: uppercase;
		margin-bottom: 45px;
		text-align: center;
	}	

	#b1 {
		display: block;
	}

	#b2 {
		display: block;
	}

	#b3 {
		display: block;
	}
	
	.topmenu {
		margin-left: -70%;
		position: fixed;
		left: 0px;
		top: 0px;
		height: 100vh;
		width: 70%;
		background: rgba(0,0,0,0.7);
		z-index: 21000;
	}
	
}

.pic img {
	width: 100%;
	height: auto;
	cursor: pointer;
}

.pic img:hover {
	opacity: 0.7;
}

.pic {
	position: relative;
}

a.share {
	width: 24px;
	height: 24px;
	position: absolute;
	right: 20px;
	bottom: 20px;
	background: url(../img/share.png) no-repeat;
	background-size: 24px 24px;
	display: none;
}

.logo {
	text-align: center;
}

.clear {
	clear: both;
}

.foooter {
	/*background: #e8dd15;
	background-color: rgb(104, 41, 97);*/
	text-align: center;
	color: #000000;
}

.fhead {
	font-size: 28px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	margin-top: 55px;
	margin-bottom: 30px;
}

.citem {
	font-size: 15px;
}

a.fb {
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url(../img/fb.png) no-repeat;
	background-size: cover;
	margin-left: 5px;
	margin-right: 5px;
}

a.in {
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url(../img/in.png) no-repeat;
	background-size: cover;
	margin-left: 5px;
	margin-right: 5px;
}

a.wa {
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url(../img/wa.png) no-repeat;
	background-size: cover;
	margin-left: 5px;
	margin-right: 5px;
}

.socials {
	padding-top: 30px;
	padding-bottom: 30px;
}

.copyright {
	font-size: 12px;
	font-weight: 300;
	padding-bottom: 30px;
	padding-bottom: 30px;
}

.gray {
	background: #f3f3f3;
}

.photo img {
	width: 100%;
	height: auto;
}

.photo {
	padding-top: 100px;
	padding-bottom: 100px;
}

.contentheading {
	font-size: 32px;
	font-weight: bold;
	padding-bottom: 15px;
}

.back {
	padding-top: 30px;
}