/**/
/* defaults */
/**/
a {
	color: #f5a02c;
}


/**/
/* buttons */
/**/
.button {
	border-color: #f5a02c;
	background: #f5a02c;
}
.button:hover {
	color: #f5a02c;
}
.button-disabled:hover {
	background: #f5a02c;
}



/*----------------------------------------------------------------------------*/
/*                                  PLUGINS                                   */
/*----------------------------------------------------------------------------*/

/**/
/* owl carousel */
/**/
.owl-buttons div {
	background: #f5a02c;
}
.owl-buttons div:hover {
	background: #b5dd56;
}


/*----------------------------------------------------------------------------*/
/*                                   HEADER                                   */
/*----------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------*/
/*                                   CONTENT                                  */
/*----------------------------------------------------------------------------*/


/* SIMON ADDED/CHANGED */
.doctors-carousel .item:hover h3,
.doctors-carousel .item:hover p {
	color: #000;
}

.doctors-carousel span.h2:before{
	content:' '; display:block;
}
/* END SIMON ADDED */


/*----------------------------------------------------------------------------*/
/*                                  ELEMENTS                                  */
/*----------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------*/
/*                                   WIDGETS                                  */
/*----------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------*/
/*                                   FOOTER                                   */
/*----------------------------------------------------------------------------*/

/**/
/* layout */
/**/
.page-footer {
	color: #f5a02c;
}
.page-footer a:hover {
	color: #b5dd56;
}


/**/
/* last news */
/**/
.last-news .widget-icon {
	background-image: url(../img/orange/last-news.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
	.last-news .widget-icon {
		background-image: url('../img/orange/last-news@2x.png');
		background-size: 78px 71px;
	}
}


/**/
/* location */
/**/
.location li i {
	background: #f5a02c;
}
.location nav a {
	border: 3px solid #f5a02c;
	color: #f5a02c;
}
.location nav a:hover {
	background: #f5a02c;
}
.location .widget-icon {
	background-image: url(../img/orange/location.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
	.location .widget-icon {
		background-image: url('../img/orange/location@2x.png');
		background-size: 67px 64px;
	}
}


/**/
/* recent posts */
/**/
.recent-posts .widget-icon {
	background-image: url(../img/orange/recent-posts.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
	.recent-posts .widget-icon {
		background-image: url('../img/orange/recent-posts@2x.png');
		background-size: 64px 59px;
	}
}


/**/
/* work time */
/**/
.work-time {
	background: #f5a02c;
}
.work-time .widget-icon {
	background-image: url(../img/orange/work-time.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
	.work-time .widget-icon {
		background-image: url('../img/orange/work-time@2x.png');
		background-size: 66px 66px;
	}
}