@import url("https://fonts.googleapis.com/css?family=Lato"); .fg-panel a,
.fg-panel img,
.fg-panel span,
.fg-panel div {
font-family: 'Lato', sans-serif;
text-decoration: none;
list-style-type: none !important;
list-style: none !important;
outline: none;
margin: 0px;
padding: 0px;
border: 0;
background: none;
vertical-align: baseline;
font-size: 100%;
max-width: 100%;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
.fg-panel > div > a {
display: none;
}  .fg-panel .fg-theme-white, .fg-panel .fg-theme-white:visited {
color: #7f8c8d;
background: #ecf0f1;
}
.fg-panel .fg-theme-white:hover {
background: #f3f8f9;
}
.fg-panel .fg-theme-white.fg-selected {
background: #d9ddde !important;
}
.fg-panel .fg-dropdown-selection-list.fg-theme-white {
background: #dcdfe0;
}
.fg-panel .fg-dropdown-selection-list.fg-theme-white > div:hover {
background: #ecf0f1;
} .fg-panel .fg-theme-black, .fg-panel .fg-theme-black:visited {
color: #fff;
background: #2c3e50;
}
.fg-panel .fg-theme-black:hover {
background: #34495f;
}
.fg-panel .fg-theme-black.fg-selected {
background: #18222d !important;
}
.fg-panel .fg-dropdown-selection-list.fg-theme-black {
background: #34495e;
}
.fg-panel .fg-dropdown-selection-list.fg-theme-black > div:hover {
background: #2c3e50;
} .fg-panel .fg-theme-red, .fg-panel .fg-theme-red:visited {
color: #fff;
background: #c0392b;
}
.fg-panel .fg-theme-red:hover {
background: #ae3427;
}
.fg-panel .fg-theme-red.fg-selected {
background: #dd412f !important;
}
.fg-panel .fg-dropdown-selection-list.fg-theme-red {
background: #e74c3c;
}
.fg-panel .fg-dropdown-selection-list.fg-theme-red > div:hover {
background: #c0392b;
} .fg-panel .fg-theme-blue, .fg-panel .fg-theme-blue:visited {
color: #fff;
background: #2980b9;
}
.fg-panel .fg-theme-blue:hover {
background: #3498db;
}
.fg-panel .fg-theme-blue.fg-selected {
background: #20638f !important;
}
.fg-panel .fg-dropdown-selection-list.fg-theme-blue {
background: #3498db;
}
.fg-panel .fg-dropdown-selection-list.fg-theme-blue > div:hover {
background: #2980b9;
} .fg-panel .fg-theme-orange, .fg-panel .fg-theme-orange:visited {
color: #fff;
background: #d35400;
}
.fg-panel .fg-theme-orange:hover {
background: #e67e22;
}
.fg-panel .fg-theme-orange.fg-selected {
background: #943f00 !important;
}
.fg-panel .fg-dropdown-selection-list.fg-theme-orange {
background: #e67e22;
}
.fg-panel .fg-dropdown-selection-list.fg-theme-orange > div:hover {
background: #d35400;
} .fg-panel .fg-theme-green, .fg-panel .fg-theme-green:visited {
color: #fff;
background: #16a085;
}
.fg-panel .fg-theme-green:hover {
background: #1abc9c;
}
.fg-panel .fg-theme-green.fg-selected {
background: #11725e !important;
}
.fg-panel .fg-dropdown-selection-list.fg-theme-green {
background: #1abc9c;
}
.fg-panel .fg-dropdown-selection-list.fg-theme-green > div:hover {
background: #16a085;
} .fg-panel .fg-theme-purple, .fg-panel .fg-theme-purple:visited {
color: #fff;
background: #8e44ad;
}
.fg-panel .fg-theme-purple:hover {
background: #9b59b6;
}
.fg-panel .fg-theme-purple.fg-selected {
background: #622f78 !important;
}
.fg-panel .fg-dropdown-selection-list.fg-theme-purple {
background: #9b59b6;
}
.fg-panel .fg-dropdown-selection-list.fg-theme-purple > div:hover {
background: #8e44ad;
} .fg-panel div.fg-inline-gallery {
margin-bottom: 40px;
display: none;
}
div.fg-inline-gallery > h2.fg-inline-gallery-title {
color: #333333;
font-size: 18px;
text-align: center;
margin-top: 0;
margin-bottom: 15px;
text-shadow: 0px 1px 0px #ffffff;
}
div.fg-inline-gallery > div.fg-inline-gallery-media {
text-align: center;
position: relative;
}
div.fg-inline-gallery-media > .fg-inline-gallery-preloader {
background: url(//clinicajerico.com/wp-content/plugins/radykal-fancy-gallery/images/fancygallery/inline-preloader.gif) no-repeat;
width: 32px;
height: 32px;
margin: -16px 0 0 -16px;
position: absolute;
top: 50%;
left: 50%;
}
div.fg-inline-gallery > p.fg-inline-gallery-description {
font-size: 14px;
color: #333333;
margin: 10px 0 0;
text-align: center;
}
div.fg-inline-gallery-media > img, div.fg-inline-gallery-media > iframe {
max-height: 100%;
border: 1px solid;
display: none;
} .fg-panel .fg-dropdown-selection {
width: 220px; margin-bottom: 20px;
position: relative;
z-index: 1000;
}
.fg-dropdown-selection .fg-current-album {
font-size: 16px;
padding: 9px 12px 10px;
cursor: pointer;
-webkit-border-radius: 4px;
border-radius: 4px;
}
.fg-panel .fg-current-album > i {
float: right;
padding-top: 5px;
}
.fg-dropdown-selection .fg-dropdown-selection-list {
display: none;
position: absolute;
width: 100%;
height: auto;
max-height: 150px; overflow: auto;
z-index: 10;
margin-top: 5px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
.fg-dropdown-selection-list > div {
margin: 3px;
padding: 5px;
font-size: 14px;
cursor: pointer;
-webkit-border-radius: 4px;
border-radius: 4px;
-webkit-transition: background 300ms ease-out;
-moz-transition: background 300ms ease-out;
-ms-transition: background 300ms ease-out;
-o-transition: background 300ms ease-out;
transition: background 300ms ease-out;
}
.fg-dropdown-selection-list > div:hover {
-webkit-transition: background 300ms ease-out;
-moz-transition: background 300ms ease-out;
-ms-transition: background 300ms ease-out;
-o-transition: background 300ms ease-out;
transition: background 300ms ease-out;
}
.fg-dropdown-selection-list > div:last-child {
border-bottom: 0;
} .fg-panel .fg-menu-selection {
margin-bottom: 30px;
}
.fg-menu-selection > div {
list-style: none !important;
float: left;
margin-right: 20px;
margin-bottom: 10px;
}
.fg-menu-selection > div a {
display: block;
font-size: 12px;
padding: 4px 10px;
line-height: 20px;
-webkit-border-radius: 2px;
border-radius: 2px;
}
.fg-menu-selection > div.selected a {
color: #67B7E1;
} .fg-panel .fg-thumbail-selection {
border: none;
}
.fg-panel .fg-album-thumbnail {
float: left;
line-height: 0 !important;
margin-bottom: 40px;
margin-right: 40px !important;
border: 1px solid #cdcdcd;
}
.fg-album-thumbnail a {
overflow: hidden;
display: block;
}
.fg-album-thumbnail img {
width: 100%;
height: 100%;
}
.fg-album-thumbnail > div {
width: 100%;
}
.fg-album-thumbnail .fg-album-thumbnail-title {
height: 40px;
line-height: 18px;
padding: 10px 20px 0;
font-size: 14px;
overflow: hidden;
}
.fg-album-thumbnail .fg-album-thumbnail-length {
padding: 0px 20px;
height: 30px;
line-height: 30px;
font-size: 10px;
} .fg-panel .fg-album-polaroid {
background: url(//clinicajerico.com/wp-content/plugins/radykal-fancy-gallery/images/fancygallery/polaroids.png) no-repeat;
width: 183px;
height: 183px;
float: left;
margin-bottom: 40px;
margin-right: 30px;
position: relative;
}
.fg-album-polaroid > a {
display: block;
margin: 15px 0 0 16px !important;
width: 151px;
height: 151px;
overflow: hidden;
}
.fg-album-polaroid > a > img {
width: 100%;
height: 100%;
}
.fg-album-polaroid > span {
position: absolute;
min-width: 20px;
height: 20px;
line-height: 20px;
padding: 5px;
text-align: center;
background: red;
color: #fff;
top: -5px;
right: -2px;
font-size: 11px;
z-index: 1;
-webkit-border-radius: 100%;
border-radius: 100%;
background: #63b6db;
text-shadow: 0px 1px 0px #434343;
}
.fg-album-polaroid > p {
text-align: center;
font-size: 12px;
margin-top: 15px;
color: #595959;
text-shadow: 0px 1px 0px #ffffff;
} .fg-panel > p.fg-album-description {
display: none;
margin: 0 0 20px;
padding: 0;
} .fg-thumbHolder	{
list-style: none !important;
list-style-type: none !important;
background: none !important;
margin: 0 !important;
padding: 0 !important;
clear: both !important;
border: none !important;
}
.fg-panel .fg-listItem {
position: relative !important;
float: left;
list-style: none !important;
list-style-type: none !important;
background: none !important;
padding: 0 !important;
border: none !important;
}
.fg-listItem > div {
border: 1px solid;
position: relative;
}
.fg-listItem > div > .fg-thumbnail-container {
position: relative;
cursor: pointer;
background-repeat: no-repeat;
background-position: center center;
}
.fg-listItem > div > .fg-thumbnail-container.fg-loading {
background-image: url(//clinicajerico.com/wp-content/plugins/radykal-fancy-gallery/images/fancygallery/thumbnail-preloader.gif);
}
.fg-thumbnail-container > div.fg-overlay,
.fg-thumbnail-container > img.fg-thumb,
.fg-thumbnail-container > svg {
position: absolute !important;
top: 0;
left: 0;
}
div.fg-overlay > .fg-overlay-background {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 0;
}
div.fg-overlay > .fg-overlay-title {
z-index: 1;
position: relative;
text-align: center;
font-size: 14px;
margin: 20px;
}
.fg-thumbnail-container > img.fg-thumb	{
margin: auto !important;
display: block;
}
.fg-thumbnail-container > div.fg-overlay {
display: none;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
} .fg-listItem > div > .fg-title {
max-width: 100%;
font-size: 13px; line-height: 20px;
margin: 0;
z-index: 100;
text-align: center;
padding: 4px 0 1px;
}
.fg-listItem > div > .fg-title-inside {
position: absolute;
bottom: 0;
left: 0;
}
.fg-listItem > img.fg-shadow	{
position: absolute;
z-index: 0;
max-width: none;
width: 100%;
left: 0;
}
img.fg-hover-image {
position: absolute;
display: none;
z-index: 3;
}
.fg-panel .fg-error {
padding: 5px !important;
background: #ffd2d3;
border: 1px solid #df8f90;
color: #000;
}  .fg-panel a.fg-back-to-albums {
margin-right: 25px !important;
}
.fg-panel .fg-navigation a,
.fg-panel .fg-navigation span {
display: inline-block;
} .fg-panel .fg-navigation-dot {
margin-right: 10px;
width: 14px;
height: 14px;
-webkit-border-radius: 15px;
border-radius: 15px;
} .fg-panel .fg-pagination {
margin-right: 5px;
margin-bottom: 10px;
font-size: 13px;
text-align: center;
width: 30px;
height: 30px;
line-height: 30px;
z-index: 1000;
-webkit-border-radius: 4px;
border-radius: 4px;
-webkit-transition: background 300ms ease-out;
-moz-transition: background 300ms ease-out;
-ms-transition: background 300ms ease-out;
-o-transition: background 300ms ease-out;
transition: background 300ms ease-out;
}
.fg-panel .fg-pagination:hover {
-webkit-transition: background 300ms ease-out;
-moz-transition: background 300ms ease-out;
-ms-transition: background 300ms ease-out;
-o-transition: background 300ms ease-out;
transition: background 300ms ease-out;
}
.fancybox-description-title {
font-size: 14px;
font-weight: bold;
margin: 0 0 10px 0;
} .fg-panel .fg-scale-normal {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.fg-panel .fg-scale-up,
.fg-panel .fg-album-thumbnail img:hover,
.fg-panel .fg-album-polaroid > a > img:hover {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.fg-panel .fg-scale-down {
-webkit-transform: scale(0.9);
-moz-transform: scale(0.9);
-ms-transform: scale(0.9);
-o-transform: scale(0.9);
transform: scale(0.9);
}
.fg-panel .fg-scale-title-down {
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
}
.fg-scale-normal,
.fg-scale-up,
.fg-scale-down,
.fg-scale-title-down,
.fg-album-thumbnail img,
.fg-album-thumbnail img:hover,
.fg-album-polaroid > a > img,
.fg-album-polaroid > a > img:hover {
-webkit-transition: all 200ms ease-out;
-moz-transition: all 200ms ease-out;
-ms-transition: all 200ms ease-out;
-o-transition: all 200ms ease-out;
transition: all 200ms ease-out;
} .radykal-clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
* + html .radykal-clearfix {
display: inline-block;
}
* html .radykal-clearfix {
height: 1%;
}
.radykal-none {
display: none;
} .fg-lightbox-socials > div {
float: left !important;
margin: 0 5px 0 0 !important;
}
div.pp_social > div.facebook {
width: 150px !important;
}.utv-gallery-thumbnails,.utv-panel-thumbnails{grid-gap:20px;align-items:start;display:grid;grid-template-columns:repeat(auto-fill,minmax(225px,1fr));text-align:left}.utv-gallery-thumbnails img,.utv-panel-thumbnails img{display:block}.utv-panel-thumbnails{padding:20px}.utv-gallery-thumbnails{padding-top:15px}.utv-gallery .utv-thumbnail,.utv-panel .utv-thumbnail{display:inline-block;margin:0;padding:0;vertical-align:top}.utv-gallery .utv-thumbnail a,.utv-panel .utv-thumbnail a{background-color:#000;cursor:pointer;display:block;position:relative}.utv-gallery .utv-thumbnail span,.utv-panel .utv-thumbnail span{display:block;font-size:16px;line-height:1.6em;margin-left:5px;margin-top:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.utv-gallery .utv-play-btn,.utv-panel .utv-play-btn{border:0!important;display:block;left:50%;opacity:0;padding:0!important;position:absolute;top:50%;transition:opacity .1s linear}.utv-gallery .utv-thumbnail:hover .utv-play-btn,.utv-panel .utv-thumbnail:hover .utv-play-btn{opacity:.85}.utv-icon-default .utv-play-btn{background:transparent url(//clinicajerico.com/wp-content/plugins/utubevideo-gallery/src/Controller/View/../../../public/img/play_icon.png) no-repeat 0 0;height:48px;margin:-24px 0 0 -24px!important;width:48px}.utv-icon-blue .utv-play-btn{background:transparent url(//clinicajerico.com/wp-content/plugins/utubevideo-gallery/src/Controller/View/../../../public/img/play_icon_blue.png) no-repeat 0 0;height:34px;margin:-17px 0 0 -24px!important;width:48px}.utv-icon-red .utv-play-btn{background:transparent url(//clinicajerico.com/wp-content/plugins/utubevideo-gallery/src/Controller/View/../../../public/img/play_icon_red.png) no-repeat 0 0;height:34px;margin:-17px 0 0 -24px!important;width:48px}.utv-loader{background:transparent url(//clinicajerico.com/wp-content/plugins/utubevideo-gallery/src/Controller/View/../../../public/img/loader.gif) no-repeat 0 0;background-position:50%;background-size:100px;display:inline-block;height:600px;width:100%}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.utv-icon-blue .utv-play-btn{background:transparent url(//clinicajerico.com/wp-content/plugins/utubevideo-gallery/src/Controller/View/../../../public/img/play_icon_blue@2x.png) no-repeat 0 0;background-size:48px 34px}.utv-icon-red .utv-play-btn{background:transparent url(//clinicajerico.com/wp-content/plugins/utubevideo-gallery/src/Controller/View/../../../public/img/play_icon_red@2x.png) no-repeat 0 0;background-size:48px 34px}}.utv-gallery{margin:0 auto;width:auto}.utv-breadcrumb{margin-bottom:10px}.utv-breadcrumb span{font-size:16px}.utv-breadcrumb .utv-albumcrumb{font-weight:700}.utv-breadcrumb .utv-albumscrumb,.utv-gallery .utv-album{cursor:pointer}.utv-gallery .utv-album img{background:none!important;border:0;box-shadow:4px 4px 20px rgba(0,0,0,.6);margin:0;padding:0;transition:all .2s ease-in-out}.utv-gallery .utv-album img:hover{transform:scale(1.05)}.utv-gallery-paging{padding:10px;text-align:right}.utv-gallery-paging .utv-gallery-paging-handle{cursor:pointer;display:inline-block;font-size:18px;line-height:20px;padding:8px;text-align:center}.utv-gallery-paging .utv-gallery-paging-handle:hover{background-color:#999;color:#fff;min-width:20px}.utv-gallery-paging .utv-gallery-paging-handle.utv-gallery-paging-active{background-color:#777;color:#fff;font-weight:700;min-width:20px}.utv-panel-light{background-color:#eee;color:#000}.utv-panel-dark{background-color:#111;color:#eee}.utv-panel-transparent .utv-panel-controls,.utv-panel-transparent .utv-panel-thumbnails{background-color:transparent;color:#000}.utv-panel-player{height:0;padding-bottom:56.25%;padding-top:25px;position:relative}.utv-panel-player iframe{background:#000;height:100%;left:0;position:absolute;top:0;width:100%}.utv-panel-controls{padding:10px;text-align:center}.utv-panel-controls .utv-panel-bkarrow{float:left}.utv-panel-controls .utv-panel-fwarrow{float:right}.utv-panel-controls .utv-panel-title{display:inline-block;font-size:16px;font-weight:700;line-height:30px}.utv-panel-bkarrow,.utv-panel-fwarrow{cursor:pointer;font-size:26px!important;padding:5px}.utv-panel-description{border-bottom:1px solid #ccc;margin:0 15px 15px;padding:10px;text-align:center}.utv-icon-default .utv-panel-bkarrow:hover,.utv-icon-default .utv-panel-fwarrow:hover{color:#777}.utv-icon-blue .utv-panel-bkarrow:hover,.utv-icon-blue .utv-panel-fwarrow:hover{color:#2e99e5}.utv-icon-red .utv-panel-bkarrow:hover,.utv-icon-red .utv-panel-fwarrow:hover{color:#cc181e}.utv-panel-video-active .utv-play-btn{opacity:.85!important}.utv-panel-paging{padding:10px;text-align:right}.utv-panel-paging .utv-panel-paging-handle{cursor:pointer;display:inline-block;font-size:18px;line-height:20px;padding:8px;text-align:center}.utv-panel-paging .utv-panel-paging-handle:hover{background-color:#999;color:#fff;min-width:20px}.utv-panel-paging .utv-panel-paging-handle.utv-panel-paging-active{background-color:#777;color:#fff;font-weight:700;min-width:20px}.utv-align-center{text-align:center}.utv-align-right{text-align:right}.utv-clear{clear:both}.utv-mfp-bottom-bar{cursor:auto;font-size:16px;font-weight:400;padding-top:10px;width:100%}.mfp-iframe-scaler{overflow:inherit;position:relative}.utv-mfp-iframe-scaler button.mfp-close,.utv-mfp-iframe-scaler button.mfp-close:hover{background-color:transparent!important;background-image:none!important;outline:none!important}.utv-mfp-iframe-scaler button.mfp-close:hover{border-radius:0!important;-webkit-border-radius:0!important;-moz-border-radius:0!important}.ut-mft-iframe-scaler button.mfp-close,.utv-mfp-iframe-scaler button.mfp-close:focus{outline:none!important}.mfp-container.mfp-has-meta .utv-mfp-bottom-bar{background:#ddd;padding:15px}.mfp-container.mfp-has-meta .mfp-title{color:#111;font-weight:700}.mfp-container.mfp-has-meta .mfp-description{line-height:1.3;margin-top:10px}