@font-face {
  font-family: 'Lato';
  src: url('/themes/ametsoc/fonts/lato-regular-webfont.eot');
  src: url('/themes/ametsoc/fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('/themes/ametsoc/fonts/lato-regular-webfont.woff2') format('woff2'),
       url('/themes/ametsoc/fonts/lato-regular-webfont.woff') format('woff'),
       url('/themes/ametsoc/fonts/lato-regular-webfont.ttf') format('truetype'),
       url('/themes/ametsoc/fonts/lato-regular-webfont.svg#lato') format('svg');
}

.owl-item {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
}
.default-theme.mura-owl .owl-item {
	background: #fff;
}
.light-gray-theme.mura-owl .owl-item {
	background: #f4f4f4;
}
.icons-type.light-gray-theme.mura-owl .owl-link:hover,
.icons-type.light-gray-theme.mura-owl .owl-link:focus {
	background: #fdfdfd;
}

.light-yellow-theme.mura-owl .owl-item {
	background: #fffae6;
}
.icons-type.light-yellow-theme.mura-owl .owl-link:hover,
.icons-type.light-yellow-theme.mura-owl .owl-link:focus {
	background: #fffcf2;
}
.light-blue-theme.mura-owl .owl-item {
	background: #f2f8fc;
}
.icons-type.light-blue-theme.mura-owl .owl-link:hover,
.icons-type.light-blue-theme.mura-owl .owl-link:focus {
	background: #e6f5ff;
}
.navy-theme.mura-owl .owl-item {
	background: #124d84;
}

/* * * * * * * * * * * */

.icons-type.mura-owl {}

.icons-type.mura-owl .owl-link {
	display: block;
	padding: 10px;
	border-radius: 10px;
	text-align: center;
	border: 1px solid #ccc;
	text-decoration: none;
}
.icons-type.mura-owl .owl-link:hover,
.icons-type.mura-owl .owl-link:focus {
	background: #fffcf2;
}
.icons-type.mura-owl .owl-item img {
	max-width: 60px;
	margin: 0 auto;
}
.icons-type.mura-owl .owl-item h4 {
	font-size: .9em;
	font-weight: bold;
}
.icons-type.mura-owl .owl-item p {
	color: black;
}

/* * * * * * * * * * * */

.images-type.mura-owl {}

.images-type.mura-owl .owl-link {
    display: block;
    color: white!important;
}
.images-type.mura-owl .owl-caption {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.images-type.mura-owl .owl-title {
	font-family: 'Lato',Helvetica,arial,sans-serif;
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1em;
	padding: 5px 20px;
	margin: 10px 0;
	text-shadow: 2px 1px 3px rgba(0,0,0,0.8)
}
@media screen and (min-width: 992px) {
	.images-type.mura-owl .owl-title { font-size: 1.5em; }
}
@media screen and (min-width: 1200px) {
	.images-type.mura-owl .owl-title { font-size: 1.75em; }
}
.images-type.mura-owl .owl-summary {
    position: absolute;
    bottom: 0;
    padding: 10px 10%;
    text-align: center;
    width: 100%;
    background: #072f56;
    background: rgba(5,39,71,0.9);
    -webkit-transition: background .2s linear;
    -moz-transition: background .2s linear;
    -ms-transition: background .2s linear;
    -o-transition: background .2s linear;
    transition: background .2s linear;
}
.images-type.mura-owl .owl-link:hover .owl-summary,
.images-type.mura-owl .owl-link:focus .owl-summary {
    background: #222;
    background: rgba(0,0,0,0.3);
}
.images-type.mura-owl .owl-summary p {
	font-size: .9em;
	line-height: 1.6em;
	margin-bottom: 0;
}
@media screen and (min-width: 992px) {
	.images-type.mura-owl .owl-summary p { font-size: 1.1em; }
}
@media screen and (min-width: 1200px) {
	.images-type.mura-owl .owl-summary p { font-size: 1.25em; }
}
.images-type.mura-owl .owl-summary p:after {
	color: #2c70af;
	content: "\f054";
	font-family: "FontAwesome";
	display: inline-block;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	font-size: .7em;
	margin-left: 8px;
}