/* Previous Theme CSS */
/* Previous Theme CSS */
/* Previous Theme CSS */
/* Previous Theme CSS */
/* Keep Scroll arrow bounce*/
@-webkit-keyframes bounce{
    0%, 100%   {bottom: 0; opacity:1;}
    50% {bottom: -15px; opacity:0.7;}
}
@-moz-keyframes bounce{
    0%, 100%   {bottom: 0; opacity:1;}
    50% {bottom: -15px; opacity:0.7;}
}
@-o-keyframes bounce{
    0%, 100%   {bottom: 0; opacity:1;}
    50% {bottom: -15px; opacity:0.7;}
}
@keyframes bounce{
    0%, 100%   {bottom: 0; opacity:1;}
    50% {bottom: -15px; opacity:0.7;}
}

.down-arrow{
    -webkit-animation: bounce 2s infinite; 
    -moz-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}
/* End of Previous Theme CSS */


/* End of Previous Theme CSS */

/* Previous Event CSS */
/* Keep Scroll arrow bounce*/
@-webkit-keyframes bounce{
    0%, 100%   {bottom: 0; opacity:1;}
    50% {bottom: -15px; opacity:0.7;}
}
@-moz-keyframes bounce{
    0%, 100%   {bottom: 0; opacity:1;}
    50% {bottom: -15px; opacity:0.7;}
}
@-o-keyframes bounce{
    0%, 100%   {bottom: 0; opacity:1;}
    50% {bottom: -15px; opacity:0.7;}
}
@keyframes bounce{
    0%, 100%   {bottom: 0; opacity:1;}
    50% {bottom: -15px; opacity:0.7;}
}

#splash-container:hover .down-arrow{
    -webkit-animation: bounce 2s infinite; 
    -moz-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}
/* End of Previous Theme CSS */

/* End of Previous Theme CSS */


/* End of Previous Theme CSS */

/* Previous Event CSS */
/* Custom fonts classes */
#main-canvas .myriad-pro-reg {font-family:MyriadProRegular !important;}
#main-canvas .gibson-light {font-family:GibsonLight !important;}

/* safari classes */
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) { @media
{
      #main-canvas .element-title h1 {padding-top:8px!important;}
}}


/*Default host image is smaller so make that hidden*/
#main-canvas .host-center #host-img-block-wrap {display:none !important;}

/*Social icons hover*/
#main-canvas .sf.social-links-v2.horizontal .social-links-item:hover{  color:#F07C20;}

/* Reduce the blank container Spacing in Admin */
.finetune  #main-canvas  .drop-area.not-edited .add-placeholder{min-height:100px;}

/* Removed not required time in header --- no option in Splash tool */
#main-canvas  .event-bg-url .date-time.inline {display:none;}

/* Responsive View*/ 
@media only screen and (max-width: 900px) {
	#main-canvas .event-bg-url{background-size:100% auto !important; background-position:center center !important;}
	#main-canvas .element-title {font-size:25px !important;}
}
@media only screen and (max-width: 670px) {
	#main-canvas .event-bg-url { background-size: 137% auto !important;}
	#main-canvas .element-title {font-size:20px !important;}
}
@media only screen and (max-width: 479px) {
	#main-canvas  .spacer-v {margin-top:61% !important}
	#main-canvas .event-bg-url {  background-position: center 69%!important;}
}


/* End of Previous Theme CSS */
