
html, body {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


ol, ul { list-style: none; }


img { border: 0; max-width: 100%; }



/** posts slider widget **/
.crsl-items {
  display: block;
  padding: 0px;
  z-index: 99;
  position: relative;
  width:94%!important;
  margin:0 auto;
}

.crsl-item {
  background:transparent;
  padding: 0px;
  /*-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.4);
  box-shadow: 0 2px 3px rgba(0,0,0,0.4);*/
  padding-bottom:12px;
  text-align:center;
  box-shadow:none;
}

.crsl-item .thumbnail {
  display: block;
  position: relative;
  margin-bottom: 10px;
  cursor: pointer;
  background:#fff;
  width:80px;
  height:80px;
  border-radius:80px; line-height:80px; text-align:center;
  margin:0 auto;
  border:0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.crsl-item .thumbnail img { 
  display: block; /* fix 1px image space http://stackoverflow.com/q/5804256/477958 */
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width:auto;
  margin-top: 14px;
}
.crsl-item .thumbnail:hover img {
  opacity:1;
}

.crsl-item:hover .thumbnail{
-webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
background: rgba(128,180,65,1);
}

.crsl-item h3 {
  font-size: 15px;
    color: #fff;
    margin-bottom: 0px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    padding:0 0px;
	letter-spacing:0.5px;
}
.crsl-item h3 a {
  text-decoration: none;
  color: #fff;
}
.crsl-item h3 a:hover {
  text-decoration: none;
  color:#97e23c;
}

.crsl-item .postdate {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 6px;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
  font-size: 1.2em;
  font-weight: bold;
  background: #4e90da;
}

.crsl-item p {
  font-family: Roboto, sans-serif;
    font-size: 14px;
    color: #fff;
    line-height: 18px;
    font-weight: 400;padding: 6px 0;
}

.crsl-item p.readmore a {
  font-family: Roboto, sans-serif;
    color: rgb(255, 255, 255);
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    float: left;
    background: rgb(66, 133, 244);
    padding: 0px 10px;
    transition: all 0.3s linear;
	text-decoration: none;
}
.crsl-item p.readmore a:hover {
  color: rgb(255, 255, 255);
    background: rgb(51, 51, 51);
    text-decoration: none;
    transition: all 0.3s linear;
}


/** posts slider nav **/
.slidernav {
  display: block;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 0px;
  z-index: 9;
  position:absolute;
  top: 35%;
  width: 100%;
  left:0;
}

.slidernav a {
  display: block;
  padding: 2px 0px;
  margin-right: 0px;
  font-size:20px;
  /*background:#fff;*/
  color: #fff;
  text-decoration: none;
  transition:all 0.5s ease;
  /*-webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 2px 2px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 2px 0px rgba(0,0,0,0.2);
  box-shadow: 2px 2px 0px rgba(0,0,0,0.2);*/
}
.slidernav a:active {
  /*-webkit-box-shadow: 1px 1px 0 rgba(0,0,0,0.2);
  -moz-box-shadow: 1px 1px 0 rgba(0,0,0,0.2);
  box-shadow: 1px 1px 0 rgba(0,0,0,0.2);*/
}

.previous{float:left;}

.previous .fa{font-size:50px;}

.next .fa{font-size:50px;}

.next{float:right;}

.slidernav a:hover {
/*background:#80b441;*/
  color: #80b441;transition:all 0.5s ease;
  }
  
.specilities_home_inn .slidernav a:hover {
  color: #0067a1;transition:all 0.5s ease;
  }  
 
#navbtns .fa{font-size:50px;} 

#navbtns_1 .fa{font-size:50px;} 

.srv5_ico img{margin-top:18px!important;}

.gallery2{margin-top:50px; margin-bottom:30px;}

.gallery2 .crsl-item{    background: #fff; padding:30px 10px;border:#fff solid 3px; transition:all 0.5s ease;}

.gallery2 .crsl-item h3 a{color:#444; text-transform:uppercase;}

.gallery2 .crsl-item:hover .thumbnail {background: inherit;}

.gallery2 .crsl-item:hover h3 a{ color:#80b441;}

.gallery2 .crsl-item:hover{border:#0067a1 solid 3px;transition:all 0.5s ease;}

.gallery2 .crsl-item .thumbnail{width: 120px;height: 70px; text-align:center; margin-bottom:20px;padding:0;}

.gallery2 .crsl-item .thumbnail img{margin-top:0; padding:0;}
  
 
/** media queries **/
@media screen and (max-width: 660px) {
  
  
}

/** clearfix **/
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { }
 
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }
