/** page structure **/

#w {
    display: block;
    margin: 0 auto 20px auto;
    padding: 2px 3px;
    position: relative;
    width: 1000px;
}


/** posts slider widget **/
#navbtns.clearfix {
    position: absolute;
    right: 0;
}
.crsl-items {
    display: block;
    margin-top: 0px;
    padding: 0px 5px;
    position: relative;
}

.crsl-item {
  background: none repeat scroll 0 0 #fafafa;
    border-bottom: 1px solid #ececec;
    display: block;
    float: left;
    min-height: 184px !important;
    width: 235px !important;
	margin-right:19px !important;
}

.crsl-item .thumbnail {
  display: block;
  position: relative;
  margin-bottom: 10px;
  cursor: pointer;
}
.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;
}
.crsl-item .thumbnail:hover img {
  opacity: 0.8;
}

.crsl-item h3 {
  color: #353d42;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    text-align: center;
}
.crsl-item h3 a {
  text-decoration: none;
  color: #333;
}
.crsl-item h3 a:hover {
  text-decoration: underline;
}

.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-size: 1.2em;
    line-height: 24px;
    margin-bottom: 5px;
    text-align: center;
}


.crsl-item p.readmore a {
    background: none repeat scroll 0 0 lightseagreen;
    border-radius: 4px;
    box-shadow: 0 3px 0 lightslategrey;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: normal;
    margin: 0 auto;
    padding: 3px 5px;
    text-align: center;
    text-decoration: none;
	text-shadow: 1px 1px 1px lightslategray;
	transition:.2s ease-in-out;
	-moz-transition:.2s ease-in-out;
	-webkit-transition:.2s ease-in-out;
	-o-transition:.2s ease-in-out;
	-ms-transition:.2s ease-in-out;
}

.crsl-item p.readmore a:hover {
    background: none repeat scroll 0 0 lightskyblue;
    color: #000;
    text-shadow: 1px 1px 1px #fff;
}


/** posts slider nav **/


.slidernav {
    display: block;
    margin-bottom: 5px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 15px;
    width: 100px;
}

.slidernav a.previous {
  display: inline-block;
  padding: 0px;
  margin-right: 5px;
  background: url(/web/20220430083516im_/http://uriel.co.in/images/prev_img.jpg) no-repeat top left;
  width:20px;
  height:20px;
  transition:.2s ease-in-out;
	-moz-transition:.2s ease-in-out;
	-webkit-transition:.2s ease-in-out;
	-o-transition:.2s ease-in-out;
	-ms-transition:.2s ease-in-out;
}

.slidernav a:hover.previous {
  background: url(/web/20220430083516im_/http://uriel.co.in/images/prev_img.jpg) no-repeat bottom left;
}

.slidernav a.next {
  display: inline-block;
  padding: 0px;
  margin-right: 4px;
  background: url(/web/20220430083516im_/http://uriel.co.in/images/next_img.jpg) no-repeat top left;
  width:20px;
  height:20px;
  transition:.2s ease-in-out;
	-moz-transition:.2s ease-in-out;
	-webkit-transition:.2s ease-in-out;
	-o-transition:.2s ease-in-out;
	-ms-transition:.2s ease-in-out;
}

.slidernav a:hover.next {
  background: url(/web/20220430083516im_/http://uriel.co.in/images/next_img.jpg) no-repeat bottom left;
}
.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);
}

#w h2 {
    border-bottom: 1px solid #ececec;
    color: #353d42;
    font-size: 26px;
    font-weight: normal;
    line-height: 42px;
    margin-bottom: 18px;
    position: relative;
}


/** media queries **/
@media screen and (max-width: 660px) {
  h1 { font-size: 2.4em; line-height: 1.2em; }
  
  .crsl-item h3 { font-size: 1.65em; }
}

/** clearfix **/
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
 
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }

/*
     FILE ARCHIVED ON 08:35:16 Apr 30, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 15:05:09 Feb 26, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  exclusion.robots: 0.117
  exclusion.robots.policy: 0.102
  cdx.remote: 0.134
  esindex: 0.014
  LoadShardBlock: 1414.106 (6)
  PetaboxLoader3.datanode: 1520.508 (7)
  PetaboxLoader3.resolve: 135.91 (2)
  load_resource: 1174.323
*/