/******************************
        Coyote Grid Styles
******************************/
/* --- Arrows --- */
.coyote-grid-clear {
    clear: both;
    width: 100%;
    position: relative;
    height: 10px; 
    padding: 10px 0px;
    margin: 0px;
}
.coygrid-prev {	
    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:hover, .coygrid-prev: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 { 
    0% { 
        opacity: 0;        
        -webkit-transform: translateX(-20px); 
    } 
    100% { 
        opacity: 1;         
        -webkit-transform: translateX(0); 
    } 
} 
@keyframes fadeInLeft-prev { 
    0% { 
        opacity: 0;        
        transform: translateX(-20px); 
    } 
    100% { 
        opacity: 1;        
        transform: translateX(0); 
    } 
} 
.fadeInLeft-prev { 
    -webkit-animation-name: fadeInLeft-prev; 
    animation-name: fadeInLeft-prev; 
    display: block;
}
@-webkit-keyframes fadeInLeft-prev-reverse { 
    0% { 
        opacity: 1;        
        -webkit-transform: translateX(0); 
    } 
    100% { 
        opacity: 0;         
        -webkit-transform: translateX(-20px); 
    } 
} 
@keyframes fadeInLeft-prev-reverse { 
    0% { 
        opacity: 1;        
        transform: translateX(0); 
    } 
    100% { 
        opacity: 0;        
        transform: translateX(-20px); 
    } 
} 
.fadeInLeft-prev-reverse { 
    -webkit-animation-name: fadeInLeft-prev-reverse; 
    animation-name: fadeInLeft-prev-reverse; 
    display: block;
}
.coygrid-next {	
    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:hover, .coygrid-next: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 { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateX(20px); 
    } 
    100% { 
        opacity: 1; 
        -webkit-transform: translateX(0); 
    } 
} 
@keyframes fadeInRight-next { 
    0% { 
        opacity: 0; 
        transform: translateX(20px); 
    } 
    100% { 
        opacity: 1; 
        transform: translateX(0); 
    } 
} 
.fadeInRight-next { 
    -webkit-animation-name: fadeInRight-next; 
    animation-name: fadeInRight-next; 
    display: block;
}

@-webkit-keyframes fadeInRight-next-reverse { 
    0% { 
        opacity: 1; 
        -webkit-transform: translateX(0); 
    } 
    100% { 
        opacity: 0; 
        -webkit-transform: translateX(20px); 
    } 
} 
@keyframes fadeInRight-next-reverse { 
    0% { 
        opacity: 1; 
        transform: translateX(0); 
    } 
    100% { 
        opacity: 0; 
        transform: translateX(20px); 
    } 
} 
.fadeInRight-next-reverse { 
    -webkit-animation-name: fadeInRight-next-reverse; 
    animation-name: fadeInRight-next-reverse; 
    display: block;
}
.coyote-grid-slider:hover .coygrid-next, .coyote-grid-slider:hover .coygrid-prev {
    display: block;
}
/* ========================== Grid Styles =================== */
.coygridslide { 
    height: 100%; 
    background: none; 
    margin-left: 0px !important; 
}
.coygridslide-content {
    display: block;
    margin: 0px auto;
    width: 100% !important;
    height: 100%;
    position: relative;
    opacity: 1;
}
.coygridslide-content {
    opacity: 1;
}
.coyote-grid-slider {
    display: block;
    width: 100%;
    height: auto;
    
}
.coyote-grid-pad .coygrid {
    display: block;
    width: auto;
    height: auto;
    float: left; 
    position: relative;
    overflow: hidden;
}
.coygrid-content-text {
    position: relative;
    top: 0px;
    z-index: 50;
    text-decoration: none;
    display: block;
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
}
.coygrid-content-text a, .coygrid-content-text a:hover {
    text-decoration: none;
}
.coygrid-content-title {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    margin-top: 0px;
    left: 0px;
    bottom: 0px;
    max-height: 75%;

}
.coyote-grid-unic,
.coygrid-title-large,
.coygrid-title-medium,
.coygrid-title-small {
    line-height: 1.1 !important;
    font-weight: inherit;
    letter-spacing: 4px;
    word-spacing: 5px;

}
.coygrid-title-large { 
    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 {
    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 {
    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, .coygrid-subtitle-font-family {
    font-family: inherit;
}
.coygrid a {
    text-decoration:  none !important;
}
.coygrid-content-subtitle {	
    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{
    background: #FF8216;
    padding: 4px 6px;
    display: inline;
}
.coygrid-subtitle-fill .coy-line{ 
    display: none;
}
.coygrid-subtitle-underline{    
    padding-bottom: 4px;
    display: inline;
}
.coygrid-subtitle-underline .coy-line {
    content: "";
    margin: 17px 0 20px;
    display: block;
    width: 40px;
    height: 3px;
    background-color: #DD6803;
}
/* Basic jQuery Slider essential styles */
ul.coygrid{ 
    position:relative; 
    list-style: none !important;
    padding:0 !important;
    margin:0 !important;
    overflow:hidden; 
    display:none;	
    line-height: normal !important;
    list-style-type: none !important;
}
li.coygrid-slide{
    position:absolute; 
    display:none;
    margin: 0px 0px !important;
}
ul.coygrid-controls{
    list-style:none;
    margin:0;
    padding:0;
    z-index:9999;
}
ul.coygrid-controls li {
    margin: 0px;
}
ul.coygrid-controls.v-centered li a{
    position:absolute;
}
ul.coygrid-controls.v-centered li.coygrid-next a{
    right:0;
}
ul.coygrid-controls.v-centered li.coygrid-prev a{
    left:0;
}
ol.coygrid-markers{    
    list-style: none;
    padding: 0;    
    width: 100%;
    margin: 10px 0px;
    display: block;
    position: relative;
    text-align: center;
}
ol.coygrid-markers.h-centered{
    text-align: center;
}
ol.coygrid-markers li{
    display:inline;
}
ol.coygrid-markers li a{
    display:block; 
    width: 12px; 
    height: 12px;
}
ol.coygrid-markers 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 li.active-marker {
    background: #A0A0A0;
}
/* ----------------------- Support Video ----------------------------- */
.coy-video {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    background: url(../images/video-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-video-link {
    display: block;
    width: 50px;
    height: 50px;    
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -25px;
    margin-left: -25px;
    z-index: 100;
}
.coyote-grid .coy-video {    
    -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:hover .coy-video {    
    opacity: 1;
}
#coy-window{
    width: 100%;
    min-height: 100%;
    z-index: 99999;
    background: rgba(0,0,0,0.8);
    position: fixed;
    top: 0;
    left: 0;
}
#coy-window,
#coy-window *{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#coy-back-lightbox iframe {
   
    
}
#coy-background-close{
    width: 100%;
    min-height: 100%;
    z-index: 31;
    position: fixed;
    top: 0;
    left: 0;
}
#coy-back-lightbox{
    width: 95%;
    height: auto;
    max-width: 700px;
    max-height: 540px;
    margin: auto;
    z-index: 32;
}
.coy-lightbox{
    position: relative; 
    width: 100%;
    height: 100%;
    padding: 30px;
    margin: 0;
    background-color: #FFFFFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 2px 2px 2px rgba(0,0,0,0.3);
    z-index: 53;
}
#coy-close-icon{
    background-image: url(../images/close-icon.png);
    background-repeat: no-repeat;
    width: 11px;
    height: 11px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 551;
}
#coy-close-icon:hover{
    cursor: pointer;
}
.coyote-grid-video-style01 {
    background: rgba(0,0,0,0.8) !important;
}
.coyote-grid-video-style01 .coy-lightbox{
    background-color: #ffffff !important;
}
.coyote-grid-video-style02 {
    background: rgba(226, 226, 226, 0.8) !important;
}
.coyote-grid-video-style02 .coy-lightbox{
    background-color: #0C0C0C !important;
}
.coyote-grid-video-style03 {
    background: rgba(0,0,0,0.8) !important;
}
.coyote-grid-video-style03 .coy-lightbox{
    background-color: #000000 !important;
}
.coyote-grid-video-style04 {
    background: rgba(255,255,255,0.8) !important;
}
.coyote-grid-video-style04 .coy-lightbox{
    background-color: #ffffff !important;
}
/* ----------------------- Support lightbox ----------------------------- */
.coy-lightbox-image {
    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-image {
    display: block;
    width: 50px;
    height: 50px;
    text-indent: -99999px;
    position: relative;
    margin: 0 auto;
    padding: 0px;
}
.coy-grid-lightbox-image {
    display: block;
    width: 50px;
    height: 50px;    
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -25px;
    margin-left: -25px;
    z-index: 100;
}
.coyote-grid .coy-lightbox-image {    
    -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:hover .coy-lightbox-image {    
    opacity: 1;
}

/* ------------------------ Inner Effects --------------------- */
.coy-effect-shadow { 
    height: 100%;
    width: 100%;
    margin: 0px;
    z-index: 10;
    position: absolute;
    top: 0px;
}
.coy-effect-shadow::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    background-image: url('../images/shadom.svg');
    background-size: cover;
    opacity: 1;
}
.coyote-grid .coy-effect-shadow::before {
    transition:All 1s ease;
    -webkit-transition:All 1s ease;
    -moz-transition:All 1s ease;
    -o-transition:All 1s ease; 
}
.coyote-grid:hover .coy-effect-shadow::before {
    opacity: 0.7;
}
.coyote-grid .coy-effect-grayscale-in {
    transition:All 1s ease;
    -webkit-transition:All 1s ease;
    -moz-transition:All 1s ease;
    -o-transition:All 1s ease; 
}
.coyote-grid:hover .coy-effect-grayscale-in{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);    
    filter: gray; /* IE 6-9 */;
}
.coyote-grid .coy-effect-grayscale-out {
    transition:All 1s ease;
    -webkit-transition:All 1s ease;
    -moz-transition:All 1s ease;
    -o-transition:All 1s ease;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; /* IE 6-9 */;  
}
.coyote-grid:hover .coy-effect-grayscale-out{
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none; /* Firefox 4+ */
    filter: none; /* IE 6-9 */;
}
.coyote-grid .coy-effect-sepia-in {
    transition:All 1s ease;
    -webkit-transition:All 1s ease;
    -moz-transition:All 1s ease;
    -o-transition:All 1s ease; 
}
.coyote-grid:hover .coy-effect-sepia-in{
    -webkit-filter: sepia(100%);
    -moz-filter: sepia(100%);
    -ms-filter: sepia(100%);
    -o-filter: sepia(100%);
    filter: sepia(100%);    
    filter: sepia; /* IE 6-9 */;
}
.coyote-grid .coy-effect-sepia-out {
    transition:All 1s ease;
    -webkit-transition:All 1s ease;
    -moz-transition:All 1s ease;
    -o-transition:All 1s ease;
    -webkit-filter: sepia(100%);
    -moz-filter: sepia(100%);
    -ms-filter: sepia(100%);
    -o-filter: sepia(100%);
    filter: sepia(100%);
    filter: sepia; /* IE 6-9 */;  
}
.coyote-grid:hover .coy-effect-sepia-out{
    -webkit-filter: sepia(0%);
    -moz-filter: sepia(0%);
    -ms-filter: sepia(0%);
    -o-filter: sepia(0%);
    filter: sepia(0%);
    filter: none; /* Firefox 4+ */
    filter: none; /* IE 6-9 */;
}
/* ------------------------ Hover Effects --------------------- */
.coy-effect-hover {    
    width: 100%;
    height: 100%;
    margin: 0px;
    position: absolute;
    background-repeat:no-repeat;
    background-position: left center;
    background-size:cover;
    z-index: 10;
}
.coyote-grid .zoom-in {
    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:hover .zoom-in{
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}

.coyote-grid .zoom-out {
    transition:All 1s ease;
    -webkit-transition:All 1s ease;
    -moz-transition:All 1s ease;
    -o-transition:All 1s ease;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}
.coyote-grid:hover .zoom-out{
    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 .zoom-rotate-right {
    transition:All 1s ease;
    -webkit-transition:All 1s ease;
    -moz-transition:All 1s ease;
    -o-transition:All 1s ease;
    transform: rotate(0deg) scale(1);
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
}
.coyote-grid:hover .zoom-rotate-right {
    transform: rotate(7deg) scale(1.3);
    -webkit-transform: rotate(7deg) scale(1.3);
    -moz-transform: rotate(7deg) scale(1.3);
    -o-transform: rotate(7deg) scale(1.3);
    -ms-transform: rotate(7deg) scale(1.3);
}

.coyote-grid .zoom-rotate-left {
    transition:All 1s ease;
    -webkit-transition:All 1s ease;
    -moz-transition:All 1s ease;
    -o-transition:All 1s ease;
    transform: rotate(0deg) scale(1);
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
}
.coyote-grid:hover .zoom-rotate-left {
    transform: rotate(-7deg) scale(1.232);
    -webkit-transform: rotate(-7deg) scale(1.3);
    -moz-transform: rotate(-7deg) scale(1.3);
    -o-transform: rotate(-7deg) scale(1.3);
    -ms-transform: rotate(-7deg) scale(1.3);
}
/* ------ Grids layouts--------*/
.coyote-grid-pad {
    padding-top: 0px;
    padding-left: 0px; 
    padding-right: 0px;
	position:relative; 
    list-style: none !important;
    padding:0 !important;
    margin:0 !important;
    overflow:hidden; 
    display:none;	
    line-height: normal !important;
    list-style-type: none !important;
}
.stay-left {
    float: left !important;
}
.coyote-grid {
    display: block;
    float: left;
    display: block;
    overflow: hidden;
    position: relative;
}
.stay-right {
    float: right !important;
}
/*  Border for Grid   */
.coygrid-border-all{
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    display: block;
    overflow: hidden;

}
/* Content Columns */
.coyote-grid-unic {
	width: 100% !important;
    height: 100% !important;
    max-height: 100% !important;
    display: block; 
}
.coyote-grid-large {
    width: 50% !important;
    height: 100% !important;
    max-height: 100% !important;
    display: block;    
}
.coyote-grid-medium {
    width: 50% !important;
    height: 50% !important;
    max-height: 50% !important;
    display: block;    
}
.coyote-grid-small {
    width: 25% !important;
    height: 50% !important;
    max-height: 50% !important;
    display: block;    
}
/* Responsives Screens ———– */
.coygrid-mobile-01, 
.coygrid-mobile-02, 
.coygrid-mobile-03, 
.coygrid-mobile-04,
.coygrid-mobile-05,
.coygrid-mobile-06{

}
.coygrid-wrapper {
    display: block;
    position: relative;
    width: auto;
    height: 100% !important;
    max-height: 100% !important;
}
@media only screen and (max-width: 768px) {
    .coygrid-prev, .coygrid-prev:hover {	
        width: 50px;
        height: 50px;
        background-image: url('../images/prev-mini.png');
    }
    .coygrid-next, .coygrid-next:hover {	
        width: 50px;
        height: 50px;
        background-image: url('../images/next-mini.png');         

    } 

}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width : 768px) {
    /*
    General
    */
    .coygrid-content-subtitle {
        padding: 12px; 
        font-size: 0.9em;
        line-height: 1;
    }
    .coygrid-subtitle-fill{
        padding: 3px 6px;        
    }    
    .coygrid-subtitle-underline{    
        padding-bottom: 5px;        
    }
    .coygrid-subtitle-underline .coy-line {        
        margin: 15px 0 12px;       
        width: 30px;
        height: 2px;
    }
    .coygrid-title-large { 
        font-size: 28px;
        margin: 0px 3% 5% !important;
    }
    .coygrid-title-medium {
        font-size: 22px;
        margin: 0px 3% 5% !important;
    }
    .coygrid-title-small {
        font-size: 22px; 
        margin: 0px 3% 5% !important;
    }
    .grid-layout-16 .coyote-grid-large {
        width: 50% !important;
        height: 100% !important;
        max-height: 100% !important;
        display: block;
    }
	.grid-layout-17 .coyote-grid-unic {
        width: 100% !important;
        height: 100% !important;
        max-height: 100% !important;
        display: block;
    }
}
@media only screen and (max-width : 768px) and (min-width : 671px) {    
    .coyote-grid-large {
        width: 50% !important;
        height: 100% !important;
        max-height: 100% !important;
        display: block;
    }
    .coyote-grid-medium{
        width: 50% !important;
        height: 50% !important;
        max-height: 50% !important;
        display: block;
    } 
    .coyote-grid-small{
        width: 50% !important;
        height: 50% !important;
        max-height: 50% !important;
        display: block;
    } 
    .grid-layout-9 .coyote-grid-medium {
        width: 50% !important;
        height: 50% !important;
        max-height: 50% !important;
        display: block;
    }
    .grid-layout-16 .coyote-grid-large {
        width: 50% !important;
        height: 100% !important;
        max-height: 100% !important;
        display: block;
    }
	.grid-layout-17 .coyote-grid-unic {
        width: 100% !important;
        height: 100% !important;
        max-height: 100% !important;
        display: block;
    }
}
@media only screen and (max-width : 670px) and (min-width : 479px) { 
    .coyote-grid-large {
        width: 100% !important;
        height: 60% !important;
        max-height: 60% !important;
        display: block;
    }
    .coyote-grid-medium{
        width: 50% !important;
        height: 40% !important;
        max-height: 40% !important;
        display: block;
    } 
    .coyote-grid-small{
        width: 50% !important;
        height: 40% !important;
        max-height: 40% !important;
        display: block;
    } 
    .grid-layout-9 .coyote-grid-medium {
        width: 50% !important;
        height: 50% !important;
        max-height: 50% !important;
        display: block;
    }
    .grid-layout-10 .coyote-grid-medium, .grid-layout-10 .coyote-grid-small{
        width: 50% !important;
        height: 50% !important;
        max-height: 50% !important;
        display: block;
    }
    .grid-layout-11 .coyote-grid-medium, .grid-layout-11 .coyote-grid-small{
        width: 50% !important;
        height: 50% !important;
        max-height: 50% !important;
        display: block;
    }
    .grid-layout-12 .coyote-grid-medium, .grid-layout-12 .coyote-grid-small{
        width: 50% !important;
        height: 50% !important;
        max-height: 50% !important;
        display: block;
    }
    .grid-layout-13 .coyote-grid-medium, .grid-layout-13 .coyote-grid-small{
        width: 50% !important;
        height: 50% !important;
        max-height: 50% !important;
        display: block;
    }
    .grid-layout-14 .coyote-grid-medium, .grid-layout-14 .coyote-grid-small{
        width: 50% !important;
        height: 50% !important;
        max-height: 50% !important;
        display: block;
    }
    .grid-layout-15 .coyote-grid-medium, .grid-layout-15 .coyote-grid-small{
        width: 50% !important;
        height: 50% !important;
        max-height: 50% !important;
        display: block;
    }
    .grid-layout-16 .coyote-grid-large {
        width: 100% !important;
        height: 50% !important;
        max-height: 50% !important;
        display: block;
    }
	.grid-layout-17 .coyote-grid-unic {
        width: 100% !important;
        height: 100% !important;
        max-height: 100% !important;
        display: block;
    }
}
@media only screen and (max-width : 478px) and (min-width : 300px) {
    .coyote-grid-large {
        width: 100% !important;
        height: 55% !important;
        max-height: 55% !important;
        display: block;
    }
    .coyote-grid-medium{
        width: 50% !important;
        height: 45% !important;
        max-height: 45% !important;
        display: block;
    } 
    .coyote-grid-small{
        width: 50% !important;
        height: 45% !important;
        max-height: 45% !important;
        display: block;
    } 
    .coygrid-mobile-01, .coygrid-mobile-02, .coygrid-mobile-03 {
        display: block;     
    }
    .coygrid-mobile-04, .coygrid-mobile-05, .coygrid-mobile-06 {
        display: none;  
    }
    .grid-layout-9 .coyote-grid-medium {
        width: 50% !important;
        height: 50% !important;
        max-height: 50% !important;
        display: block;
    }
    .grid-layout-10 .coyote-grid-medium, .grid-layout-10 .coyote-grid-small{
        width: 50% !important;
        height: 50% !important;
        max-height: 50% !important;
        display: block;
    }
    .grid-layout-10 .coygrid-mobile-04 {
       display: block !important; 
    }
    .grid-layout-11 .coyote-grid-medium, .grid-layout-11 .coyote-grid-small{
        width: 50% !important;
        height: 50% !important;
        max-height: 50% !important;
        display: block;
    }
    .grid-layout-11 .coygrid-mobile-04 {
       display: block !important; 
    }
    .grid-layout-12 .coyote-grid-medium, .grid-layout-12 .coyote-grid-small{
        width: 50% !important;
        height: 50% !important;
        max-height: 50% !important;
        display: block;
    }
    .grid-layout-12 .coygrid-mobile-04 {
       display: block !important; 
    }
    .grid-layout-13 .coyote-grid-medium, .grid-layout-13 .coyote-grid-small{
        width: 50% !important;
        height: 50% !important;
        max-height: 50% !important;
        display: block;
    }
    .grid-layout-13 .coygrid-mobile-04 {
       display: block !important; 
    }
    .grid-layout-14 .coyote-grid-medium, .grid-layout-14 .coyote-grid-small{
        width: 50% !important;
        height: 50% !important;
        max-height: 50% !important;
        display: block;
    }
    .grid-layout-14 .coygrid-mobile-04 {
       display: block !important; 
    }
    .grid-layout-15 .coyote-grid-medium, .grid-layout-15 .coyote-grid-small{
        width: 50% !important;
        height: 50% !important;
        max-height: 50% !important;
        display: block;
    }
    .grid-layout-15 .coygrid-mobile-04 {
       display: block !important; 
    }
    .grid-layout-16 .coyote-grid-large {
        width: 100% !important;
        height: 50% !important;
        max-height: 50% !important;
        display: block;
    }
	.grid-layout-17 .coyote-grid-unic {
        width: 100% !important;
        height: 100% !important;
        max-height: 100% !important;
        display: block;
    }
    /*.coygridslide-content, .coygrid-wrapper {
        height: 600px !important;
    }*/
    .coygrid-content-subtitle {
        padding: 10px; 
        font-size: 0.8em;
        line-height: 1;
    }
    .coygrid-subtitle-fill{
        padding: 2px 4px;        
    }    
    .coygrid-subtitle-underline{    
        padding-bottom: 3px;        
    }
    .coygrid-subtitle-underline .coy-line {        
        margin: 12px 0 10px;       
        width: 30px;
        height: 2px;
    }    
    .coygrid-title-large, .coygrid-title-medium {
        font-size: 22px;
        margin: 0px 3% 5% !important;
    }
    .coygrid-title-small {
        font-size: 22px; 
        margin: 0px 3% 5% !important;
    }
}
@media only screen and (max-width : 299px) {     
    .coyote-grid-large {
        width: 100% !important;
        height: 50% !important;
        max-height: 50% !important;
        display: block;
    }
    .coyote-grid-medium{
        width: 100% !important;
        height: 50% !important;
        max-height: 50% !important;
        display: block;
    } 
    .coyote-grid-small{
        width: 100% !important;
        height: 50% !important;
        max-height: 50% !important;
        display: block;
    } 
    .coygrid-mobile-01, .coygrid-mobile-02 {
        display: block;     
    }
    .coygrid-mobile-03, .coygrid-mobile-04, .coygrid-mobile-05, .coygrid-mobile-06 {
        display: none !important;  
    }  
    .grid-layout-16 .coyote-grid-large {
        width: 100% !important;
        height: 50% !important;
        max-height: 50% !important;
        display: block;
    }
	.grid-layout-17 .coyote-grid-unic {
        width: 100% !important;
        height: 100% !important;
        max-height: 100% !important;
        display: block;
    }
    /* ===== GERAL ======== */
    .coygrid-content-subtitle {
        padding: 10px; 
        font-size: 0.8em;
        line-height: 1;
    }
    .coygrid-subtitle-fill{
        padding: 2px 4px;        
    }    
    .coygrid-subtitle-underline{    
        padding-bottom: 3px;        
    }
    .coygrid-subtitle-underline .coy-line {        
        margin: 12px 0 10px;       
        width: 30px;
        height: 2px;
    }    
    .coygrid-title-large, .coygrid-title-medium {
        font-size: 22px;
        margin: 0px 3% 5% !important;
    }
    .coygrid-title-small {
        font-size: 22px; 
        margin: 0px 3% 5% !important;
    }
}

