@import url('https://fonts.googleapis.com/css?family=Saira+Extra+Condensed:200,300,400,600,700,800');
@import url(/css/spinners.css);
@import url(/css/animate.css);
html{height: 100%;}
body {
    background: #565656;
    
    font-family: 'Saira Extra Condensed', sans-serif;
    color:#fff;
    font-size:1.3em;
}
.container.loader{
    color:#808285 !important;
    background: transparent !important;
    -webkit-box-shadow: 0px 0px 22px -6px rgba(0,0,0,0);
    -moz-box-shadow: 0px 0px 22px -6px rgba(0,0,0,0);
    box-shadow: 0px 0px 22px -6px rgba(0,0,0,0);    
}
.container{
    background: #808285;
    -webkit-box-shadow: 0px 0px 22px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 22px -6px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 22px -6px rgba(0,0,0,0.75);    
}
.shadow{
    -webkit-box-shadow: 7px 10px 5px -4px rgba(0,0,0,0.6);
    -moz-box-shadow: 7px 10px 5px -4px rgba(0,0,0,0.6);
    box-shadow: 7px 10px 5px -4px rgba(0,0,0,0.6);    
}
.arrow-right {
  
}
.modal-content iframe{

    margin: 0 auto;

    display: block;

}
.hide{display:none !important;}
.animation{
    position:relative;
}
.animation_slide{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}
.animation_slide img{
    width:100%;
    height:auto;    
}
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

@media (min-width: 576px){
    
}@media (min-width: 768px) {
    
}
@media (min-width: 992px) {
    
}
@media (min-width: 1200px) {  
    
}