html, body{
  font-family: "Century Gothic",Arial, Helvetica, sans-serif;
   font-size: 100%;
   background:#fff; 
}
h4, h5, h6, h1, h2, h3 {margin: 0;}
ul, ol {margin: 0;padding:0;}
p {margin: 0;}
a {
  text-decoration: none;
}
a:hover {
	text-decoration:none;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}

.header{
	background:#fff;
}
.logo {
	clear: both;
	float:left;
	}
/*--					menu				--*/
.cssmenu span.menu {
    display: none;
}
.cssmenu{
	float:right;
}
.cssmenu ul li {
	display: inline-block;
}
.cssmenu ul li a {
	color: #000;
	display: block;
	padding: 10px;
	letter-spacing: 1px;
	font-size: 1.1em;
	font-family: 'Karla', sans-serif;
	text-transform: uppercase;
	margin-top:  -20px;
	text-decoration:none;
	margin-top: 25px;
}
.cssmenu li.active> a, .cssmenu li> a:hover {
	color:#fff;
	background: skyblue;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}




/**** Slider *****/
.index-banner{
	background:url(../images/banner.jpg)no-repeat;
	padding:10px 0;
}
.wmuSlider {
	position: relative;
	overflow: hidden;
	padding-bottom: 50px;
}
.wmuSlider .wmuSliderWrapper article {
	position: relative;
	text-align: center;
}
.wmuSlider .wmuSliderWrapper article img {
	max-width: 100%;
	width: auto;
	height: auto;
	display:block;
	margin:0 auto;
}
.wmuGallery .wmuGalleryImage {
	position: relative;
	text-align: center;
}
.wmuGallery .wmuGalleryImage img {
	max-width: 100%;
	width: auto;
	height: auto;
}

.slider-left{
	float: left;
	padding-top:6%;
	width: 47.5%;
}
.slider-left h3{
	font-size:2.0em;
	color:#fff;
	background: skyblue;
	font-family: "Century Gothic";
	text-transform:uppercase;
	margin-bottom:10px;
	width:70%;
	font-weight:400;
	float:none;
}
.slider-left h4{
	font-size:2.0em;
	color:#fff;
	background: skyblue;
	font-family: "Century Gothic";
	text-transform:uppercase;
	font-weight:400;
	margin-bottom:10px;
	width:90%;
}
.slider-right{
	width:52.5%;
	float:left;
	margin-top: 1em;
}
p.top{
	color:#fff;
	font-size:1.0em;
	line-height:1.5em;
	font-family: "Century Gothic";
	text-align:left;
	padding:0px 10px;
	width:68%;
	margin-bottom:1px;
}

.wmuSliderPrev, .wmuSliderNext {
	position: absolute;
	width: 46px;
	height: 100px;
	text-indent: -9999px;
	background:url(../images/img-sprite.png)no-repeat;
	top:40%;
	z-index: 2;
	cursor: pointer;
}
.wmuSliderPagination {
	z-index: 2;
	position: absolute;
	left:45%;
	bottom: 10px;
}
.wmuSliderPagination li {
	float: left;
	margin: 0 2px 0 0;
	list-style-type: none;
}
.wmuSliderPagination a {
	display: block;
	text-indent: -9999px;
	width:24px;
	height:24px;
	background:#414146;
	border: 3px solid #414146;
}
.wmuSliderPagination a.wmuActive {
	background:#55A13C;
}

/**** footer css *****/


.btn1 {
	margin:30px 0;
	border: none;
	font-family: inherit;
	color:#fff;
	background: none;
	cursor: pointer;
	padding:8px 20px;
	display: inline-block;
	border-bottom: 3px solid #55A13C;
	letter-spacing: 1px;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-8 {
	display: block;
	background: #000;
	font-size:0.99em;
	font-family: "Century Gothic",Arial, Helvetica, sans-serif;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.btn-8b a:hover {
	color: #fff;
	text-decoration:none;
	outline: none;
}




/*--footer--*/
/*  GRID OF THREE   ============================================================================= */

.col_1_of_3:first-child { margin-left: 0; }
.span_1_of_3  h3{
	color:#fff;
	margin-bottom:30px;
	font-size:1.5em;
	line-height: 1.2;
	font-weight : normal;
	margin-top: 0px;
	letter-spacing: -1px;
}
.span_1_of_3  h4{
	color:#fff;
	margin-bottom:20px;
	font-size:1.5em;
	line-height: 1.2;
	font-weight : normal;
	margin-top: 0px;
	letter-spacing: -1px;
}
.span_1_of_3  p  {
	font-size:0.8125em;
	color: #fff;
	line-height: 1.5em;
}
/***** Media Quries *****/
@media only screen and (max-width: 1024px) {
	.wrap{
		width:95%;
	}	
}
/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */
@media only screen and (max-width: 640px) and (min-width: 480px) {
	.wrap{
		width:95%;
	}
	.col_1_of_3{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:94%;
		padding:3%;  
	}
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
     
     .wrap{
		width:95%;
	}		
	.col_1_of_3{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:92%;
		padding:4%;
	}
}
.footer-top{
	background:#414146;
	padding:2% 0;
}
.gallery li{
	float: left;
	width: 31.9%;
	padding-right: 5px;
}
.gallery li img{
	display:block;
}
.footer-list li{
	padding-bottom: 20px;
}
.footer-list li img{
	float:left;
	margin-right:14px;
}
.footer-list li p{
	width: 85.5%;
	float: left;
	padding: 0;
}
span.yellow a{
	color:#55A13C;
}
span.yellow a:hover{
	color:#fff;
	text-decoration:none;
}
.social-icons ul li:first-child, ol li:first-child {
	margin-top: 0px;
	margin-left: 0;
}
.social-icons li {
	background: none;
	padding: 0px;
	display: inline-block;
}
li.facebook a span {
	height: 30px;
	width: 30px;
	display: block;
	background: url(../images/img-sprite.png) no-repeat -283px -14px;
}
li.facebook a span:hover {
	background: url(../images/img-sprite.png) no-repeat -283px -46px;
}
li.google a span {
	height: 30px;
	width: 30px;
	display: block;
	background: url(../images/img-sprite.png) no-repeat -316px -14px;
}
li.google a span:hover {
	background: url(../images/img-sprite.png) no-repeat -316px -46px;
}
li.twitter a span {
	height: 30px;
	width: 30px;
	display: block;
	background: url(../images/img-sprite.png) no-repeat -349px -14px;
}
li.twitter a span:hover {
	background: url(../images/img-sprite.png) no-repeat -349px -46px;
}
li.linkedin a span {
	height: 30px;
	width: 30px;
	display: block;
	background: url(../images/img-sprite.png) no-repeat -382px -14px;
}
li.linkedin a span:hover {
	background: url(../images/img-sprite.png) no-repeat -382px -46px;
}
li.youtube a span {
	height: 30px;
	width: 30px;
	display: block;
	background: url(../images/img-sprite.png) no-repeat -416px -14px;
}
li.youtube a span:hover {
	background: url(../images/img-sprite.png) no-repeat -416px -46px;
}
li.bloger a span {
	height: 30px;
	width: 30px;
	display: block;
	background: url(../images/img-sprite.png) no-repeat -448px -14px;
}
li.bloger a span:hover {
	background: url(../images/img-sprite.png) no-repeat -448px -46px;
}
li.rss a span {
	height: 30px;
	width: 30px;
	display: block;
	background: url(../images/img-sprite.png) no-repeat -482px -14px;
}
li.rss a span:hover {
	background: url(../images/img-sprite.png) no-repeat -482px -46px;
}
li.dribble a span {
	height: 30px;
	width: 30px;
	display: block;
	background: url(../images/img-sprite.png) no-repeat -515px -14px;
}
li.dribble a span:hover {
	background: url(../images/img-sprite.png) no-repeat -515px -46px;
}
.social-icons h4{
	color: #FFF;
	margin-bottom:15px;
	font-size: 1.4em;
	line-height: 1.2;
	font-weight: normal;
	margin-top: 0px;
	letter-spacing: -1px;
}
.follow{
	padding-top:30px;
}
.follow h4{
	color: #FFF;
	margin-bottom: 15px;
	font-size: 1.4em;
	line-height: 1.2;
	font-weight: normal;
	margin-top: 0px;
	letter-spacing: -1px;
}
.text{
	border-bottom:1px solid #55A13C;
	color:#fff;
}
.text img{
	float:right;
}
.footer-bottom{
	background:#000;
	padding:2% 0;
}
.copy {
	float:left;
	padding-top: 7px;
}
.copy p {
	color: #fff;
	font-size:0.89em;
}
p.copy a {
	color:#55A13C;
}
p.copy a:hover{
	color:#fff;
	text-decoration:none;
}
.footer-nav{
	float:right;
}
.footer-nav ul li {
	display: inline-block;
}
.footer-nav ul li a {
	color: #FFF;
	display: block;
	letter-spacing: 1px;
	font-size: 0.89em;
	text-transform: uppercase;
	margin-top: 13px;
	margin-right: 10px;
}
.footer-nav ul li a:hover {
	color:#55A13C;
	text-decoration: underline;
}
.follow p {
	font-size: 0.8125em;
	color: #FFF;
	line-height: 1.5em;
	margin-bottom:20px;
}
.search {
	border-bottom:2px solid #55A13C;
	color:#fff;
}
.search input[type="text"] {
	outline: none;
	padding: 2px 16px;
	outline: none;
	color: #FFF;
	background: none;
	border: none;
	width: 90.5%;
	line-height: 1.5em;
}
.search input[type="submit"] {
	background:url('../images/email.png') no-repeat 0px 0px;
	padding:4px 14px;
	border: none;
	cursor: pointer;
	position: absolute;
	line-height: 1.5em;
	outline:none;
}








/*--responsive design--*/

@media (max-width:1024px){	
	.footer-list li p {
		width:82.5%;
	}
	

@media (max-width:800px){
	.footer-list li p {
		width:78.5%;
	}
	
}

@media (max-width:640px){
	.footer-list li p {
		width:77.5%;
	}
	
}
@media (max-width:480px){
		
	.footer-list li p {
		width:77.5%;
	}
	
}
@media (max-width:320px){
	.footer-list li p {
		width:77.5%;
	}
	
		.footer-list li img {
		margin-right: 10px;
	}
	}

