/******************************        Coyote Grid Styles******************************/.coyote-grid-lite-clear {    clear: both;    width: 100%;    position: relative;    height: 10px;     padding: 10px 0px;    margin: 0px;}/* --- Arrows --- */.coygrid-prev-lite {    top: 45%;    left: 20px;    visibility: visible;    opacity: 0;    cursor: pointer;    width: 70px;    height: 70px;    position: absolute;    display: none;    z-index: 100;    border-radius: 35px;    overflow: hidden;    background: rgba(255,255,255,0.7);    background-image: url('../images/prev.png');    background-position: center center;    background-repeat: no-repeat;    -webkit-animation-duration: 0.5s;    animation-duration: 0.5s;    -webkit-animation-fill-mode: both;    animation-fill-mode: both;    text-indent: -9999px;    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);    box-shadow: 0 0 5px rgba(0,0,0,0.1);}.coygrid-prev-lite:hover, .coygrid-prev-lite:active{    background: rgba(255,255,255,1);    background-image: url('../images/prev.png');    background-position: center center;    background-repeat: no-repeat;}@-webkit-keyframes fadeInLeft-prev-lite {    0% {        opacity: 0;        -webkit-transform: translateX(-20px);    }    100% {        opacity: 1;        -webkit-transform: translateX(0);    }}@keyframes fadeInLeft-prev-lite {    0% {        opacity: 0;        transform: translateX(-20px);    }    100% {        opacity: 1;        transform: translateX(0);    }}.fadeInLeft-prev-lite {    -webkit-animation-name: fadeInLeft-prev-lite;    animation-name: fadeInLeft-prev-lite;    display: block;}@-webkit-keyframes fadeInLeft-prev-reverse-lite {    0% {        opacity: 1;        -webkit-transform: translateX(0);    }    100% {        opacity: 0;        -webkit-transform: translateX(-20px);    }}@keyframes fadeInLeft-prev-reverse-lite {    0% {        opacity: 1;        transform: translateX(0);    }    100% {        opacity: 0;        transform: translateX(-20px);    }}.fadeInLeft-prev-reverse-lite {    -webkit-animation-name: fadeInLeft-prev-reverse-lite;    animation-name: fadeInLeft-prev-reverse-lite;    display: block;}.coygrid-next-lite {    top: 45%;    right: 20px;    visibility: visible;    opacity: 0;    cursor: pointer;    width: 70px;    height: 70px;    position: absolute;    display: none;    z-index: 100;    border-radius: 35px;    overflow: hidden;    background: rgba(255,255,255,0.7);    background-image: url('../images/next.png');    background-position: center center;    background-repeat: no-repeat;    -webkit-animation-duration: 0.5s;    animation-duration: 0.5s;    -webkit-animation-fill-mode: both;    animation-fill-mode: both;    text-indent: -9999px;    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);    box-shadow: 0 0 5px rgba(0,0,0,0.1);}.coygrid-next-lite:hover, .coygrid-next-lite:active {    background: rgba(255,255,255,1);    background-image: url('../images/next.png');    background-position: center center;    background-repeat: no-repeat;}@-webkit-keyframes fadeInRight-next-lite {    0% {        opacity: 0;        -webkit-transform: translateX(20px);    }    100% {        opacity: 1;        -webkit-transform: translateX(0);    }}@keyframes fadeInRight-next-lite {    0% {        opacity: 0;        transform: translateX(20px);    }    100% {        opacity: 1;        transform: translateX(0);    }}.fadeInRight-next-lite {    -webkit-animation-name: fadeInRight-next-lite;    animation-name: fadeInRight-next-lite;    display: block;}@-webkit-keyframes fadeInRight-next-reverse-lite {    0% {        opacity: 1;        -webkit-transform: translateX(0);    }    100% {        opacity: 0;        -webkit-transform: translateX(20px);    }}@keyframes fadeInRight-next-reverse-lite {    0% {        opacity: 1;        transform: translateX(0);    }    100% {        opacity: 0;        transform: translateX(20px);    }}.fadeInRight-next-reverse-lite {    -webkit-animation-name: fadeInRight-next-reverse-lite;    animation-name: fadeInRight-next-reverse-lite;    display: block;}.coyote-grid-slider-lite:hover .coygrid-next-lite, .coyote-grid-slider-lite:hover .coygrid-prev-lite {    display: block;}/* ========================== Grid Styles =================== */.coygridslide-lite {    height: 100%;    background: none;    margin-left: 0px !important;}.coygridslide-content-lite {    display: block;    margin: 0px auto;    width: 100%;    height: 100%;    position: relative;    opacity: 1;}.coygridslide-content-lite {    opacity: 1;}.coyote-grid-slider-lite {    display: block;    width: 100%;    height: auto;    margin: 0px 0px 40px 0px;}.coyote-grid-pad-lite .coygrid-lite {    display: block;    width: auto;    height: auto;    float: left;    position: relative;    overflow: hidden;}.coygrid-content-text-lite {    position: relative;    top: 0px;    z-index: 10;    text-decoration: none;    display: block;    padding: 0px;    margin: 0px;    width: 100%;    height: 100%;}.coygrid-content-text-lite a, .coygrid-content-text-lite a:hover {    text-decoration: none;}.coygrid-content-title-lite {    display: block;    width: 100%;    height: auto;    position: absolute;    margin-top: 0px;    left: 0px;    bottom: 0px;    max-height: 75%;}.coygrid-title-large-lite,.coygrid-title-medium-lite,.coygrid-title-small-lite {    line-height: 1.1 !important;    font-weight: inherit;    letter-spacing: 4px;    word-spacing: 5px;}.coygrid-title-large-lite {    font-size: 48px;    text-shadow: 0 1px 5px rgba(0,0,0,0.4);    text-decoration: none;    display: inline-block;    color: #ffffff;    margin: 0px 3% 5% !important;    text-align: left !important;}.coygrid-title-medium-lite {    font-size: 32px;    text-shadow: 0 1px 5px rgba(0,0,0,0.4);    text-decoration: none;    display: inline-block;    color: #ffffff;    margin: 0px 3% 5% !important;    text-align: left !important;}.coygrid-title-small-lite {    font-size: 26px;    text-shadow: 0 1px 5px rgba(0,0,0,0.4);    text-decoration: none;    display: inline-block;    color: #ffffff;    margin: 0px 3% 5% !important;    text-align: left !important;}.coygrid-title-font-family-lite, .coygrid-subtitle-font-family-lite {    font-family: inherit;}.coygrid-lite a {    text-decoration:  none !important;}.coygrid-content-subtitle-lite {    display: block;    padding: 20px;    text-shadow: 0 1px 5px rgba(0,0,0,0.4);    text-transform: uppercase;    text-decoration: none !important;    color: #fff;    font-size: 1.2em;    line-height: 1;}.coygrid-subtitle-fill-lite{    background: #FF8216;    padding: 4px 6px;    display: inline;}.coygrid-subtitle-fill .coy-line-lite{    display: none;}.coygrid-subtitle-underline-lite{    padding-bottom: 4px;    display: inline;}.coygrid-subtitle-underline-lite .coy-line-lite {    content: "";    margin: 17px 0 20px;    display: block;    width: 40px;    height: 3px;    background-color: #DD6803;}/* Basic jQuery Slider essential styles */ul.coygrid-lite{    position:relative;    list-style:none;    padding:0;    margin:0;    overflow:hidden;    display:none;}li.coygrid-slide-lite{    position:absolute;    display:none;    margin: 0px 0px !important;}ul.coygrid-controls-lite{    list-style:none;    margin:0;    padding:0;    z-index:9999;}ul.coygrid-controls-lite li {    margin: 0px;}ul.coygrid-controls-lite.v-centered-lite li a{    position:absolute;}ul.coygrid-controls-lite.v-centered-lite li.coygrid-next-lite a{    right:0;}ul.coygrid-controls-lite.v-centered-lite li.coygrid-prev-lite a{    left:0;}ol.coygrid-markers-lite{    list-style: none;    padding: 0;    width: 100%;    margin: 10px 0px;    display: block;    position: relative;    text-align: center;}ol.coygrid-markers-lite.h-centered-lite{    text-align: center;}ol.coygrid-markers-lite li{    display:inline;}ol.coygrid-markers-lite li a{    display:block;    width: 12px;    height: 12px;}ol.coygrid-markers-lite li {    display: inline-block;    width: 12px;    height: 12px;    background: #CCC;    margin: 4px;    padding: 0px;    border-radius: 50%;    cursor: pointer;    text-indent: -9999px;}ol.coygrid-markers-lite li.active-marker-lite {    background: #A0A0A0;}/* ------------------------ Inner Effects --------------------- */.coy-effect-shadow-lite {    height: 100%;    width: 100%;    margin: 0px;    z-index: 10;    position: absolute;    top: 0px;}.coy-effect-shadow-lite::before {    content: "";    display: block;    width: 100%;    height: 100%;    position: absolute;    top: 0;    left: 0;    pointer-events: none;    background-image: url('http://wv.cloudaccess.host/wp-content/plugins/coyote-grid-lite/shortcodes/images/shadom.svg');    background-size: cover;    opacity: 1;}.coyote-grid-lite .coy-effect-shadow-lite::before {    transition:All 1s ease;    -webkit-transition:All 1s ease;    -moz-transition:All 1s ease;    -o-transition:All 1s ease;}.coyote-grid-lite:hover .coy-effect-shadow-lite::before {    opacity: 0.7;}.coyote-grid-lite .coy-effect-grayscale-in-lite {    transition:All 1s ease;    -webkit-transition:All 1s ease;    -moz-transition:All 1s ease;    -o-transition:All 1s ease;}.coyote-grid-lite:hover .coy-effect-grayscale-in-lite{    -webkit-filter: grayscale(100%);    -moz-filter: grayscale(100%);    -ms-filter: grayscale(100%);    -o-filter: grayscale(100%);    filter: grayscale(100%);    filter: url(grayscale.html); /* Firefox 4+ */    filter: gray; /* IE 6-9 */;}/* ------------------------ Hover Effects --------------------- */.coy-effect-hover-lite {    width: 100%;    height: 100%;    margin: 0px;    position: absolute;    background-repeat:no-repeat;    background-position: left center;    background-size:cover;    z-index: 10;}.coyote-grid-lite .zoom-in-lite {    transition:All 1s ease;    -webkit-transition:All 1s ease;    -moz-transition:All 1s ease;    -o-transition:All 1s ease;    transform: scale(1.20);    -webkit-transform: scale(1.20);    -moz-transform: scale(1.20);    -o-transform: scale(1.20);    -ms-transform: scale(1.20);}.coyote-grid-lite:hover .zoom-in-lite{    transform: scale(1);    -webkit-transform: scale(1);    -moz-transform: scale(1);    -o-transform: scale(1);    -ms-transform: scale(1);}/* ------ Grids layouts--------*/.coyote-grid-pad-lite {    padding-top: 0px;    padding-left: 0px;    padding-right: 0px;}.stay-left-lite {    float: left !important;}.coyote-grid-lite {    display: block;    float: left;    display: block;    overflow: hidden;    position: relative;}.stay-right-lite {    float: right !important;}/*  Border for Grid   */.coygrid-border-all-lite{    border: 2px solid #ffffff;    -webkit-box-sizing: border-box;    -moz-box-sizing:    border-box;    box-sizing:         border-box;    display: block;    overflow: hidden;}/* Content Columns */.coyote-grid-large-lite {    width: 50% !important;    height: 100% !important;    max-height: 100% !important;    display: block;}.coyote-grid-medium-lite {    width: 50% !important;    height: 50% !important;    max-height: 50% !important;    display: block;}.coyote-grid-small-lite {    width: 25% !important;    height: 50% !important;    max-height: 50% !important;    display: block;}/* Responsives Screens ———– */.coygrid-mobile-01-lite,.coygrid-mobile-02-lite,.coygrid-mobile-03-lite,.coygrid-mobile-04-lite,.coygrid-mobile-05-lite,.coygrid-mobile-06-lite{}@media only screen and (max-width: 768px) {    .coygrid-prev-lite, .coygrid-prev-lite:hover {        width: 50px;        height: 50px;        background-image: url('../images/prev-mini.png');    }    .coygrid-next-lite, .coygrid-next-lite:hover {        width: 50px;        height: 50px;        background-image: url('../images/next-mini.png');    }}/* Smartphones (portrait and landscape) ----------- */@media only screen and (max-width : 768px) and (min-width : 479px) {    .coygrid-mobile-04-lite, .coygrid-mobile-05-lite, .coygrid-mobile-06-lite {        display: none;    }    .coygrid-mobile-02-lite, .coygrid-mobile-03-lite {        width: 50% !important;        height: 50% !important;        max-height: 50% !important;        display: block;    }    .coygrid-content-subtitle-lite {        padding: 12px;        font-size: 0.9em;        line-height: 1;    }    .coygrid-subtitle-fill-lite{        padding: 3px 6px;    }    .coygrid-subtitle-underline-lite{        padding-bottom: 5px;    }    .coygrid-subtitle-underline-lite .coy-line-lite {        margin: 15px 0 12px;        width: 30px;        height: 2px;    }    .coygrid-title-large-lite {        font-size: 28px;        margin: 0px 3% 5%;    }    .coygrid-title-medium-lite {        font-size: 22px;        margin: 0px 3% 5%;    }    .coygrid-title-small-lite {        font-size: 22px;        margin: 0px 3% 5%;    }}@media only screen and (max-width : 478px) and (min-width : 341px) {    .coygrid-mobile-01-lite {        width: 100% !important;        height: 50% !important;        max-height: 50% !important;        display: block;    }    .coygrid-mobile-02-lite, .coygrid-mobile-03-lite {        width: 50% !important;        height: 50% !important;        max-height: 50% !important;        display: block;    }    .coygrid-content-subtitle-lite {        padding: 10px;        font-size: 0.8em;        line-height: 1;    }    .coygrid-subtitle-fill-lite{        padding: 2px 4px;    }    .coygrid-subtitle-underline-lite{        padding-bottom: 3px;    }    .coygrid-subtitle-underline-lite .coy-line-lite {        margin: 12px 0 10px;        width: 30px;        height: 2px;    }    .coygrid-title-large-lite, .coygrid-title-medium-lite {        font-size: 22px;        margin: 0px 3% 5%;    }    .coygrid-title-small-lite {        font-size: 22px;        margin: 0px 3% 5%;    }    }@media only screen and (max-width : 340px) {         .coygrid-mobile-01-lite {        width: 100% !important;        height: 50% !important;        max-height: 50% !important;        display: block;    }    .coygrid-mobile-02-lite, .coygrid-mobile-03-lite {        width: 100% !important;        height: 50% !important;        max-height: 50% !important;        display: block;    }    .coygrid-mobile-03-lite {                display: none !important;    }    .coygrid-content-subtitle-lite {        padding: 10px;        font-size: 0.8em;        line-height: 1;    }    .coygrid-subtitle-fill-lite{        padding: 2px 4px;    }    .coygrid-subtitle-underline-lite{        padding-bottom: 3px;    }    .coygrid-subtitle-underline-lite .coy-line-lite {        margin: 12px 0 10px;        width: 30px;        height: 2px;    }    .coygrid-title-large-lite, .coygrid-title-medium-lite {        font-size: 22px;        margin: 0px 3% 5%;    }    .coygrid-title-small-lite {        font-size: 22px;        margin: 0px 3% 5%;    }}/* ----------------------- Support lightbox ----------------------------- */.coy-lightbox-lite {    z-index: 20;    position: absolute;    top: 0;    left: 0;    width: 100%;    height: 100%;    margin: 0;    background: url(../images/lightbox-play.png) no-repeat;    background-position: center center;    opacity: 0;    cursor: pointer;    text-align: center;}.coy-link-lightbox {    display: block;    width: 50px;    height: 50px;    text-indent: -99999px;    position: relative;    margin: 0 auto;    padding: 0px;}.coy-grid-lightbox-lite {    display: block;    width: 50px;    height: 50px;        position: absolute;    left: 50%;    top: 50%;    margin-top: -25px;    margin-left: -25px;    z-index: 100;}.coyote-grid-lite .coy-lightbox-lite {        -webkit-transition: all 1s ease;    -moz-transition: all 1s ease;    -ms-transition: all 1s ease;    -o-transition: all 1s ease;    transition: all 1s ease;}.coyote-grid-lite:hover .coy-lightbox-lite {        opacity: 1;}