body {
	font-size: 16px; line-height:1.5em; font-family: Arial, Helvetica, sans-serif; font-weight:normal;
	
	
} 
 
.post-content {
	background:#044a36 url(../images/bg.jpg) repeat-x;
	min-height: 220px;
    height: auto;
 
}

h3 {
	font-size:21px;
}
 
h6 {
	font-size:19px;
}
 
a {
	text-decoration: none; 
}

a:hover, i:hover, ul li a:hover, p a:hover{
	text-decoration: none;  
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	color:#ff0000
}

 

.slick-prev:before, .slick-next:before {
	color: black;
}



	 
ul {
	margin:0px; padding:0px; list-style-type:none;
}



 /** hover img effect **/
 
 
.zoom-imgs {
	overflow: hidden;
	margin:0 auto;
}
.zoom-imgs img {

	max-width: 100%;
	height: auto;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}
.zoom-imgs img:hover {
  -moz-transform: scale(2) rotate(0deg);
  -webkit-transform: scale(2) rotate(0deg);
  -o-transform: scale(2) rotate(0deg);
  -ms-transform: scale(2) rotate(0deg);
  transform: scale(2) rotate(0deg);
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  transition: 0.8s;
}


.shadow {
	-webkit-box-shadow: 1px 6px 13px -7px rgba(0,0,0,0.36);
	-moz-box-shadow: 1px 6px 13px -7px rgba(0,0,0,0.36);
	box-shadow: 1px 6px 13px -7px rgba(0,0,0,0.36);
}



.graident {
	border:1px solid #fdfcfc;   
	background: #fdfcfc; 
	background: -moz-linear-gradient(top, #fdfcfc 0%, #ededed 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fdfcfc 0%,#ededed 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fdfcfc 0%,#ededed 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfcfc', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}
 