a{moz-transition:all .3s;ms-transition:all .3s;o-transition:all .3s;transition:all .3s;webkit-transition:all .3s}
a:hover,a:active,a:focus{text-decoration:none!important}
img{max-width: 100%;}
body{font-size: 15px;margin:0;font-family: helveticaneue; right: 0px;position: relative;}
body p{font-size:15px;margin:0;font-family: helveticaneue;}
.clear60{clear:both;height:60px}
.clear40{clear:both;height:40px}
.clear20{clear:both;height:20px}
.clear10{clear:both;height:10px}
.center{text-align:center}
.left{text-align:left}
.right{text-align:right}
.nopadding{padding:0!important}
.nomargin{margin:0}
.fullwidth{width: 100%;}
.clwhite{color: #fff;}
.clblack{color: #000;}
.bold{font-weight: bold;}
.flex{display: flex;align-items: center;}
.flex-n{display: flex;}
.flex-bw{display: flex;align-items: center;justify-content: space-between;}
.flex-wrap{display: flex;flex-wrap: wrap;}
.show1199{display: none;}
.show991{display: none;}
.show767{display: none;}
.show480{display: none;}
.row:before{content: unset;}
.editer img{
    height: auto !important;
}
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    background: url(https://cdn.dribbble.com/users/121337/screenshots/1024835/loading2.gif) 50% 50% no-repeat rgb(249,249,249);
    background-size: cover;
}
#myVideo{
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
    visibility: visible;
    opacity: 1;
}
.khunboo #myVideo{
    visibility: hidden;
    opacity: 0;
    transition: all 2s;
}
body{
    background: url(https://st3.depositphotos.com/9275464/18258/v/1600/depositphotos_182588274-stock-illustration-cinema-banner-movie-watching-with.jpg) top center no-repeat;
    background-size: cover;
}

@media (max-width: 1199px){
    .show1199{display: block;}
    .hide1199{display: none;}
}

@media (max-width: 991px){
    .show991{display: block;}
    .hide991{display: none;}
    body{transition: all 0.3s;}
}

@media (max-width: 767px){
    .show767{display: block;}
    .hide767{display: none;}
}

@media (max-width: 480px){
    .show480{display: block;}
    .hide480{display: none;}
    .fwmb{width: 100%;}
}