/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

a {
    outline: none !important;
}

.cycle-slideshow {
    -webkit-perspective: 1000;
    -webkit-transform-style: preserve-3d;
    -moz-perspective: 1000;
    -moz-transform-style: preserve-3d;
    -o-perspective: 1000;
    -o-transform-style: preserve-3d;
    perspective: 1000;
    transform-style: preserve-3d;
}

.item {
    width: 100%;
}

.item img {
    max-width: 100%;
}

.item-163,
.item-163 img {
    width: 100%;
}

.item-168 {
    border: solid 1px #000;
    width: auto;
    margin: 0 10px;
}

.carousel_holder {
    float: left;
    width: 100%;
    max-width: 100%;
}

.caption {
    position: relative;
    top: 0;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px;
    text-align: center;
}

.navigation_holder {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 24px;
    background-color: rgba(255, 255, 255, 0.9);
}

.navigation_holder a,
.navigation_holder div[class*='item_pager'] {
    display: inline-block;
}

.navigation_holder a span {
    top: 0;
    position: relative;
    font-size: 32px;
    left: -5px;
}

.item_pager a {
    opacity: 0.8;
    font-size: 32px;
}

.item_pager .cycle-pager-active a {
    opacity: 1;
}

.hentry {
    border-bottom: 0 !important;
}
/*CSS style for slider theme #2*/

.item.theme-1 a#theme-1[class*='prevNav'],
.item.theme-1 a#theme-1[class*='nextNav'] {
    position: absolute;
    top: 40%;
    background-color: #000;
    padding: 5px;
}

.item.theme-1  a#theme-1[class*='prevNav'] {
    left: 0;
}

.item.theme-1 a#theme-1[class*='nextNav'] {
    right: 0;
}

.item.theme-1 .canvas {
    position: relative;
    width: 100%;
    height: 400px;
    background-color: #4f4f4f
}

.item.theme-1 .img_holder {
    width: 55.55%;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.item.theme-1 .caption {
    position: absolute;
  top: 240px; 
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px;
  text-align: left;
  max-height: 200px;
}

.item.theme-1 h3 {
    font-size: 14px;
    font-weight: bold;
}

.item.theme-1 p {
    font-size: 12px;
}

/*overlay theme*/
#overlay.cycle-overlay {
    padding: 5px;
    background-color: rgba(0,0,0,0.8);
}
#overlay.cycle-overlay div {
    color: #ffffff;
}
#overlay.navigation_holder{
    background-color: rgba(0,0,0,0.8);
}
a#overlay.prevNav-209, a#overlay.nextNav-209 {
    position: absolute;
    top: 40%;
    padding: 20px;
    background-color: rgba(0,0,0,0.55);
    overflow: visible;
    z-index: 9999;
}
a#overlay.prevNav-209{
    left: 0;
}
a#overlay.nextNav-209 {
    right: 0;
}

/*carousel vertical*/
.vertical.item{
    width: 100%;
    height: 215px;
}
.vertical.item img {
    max-width: 213px;
}
#vertical.navigation_holder {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 24px;
    background-color: rgba(255, 255, 255, 0.9);
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width: 768px) {}

@media only screen and (min-width: 1024px) {}

@media only screen and (min-width: 1140px) {}

@media only screen and (min-width: 1280px) {}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {}

@media only screen and (max-width: 480px) {
    .navigation.default {
        display: none;
    }
    .item.carousel {}
}

@media only screen and (max-width: 320px) {
    .navigation.default {
        display: none;
    }
}