@keyframes cinematiccustom
{
0%   {transform: translateX(0%) translateY(0%) scale(1);}
100% {transform: translateX(-15%) translateY(25%) scale(1.5);}
}
@-webkit-keyframes cinematiccustom 
{
0%   {-webkit-transform: translateX(0%) translateY(0%) scale(1);}
100% {-webkit-transform: translateX(-15%) translateY(25%) scale(1.5);}
}
.iS-CinematicCustom {
-webkit-animation-name: cinematiccustom;
animation-name: cinematiccustom;	
}
/*******************************************/
@keyframes cinematiccenter
{
0%   {transform: scale(1);}
100% {transform: scale(1.5);}
}
@-webkit-keyframes cinematiccenter 
{
0%   {-webkit-transform: scale(1);}
100% {-webkit-transform: scale(1.5);}
}
@keyframes cinematictop
{
0%   {transform: translateY(0%) scale(1);}
100% {transform: translateY(25%) scale(1.5);}
}
@-webkit-keyframes cinematictop 
{
0%   {-webkit-transform: translateY(0%) scale(1);}
100% {-webkit-transform: translateY(25%) scale(1.5);}
}
@keyframes cinematicbottom
{
0%   {transform: translateY(0%) scale(1);}
100% {transform: translateY(-25%) scale(1.5);}
}
@-webkit-keyframes cinematicbottom
{
0%   {-webkit-transform: translateY(0%) scale(1);}
100% {-webkit-transform: translateY(-25%) scale(1.5);}
}
@keyframes cinematicleft
{
0%   {transform: translateX(0%) scale(1);}
100% {transform: translateX(25%) scale(1.5);}
}
@-webkit-keyframes cinematicleft 
{
0%   {-webkit-transform: translateX(0%) scale(1);}
100% {-webkit-transform: translateX(25%) scale(1.5);}
}
@keyframes cinematicright
{
0%   {transform: translateX(0%) scale(1);}
100% {transform: translateX(-25%) scale(1.5);}
}
@-webkit-keyframes cinematicright
{
0%   {-webkit-transform: translateX(0%) scale(1);}
100% {-webkit-transform: translateX(-25%) scale(1.5);}
}
@keyframes cinematictopleft
{
0%   {transform: translateY(0%) translateX(0%) scale(1);}
100% {transform: translateY(25%) translateX(25%) scale(1.5);}
}
@-webkit-keyframes cinematictopleft
{
0%   {-webkit-transform: translateY(0%) translateX(0%) scale(1);}
100% {-webkit-transform: translateY(25%) translateX(25%) scale(1.5);}
}
@keyframes cinematictopright
{
0%   {transform: translateY(0%) translateX(0%) scale(1);}
100% {transform: translateY(25%) translateX(-25%) scale(1.5);}
}
@-webkit-keyframes cinematictopright
{
0%   {-webkit-transform: translateY(0%) translateX(0%) scale(1);}
100% {-webkit-transform: translateY(25%) translateX(-25%) scale(1.5);}
}
@keyframes cinematicbottomleft
{
0%   {transform: translateY(0%) translateX(0%) scale(1);}
100% {transform: translateY(-25%) translateX(25%) scale(1.5);}
}
@-webkit-keyframes cinematicbottomleft
{
0%   {-webkit-transform: translateY(0%) translateX(0%) scale(1);}
100% {-webkit-transform: translateY(-25%) translateX(25%) scale(1.5);}
}
@keyframes cinematicbottomright
{
0%   {transform: translateY(0%) translateX(0%) scale(1);}
100% {transform: translateY(-25%) translateX(-25%) scale(1.5);}
}
@-webkit-keyframes cinematicbottomright
{
0%   {-webkit-transform: translateY(0%) translateX(0%) scale(1);}
100% {-webkit-transform: translateY(-25%) translateX(-25%) scale(1.5);}
}
/*****************************************/
.iS-CinematicCenter {
-webkit-animation-name: cinematiccenter;
animation-name: cinematiccenter;	
}
.iS-CinematicTop {
-webkit-animation-name: cinematictop;
animation-name: cinematictop;	
}
.iS-CinematicBottom {
-webkit-animation-name: cinematicbottom;
animation-name: cinematicbottom;	
}
.iS-CinematicLeft {
-webkit-animation-name: cinematicleft;
animation-name: cinematicleft;	
}
.iS-CinematicRight {
-webkit-animation-name: cinematicright;
animation-name: cinematicright;	
}
.iS-CinematicTopLeft {
-webkit-animation-name: cinematictopleft;
animation-name: cinematictopleft;	
}
.iS-CinematicTopRight {
-webkit-animation-name: cinematictopright;
animation-name: cinematictopright;	
}
.iS-CinematicBottomLeft {
-webkit-animation-name: cinematicbottomleft;
animation-name: cinematicbottomleft;	
}
.iS-CinematicBottomRight {
-webkit-animation-name: cinematicbottomright;
animation-name: cinematicbottomright;	
}
/******************************************/
.iS-Cinematic {
-webkit-animation-duration: 60s;
animation-duration: 60s;
}
.iS-Active .iS-Cinematic {
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
.iS-Preactive .iS-Cinematic, .iS-Pruactive .iS-Cinematic {
-webkit-animation-name: none;
animation-name: none;
}
.iS-Proactive .iS-Cinematic, .iS-Priactive .iS-Cinematic {
-webkit-animation-play-state:paused;
animation-play-state:paused;
}

/****************Style button Infinity slider*****************/
.iS-Content .btn{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none} 
.iS-Content .btn:focus,.iS-Content .btn:active:focus,.iS-Content .btn.active:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px} 
.iS-Content .btn:hover,.iS-Content .btn:focus{color:#333;text-decoration:none} 
.iS-Content .btn:active,.iS-Content .btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)} 
.iS-Content .btn.disabled,.iS-Content .btn[disabled],fieldset[disabled] .iS-Content .btn{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none} 
.iS-Content .btn-default{color:#333;background-color:#fff;border-color:#ccc} 
.iS-Content .btn-default:hover,.iS-Content .btn-default:focus,.iS-Content .btn-default:active,.iS-Content .btn-default.active,.open .dropdown-toggle.iS-Content .btn-default{color:#333;background-color:#ebebeb;border-color:#adadad} 
.iS-Content .btn-default:active,.iS-Content .btn-default.active,.open .dropdown-toggle.iS-Content .btn-default{background-image:none} 
.iS-Content .btn-default.disabled,.iS-Content .btn-default[disabled],fieldset[disabled] .iS-Content .btn-default,.iS-Content .btn-default.disabled:hover,.iS-Content .btn-default[disabled]:hover,fieldset[disabled] .iS-Content .btn-default:hover,.iS-Content .btn-default.disabled:focus,.iS-Content .btn-default[disabled]:focus,fieldset[disabled] .iS-Content .btn-default:focus,.iS-Content .btn-default.disabled:active,.iS-Content .btn-default[disabled]:active,fieldset[disabled] .iS-Content .btn-default:active,.iS-Content .btn-default.disabled.active,.iS-Content .btn-default[disabled].active,fieldset[disabled] .iS-Content .btn-default.active{background-color:#fff;border-color:#ccc} 
.iS-Content .btn-default .badge{color:#fff;background-color:#333} 
.iS-Content .btn-primary{color:#fff;background-color:#ff4848;border:2px solid #fff} 
.iS-Content .btn-primary:hover,.iS-Content .btn-primary:focus,.iS-Content .btn-primary:active,.iS-Content .btn-primary.active,.open .dropdown-toggle.iS-Content .btn-primary{color:#fff;background-color:#ff1f1f;} 
.iS-Content .btn-primary:active,.iS-Content .btn-primary.active,.open .dropdown-toggle.iS-Content .btn-primary{background-image:none} 
.iS-Content .btn-primary.disabled,.iS-Content .btn-primary[disabled],fieldset[disabled] .iS-Content .btn-primary,.iS-Content .btn-primary.disabled:hover,.iS-Content .btn-primary[disabled]:hover,fieldset[disabled] .iS-Content .btn-primary:hover,.iS-Content .btn-primary.disabled:focus,.iS-Content .btn-primary[disabled]:focus,fieldset[disabled] .iS-Content .btn-primary:focus,.iS-Content .btn-primary.disabled:active,.iS-Content .btn-primary[disabled]:active,fieldset[disabled] .iS-Content .btn-primary:active,.iS-Content .btn-primary.disabled.active,.iS-Content .btn-primary[disabled].active,fieldset[disabled] .iS-Content .btn-primary.active{background-color:#ff4848;border-color:#ff2e2e} 
.iS-Content .btn-primary .badge{color:#ff4848;background-color:#fff} 
.iS-Content .btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c} 
.iS-Content .btn-success:hover,.iS-Content .btn-success:focus,.iS-Content .btn-success:active,.iS-Content .btn-success.active,.open .dropdown-toggle.iS-Content .btn-success{color:#fff;background-color:#47a447;border-color:#398439} 
.iS-Content .btn-success:active,.iS-Content .btn-success.active,.open .dropdown-toggle.iS-Content .btn-success{background-image:none} 
.iS-Content .btn-success.disabled,.iS-Content .btn-success[disabled],fieldset[disabled] .iS-Content .btn-success,.iS-Content .btn-success.disabled:hover,.iS-Content .btn-success[disabled]:hover,fieldset[disabled] .iS-Content .btn-success:hover,.iS-Content .btn-success.disabled:focus,.iS-Content .btn-success[disabled]:focus,fieldset[disabled] .iS-Content .btn-success:focus,.iS-Content .btn-success.disabled:active,.iS-Content .btn-success[disabled]:active,fieldset[disabled] .iS-Content .btn-success:active,.iS-Content .btn-success.disabled.active,.iS-Content .btn-success[disabled].active,fieldset[disabled] .iS-Content .btn-success.active{background-color:#5cb85c;border-color:#4cae4c} 
.iS-Content .btn-success .badge{color:#5cb85c;background-color:#fff} 
.iS-Content .btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da} 
.iS-Content .btn-info:hover,.iS-Content .btn-info:focus,.iS-Content .btn-info:active,.iS-Content .btn-info.active,.open .dropdown-toggle.iS-Content .btn-info{color:#fff;background-color:#39b3d7;border-color:#269abc} 
.iS-Content .btn-info:active,.iS-Content .btn-info.active,.open .dropdown-toggle.iS-Content .btn-info{background-image:none} 
.iS-Content .btn-info.disabled,.iS-Content .btn-info[disabled],fieldset[disabled] .iS-Content .btn-info,.iS-Content .btn-info.disabled:hover,.iS-Content .btn-info[disabled]:hover,fieldset[disabled] .iS-Content .btn-info:hover,.iS-Content .btn-info.disabled:focus,.iS-Content .btn-info[disabled]:focus,fieldset[disabled] .iS-Content .btn-info:focus,.iS-Content .btn-info.disabled:active,.iS-Content .btn-info[disabled]:active,fieldset[disabled] .iS-Content .btn-info:active,.iS-Content .btn-info.disabled.active,.iS-Content .btn-info[disabled].active,fieldset[disabled] .iS-Content .btn-info.active{background-color:#5bc0de;border-color:#46b8da} 
.iS-Content .btn-info .badge{color:#5bc0de;background-color:#fff} 
.iS-Content .btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236} 
.iS-Content .btn-warning:hover,.iS-Content .btn-warning:focus,.iS-Content .btn-warning:active,.iS-Content .btn-warning.active,.open .dropdown-toggle.iS-Content .btn-warning{color:#fff;background-color:#ed9c28;border-color:#d58512} 
.iS-Content .btn-warning:active,.iS-Content .btn-warning.active,.open .dropdown-toggle.iS-Content .btn-warning{background-image:none} 
.iS-Content .btn-warning.disabled,.iS-Content .btn-warning[disabled],fieldset[disabled] .iS-Content .btn-warning,.iS-Content .btn-warning.disabled:hover,.iS-Content .btn-warning[disabled]:hover,fieldset[disabled] .iS-Content .btn-warning:hover,.iS-Content .btn-warning.disabled:focus,.iS-Content .btn-warning[disabled]:focus,fieldset[disabled] .iS-Content .btn-warning:focus,.iS-Content .btn-warning.disabled:active,.iS-Content .btn-warning[disabled]:active,fieldset[disabled] .iS-Content .btn-warning:active,.iS-Content .btn-warning.disabled.active,.iS-Content .btn-warning[disabled].active,fieldset[disabled] .iS-Content .btn-warning.active{background-color:#f0ad4e;border-color:#eea236} 
.iS-Content .btn-warning .badge{color:#f0ad4e;background-color:#fff} 
.iS-Content .btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a} 
.iS-Content .btn-danger:hover,.iS-Content .btn-danger:focus,.iS-Content .btn-danger:active,.iS-Content .btn-danger.active,.open .dropdown-toggle.iS-Content .btn-danger{color:#fff;background-color:#d2322d;border-color:#ac2925} 
.iS-Content .btn-danger:active,.iS-Content .btn-danger.active,.open .dropdown-toggle.iS-Content .btn-danger{background-image:none} 
.iS-Content .btn-danger.disabled,.iS-Content .btn-danger[disabled],fieldset[disabled] .iS-Content .btn-danger,.iS-Content .btn-danger.disabled:hover,.iS-Content .btn-danger[disabled]:hover,fieldset[disabled] .iS-Content .btn-danger:hover,.iS-Content .btn-danger.disabled:focus,.iS-Content .btn-danger[disabled]:focus,fieldset[disabled] .iS-Content .btn-danger:focus,.iS-Content .btn-danger.disabled:active,.iS-Content .btn-danger[disabled]:active,fieldset[disabled] .iS-Content .btn-danger:active,.iS-Content .btn-danger.disabled.active,.iS-Content .btn-danger[disabled].active,fieldset[disabled] .iS-Content .btn-danger.active{background-color:#d9534f;border-color:#d43f3a} 
.iS-Content .btn-danger .badge{color:#d9534f;background-color:#fff} 
.iS-Content .btn-link{color:#ff4848;font-weight:normal;cursor:pointer;border-radius:0} 
.iS-Content .btn-link,.iS-Content .btn-link:active,.iS-Content .btn-link[disabled],fieldset[disabled] .iS-Content .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none} 
.iS-Content .btn-link,.iS-Content .btn-link:hover,.iS-Content .btn-link:focus,.iS-Content .btn-link:active{border-color:transparent} 
.iS-Content .btn-link:hover,.iS-Content .btn-link:focus{color:#fff;text-decoration:underline;background-color:transparent} 
.iS-Content .btn-link[disabled]:hover,fieldset[disabled] .iS-Content .btn-link:hover,.iS-Content .btn-link[disabled]:focus,fieldset[disabled] .iS-Content .btn-link:focus{color:#999;text-decoration:none} 
.iS-Content .btn-lg,.iS-Content .btn-group-lg>.iS-Content .btn{padding:9px 16px;font-size:18px;line-height:1.33;border-radius:8px} 
.iS-Content .btn-sm,.iS-Content .btn-group-sm>.iS-Content .btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px} 
.iS-Content .btn-xs,.iS-Content .btn-group-xs>.iS-Content .btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px} 
.iS-Content .btn-block{display:block;width:100%;padding-left:0;padding-right:0} 
.iS-Content .btn-block+.iS-Content .btn-block{margin-top:5px} 
