/******************************
        Coyote Grid Styles
******************************/
.pre-loader-grid {
	width: 100%;
	height: 100%;
  background: url("../images/sy-loader.gif") 50% 50% no-repeat;
  -webkit-background-size: 32px 32px;
          background-size: 32px;
  min-height: 40px; }
.pre-loader-grid li{
	display: none;
}
/* ------ Slippry Changes ------ */
.sy-slide {  
  height: 100% !important;
}
.slidershow-grid{ }
.slidershow-grid ul{ }
/* --- Content Grids --- */
.edit-it-now{}
.grid-grid-cell{}
.gridslider-content-text {
    position: relative;
    top: 0px;
    z-index: 50;
    text-decoration: none;
    display: block;
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
}
.gridslider-content-text a, .gridslider-content-text a:hover {
    text-decoration: none;
}
.sy-pager li.sy-active a {
      background-color: #a5a5a5 !important;
}
/* Title */
.gridslider-title-font-family {
    font-family: inherit;
}
.gridslider-content-title {
    display: block;
    width: 95%;
    height: auto;
    position: absolute;
    left: 0px;
    bottom: 0px;    
    margin-left: 3%;
}
.gridslider-title-large { 
    font-size: 48px;  
    text-decoration: none;
    display: inline-block;
    color: #ffffff;  
    text-align: left !important;
	margin: 20px 0 14px 0;
    padding: 0 0 10px;
    line-height: 1.1em;
}
.gridslider-title-medium {
    font-size: 32px; 
    text-decoration: none;
    display: inline-block;
    color: #ffffff; 
    text-align: left !important;
	margin: 20px 0 14px 0;
    padding: 0 0 10px;
    line-height: 1.1em;
}
.gridslider-title-small {
    font-size: 26px; 
    text-decoration: none;
    display: inline-block;
    color: #ffffff;  
    text-align: left !important;
	margin: 20px 0 14px 0;
    padding: 0 0 10px;
    line-height: 1.1em;
}
/* Subtitle */
.gridslider-content-subtitle {	
    display: block;
	position: relative;
    padding: 20px 0 10px; 
    text-transform: uppercase;
    text-decoration: none !important;
    color: #fff;
    font-size: 12px;
    line-height: 1;
	margin-left: 3%;
    margin-right: 3%;
}
.gridslider-subtitle-font-family {
    font-family: inherit;
}
.gridslider-subtitle-fill{
    background: #FF8216;   
    display: inline;
	padding: 3px 10px 3px;
    border-radius: 3px;
    font-size: 12px;
}
.gridslider-subtitle-fill .coy-line{ 
    display: none;
}
.gridslider-subtitle-underline{    
    padding-bottom: 4px;
    display: inline;
}
.gridslider-subtitle-underline .coy-line {    
    margin: 13px 0 15px;
    display: block;
    width: 40px;
    height: 3px;
    background-color: #DD6803;
}
.subtitle-top-left{ text-align: left; }
.subtitle-top-right{ text-align: right; }
.subtitle-above-title{}
.subtitle-top-right .gridslider-subtitle-underline .coy-line {    
    right: 0;
    position: absolute;
}
.subtitle-top-left .gridslider-subtitle-underline .coy-line {    
    left: 0;
    position: absolute;
}
.subtitle-above-title .gridslider-subtitle-underline .coy-line {   
    margin: 10px 0 5px;
    display: block;
    width: 40px;
    height: 3px;
    background-color: #DD6803;
}
.subtitle-above-title {
    display: block;
    position: relative;
    padding: 0px 0 0px;
    text-transform: uppercase;
    text-decoration: none !important;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    margin-left: 0;
    margin-right: 0;
}
/* ========================== Grid Styles =================== */
.gridsliderslide { 
    height: 100%; 
    background: none; 
    margin-left: 0px !important; 
}
.gridsliderslide-content {
    display: block;
    margin: 0px auto;
    width: 100% !important;
    height: 100%;
    position: relative;
    opacity: 1;
}
.gridsliderslide-content {
    opacity: 1;
}
.grid-slider-slider {
    display: block;
    width: 100%;
    height: auto;
    margin: 0px 0px 40px 0px;
}
.grid-slider-pad .gridslider {
    display: block;
    width: auto;
    height: auto;
    float: left; 
    position: relative;
    overflow: hidden;
}

.gridslider a {
    text-decoration:  none !important;
}


/* Basic jQuery Slider essential styles */
ul.gridslider{ 
    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.gridslider-slide{
    position:absolute; 
    display:none;
    margin: 0px 0px !important;
}
ul.gridslider-controls{
    list-style:none;
    margin:0;
    padding:0;
    z-index:9999;
}
ul.gridslider-controls li {
    margin: 0px;
}
ul.gridslider-controls.v-centered li a{
    position:absolute;
}
ul.gridslider-controls.v-centered li.gridslider-next a{
    right:0;
}
ul.gridslider-controls.v-centered li.gridslider-prev a{
    left:0;
}
ol.gridslider-markers{    
    list-style: none;
    padding: 0;    
    width: 100%;
    margin: 10px 0px;
    display: block;
    position: relative;
    text-align: center;
}
ol.gridslider-markers.h-centered{
    text-align: center;
}
ol.gridslider-markers li{
    display:inline;
}
ol.gridslider-markers li a{
    display:block; 
    width: 12px; 
    height: 12px;
}
ol.gridslider-markers li {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #CCC;
    margin: 4px;
    padding: 0px;
    border-radius: 50%;
    cursor: pointer;
    text-indent: -9999px;
}
ol.gridslider-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;
}
.grid-slider .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;
}
.grid-slider: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;
}
.grid-slider-video-style01 {
    background: rgba(0,0,0,0.8) !important;
}
.grid-slider-video-style01 .coy-lightbox{
    background-color: #ffffff !important;
}
.grid-slider-video-style02 {
    background: rgba(226, 226, 226, 0.8) !important;
}
.grid-slider-video-style02 .coy-lightbox{
    background-color: #0C0C0C !important;
}
.grid-slider-video-style03 {
    background: rgba(0,0,0,0.8) !important;
}
.grid-slider-video-style03 .coy-lightbox{
    background-color: #000000 !important;
}
.grid-slider-video-style04 {
    background: rgba(255,255,255,0.8) !important;
}
.grid-slider-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;
}
.grid-slider .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;
}
.grid-slider: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;
}
.grid-slider .coy-effect-shadow::before {
    transition:All 1s ease;
    -webkit-transition:All 1s ease;
    -moz-transition:All 1s ease;
    -o-transition:All 1s ease; 
}
.grid-slider:hover .coy-effect-shadow::before {
    opacity: 0.7;
}
.grid-slider .coy-effect-grayscale-in {
    transition:All 1s ease;
    -webkit-transition:All 1s ease;
    -moz-transition:All 1s ease;
    -o-transition:All 1s ease; 
}
.grid-slider: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 */;
}
.grid-slider .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 */;  
}
.grid-slider: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 */;
}
.grid-slider .coy-effect-sepia-in {
    transition:All 1s ease;
    -webkit-transition:All 1s ease;
    -moz-transition:All 1s ease;
    -o-transition:All 1s ease; 
}
.grid-slider: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 */;
}
.grid-slider .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 */;  
}
.grid-slider: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;
}
.grid-slider .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);
}
.grid-slider:hover .zoom-in{
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}

.grid-slider .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);
}
.grid-slider: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);
}

.grid-slider .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);
}
.grid-slider: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);
}

.grid-slider .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);
}
.grid-slider: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--------*/
.grid-slider-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;
}
.grid-slider {
    display: block;
    float: left;
    display: block;
    overflow: hidden;
    position: relative;
}
.stay-right {
    float: right !important;
}
/*  Border for Grid   */
.gridslider-border-all{
    border: 2px solid #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    display: block;
    overflow: hidden;

}
/* Content Columns */
.grid-slider-unic {
	width: 100% !important;
    height: 100% !important;
    max-height: 100% !important;
    display: block; 
}
.grid-slider-large {
    width: 50% !important;
    height: 100% !important;
    max-height: 100% !important;
    display: block;    
}
.grid-slider-medium {
    width: 50% !important;
    height: 50% !important;
    max-height: 50% !important;
    display: block;    
}
.grid-slider-small {
    width: 25% !important;
    height: 50% !important;
    max-height: 50% !important;
    display: block;    
}
/* Responsives Screens ———– */
.gridslider-mobile-01, 
.gridslider-mobile-02, 
.gridslider-mobile-03, 
.gridslider-mobile-04,
.gridslider-mobile-05,
.gridslider-mobile-06{

}
.gridslider-wrapper {
    display: block;
    position: relative;
    width: auto;
    height: 100% !important;
    max-height: 100% !important;
}

/* ----- Responsive ------ */
@media only screen and (max-width : 700px) {
	.gridslider-title-large { 
		font-size: 22px; 
	}
	.gridslider-title-medium {
		font-size: 22px; 		
	}
	.gridslider-title-small {
		font-size: 22px; 		
	}   
}

@media only screen and (max-width : 768px) and (min-width : 671px) {    
    
}
@media only screen and (max-width : 670px) and (min-width : 479px) { 
    
}
@media only screen and (max-width : 478px) and (min-width : 300px) {
    
}
@media only screen and (max-width : 299px) {     
    
}

