.widget {
	/*padding-bottom: 15px;*/
	padding-bottom: 5px;
}

.widget.media-widget {
	margin-bottom: 30px;
	padding-bottom: 0;
}

.widget .img-holder {
	width: 100%;
	position: relative;
}

.widget .img-holder:hover {
	width: 102%;
	margin-left: -1%;
	margin-top: -1%;
	margin-bottom: -1%;
	cursor: default;
	cursor: hand;
	cursor: pointer;
	box-shadow: 0 1px 2px rgba(0,0,0,0.25);
}

.widget .img-holder img {
	width: 100%;
}



.widget ul{
    padding: 0 0 0 30px;
	margin: 15px 0 15px 0;
    list-style: none;
    text-indent: -15px;
}


.widget ul li:before {
	display:		inline-block;		
  	width:			0; 		
  	height:			0; 	
	border-top:		solid transparent;
	border-bottom: 	solid transparent;
	border-left:	solid rgba(90,96,101,0.5);	
	border-width:	5px;
	content:		' ';
	margin-right:	10px;
}

.widget .img-holder:hover .btn-play {
	background: rgba(62,68,72,0.95);
}

.widget .img-holder:hover .btn-play:after {
	border-color: transparent transparent transparent rgba(255,255,255,0.9);
}

.widget + .widget {
	/* border-top: 4px solid rgba(90,96,101,0.075); */
}

.widget {
	/* border-top: 4px solid rgba(90,96,101,0.1); */
	/* margin-top: 15px; */
	margin-top: 15px;
}

.sidebar > .widget:first-child {
	margin-top: 0;
	
}

.widget a {
	color: #596065;
}
.widget a:hover {
	color: rgb(0,127,42);
	background: rgba(0,0,0,0.1);
	border-bottom: none;
}
.widget:nth-child(2n+1) {
	background: #fafafa;
}

.no-padding .widget:nth-child(2n+1) {
	background: none;
}

.widget p {
	margin: 12px 12px 0;
	font-size: 14px;
	line-height: 18px;
	color: #314361;
	color: rgba(49,67,91,0.7);
}

.widget li {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 6px;
}

.no-padding .widget p {
	margin: 12px 0 0;
	font-size: 14px;
	line-height: 18px;
}

.widget h3 {
	margin: 0;
	background: none;
	color: #596065;
	padding: 6px 12px 0;
	font-size: 16px;

}

.no-padding .widget.boxed {
	background: rgba(0,0,0,0.1);
	border-top: 0;
	border-radius: 2px;
}

.spaced-bullets li {
	margin-bottom: 0.75em;
}

.no-padding  .widget.boxed h3 {
	padding: 9px 15px;
	background: #596065;
	
	color: rgba(255,255,255,0.7);
	
	font-family: dinbekbold;
	
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	
	text-shadow: none;
}

.no-padding  .widget.boxed p {
	padding: 9px 12px 0 12px;
	margin: 0;
}

.no-padding .widget + .widget.boxed {
	border-top: 0;
}


.no-padding .widget h3 {
	padding: 9px 0 0;
}

.widget .caption p {
	font-size: 13px;
	line-height: 16px;
	margin-left: 12px;
	margin-right: 12px;
	color: #405880;
}

.widget.media-widget .caption p {
	font-size: 13px;
	line-height: 16px;
	margin-left: 12px;
	margin-right: 12px;
	color: #405880;
}
.widget.boxed .caption p {
	font-size: 13px;
	line-height: 16px;
	margin-left: 12px;
	margin-right: 12px;
	color: #405880;
	background: white;
	padding: 12px;
	margin-top: 0;
	border-top:1px solid rgba(0,0,0,0.1);
}

.no-padding .widget .caption p {
	margin-left: 0;
	margin-right: 0;
}



.btn-widget {
  /* color: #ffffff; */
  background: rgb(0,160,240);
  border-color: #4cae4c;
/*  color: rgba(134,205,240,1); */
  color: rgba(255,255,255,0.75);
  border-radius: 8px;
  padding: 30px;  
  text-align: center;
  box-shadow: 0 2px 0 rgba(89,96,101,0.75);
}


.btn-widget:hover,
.btn-widget:focus,
.btn-widget:active,
.btn-widget.active,
.open .dropdown-toggle.btn-widget {
  /* color: #ffffff; */
  
  border-color: #398439;
  background: rgb(0,150,50);
  color: rgba(255,255,255,0.5);
}

.btn-widget:active,
.btn-widget.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-widget.disabled,
.btn-widget[disabled],
fieldset[disabled] .btn-widget,
.btn-widget.disabled:hover,
.btn-widget[disabled]:hover,
fieldset[disabled] .btn-widget:hover,
.btn-widget.disabled:focus,
.btn-widget[disabled]:focus,
fieldset[disabled] .btn-widget:focus,
.btn-widget.disabled:active,
.btn-widget[disabled]:active,
fieldset[disabled] .btn-widget:active,
.btn-widget.disabled.active,
.btn-widget[disabled].active,
fieldset[disabled] .btn-widget.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.widgetimage {
	margin: auto; 
	padding: 5px;
	width:100%;
	height:100%;
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
