html {
  font-size:15px;
}
a {
	-webkit-transition: all.5s ease-out;
  -moz-transition: all 5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}
body {
	font-family: 'Exo', sans-serif;
	background:#12A19A;
}
.cmaxw {
	max-width:1400px;
}
.cwrap {
	background:#fff;
	padding:5rem 0 2rem 0;	
}
.cnav {
	opacity:.9;
}	
.cnav-ul {
	letter-spacing:1px;
	font-weight:300;
}
.cnav-ul a:hover {
	color:#F9B64F !important;
}
.cfooter {
	background:#12A19A;
}
.csticyimg {
	width:100%
}
.csticyimg img {
	max-width:100%;
}
/* Content*/
.chomesl {
	color:#F9B64F;
	font-weight:bold;
	font-size:2.4rem;	
}
.chomeinfo-inner {
	color:#12A19A;
	font-size:1.1rem;
	text-align:justify;
}
.chomeinfo-inner p {
	font-size:1.4rem;
}
.chomeinfo-inner .chomeicon {
	text-align:center;
	font-size:3rem;
	color:#118A84;
}
.chomeinfo-inner .list-group-item {
	min-width:25%;
}
.cinfo {
	background:#F9B54F;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	font-size:1.3rem;
	padding:.8rem;
	letter-spacing:1px;
}
ul.cabb li {
   margin-bottom: .6rem;
}
a.cprivacy {
	color:#beeae7;
	text-decoration:none;
}
@media screen and (min-width: 1200px) {
  html {
    font-size:16px;
  }
	.cwrap {
		min-height:700px;
	}
}