.page-pins {padding:40px 20px 2px 20px; margin-top:-25px; background:url(../images/page-pins1.png) no-repeat; float:right}
.slide-box {border:#333333 6px solid; -moz-border-radius: 5px 5px 5px 5px; -webkit-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; -moz-box-shadow: 0px 0px 10px #666666; -webkit-box-shadow: 0px 0px 10px #666666; box-shadow: 0px 0px 5px #666666; background-color: #E3E7DE; margin-top:10px}
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.2
*/

.owl-themex .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-themex .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #181D1B;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-themex .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-themex .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-themex .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #181D1B;
}

.owl-themex .owl-controls .owl-page.active span,
.owl-themex .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-themex .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}



/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
	background-color: #F4F4F4;
	
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

.owl-themex .owl-controls .owl-buttons div {
  position: absolute;
}
 
.owl-themex .owl-controls .owl-buttons .owl-prev{
  left: 0px;
  top: 0em; 
}
 
.owl-themex .owl-controls .owl-buttons .owl-next{
  right: 0px;
  top: 0em;
}

span.uty{ padding-top: 11px;
float: left;
font-size: 18px;
color: #224488;
text-align: center; width:100%;
font-weight: bold;
}
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.2
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
	display:none;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

#w {
  display: block;
  max-width: 830px;
  min-width: 300px;
  margin: 0 auto;
  padding: 2px 3px;
}
 
 
/** posts slider widget **/
.crsl-items {
  display: block;
  padding: 5px;
}
 
.crsl-item {
  background: #fff;
  padding: 8px;
  -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);
}
 
.crsl-item .thumbnail {
  display: block;
  position: relative;
  margin-bottom: 10px;
  cursor: pointer;
}
.crsl-item .thumbnail img { 
  display: block; 
  -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;
}
.slidernav {
  display: block;
  text-align: center;
  margin-bottom: 5px;
}
 
.slidernav a {
  display: inline-block;
  padding: 5px 8px;
  margin-right: 8px;
  font-size: 1.4em;
  background: #fff;
  color: #666;
  text-decoration: none;
  -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);
}
$(function(){
  $('.crsl-items').carousel({
    visible: 3,
    itemMinWidth: 180,
    itemEqualHeight: 370,
    itemMargin: 9,
  });
  $("a[href=#]").on('click', function(e) {
    e.preventDefault();
  });
});


.sre12{width:100%; float:left}
.sre13{width: 100%;float: left; background-color: rgb(158, 170, 219);}
.sre14{width:98%; margin:1%}
.sre15{width:98%; float:left; background-color:rgba(242,246,248,1); padding:1%}
.sre19{width:99%; float:left; padding:1%;}
.grad1{height: 200px; background: -webkit-linear-gradient(rgb(209, 212, 224), rgb(255, 255, 255)); background: -o-linear-gradient(rgb(209, 212, 224), rgb(255, 255, 255)); background: -moz-linear-gradient(rgb(209, 212, 224), rgb(255, 255, 255)); background: linear-gradient(rgb(209, 212, 224), rgb(255, 255, 255));
}
.sre16{list-style:disc; padding-left:3em}
.sre17{float:left; width:35%}
.sre18{float:right; width:45%}
.in1{width:100%;float:left}
.in2{width:50%;float:left}
.in3{width:50%;float:left}
.in4{list-style:disc}
.in5{color:#337ab7;text-decoration:underline;font-weight:bold;font-size:16px;font-family: "Source Sans Pro", "Droid Serif", 'Open Sans', 'sans-serif';}
.gro1{width:50%;float:left;height:32px;font-size:18px;background-color:rgba(222, 225, 226, 0.49);border:2px solid rgba(0, 0, 0, 0.66);-webkit-box-shadow:inset 0 0 8px rgba(0,0,0,0.1)}
.gro2{width:100%;float:left}
.gro3{width:70%;float:left}
.gro4{width:28%;float:left;margin-top:26px;margin-left:20px;}
.gro5{width:93%; padding-left:40px}
@media screen and (max-width:240px){.gro5{padding-left:0px} .gro3{width:100%}.gro4{width:93%;margin-top:-15px}.gro1{width:57%}}
@media screen and (max-width: 299px) and (min-width: 241px){
.sre17{width:100%}
.sre18{width:100%}.gro5{padding-left:0px} .gro3{width:100%}.gro4{width:93%;margin-top:-15px}.gro1{width:57%}
}
@media screen and (max-width: 399px) and (min-width: 300px) {.sre17{width:100%}
.sre18{width:100%}.gro5{padding-left:0px} .gro3{width:100%}.gro4{width:94%;margin-top:-15px}}
@media screen and (max-width: 599px) and (min-width: 400px) {.gro5{padding-left:0px} .gro3{width:100%}.gro4{width:70%;margin-top:-15px}}
@media(min-width:768px) and (max-width:979px){}
@media screen and (max-width: 799px) and (min-width: 600px){.in6{padding-left:11px}.gro3{width:100%}.gro4{width:46%;margin-top:-15px}}
@media screen and (max-width: 999px) and (min-width: 800px){.in6{padding-left:38px}.gro3{width:100%}.gro4{width:18%;margin-top:-13px}}
@media screen and (max-width: 1099px) and (min-width: 1000px){.in6{padding-left:38px}.gro3{width:81%}.gro4{width:15%}.gro1{width:96%}}
@media screen and (max-width: 1199px) and (min-width: 1100px) {.in6{padding-left:38px}.gro3{width:74%}.gro4{width:24%}.gro1{width:56%}}
@media(min-width:1200px){.in6{padding-left:38px}}

@media screen and (max-width: 979px) and (min-width: 768px){

}
@media screen and (max-width: 768px) and (min-width: 480px){

}
@media screen and (max-width: 480px) and (min-width: 320px){
span.uty{ margin-top:20px}
.page-pins{padding-left:5px; padding-right:5px; float:left}

}
@media screen and (max-width: 320px) and (min-width: 240px){
span.uty{ margin-top:20px}

}
@media screen and (max-width: 775px) and (min-width: 240px){.in2{width:100%}.in3{width:100%}
}